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

body, html { height:100%; background:transparent; }
body {font-size:18px; font-family: 'Overpass', sans-serif; font-weight:200; color:#333333; 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); background-position:top centre; background-repeat:repeat-x; width:100%; height:150px; 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:150px; }

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

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

/* Header Scroll Movement */
.headeractive { !important; transition:background linear; height:105px; transform:translateY(-45px);-webkit-transition: all 0.4s ease-out; border-bottom:#999 solid 2px; 
       -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: translateY(3px);
        transform: scale(0.6) rotate(0.01deg) translateY(3px); 
       -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(7px);-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:26px; font-family:'Roboto', sans-serif; font-weight:300; color:#193c25; line-height:1.0em; }
h1 a { font-size:26px; font-family: 'Roboto', sans-serif; font-weight:300; color:#193c25; }
h1 a:hover { font-size:26px; font-family: 'Roboto', sans-serif; font-weight:300; color:#193c25; }

h2 { font-size:18px; font-family:'Cinzel', serif; font-weight:700; color:#4480c0; line-height:2.6em; }
h2 a { font-size:18px; font-family: 'Cinzel', serif; font-weight:700; color:#4480c0; }
h2 a:hover { font-size:18px; font-family: 'Cinzel', serif; font-weight:700; color:#5190c8; }

h3 { font-size:20px; font-family:'Roboto', sans-serif; font-weight:400; color:#ffffff; line-height:1.2; }
h3 a { font-size:20px; font-family: 'Roboto', sans-serif; font-weight:400; color:#ffffff; }
h3 a:hover { font-size:20px; font-family: 'Roboto', sans-serif; font-weight:400; color:#ffffff; }

h4 { font-size:68px; font-family:'Roboto', sans-serif; font-weight:300; color:#ffffff; line-height:1.2; text-shadow:#333 2px 2px; }
h4 a { font-size:68px; font-family: 'Roboto', sans-serif; font-weight:300; color:#ffffff; }
h4 a:hover { font-size:68px; font-family: 'Roboto', sans-serif; font-weight:300; color:#ffffff; }

h5 { font-size:48px; font-family:'Roboto', sans-serif; font-weight:300; color:#ffffff; line-height:1.6; text-shadow:#333 2px 2px; }
h5 a { font-size:48px; font-family: 'Roboto', sans-serif; font-weight:300; color:#ffffff; }
h5 a:hover { font-size:48px; font-family: 'Roboto', sans-serif; font-weight:300; color:#ffffff; }

h6 { font-size:16px; font-family:'Lato', sans-serif; font-weight:400; color:#c9ae71; line-height:1.6; }
h6 a { font-size:16px; font-family: 'Lato', sans-serif; font-weight:400; color:#c9ae71; }
h6 a:hover { font-size:16px; font-family: 'Lato', sans-serif; font-weight:400; color:#000000; }

/* ----- 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:247px; height:auto; z-index:1000; margin-top:0px; margin-left:50px; 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;}
#icon	{ margin-bottom:-5px; }
#hrulegold	{ width:50px; }
#welcomepic	{ float:right; margin-left:20px; border:0px; }
#socialicons{ margin-bottom:-5px; }
#leftpics	{ float:left; }


/* ----- Layout (COMPUTER) ----- */
.hubright		{ float:right; width:525px; margin-top:5px; 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; }
#menu			{ position:absolute; margin-top:100px; margin-left:22%; -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; }
#contactitem	{ display:none; visibility:hidden; }
.rslides		{ width:100%; height:1200px; position:absolute; background-attachment:scroll; margin-top:-100px; z-index:0; }
#home1			{ width:100%; height:500px; padding-bottom:40px; }
#featuredbox	{ width:400px; height:auto; position:relative; left:50%; margin-left:-200px; margin-top:20%; }
#home2			{ width:100%; height:350px; padding-bottom:40px; }
#featuredbox2	{ width:100%; width:550px; height:auto; margin-left:auto; margin-right:auto; margin-top:15%; }
#subbox1		{ width:100%; min-height:300px; height:auto; padding-top:20px; padding-bottom:75px; background:#ffffff; position:relative; z-index:100; }
#subboxheader	{ background-image:url(../img/boxtop.png); background-repeat:repeat-x; background-position:absolute; width:100%; height:244px; margin-top:-263px; z-index:1000; padding-bottom:50px;  }
#subbox2		{ width:100%; min-height:300px; height:auto; padding-top:0px; padding-bottom:50px; display:block;  }
#subbox3		{ width:100%; min-height:150px; height:auto; padding-top:50px; padding-bottom:50px; background:#ffffff; position:relative; z-index:100; }
#subbox4		{ width:100%; min-height:150px; height:auto; padding-top:50px; padding-bottom:25px; margin-bottom:20px; display:block;  }
#subbox5		{ width:100%; min-height:30px; height:auto; background:#ededed; padding:5px; padding-top:15px; }
#content		{ width:95%; margin-left:auto; margin-right:auto; }
.pageListText	{ list-style:none; }

.main 			{ padding: 2px 0 2px 0; }
.main .content 	{ padding-left: 0px; padding-right: 0px; }
.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:23%; display:inline-block; vertical-align:text-top; padding:35px; border-radius:7px; }
.main .cols .col + .col { margin-left:3%; }
.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; }
.main .cols .col3 { width:20%; display:inline-block; vertical-align:text-top; padding:15px; background-color:#EEE; border-radius:7px; -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; }
.main .cols .col3:hover { width:22%; display:inline-block; vertical-align:text-top; padding:15px; background-color:#a6bbd0; border-radius:7px; -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; cursor:pointer; }
.main .cols .col3 + .col3 { margin-left:2%; }
.main .cols .col3 img { width:auto; }

#calltoactionbox	{ width:75%; margin-left:auto; margin-right:auto; height:auto; min-height:60px; background-color:#333; padding-top:28px; text-align:center; }
#calltoactionbox2	{ width:75%; margin-left:auto; margin-right:auto; height:auto; min-height:100px; background-color:#333; padding-top:28px; text-align:center; }
#calltoactionicon	{ margin-bottom:-20px; padding-right:5px; padding-bottom:7px; padding-left:10px; }
#calltoactionicon2	{ margin-bottom:-10px; padding-right:5px; padding-bottom:7px; padding-left:10px; }

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

/* ===== Carousel =============================================================== */

#flexisel	{ display:none; }
.nbs-flexisel-container { position:relative; max-width:100%; }
.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:0px;
    max-width:225px;
    max-height:260px;
}

/* ----- Footer ------ */
#footer { width:100%; background:#ffffff; 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:260px; float:left; margin-top:20px; }
#footer .cols .col + .col { margin-left: 0px; }
#footer .cols .col ul 	{ list-style:none; }
#footer .cols .col ul li 	{ padding-bottom:0px; color:#ffffff; }
#footer .cols .col ul li a 	{ font-size:16px; font-family: 'Roboto', sans-serif; font-weight:200; color:#193c25; line-height:2.2em; }
#footer .cols .col ul li a:hover 	{ padding-bottom:0px; color:#c9ae71; }
#footer .cols .col2 { width:188px; margin-left:90%; margin-top:-20px; }
#footer  h1 		{ font-size:18px; color:#c9ae71; font-family:'Roboto', sans-serif; font-weight:300; line-height:0.8em; } 
#footer .col2 p	{ line-height:1.2em; }
#copyrightbox	{ float:right; margin-right:20px; }



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

/* 1680 display */
@media only screen and ( min-width: 1370px) and ( max-width: 1690px ) {
#logo 		{ margin-left:0px; }
#content	{ width:90%; margin-left:auto; margin-right:auto; }
}

/* 1366 display */
@media only screen and ( min-width: 1285px) and ( max-width: 1368px ) {
#logo 		{ margin-left:0px; }
#content	{ width:95%; margin-left:auto; margin-right:auto; }
#home2			{ height:300px; }
#featuredbox2	{ margin-top:20%; }
#footer .cols .col2 { width:188px; margin-left:85%; margin-top:-20px; }
}

/* 1280 display */
@media only screen and ( min-width: 1025px) and ( max-width: 1280px ) {
#logo 		{ margin-left:0px; }
#content	{ width:95%; margin-left:auto; margin-right:auto; }
#home2			{ height:300px; }
#featuredbox2	{ margin-top:20%; }
#footer .cols .col2 { width:188px; margin-left:85%; margin-top:-20px; }
}

/* tablet landscape */
@media only screen and ( min-width: 981px) and ( max-width: 1024px ) {
#menu			{ margin-left:25%; }
.rslides		{ height:700px; }
#home1			{ height:320px; }
#logo 		{ margin-left:0px; }
#content	{ width:98%; margin-left:auto; margin-right:auto; }
#home2			{ height:300px; }
#featuredbox2	{ margin-top:20%; }
#footer .cols .col2 { width:188px; margin-left:81%; margin-top:-20px; }
}

/* tablet portrait */
@media only screen and ( min-width: 645px) and ( max-width: 980px ) {
#welcomepic	{ float:right; margin-top:50px; margin-left:20px; border:0px; width:300px; height:auto; }
.hubright		{ display:none; visibility:hidden; }
#contactitem	{ display:block; visibility:visible; }
#menu			{ position:absolute; width:100%; margin-top:158px; margin-left:-10px; -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; z-index:50; }
.rslides		{ height:700px; }
#featuredbox	{ width:400px; height:auto; position:relative; left:50%; margin-left:-200px; margin-top:30%; }
#home1			{ height:300px; }
#logo 			{ position:absolute; left:50%; margin-left:-123px;  }
#subboxheader	{ padding-bottom:0px;  }
#content		{ width:98%; margin-left:auto; margin-right:auto; }
#home2			{ height:250px; }
#featuredbox2	{ margin-top:30%; }
#contactboxleft	{float:left; width:70%; height:auto; min-height:800px; }
#contactboxright{float:right; width:30%; margin-top:30px; }
#footer .cols .col2 { width:188px; margin-left:75%; margin-top:-20px; }
}



/* Phone*/
@media only screen and ( min-width: 320px) and ( max-width: 640px ) { 
h4 { font-size:48px; font-family:'Roboto', sans-serif; font-weight:300; color:#ffffff; line-height:1.2; text-shadow:#333 2px 2px; }
h4 a { font-size:48px; font-family: 'Roboto', sans-serif; font-weight:300; color:#ffffff; }
h4 a:hover { font-size:48px; font-family: 'Roboto', sans-serif; font-weight:300; color:#ffffff; }
#welcomepic		{ float:none; width:100%; left:50%; margin-top:50px; margin-left:0%; border:0px; height:auto; }
#leftpics		{ float:none; width:90%; position:relative; left:50%; margin-left:-45%; }
.hubright		{ display:none; visibility:hidden; }
#contactitem	{ display:block; visibility:visible; }
#menu			{ position:absolute; width:100%; margin-top:148px; margin-left:-10px; -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; z-index:50; }
.rslides		{ height:700px; }
#featuredbox	{ width:100%; height:auto; position:relative; left:0%; margin-left:0px; margin-top:60%; }
#hrule			{ width:100%; height:auto; }
#home1			{ height:350px; }
#logo 			{ position:absolute; left:50%; margin-left:-123px;  }
#subboxheader	{ padding-bottom:0px;  }
#content		{ width:95%; margin-left:auto; margin-right:auto; }
#home2			{ height:200px; }
#featuredbox2	{ width:100%; height:auto; position:relative; left:0%; margin-left:0px; margin-top:60%; }
#contactboxleft	{float:none; width:99%; height:auto; min-height:600px; }
#contactboxright{float:none; width:100%; margin-top:30px; text-align:center; }
#footer 			{ width:100%; min-height:200px; height:auto; padding-top:40px; padding-left:0px; padding-right:px; padding-bottom:20px; }
#footer .cols .col { width:280px; float:none; margin-bottom:30px; margin-left:10px; }
#footer .cols .col + .col { margin-left:0px;  margin-left:10px;}
#footer .cols .col2 { width:287px; margin-left:auto; margin-right:auto; margin-top:0px; }
#footerlogo		{ display:none; visibility:hidden; }
}






