/* Master Responsive Style Sheet */ 

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, q, small, strike, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/*table { border-collapse: collapse; border-spacing: 0; width: 100%; border: 1px solid #ddd; margin-bottom: 20px; }*/

/* basic */
body { font-family: 'Helvetica Neue', helvetica, arial, sans-serif; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #333; font-family: 'Titillium Web', helvetica, arial, sans-serif; color: #666; font-weight: 600; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #0083A0; }
h1 { font-size: 25px; line-height: 35px; margin: 0px 0px 10px 0px; font-weight: 600; color: #124A97; }
h2 { font-size: 20px; line-height: 25px; margin: 10px 0px; font-weight: 400; color: #666; }
h2.light { color: #FFF; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 12px; font-weight: 200; color: #666;}
h3.bold { font-weight: 600; }
h4 { font-size: 18px; line-height: 22px; }
h5 { font-size: 15px; line-height: 21px; font-weight: normal; }
h6 { font-size: 14px; line-height: 21px; }
p { font-size: 14px; line-height: 20px; margin: 0 0 20px; color: #666; font-family: 'Titillium Web', helvetica, arial, sans-serif; font-weight: 400; }
p.small, ul.small { font-size: 13px; }
p.smaller, ul.smaller { font-size: 12px; }
p img { margin: 0; }
em { font-style: italic }
strong { font-weight: bold }
small { font-size: 80% }
blockquote, blockquote p { line-height: 24px; color: #777; font-style: italic; }
blockquote { font-size: 12px; border-left: 1px solid #ddd; margin: 0 0 20px; padding: 10px 20px 10px 19px; }
blockquote cite { display: block; text-indent: 42px; color: #555; position: relative; }
blockquote cite:before { content: "\201c"; font-weight: bold; font-style: normal; font: 94px/74px Arial; position: absolute; top: -2px; left: -36px; }
blockquote cite a, blockquote cite a:visited,blockquote cite a:visited { color: #555; }
hr { border: 1px solid #0083A0; clear: both; height: 0; border-width: 1px 0 0; margin: 10px 0; }
a, a:visited { color: #124A97; text-decoration: underline; outline: 0; }
a:hover,a:focus { color: #124A97; }
p a, p a:visited { line-height: inherit; }
img.scale { width: 100%; height: auto; }
p img.left { float: left; margin: 10px 20px 10px 0; }
p img.right { float: right; margin: 10px 0 10px 20px; }
form, fieldset { margin-bottom: 20px; }
a.null:hover { cursor: pointer !important; }

ul { list-style: circle outside; padding-left: 20px; font-family: 'Titillium Web', helvetica, arial, sans-serif; }
ul li { padding-left: 10px; margin: 0 0 15px 0; color: #666; line-height: 20px; font-size: 14px; }

.float-left { float: left; }
.float-right { float: right; }
.hide-mobile { display: none; }
.click-box { cursor: pointer; }




/* Main Structure */

html, body { width: 100%; min-height: 100%; }
body { background: #124A97; }

.container div.sep { clear: both; float: none; display: block; width: auto; margin: 15px 0; height: 3px; }
div.sep-small { height: 1px; border-bottom: 3px dotted #CCC; }
div.sep-big { height: 4px; border-bottom: 3px dotted #CCC; }

/* 960 grid system */
.container { position: relative; display: block; margin: 0 auto; padding: 0 15px; }
.ie7 .container { position: static; }
.container .col { width: 100%; }
body .container .col.alpha { margin-left: 0; }
body .container .col.omega { margin-right: 0; }
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1 }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* Full width layout */

.full-width { margin: 0; padding: 20px 0 20px 0; background: #FFF;} 
.full-width.center { text-align: center !important; }
.full-width.grey { background-color: #F6F6F6; } 
.full-width.blue-light { background-color: #f2f7ff; } 

.full-width.slideshow { position: relative; padding: 0 !important; overflow: hidden; z-index:1; margin-top: 50px; }
.full-width.gmap { position: relative; display: block; padding: 0; margin-top: 0px; }
   .full-width.push-down { margin-top: 50px; }
.full-width.results { position: relative; display: block; }
.full-width.text-right { text-align: right; }


/* Half and Half Backgrounds */

.full-width.halfs { padding: 0; overflow: hidden; position: relative; }

.halfs .text { padding: 20px; }

.half-img-left { display: block; position: relative; height: 300px; width: 100%; }
.half-img-right { display: block; position: relative; height: 300px; width: 100%; }

.halfs .wreck { background: url(/img/banners/wreck.jpg) no-repeat center; background-size: cover; }
.halfs .buddy { background: url(/img/banners/padi-buddy.jpg) no-repeat center; background-size: cover; }
.halfs .classroom { background: url(/img/banners/classroom.jpg) no-repeat center; background-size: cover; }


/* ///////////////////////////////////// MOBILE NAVIGATION ///////////////////////////////////// */

/* Wrap the whole page for mobile purposes */

#page-wrap { float: right; width: 100%; overflow: hidden; background: #000;}
#page-wrap.thin { width: 13%; /*pointer-events: none;*/ overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

/* Fix Nav Bar to top for mobiles */

.fix-nav { z-index: 9999; position: fixed; left: 0; top: 0; }

/* Mobile Side Bar and Navigation styling */

#mobile-nav { position: fixed; z-index: 9999; top: 0; width: 87%; height: 100%; background: #124A97; overflow-y: auto; display: none; 
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow:    3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow:         3px 0px 5px 0px rgba(0, 0, 0, 0.75);
  font-family: 'Titillium Web', helvetica, arial, sans-serif;
}
#mobile-nav a.close-mobile-nav { position: absolute; right: 0px; top: 0px; padding: 18px; background: url(/img/icons/icon-close.svg) no-repeat center; background-size: 100%; margin: 8px; text-decoration: none; font-weight: normal; }

#mobile-nav ul { clear: both; margin: 0; padding: 0;}
#mobile-nav ul li { margin: 0; padding: 0; }
#mobile-nav ul li a { font-size: 14px; display: block; border-bottom: 1px solid #5180C0; color: #FFF; padding: 15px; text-decoration: none; text-transform: uppercase; font-weight: 200; letter-spacing: 0.2em; }
#mobile-nav ul li:last-child a { border-top: 1px solid #5180C0; border-bottom: 1px solid #5180C0; }
#mobile-nav ul ul { display: none; background: #212121; }

#mobile-nav a.book { position: relative; margin: 10px; bottom: 0; display: block; padding: 10px 0; border-radius: 0; }
#mobile-nav a.hide { display: none; }

#site-switch-mobile { display: table; table-layout: fixed; width: 100%; position: absolute; bottom: 0; }
#site-switch-mobile a { display: table-cell; padding: 15px; background: #5180C0; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; font-weight: 200; font-size: 14px; letter-spacing: 0.02em; }
#site-switch-mobile a.site-active { background: #FFF; }






/* ///////////////////////////////////// HEADER ///////////////////////////////////// */

#top-bar { display: none; }

#head { position: fixed; margin-top: 20px; background-color: #124A97; padding: 0; margin: 0; height: 51px; z-index: 500; width: 100%; }
#head .container { width: 100%; }

#header { height: 100%; }

#menu { display: none; list-style-type: none; }
.subMenu { display: none; }

#head .container { margin: 0; padding: 0;}

a.logo { display: none; margin: 0 auto; padding: 0 20px; display: block; width: 100px; height: 50px; background: url(/img/sita-logo-mobile.png) no-repeat center; background-size: 80%;  }

/* Mobile Menu Switch */
#switch { float: left; margin: 0; top: 0; width: 20px; color: #FFF; text-align: center; font-size: 35px; cursor: pointer; padding: 8px 15px; }
#switch:hover, #switch:focus { color: #5180C0; }

/* Search Field */
#search-icon-mobile { float: right; top: 0; margin: 0; width: 30px; height: 30px; padding: 10px 12px; background: url(/img/icons/icon-search2.svg) no-repeat center; background-size: 30px; cursor: pointer; }

#lang-switch { display: none; }





/* ///////////////////////////////////// MAIN PAGE CONTENT ///////////////////////////////////// */

/* Call to Action Buttons */

.button { padding: 12px 20px; display: block; text-align: center; text-decoration: none !important; margin: 10px 0; background-color: #124A97; color: #FFF !important; font-size: 1em; text-transform: uppercase; font-family: 'Titillium Web', helvetica, arial, serif; font-weight: 400; border-radius: 100px; -webkit-border-radius: 100px; border: none; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.button:hover { background-color: #336699; color: #FFF; text-decoration: none; }

.button.grey { background: none; border: 1px solid #666; color: #666 !important; width: 250px; margin: 20px auto; }
.button.grey:hover { background: #666; border: 1px solid #666; color: #FFF !important; }

.button.thin { width: 50%; margin: 0 auto; }
.button.thin.left { margin: 0; }

/* Embedded responsive video */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ///////////////////////////////////// BANNERS / SLIDESHOWS AND BIG VIDEOS ///////////////////////////////////// */

.slideshow { clear: both; position: relative; top: 0; margin-top: 0; overflow: hidden; height: 200px;}
.slideshow .container { width: 100%; }

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { width: 100%; height: 100%; margin: auto; padding: 0; overflow: hidden; position: relative; }
.cycle-prev:hover, .cycle-next:hover { cursor: pointer; }

.cycle-slideshow > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 0;}
.cycle-slideshow > div { background: white; overflow: hidden; }
.cycle-slideshow > div > img { display: block; width: 100%; height: 100%; z-index: 1; bottom: 0;}

.cycle-btn {
  position: absolute; z-index: 3000; display: block; bottom: 10px;
  border-radius: 50%; -webkit-border-radius: 50%;
  width: 30px; height: 30px; padding: 5px;
  -webkit-transition: all .5s ease-in-out; transition: all .5s ease-in-out;
}

.cycle-btn.cycle-prev { right: 10px; background: url(/img/ui/arrow-next.svg) no-repeat center center; background-size: 50%; background-color: rgba(0,0,0,0.3); }
.cycle-btn.cycle-next { left: 10px; background: url(/img/ui/arrow-prev.svg) no-repeat center center;  background-size: 50%; background-color: rgba(0,0,0,0.3); }

.cycle-btn.cycle-prev:hover, .cycle-btn.cycle-next:hover { background-color: rgba(0,0,0,0.7); cursor: pointer;}

.full-width.cycle-overlay { display: none; padding: 20px 0 20px 0 !important; width: 100%; position: absolute; z-index: 5000; bottom: 0px; background-color: rgba(0,0,0,0.4); -webkit-transition: all .3s ease-in; transition: all .3s ease-in; margin-top: -20px; }
.full-width.cycle-overlay h5 { display: block; color: #FFF; margin: 0; float: right; padding: 0 50px 0 0; }
.full-width.cycle-overlay h5 a { padding: 3px 20px; margin-left: 20px; border-radius: 50px; -webkit-border-radius: 50px; color: #FFF; text-decoration: none; background-color: #0485A3; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.full-width.cycle-overlay h5 a:hover { background-color: #0485A3; color: #000; }

.cycle-slideshow .overlay { z-index: 4000; background: none; margin-top: 300px; }
.cycle-slideshow .overlay h4 { display: block; width: 100%; font-size: 4em; line-height: 50px; margin: 0; padding: 0px; font-weight: 200; color: #FFF; text-shadow: 0px 0px 4px rgba(0,0,0,1); }
.cycle-slideshow .overlay-left h4 { text-align: left !important; }
.cycle-slideshow .overlay-right h4 { text-align: right !important; }


/* ///////////////////////////////////// BOXES ///////////////////////////////////// */

.box { overflow: hidden; display: block; position: relative; border-right: 3px solid #d9dee6; border-bottom: 3px solid #d9dee6; background: #FFF; margin-bottom: 20px; }
.box * { -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.box img { width: 100%; height: auto; display: block; }
.box .img-wrap { overflow: hidden; position: relative; display: block; height: 250px; }
.box h3 { font-size: 30px; color: #FFF; padding: 10px; margin-bottom: 10px; background: #124A97; position: absolute; z-index: 100; bottom: 0; left: 0; border-right: 2px solid #FFF; }
.box p { padding: 10px; }

.box:hover h3 { padding-right: 30px; }
.box:hover img { width: 105%; }

.box .img-wrap.learn { background: url(/img/cat/learn-to-dive.jpg) no-repeat center; background-size: 100%; }
.box .img-wrap.map { background: url(/img/cat/dive-centres-map.jpg) no-repeat center; background-size: 100%; }
.box .img-wrap.faq { background: url(/img/cat/dive-questions.jpg) no-repeat center; background-size: 100%; }

.box:hover .img-wrap { background-size: 105%; }

/* ///////////////////////////////////// FAQ ///////////////////////////////////// */

#faq { border: 1px solid #CCC; border-radius: 4px; -webkit-border-radius: 4px; overflow: hidden; font-family: 'Titillium Web', helvetica, arial, sans-serif; font-weight: 200;  }
#faq .question { padding: 15px; font-size: 16px; line-height: 16px; font-weight: 400; color: #333; cursor: pointer; display: block; border-top: 1px solid #CCC; background-color: #FFF; }
#faq .question:hover { color: #124A97;}
#faq .question.active { color: #124A97; background: #EEE; }
#faq .question:first-child { border-top: none; }
#faq .question span:after { float: right; color: #666; content:"+"; font-size: 20px; }
#faq .question.active span:after { float: right; color: #666; content:"-"; }
#faq .answer { display: none; padding: 10px; font-size: 16px; font-weight: 400; line-height: 18px; background-color: #FFF; color: #333;}

/* ///////////////////////////////////// SUB NAVIGATION ///////////////////////////////////// */

.in-page-nav ul { display: block; overflow: hidden; list-style-type: none; margin: 0; padding: 0; }
.in-page-nav ul li { margin: 0 5px 10px 0; padding: 0; float: left; }
.in-page-nav ul li a { display: block; padding: 10px; text-decoration: none; font-size: 12px; text-align: right; color: #0083A0; border-radius: 0px; -webkit-border-radius: 0px; text-transform: uppercase; border: 1px solid #0083A0; }
.in-page-nav ul li a:hover { border: 1px solid #0083A0; color: #FFF; background-color: #0083A0;}
.in-page-nav ul li a.active { border: 1px solid #0083A0; color: #FFF; background-color: #0083A0;}
.in-page-nav h4 { color: #666; margin: 0 0 20px 0; }

/* ///////////////////////////////////// LOGOS ///////////////////////////////////// */

.logos { overflow: hidden; display: block; }
.logos ul { text-align: center; list-style-type: none; margin: 0; padding: 0; }
.logos ul li { display: inline-block; width: 100px; margin: 0 10px 10px 0; }
.logos ul li.thin { width: 70px; }
.logos ul li a { -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.logos ul li a img { width: 100%; }
.logos ul li a img { 	
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.logos ul li a:hover img { 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

/*  Small Thumbnails */
img.icon { width: 50%; height: auto; margin: 0 auto 20px auto; }


/* ///////////////////////////////////// FOOTER ///////////////////////////////////// */

#footer { background: url(/img/footer/background.png) no-repeat center bottom; background-size: 70%; background-color: #5180C0; padding-bottom: 150px; }
#footer h3 { color: #FFF; }
#footer p { color: #FFF; }
#footer ul { overflow: hidden; margin: 20px 0; padding: 0; }
#footer ul li { overflow: hidden; margin: 3px 10px 3px 0; float: left; display: block; padding: 10px 0; }
#footer ul li a {text-decoration: none; color: #FFF; font-size: 14px; padding: 10px; text-transform: uppercase; border-radius: 3px; -webkit-border-radius: 3px; background: #124A97; }
#footer ul li a:hover { background: #8587CC; }

/* Bottom BAR */

#bottom { clear: both; margin: 0; background-color: #124A97; bottom: 0; padding: 60px 0; }
#bottom a, #bottom p { color: #FFF; font-size: 14px; padding: 0px; margin: 0;}
#bottom a.bottom-logo { width: 70px; height: 70px; margin-bottom: -30px; display: block; padding: 0; right: 0; bottom: 0; position: absolute; z-index: 200; }
#bottom a.bottom-logo img { width: 100%; margin: 0; padding: 0; }

/* Back to Top Link */
#top-link { display: block; position: fixed; z-index: 500; width: 40px; height: 40px; right: 0px; bottom: 20px; background-color: rgba(0,0,0,0.5); cursor: pointer; }
#top-link:hover { background-color: #999; background-color: rgba(0,0,0,0.8); }
#top-link span { display: block; width: 40px; height: 40px; background: url(/img/icons/icon-arrow2.svg) no-repeat center; background-size: 20px; }







/* //////////////////////////////// START OF RESPONSIVE STYLES //////////////////////////////// */

@media screen and (orientation: landscape) and (max-width: 768px) {
	#mobile-nav { width: 50%; }
	#page-wrap.thin { width: 50%; }
}

@media screen and (orientation: portrait) {

}



/* ////////////////////////////////  bigger than mobile version //////////////////////////////// */

@media screen and (min-width: 480px) {

	.full-width { padding: 15px 0; }

	h1 { font-size: 20px; line-height: 30px; }
	h2 { font-size: 16px; line-height: 20px; margin-bottom: 10px; }

 	.container div.sep { margin: 15px 0; height: 3px; }
	div.sep-big { border-bottom: 3px dotted #CCC; height: 5px; overflow: hidden; }
	
}

/* //////////////////////////////// ipad mini or galaxy note version //////////////////////////////// */  

@media screen and (min-width: 480px) and (max-width: 768px) {

	.full-width { padding: 15px 0; }
	.full-width.banner { height: 150px; }
	.full-width.banner.short { height: 150px; }
  	.full-width.slideshow { height: 300px; }
	
	h1 { font-size: 25px; line-height: 35px; }
	h2 { font-size: 18px; line-height: 25px; margin-bottom: 10px; } 
  	h3.bold { font-size: 18px; line-height: 25px; }

    .cycle-btn { background-size: 20px; width: 30px; height: 30px; padding: 5px; }
    .cycle-btn.cycle-prev { right: 10px; }
    .cycle-btn.cycle-next { left: 10px; }

}

/* //////////////////////////////// big ipad version //////////////////////////////// */

@media screen and (min-width: 768px) {

	.container, #header.container { width: 720px; }
	.container .col { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
	.container .grid1.col { width: 40px; }
	.container .grid2.col { width: 100px; }
	.container .grid3.col { width: 160px; }
	.container .grid4.col { width: 220px; } 
	.container .grid5.col { width: 280px; }
	.container .grid6.col { width: 340px; }
	.container .grid7.col { width: 400px; }
	.container .grid8.col { width: 460px; }
	.container .grid9.col { width: 520px; }
	.container .grid10.col { width: 580px; }
	.container .grid11.col { width: 640px; }
	.container .grid12.col { width: 700px; }

  	.container div.sep { margin: 20px 0; height: 3px; }
	
	.full-width { padding: 30px 0 30px 0; } 

	.full-width.gmap { margin-top: 0px; }
	.full-width.push-down { margin-top: 50px; }

	/* Half and Half Backgrounds */
	.full-width.halfs { padding: 0; overflow: hidden; position: relative; }
	.halfs .text { padding: 30px; }
	.half-img-left { width: 50%; position: absolute; left: 0px; height: 100%; }
	.half-img-right { width: 50%;position: absolute; right: 0px; height: 100%; }

	body { font-size: 14px; }
	h1 { font-size: 35px; line-height: 40px; }
	h2 { font-size: 20px; line-height: 30px; margin-bottom: 15px; }
	h3 { font-size: 20px; line-height: 30px; }
    h3.bold { font-size: 25px; line-height: 35px; }
	h4 { font-size: 19px; line-height: 24px; }
	h5 { font-size: 17px; line-height: 21px; }
	h6 { font-size: 15px; line-height: 21px; }
	.hide-mobile { display: block; }
	a.hide-on-mobile { display: inline-block; }
	.hide-web { display: none !important;}
	.back { display: block; }

	.cycle-btn { background-size: 20px; width: 30px; height: 30px; padding: 5px; }
  	.cycle-btn.cycle-prev { right: 10px; }
  	.cycle-btn.cycle-next { left: 10px; }
	.full-width.banner { height: 350px; }

  	/* slideshow */
  	.full-width.slideshow { height: 450px; }
  	.full-width.slideshow.home { height: 450px; }
  	.full-width.cycle-overlay { display: block; padding: 15px 0 !important; }
  	.cycle-btn { width: 30px; height: 30px; padding: 5px; }
  	.cycle-btn.cycle-prev { right: 10px; }
  	.cycle-btn.cycle-next { left: 10px; }

	/* Head */
	#wrapMenu { display: block; }

	#head { margin-top: 0px; position: absolute; padding: 0; margin: 0; height: 50px; z-index: 6000; width: 100%; background: #5180c0;}
	#head.fix-nav { position: fixed; -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);  }
	#head .container { margin: auto; padding: auto;}

	a.logo  { display: block; position: absolute; z-index: 3000; top: 0px; margin: 0px 0 0 0; padding: 0; width: 100px; height: 100px; background: url(/img/sita-logo-big.png) no-repeat left center; background-size: 100%; -webkit-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }

	#head.fix-nav a.logo { width: 80px; height: 80px; margin-top: 0; 		
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none; 
	}

	#switch { display: none; }

	#menu { display: block; pointer-events: auto; position: static; margin: 15px 0px 0 10px; float: right; list-style-type: none;  }
	#menu ul { float: right; display: block; text-align: right; margin: 0; height: 50px; padding: 0 10px; }
	#menu ul li { float: left; margin: 0; height: 100%; line-height: 0px; list-style-type: none;  }
	#menu ul li a { display: block; position: relative; margin: 0; padding: 10px 10px; text-decoration: none; text-transform: uppercase; font-size: 14px; color: #FFF; font-family: 'Titillium Web', helvetica, arial, serif; font-weight: 400; border: 1px solid #5180C0; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }	
	#menu ul li a:hover { color: #FFF; }

	#menu li a:hover { border: 1px solid #9999CC; background: #9999CC; border-radius: 40px; -webkit-border-radius: 40px; color: #FFF; }
	#menu li.active a { border: 1px solid #124A97; background-color: #124A97; border-radius: 40px; -webkit-border-radius: 40px; color: #FFF; }

	/*  Dropdown Menu */
	#menu a:hover, #menu li:hover a, #menu li.hover a { color: #FFF; } 	
	#menu li:hover, #menu li.hover { position: relative; z-index: 15; cursor: default; }

	#menu ul li a.dropdown-link { font-weight: 400; }
	#menu ul li a.dropdown-link:after { content: "+"; padding-left: 5px; }
	#menu ul li:hover > a.dropdown-link { padding-bottom: 25px; border-bottom: 0; color: #0083A0;}

	#menu ul ul { height: 0; visibility: hidden; position: absolute; padding: 0; top: 100%; left: 0; margin-top: -45px; padding-top: 30px; z-index: 5000; text-align: left; height: auto; overflow: hidden; background: url(/img/ui/arrow-up.svg) no-repeat 5px 0px; margin-left: 20px; }
	#menu ul ul li { float: none; display: block; width: 100%; border: none; border-radius: 0 !important; -webkit-border-radius: 0 !important; padding: 0; border-bottom: 1px solid #666; min-width: 200px; }
	#menu ul ul li:last-child { border-bottom: none; }
	#menu ul ul li a { position: static; display: block; height: auto; background: #333; border: 0 !important; border-radius: 0px; -webkit-border-radius: 0px; font-size: 14px; line-height: 14px; padding: 10px; margin: 0; color: #EEE !important; border-radius: 0; -webkit-border-radius: 0; }
  #menu ul ul li:first-child a {  }
  #menu ul ul li:last-child a { border-radius:  0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; }
	#menu ul ul li a:hover { border: 0 !important; color: #0083A0 !important;}
	#menu li:hover > ul, #menu li.hover > ul { visibility: visible }

  #menu ul li.active:hover a { padding: 10px 10px; color: #FFF; }
  #menu ul li.active ul li a { background: #333; border-radius: 0; -webkit-border-radius: 0; }
  #menu ul li.active ul li:last-child a { border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; }


	/* logos */
	.logos ul li { width: 120px; }
	.logos ul li.thin { width: 70px; }

	/* footer */
	#footer ul li { display: block; float: none; margin-right: 0; padding: 3px 0px; margin: 0 0 3px 0; }
	#footer ul li a {text-decoration: none; display: block; background-size: 30px; }	

	/* FAQ */
	#faq .question { padding: 20px; font-size: 16px; line-height: 18px; }
	#faq .answer { padding: 20px; font-size: 16px; line-height: 18px; }

	.box .img-wrap { height: 200px; }
	.box h3 { padding: 10px 20px; font-size: 20px; }
  	.box p { padding: 20px 20px 0 20px; }


}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 960px) {

	.container, #header.container { width: 960px; }
	.container .grid1.col { width: 60px; }
	.container .grid2.col { width: 140px; }
	.container .grid3.col { width: 220px; }
	.container .grid4.col { width: 300px; }   
	.container .grid5.col { width: 380px; }
	.container .grid6.col { width: 460px; }
	.container .grid7.col { width: 540px; }
	.container .grid8.col { width: 620px; }
	.container .grid9.col { width: 700px; }
	.container .grid10.col { width: 780px; }
	.container .grid11.col { width: 860px; }
	.container .grid12.col { width: 940px; }

  	.container div.sep { margin: 25px 0; height: 3px; }

  	.hide-mobile { display: block; }
	
	.full-width { padding: 60px 0; }
	.full-width.gmap { margin-top: 0px; }
	.full-width.push-down { margin-top: 60px; }
	.full-width.banner { height: 350px; }

	.halfs .text { padding: 50px; }

  	/* Banner Area */
  	.full-width.slideshow { height: 600px; margin-top: 50px; } 
  	.full-width.cycle-overlay { padding: 20px 0 !important; }
  	.cycle-btn { width: 30px; height: 30px; padding: 5px; }
  	.cycle-btn.cycle-prev { right: 20px; }
  	.cycle-btn.cycle-next { left: 20px; }

  	#top-bar a.website-switch { left: 175px; }

  	a.logo { margin: 0; padding: 0; width: 120px; height: 120px; }
  	#head.fix-nav a.logo { width: 100px; height: 100px;  }
	
  	#head { height: 60px; }
  	#menu { margin-top: 18px; }
  	#menu ul li { }
  	#menu ul li a { font-size: 14px; padding: 12px; }
  	#menu ul li.active:hover a { padding: 12px; }
  	#menu ul ul { margin-top: -38px; }
  	#menu ul ul li a { padding: 10px; }
	
	h1 { font-size: 45px; line-height: 50px; margin-bottom: 20px;  }
	h2 { font-size: 25px; line-height: 35px; margin-bottom: 25px; }
  	h3 { font-size: 18px; }
  	h3.bold { font-size: 25px; line-height: 35px; }
  	p { font-size: 16px; margin-bottom: 20px; }

  	.logos ul li { width: 150px; }
	.logos ul li.thin { width: 90px; }

	#footer ul { }
	#footer ul li { display: block; float: none; margin: 0;} 
  	#footer p { font-size: 14px; line-height: 18px; font-size: 400; }

  	#bottom a.bottom-logo { width: 100px; height: 100px; }

	ul li { font-size: 16px; }

	.box .img-wrap { height: 250px; }
	.box h3 { padding: 15px 25px; font-size: 25px; }
  	.box p { padding: 25px 25px 0 25px; }

}

/* //////////////////////////////// full wide version //////////////////////////////// */ 

@media screen and (min-width: 1500px) {

  	.container, #header.container { width: 1200px; }
  	.container .grid1.col { width: 80px; }
  	.container .grid2.col { width: 180px; }
  	.container .grid3.col { width: 280px; }
  	.container .grid4.col { width: 380px; }
  	.container .grid5.col { width: 480px; }
  	.container .grid6.col { width: 580px; }
  	.container .grid7.col { width: 680px; }
  	.container .grid8.col { width: 780px; }
  	.container .grid9.col { width: 880px; }
  	.container .grid10.col { width: 980px; }
  	.container .grid11.col { width: 1080px; }
  	.container .grid12.col { width: 1180px; }

  	.container div.sep { margin: 30px 0; height: 3px; }

   	.full-width { padding: 60px 0; }
   	.full-width.push-down { margin-top: 60px; }

   	.full-width.slideshow { height: 700px; }
	.full-width.banner { height: 400px; }
	.full-width.banner img { margin-top: -20%; }
	.full-width.banner.short { height: 300px; }

	.halfs .text { padding: 60px; }

  	#menu ul li a { font-size: 14px; padding: 12px; }

  	h1 { font-size: 55px; line-height: 60px; margin-bottom: 20px;  }
	h2 { font-size: 35px; line-height: 45px; margin-bottom: 25px; }
  	h3 { font-size: 25px; margin-bottom: 20px; }
  	h3.bold { font-size: 25px; line-height: 35px; }
  	h4 { margin-bottom: 20px; }
  	p { font-size: 16px; }

  	ul li { font-size: 16px;}

	.box .img-wrap { height: 300px; }
	.box h3 { padding: 15px 25px; font-size: 30px; }
  	.box p { padding: 25px 25px 0 25px; }

  	.logos ul li { width: 220px; }
	.logos ul li.thin { width: 110px; }

}





