@import url(http://fonts.googleapis.com/css?family=Oswald);

/* ============================== */
/* RESETS */
/* ============================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* ============================== */
/* SITE ELEMENTS  */
/* ============================== */

* {
	margin: 0; 
	padding: 0;
	
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

html {
}

html {height: 100%;   }

body {
	height: auto;
	font-family: "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #666;
	background: #f8f9fb;
	overflow-x: hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	}

::-moz-selection  { background: #09f; color:#000; text-shadow: none; }

::selection  { background: #09f; color:#000; text-shadow: none; } 

a {cursor: pointer;}
	
a:active, a:focus{outline: 0;}

img {height: auto; border: none;}
	
div.left,
div.right,
div.center {
	width: 48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
div.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.left {
	float: left;
}

.right {float: right;}

.center {text-align: center;}

ul, li {list-style: none;}

img, object, embed {max-width: 100%;}

.clear {
  display: block;
  content: " ";
  clear: both;
  width: 100%;
}
textarea {resize: none;}

/* ============================== */
/* TYPOGRAPHY  */
/* ============================== */

.margin-top-none {
	margin-top: 0;
}
h1 {
	display: block;
	margin: 15px 0;
	padding: 0;
	font-size:  96px;
	font-weight: 300;
	line-height: .9;
	color: #004961;
	letter-spacing: -1px;
	text-transform: uppercase;
	clear: both;
}
h1#counter {
	margin-left: 80px;
	font-weight:  300;
	font-size: 84px;
	color: #fff;
	text-align: left;
	letter-spacing: 0;
}
h2 {
	display: block;
	margin: 15px 0;
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	letter-spacing: -1px;
	text-transform: none;
	}
h2 a {
	color: #004961;
	text-decoration: none;
}
h3,
h3 a {
	display: block;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	color: #000;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#testimonials h3 {
	font-size: 14px;
	color: #444;
}
h4 {
	display: block;
	margin: 15px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #e53323;
	color: #567087;
	letter-spacing: 0px;
	text-transform: none;
}
h4.black {
	color: #333;
}
h5 {
	display: block;
	margin: 15px 0;
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
h6 {
	display: block;
	margin: 15px 0;
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000;
	text-transform: none;
	}
h6 span,
h6 small {
	font-family: "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 300;
	color: #567087;
	letter-spacing: 2px;
}
h6 small {
	position: relative;
	width: 230px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	background: url(../img/icon-email.png) left center no-repeat;
	background-size: auto 12px;
}
h6 a {
	color: #567087;
	text-decoration: none;
}
/*h1,h3,h4, p {
	font-family: "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif !important;
}
h2,h5,h6 {
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif !important;
}*/
p {
	margin: 15px 0;
	letter-spacing: 0;
	}
.subtitle {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #a9bdd6;
	letter-spacing: 1px;
}
.main-text {
	width: 820px;
	font-size: 15px;
	line-height: 21px;
	color: #777;
}
.sidebar p {
	margin: 5px 0;
}
.red {
	color: #e24737;
}
.green {
	color: #53857a;
}
small {
	display: block;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 0 25px 10px 0;
	text-align: left;
}
.alignright {
	float: right;
	margin: 0 0 10px 25px;
	text-align: right;
}

/* -- Pictures --*/

img.aligncenter {
	float: none;
	margin: 15px auto;
	text-align: center;
}
img.alignright {
	float: right;
	margin: 5px 0 10px 25px;
}
img.alignleft {
	float: left;
	margin: 5px 25px 10px 0;
}

/* ============================== */
/* LISTS  */
/* ============================== */

ul, ol {
	margin: 15px 25px;
	
	}
ul li {
	list-style: disc;
	}
ol li {
	list-style: decimal;
	}
li {
	margin: 0;
	padding: 5px 0;
	line-height: 24px;
	}
#sidebar ul {
	margin: 15px 0;
}
#sidebar li {
	margin-left: 15px;
}
.split-list {
	position: relative;
	width: 104%;
	overflow: hidden;
}
.split-list li {
	position: relative;
	margin: 0 0 0 15px;
	float: left;
	width: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
	
/* -- Listpocalypse -- */

.date, 
.date li, 
.flex-direction-nav, 
.flex-direction-nav li,
nav ul,
nav li,
.slides,
.slides li,
#twitter_div ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* Checklist
- - - - - - - - - - - - - - */

.checklist, .xlist {
	margin: 10px 0;
	padding: 0;
	}
.checklist li, .xlist li {
	display: block;
	margin: 0 0 0 5px;
	padding: 7px 15px 7px 25px;
	list-style: none;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
.checklist li a {
	color: #333;
	text-decoration: none;
}
.checklist li a:hover {
	text-decoration: underline;
}
.checklist li {
	background: url(../img/checkmark.png) 0 14px no-repeat;
	background-size: auto 12px;
	}
.checklist li:last-child {
	border-bottom: 0;
}
.checklist.floated:after {
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.checklist.floated li {
	float: left;
	padding: 5px 0 5px 25px;
	width: 150px;
	font-size: 16px;
}
.xlist li {
	background: url(../img/xmark.png) 0 6px no-repeat;
	}
li.alt, checklist li.alt, .xlist li.alt {
/*	background-color: rgba(0,0,0,.1);*/
	}
.checklist h6 {
	display: block;
	margin: 0;
font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #333e4a;
	text-transform: uppercase;
}

/* ============================== */
/* HEADER & HEADERS */
/* ============================== */
h1#logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 83px;
	background: url(../img/icon-logo.png) left center no-repeat;
	background-size: auto 70px;
	z-index: 1;
	}
h1#logo a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 55px;
	color: #f89329;
	line-height: 83px;
	left: 90px;
	/* text-indent: -9999px; */
	}
footer#logo {
	display: block;
	position: relative;
	margin: 35px auto;
	background: url(../img/logo.png) center no-repeat;
	z-index: 1;
}
a#logo-footer {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	padding: 0;
	width: 36px;
	height: 35px;
	text-indent: -9999px;
	background: url(../img/identiphy.png) right center no-repeat;
	background-size: cover;
	z-index: 1;
	}

iframe {
	z-index: 2;
}


/* ============================== */
/* LINKS  */
/* ============================== */

a {
	color: #339183;
	text-decoration: underline;
   -webkit-transition:color .1s ease-in;  
   -moz-transition:color .1s ease-in;  
   -o-transition:color .1s ease-in; 
   -ms-transition:color .1s ease-in;  
   transition:color .1s ease-in;  
	}
a:hover {
	color: #006790;
	text-decoration: underline;
	}
#footer-wrap a {
	color: #fff;
	text-decoration: none;
}
  
  
/* ============================== */
/* NAVIGATION MENUS  */
/* ============================== */

#header-wrap {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 125px;
	background: #fafafa;
	border-bottom: 3px #f89329 solid;
	-webkit-box-shadow: inset 0 -12px 48px rgba(0,0,0,.025);
	-moz-box-shadow: inset 0 -12px 48px rgba(0,0,0,.025);
	box-shadow: inset 0 -12px 48px rgba(0,0,0,.025);
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 3;
}
#header {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1080px;
	height: 85px;
	z-index: 3;
}
#pre {
	content:"";
	display: block;
	position: relative;
	width: 100%;
	height: 125px;
	background: #f89329;
	border-bottom: 3px #f89329 solid;
	-webkit-box-shadow: 0 12px 84px rgba(0,0,0,.1);
	-moz-box-shadow: 0 12px 84px rgba(0,0,0,.1);
	box-shadow: 0 12px 84px rgba(0,0,0,.1);
}

/* ============================== */
/* FIXED ON SCROLL */
/* ============================== */

.posi #header-wrap {
	position: fixed;
	top: -85px;
}

/* ============================== */
/* NAVIGATION */
/* ============================== */
	
#site-navigation {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: auto;
	height: 40px;
	z-index: 1;
	} 
#site-navigation .menu {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 1080px;
}
#site-navigation .menu:after {
	content: "";
	display: block;
	clear: both;
}
#site-navigation .menu li:nth-child(6) {
}
#site-navigation li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	height: 40px;
	font: 600 12px/40px "Proxima Nova", proxima-nova, arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
/*	text-shadow: 0 -1px 0 #000;*/
	letter-spacing: 1px;
	background: url(../img/bg-nav.png) left bottom no-repeat;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-int;
    transition: all 0.25s ease-in;
	}
#site-navigation li#home {
	margin-left: 25px;
	width: 0px;
	background: none;
	border-left: none;
	overflow: hidden;
}
.posi #site-navigation li#home {
	width: 60px;
	background: url(../img/bg-nav.png) right bottom no-repeat;
}
#site-navigation li#home a {
	text-indent: -9999px;
	background: url(../img/icon-logo.png) center no-repeat;
	background-size: auto 70%;
}
#site-navigation li:nth-child(2) {
	background: none;
}
.posi #site-navigation li:nth-child(2) {
}
#site-navigation li:last-child,
#site-navigation li:nth-child(7) {
	border-right: none;
}
#site-navigation li.mobile {
	display: none;
}

#site-navigation a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 25px 0;
	height: 100%;
	color: #15465c;
	text-align: center;
	text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	cursor: pointer;
	}
#site-navigation li.sub-wrapper a {
	padding-right: 35px;
}
#site-navigation li.sub-wrapper a:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -4px;
	margin-left: 0;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #f79229;
	z-index: 100;
}
#site-navigation li.sub-wrapper .sub-menu li a:after {
	display: none;
}
#site-navigation a:hover,
#site-navigation li.current-menu-item a,
#site-navigation li:hover a:after,
#site-navigation #logo:hover a:after {
	text-shadow: none;
	-webkit-box-shadow: 0 -10px 20px rgba(0,0,0,0.05) inset;
	-moz-box-shadow: 0 -10px 20px rgba(0,0,0,0.05) inset;
	box-shadow: 0 -10px 20px rgba(0,0,0,0.05) inset;
}
#site-navigation li:nth-child(8) {
	border-right: 0;
}
#site-navigation li#slant {
	position: absolute;
	top: -0px;
	right: 0px;
	width: 255px;
	height: 41px;
	text-shadow: none;
	background: /*#487cb1 */ #f89329 url(../img/icon-acestar-white.png) 0px center no-repeat;
	background-size: auto 24px;
	border: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 0 4px 0 0;
}
#site-navigation li#slant a,
#site-navigation li#slant a:first-child:hover {
	padding-left: 35px;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#slant:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -44px;
	height: 0px;
	border-bottom: 40px solid #f79229;
	border-left: 45px solid transparent;
}
#site-navigation .sub-menu {
	display: none;
	position:absolute;
	top: 40px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 260px;
	height: auto;
	background: #f79229;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 1px rgba(0,0,0,.5);
	box-shadow: 0 2px 1px rgba(0,0,0,.5);
	overflow: hidden;
	z-index: 2;
}
#slant .sub-menu {
	left: -45px;
	width: 300px;
}
#site-navigation li:hover .sub-menu {
	display: block;
}
#site-navigation .sub-menu li,
#site-navigation .sub-menu li:first-child {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;

	text-align: left;
	text-transform: none;
	text-shadow: none;
	background: url(../img/bg-list.png) left center no-repeat;
	border: none;
	border-top: 1px rgba(255,255,255,0.1) solid;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}
#site-navigation .sub-menu li a:hover,
#site-navigation li#slant .sub-menu li a:hover {
	-webkit-box-shadow: inset 0 -8px 30px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 -8px 30px rgba(0,0,0,.1);
	box-shadow: inset 0 -8px 30px rgba(0,0,0,.1);
}
#slant .sub-menu li:first-child {
	border-top: none;
}
#site-navigation .sub-menu a,
#site-navigation .sub-menu li:first-child a {
	padding: 15px 15px;
	height: auto;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	text-shadow: none;
}
a#facebook,
a#googleplus,
a#linkedin {
	display: block;
	position: absolute;
	top: 24px;
	right: 0;
	width: 24px;
	height: 24px;
	text-align: left;
	text-indent: -9999px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	overflow: hidden;
}
a#facebook {
	right: 64px;
	background: url(../img/icon-facebook.png) center no-repeat;
}
a#googleplus {
	right: 32px;
	background: url(../img/icon-googleplus.png) center no-repeat;
}
a#linkedin {
	right: 0px;
	background: url(../img/icon-linkedin.png) center no-repeat;
}
a#facebook, 
a#googleplus,
a#linkedin {
	background-size: 100%;
}
a#facebook:hover, 
a#googleplus:hover,
a#linkedin:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
a#phonelink,
a#phonelink:hover {
	display: block;
	position: absolute;
	right: 130px;
	top: 20px;
	padding: 3px 0 0 48px;
	width: auto;
	font: 700 21px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	line-height: 1.1;
	color: #004961;
	text-decoration: none;
	text-align: right;
	letter-spacing: 0px;
	background-size: 11px auto;
	z-index: 1;
}
a#phonelink:before {
	content:"";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	background: url(../img/icon-24.png) 0 0 no-repeat;
	background-size: auto 38px;
}
a#phonelink span {
	display: block;
	padding: 2px 0 0;
	font-size: 10px;
	font-weight: 300;
	color: #888;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;

}

/* ============================== */
/* SLIDESHOWS */
/* ============================== */

#art {
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	height: 20px;
	background:#567087 url(../img/bg-art.jpg) center right no-repeat;
	background-size: 100%;
	overflow: hidden;
	z-index: 1;
}
.home #art {
	display: block;
	height: 420px;
	background:#567087 url(../img/bg-art.jpg) bottom right no-repeat;
	background-size: auto 100%;
	z-index: 1;
}
#slideshow {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1080px;
	height: 420px;
	z-index: 1;
}
.slide {
	position: relative;
	height: 100%;
	opacity: 0;
	z-index: 1;
}
.slide img {
	display: block;
	position: absolute;
	height: 420px;
	left: -20px;
	bottom: 0;
	z-index: 1;
}
.cycle-overlay {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	border-top: 1px transparent solid;
}
.cycle-overlay h1 { 
	margin: 80px 0 15px;
	font-size: 72px;
	font-weight: 900;
	line-height: .85;
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase;
	width: 480px;
	font-family: /*"futura-pt", "Futura LT", */"Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 56px;
	font-weight: 800;
	line-height: .9;
	letter-spacing: -1px;
	text-transform: none;
}
.cycle-overlay p {
	margin: 8px 0 15px;
	width: 380px;
	font-size: 15px;
	color: #eee;
	line-height: 1.6;
	animation-delay:1s;
	-moz-animation-delay:1s;
	-webkit-animation-delay:1s;
}
.cycle-overlay h1,
.cycle-overlay p,
.cycle-overlay a.et_pb_more_button {
	display: block;
	position: relative;
	margin-left: 460px;
	z-index: 2;
}
.cycle-overlay a.et_pb_more_button {
	display: inline-block;
	position: relative;
	padding: 6px 35px 6px 25px;
	font-size: 14px;
	color: #fff;
	line-height: none;
	text-decoration: none;
	text-align: center;
	background: rgba(255,255,255,.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a.et_pb_more_button:hover {
	padding-right: 45px;
	background: rgba(255,255,255,.25);
}
a.et_pb_more_button:after {
	content:"";
	display: block;
	position: absolute;
	top: 8px;
	right: 15px;
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: url(../img/icon-arrow-right.png) right center no-repeat;
	background-size: auto 14px;
}
a.et_pb_more_button:hover:after {
	display: block;
	background: url(../img/icon-arrow-right.png) right center no-repeat;
	background-size: auto 14px;
	opacity:1;
	filter:alpha(opacity=100);
}
.btn {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 6px 25px 6px 48px;
	width: 120px;
	font-size: 14px;
	color: #fff;
	line-height: none;
	text-align: center;
	text-decoration: none;
	background: #f7b531;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
	background: #f79229;
}
.btn:before {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 100%;
	background: #f89329 url(../img/icon-acestar-white.png) center no-repeat;
	background-size: 21px;
}
#voxbone-wrap #control {
	padding: 10px 0 11px !important;
	max-width: none !important;
	background: #4896ff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#voxbone-wrap:hover #control {
	background: #f33;
}
#voxbone-wrap .widget-box {
	margin: 0 auto;
	padding: 0 !important;
	width: 980px;
}
#voxbone-wrap .widget-box.style-a .btn-style {
	padding: 5px 12px ;
	font-family: "Proxima Nova", proxima-nova;
	font-size: 30px ;
	color: #fff;
	line-height: 1.1;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#voxbone-wrap .widget-box.style-a .btn-style span {
	padding: 0;
	font-family: "Proxima Nova", proxima-nova;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	border: none !important;
}


/* ============================== */
/* CYCLE PAGER */
/* ============================== */

.cycle-pager {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 -30px;
	padding: 0;
	width: 64px;
	height: 13px;
	overflow: hidden;
	z-index: 9999999999999999999999999;
	}
.cycle-pager span {
	display: block;
	position: relative;
	float: left;
	margin: 0 6px 0 0;
	width: 6px;
	height: 6px;
	background: 0;
	border: 2px rgba(255,255,255,.5) solid;
	text-indent: -9999px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	background: #fff;
	border: 2px #fff solid;
}
.cycle-pager span:last-child {
	margin-right: 0;
}
.cycle-pager a:last {
	margin-right: 0;
}
.cycle-next, 
.cycle-prev {
	display: block;
	position: absolute;
	top: 240px;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	opacity:.50;
	filter:alpha(opacity=50);
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in; 
	cursor: pointer;
	z-index: 99999999999999999;
}
.cycle-next:hover, 
.cycle-prev:hover {
	opacity:1;
	filter:alpha(opacity=100);	
}
.cycle-next {
	right: 30px;
	background: url(../img/sprites.png) -100px -50px no-repeat;
}
.cycle-prev {
	left: 30px;
	text-align: left;
	background: url(../img/sprites.png) 0px -50px no-repeat;
}

/* ============================== */
/* ELEMENTS */
/* ============================== */

.home #wrap {
	padding: 15px 0 0;
}
#wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1080px;
	z-index: 2;
}
.grid {
	display: block;
	position: relative;
	margin: 15px 0 0;
	width: 100%;
}
.grid:after {
	content:"";
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;
}
.grid-item {
	display: block;
	position: relative;
	float: left;
	margin: 0 0 20px;
	width: 530px;
	height: 250px;
}
.grid-item:nth-child(2) {
	float: right;
}
.grid-item.feature {
	margin: 0;
	width: 530px;
	height: 520px;
}
.priority:before  {
	content:"";
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 12px;
	background: url(../img/flags.png) center right no-repeat;
	background-size: auto 100%;
	z-index: 9999999;
}
.grid img {
	display: block;
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.grid img.breakout {
	position: absolute;
	top: -20px;
	left: 40px;
	width: auto;
	height: 175px;
	z-index: 9999;
}
.grid-item:hover img.breakout {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.grid-item .card {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 15px;
	width: 100%;
	height: 131px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.grid-item:hover .card {
	padding-bottom: 25px;
	background: #004961;
}
.grid-item .card:after {
	content:"";
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 18px;
	height: 18px;
	background: url(../img/icon-arrow-right-dark.png) center no-repeat;
	background-size: 6px;
	border: 2px #ddd solid;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.grid-item:hover .card:after {
	background: #fff url(../img/icon-arrow-right-dark.png) center no-repeat;
	background-size: 6px;
	border: 2px #fff solid;
}
.copy-title {
	display: block;
	margin: 5px 0px;
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #004961;
}
.grid-item .card .copy {
	display: block;
	width: 90%;
	line-height: 1.4;
	color: #999;
}
.grid-item:hover .copy-title,
.grid-item:hover .copy {
	color: #fff;
}
.grid-item:hover .icon i {
	background: url(../img/icon-arrow-right.png) center no-repeat;
	background-size: 100%;
}

#cube-wrap {
	position: relative;
	margin: 0 auto;
	width: 1080px;
	font-size: 14px;
	line-height: 1.4;
	background: #f3f3f3;
	z-index: 1;
}
.cube,
a.cube {
	display: block;
	position: relative;
	float: left;
	height: 360px;
	color: #ccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.cube33 {
	width: 33.33%;
}
.cube66 {
	width: 66.66%;
}
.cube.blue  {
	color: #eee;
	background: #7397c5;
}
.cube.blue h5,
.cube.black h5 {
	color: #fff;
}
.cube.black a {
	color: #85c0e2;
}
.cube.blue a {
	color: #fff;
}
.cube.grey {
	background: #eee;
}
.cube.black {
	background: #445467;
}
.cube.long {
	height: 720px;
	color: #777;
	background: none;
}
.cube img,
a.cube img {
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	height: auto;
}
.cube article {
	padding: 10px 25px 0;
}


.content {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	z-index: 1;
}
.content:after {
	content:"";
	display: block;
	width: 100%;
	height: 1%;
	clear: both;
}
.block-left {
	float: right;
	margin: 40px 0;
	padding: 0 0 30px;
	width: 640px;
	min-height: 800px;
	border-top: 1px transparent solid;
}

/* ============================== */
/* FIGURES
/* ============================== */

.section {
	display: block;
	position: relative;
	border-top: 1px transparent solid;
}
.section.beige {
	background: #fff ;
}
.section.couple {
	color: #fff;
	background: url(../img/bg-couple.jpg) center bottom no-repeat;
	background-size: auto 100%;
	border: none;
}
.section.couple h2,
.section.couple h4 {
	color: #fff;
}
.section.couple h2 {
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.section.callcenter {
	width: 100%;
	height: 495px;
	background: url(../img/fuck.jpg) center no-repeat;
	background-size: 100%;
}
.column-50 {
	display: table;
	position: relative;
	width: 50%;
	height: 420px;
}
.column-short {
	height: 320px;
}
.column-auto {
	height: auto;
}
.cell {
	display: table-cell;
	position: relative;
	height: 100%;
	vertical-align: middle;
}
.column.padded {
	padding: 25px 0 45px;
}
.section figure {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 50%;
	height: 100%;
}
.crop-woman01 {
	background: url(../img/crop-woman01.png) center bottom no-repeat;
	background-size: auto 95%;
}
.crop-woman02 {
	background: url(../img/crop-woman02.png) center bottom no-repeat;
	background-size: auto 95%;
}
.crop-servers01 {
	background: url(../img/crop-servers01.png) center no-repeat;
	background-size: 100% auto;
}
.crop-phone {
	background: url(../img/crop-phone.png) center no-repeat;
	background-size: 75% auto;
}
.crop-map {
	background: url(../img/crop-map.png) center no-repeat;
	background-size: 100% auto;
}
.column.right,
.section figure.right {
	left: auto;
	right: 0;
}
#slideshow-small {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -178.5px;
	width: 357px;
	height: 360px;
}
#story-slideshow {
	position: relative;
	z-index: 1;
}
.story {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.story figure.right {

	width: 360px;
}
#slide-triggers {
	display: block;
	position: absolute;
	bottom: 50px;
	left: -20px;
	overflow: hidden;
	z-index: 2;
}
#slide-triggers a {
	display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 15px 30px;
	font-size: 15px;
	font-weight: 600;
    color: #999;
	text-decoration: none;
	background: #f2f5f7;
    border: 2px solid #999;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#slide-triggers a.cycle-pager-active {
	color: #fff;
	background: #373f42;
    border: 2px solid #373f42;
	opacity: 1;
	filter:alpha(opacity=100);
}
#story-slideshow .cell {
	vertical-align: top;
}

/* ============================== */
/* BOXES
/* ============================== */

.box,
.box:hover {
	position: relative;
	float: left;
	margin: 0;
	width: 50%;
	height: auto;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.box.alt {
	width: 25%;
}
.box img {
	opacity:.0;
	filter:alpha(opacity=0);
}
.box div {
	position: absolute;
	left: 25px;
	bottom: 25px;
	width: 50%;
	height: auto;
	overflow: hidden;
}
#box01 {
	background: url(../img/gallery09.jpg) center no-repeat;
}
#box02 {
	background: url(../img/gallery10.jpg) center no-repeat;
}
#box03 {
	background: url(../img/gallery11.jpg) center no-repeat;
}
#box04 {
	background: url(../img/gallery12.jpg) center no-repeat;
}
#box05 {
	background: url(../img/gallery13.jpg) center no-repeat;
}
#box06 {
	background: url(../img/gallery14.jpg) center no-repeat;
}
#box01,
#box02,
#box03,
#box04,
#box05,
#box06 {
	background-size: auto 100%;
}
#box01:hover,
#box02:hover,
#box03:hover,
#box04:hover,
#box05:hover,
#box06:hover {
	background-size: auto 110%;
}
.title {
	margin: 0;
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	color: #fff;
}
.box p {
	margin: 5px 0;
	font-size: 15px;
}
.box p:after {	
	content:"  »";
}

/* ============================== */
/* MAP AREA
/* ============================== */

#map-wrap {
	display: block;
	position: relative;
	margin-top: 0;
	width: 100%;
	color: #222;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	background: #56b3e7 url(../img/map.png) center top no-repeat;
	background-size: 100%;
	overflow: hidden;
}
.cube #map {
	height: 360px;
}
#map {
	display: block;
	position: relative;
	margin: 0 auto;
	position: relative;
	width: 640px;
	height: 427px;
    text-align: center;

}
#map .table-cell {
	display: table-cell;
	margin: 0 auto;
	position: relative;
	width: 640px;
	height: 427px;
    text-align: center;
	vertical-align: middle;
}
#map-wrap .content {
	position: relative;
	margin: 0 auto;
	width: 640px;
}
#map-wrap p {
	margin: 25px auto;
	width: 480px;
}
#icon-location-large {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 48px;
	height: auto;
}
p.big {
	margin: 25px 0;
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
}
#map .btn {
	display: block;
	position: absolute;
	margin-left: -96.5px;
	left: 50%;
}

/* ============================== */
/* BADGES  */
/* ============================== */

.badges {
	position: relative;
	margin-top: 0;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background: #f89329;
/*	-webkit-box-shadow: inset 0 -20px 80px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 -20px 80px rgba(0,0,0,.15);
	box-shadow: inset 0 -20px 80px rgba(0,0,0,.15);*/
	clear: both;
	overflow: hidden;
}
.badges.dark {
	padding: 30px 0;
	background: #394855;
}
.badges.dark img {
	opacity:.5;
	filter:alpha(opacity=5);
}
.badges a {
	display: inline-block;
	position: relative;
	margin: 10px 25px;
	width: auto;
	height: 40px;
	text-align: center;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.badges a:hover {
	opacity:.75;
	filter:alpha(opacity=75);
}
.badges img {
	display: block;
	margin: 0;
	width: auto;
	height: 100%;
	text-align: center;
}
#us {
	background: url(../img/flag-us.png) left center no-repeat;
}
#pi {
	background: url(../img/flag-pi.png) left center no-repeat;
}
#hk {
	background: url(../img/flag-hk.png) left center no-repeat;
}
#ka {
	background: url(../img/flag-ka.png) left center no-repeat;
}
#mys {
	background: url(../img/flag-mys.png) left center no-repeat;
}
#us,
#pi,
#ka,
#mys,
#hk {
	font-size: 15px;
	padding: 0 25px 0 40px;
	background-size: 20px auto;
}

/* ============================== */
/* FOOTER  */
/* ============================== */


.strip,
.strip:hover {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 0;
	font:  bold 36px/36px "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	background: #e64134;
	border-top: 1px rgba(0,0,0,.25) solid;
	border-bottom: 1px rgba(255,255,255,.1) solid;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	z-index: 2;
	clear: both;
}

#footer-wrap {
	position: relative;
	background: #2e2f31;
	overflow: hidden;
	z-index: 1;
}
#footer-wrap p {
	margin: 30px auto;
	width: 800px;
	color: #999;
}
footer {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	width: 1080px;
	height: auto;
	overflow: hidden;
}
#footer-wrap .copyright {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
	width: 1080px;
	font-size: 12px;
	color: #999;
	text-align: left;
	border-top: 1px #444 solid;
	clear: both;
	overflow: hidden;
}
#footer-wrap .glm {
	float: right;
	width: 25%;
	text-align: right;
}
#footer-wrap .cr {
	float: left;
	width: 25%;
	text-align: left;
}
#footer-wrap .address {
	float: left;
	margin: 0;
	width: 50%;
	text-align: center;
}

/* ============================== */
/* TESTIMONIALS
/* ============================== */

#testimonials {
	float: right;
	position: relative;
	margin-bottom: 20px;
	width: 530px;
	height: 275px;
	font-size: 14px;
	color: #666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#testimonials:before {
	content:"";
	display: block;
	position: absolute;
	left: -500px;
	bottom: -20px;
	width: 450px;
	height: 280px;
	background: url(../img/crop-desk.png) center bottom no-repeat;
	background-size: 100% auto;
}
.testimonial {
	padding: 10px 20px 20px;
}

#testimonials .cycle-pager {
	right: 10px;
	left: auto;
	bottom: 15px;
	margin-left: 0px;
	width: 75px;
}
#testimonials .cycle-pager span {
	width: 10px;
	height: 10px;
	background: #58a0c8;
	border:  none; 
}
#testimonials .cycle-pager span.cycle-pager-active {
	background: #546f87;
}
span#icon-telephone {
	background: url(../img/icon-telephone.png) left 4px no-repeat;
	background-size: 18px auto;
}
span#icon-mail {
	background: url(../img/icon-mail.png) left 0px no-repeat;
	background-size: 20px auto;
}
span#icon-language {
	background: url(../img/icon-language.png) left 0px no-repeat;
	background-size: 20px auto;
}
span#icon-location {
	background: url(../img/icon-location.png) 4px 4px no-repeat;
	background-size: 12px auto;
}
article span {
	display: block;
	margin: 0 0 15px;
	padding: 0 10px 0 30px;
}

/* ============================== */
/* COLUMNS */
/* ============================== */

#sidebar {
	position: relative;
	float: left;
	margin: 55px 0 0;
	padding: 0 0 35px;
	width: 300px;
	height: auto;
	color: #5b6268;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in; 
}
.posi #sidebar {
	margin: 0;
	top: 55px;
	position: fixed;
}
#network,
#management {
	position: relative;
	margin: 0 0 25px;
	padding: 15px 25px;
	width: 300px;
	background: #fcfcfc;
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	border-bottom: 1px #ccc solid;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.1), inset 0px -60px 360px rgba(0,0,0,.05);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.1), inset 0px -60px 360px rgba(0,0,0,.05);
	box-shadow: 0px 2px 5px rgba(0,0,0,.075);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
#sidebar h3 {
	display: block;
	position: relative;
	margin: 0;
	padding: 15px 25px;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #004961;
	letter-spacing: 1px;
	background: #fff url(../img/flag-hk.png) 190px center no-repeat;
	background-size: auto 12px;
	border-bottom: 1px #d3d3d3 solid;
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	border-top: 1px #fff solid;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.1), inset 0px -10px 80px rgba(0,0,0,.01);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,.1), inset 0px -10px 80px rgba(0,0,0,.01);
	box-shadow: 0px 1px 4px rgba(0,0,0,.1), inset 0px -10px 80px rgba(0,0,0,.01);
	z-index: 2;
}
#management {
	margin: 30px 0 0;
	padding: 1px 25px 25px;
	width: 100%;
/*	text-align: center;*/
	background: #eee;
}
.corners {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
.corners:before,
.corners:after {
	content: '';
	display: block;
	position: absolute;
	height: 0px;
}
.corners:before {
	top: 0;
	right: 0;
	border-top: 40px solid #f6f6f6;
	border-left: 45px solid transparent;
}
.corners:after {
	bottom: 0;
	left: 0;
	border-bottom: 40px solid #f6f6f6;
	border-right: 45px solid transparent;
}
p.icon-location {
	background: url(../img/icon-location.png) left 3px no-repeat;
}
p.icon-phone {
	background: url(../img/icon-phone.png) left 3px no-repeat;
}
p.icon-email {
	background: url(../img/icon-email.png) left 3px no-repeat;
}
p.icon-facebook {
	background: url(../img/icon-facebook.png) left 3px no-repeat;
}
p.icon-googleplus {
	background: url(../img/icon-googleplus.png) left 3px no-repeat;
}
p.icon-tripadvisor {
	background: url(../img/icon-tripadvisor.png) left 3px no-repeat;
}
p.icon-location,
p.icon-phone,
p.icon-email,
p.icon-facebook,
p.icon-googleplus,
p.icon-tripadvisor {
	padding: 0 0 0 25px;
	background-size: auto 15px;
}
p.icon-email {
	padding: 0 0 0 25px;
	background-size: auto 12px;
}
	
/* ============================== */
/* FORMS */
/* ============================== */

form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #5b6268;
	text-align: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
form fieldset:first-child {
	margin-top: 0;
}
fieldset {
	margin: 20px 0;
	padding: 20px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
fieldset.alt {
	margin: 20px 0 0;
	padding: 15px 0 25px;
	border-right: none;
	border-left: none;
}
legend {
	padding: 0 15px;
	font-family: "Proxima Nova", proxima-nova, arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	color: #64737c;
	letter-spacing: 4px;
	text-transform: uppercase;
}
form .right {
	margin: 0;
	padding: 0;
	width: 48%;
	text-align: left;
	border: none;
	}
.field {
	position: relative;
	margin: 0;
	overflow: hidden;
	}
.field:blur {
	background: #FCC;
	}
label {
	display: block;
	margin: 0 0 8px;
	}
input, select, textarea {
	display: block;
	position: relative;
	margin: 0 0 15px;
	color: #333;
	width: 100%;
	background: #fff;
	border-top: 1px solid #aaa;
	border-left: 1px #d9d9d9 solid;
	border-right: 1px #d9d9d9 solid;
	border-bottom: 1px #d9d9d9 solid;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	-moz-box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	}
input {
	margin: 0 0 15px 1px;
	padding: 10px 10px 9px;
	width: 99%;
	height: 30px;
	color: #656565;
	line-height: 1;
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
.valley {
/*	display: none;*/
}
input#validate {
	margin-bottom: 15px;
}
input, select {
	display: block;
	}
select {
	margin-left: 1px;
	padding-left: 15px;
	width: 260px;
	height: 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	}
select#daydropdown, select#monthdropdown, select#yeardropdown {
	float: left;
	margin-right: 5px;
	width: 75px;
	}
input:active, input:focus, textarea:active, textarea:focus {
	}
textarea {
	display: block;
	margin-left: 1px;
	padding: 10px;
	width: 96%;
	height: 200px;
	border-top: 1px solid #aaa;
	border-left: 1px #d9d9d9 solid;
	border-right: 1px #d9d9d9 solid;
	border-bottom: 1px #d9d9d9 solid;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	-moz-box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	box-shadow: 0 4px 12px rgba(0,0,0,0.035) inset;
	}
	
label.radio {
	height: auto;
	clear: both;
}
label.radio span {
	display: block;
	float: right;
	width: 540px;
	line-height: 18px;
}
input[type="radio"] {
	display: block;
	float: left;
	width: 19px;
	height: 14px;
    color:#f2f2f2;
}


input[type="radio"]:checked + label span {
    background:url(check_radio_sheet.png) -57px top no-repeat;
}

.checkbox {
	display: block;
	margin: 0 0 15px;
	float: left;
	width: 215px;
	height: auto;
	overflow: hidden;
	}
.checkbox label {
	display: block;
	float: left;
	margin: 4px 25px 0 5px;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	}
.checkbox label input {
	margin-top: 3px;
  }
input[type="checkbox"] {
	float: left;
	}
.checkbox input {
display: inline;
width: 18px;
height: 18px;
margin: 1px 5px 30px 0;
padding: 0;
vertical-align: bottom;
position: relative;
top: -1px;
overflow: hidden;
}
input[type="checkbox"] {
float: left;
}
input, select {
display: block;
}

.radio-wrap input,
#quote .radio-wrap input {
	margin: 0 5px 0 0;
	height: 14px;
	line-height: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.radio-wrap label,
#quote .radio-wrap label {
	line-height: 14px;
}
input[type="submit"] {
	display: block;
	position: relative;
	margin: 15px 0;
	padding: 0 20px;
	width: 220px;
	height: 48px;
	font-family: "futura-pt", "Futura LT", "Proxima Nova", proxima-nova, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 48px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	text-transform: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	background: #e64134;
	border: 1px #952e25 solid;
	border-bottom: 1px #000 solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 2px 5px rgba(0,0,0,.25), inset 0px -20px 20px rgba(0,0,0,.1);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in; 
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
	background: #e92d2d;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
}

/* ============================== */
/* TABLES  */
/* ============================== */

#stamp {
	display: block;
	position: absolute;
	top: 83px;
	left: 4px;
	width: 644px;
	height: 364px;
	background: #e9685e;
	z-index: 2;
}
table {
	margin: 15px 2px 20px;
	width: inherit;
	color: #5b6268;
	line-height: 2;
	border-spacing: 10px;
}
table img {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: auto;
}
.ui-datepicker th {
	padding: 5px;
	font:  bold 14px/18px Arial, Helvetica, sans-serif;
}
th {
	padding: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	letter-spacing: 0;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
	text-transform: none;
	background: #fcfcfc;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	vertical-align: middle;
}
th:nth-child(2) {
}
tbody {
	width: auto;
}
tr {
	width: 100%;
}
td {
	margin: 0;
	padding: 10px 20px;
	height: auto;
	vertical-align: middle;
	text-align: left;
	height: 120px;
/*	background: #fff;
	-webkit-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 3px 4px rgba(0,0,0,.25), inset 0px 20px 20px rgba(0,0,0,.1);
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
table.red {
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #ddd;
	background: #445467;
	border-spacing: 1px;
}
table.red td {
	padding: 15px 35px 20px;
/*	border-left: 1px #ccc solid;
	border-right: 1px #fff solid;*/
/*	-webkit-box-shadow: 0px -48px 120px rgba(0,0,0,.025) inset;
	-moz-box-shadow: 0px -48px 120px rgba(0,0,0,.025) inset;
	box-shadow: 0px -48px 120px rgba(0,0,0,.025) inset;*/
}
.partners table {
	border-spacing: 20px;
}
.partners td {
	padding: 15px 0;
	height: 150px;
	background: #efefef;
}
.partners td a {
	display: block;
	text-align: center;
}
.partners td img {
	width: 125px;
}

#navicon,
#phonelink,
.mobile,
#site-navigation li.mobile {
	display: none;
}


/* ============================== */
/* MOBILE  */
/* ============================== */

@media only screen and (max-width: 1024px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		min-width: inherit;
		overflow-x: hidden;
	}
	#header,
	#site-navigation,
	#site-navigation .menu,
	#slideshow,
	#wrap,
	#footer-wrap .copyright {
		width: 100%;
	}
	h1#logo {
		left: 15px;
	}
	a#linkedin {
		right: 15px;
	}
	a#googleplus {
		right: 50px;
	}
	a#facebook {
		right: 85px;
	}
	.home #art {
		height: 360px;
		background: #567087;
		background-size: auto 100%;
	}
	#slideshow {
		height: 100%;
	}
	.slide img {
		height: 100%;
		left: 10px;
	}
	.cycle-overlay h1,
	.cycle-overlay p {
		margin-left: 420px;
		margin-right: 15px;
		width: auto;
	}
	.cycle-overlay a.et_pb_more_button {
		margin-left: 420px;
	}
	.cycle-overlay h1 {
		margin-top: 50px;
		font-size: 36px;
	}
	.badges.dark a {
		margin: 10px 15px 0;
		height: 24px;
	}
	#sidebar,
	.posi #sidebar {
		position: relative;
		top: auto;
		margin: 55px 0 0;
	}
	.block-left {
		float: left;
		margin: 40px 0 0 30px;
		width: 480px;
	}
	#footer-wrap .copyright {
		padding-right: 15px;
		padding-left: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
}
@media only screen and (max-width: 980px) {
	.section {
		padding: 15px 0;
	}
	.content {
		padding: 15px;
		width: auto;
	}
	.column,
	.column.left,
	.column.padded,
	.column.right,
	.section figure.right,
	.section figure.left,
	.section figure,
	figure.crop-servers01.right {
		display: block;
		position: relative;
		float: none;
		left: auto;
		bottom: auto;
		right: auto;
		width: auto;
		height: auto;
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	figure.crop-servers01.right,
	figure.crop-phone {
		margin: 20px 0 0;
		height: 130px;
		background-size: auto 100%;
	}
	figure.crop-woman02 {
		display: none;
	}
	#cube-wrap {
		margin: 30px 0 15px;
		width: 100%;
		height: 720px;
	}
	#story-slideshow {
		position: relative;
		margin: -50px auto 0;
		width: 360px;
		text-align: center;
	}
	#story-slideshow .btn {
		display: none;
	}
	#slide-triggers {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin: 30px auto 0;
		width: 100%;
		text-align: center;
	}
	#slide-triggers a {
		display: inline-block;
		position: relative;
		float: none;
		margin: 0 10px;
		text-align: center;
	}
	h2 {
		font-size: 24px;
	}
	table {
		table-layout:fixed;
		margin: 15px auto;
		width:100%;
		font-size: 14px;
		line-height: 1.5;
		overflow: hidden;
	}
	.partners table {
		border-spacing: 5px;
	}
	.partners td img {
		width: 90px;
	}
}
@media only screen and (max-width: 960px) {
	#site-navigation li#home {
		display: none;
	}
	#site-navigation li#slant {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		height: 40px;
		background: url(../img/bg-nav.png) left bottom no-repeat;
	}
	#site-navigation a,
	#site-navigation li#slant a, 
	#site-navigation li#slant a:first-child:hover {
		padding: 0 20px;
		color: #15465c;
	}
	#slant:before {
		display: none;
	}
	.posi #site-navigation li#home {
		display: none;
	}
	#cube-wrap img {
		display: none;
	}
	.hero {
		display: none;
	}
	.cube33.blue,
	.cube33.black {
		height: 100%;
		font-size: 18px;
	}
}
@media only screen and (max-width: 800px) {
	.block-left {
		width: 380px;
	}
}
@media only screen and (max-width: 768px) {
	#cube-wrap {
		height: auto;
	}
	.cube.long,
	.cube33.blue,
	.cube33.black {
		float: none;
		padding: 20px 0;
		width: 100%;
		height: auto;
		font-size: 15px;
	}
	#us, #pi, #ka, #hk {
		display: block;
		margin-left: 15px;
		text-align: left;
	}
}
@media only screen and (max-width: 736px) {
	.hide {
		display: none !important;	
	}
	#site-navigation,
	#site-navigation li#home,
	#no-template-pager,
	a#motto,
	#strips,
	.sidebar,
	#footer-wrap img {
		display: none;
		overflow: hidden;
	}
	#site-navigation .left,
	#site-navigation .right,
	.block-left-wrap,
	.main,
	article,
	iframe,
	#footer-wrap, 
	footer,
	#footer-wrap .copyright,
	.footer-address {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
		max-width: inherit;
		min-width: inherit;
		height: auto;
		border: none;
	}
	#pre {
		display: none;
	}
	#header-wrap {
		position: relative;
		height: 60px;
		border-bottom: 1px #666 solid;
		-webkit-box-shadow: 0 1px 15px rgba(0,0,0,.35);
		-moz-box-shadow: 0 1px 15px rgba(0,0,0,.35);
		box-shadow: 0 1px 15px rgba(0,0,0,.35);
	}
	#header {
		position: relative;
		width: auto;
		height: 100%;
		border: none;
		border-bottom: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	h1#logo {
		position: absolute;
		top: 0;
		left: 15px;
		margin: 0;
		width: 40px;
		height: 60px;
		background: url(../img/icon-logo.png) center no-repeat;
		background-size: 100% auto;
		z-index: 2;
		}
	h1#logo a {
		width: 100%;
		height: 100%;
		background: none;
		left: 50px;
		line-height: 68px;
		font-size: 24px;
		/* display: none; */
	}
	h1#logo:after {
		display: none;
	}
	a#facebook, 
	a#googleplus, 
	a#yelp, 
	a#twitter, 
	a#tripadviser,
	a#linkedin {
		right: auto;
		left: 190px;
		width: 21px;
		height: 21px;
		background-size: 100%;
	}
	a#googleplus {
		left: 220px;
	}
	a#facebook {
		left: 250px;
	}
	#navicon,
	a#phonelink,
	a#phonelink:hover {
		display: block;
		position: absolute;
		top: 15px;
		left: auto;
		right: 15px;
		bottom: 0;
		margin: 0;
		padding: 0;
		width:30px;
		height: 30px;
		font-size: 15px;
		font-style: normal;
		font-weight:600;
		color: #ddca93;
		line-height: 32px;
		text-shadow: none;
		text-align: left;
		text-indent: -9999px;
		text-decoration: none;
		background: url(../img/icon-navicon.png) center no-repeat;
		background-size: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	a#phonelink,
	a#phonelink:hover {
		display: none;
		position: absolute;
		left: auto;
		right: 15px;
		border-right: 0;
		background: url(../img/icon-phonelink.png) center no-repeat;
		background-size: auto 100%;
	}
	#phonelink:before {
		display: none;
	}
	#site-navigation {
		position: absolute;
		top: 60px;
		margin: 0 auto;
		width: 100%;
		height: auto;
		background: #426778;
		z-index: 1;
	}
	#site-navigation ul.menu {
		padding: 0;
		width: 100%;
	}
	#site-navigation .sub-menu {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		margin: 0;
		width: 100%;
		height: auto;
		background: rgba(0,0,0,.1);
		-webkit-box-shadow: inset 0px 12px 36px rgba(0,0,0,.05);
		-moz-box-shadow: inset 0px 12px 36px rgba(0,0,0,.05);
		box-shadow: inset 0px 12px 36px rgba(0,0,0,.05);
	}
	#site-navigation li,
	#site-navigation li:nth-child(4),
	#site-navigation .sub-menu li,
	#site-navigation .sub-menu li:first-child,
	#site-navigation li#slant {
		display: block;
		float: none;
		margin: 0;
		height: auto;
		line-height: 1;
		text-align: center;
		background: none;
		border-bottom: none;
		border-top: none;
	}
	#site-navigation .left li:nth-child(2) a {
		padding-top: 35px !important;
	}
	#site-navigation li:nth-child(2) {
		border-top: none;
	}

	#site-navigation a,
	#site-navigation a:hover,
	#site-navigation .sub-menu a, 
	#site-navigation .sub-menu a:hover,
	#site-navigation .sub-menu li:first-child a,
	#site-navigation li#slant a {
		padding: 20px 0 !important;
		color: #fff;
		font-size: 13px;
		text-align: center !important;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-bottom: 1px rgba(0,0,0,.25) solid;
		border-top: 1px rgba(255,255,255,.1) solid;
	}
	#wrap {
		margin: 0;
		padding: 0;
		width: auto;
	}
	#art,
	.home #art {
		height: 330px;
	}
	.cycle-overlay h1,
	.cycle-overlay p {
		margin-left: 360px;
	}
	.cycle-overlay a.et_pb_more_button {
		margin-left: 360px;
	}
	.cycle-overlay h1 {
		margin-top: 50px;
		font-size: 36px;
	}
	.cycle-pager {
		bottom: 15px;
	}
	#next {
		right: 30px;
	}
	#prev {
		left: 30px;
	}
	.block-left {
		float: left;
		margin: 15px 0 0 20px;
		width: 560px;
		min-height: inherit;
	}
	#sidebar,
	.posi #sidebar {
		float: none;
		margin: 15px auto;
		padding: 0;
	}
	.block-left {
		float: none;
		margin: 15px auto;
		width: auto;
	}
	#testimonials:before {
		left: -470px;
	}
	h2 {
		font-size: 21px;
		text-align: center;
	}
	h3 {
		line-height: 1.3 !important;
	}
	h3 img {
		display: none;
	}
	a#btn-contact {
		display: none;
	}
	iframe {
		display: block;
		margin: 0 auto 15px;
		width: 640px;
		height: 360px;
	}
	iframe.left,
	iframe.right {
		float: none;
	}
	#youtube,
	#youtube img {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
	}
	.fancybox {
		margin: 0;
		padding: 10px;
		width: 33.33%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	.fancybox img {
		width: 100%;
		height: 120px;
	}
	#footer-wrap {
		padding: 20px 0;
		min-width: inherit;
		height: auto;
	}
	footer {
		height: 100%;
		background: none;
	}
	#footer-wrap .copyright,
	#footer-wrap .housekeeping,
	#footer-wrap .address,
	#footer-wrap .cr,
	#footer-wrap .cell,
	a#logo-footer {
		display: block;
		position: relative;
		left: auto;
		float: none;
		margin: 10px auto;
		width: auto;
		height: auto;
		line-height: 1.4;
		text-align: center;
	}
	a#logo-footer {
		position: relative;
		top: auto;
		right: auto;
		margin: 0;
		width: 100%;
		height: 30px;
		background: url(../img/identiphy.png) center no-repeat;
		background-size: auto 30px;
	}	
	a#umw {
		position: relative;
		margin: 15px auto;
		width: 240px;
		top: auto;
		right: auto;
		background-position: center;
	}
}
@media only screen and (max-width: 667px) {
	#art, 
	.home #art {
		height: 270px;
	}
	.cycle-overlay h1,
	.cycle-overlay p {
		margin-left: 320px;
		font-size: 13px;
	}
	.cycle-overlay p {
		line-height: 1.4;
	}
	.cycle-overlay a.et_pb_more_button {
		margin-left: 320px;
	}
	.cycle-overlay h1 {
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 0;
	}
	.badges.dark a {
		margin: 10px 10px 0;
		height: 21px;
	}
	#map-wrap .content {
		padding: 0;
	}
	#map,
	#map .table-cell {
		width: 100%;
		height: 320px;
	}
	h1#counter {
		margin: auto;
		font-size: 48px;
		text-align: center;
	}
	#map-wrap p {
		margin: 15px 30px;
		width: auto;
	}
	#testimonials {
		width: auto;
	}
	#testimonials:before {
		display: none;
	}
	#story-slideshow {
		width: 290px;
	}
	#slide-triggers a {
		margin: 0 5px;
		padding: 10px 15px;
		font-size: 11px;
	}
	table.red td {
		display: block;
		width: 100%;
		height: auto;
	}
	iframe {
		height: 358px;
	}
	img.alignright,
	img.alignleft {
		max-width: 50%;
	}
	
	h4 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
	#art, 
	.home #art {
		height: 280px;
	}
	iframe {
		height: 303px;
	}
	ul.checklist li {
		float: none;
		width: 100%;
	}
	.field,
	.field.left,
	.field.right,
	.checkbox {
		float: none;
		width: auto;
	}
	.badges a {
		margin: 10px 5px;
		font-size: 10px;
	}
	.dark .badges img {
		height: 21px;
	}
	.partners td {
		padding: 0;
		height: 110px;
	}
}
@media only screen and (max-width: 515px) {
	#art,
	.home #art {
		height: 230px;
	}
	.slide img {
		left: 5px;
	}
	.cycle-overlay h1,
	.cycle-overlay p {
		margin-left: 250px;
		font-size: 13px;
	}
	.cycle-overlay p {
		line-height: 1.4;
	}
	.cycle-overlay a.et_pb_more_button {
		display: none;
	}
	.cycle-overlay h1 {
		font-size: 21px;
	}
	.partners td {
		padding: 10px 0;
		height: auto;
	}
	.partners table {
		border-spacing: 5px;
	}
	.partners td img {
		width: 48px;
	}
}
@media only screen and (max-width: 480px) {
	textarea {
		width: 100%;
		height: 200px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
	#testimonials-wrap {
		height: 520px;
	}	
	#testimonials-wrap .cycle-pager {
		display: block;
		bottom: 20px;
		left: 50%;
		margin-left: -50px;
	}
	.strip,
	.strip:hover {
		padding: 20px;
		background: #579441;
	}
}
@media only screen and (max-width: 414px) {
	#art,
	.home #art {
		height: 170px;
	}
	#art .cycle-pager {
		display: none;
	}
	.cycle-overlay h1,
	.cycle-overlay p {
		margin-left: 190px;
		font-size: 12px;
	}
	.cycle-overlay p {
		line-height: 1.3;
	}
	.cycle-overlay h1 {
		margin-top: 20px;
		font-size: 18px;
	}
	#slide-triggers a {
		margin: 0 3px;
		padding: 5px;
		font-size: 9px;
	}
	iframe {
		height: 211px;
	}
	form {
		padding: 0;
	}
	.fancybox img {
		height: 72px;
	}
	.badges a {
		margin: 10px 15px;
		font-size: 10px;
	}
	.badges.dark {
		padding: 15px 0;
	}
	.dark .badges img {
		height: 30px;
	}
}
@media only screen and (max-width: 375px) {
	h1#logo {
		left: 10px;
		width: 120px;
	}
	a#linkedin {
		left: 150px;
	}
	a#googleplus {
		left: 180px;
	}
	a#facebook {
		left: 210px;
	}
	#navicon {
		top: 23px;
		width: 21px;
		height: 21px;
	}
	.input-wrap {
		padding: 0;
		width: auto;
	}
	input[type="submit"] {
		width: 100%;	
	}
	textarea {
		width: 100%;
		height: 120px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
	}
}
@media only screen and (max-width: 360px) {
	.cycle-overlay p {
		display: none;
	}
	.cycle-overlay h1 {
		margin-top: 40px;
	}
	.cycle-overlay a.et_pb_more_button {
		display: inline-block;
		padding: 5px 20px;
		margin-left: 190px;
		font-size: 10px;
	}
	a.et_pb_more_button:after {
		display: none;
	}
	img.alignleft,
	img.alignright {
		float: none;
		margin: 15px auto;
		width: 100%;
		max-width: none;
	}
	table h4 {
		font-size: 14px;
	}
	table p {
		font-size: 9px;
	}
	iframe {
		height: 186px;
	}
	#testimonials {
		height: 300px;
	}
	#us, #pi, #ka, #hk {
		font-size: 12px;
	}
}
@media only screen and (max-width: 320px) {
 	#art,
	.home #art {

	}
	#map-wrap {
		display: none;
	}
	#sidebar {
		width: auto;
	}
	#sidebar h3 {
		background: #fff url(../img/flags.png) 170px center no-repeat;
		background-size: auto 10px;
	}
	#network {
		width: auto;
	}
	iframe {
		height: 163px;
	}
}