html {
	background:#000000 url(../images/la-big.jpg) no-repeat center center fixed; 
    position: relative;
	min-height:100%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#hover {z-index:1000; display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background:#000000 url(../images/la-big.jpg) no-repeat center center fixed; background-size: cover;}
#hover-dark {z-index:1; display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background:rgba(0, 0, 0, 0.8);}

#picoverlay {z-index:2; background: url(../images/boy4.png) no-repeat left bottom, url(../images/boy3_m.png) no-repeat right top; background-size: 70%; display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; opacity: .7}
@media (min-width: 550px) {
    #picoverlay {z-index:2; background: url(../images/boy4.png) no-repeat left bottom, url(../images/boy3.png) no-repeat right bottom, url(../images/girl2.png) no-repeat right top; display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; opacity: .7}
}
body {
	background:transparent;
	min-height:100%; 	
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5em;
	font-size:14px;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	color:#fff;
	color:rgba(255,255,255,1); 
	font-weight: normal;
    margin-bottom: 60px;
}


/********************************************************/
/*                    Navigation bar                    */
/********************************************************/
.mainmenu { z-index: 101; position: fixed; width:100%;  padding: 30px 0 0 0; left: 0;}
@media (min-width: 768px) {
	.mainmenu { position: fixed;z-index: 101; width:200px; left: 15px; }
}

.navbar-toggle {
	position:relative;
	float:left;
	display:block;
	padding: 9px 10px;
	background: rgba(62,216,145,.9);
	background-image: none;
	border: 0 none;
	top:0px; 
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	outline: 0;
	opacity: 1;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
	        float: left;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.open .navbar-toggle { 
	top:-70px; 
	opacity: 0;  
}
.mainmenu .dropdown-menu {
	top: -14em;
	left: 0px;
	font-size: 16px;
	padding:0;
	background:none;
	border:0 none;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display:block;
	opacity:0;
	-webkit-transition: all .45s;
	   -moz-transition: all .45s;
	        transition: all .45s;
}
.mainmenu .dropdown-menu .active { 
	font-weight:bold;
}
.mainmenu .open .dropdown-menu { 
	top:2px;
	opacity:1;
}
.mainmenu .dropdown-menu a { 
	padding:8px 8px;
	margin:0;
	color:white;
	text-decoration: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.mainmenu .dropdown-menu a:hover { 
	background:rgba(62,216,145,.5);
	color:white;
	padding:8px 8px 8px 8px;
}
@media (max-width: 767px) {
    .mainmenu {
        margin-top:0;
        padding-top: 0;
    }
    .navbar-toggle {
        margin-left:20px;
        margin-top:15px;
    }
    .mainmenu .container {
        padding:0;
    }
    .mainmenu .dropdown-menu {
        background: #000;
        width: 100%;
    }
}



/********************************************************/
/*             Sections - universal classes             */
/********************************************************/
.section { 
	z-index:100;
    position: relative;
	min-height:420px;
	width: 100%; 
	overflow:auto;
	height:100%;
	padding-top:170px;
	padding-bottom:50px; 
	display:none;
	top:0;
} 
@media (min-width: 768px) {
	.section { padding-top:120px;}
}
@media (min-width: 1400px) {
	.section { padding-top:160px;}
}

/* Show one of sections */
#head { 
	display: block;
}

.footer { 
	z-index:100;
    position: absolute;
    bottom: 0;
    width: 100%;
    height:30px;
    text-align: center;
}


/********************************************************/
/*                      Typography                      */
/********************************************************/
a { color:#19b86e; text-decoration: none; font-weight: bold }
a:hover, a:active { color:#19b86e; text-decoration: underline; }
.lead { 
    font-family: 'Wire One', Helvetica, Arial, sans-serif;
/*	font-weight:bold;*/
	font-size:3em;
	line-height:1.2em;
    margin-top:30px;
    margin-bottom: 10px;
}
.credit {
    font-family: 'Wire One', Helvetica, Arial, sans-serif;
    font-size:1.2em;
    letter-spacing: .1em;
}
.creditup {
    text-transform: uppercase;
    font-size:1.4em;
}
.suptitle { 
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.title { 
    font-family: 'Raleway', sans-serif;
	font-weight:900;
	font-size:7em;
	margin-bottom:15px; 
	color:#FDF9F4; 
	line-height:1em;
}
.subtitle { 
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
    line-height:.9em;
	font-size:4em;
	margin-top:0;
	margin-bottom:40px; 
}
.tagline { 
	font-size:1.4em;
	line-height:1.3em;
	font-weight:normal;
	margin-bottom:75px;
}
.rotate {
display:inline-block;
/* Safari */
-webkit-transform: rotate(180deg);

/* Firefox */
-moz-transform: rotate(180deg);

/* IE */
-ms-transform: rotate(180deg);

/* Opera */
-o-transform: rotate(180deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
.expand {
    letter-spacing: .15em;
}

@media (max-width: 767px) {
	.lead { 
		font-size:2.5em;
	}
    .suptitle { 
		font-size:1em;
	}
    .title { 
        margin-top: 10px;
		font-size:3em;
	}
    .subtitle { 
		font-size:2em;
        font-weight: bold;
	}
}

@media (max-width: 374px) {
    .title { 
		font-size:2.8em;
	}
    .lead { 
/*		font-size:2em;*/
	}
}


/********************************************************/
/*                   UI - Buttons                       */
/********************************************************/
.btn{
	color:#333;
	text-shadow: none;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:0 none;
}
.btn:hover {
	color:#fff;
}
.btn-lg { 
	padding:16px 30px;
	font-size:inherit;
}

.btn-link {
	color:rgba(255,255,255,.8);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color:#fff
}
.btn-default {
	background: rgba(62,216,145,.9);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	background: rgba(62,216,145,.5);
}
.btn-primary {
	background: rgba(255,255,255,.2);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active {
	background: rgba(255,255,255,.5);
}



/********************************************************/
/*                 UI - Thumbnails                      */
/********************************************************/
.thumbnail {
	background-color: rgba(0,0,0,.7);
	border: 0 none;
	padding:10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
.thumbnail .caption {
	color: inherit;
}



/********************************************************/
/*                 Everything else                      */
/********************************************************/

.list-social .btn { 
	font-size:1.3em; 
}
.list-social .btn:hover, .list-social .btn:active, .list-social .btn:focus { 
	text-decoration: none; 
}


/* Social buttons in the footer */
#social { 
	margin-top:50px;
	margin-bottom:50px;
}
#social .wrapper { 
	width:340px; 
	margin:0 auto;
}

input.mce_inline_error {border:2px solid #e85c41;}

.divider {
    width: 20%;
    border-top: 5px solid rgba(62,216,145,.9);
    margin: 20px auto;
}


/***********************************************************/
/*                   Theme: text shadows                   */
/***********************************************************/
.text-shadows { 	
	text-shadow:0 1px 2px rgba(0,0,0,.2);
}
.text-shadows .title,
.text-shadows .suptitle,
.text-shadows .subtitle,
.text-shadows .tagline { 
	text-shadow:0 4px 5px rgba(0,0,0,.4);
}
.text-shadows .mainmenu .dropdown-menu a { 
	text-shadow:0 2px 1px rgba(0,0,0,.2);
}
.text-shadows .mainmenu .dropdown-menu a:hover { 
	text-shadow:none;
}



/***********************************************************/
/*                   Inverted theme                        */
/***********************************************************/
.theme-invert { 	
	color:#222;
	color:rgba(0,0,0,.8); 
 }
/*
.theme-invert a { 
	color:#000;
}
*/
.theme-invert .btn {
	color:rgba(255,255,255,.8);
}
.theme-invert .btn:hover {
	color:#fff;
}
.theme-invert .btn-link {
	color:rgba(0,0,0,.8);
}
.theme-invert .btn-link:hover, .theme-invert .btn-link:focus, .theme-invert .btn-link:active {
	color:#000
}
.theme-invert .navbar-toggle {
	background: rgba(0, 0, 0, 0.12);
}
.theme-invert .navbar-toggle .icon-bar {
  background: #333;
}
.theme-invert .mainmenu .dropdown-menu a { 
	color:#000;
}
.theme-invert .mainmenu .dropdown-menu a:hover { 
	background:rgba(0,0,0,.1);
	color:#000;
}

.theme-invert .title,
.theme-invert .subtitle,
.theme-invert .suptitle,
.theme-invert .tagline { 
	color:#222222; 
}

.theme-invert .btn-default {
	background: rgba(0,0,0,.4);
}
.theme-invert .btn-default:hover,
.theme-invert .btn-default:focus,
.theme-invert .btn-default:active,
.theme-invert .btn-default.active {
	background: rgba(0,0,0,.6);
	color:#fff;
}
.theme-invert .btn-primary {
	background: rgba(0,0,0,.2);
}
.theme-invert .btn-primary:hover,
.theme-invert .btn-primary:focus,
.theme-invert .btn-primary:active,
.theme-invert .btn-primary.active {
	background: rgba(0,0,0,.3);
	color:#fff;
}

.theme-invert .thumbnail {
	background-color: rgba(255,255,255,.8);
}
.thumbnail .caption {
	color: inherit;
}
.text-shadows .theme-invert {
	text-shadow: none;
}

/***********************************************************/
/*                   Green theme                        */
/***********************************************************/
.top-green { 	
	color:#222;
    position: absolute;
    top:0;
    width:100%;
    z-index: 101;
 }

.top-green a { 
	color:#fff;
}
.top-green .thumbnail {
	background-color: rgba(62,216,145,.9);
    padding: 0;
}

@media (max-width: 767px) {
    .top-green {
        top:50px;
        width:100%;
     }
    .top-green p {
        margin-bottom: 2px;
     }
}

