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

body, html { height:100%; background:url(../img/background.jpg) top center; background-attachment:fixed; }
body {font-size:16px; font-family: 'overpass', sans-serif; font-weight:200; color:#ffffff; 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.png) top center; background-repeat:no-repeat; width:100%; height:76px; 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; margin-top:60px; }
.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:#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:#000000; }

/* Header Scroll Movement */
.headeractive { !important;  transition:background linear; height:193px; transform:translateY(-50px); -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(-50px);}


/* 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.7) rotate(0.01deg) translateY(35px);
        transform: scale(0.7) rotate(0.01deg) translateY(35px);
       -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; }
.listitem	{ padding-bottom:10px; }

/* ----- Text (COMPUTER) ----- */
h1 { font-size:34px; font-family:'Oswald', sans-serif; font-weight:400; color:#000000; line-height:1.6; }
h1 a { font-size:34px; font-family: 'Oswald', sans-serif; font-weight:400; color:#000000; }
h1 a:hover { font-size:34px; font-family: 'Oswald', sans-serif; font-weight:400; color:#000000; }

h2 { font-size:104px; font-family:'Fjalla One', sans-serif; font-weight:400; color:#ffffff; text-shadow:1px 1px #000000; line-height:1.2em; }
h2 a { font-size:104px; font-family: 'Fjalla One', sans-serif; font-weight:400; color:#ffffff; }
h2 a:hover { font-size:104px; font-family: 'Fjalla One', sans-serif; font-weight:400; color:#ffffff; }

h3 { font-size:36px; font-family:'Fjalla One', sans-serif; font-weight:400; color:#ffffff; text-shadow:1px 1px #000000; line-height:1.2em; }
h3 a { font-size:36px; font-family: 'Fjalla One', sans-serif; font-weight:400; color:#ffffff; }
h3 a:hover { font-size:36px; font-family: 'Fjalla One', sans-serif; font-weight:400; color:#ffffff; }

h4 { font-size:21px; font-family:'Oswald', sans-serif; font-weight:400; color:#ffffff; text-shadow:1px 1px #000000; line-height:1.6em; }
h4 a { font-size:21px; font-family: 'Oswald', sans-serif; font-weight:400; color:#ffffff; }
h4 a:hover { font-size:21px; font-family: 'Oswald', sans-serif; font-weight:400; 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:22px; font-family:'Oswald', sans-serif; font-weight:400; color:#ffffff; line-height:1.4em; }
h6 a { font-size:22px; font-family: 'Oswald', sans-serif; font-weight:400; color:#ffffff; }
h6 a:hover { font-size:22px; font-family: 'Oswald', sans-serif; font-weight:400; 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:263px; height:auto; z-index:1000; margin-top:-67px; margin-left:125px; 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;}
#contactbutton	{ position:absolute; margin-top:-82px; margin-left:79.5%; z-index:0; }
#seehowbutton	{ float:right; margin-top:20px; }
#contactpic		{ width:100%; height:auto; }

#postidol		{ margin-bottom:-6px; }
#footericons	{ margin-bottom:-7px; }

.button        { width:130px; height:18px; left:50%; margin-left:-65px; position:relative; background-color: #e7e7e7; color: black; border: 1px solid #ffffff; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; padding:20px; } 
.button:hover  { background-color: #A37A44; color:#ffffff; }

#leftpics      { width:352px; height:auto; float:left; padding-right:20px; padding-bottom:20px; }
#rightpics     { width:352px; height:auto; float:right; padding-left:20px; padding-bottom:20px; }


/* ----- Layout (COMPUTER) ----- */
#menu			{ position:absolute; margin-top:48px; margin-left:450px; -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; position:relative; z-index:100; }
#hubright		{ position:absolute; width:120px; margin-top:15px; margin-left:88%; padding:0px 5px 3px 5px; }

/* ----- Main Elements ---- */

.main 			{ padding: 2px 0 2px 0; overflow:hidden;}
.main .cols 	{ margin-top:0px; margin-left:-10px; padding:20px; width:100%; position:relative; z-index:10; overflow:hidden; }
.main .content 	{ padding: 20px; overflow:hidden; }
.main .content span { text-decoration: underline; overflow:hidden; }

#content1		{ width:1650px; left:50%; margin-left:-825px; position:relative; }
#subbox1		{ width:100%; max-width:1650px; min-height:150px; height:auto; margin-top:200px; background:#BE9E77; position:relative; z-index:0; padding-bottom:30px; border-radius:10px; }

#subbox2		{ width:100%; max-width:1650px; min-height:150px; height:auto; margin-top:50px; background:transparent; position:relative; z-index:0; }

.main .cols .col { width:29%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-left:3%; }
.main .cols .col img { width:auto; }

.main .cols .col2 { width:70%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.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:#BE9E77; border-radius:10px; }
.main .cols .col2 + .col3 { margin-left:3%; }
.main .cols .col3 img { width:auto; }

#servicesbutton	{ float:right; margin-top:20px; }

#subbox3		{ width:100%; max-width:1650px; min-height:150px; height:auto; margin-top:30px; background:transparent; position:relative; z-index:0; }

#subbox4		{ width:100%; max-width:1650px; min-height:150px; height:auto; margin-top:200px; background:#BE9E77; display:block; position:relative; z-index:0; padding-bottom:30px; border-radius:10px; margin-bottom:0px; }

#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:10px; width:212px; height:280px; }

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right { width:59px; height:59px; position:absolute; cursor:pointer; z-index:100; opacity:0.8; }
.nbs-flexisel-nav-left  { margin-top:0px; margin-left:-12px; background:url(../img/prev.png) no-repeat; }
.nbs-flexisel-nav-right { right:-15px; background:url(../img/next.png) no-repeat; }

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

/* ----- Footer ------ */
#footer { min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:87%; left:50%; margin-left:-43.5%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
#footer .shell { padding: 10px; }
#footer .cols .col { width:240px; height:150px; float:left; padding:10px; }
#footer .cols .col + .col { margin-left: 10px; }

#footer .cols .col2 { width:360px; float:right; margin-top:5px; margin-right:40px; }

#footer .cols .col a  { font-size:16px; font-family: 'Overpass', sans-serif; font-weight:200; color:#ffffff; line-height:1.8em; }
#footer .cols .col a:hover  { font-size:16px; font-family: 'Overpass', sans-serif; font-weight:200; color:#090; line-height:1.8em; }
#footer .cols .col h1 { font-size:22px; color:#ffffff; font-family:'Overpass', sans-serif; font-weight:400; line-height:1.6em; }
#footer .cols .col h1 a { font-size:22px; color:#ffffff; font-family:'Overpass', sans-serif; font-weight:400; line-height:1.6em; }
#footer .cols .col h1 a:hover { font-size:22px; color:#ffffff; font-family:'Overpass', sans-serif; font-weight:400; line-height:1.6em; }

#footer .cols .col2 p  { font-size:11px; font-family: 'Raleway', sans-serif; font-weight:400; color:#000000; line-height:1.4em; }


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

/* 1680 display */
@media only screen and ( min-width: 1481px) and ( max-width: 1690px ) {
#logo 			{ width:263px; height:auto; z-index:1000; margin-top:-67px; 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;}
#contactbutton	{ position:absolute; margin-top:-82px; margin-left:84.5%; z-index:0; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#leftpic1		{ position:absolute; margin-left:5px; z-index:150; }
}

/* 1480 display */
@media only screen and ( min-width: 1369px) and ( max-width: 1480px ) {
#logo 			{ width:263px; height:auto; z-index:1000; margin-top:-67px; 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;}
#contactbutton	{ position:absolute; margin-top:-82px; margin-left:84.5%; z-index:0; }

.main .cols .col { width:28%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-left:3%; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#subbox1		{ width:86%; left:50%; margin-left:-43%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; }

#subbox2					{ width:84%; left:50%; margin-left:-42%; min-height:350px; height:auto; background:transparent; position:relative; z-index:0; }

#subbox3					{ width:86%; left:50%; margin-left:-43%; min-height:350px; height:auto; background:#transparent; position:relative; z-index:0; }

#subbox4 					{ width:86%; left:50%; margin-left:-43%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; margin-bottom:0px; }

#footer 					{ min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:100%; left:50%; margin-left:-50%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
}

/* 1366 display */
@media only screen and ( min-width: 1285px) and ( max-width: 1368px ) {
#logo 			{ width:263px; height:auto; z-index:1000; margin-top:-67px; margin-left:10px; 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;}
#menu			{ position:absolute; margin-top:48px; margin-left:350px; -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; position:relative; z-index:100; }
#contactbutton	{ position:absolute; margin-top:-82px; margin-left:84.5%; z-index:0; }

.main .cols 	{ margin-top:0px; margin-left:10px; padding:20px; width:100%; position:relative; z-index:10; overflow:hidden; }
.main .cols .col { width:28%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-left:2%; }

.main .cols .col2 { width:65%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.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:#BE9E77; border-radius:10px; }
.main .cols .col2 + .col3 { margin-left:6%; }
.main .cols .col3 img { width:auto; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#subbox1		{ width:80%; left:50%; margin-left:-40%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; }

#subbox2					{ width:84%; left:50%; margin-left:-42%; min-height:350px; height:auto; background:transparent; position:relative; z-index:0; }

#subbox3					{ width:84%; left:50%; margin-left:-42%; min-height:350px; height:auto; background:#transparent; position:relative; z-index:0; }

#subbox4		{ width:80%; left:50%; margin-left:-40%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; margin-bottom:0px; }

#footer 					{ min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:100%; left:50%; margin-left:-50%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
}

/* 1280 display */
@media only screen and ( min-width: 1025px) and ( max-width: 1280px ) {
#logo 			{ width:263px; height:auto; z-index:1000; margin-top:-67px; margin-left:10px; 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;}
#menu			{ position:absolute; margin-top:48px; margin-left:350px; -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; position:relative; z-index:100; }
#contactbutton	{ position:absolute; margin-top:-82px; margin-left:83%; z-index:0; }

.main .cols 	{ margin-top:0px; margin-left:0px; padding:20px; width:100%; position:relative; z-index:10; overflow:hidden; }
.main .cols .col { width:28%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-left:2%; }

.main .cols .col2 { width:65%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; margin-left:0px; }
.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:#BE9E77; border-radius:10px; }
.main .cols .col2 + .col3 { margin-left:6%; }
.main .cols .col3 img { width:auto; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#subbox1		{ width:74%; left:50%; margin-left:-37%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; }

#subbox2					{ width:74%; left:50%; margin-left:-37%; min-height:350px; height:auto; background:transparent; position:relative; z-index:0; }

#subbox3					{ width:74%; left:50%; margin-left:-37%; min-height:350px; height:auto; background:#transparent; position:relative; z-index:0; }

#subbox4		{ width:74%; left:50%; margin-left:-37%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; margin-bottom:0px; }

#footer 					{ min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:100%; left:50%; margin-left:-50%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
}

/* tablet landscape */
@media only screen and ( min-width: 981px) and ( max-width: 1024px ) {
#logo 			{ width:263px; height:auto; z-index:1000; margin-top:-67px; margin-left:10px; 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;}
#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:88%; padding:0px 5px 3px 5px; }
#menu			{ position:absolute; margin-top:48px; margin-left:275px; -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; position:relative; z-index:100; }
#contactbutton	{ position:absolute; margin-top:-82px; margin-left:80%; z-index:0; }

.main .cols 	{ margin-top:0px; margin-left:0px; padding:20px; width:100%; position:relative; z-index:10; overflow:hidden; }
.main .cols .col { width:28%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-left:2%; }

.main .cols .col2 { width:60%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; margin-left:0px; }
.main .cols .col2 + .col2 { margin-left:3%; }
.main .cols .col2 img { width:auto; }

.main .cols .col3 { width:25%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col2 + .col3 { margin-left:6%; }
.main .cols .col3 img { width:auto; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#subbox1		{ width:60%; left:50%; margin-left:-30%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; }

#subbox2					{ width:60%; left:50%; margin-left:-30%; min-height:350px; height:auto; background:transparent; position:relative; z-index:0; }

#subbox3					{ width:60%; left:50%; margin-left:-30%; min-height:350px; height:auto; background:#transparent; position:relative; z-index:0; }
#subbox4		{ width:60%; left:50%; margin-left:-30%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; margin-bottom:0px; }

#footer 					{ min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:100%; left:50%; margin-left:-50%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
}

/* tablet portrait */
@media only screen and ( min-width: 645px) and ( max-width: 980px ) {
#logo 			{ width:263px; height:auto; z-index:1000; margin-top:-67px; margin-left:10px; 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;}
#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:86%; padding:0px 5px 3px 5px; }		
#menu			{ position:absolute; width:100%; margin-top:55px; 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; }
#contactbutton	{ display:none; visibility:hidden; }
#leftpics      { width:352px; height:auto; float:none; padding-right:0px; left:50%; margin-left:-176px; position:relative; padding-bottom:40px; display:block; }
#rightpics     { width:352px; height:auto; float:none; padding-left:0px; left:50%; margin-left:-176px; position:relative; padding-bottom:40px; display:block; }

.main .cols 	{ margin-top:0px; margin-left:0px; padding:20px; width:100%; position:relative; z-index:10; overflow:hidden; }
.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-top:50px; margin-left:0%; }

.main .cols .col2 { width:50%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; margin-left:-25px; }
.main .cols .col2 + .col2 { margin-left:3%; }
.main .cols .col2 img { width:auto; }

.main .cols .col3 { width:35%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col2 + .col3 { margin-left:5%; }
.main .cols .col3 img { width:auto; }

#contactboxleft	{float:left; width:100%; height:auto; min-height:800px; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#subbox1		{ width:40%; left:50%; margin-left:-20%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; }

#subbox2					{ width:40%; left:50%; margin-left:-20%; min-height:350px; height:auto; background:transparent; position:relative; z-index:0; }

#subbox3					{ width:40%; left:50%; margin-left:-20%; min-height:350px; height:auto; background:#transparent; position:relative; z-index:0; }

#subbox4		{ width:40%; left:50%; margin-left:-20%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; margin-bottom:0px; }

#footer 					{ min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:100%; left:50%; margin-left:-50%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
#footer .cols .col + .col 	{ margin-left: 0px; }

}


/* Phone*/
@media only screen and ( min-width: 410px) and ( max-width: 640px ) {
/* Menu Scroll Movement */
.menuactive { !important; transition:background linear; height:35px; transform:translateY(8px);-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 			{ width:263px; height:auto; z-index:1000; left:50%; margin-top:-67px; margin-left:-132px; 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; z-index:0; }
#hubright		{ display:none; visibility:hidden; }	
#menu			{ position:absolute; width:100%; margin-top:88px; 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; }
#contactbutton	{ display:none; visibility:hidden; }

.button        { width:130px; height:18px; left:50%; margin-left:-85px; position:relative; background-color: #e7e7e7; color: black; border: 1px solid #ffffff; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; padding:20px; } 
.button:hover  { background-color: #A37A44; color:#ffffff; }

#leftpics      { width:300px; height:auto; float:none; padding-right:0px; left:50%; margin-left:-150px; position:relative; padding-bottom:40px; display:block; }
#rightpics     { width:300px; height:auto; float:none; padding-left:0px; left:50%; margin-left:-150px; position:relative; padding-bottom:40px; display:block; }

.main .cols 	{ margin-top:0px; margin-left:-20px; padding:20px; width:100%; position:relative; z-index:10; overflow:hidden; }
.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-top:50px; margin-left:0%; }

.main .cols .col2 { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; margin-left:0px; }
.main .cols .col2 + .col2 { margin-left:3%; }
.main .cols .col2 img { width:auto; }

.main .cols .col3 { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col2 + .col3 { margin-top:50px; margin-left:0%; }
.main .cols .col3 img { width:auto; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#subbox1		{ width:20%; left:50%; margin-left:-10%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; }

#subbox2					{ width:20%; left:50%; margin-left:-10%; min-height:350px; height:auto; background:transparent; position:relative; z-index:0; }

#subbox3					{ width:20%; left:50%; margin-left:-10%; min-height:350px; height:auto; background:#transparent; position:relative; z-index:0; }

#subbox4		{ width:20%; left:50%; margin-left:-10%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; margin-bottom:0px; }

#footer 					{ min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:100%; left:50%; margin-left:-50%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
#footer .cols .col + .col 	{ margin-left: 0px; }
}

/* Phone*/
@media only screen and ( min-width: 321px) and ( max-width: 409px ) { 
/* Menu Scroll Movement */
.menuactive { !important; transition:background linear; height:35px; transform:translateY(8px);-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 			{ width:263px; height:auto; z-index:1000; left:50%; margin-top:-67px; margin-left:-132px; 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; z-index:0; }
#hubright		{ display:none; visibility:hidden; }	
#menu			{ position:absolute; width:100%; margin-top:88px; 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; }
#contactbutton	{ display:none; visibility:hidden; }

.button        { width:130px; height:18px; left:50%; margin-left:-85px; position:relative; background-color: #e7e7e7; color: black; border: 1px solid #ffffff; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; padding:20px; } 
.button:hover  { background-color: #A37A44; color:#ffffff; }

#leftpics      { width:260px; height:auto; float:none; padding-right:0px; left:50%; margin-left:-130px; position:relative; padding-bottom:40px; display:block; }
#rightpics     { width:260px; height:auto; float:none; padding-left:0px; left:50%; margin-left:-130px; position:relative; padding-bottom:40px; display:block; }

.main .cols 	{ margin-top:0px; margin-left:-20px; padding:20px; width:100%; position:relative; z-index:10; overflow:hidden; }
.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-top:50px; margin-left:0%; }

.main .cols .col2 { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; margin-left:0px; }
.main .cols .col2 + .col2 { margin-left:3%; }
.main .cols .col2 img { width:auto; }

.main .cols .col3 { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col2 + .col3 { margin-top:50px; margin-left:0%; }
.main .cols .col3 img { width:auto; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#subbox1		{ width:20%; left:50%; margin-left:-10%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; }

#subbox2					{ width:20%; left:50%; margin-left:-10%; min-height:350px; height:auto; background:transparent; position:relative; z-index:0; }

#subbox3					{ width:20%; left:50%; margin-left:-10%; min-height:350px; height:auto; background:#transparent; position:relative; z-index:0; }

#subbox4		{ width:20%; left:50%; margin-left:-10%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; margin-bottom:0px; }

#footer 					{ min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:100%; left:50%; margin-left:-50%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
#footer .cols .col + .col 	{ margin-left: 0px; }
}

/* Phone*/
@media only screen and ( min-width: 260px) and ( max-width: 320px ) { 
/* Menu Scroll Movement */
.menuactive { !important; transition:background linear; height:35px; transform:translateY(8px);-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 			{ width:263px; height:auto; z-index:1000; left:50%; margin-top:-67px; margin-left:-132px; 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; z-index:0; }
#hubright		{ display:none; visibility:hidden; }	
#menu			{ position:absolute; width:100%; margin-top:88px; 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; }
#contactbutton	{ display:none; visibility:hidden; }

.button        { width:130px; height:18px; left:50%; margin-left:-90px; position:relative; background-color: #e7e7e7; color: black; border: 1px solid #ffffff; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; padding:20px; } 
.button:hover  { background-color: #A37A44; color:#ffffff; }

#leftpics      { width:260px; height:auto; float:none; padding-right:0px; left:50%; margin-left:-130px; position:relative; padding-bottom:40px; display:block; }
#rightpics     { width:260px; height:auto; float:none; padding-left:0px; left:50%; margin-left:-130px; position:relative; padding-bottom:40px; display:block; }

.main .cols 	{ margin-top:0px; margin-left:-20px; padding:20px; width:100%; position:relative; z-index:10; overflow:hidden; }
.main .cols .col { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col + .col { margin-top:50px; margin-left:0%; }

.main .cols .col2 { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; margin-left:0px; }
.main .cols .col2 + .col2 { margin-left:3%; }
.main .cols .col2 img { width:auto; }

.main .cols .col3 { width:90%; display:inline-block; vertical-align:text-top; padding:15px; background:#BE9E77; border-radius:10px; }
.main .cols .col2 + .col3 { margin-top:50px; margin-left:0%; }
.main .cols .col3 img { width:auto; }

#hubright		{ position:absolute; width:120px; margin-top:-55px; margin-left:90%; padding:0px 5px 3px 5px; }

#subbox1		{ width:20%; left:50%; margin-left:-10%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; }

#subbox2					{ width:20%; left:50%; margin-left:-10%; min-height:350px; height:auto; background:transparent; position:relative; z-index:0; }

#subbox3					{ width:20%; left:50%; margin-left:-10%; min-height:350px; height:auto; background:#transparent; position:relative; z-index:0; }

#subbox4		{ width:20%; left:50%; margin-left:-10%; min-height:150px; height:auto; background:#BE9E77; position:relative; z-index:0; margin-bottom:0px; }

#footer 					{ min-height:200px; height:auto; padding-top:20px; margin-top:50px; width:100%; left:50%; margin-left:-50%; position:relative; overflow-x:hidden; background-color: rgba(0, 0, 0, 0.4);}
#footer .cols .col + .col 	{ margin-left: 0px; }
}





