@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
	text-align: justify;
	padding-bottom: 40px;
	color: #1D482C;
	background-color: #e8e8e8;
	/*
	background-image:url('/img/20-seamless-paper-texture1.jpeg');
	background-repeat:repeat;
	*/
}
a {
	color: #1D482C;
}
h1, h2, h3, h4, form{
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#1D482C;
}
h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter;
}
.span9 h1{
	line-height: 20px;
	padding-top:20px;
}
.span12 h1{
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	font-family: 'Open Sans', sans-serif;
}
hr {
	margin-bottom: 5px;	
}

section {
	margin-bottom:20px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #D6D7DA #D5D8DD #C7C8CA;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	padding-bottom : 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.heading{
	padding-bottom:0px;
	margin-bottom: 10px;
}

.heading img{
	padding-top: 20px;
}

.logoholder {
	min-height: 150px;
	height: 150px;
}
.navbar{
	background-color: white;	
	z-index: 25;
	margin-bottom: 10px;
	border: none;
}

.navbar-inner {
	background : white;
	border-color: #D6D7DA #D5D8DD #C7C8CA;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
}

.affix {
	top: 0px;
}
.affix .navbar-inner {
	border-color: #D6D7DA #D5D8DD #C7C8CA;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	/*
	border-top: 0px;
	border-bottom: 0px;
	*/
}



.navbar .nav li{
	line-height: 26px;
	color: #1D482C;
}

.navbar .nav li a{
	color: #1D482C;
}

.banner {
	background: none;
	border-color: #D6D7DA #D5D8DD #C7C8CA;
	border-radius: 3px 3px 3px 3px;
	border-style: none;
	border-width: 0px;
	padding-bottom : 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.carousel-control{
	top: 50%;
	display:none;
}

#myCarousel:hover .carousel-control{
	display:block;
}

.carousel-indicators li{
	cursor: pointer;
}

.banner img {
	padding: 0px;
}

.imagegallery .row-fluid{
	margin-bottom:20px;
}

.video,.imagegallery{
	padding-bottom: 10px;
}
.video{ 
	position: relative;
	padding-bottom: 0px;
	cursor:pointer;
	border-color: #D6D7DA #D5D8DD #C7C8CA;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
}
.video a:hover {
	text-decoration:none;
}
.various{
	color: #1D482C;	
}
.videoImage:hover .video-overlay {
	opacity: 0.6;
	transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
}

.video-overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
}
.video-overlay * {
    vertical-align: middle;
}
.video-overlay span {
    display: inline-block;
    height: 100%;
    width: 1px;
}

.video-overlay img {
	width:40px;
}


.span2 .video-overlay h3 {
	font-size:15px;
}

.span2,.span3{
	text-align: center;
	
}
.span2 {
	border: 2px solid white;
	padding: 1px;
	cursor: pointer;
}

.hideVideos{
	display:none;	
}

@media (max-width: 1320px) {
	h2 {
		font-size: 21.5px;
	}
	
}
@media (max-width: 1180px) { 	
}
@media (max-width: 800px) {
	h2 {
		font-size: 21.5px;
	}
	
	
}
@media (max-width: 767px) {
	h2,h3 {
		font-size: 12px;
	}
	.video{
		border: none;
	}
	.video-overlay h3 {
		float:left;
		line-height: 16px;
		color:white;
	}
}

@media (max-width: 480px){
	.span12 h1{
		font-size: 20px;
		padding-bottom: 0px;
	}
	.video{
		border: none;
	}
	.span3 {
		padding-bottom: 10px;
	}
	.navbar {
		display:none;
	}
	.video-overlay h3 {
		float:left;
		line-height: 16px;
		color:white;
	}
	.span9 h1 {
		font-size: 20px;
	}
	.span9 h2 {
		
	}
	
}

.galleryItem {
	width: 200px;
	float:left;
	margin: 0 5px 10px;
	cursor: pointer;
	border-color: white;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
}
.galleryItem:hover {
	border-color: #D6D7DA #D5D8DD #C7C8CA;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 2px;
	opacity: 0.7;
}
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */

.morevideos {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #1D482C;	
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
    	border-color: #D6D7DA #D5D8DD #C7C8CA;
    	border-radius: 3px 3px 3px 3px;
    	border-style: solid;
    	border-width: 1px;
}
