* { margin: 0; padding: 0; outline: 0; }

body, html { height:100%; background:transparent; }
body {font-size:16px; font-family: 'Roboto', sans-serif; font-weight:300; color:#363636; line-height:1.8em; min-width:100%; overflow-x:hidden;  }

.shell { width:100%; margin:0 auto; overflow:hidden;}

.header { padding-bottom:0px; position:fixed; background:url(../img/headerbg.jpg) top center; background-repeat:repeat-x; width:100%; height:237px; z-index:1000; -moz-transition:all 0.4s ease-out; -ms-transition: all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition:all 0.4s ease-out; }
.header .shell { width:100%;}
.header-top { height:72px; }

a 	{ text-decoration:none; -webkit-transition:color 0.25s ease-out; -moz-transition:color 0.45s ease-out; -ms-transition:color 0.45s ease-out; -o-transition:color 0.45s ease-out;
transition: color 0.45s ease-out; color:#653e48; }

a:hover	{ text-decoration:none; -webkit-transition:color 0.25s ease-out; -moz-transition:color 0.45s ease-out; -ms-transition:color 0.45s ease-out; -o-transition:color 0.45s ease-out;
transition: color 0.45s ease-out; color:#000000; }

/* Header Scroll Movement */
.headeractive { !important;  transition:background linear; height:193px; transform:translateY(-1px); -webkit-transition: all 0.4s ease-out; 
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
			-webkit-transition: all 0.7s ease-in; -moz-transition:all 0.4s ease-in; -ms-transition:all 0.4s ease-in; -o-transition:all 0.4s ease-in; transition:all 0.4s ease-in;
			-webkit-transform: translateY(-60px); 
			transform: translateY(-60px);}


/* Menu Scroll Movement */
.menuactive { !important; transition:background linear; height:35px; transform:translateY(0px);-webkit-transition: all 0.4s ease-out;
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
			}
			
/* Logo Scroll Movement */
.logoactive { !important; transition:background linear; height:35px; -webkit-transition: all 0.7s ease-out; -webkit-transform: scale(0.9) rotate(0.01deg) translateY(18px);
        transform: scale(0.9) rotate(0.01deg) translateY(18px);
       -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
         -o-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;}
			
#iframe		{ width:100%; height:700px; }
		

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }
.lists	{ margin-left:40px; }
.listitem	{ padding-bottom:10px; }

/* ----- Text (COMPUTER) ----- */
h1 { font-size:24px; font-family:'Lora', serif; font-weight:700; color:#653e48; line-height:1.0; }
h1 a { font-size:24px; font-family: 'Lora', serif; font-weight:700; color:#653e48; }
h1 a:hover { font-size:24px; font-family: 'Lora', serif; font-weight:700; color:#653e48; }

h2 { font-size:18px; font-family:'Roboto', sans-serif; font-weight:400; color:#6d766e; line-height:1.4em; }
h2 a { font-size:18px; font-family: 'Roboto', sans-serif; font-weight:400; color:#6d766e; }
h2 a:hover { font-size:18px; font-family: 'Roboto', sans-serif; font-weight:400; color:#6d766e; }

h3 { font-size:38px; font-family:'Maven Pro', sans-serif; font-weight:700; color:#ffffff; line-height:1.3em; text-shadow:#000000 2px 2px; }
h3 a { font-size:38px; font-family: 'Maven Pro', sans-serif; font-weight:700; color:#ffffff; }
h3 a:hover { font-size:38px; font-family: 'Maven Pro', sans-serif; font-weight:700; color:#ffffff; }

h4 { font-size:18px; font-family:'Lora', sans-serif; font-weight:700; color:#ffffff; line-height:1.4em; }
h4 a { font-size:18px; font-family: 'Lora', sans-serif; font-weight:700; color:#ffffff; }
h4 a:hover { font-size:18px; font-family: 'Lora', sans-serif; font-weight:700; color:#ffffff; }

h5 { font-size:14px; font-family:'Heebo', sans-serif; font-weight:400; color:#ffffff; line-height:1.2em; }
h5 a { font-size:14px; font-family: 'Heebo', sans-serif; font-weight:400; color:#ffffff; }
h5 a:hover { font-size:14px; font-family: 'Heebo', sans-serif; font-weight:400; color:#ffffff; }

h6 { font-size:18px; font-family:'Lora', serif; font-weight:700; color:#ffffff; line-height:1.4em; }
h6 a { font-size:18px; font-family: 'Lora', serif; font-weight:700; color:#ffffff; }
h6 a:hover { font-size:18px; font-family: 'Lora', serif; font-weight:700; color:#ffffff; }

/* ----- Graphics (COMPUTER) ----- */
.entry		{clear:both; padding:0px;}
.entry img	{max-width: 100%; display:block; margin-left:auto; margin-right:auto; padding-top:5px; padding-top:5px; padding-right:0px; padding-left:0px;}
#logo 		{width:267px; height:auto; z-index:1000; margin-top:50px; margin-left:40px; position:absolute; -webkit-transition: all 0.7s ease-out; -moz-transition:all 0.4s ease-out; -ms-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition:all 0.4s ease-out;}
#block		{ float:left; padding-right:15px; margin-top:12px; }
#leftpics	{ float:left; margin-top:0px; padding-right:20px; position:relative; z-index:100; }
#rightpics	{ float:right; margin-top:0px; padding-left:20px; position:relative; z-index:100; }
#postidol	{ margin-bottom:-11px; }


/* ----- Layout (COMPUTER) ----- */
#menu			{ position:absolute; margin-top:135px; margin-left:625px; -webkit-transition: all 0.7s ease-out; -moz-transition:all 0.4s ease-out; -ms-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition: all 0.4s ease-out; }
#hubright		{ width:200px; float:right; margin-top:1px; position:relative; z-index:250; }
#spacer			{ height:100px; }

/* home parallax 1 */
.rslides		{ width:100%; height:1000px; position:absolute; background-attachment:scroll; margin-top:100px; z-index:0; }
#home1			{ width:100%; height:850px; padding-bottom:40px; position:relative; z-index:0; }
#featuredbox	{ width:500px; height:auto; position:relative; margin-left:15%; margin-top:25%; }

/* home parallax 2 */
.rslides2		{ width:100%; height:600px; position:absolute; background-attachment:scroll; margin-top:0px; z-index:0; }
#home2			{ width:100%; height:350px; padding-bottom:40px; position:relative; z-index:0; }
#featuredbox2	{ width:500px; height:auto; position:relative; margin-left:15%; margin-top:10%; }

#subbox1		{ width:100%; min-height:350px; height:auto; background:#ffffff; margin-top:0px; padding-top:50px; padding-bottom:50px; position:relative; z-index:0; }
#content1		{ width:80%; margin-top:0px; left:50%; margin-left:-40%; position:absolute; z-index:100; }

#subbox2		{ width:100%; min-height:300px; height:auto; background:transparent; margin-top:0px; padding-top:50px; padding-bottom:50px; position:relative; z-index:0; display:block; }
#content2		{ width:80%; height:auto; min-height:500px; margin-top:100px; left:50%; margin-left:-40%; position:relative; z-index:100; }

#subbox3		{ width:100%; min-height:250px; height:auto; padding-top:20px; margin-top:400px; padding-bottom:15px; background:#a8b3aa; position:relative; z-index:0; }


#boxtop2		{ background-image:url(../img/boxtop2.png); background-repeat:repeat-x; background-position:top center; width:100%; height:99px; margin-top:-150px; position:absolute; z-index:1;  }
#content3		{ width:65%; margin-top:-50px; margin-left:auto; margin-right:auto; }
#boxbot2		{ background-image:url(../img/boxbot2.png); background-repeat:repeat-x; background-position:top center; width:100%; height:123px; margin-top:38px; position:absolute; z-index:10;  }

#subbox4		{ width:100%; min-height:250px; height:auto; padding-top:20px; margin-top:0px; padding-bottom:45px; background:#000000; position:relative; z-index:0; }
#content3		{ width:65%; margin-top:-50px; margin-left:auto; margin-right:auto; }

#subbox5		{ width:100%; min-height:1100px; height:auto; margin-top:-80px; padding-bottom:60px; position:relative; z-index:0; }

#slider			{ display:block; position:relative; background:#000000; margin-top:-150px; }

#contactboxleft	{float:left; width:75%; height:auto; min-height:800px; }
#contactboxright{float:right; width:25%; margin-top:30px; }

.speech-bubble1 		{ width:100%; min-height:210px; margin-top:40px; position:relative; background:#ffffff; border-radius:.4em; -webkit-box-shadow: 0px 0px 44px 12px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 44px 12px rgba(0,0,0,0.13);
box-shadow: 0px 0px 44px 12px rgba(0,0,0,0.13); }
.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #000000;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}
.testimonial	{ padding-left:60px; padding-top:80px; padding-right:60px; padding-bottom:20px; }
#speecharrow	{ vertical-align:bottom; float:left; margin-left:20px; margin-top:-5px; }
#quotes	{ float:left; margin-top:10px; margin-left:10px; }
#thumbs	{ position:absolute; margin-top:-50px; margin-left:-75px; }


.main 			{ padding: 2px 0 2px 0; overflow:hidden;}
.main .content 	{ padding-left: 0px; padding-right: 10px; overflow:hidden; margin-top:-100px; }
.main .content span { text-decoration: underline; overflow:hidden; }
.main .cols 	{ margin-top:0px; padding-left:0px; padding-right:0px; width:100%; padding-bottom:40px; position:relative; z-index:10; overflow:hidden; text-align:center; }
.main .cols .col { width:20%; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col + .col { margin-left:5%; }
.main .cols .col img { width:auto; }

.main .cols2 	{ margin-top:0px; padding-left:0px; padding-right:0px; width:100%; padding-bottom:40px; text-align:center; position:relative; z-index:10; }
.main .cols2 .col2 { width:202px; display:inline-block;  }
.main .cols2 .col2 + .col2 { margin-left:30px; }
.main .cols2 .col2 img { width:auto; }

.main .cols3 	{ margin-top:30px; padding-left:0px; padding-right:0px; width:100%; padding-bottom:40px; text-align:center; position:relative; z-index:10; }
.main .cols3 .col3 { width:300px; display:inline-block;  }
.main .cols3 .col3 + .col3 { margin-left:30px; padding-bottom:30px; }
.main .cols3 .col3 img { width:auto; }

.main .cols4 	{ margin-top:30px; padding-left:0px; padding-right:0px; width:100%; padding-bottom:40px; position:relative; z-index:10; text-align:center; }
.main .cols4 .col4 { width:30%; display:inline-block; vertical-align:top;  }
.main .cols4 .col4 + .col4 { margin-left:1%; }
.main .cols4 .col4 img { width:auto; }

/* ----- Footer ------ */
#footer { background-color:#653e42; min-height:200px; height:auto; padding-top:20px; margin-top:0px; width:95%; padding-right:50px; padding-left:50px; }
#footer .shell { padding: 10px; }
#footer .cols .col { width:170px; float:left; }
#footer .cols .col + .col { margin-left: 30px; }
#footer .cols .col ul 	{ list-style:none; }
#footer .cols .col ul li 	{ padding-bottom:0px; color:#40413e; }
#footer .cols .col ul li a 	{ font-size:18px; font-family: 'Overpass', sans-serif; font-weight:400; color:#40413e; line-height:1.0em; }
#footer .cols .col ul li a:hover 	{ padding-bottom:0px; color:#287ddd; }

#footer .cols .col2 { width:300px; float:left; }
#footer .cols .col + .col2 { margin-left: 10px; }
#footer .cols .col2 ul 	{ list-style:none; }
#footer .cols .col2 ul li 	{ padding-bottom:0px; color:#40413e; }
#footer .cols .col2 ul li a 	{ font-size:18px; font-family: 'Overpass', sans-serif; font-weight:400; color:#40413e; line-height:1.0em; }
#footer .cols .col2 ul li a:hover 	{ padding-bottom:0px; color:#287ddd; }

#footer .cols .col2 + .col3 { margin-left: 50px; }

#footer .cols .col3 { width:285px; float:right; margin-top:-5px; }

#footer  p 		{ font-size:14px; color:#ffffff; font-family:'Roboto', sans-serif; font-weight:300; line-height:2em; } 
#footer  p a	{ font-size:14px; color:#ffffff; font-family:'Roboto', sans-serif; font-weight:300; } 
#footer  p a:hover{ font-size:14px; color:#a8b3aa; font-family:'Roboto', sans-serif; font-weight:300; text-decoration:none; } 

#copyrightbox		{ padding-top:10px; padding-bottom:10px; background-color:#121212; }

/* ----- ACCORDIAN MENU (COMPUTER) ----- */
.accordion-menu {
  width: 100%;
  margin: 60px auto 20px;
  background: #fff;
  border-radius: 4px;
  list-style:none;
}

.accordion-menu li.open .dropdownlink {
  color: #653e48;
}
.accordion-menu li.open .dropdownlink .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  color: #212121;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.dropdownlink i {
  position: absolute;
  top: 17px;
  left: 16px;
  
}
.dropdownlink .fa-chevron-down {
  right: 12px;
  left: auto;
}

.submenuItems {
  display: none;
  background:#EEE;
  color:#363636;
  padding:20px;
}

.submenuItems li {
  border-bottom: 1px solid #B6B6B6;
  list-style:none;
  padding:10px;
}

.submenuItems a {
  padding: 5px 5px 5px 5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color:#FFF;
}
.submenuItems a:hover {
  background-color: #ffffff;
  color: #fff;
}
.submenuItems a:active {
  background-color: #ffffff;
  color: #fff;
}


/* ================================================== #Media Queries ================================================== */

/* 1680 display */
@media only screen and ( min-width: 1380px) and ( max-width: 1690px ) {
#menu			{ margin-left:475px; }
#content1		{ width:90%; margin-top:0px; left:50%; margin-left:-45%; position:absolute; z-index:100; }
#subbox1		{ min-height:450px; }
}

/* 1366 display */
@media only screen and ( min-width: 1285px) and ( max-width: 1368px ) {
#logo 			{ margin-left:10px; }
#menu			{ margin-left:300px; }
#featuredbox	{ margin-top:35%; }
#subbox1		{ min-height:460px; }
#content1		{ width:90%; margin-left:-45%; }
}

/* 1280 display */
@media only screen and ( min-width: 1025px) and ( max-width: 1280px ) {
/* Header Scroll Movement */
.headeractive { !important;  transition:background linear; height:193px; transform:translateY(-1px); -webkit-transition: all 0.4s ease-out; 
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
			-webkit-transition: all 0.7s ease-in; -moz-transition:all 0.4s ease-in; -ms-transition:all 0.4s ease-in; -o-transition:all 0.4s ease-in; transition:all 0.4s ease-in;
			-webkit-transform: translateY(-30px); 
			transform: translateY(-30px);}
			
/* Logo Scroll Movement */
.logoactive { !important; transition:background linear; height:35px; -webkit-transition: all 0.7s ease-out; -webkit-transform: scale(1) rotate(0.01deg) translateY(0px);
        transform: scale(1) rotate(0.01deg) translateY(0px);
       -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
         -o-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;}
#logo 			{ margin-top:32px; margin-left:10px; }
#menu			{ margin-left:250px; }
#featuredbox	{ margin-top:35%; }
#subbox1		{ min-height:460px; }
#content1		{ width:90%; margin-left:-45%; }
#subbox3		{ margin-top:470px; }

.main .cols .col { width:30%; display:inline-block; vertical-align:text-top; padding:10px; border-radius:7px; }
.main .cols .col + .col { margin-left:2%; }
}

/* tablet landscape */
@media only screen and ( min-width: 981px) and ( max-width: 1024px ) {
/* Header Scroll Movement */
.headeractive { !important;  transition:background linear; height:193px; transform:translateY(-1px); -webkit-transition: all 0.4s ease-out; 
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
			-webkit-transition: all 0.7s ease-in; -moz-transition:all 0.4s ease-in; -ms-transition:all 0.4s ease-in; -o-transition:all 0.4s ease-in; transition:all 0.4s ease-in;
			-webkit-transform: translateY(-30px); 
			transform: translateY(-30px);}
			
/* Logo Scroll Movement */
.logoactive { !important; transition:background linear; height:35px; -webkit-transition: all 0.7s ease-out; -webkit-transform: scale(1) rotate(0.01deg) translateY(0px);
        transform: scale(1) rotate(0.01deg) translateY(0px);
       -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
         -o-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;}
#logo 			{ margin-top:32px; margin-left:10px; }
#menu			{ margin-left:120px; }
#featuredbox	{ margin-top:45%; }
#subbox1		{ min-height:550px; }
#content1		{ width:90%; margin-left:-45%; }
#featuredbox2	{ margin-top:15%; }
#subbox3		{ margin-top:550px; }

.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:10px; border-radius:7px; }
.main .cols .col + .col { margin-left:0%; margin-top:50px; }

#footer { width:95%; padding-left:10px; }
}

/* tablet portrait */
@media only screen and ( min-width: 645px) and ( max-width: 980px ) {
/* Header Scroll Movement */
.headeractive { !important;  transition:background linear; height:193px; transform:translateY(-1px); -webkit-transition: all 0.4s ease-out; 
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
			-webkit-transition: all 0.7s ease-in; -moz-transition:all 0.4s ease-in; -ms-transition:all 0.4s ease-in; -o-transition:all 0.4s ease-in; transition:all 0.4s ease-in;
			-webkit-transform: translateY(-30px); 
			transform: translateY(-30px);}
			
/* Logo Scroll Movement */
.logoactive { !important; transition:background linear; height:35px; -webkit-transition: all 0.7s ease-out; -webkit-transform: scale(1) rotate(0.01deg) translateY(0px);
        transform: scale(1) rotate(0.01deg) translateY(0px);
       -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
         -o-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;}
#logo 			{ margin-top:32px; margin-left:10px; }
#menu			{ position:absolute; width:100%; margin-top:185px; margin-left:-42%; -webkit-transition: all 0.7s ease-out; -moz-transition:all 0.4s ease-out; -ms-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition: all 0.4s ease-out; }
#featuredbox	{ margin-top:45%; }
#subbox1		{ min-height:750px; }
#content1		{ width:90%; margin-left:-45%; }
#featuredbox2	{ margin-top:15%; }
#subbox3		{ margin-top:750px; }

.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:10px; border-radius:7px; }
.main .cols .col + .col { margin-left:0%; margin-top:50px; }

#footer { width:95%; padding-left:10px; }
#footer .cols .col { width:140px; float:left; }
#footer .cols .col + .col { margin-left: 20px; }
#footer .cols .col3 { width:250px; float:right; margin-top:-5px; }
}


/* Phone*/
@media only screen and ( min-width: 410px) and ( max-width: 640px ) { 
h3 { font-size:30px; font-family:'Maven Pro', sans-serif; font-weight:700; color:#ffffff; line-height:1.3em; text-shadow:#000000 2px 2px; }
/* Header Scroll Movement */
.headeractive { !important;  transition:background linear; height:193px; transform:translateY(-1px); -webkit-transition: all 0.4s ease-out; 
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
			-webkit-transition: all 0.7s ease-in; -moz-transition:all 0.4s ease-in; -ms-transition:all 0.4s ease-in; -o-transition:all 0.4s ease-in; transition:all 0.4s ease-in;
			-webkit-transform: translateY(-30px); 
			transform: translateY(-30px);}
			
/* Logo Scroll Movement */
.logoactive { !important; transition:background linear; height:35px; -webkit-transition: all 0.7s ease-out; -webkit-transform: scale(1) rotate(0.01deg) translateY(0px);
        transform: scale(1) rotate(0.01deg) translateY(0px);
       -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
         -o-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;}

#leftpics		{ width:100%; height:auto; }
#rightpics		{ width:100%; height:auto; }
#hubright		{ width:150px; float:none; margin-top:1px; position:relative; left:50%; margin-left:-75px; z-index:250; }
#logo 			{ width:267px; height:59px; margin-top:32px; position:absolute; left:50%; margin-left:-134px; z-index:1001; }
#menu			{ position:absolute; width:100%; margin-top:105px; margin-left:-40%; -webkit-transition: all 0.7s ease-out; -moz-transition:all 0.4s ease-out; -ms-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition: all 0.4s ease-out; }
#featuredbox	{ width:90%; position:relative; left:50%; margin-left:-45%; margin-top:95%; }
#subbox1		{ min-height:750px; }
#content1		{ width:90%; margin-left:-45%; }
#featuredbox2	{ width:90%; position:relative; left:50%; margin-left:-45%; margin-top:35%; }
#subbox3		{ margin-top:750px; }

#contactboxleft	{float:none; width:99%; height:auto; min-height:800px; }
#contactboxright{float:none; width:99%; margin-top:30px; }

.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:10px; border-radius:7px; }
.main .cols .col + .col { margin-left:0%; margin-top:50px; }

#footer { width:94%; padding-left:10px; }
#footer .cols .col { width:100%; float:none; }
#footer .cols .col + .col { margin-left:0px; padding-top:30px; }
#footer .cols .col3 { width:190px; float:right; margin-top:-330px; }
}

/* Phone*/
@media only screen and ( min-width: 320px) and ( max-width: 409px ) { 
h3 { font-size:28px; font-family:'Maven Pro', sans-serif; font-weight:700; color:#ffffff; line-height:1.3em; text-shadow:#000000 2px 2px; }
/* Header Scroll Movement */
.headeractive { !important;  transition:background linear; height:193px; transform:translateY(-1px); -webkit-transition: all 0.4s ease-out; 
       -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
         -o-transition: all 0.4s ease-out;
            transition: all 0.4s ease-out;
			-webkit-transition: all 0.7s ease-in; -moz-transition:all 0.4s ease-in; -ms-transition:all 0.4s ease-in; -o-transition:all 0.4s ease-in; transition:all 0.4s ease-in;
			-webkit-transform: translateY(-30px); 
			transform: translateY(-30px);}
			
/* Logo Scroll Movement */
.logoactive { !important; transition:background linear; height:35px; -webkit-transition: all 0.7s ease-out; -webkit-transform: scale(1) rotate(0.01deg) translateY(0px);
        transform: scale(1) rotate(0.01deg) translateY(0px);
       -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
         -o-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;}

#leftpics		{ width:100%; height:auto; }
#rightpics		{ width:100%; height:auto; }
#hubright		{ width:150px; float:none; margin-top:1px; position:relative; left:50%; margin-left:-75px; z-index:250; }
#logo 			{ width:267px; height:59px; margin-top:32px; position:absolute; left:50%; margin-left:-134px; z-index:1001; }
#menu			{ position:absolute; width:100%; margin-top:105px; margin-left:-40%; -webkit-transition: all 0.7s ease-out; -moz-transition:all 0.4s ease-out; -ms-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; transition: all 0.4s ease-out; }
#featuredbox	{ width:90%; position:relative; left:50%; margin-left:-45%; margin-top:95%; }
#subbox1		{ min-height:780px; }
#content1		{ width:90%; margin-left:-45%; }
#featuredbox2	{ width:90%; position:relative; left:50%; margin-left:-45%; margin-top:35%; }
#subbox3		{ margin-top:750px; }

.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:10px; border-radius:7px; }
.main .cols .col + .col { margin-left:0%; margin-top:50px; }

#contactboxleft	{float:none; width:99%; height:auto; min-height:800px; }
#contactboxright{float:none; width:99%; margin-top:30px; }

#footer { width:94%; padding-left:10px; }
#footer .cols .col { width:100%; float:none; }
#footer .cols .col + .col { margin-left:0px; padding-top:30px; }
#footer .cols .col3 { width:190px; float:right; margin-top:-330px; }
}





