@charset "UTF-8";
/* CSS Document */
/* Reset */
html, body, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;
font-size: 100%;vertical-align: baseline;background: transparent;}
article, aside, figure, footer, header, hgroup, nav, section {display: block;}
@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@viewport {width: device-width;} 
/*----------------------------------------End Reset */ 
 html {background: #fff;font-size: 62.5%;-webkit-overflow-scrolling: touch;-webkit-tap-highlight-color: #f6f5f5;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; } 
body {font-family: "Open Sans", sans serif;margin: 0;padding: 0;width: 100%;font-size: 16px;font-size: 1.6rem;line-height: 1.5em;color: #473f3f;}
.margBott{margin-bottom: 1em}
/*-----------------------------------------Headers and Text  */ 
h1, h2, h3, h4, h5, h6 {font-family: 'Oswald', sans-serif; font-weight: 500;margin: 0;color: #708090;text-rendering: optimizelegibility;}
.logo h1 {color:#fff}
h1,.h1 {font-size: 32px;font-size: 3.2rem;line-height: 1.2;margin-bottom: 0.75em; }
h2,.h2 {font-size: 24px;font-size: 2.4rem;line-height: 1.2;margin-bottom: 0.75em;}
h3,.h3{font-size: 20.8px;font-size: 2.08rem;line-height: 1.3;margin-bottom: 0.5em;}
h4,.h4 {font-size: 20px;font-size: 2rem;line-height: 1.25;margin-bottom: 1.5em;}
h5,.h5 {font-size: 18.4px;font-size: 1.84rem;margin-bottom: 1.5em; }
h6,.h6 {font-size: 16px;font-size: 1.6rem;margin-bottom: 1.5em;font-weight: normal;letter-spacing: 1px;text-transform: uppercase; }
p,ol,ul,dl,address {margin-bottom: 1em;font-size: 16px;font-size: 1.6rem;line-height: 1.5em; }
ul,ol {margin: 0 0 1.5em 1em;padding: 0 0 0 24px; }
a {
	text-decoration: underline;
	color: #666;
}
a:hover {text-decoration: none;color: #000;}
a:focus {outline: none;}
a:hover, a:active {outline: none; } 
/* --------------------------------------------------------------Images  */ 
img {max-width: 100%;border-width: 0;vertical-align: middle;-ms-interpolation-mode: bicubic;}

.img-polaroid {
	padding: 5px;
	background-color: white;
	border: 1px solid #D7C7C7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  
  .img-polaroid:hover {
 -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
   filter: grayscale(0%);
  }
 /* -----------------------------------------------------------100% Divs   */ 
.logo{clear: both;overflow: hidden;background-color: #444; border-bottom: 1px solid #fff;}
.logo-inner{width:100%;max-width: 1200px;margin-left: auto;margin-right: auto;overflow: hidden;text-align: center;}
.intro{clear: both;overflow: hidden;background-color: #708090;margin-bottom: 0;border-top: 1px solid #fff;}
.intro-inner{width:96%;max-width:1200px;margin-left:auto;margin-right:auto;overflow:hidden;padding-top:1.7em;padding-bottom:1.7em}
.intro-inner h1{font-weight: 300;margin-bottom: 0.313em;color: #fff;text-align: center;font-size: 40px;font-size: 4.0rem;}
.intro-inner h2, .intro-inner h3{margin-bottom: 0;color: #ccc;text-align: center;font-size: 30px;font-size: 3.0rem;}
.white{clear:both;background-color:#fff; padding: 0 0 1em 0}
.top-home{clear:both;width:100%;position:relative;background-color:#000;padding:0;overflow:hidden; text-align: center}

/* -----------------------------------------------------------Animated Header   */ 
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

/* ------------------------------------------------------------Footer */ 
footer{width:auto;overflow:hidden; background-color:#708090}
.footer-inner{width:96%;max-width:1200px;text-align:center;margin-left:auto;margin-right:auto;overflow:hidden;padding-top:2.5em;padding-bottom:2.5em}
footer ul{width:100%;padding:0;line-height:normal;text-align:center;margin-bottom:1.250em;margin-left:0;margin-right:0;padding:0}
footer ul li{line-height:normal;display:block;text-align:center;color:#fff;margin:0;width:100%; margin-bottom:0.8em;}
footer ul li a{display:inline-block;line-height:normal;-webkit-transition:color 0.2s ease-in;-o-transition:color 0.2s ease-in;-moz-transition:color 0.2s ease-in;color:#e6e6e6}
footer a{-webkit-transition:color 0.2s ease-in;-o-transition:color 0.2s ease-in;-moz-transition:color 0.2s ease-in;color:#999}
footer a:hover,footer ul li a:hover,footer a:focus{color: #fff}

/* -----------------------------------------------------------Layout columns   */ 
/*.row {background: #f7f7f7;border-bottom: 1px solid #808080;margin-bottom: 1em;overflow: hidden;} */
.container {margin-right:auto;margin-left:auto;	padding: 1em;}
/*---------------------------------------------------Show More*/
.showmore_content {
	position: relative;
	overflow: hidden;
	}
.showmore_trigger {
	width: 100%;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	text-decoration: underline;	
	color:#930
	}
.showmore_trigger span {
	display: block;
	}
/*---------------------------------------------------Social Media Icons*/	
	ul.social-media,ul.contact-details{font-size:.875em;letter-spacing:.1em;width:100%;margin:0;margin-bottom:0;text-align:left}
	ul.contact-details{margin-bottom:-2em}
	ul.social-media li{width:auto;display:inline-block;list-style-type:none;line-height:1.50em;padding:0;margin-left:0;margin-right:0}
/*---------------------------------------------------IFrame (Videos)*/

iframe{
margin-bottom: 1.5em;
}

.video-container
{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 1em;

}

.video-container iframe,  
.video-container object,  
.video-container embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 99.8%;
	height: 100%;

}
	
.video-icon{
	position: absolute;
	top: 45px;
	left: 15px;
	z-index: 100;
}

.well{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}
.left {	
	float:left;
	padding: 5px;
	border: 1px solid #eee;
	margin: 0 1em 1em 0
}

 .google-maps {
position: relative;
padding-bottom: 75%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* -----------------------------------------------------------Media Queries   */ 
@media screen and (max-width: 48em) {
.intro-inner h1{font-size: 30px;font-size: 3.0rem;}
.intro-inner h2{font-size: 20px;font-size: 2.0rem;}
}
@media screen and (min-width: 48em) {
.container {max-width: 1200px;}
.sb {float: right; width: 33.333333%;}	
.main {width: 64%;float: left;	}
}
