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

body, html { height:100%; background:transparent; }
body {font-size:18px; font-family: 'Overpass', sans-serif; font-weight:300; color:#fff; line-height:1.6em; min-width:100%; overflow-x:hidden;  }

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

.header { padding-bottom:0px; position:fixed; background:url(../img/headerbg.png) top center; background-repeat:repeat-x; width:100%; height:216px; 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:216px; }

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:#ffffff; }

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:#999; }

/* Header Scroll Movement */
.headeractive {background:rgba(0, 0, 0, 0.8); !important; transition:background linear; height:175px; transform:translateY(-40px);-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;}

/* Menu Scroll Movement */
.menulinkactive { !important; transition:background linear; height:35px; transform:translateY(60px);-webkit-transition: all 0.4s ease-out; -webkit-transform: translateY(60px);
       -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.6) rotate(0.01deg) translateY(35px);
        transform: scale(0.7) rotate(0.01deg) translateY(30px);
       -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;}
			
/* Social Scroll Movement */
.hubrightactive { !important; transition:background linear; height:35px; transform:translateY(25px); -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;}

			

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; }

/* ----- Text (COMPUTER) ----- */
h1 { font-size:24px; font-family:'Cinzel', serif; font-weight:400; color:#ffffff; line-height:1.0; text-shadow:#000000 1px 1px; }
h1 a { font-size:24px; font-family: 'Cinzel', serif; font-weight:400; color:#ffffff; }
h1 a:hover { font-size:24px; font-family: 'Cinzel', serif; font-weight:400; color:#ffffff; }

h2 { font-size:14px; font-family:'Josefin Sans', sans-serif; font-weight:400; color:#5f5e5e; line-height:1.2em;  }
h2 a { font-size:14px; font-family: 'Josefin Sans', sans-serif; font-weight:400; color:#5f5e5e; }
h2 a:hover { font-size:14px; font-family: 'Josefin Sans', sans-serif; font-weight:400; color:#5f5e5e; }

h3 { font-size:36px; font-family:'Overpass', sans-serif; font-weight:300; color:#ffffff; line-height:1.0; text-shadow:#000000 1px 1px; }
h3 a { font-size:36px; font-family: 'Overpass', sans-serif; font-weight:300; color:#ffffff; }
h3 a:hover { font-size:36px; font-family: 'Overpass', sans-serif; font-weight:300; color:#ffffff; }

h4 { font-size:72px; font-family:'Overpass', sans-serif; font-weight:300; color:#ffffff; line-height:1.0; text-shadow:#000000 1px 1px; }
h4 a { font-size:72px; font-family: 'Overpass', sans-serif; font-weight:300; color:#ffffff; }
h4 a:hover { font-size:72px; font-family: 'Overpass', sans-serif; font-weight:300; color:#ffffff; }

h5 { font-size:24px; font-family:'Overpass', san-serif; font-weight:600; color:#ffffff; line-height:1.6; }
h5 a { font-size:24px; font-family: 'Overpass', sans-serif; font-weight:600; color:#ffffff; }
h5 a:hover { font-size:24px; font-family: 'Overpass', sans-serif; font-weight:600; color:#ffffff; }

h6 { font-size:18px; font-family:'Overpass', sans-serif; font-weight:600; color:#383838; }
h6 a { font-size:18px; font-family: 'Overpass', sans-serif; font-weight:600; color:#383838; }
h6 a:hover { font-size:18px; font-family: 'Overpass', sans-serif; font-weight:600; color:#626e4c; }

/* ----- Graphics (COMPUTER) ----- */
#logo 		{ width:399px; height:auto; z-index:1000; margin-top:3px; margin-left:100px; 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;}

#leftpics	{ float:left; margin-top:-7px; }
#rightpics	{ float:right; margin-top:-7px; }
#icons		{ margin-bottom:-10px; }


/* ----- Layout (COMPUTER) ----- */
#contactlink	{ display:none; visibility:hidden; }
#hubright		{ float:right; width:200px; height:auto; margin-top:20px; margin-right:100px; -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; }
#menu			{ position:absolute; margin-top:125px; margin-left:650px; -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; }
.rslides		{ width:100%; height:1030px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
.rslides2		{ width:100%; height:1030px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#home1			{ width:100%; height:450px; padding-bottom:40px; }
#featuredbox	{ width:420px; height:auto; position:relative; margin-left:10%; margin-right:auto; margin-top:20%; }
#featuredbox2	{ width:100%; height:auto; position:relative; margin-left:auto; margin-right:auto; margin-top:10%; }
#subbox1		{ width:100%; min-height:200px; height:auto; margin-top:0px; padding-top:50px; position:relative; z-index:90; padding-bottom:50px; background:#000000; }
#subbox2		{ width:100%; min-height:100px; height:auto; margin-top:0px; padding-top:20px; padding-bottom:20px; position:relative; z-index:1; background:#232222; }
#content		{ width:85%; margin-top:0px; margin-left:auto; margin-right:auto; }
#contactboxleft	{float:left; width:75%; height:auto; min-height:800px; }
#contactboxright{float:right; width:25%; margin-top:30px; }

.main 			{ padding: 2px 0 2px 0; }
.main .content 	{ padding-left: 0px; padding-right: 10px; }
.main .content span { text-decoration: underline; }
.main .cols 	{ margin-top:0px; padding-left:0px; padding-right:0px; width:100%; padding-bottom:40px; text-align:center; }
.main .cols .col { width:25%; display:inline-block; vertical-align:text-top; padding:25px; border-radius:7px; background:#fcfcfc; border-radius:10px; }
.main .cols .col + .col { margin-left:5%; }
.main .cols .col img { width:auto; }
.main .cols .col2 { width:23%; display:inline-block; vertical-align:text-top; padding:35px; border-radius:7px; }
.main .cols .col2 + .col2 { margin-left:3%; }
.main .cols .col2 img { width:auto; }

<!----- Carousel ------>
#flexisel	{ display:none; }
.nbs-flexisel-container { position:relative; max-width:100%; -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; }
.nbs-flexisel-ul 		{ position:relative; width:9999px; margin:0px; padding:0px; list-style-type:none; text-align:center; }
.nbs-flexisel-inner 	{ overflow:hidden; float:left; width:100%; background:none; }
.nbs-flexisel-item 		{ float:left; margin:0px; padding:0px; cursor:pointer; position:relative; line-height:0px; }
.nbs-flexisel-item img  { width:100%; cursor:pointer; position:relative; margin-top:10px; margin-bottom:10px; max-width:250px; max-height:250px; }

/* ----- Footer ------ */
#footer { width:96.5%; background:#ff0066; min-height:200px; height:auto; padding-top:60px; padding-left:70px; padding-right:0px; padding-bottom:20px; }
#footer .shell { padding: 0px 0; }
#footer .cols .col { width:240px; float:left; }
#footer .cols .col + .col { margin-left:0px; }
#footer .cols .col ul 	{ list-style:none; }
#footer .cols .col ul li 	{ padding-bottom:0px; color:#828282; }
#footer .cols .col ul li a 	{ font-size:16px; font-family: 'Poppins', sans-serif; font-weight:200; color:#ffffff;  }
#footer .cols .col ul li a:hover 	{ padding-bottom:0px; color:#000000; }
#footer .cols .col2 { width:210px; margin-left:83%; margin-top:0px; }
#footer  h1 		{ font-size:18px; color:#fff; font-family:'Poppins', sans-serif; font-weight:300; line-height:1.0em; } 
#footer .col2 p	{ font-size:12px; font-family: 'Poppins', sans-serif; font-weight:200; color:#ffffff; line-height:1.2em; }
.line		{ clear:both; border-bottom:dotted 1px #ffffff; padding: 2.5px 0px; margin-bottom: 5px; margin-bottom:15px; }
#copyrightbox	{ float:right; margin-right:10px; }


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

/* 1680 display */
@media only screen and ( min-width: 1380px) and ( max-width: 1685px ) {
#logo 			{ width:399px; height:auto; z-index:1000; margin-top:3px; margin-left:20px; position:absolute; }
#contactlink	{ display:none; visibility:hidden; }
#hubright		{ float:right; width:200px; height:auto; margin-top:20px; margin-right:30px; }
.rslides		{ width:100%; height:960px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#subbox3		{ width:100%; min-height:200px; height:auto; padding-top:160px; padding-bottom:20px; background:#ffffff; }
#footer .cols .col2 { width:210px; margin-left:80%; margin-top:0px; }
}

/* 1366 display */
@media only screen and ( min-width: 1285px) and ( max-width: 1368px ) {
#logo 			{ width:399px; height:auto; z-index:1000; margin-top:3px; margin-left:10px; position:absolute; }
#menu			{ position:absolute; margin-top:125px; margin-left:500px; }
#contactlink	{ display:none; visibility:hidden; }
#hubright		{ float:right; width:200px; height:auto; margin-top:20px; margin-right:0px; }
.rslides		{ width:100%; height:970px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#featuredbox	{ width:640px; height:auto; position:relative; margin-left:10%; margin-right:auto; margin-top:25%; }
#subbox3		{ width:100%; min-height:200px; height:auto; padding-top:150px; padding-bottom:20px; background:#ffffff; }
#footer .cols .col { width:240px; float:left; margin-left:-30px; }
#footer .cols .col2 { width:210px; margin-left:80%; margin-top:0px; }
}

/* 1280 display */
@media only screen and ( min-width: 1025px) and ( max-width: 1280px ) {
#logo 			{ width:399px; height:auto; z-index:1000; margin-top:3px; margin-left:10px; position:absolute; }
#menu			{ position:absolute; margin-top:125px; margin-left:470px; }
#contactlink	{ display:none; visibility:hidden; }
#hubright		{ float:right; width:200px; height:auto; margin-top:20px; margin-right:0px; }
.rslides		{ width:100%; height:950px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#featuredbox	{ width:640px; height:auto; position:relative; margin-left:10%; margin-right:auto; margin-top:25%; }
#subbox3		{ width:100%; min-height:200px; height:auto; padding-top:150px; padding-bottom:20px; background:#ffffff; }
#footer .cols .col { width:240px; float:left; margin-left:-30px; }
#footer .cols .col2 { width:210px; margin-left:80%; margin-top:0px; }
}

/* tablet landscape */
@media only screen and ( min-width: 981px) and ( max-width: 1024px ) {
#logo 			{ width:350px; height:auto; z-index:1000; margin-top:3px; margin-left:10px; position:absolute; }
#menu			{ position:absolute; margin-top:125px; margin-left:410px; }
#contactlink	{ display:none; visibility:hidden; }
.rslides		{ width:100%; height:950px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#featuredbox	{ width:640px; height:auto; position:relative; margin-left:10%; margin-right:auto; margin-top:30%; }
#subbox3		{ width:100%; min-height:200px; height:auto; padding-top:150px; padding-bottom:20px; background:#ffffff; }
#contactboxleft	{float:left; width:72%; height:auto; min-height:800px; }
#contactboxright{float:right; width:28%; margin-top:30px; }

}

/* tablet portrait */
@media only screen and ( min-width: 645px) and ( max-width: 980px ) {
#logo 			{ width:399px; height:auto; z-index:1000; margin-top:3px; left:50%; margin-left:-199px; position:absolute; }
#menu			{ position:absolute; width:100%; margin-top:165px; margin-left:0px; }
#contactlink	{ display:none; visibility:hidden; }
.rslides		{ width:100%; height:850px; position:absolute; background-attachment:scroll; margin-top:0px; z-index:0; }
#featuredbox	{ width:640px; height:auto; position:relative; margin-left:10%; margin-right:auto; margin-top:40%; }
#featuredbox2	{ width:100%; height:auto; position:relative; margin-left:auto; margin-right:auto; margin-top:30%; }
#contactboxleft	{float:left; width:65%; height:auto; min-height:800px; }
#contactboxright{float:right; width:35%; margin-top:30px; }

}


/* Phone*/
@media only screen and ( min-width: 362px) and ( max-width: 640px ) { 
#logo 			{ width:350px; height:auto; z-index:1000; margin-top:3px; left:50%; margin-left:-175px; position:absolute; }
#menu			{ position:absolute; width:100%; margin-top:165px; margin-left:0px; }
#contactlink	{ display:block; visibility:visible; }
#content		{ width:95%; margin-top:0px; margin-left:auto; margin-right:auto; }
.rslides		{ width:100%; height:740px; position:absolute; background-attachment:scroll; margin-top:0px; z-index:0; }
.rslides2		{ width:100%; height:1500px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#home1			{ width:100%; height:300px; padding-bottom:40px; }
#featuredbox	{ width:90%; height:auto; position:relative; margin-left:1%; margin-right:auto; margin-top:70%; }
#featuredbox2	{ width:100%; height:auto; position:relative; margin-left:auto; margin-right:auto; margin-top:30%; }
#contactboxleft	{float:none; width:95%; height:auto; min-height:800px; }
#contactboxright{float:none; width:95%; margin-top:30px; }
}

/* Phone (small)*/
@media only screen and ( min-width: 280px) and ( max-width: 360px ) { 
h4 { font-size:65px; font-family:'Overpass', sans-serif; font-weight:300; color:#ffffff; line-height:1.0; text-shadow:#000000 1px 1px; }
h4 a { font-size:50px; font-family: 'Overpass', sans-serif; font-weight:300; color:#ffffff; }
h4 a:hover { font-size:50px; font-family: 'Overpass', sans-serif; font-weight:300; color:#ffffff; }
#logo 			{ width:320px; height:auto; z-index:1000; margin-top:3px; left:50%; margin-left:-160px; position:absolute; }
#menu			{ position:absolute; width:100%; margin-top:165px; margin-left:0px; }
#contactlink	{ display:block; visibility:visible; }
#content		{ width:95%; margin-top:0px; margin-left:auto; margin-right:auto; }
.rslides		{ width:100%; height:700px; position:absolute; background-attachment:scroll; margin-top:0px; z-index:0; }
.rslides2		{ width:100%; height:1500px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#home1			{ width:100%; height:300px; padding-bottom:40px; }
#featuredbox	{ width:90%; height:auto; position:relative; margin-left:2%; margin-right:auto; margin-top:70%; }
#featuredbox2	{ width:100%; height:auto; position:relative; margin-left:auto; margin-right:auto; margin-top:30%; }
#contactboxleft	{float:none; width:95%; height:auto; min-height:800px; }
#contactboxright{float:none; width:95%; margin-top:30px; }
}






