/*-- COLORS:  Dark Blue: #273344       Light Blue: #36C0EE --*/

/*----- Reset & Common -----*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article,aside,canvas,figure,figure img,figcaption,hgroup,footer,header,nav,section,audio,video {
	display:block;
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	height: 100%;
}

ol, ul {
	list-style: none;
}

:focus {
	outline:0;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 	border : 0;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #36C0EE;
	color: #FFF;
}

::-moz-selection {
	background: #36C0EE;
	color: #FFF;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

img {
    max-width: 100%;
	border: none;
	outline: 0;
	-ms-interpolation-mode: bicubic; 
}

.safari5 * {
  	-webkit-transform: none !important;
  	-webkit-transition: none !important;
}

*, *:after, *:before {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-transition: opacity 1s ease;
	text-rendering: optimizeLegibility;
	letter-spacing: 0.4px;
	color: #222;
	font: 400 15px/28px "Open Sans", sans-serif;
	background: #FFF url(images/planes.jpg) no-repeat fixed;
	height: 100%;
	position: relative;
}

p {
	padding-bottom: 20px;
}

.overflow {
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
}

a {
  	color: #00A7F7;
  	text-decoration: none;
  	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	outline: none;
}

a:hover {
	color: #273344;
}

img {
  max-width: 100%;
}

.thumb {
	float: left;
	margin-right: 30px;
}

h1 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 1px;
	line-height: 36px;
	color: #36C0EE;
}

h1 span {
	font-size: 36px;
	color: #36C0EE;
	position: relative;
	top: 3px;
	font-weight: 300;
}

h2 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 42px;
	color: #777;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 30px;
	text-align: center;
	color: #36C0EE;
}

h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #777;
	margin-bottom: 15px;
}

.highlight {
	background: #36C0EE;
	color: #FFF;
	padding: 2px 5px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	border-radius: 1px;
}

.blue {
	color: #36C0EE;
}

.center {
	text-align: center;
}

.caption {
	font-size: 13px;
	text-align: center;
	font-weight: 700;
	color: #273344;
}

ul.list {
	padding-bottom: 20px;
}

ul.list li {
	margin-bottom: 4px;
}

ul.portal li {
	text-align: left!important;
}

.logo {
	margin-bottom: 60px;
}

.logo img {
	height: 47px;
	width: 263px;
}

.phone {
	color: #FFF;
	font-size: 16px;
	text-align: left;
	letter-spacing: 4px;
	padding-left: 15px;
	margin-bottom: 40px;
}

/*----- Layout -----*/

.wrapper {
	margin: 0;
	padding: 0;
	float: right;
	width: 75%;
}

.stripe {
	background-color: rgba(238, 238, 238, 0.3);
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 40px;
	overflow: hidden;
}

.container:after {
  	content: "";
  	display: table;
  	clear: both;
}

.content-block {
	/*display: inline-block;*/
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

#home {
	padding-top: 120px;
}

.content-block-home {
	display: inline-block;
	clear: both;
	padding-top: 40px;
	padding-bottom: 60px;
}

.contentleft {
	float: left;
	width: 45%;
}

.contentright {
	float: right;
	width: 45%;
}

figure {
	float: left;
	text-align: center;
	width: 32%;
	margin: 40px 1.33% 40px 0;
	padding: 20px;
	border: 1px solid #DDD;
}

figure.last {
	margin-right: 0;
}

figure a {
	color: #222;
	padding: 8px 20px;
	border: 1px solid transparent;
	border-radius: 2px;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	background: #FFF;
}

figure a:hover {
	color: #36C0EE;
	border: 1px solid #36c0ee;
}

figcaption {
	font-size: 18px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

figure .icon {
	font-size: 32px;
	line-height: 64px;
	margin-bottom: 10px;
	color: #36C0EE;
}

.sixth {
	width: 16.66%;
	padding: 20px;
	float: left;
	text-align: center;
}

.col {
	float: left;
	width: 32%;
	margin-right: 1.33%;
}

.col.last {
	margin-right: 0;
}

.col4 {
	width: 24%;
	margin-right: 1.33%;
	float: left;
}

.col4:last-child {
	margin-right: 0;
}

/*----- Main Menu -----*/

#sidebar {
	width: 25%;
	height: 100%;
	float: left;
	background: #273344 url(images/sidebar.jpg) no-repeat center bottom;
	position: fixed;
	text-align: center;
	padding: 60px 40px 40px;
}

#sidebar .popup a {
	display: inline;
	color: #FFF;
	float: left;
	padding: 8px 14px;
	border-radius: 100%;
	margin-left: 25px;
	background: #36C0EE;
}

#sidebar .popup a:hover {
	background: #FFF;
	color: #36C0EE;
}

#translate {
	margin-top: -20px;
	display: block;
	padding-bottom: 30px;
}

.menu {
  	position: relative;
  	z-index: 3;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

.menu ul {
  	/* mobile first - secondary navigation hidden by default, triggered by tap/click on .menu-trigger*/
  	position: fixed;
  	width: 90%;
  	max-width: 400px;
  	right: 5%;
  	bottom: 20px;
  	border-radius: 0.25em;
  	background: rgba(26, 34, 45, 0.9);
  	visibility: hidden;
  	z-index: 1;
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  	-webkit-transform: scale(0);
  	-moz-transform: scale(0);
  	-ms-transform: scale(0);
  	-o-transform: scale(0);
  	transform: scale(0);
  	-webkit-transform-origin: 100% 100%;
  	-moz-transform-origin: 100% 100%;
  	-ms-transform-origin: 100% 100%;
  	-o-transform-origin: 100% 100%;
  	transform-origin: 100% 100%;
  	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  	-moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  	transition: transform 0.3s, visibility 0s 0.3s;
}

.menu ul.is-visible {
  	visibility: visible;
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-ms-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
  	-webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  	-moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  	transition: transform 0.3s, visibility 0s 0s;
}

.menu li a {
	color: #FFF;
	line-height: 40px;
}

.menu li a:hover {
	color: #36C0EE;
}

.menu li:last-child a {
	margin-bottom: 0;
}





@media only screen and (min-width: 1200px) {
  
.menu {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	position: relative;
}

.menu ul, .menu li, .menu a {
    height: 100%;
}

.menu ul {
    position: static;
    width: auto;
    max-width: 100%;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    background-color: transparent;
}

.menu li {
    display: block;
	float: left;
	width: 100%;
}

.menu li a {
	position: relative;
	text-align: left;
	display: inline-block;
	border-bottom: none;
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	transition: padding 0.2s;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 4px;
	line-height: normal;
	width: 100%;
	padding: 15px 15px;
}

.menu li a:hover {
	color: #36C0EE;
}

.menu li:last-child a {
  	margin-bottom: 40px;
}

}

.menu-trigger {
  	position: fixed;
  	bottom: 20px;
  	right: 5%;
  	width: 44px;
  	height: 44px;
	background: #36C0EE;
  	border-radius: 2px;
  	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	z-index: 2;
}

.menu-trigger span {
	/* the span element is used to create the menu icon */
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFF;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}

.menu-trigger span::before, .menu-trigger span::after {
  	content: '';
  	position: absolute;
  	background: inherit;
  	width: 100%;
  	height: 100%;
  	border-radius: 50%;
}

.menu-trigger span::before {
  	right: -10px;
  	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);
}

.menu-trigger span::after {
  	left: -10px;
  	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);
}

.menu-trigger.menu-is-open {
  	background: transparent;
}

.menu-trigger.menu-is-open span {
  	background: rgba(240, 238, 225, 0);
  	width: 20px;
  	height: 2px;
}

.menu-trigger.menu-is-open span::before, .menu-trigger.menu-is-open span::after {
  	background: #f0eee1;
  	width: 100%;
  	height: 100%;
  	border-radius: 0;
  	top: 0;
  	left: 0;
}

.menu-trigger.menu-is-open span::before {
  	-webkit-transform: rotate(135deg);
  	-moz-transform: rotate(135deg);
  	-ms-transform: rotate(135deg);
  	-o-transform: rotate(135deg);
  	transform: rotate(135deg);
}

.menu-trigger.menu-is-open span::after {
  	-webkit-transform: rotate(225deg);
  	-moz-transform: rotate(225deg);
  	-ms-transform: rotate(225deg);
  	-o-transform: rotate(225deg);
  	transform: rotate(225deg);
}

@media only screen and (min-width: 1200px) {
  
.menu-trigger {
    display: none;
}

}

/*----- Contact Form -----*/

.contactform {
	display: block;
}

.contactform fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.contactform label {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.contactform input, .contactform textarea {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 2px;
	margin: 0 0 20px;
	width: 100%;
	padding: 10px;
	border: 1px solid #DDD;
	font: 400 14px "Open Sans", sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	color: #222;
}

.contactform input.submit {
	margin: 14px 0 20px;
	cursor: pointer;
	color: #FFF;
	background: #36C0EE;
	background: -webkit-linear-gradient(top, #36C0EE 0%,#36C0EE 100%);
	text-transform: uppercase;
	letter-spacing: 4px;
	border: none;
	font-size: 13px;
	line-height: 120%;
	font-weight: 700;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	padding: 13px 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	border-radius: 2px;
	text-align: center;
	width: 300px;
}

.contactform input.submit:hover {
	color: #FFF;
	background: #273344;
	background: -webkit-linear-gradient(top, #273344 0%,#273344 100%);
	border: none;
	-webkit-appearance: none;
}

/*----- Progress Bars -----*/

.dzs-progress-bar {
	position: relative;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 1s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 1s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-o-transition-property: opacity;
	-o-transition-duration: 1s;
	-ms-transition-property: opacity;
	-ms-transition-duration: 1s;
	-ms-transition-timing-function: ease-out-quart;
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
  
.dzs-progress-bar * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

.dzs-progress-bar div.progress-bars-item {
    width: 0%;
    height: 50px; 
}

.dzs-progress-bar div.progress-bars-item--text {
    line-height: 1.1; 
}

.dzs-progress-bar.started {
  	opacity: 1; 
}

.padding5 {
  	padding: 3px; 
 }

.small-arrow-bot:after {
  	content: "";
  	width: 0;
  	height: 0;
  	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	border-top: 5px solid #111;
  	position: absolute;
  	top: 100%;
  	margin-left: -3px;
  	left: 50%; 
}


@media only screen and (max-width: 1200px){
	
body {
	background: url(none);
	font-size: 14px;
}
	
#home {
	padding-top: 40px;
}
	
#sidebar {
	width: 100%;
	height: 140px;
	float: none;
	position: relative;
	padding-top: 30px;
	background: #273344 url(none);
}

#sidebar .popup a {
	display: none;
}

.wrapper {
	float: none;
	width: 100%;
}

.logo {
	margin-bottom: 5px;
}

.phone {
	text-align: center;
	padding-left: 0;
}



h1 {
	text-align: center;
}

h1 span {
	display: none;
}

.menu li a span {
	display: none;
}

.container {
	width: 100%;
}

figure {
	float: none;
	width: 100%;
	margin: 20px 0% 20px 0;
}

.contentleft {
	float: none;
	width: 100%;
}

.contentright {
	float: none;
	width: 100%;
}

.sixth {
	width: 50%;
	padding: 20px;
}

.col {
	float: none;
	width: 100%;
	margin-right: 0;
}

.col4 {
	width: 50%;
	margin-right: 0;
	float: left;
}

.content-block-home {
	display: inline-block;
	clear: both;
	padding-top: 40px;
	padding-bottom: 60px;
	width:100%;
	text-align: center;
}

}

.success {
	margin:30px;
	padding:10px;
	text-align:center;
	background-color:#d7f2fc;
	color:#36c0ee;
	font-weight:bold;
	font-size:1.2em;
}

.success a {
	color:#222;
}

label.error {
	color:#cc0033;
	letter-spacing:0;
	font-weight:bold;
	text-transform:none;
	margin:-24px auto 0 ;
	text-align:center;
}

input.error, textarea.error {
	border:1px solid #cc0033;
}
.subject {
	display:none;
}
