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

body, html { height:100%; background:transparent; }
body {font-size:16px; font-family: 'Nunito', sans-serif; font-weight:400; color:#656565; line-height:1.6em; min-width:100%; overflow-x:hidden;  }

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

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

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

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 { transition:background linear; height:178px; transform:translateY(-45px);-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;}
			
/* 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.6) rotate(0.01deg) translateY(40px);
        transform: scale(0.6) rotate(0.01deg) translateY(40px);
       -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(40px);-webkit-transition: all 0.7s ease-out;
       -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;}
			
/* Tagline Movement */
.hubleftactive { !important; transition:background linear; height:35px; transform:translateY(6px);-webkit-transition: all 0.7s ease-out;
       -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;}
			

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:19px; font-family:'Nunito', san-serif; font-weight:900; color:#0c5484; line-height:1.0; }
h1 a { font-size:19px; font-family: 'Nunito', sans-serif; font-weight:900; color:#0c5484; }
h1 a:hover { font-size:19px; font-family: 'Nunito', sans-serif; font-weight:900; color:#0c5484; }

h2 { font-size:60px; font-family:'Amiko', san-serif; font-weight:800; color:#ffffff; line-height:1.0em; text-shadow:#666 2px 2px; }
h2 a { font-size:60px; font-family: 'Amiko', san-serif; font-weight:800; color:#ffffff; }
h2 a:hover { font-size:60px; font-family: 'Amiko', san-serif; font-weight:800; color:#ffffff; }

h3 { font-size:27px; font-family:'Nunito', san-serif; font-weight:900; color:#0074b9; line-height:1.2; }
h3 a { font-size:27px; font-family: 'Nunito', sans-serif; font-weight:900; color:#0074b9; }
h3 a:hover { font-size:27px; font-family: 'Nunito', sans-serif; font-weight:900; color:#0074b9; }

h4 { font-size:19px; font-family:'Amiko', san-serif; font-weight:400; color:#ffffff;  line-height:1.0em; text-shadow:#666 2px 2px; }
h4 a { font-size:19px; font-family: 'Amiko', sans-serif; font-weight:400; color:#ffffff; }
h4 a:hover { font-size:19px; font-family: 'Amiko', sans-serif; font-weight:400; color:#ffffff; }

h5 { font-size:20px; font-family:'Nunito', san-serif; font-weight:400; color:#2799a3; line-height:1.6; }
h5 a { font-size:20px; font-family: 'Nunito', sans-serif; font-weight:400; color:#2799a3; }
h5 a:hover { font-size:20px; font-family: 'Nunito', sans-serif; font-weight:400; color:#2799a3; }

/* ----- 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:126px; height:auto; z-index:1000; margin-top:0px; position:absolute; left:50%; margin-left:-63px;-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;}
#hexagons:hover { margin-top:0px;transition:0.70s; -webkit-transition:0.70s; -moz-transition:0.70s; -ms-transition:0.70s; -o-transition:0.70s; -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform: rotate(180deg); transform:rotate(180deg); }
#hexagons 		{ margin-top:0px;transition:0.70s; -webkit-transition:0.70s; -moz-transition:0.70s; -ms-transition:0.70s; -o-transition:0.70s; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-180deg); -ms-transform: rotate(-90deg); transform:rotate(-90deg); }
#socialicons{ float:left; margin-top:6px; padding-right:5px; width:20px; }
#featuredimage	{ width:105%; height:auto; }
#leftpic		{ float:left; margin-top:0px; padding-right:45px; padding-bottom:15px; }

/* ----- Layout (COMPUTER) ----- */
.hubright		{ float:right; width:140px; margin-top:10px; margin-right:30px; -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:-6px; margin-left:468px; -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:1000px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#home1			{ width:100%; height:350px; padding-bottom:40px; }
#featuredbox	{ width:420px; height:auto; margin-top:20%; margin-left:25%; }
#home2			{ width:100%; height:250px; padding-bottom:40px; }
#featuredbox2	{ width:100%; width:550px; height:auto; margin-left:auto; margin-right:auto; margin-top:20%; }
#boxheader		{ width:100%; height:115px; background:url(../img/boxbg.png); background-repeat:repeat-x; margin-top:-100px; z-index:100; position:absolute; }
#subbox1		{ width:100%; min-height:300px; height:auto; padding-top:75px; padding-bottom:0px; background:#ffffff; z-index:300; position:relative; }
#subbox2		{ width:100%; min-height:200px; height:auto; background:#f4f4f4; margin-bottom:0px; padding-top:100px; position:relative; z-index:1; }
#subbox3		{ width:100%; min-height:300px; height:auto; padding-top:75px; margin-top:0px; padding-bottom:75px; background:#ebebed; }
#subbox4		{ width:100%; min-height:120px; height:auto; padding-top:75px; margin-top:0px; padding-bottom:75px; background:#333; }
#subbox5		{ width:100%; min-height:370px; height:auto; background:url(../img/boxbg2.jpg) top center; margin-bottom:0px; padding-top:50px; position:relative; z-index:1; }
#content		{ width:70%; margin-left:auto; margin-right:auto; }
#testimonialsbox{ background:url(../img/quotes.png) center; background-repeat:no-repeat; }

.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; margin-top:-50px;  z-index:300; position:relative;}
.main .cols .col { width:30%; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col + .col { margin-left:3%; }
.main .cols .col img { width:auto; }
.main .cols .col2 { width:241px; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col2 + .col2 { margin-left:1%; }
.main .cols .col2 img { width:auto; }

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom:0px;
    max-width:239px;
    max-height:137px;
}

/* ----- Footer ------ */
#footer { width:100%; background:#f4f4f4; min-height:200px; height:auto; padding-top:40px; padding-left:0px; padding-right:0px; padding-bottom:20px; }
#footer .shell { padding: 0px 0; }
#footer .cols .col { width:220px; float:left; }
#footer .cols .col + .col { margin-left: 50px; }
#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:15px; font-family: 'Nunito', sans-serif; font-weight:300; color:#666; line-height:1.2em; }
#footer .cols .col ul li a:hover 	{ padding-bottom:0px; color:#216fb7; }
#footer .cols .col2 { width:250px; margin-left:83%; margin-top:-20px; }
#footer  h1 		{ font-size:20px; color:#575757; font-family:'Amiko', sans-serif; font-weight:400; line-height:0.8em; } 
#footerlogo		{  }
#footer .col2 p	{ line-height:1.2em; }



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

/* 1680 display */
@media only screen and ( min-width: 1370px) and ( max-width: 1681px ) {
#menu			{ position:absolute; margin-top:-6px; margin-left:342px; -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; }
}

/* 1366 display */
@media only screen and ( min-width: 1285px) and ( max-width: 1368px ) {
#content		{ width:80%; margin-left:auto; margin-right:auto; }
#menu			{ position:absolute; margin-top:-6px; margin-left:250px; -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:400px; height:auto; margin-top:22%; margin-left:15%; }
.main .cols .col { width:40%; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col + .col { margin-left:3%; }
.main .cols .col img { width:auto; }
.main .cols .col2 { width:241px; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col2 + .col2 { margin-left:1%; }
.main .cols .col2 img { width:auto; }
#footer .cols .col2 { width:250px; margin-left:75%; margin-top:-20px; }
}

/* 1280 display */
@media only screen and ( min-width: 1025px) and ( max-width: 1280px ) {
#content		{ width:90%; margin-left:auto; margin-right:auto; }
#menu			{ position:absolute; margin-top:-6px; margin-left:200px; -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:400px; height:auto; margin-top:22%; margin-left:15%; }
.main .cols .col { width:40%; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col + .col { margin-left:3%; }
.main .cols .col img { width:auto; }
.main .cols .col2 { width:241px; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col2 + .col2 { margin-left:1%; }
.main .cols .col2 img { width:auto; }
#footer .cols .col2 { width:250px; margin-left:75%; margin-top:-20px; }
}

/* tablet landscape */
@media only screen and ( min-width: 981px) and ( max-width: 1024px ) {
#content		{ width:98%; margin-left:auto; margin-right:auto; }
#menu			{ position:absolute; margin-top:-6px; margin-left:87px; -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:400px; height:auto; margin-top:26%; margin-left:15%; }
.main .cols .col { width:45%; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col + .col { margin-left:1%; }
.main .cols .col img { width:auto; }
.main .cols .col2 { width:241px; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col2 + .col2 { margin-left:1%; }
.main .cols .col2 img { width:auto; }
#footer .cols .col2 { width:250px; margin-left:75%; margin-top:-20px; }
}

/* tablet portrait */
@media only screen and ( min-width: 645px) and ( max-width: 980px ) {
#content		{ width:98%; margin-left:auto; margin-right:auto; }
#menu			{ position:absolute; margin-top:0px; margin-left:0px; 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; }
#featuredbox	{ width:400px; height:auto; margin-top:35%; margin-left:15%; }
.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col + .col { margin-left:0%; margin-bottom:50px; }
.main .cols .col img { width:auto; }
.main .cols .col2 { width:241px; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col2 + .col2 { margin-left:1%; }
.main .cols .col2 img { width:auto; }
#footer .cols .col { width:100%; float:left; }
#footer .cols .col + .col { margin-left:0px; padding-bottom:50px; }
#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:15px; font-family: 'Nunito', sans-serif; font-weight:300; color:#666; line-height:1.2em; }
#footer .cols .col ul li a:hover 	{ padding-bottom:0px; color:#216fb7; }
#footer .cols .col2 { position:absolute; width:250px; margin-left:65%; margin-top:0px; }
#footer  h1 		{ font-size:20px; color:#575757; font-family:'Amiko', sans-serif; font-weight:400; line-height:0.8em; } 
#footerlogo		{  }
#footer .col2 p	{ line-height:1.2em; }
}



/* Phone*/
@media only screen and ( min-width: 320px) and ( max-width: 640px ) { 
h2 { font-size:40px; font-family:'Amiko', san-serif; font-weight:800; color:#ffffff; line-height:1.0em; text-shadow:#666 2px 2px; }
h2 a { font-size:40px; font-family: 'Amiko', san-serif; font-weight:800; color:#ffffff; }
h2 a:hover { font-size:40px; font-family: 'Amiko', san-serif; font-weight:800; color:#ffffff; }
.hubright		{ float:right; width:140px; margin-top:10px; margin-right:-20px; -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; }
#content		{ width:98%; margin-left:auto; margin-right:auto; }
#menu			{ position:absolute; margin-top:-8px; margin-left:0px; 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; }
#featuredbox	{ width:300px; height:auto; margin-top:55%; margin-left:15%; }
#home1			{ height:250px; }
#phone			{ width:120px; }
.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col + .col { margin-left:0%; margin-bottom:50px; }
.main .cols .col img { width:auto; }
.main .cols .col2 { width:241px; display:inline-block; vertical-align:text-top; padding:15px; border-radius:7px; }
.main .cols .col2 + .col2 { margin-left:1%; }
.main .cols .col2 img { width:auto; }
#footer .cols .col { width:100%; float:left; }
#footer .cols .col + .col { margin-left:0px; padding-bottom:50px; }
#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:15px; font-family: 'Nunito', sans-serif; font-weight:300; color:#666; line-height:1.2em; }
#footer .cols .col ul li a:hover 	{ padding-bottom:0px; color:#216fb7; }
#footer .cols .col2 { position:absolute; width:250px; margin-left:35%; margin-top:50px; }
#footer  h1 		{ font-size:20px; color:#575757; font-family:'Amiko', sans-serif; font-weight:400; line-height:0.8em; } 
#footerlogo		{  }
#footer .col2 p	{ line-height:1.2em; }

}






