/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	background-color:transparent;
	
}

.full {
  background: url("../img/background13.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 200px;
        padding: 0 30px;
        border-left: 0px solid #e7e7e7;
    }
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 200px;
        margin-top: 81px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


.huge {
    font-size: 40px;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.title-font {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    font-size: 2em;
	text-transform:uppercase;
}

.title {
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	font-size:2.5em;
}

@media(min-width:768px) {

    
    .title-font {
        font-size: 4em;
    }
	
	.title {
	font-size:4em;
}
}

.img-center {
    margin: 0 auto;
}



footer {
    margin: 50px 0;
	color:#FFF;
}


.img-logo-header {
	height:50px;
	padding:0;
	
	margin-top:-10px;
}

.spacer-20 { height:20px; }
.spacer-30 { height:30px; }

h1, h2, h3, h4, .navbar-top-links, .front-end-menu {
	font-family: 'Titillium Web', sans-serif;
	text-transform:uppercase;
	color:#FFF;
}

.text-grey {
	color:#222;
}

.login-box label, .login-box a {
	color:#222;
}

.login-box h2 {
	color:#39F;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-top:0;
}

.login-box {
	background-color:rgba(255,255,255,1.0);
	border-radius:7px;
	margin-top:0;
}
