/*---------------------------------*/
/*			GENERAL 				*/
/*---------------------------------*/

* { margin: 0; padding: 0; }
html, body { height: 100%; scroll-behavior: smooth; }
*+html{ overflow:auto; }
body {
	background: #ffffff;
	color: #3f4549;
	font: 21px "Merriweather", georgia, serif;
	font-weight: 500;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

ul { list-style: none outside none; }
a { outline: none; text-decoration: none; color: #a7a655;}
img { display: block; }
a img { outline: none; border: none; }
strong { font-weight: bold; }

fieldset { border: none; }
.front .last, .front #content .last, #content .last, #subcontent .last, #content-secondary .last { margin-right: 0; padding-right: 0; border-right: 0; }
.clear, .clear:after { clear: both; }
.clear:before, .clear:after { content: ""; display: table; }

::selection      { background:#242ffb; color:#ffffff; /* Safari and Opera */ }
::-moz-selection  { background:#242ffb; color:#ffffff; /* Firefox */ }

#accessibility { display: none; }

/* Drupal Resets */
.block ul { margin: 0; padding: 0; }
.clear { clear: both; }
ul.menu li { margin: 0; }
li.leaf, li.expanded , li.collapsed  { list-style-image: none; list-style-type: none; padding: 0; }
p.listfix, p.list-fix { margin-bottom: 0; }
.breadcrumb { padding: 0; }
	

.hero-wrapper { max-width: 1700px; margin: 0 auto; text-align: left; position: relative; }
.wrapper { max-width: 1200px; margin: 0 auto; text-align: left; position: relative; }




/* SLIDER */


#full-width-slider {
  width: 100%;
  color: #000;
}

.rsMinW .rsBullets { bottom: 20px; right: 50px; width: auto; margin-left: 0;}
.rsMinW .rsBullet span { background: #ffffff; }
	
.fullWidth {
width: 100%;
margin: 0 auto;
}
.sliderContainer{ margin-bottom: 0; }

.rsSlide {
    z-index: 98;
}


.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
	background: none repeat scroll 0 0 #FFFFFF !important;
}

.rsPreloader {
	width:24px !important;
	height:24px !important;
	background-image:url(assets/loader.gif) !important;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}


@media (max-width: 3000px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { height: 900px !important; } }
@media (max-width: 1700px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { height: 750px !important; } }
@media (max-width: 1500px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { height: 720px !important; } }
@media (max-width: 1400px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { height: 700px !important; } }
@media (max-width: 1200px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { height: 650px !important; } }
@media (max-width: 1000px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { height: 600px !important; } }
@media (max-width: 800px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { height: 550px !important; } }
@media (max-width: 600px) { .heroSlider .rsOverflow, .royalSlider.heroSlider { height: 450px !important; } }


/*  NAV   */

.header { position: fixed; top: 0; left: 0; width: 100%; height: 60px; z-index: 100; background: #ffffff; display: block;}
	.header .logo { height: 45px; margin: 7px 0; float: left;}
	.header .tagline { position: absolute; top: 20px; left: 50%; margin-left: -150px; }
	.header .nav-menu { float: right; margin-top: 20px; cursor: pointer; }


.navigation { font-size: 32px; left: auto; right: -450px; width: 450px; background: #242ffb; position: fixed; overflow: hidden; -webkit-overflow-scrolling: touch; z-index: 100; top: 0; bottom: 0; height: 100%; }
	.navigation a { color: #ffffff; font-weight: 300; display: block; margin-bottom: 26px; }
	.navigation .close { padding: 14px 0; float: right; margin-right: 30px; cursor: pointer;}
	.navigation ul { padding: 40px 0; clear: both;  }

body { 
	-webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}

body.nav-toggled {     -webkit-transform: translateX(-450px);
    -moz-transform: translateX(-450px);
    -ms-transform: translateX(-450px);
    transform: translateX(-450px); 
	margin: 0; overflow: hidden;

	}
	
	
/* SIZZLE AND INTRO */

h1 { font-family: 'Montserrat', arial, sans-serif; text-transform: uppercase; font-size: 30px; letter-spacing: 2px; margin: 20px 0 80px; display: block; text-align: center;  font-weight: 700; }
.arrow-down { width: 50px; display: inline-block; margin: 40px 0 40px;  }
		.arrow-down img { width: 100%; }
		.arrow-buffer { margin: 70px 0 70px; display: block; text-align: center; clear: both; }

#hero { padding: 60px 0; }
	.hero-wrapper { position: relative; }
	.slide { width: 100%; }
	.slide-image { width: 300px; position: absolute; top: 400px; left: 50%; margin-left: -150px; }
	#hero .arrow-down { position: absolute; top: 600px; left: 50%; margin-left: -25px; z-index: 1000; }

	#myVideo {
	  width: 100%; 
	}

	
#section-sizzle { background: #00bdb7 url(../images/bg-section-1.jpg) bottom right no-repeat; padding: 60px 0 80px; color: #ffffff; }
	#section-sizzle .wrapper { padding-top: 70px; text-align: center; }
	#section-sizzle p { padding: 0 200px; }
	#section-sizzle h1 { margin-bottom: 40px; }



		
/* CONTENT */
	
body {  background: #ffffff; } 

.section-icon-buffer { display: block; text-align: center; padding-top: 110px; }
.section-icon { width: 70px; display: inline-block; text-align: center; }
.section-transparent { position: absolute; top: 90px; left: 50%; opacity: 0.3; width: 70%; margin-left: -35%; }
.section-left { float: left; width: 46%; border-top: solid 5px #ffffff; padding-top: 14px; }
	.section-left p { font-size: 28px; line-height: 1.3em; font-weight: 300; margin-bottom: 18px; }
	.section-left a { color: #ffffff; border-bottom: solid 5px #f91bb3; 
			transition: border .3s;
			-webkit-transition: border .3s;
			transition: border .3s;}
	.section-left a:hover { border-bottom: solid 5px #07d5e2; }
.section-right { float: right; width: 46%; border-top: solid 5px #ffffff; padding-top: 14px; }
	.section-right .section-right-title { display: block; font-family: 'Montserrat', arial, sans-serif; text-transform: uppercase; font-size: 20px; letter-spacing: 5px; margin: 0 0 20px; font-weight: 700;}
	.section-right ul { width: 100%; }
	.section-right li { float: left; width: 47%; margin-right: 3%; margin-bottom: 20px; font-weight: 300; }

#section-video { background: #251e7e url(../images/bg-section-2.jpg) top right no-repeat; color: #ffffff;  }
	#video-holder { margin-top: 34px; }
		#video-holder a { display: block; width: 25%; float: left; 
			ms-transition: padding .3s;
			-webkit-transition: padding .3s;
			transition: padding .3s; padding-top: 16px; padding-bottom: 0; }
			#video-holder a:hover { padding-top: 0; padding-bottom: 16px;  }
			#video-holder a img { width: 100%; }
			#video-holder a img.offset { margin-top: 60px; }
			
#section-still { background: #330a58 url(../images/bg-section-3.jpg) bottom left no-repeat; color: #ffffff;  }
	#section-still .section-transparent { width: 40%; margin-left: -20%; top: -130px; opacity: 0.2; }
	
#section-audio { background: #340959 url(../images/bg-section-4.jpg) top left no-repeat; color: #ffffff;  }
	#section-audio .section-transparent { width: 40%; margin-left: -20%; top: -60px; opacity: 0.2; }
	#section-audio .section-right li { width: 100%; margin-right: 0; }
	
	
#section-story { background: #fe6521 url(../images/bg-section-5.jpg) top left no-repeat; color: #ffffff;  }
	#section-story .section-right li { width: 100%; margin-right: 0; }
	
#section-team { background: #e5e5e5 url(../images/bg-team.jpg) top left no-repeat; color: #3f4549; padding: 80px 0 40px; }
	#section-team .section-right li { width: 100%; margin-right: 0; }
	#section-team h1 { color: #242ffb; }
	
	.team-block-main { width: 44%; position: relative; margin-bottom: 60px; }
		.team-block-main img { width: 100%; margin-bottom: 24px; }
		.team-block-main h2 { color: #242ffb; padding-top: 12px; border-top: solid 5px #242ffb; margin: 10px 0 20px; clear: both; }
		.team-block-main p { font-size: 20px; line-height: 28px; }
		.team-block-main-left { float: left;}
			.team-block-main-left img { float: left;}
			.team-block-main-left p { float: left; }
			.team-block-main-left h3 { float: left; }
		.team-block-main-right { float: right; }
			.team-block-main-right h2 { left: auto; right: 0; }
			
		.team-block { float: left; width: 28%; margin-right: 8%; margin-bottom: 60px; padding-bottom: 18px; border-bottom: solid 6px #242ffb; }
			.team-block img { width: 100%; margin-bottom: 18px; }
			.team-block h2 { color: #242ffb; padding-top: 4px; margin-bottom: 14px; }
			.team-block p { font-size: 18px; line-height: 25px; }
			.team-block-third { margin-right: 0; }
			
#section-aux { background: #e5e5e5 url(../images/bg-form.jpg) bottom right no-repeat; color: #3f4549; padding: 40px 0 80px; }
	#section-aux h1 { color: #242ffb;  }
	#clients { padding: 0 0 100px 0; }
		.logo-block { float: left; width: 20%; text-align: center; margin-bottom: 20px; }
			.logo-block img { width: 80%; margin: 0 10%; }
	
	#submission { margin: 0px 0 80px; }
		#submission .text-input { background: #ffffff; border: none;  padding: 15px 1%; width: 98%; display: block; margin-bottom: 18px; color: #3f4549; font-family: georgia, serif; font-size: 16px; }
		#submission #form-firstname { float: left; width: 47%; }
		#submission #form-email { float: right; width: 47%; }
		#submission #form-subject { clear: both; }
		#form-send { padding: 8px 14px; border: solid 4px #242ffb; color: #242ffb; font-family: "Montserrat", arial, sans-serif; text-transform: uppercase; font-size: 20px; letter-spacing: 2px; text-align:center; margin: 0 auto; display: block; cursor: pointer; margin-top: 50px;  font-weight: 700; }
	
#footer { background: #ff7a2f url(../images/bg-footer.jpg) top center no-repeat; color: #ffffff; padding: 70px 0; }
		.foot-left { float: left; width: 38%; font-size: 19px;  }
			.contactinfo { margin: 20px 0; }
			.contactinfo .label { display: inline-block; width: 70px; font-family: georgia, serif; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; }
			.contactinfo a { color: #ffffff; text-decoration: none; }
			.copyright { font-style: italic; }
		.foot-mid { float: left; width: 24%; text-align: center; }
			.foot-mid img { display: inline-block; width: 100px; margin: 16px auto;}
		.foot-right { float: right; width: 22%; }
			.foot-right .sub-logo {  width: 100%; }
			#social  { margin-top: 40px;  }
			#social li { float: left; width: 25%; text-align: center; }
				#social li img { display: inline-block; }
				
#section-content { background: #e5e5e5 url(../images/bg-form.jpg) bottom right no-repeat; color: #3f4549; padding: 110px 0 100px; }
	#section-content h1 { font-size: 64px; color: #242ffb; }
	#section-content h2 { font-size: 64px; color: #242ffb; font-size: 32px; text-transform: uppercase; font-family: "Montserrat", arial, sans-serif; display: block; padding-bottom: 14px; margin-bottom: 20px; border-bottom: solid 5px #242ffb;  font-weight: 700;}
	
	.section-video, .section-still { margin-bottom: 50px; }
		.vid-holder { float: left; width: 49%; margin-bottom: 30px; overflow: hidden; }
			.section-video .even { float: right; }
		.vid-holder img, .picture-holder img { width: 100%;
			ms-transition: transform .3s;
			-webkit-transition: transform .3s;
			transition: transform .3s;
		}
		
		.vid-holder:hover img, .picture-holder:hover img { -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
     transform: scale(1.2,1.2); }
	 
	.picture-holder { margin-bottom: 10px; float: left; width: 24%; overflow: hidden; margin-right: 1%; }
		
		
.testimonial { border-bottom: solid 6px #242ffb; padding-bottom: 30px; margin: 0 8% 30px 8%; font-size: 18px; text-align: center; }
	.quoter { color: #242ffb; }
	.test-name { display: block; font-weight: bold; color: #242ffb; margin-top: 14px; font-size: 22px; text-align: center;  }
	.test-title { color: #242ffb; display: block; font-style: italic; text-align: center;  }
		
		
/* RESPONSIVE FRONTPAGE  1024  720  480  320
**********************************************************/

	
	
	
/* General Subpage Styling
**********************************************************/

.drush {
	display: block;
    margin: 50px auto;
    background: #ffffff;
    width: 50%;
    padding: 14px 30px;
    color: #589aa2;
    border-radius: 60px;
}



.block-clear { clear: both; }

	
@media (max-width: 1800px) { .hero-wrapper { width: 1650px; } }	
@media (max-width: 1700px) { .hero-wrapper { width: 1550px; } }	
@media (max-width: 1600px) { .hero-wrapper { width: 1450px; } }	

@media (max-width: 1500px) { 
	.hero-wrapper { width: 1350px; }	
	.slide-image { width: 300px; top: 260px; margin-left: -150px; }
	#hero .arrow-down { top: 430px; }
}
	
@media (max-width: 1400px) { 
	.hero-wrapper { width: 94%; margin: 0 auto; } 
	.slide-image { width: 300px; top: 230px; margin-left: -150px; }
	#hero .arrow-down { top: 400px; }
}	

	
@media (max-width: 1300px) { 
	.wrapper { width: 1100px; } 
	.slide-image { width: 280px; top: 220px; margin-left: -140px; }
	#hero .arrow-down { top: 390px; } 
	.section-left p { font-size: 25px; }
	.section-icon-buffer { padding-top: 80px; }
}

@media (max-width: 1200px) { 
	.wrapper { width: 1000px; }  
	.slide-image { width: 280px; top: 200px; margin-left: -140px; } 
	#hero .arrow-down { top: 350px; }
}

@media (max-width: 1100px) { 
	.wrapper { width: 900px; }  
	#section-sizzle p { padding: 0 100px; }
	.slide-image { width: 280px; top: 160px; margin-left: -140px; } 
	#hero .arrow-down { top: 300px; }
	.section-left p { font-size: 23px; }
	.section-right li { width: 100%; margin-right: 0; }
	.section-icon-buffer { padding-top: 60px; }
	h1 { margin: 20px 0 60px;}
	
	.arrow-buffer { margin: 50px 0; }
	.team-block-main h2 { top: 300px; }
	
}
@media (max-width: 1000px) { 
	.wrapper { width: 800px; }  
	.slide-image { width: 260px; top: 150px; margin-left: -130px; }	#hero .arrow-down { top: 270px; }
	.team-block p { font-size: 16px; line-height: 23px; }
	
	.foot-left { width: 45%; }
	.foot-right { width: 200px; }
	.foot-mid { display: none; }
	.contactinfo .label { display: none; }
	
	 
	.picture-holder { margin-bottom: 20px; float: left; width: 49%; overflow: hidden; margin-right: 2%; }
	
	.section-still .even { margin-right: 0; }
 
}

@media (max-width: 900px) { 
	.wrapper { width: 84%; margin: 0 auto; }  
	.slide-image { width: 250px; top: 120px; margin-left: -125px; }
	#hero .arrow-down { top: 240px; }
	.section-left p { font-size: 20px; }
	#section-sizzle { padding-bottom: 20px; }

	#content .rsMinW .rsBullet { margin-right: 12px; margin-bottom: 8px; width: 8px; height: 8px;}
	
	#section-sizzle p { padding: 0 50px; }
	
	h1 { margin: 20px 0 30px;}
	.arrow-buffer { margin: 40px 0; }
	#video-holder a { width: 33%; }
	#video-holder a.video-holder-last { display: none; }
	
	
	.team-block-main { }
		.team-block-main img { float: none; width: 100%; }
		.team-block-main h2 { position: relative; top: auto; left: auto; margin-bottom: 20px; }
		.team-block-main-left p, .team-block-main-right p { float: none; width: 100%; }
			.team-block-main-left h3 { float: none; width: 100%; }
			
	#section-content h1 { font-size: 50px; line-height: 52px; }
	.drush { width: 100%; }
}

@media (max-width: 800px) {
	
	#content .rsMinW .rsBullet { margin-right: 9px; margin-bottom: 8px; width: 7px; height: 7px;}
	#hero { }
	#section-sizzle { padding-top: 90px; }
	.slide-image { display: none; }
	.tagline { display: none; }
	h1 { margin: 20px 0 50px;}
	.arrow-buffer { margin: 20px 0; }
	.logo-block { width: 25%; text-align: center; margin-bottom: 20px; }
	.picture-holder { margin-bottom: 10px;  }
	#hero .arrow-down { top: 140px; width: 80px; margin-left: -40px; }
		
}
		
@media (max-width: 768px) {

	.section-left { width: 100%; margin: 0 0 40px 0; }			
	.section-right { width: 100%; margin: 0; }			
		.section-right li { margin-bottom: 8px; width: 45%; margin-right: 5%; }
		.arrow-buffer { margin: 40px 0; }
		
	.team-block { width: 44%; margin: 20px 3%; }
	.block-clear { clear: none; }
	.team-block-even { clear: both; }
	
	.header { height: 50px; }
		.header .logo { height: 40px; margin: 5px 0 0; }
		.header .nav-menu { margin-top: 15px; }
		
	#section-sizzle { background: #00bdb7 url(../images/bg-section-1.jpg) bottom left no-repeat;  }
	#hero .arrow-down { top: 120px; width: 80px; margin-left: -40px; }
}
		
@media (max-width: 700px) {
	.wrapper { width: 80%; margin: 0 auto; }  
	#content .rsMinW .rsBullet { margin-right: 8px; margin-bottom: 6px; width: 6px; height: 6px;}
	
	#video-holder a { width: 50%; }
	#video-holder a img.offset { margin: 0; }
	#video-holder a.video-holder-last { display: block; }
	
	.foot-left { width: 100%; text-align: center; }
	.foot-right { float: none; clear: both; margin: 0 auto 20px; padding-top: 50px; }
	
	.picture-holder { width: 100%; margin-right: 0; }
	#hero .arrow-down { top: 100px; width: 80px; margin-left: -40px; }
	
}	

		
@media (max-width: 685px) {

		#section-sizzle p { padding: 0; }
	.logo-block { width: 33%; text-align: center; margin-bottom: 20px; }
}


@media (max-width: 600px) {
		
	.team-block-main { width: 100%; margin: 30px 0; }
	.team-block { width: 100%; margin: 30px 0; }
	
	#submission #form-firstname, #submission #form-email { width: 100%; margin-right: 0; margin-left: 0; float: none; }
	
	.vid-holder { width: 100%; }
	
	#section-content h1 { font-size: 42px;  line-height: 42px; }
	#hero .arrow-down { top: 80px; width: 80px; margin-left: -40px; }
	
}
		
		
@media (max-width: 500px) {
		
		
	.section-right li { width: 100%; margin-right: 0; }
	
	.header { height: 40px; }
		.header .logo { height: 32px; margin: 4px 0 0; }
		.header .nav-menu { margin-top: 10px; }
	
	#section-content h1 { font-size: 36px; line-height: 36px;  }
	#hero .arrow-down { top: 60px; width: 80px; margin-left: -40px; }

}
		
		
		
@media (max-width: 450px) {
	#hero .arrow-down { top: 40px; width: 60px; margin-left: -30px; }

}



@media (max-width: 350px) {

}




				
.last, .wrapper .last, .wrapper .media-box .last { margin-right: 0 !important;  }















