@charset "UTF-8";
/* CSS Document */


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);



/* MEDIA QUERIES */


@media all and (min-width : 980px)	{
	
	.reset {
		background-color:#f4f4f4;
		margin: 30px;
	}
	
	
	#home #content {
	
	background-image:url(../img/back-body2.jpg);
	background-repeat:no-repeat;
	background-size: 100%;
	background-position:1px -300px;
	}
	
	#home #content {
	margin-top:-50px;
	padding-top:205px;
	}
	
	#home #overview .row {
		margin-left: -0px;
	}
	
	#home #overview .row H1, #home #overview .row p {
		color:#fff;
	}
	
	#home #overview .row H1 {
		text-shadow: 1px 1px 2px #344442;
	}
	
}


@media all and (min-width : 1200px){
	
	#home #content {
	
	background-image:url(../img/back-body2.jpg);
	background-repeat:no-repeat;
	background-size: 100%;
	background-position:1px -350px;
	}
	
	#home #content {
	margin-top:-50px;
	padding-top:307px;
	}
	
	#home #overview .row {
		margin-left: -0px;
	}
	
	#home #overview .row H1, #home #overview .row p {
		color:#fff;
	}
	
	#home #overview .row H1 {
		text-shadow: 1px 1px 2px #344442;
	}
	
}


@media all and (min-width : 760px){
	
	.sideCol {
	margin-top:-100px;
	}
	
	
}


@media all and (max-width : 760px){
	
	.page-header H1 {
		line-height:50px;
	}
	
}






/* REST OF THE FOLKS */



body {
font-weight: 400;
}

.inline-img {
	float:left;
	margin-right:10px;
	}

.navbar {
	/* box-shadow:0px 0px 4px #544442; */
}


.navbar-inner .container {
	background-image: none;
	}
	

.navbar-inner {
	background-color:#f4f4d8;
	min-height:20px;
	}
	


div.subnav-fixed {
top: 31px;
}	

.container .brand {
	color:#444;
	font-size:13px;
	text-shadow:none;
	padding-top:5px;
	padding-bottom:5px;
	}
	
#home .sideCol {
	background-image:url(../img/back-home.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding-top:200px;
	}
	

@media all and (max-width : 760px){
	
	.sideCol {
	background-image:none;
	padding-top: 20px;
	}
}


	
.jumbotron h1 {
	font-weight:300;
	}
	

.page-header {
border-bottom: none;
}


h1 {
	color:#232117;
	}

h3 {
	line-height: 35px;
	}


.sideCol h3 {
	margin-bottom: 25px;
	}

#home .sideCol h3 {
	margin-bottom: 0px;
	}



BLOCKQUOTE {
	padding-left:30px;
	background-color:#f4f4d8;
	}

.subhead h1 {
font-size: 48px;
}

div.subnav {
	background: #f4f4d8;
	}
	
.nav-pills>li>a {
	background-color: #f4f4d8;
}
	
.nav-pills>li>a:hover {
color: #fff;
background-color: #99cc36;
}

.nav-pills>li>a.selected {
background-color: #333;
color: #fff;
}

.subnav .nav .dropdown .dropdown-toggle {
	font-size:12px;
	color:#666666;
	}

.subnav .nav .dropdown .dropdown-toggle:hover {
	color:#fff;
	}
	
.nav .dropdown-toggle .caret {
margin-top: 6px;
border-top-color: #99cc36;
border-bottom-color: #99cc36;
}

.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}


.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; } .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 


.adrSecond {
	font-size:80%;
}


.carousel-caption {
background: rgba(0,0,0,0.25);
}

.carousel-caption P {
	font-size:90%;
}

#img_ida {margin:0 25px 10px 0;}

.footer {
	border-top:1px solid lightgrey;
	padding-top:20px;
	font-size:90%;
}

.footer li {
	color:#999;
	}

.footer li a {
	color:#444;
	}