/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon_9p4j4u.eot");
	src: url("../fonts/icomoon/icomoon_9p4j4u.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon_9p4j4u.ttf") format("truetype"), url("../fonts/icomoon/icomoon_9p4j4u.woff") format("woff"), url("../fonts/icomoon/icomoon_9p4j4u-icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: "\e900";
}

.icon-arrow-left:before {
	content: "\e901";
}

.icon-home:before {
	content: "\e902";
}

.icon-arrow:before {
	content: "\e903";
}

.icon-play:before {
	content: "\e904";
}

.icon-cross:before {
	content: "\e905";
}

.icon-cloud1:before {
	content: "\e906";
}

.icon-cloud-2:before {
	content: "\e907";
}

.icon-cloud-3:before {
	content: "\e908";
}

.icon-wave:before {
	content: "\e909";
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham/GothamLight.eot");
	src: url("../fonts/Gotham/GothamLight.woff") format("woff"), url("../fonts/Gotham/GothamLight.ttf") format("truetype");
	font-weight: 300;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham/gothambook-webfont.woff") format("woff2"), url("../fonts/Gotham/gothambook-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham/gothambold1.eot");
	src: url("../fonts/Gotham/gothambold1.woff") format("woff"), url("../fonts/Gotham/gothambold1.ttf") format("truetype");
	font-weight: 700;
}

.info-list,
.ordered-list,
.info-note,
.nav,
#nav,
.video-gallery .pagination,
.partner-block .partner-list,
.lightbox .item-list,
.pin-list,
.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
#header:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #1f384a;
	background: #fff;
	font: 14px/1.471 "Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #1067a6;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #ececec;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ececec;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #ececec;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ececec;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #ececec;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #ececec;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body.nav-active {
	overflow: hidden;
}

.resize-active * {
	-webkit-transition-duration: 0 !important;
	transition-duration: 0 !important;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.menu-push {
	-webkit-transition: margin .25s linear;
	transition: margin .25s linear;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.background {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #1067a6;
	margin: 0 0 20px;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #1067a6;
	margin: 0 0 10px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #1f384a;
	margin: 0 0 10px;
}

p {
	margin: 0 0 20px;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, border .3s ease-in-out;
}

video {
	width: 100%;
	height: auto;
}

.sub-heading {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #1f384a;
	display: block;
	text-transform: uppercase;
	margin: 0 0 9px;
	letter-spacing: 1px;
}

.divider,
.promo-block .title,
.thumb h2,
.video-gallery .caption .title {
	position: relative;
	padding-bottom: 11px;
}

.divider:before,
.promo-block .title:before,
.thumb h2:before,
.video-gallery .caption .title:before {
	width: 100px;
	height: 4px;
	content: "";
	background: #1067a6 -webkit-linear-gradient(left, #0f67a6 0%, #0f67a6 18%, #26bcf1 18%, #23b0e6 39%, #e62d66 39%, #e62864 59%, #f69d4d 59%, #f69d4d 81%, #98d1cb 81%, #98d1cb 100%);
	background: #1067a6 linear-gradient(to right, #0f67a6 0%, #0f67a6 18%, #26bcf1 18%, #23b0e6 39%, #e62d66 39%, #e62864 59%, #f69d4d 59%, #f69d4d 81%, #98d1cb 81%, #98d1cb 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.info-list li {
	padding-left: 20px;
	position: relative;
	margin: 0 0 5px;
}

.info-list li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #1067a6;
	position: absolute;
	top: 7px;
	left: 0;
}

.ordered-list {
	counter-reset: section;
}

.ordered-list li {
	padding-left: 20px;
	position: relative;
	margin: 0 0 5px;
}

.ordered-list li:before {
	counter-increment: section;
	content: "" counter(section) ". ";
	position: absolute;
	top: 0;
	left: 0;
	color: #1067a6;
	font-weight: 700;
}

.info-note {
	font-size: 12px;
	line-height: 15px;
	counter-reset: section;
}

.info-note li:before {
	counter-increment: section;
	content: counter(section) ".) ";
}

.visual {
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
}

.visual.map-block {
	position: relative;
	background: #cdebf6;
	background: -webkit-linear-gradient(top, #cdebf6 0%, #c1deea 100%);
	background: linear-gradient(to bottom, #cdebf6 0%, #c1deea 100%);
	min-height: 480px;
}

.visual.map-block .fly-map {
	position: absolute;
	left: 0;
	max-width: 100%;
	height: auto;
	max-width: none;
	bottom: 5%;
}

.visual.map-block .fly-map img {
	max-width: none;
	height: auto;
	width: 100%;
}

#header {
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 40px;
	position: relative;
	z-index: 999;
}

#header .logo {
	width: 150px;
}

.nav li a {
	color: #1f384a;
}

.lang-option {
	margin: 0 0 30px;
	font-weight: 300;
}

.lang-option li {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}

.lang-option li.rtl {
	direction: rtl;
}

.lang-option li .hidden {
	width: 0;
	height: 0;
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	vertical-align: top;
}

.lang-option li a:hover {
	color: #1067a6;
}

#nav {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0px;
}

.nav-opener {
	width: 25px;
	height: 17px;
	position: absolute;
	top: 21px;
	right: 0;
	z-index: 3;
}

.nav-opener:hover {
	opacity: .6;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #1067a6;
	position: absolute;
	top: 7px;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.promo-block {
	background: rgba(16, 103, 166, .75);
	color: #fff;
	padding: 20px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.promo-block .title {
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	display: block;
	padding-bottom: 20px;
	margin: 0 0 20px;
}

.promo-block .title:before {
	width: 272px;
	height: 8px;
}

.promo-block .txt {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.visual {
	min-height: 400px;
}

.section-plan {
	padding: 30px 0 0;
}

.thumb {
	letter-spacing: 0;
	color: #fff;
	display: block;
	margin: 0 0 15px;
	line-height: 1.412;
}

.thumb .inner-hold {
	position: relative;
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.thumb .bg-stretch {
	-webkit-transition: -webkit-transform .25s linear;
	transition: transform .25s linear;
}

.thumb .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
}

.thumb h2 {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-transform: uppercase;
}

.thumb h2:after {
	display: inline-block;
	vertical-align: top;
	content: "";
	font: 19px/1 icomoon;
	padding-left: 10px;
	-webkit-transition: padding .25s linear;
	transition: padding .25s linear;
	position: absolute;
	margin: 2px 0 -2px;
}

.thumb p {
	margin: 0;
}

.thumb:hover .bg-stretch {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.thumb:hover h2:after {
	padding-left: 15px;
}

.section-video {
	padding: 20px 0;
}

.video-gallery {
	position: relative;
}

.video-gallery .slideset {
	margin-bottom: 15px;
}

.video-gallery .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	color: #fff;
	display: block;
	overflow: hidden;
}

.video-gallery .slide.active {
	z-index: 2;
}

.video-gallery .slide:hover .ico-hold {
	-webkit-animation: buzz .5s linear 1;
	animation: buzz .5s linear 1;
}

.video-gallery .slide.video-active .video-hold {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: visible;
	opacity: 1;
}

.video-gallery .video-opener {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
}

.video-gallery .video-hold {
	-webkit-transition: -webkit-transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 9;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	visibility: hidden;
	opacity: 0;
}

.video-gallery .video-hold .video-closer {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 4;
	cursor: pointer;
}

.video-gallery .caption {
	max-width: 585px;
	background: rgba(244, 157, 77, .6);
	padding: 10px 15px;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	right: 0;
}

.video-gallery .caption .title {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	display: block;
	padding-bottom: 12px;
	margin-bottom: 8px;
}

.video-gallery .caption .txt {
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
}

.video-gallery .ico-hold {
	float: left;
	margin-right: 15px;
}

.video-gallery .ico-hold .icon-play {
	font-size: 25px;
	line-height: 1;
}

.video-gallery .txt-wrap {
	overflow: hidden;
}

.video-gallery .pagination li {
	letter-spacing: 0;
	position: relative;
	margin: 0 0 15px;
}

.video-gallery .pagination li a {
	background: #ececec;
	display: block;
	padding: 6px;
	position: relative;
}

.video-gallery .pagination li a.active,
.video-gallery .pagination li a:hover {
	background: #1067a6;
}

.video-gallery .pagination .hold {
	white-space: nowrap;
	text-align: center;
	font-size: 15px;
	line-height: 1;
	position: relative;
	z-index: 1;
	text-align: left;
	padding: 10px;
	color: #fff;
}

.video-gallery .pagination .hold:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	margin-left: -5px;
	min-height: 117px;
}

.video-gallery .pagination .hold > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
}

.video-gallery .pagination .title {
	font-size: 17px;
	line-height: 22px;
	display: block;
	margin: 0 0 5px;
}

.video-gallery .pagination p {
	margin: 0;
}

.section-goal {
	background: #ececec;
	padding: 30px 0 0;
}

.section-goal .txt-wrap {
	margin: 0 0 30px;
}

.partner-block {
	border-top: 8px solid #fff;
	padding: 30px 0 0;
}

.partner-block .sub-heading {
	margin-bottom: 30px;
}

.partner-block .partner-list {
	overflow: hidden;
}

.partner-block .partner-list li {
	margin: 0 0 40px;
	max-width: 300px;
}

.partner-block .partner-list li:last-child {
	padding: 0;
}

.partner-block .partner-list li a:hover {
	opacity: .8;
}

.company-goal {
	padding: 50px 0;
	text-align: center;
}

.company-goal .img-wrap {
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 30px;
}

.visual-txt-box {
	padding: 50px 0;
}

.visual-txt-box .txt-box {
	background: rgba(255, 255, 255, .9);
	padding: 30px 20px 10px;
	max-width: 400px;
	margin: 0 auto;
}

.personal-info {
	padding: 50px 0 10px;
}

.personal-info h1 {
	margin: 0 0 30px;
}

.personal-info.gray {
	background: #ececec;
}

.personal-info.white {
	background: #ffffff;
}

.personal-info.gray .personal-info-list .txt-hold:after {
	background: #fff;
}

.personal-info-list {
	position: relative;
	z-index: 1;
}

.personal-info-list .list {
	margin: 0 0 40px;
	max-width: 600px;
	overflow: hidden;
}

.personal-info-list .img-hold {
	float: left;
	margin: 0 21px 10px 0;
	width: 124px;
}

.personal-info-list .txt-hold {
	padding-left: 50px;
	position: relative;
}

.personal-info-list .txt-hold:after {
	content: "";
	position: absolute;
	top: 182px;
	bottom: 5px;
	width: 10px;
	background: #ececec;
	z-index: -1;
	left: 17px;
}

.personal-info-list .txt-hold h2 {
	margin: 0;
}

.personal-info-list .v-align {
	white-space: nowrap;
	text-align: center;
	text-align: left;
	overflow: hidden;
}

.personal-info-list .v-align:after {
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	margin-left: -5px;
	min-height: 50px;
}

.personal-info-list .v-align > * {
	white-space: normal;
	display: inline-block;
	vertical-align: bottom;
}

.personal-info-list p:last-child {
	margin: 0;
}

.personal-info-list .visible-text {
	padding-top: 23px;
}

.personal-info-list .degination {
	display: block;
	font-weight: 700;
}

.expandable-text {
	clear: both;
}

.expandable-text .slide p {
	padding: 20px 0;
}

.expandable-text .opener-holder {
	display: block;
	clear: both;
}

.expandable-text .opener {
	color: #1067a6;
	font-weight: 700;
}

.expandable-text .opener:hover {
	opacity: .8;
}

.expandable-text:not(.active) .close-state {
	display: none;
}

.expandable-text.active .open-state {
	display: none;
}

.technology-block {
	padding: 50px 0 20px;
}

.technology-block .img-wrap {
	margin: 0 0 30px;
}

.technology-block .img-wrap a {
	overflow: hidden;
	display: block;
	position: relative;
}

.technology-block .img-wrap a:hover > img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.technology-block .img-wrap img {
	max-width: none;
	width: 100%;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.technology-block .icon-hold {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}

.technology-block .caption {
	display: block;
	background: #ececec;
	padding: 14px;
}

.area-application {
	padding: 50px 0 20px;
	background-size: auto;
	background-position: 100% 0;
	background-position: 75% 0;
	position: relative;
}

.area-application:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, #e1e0ea 0%, #e4e3e6 50%, #d7d6db 100%);
	background: linear-gradient(to bottom, #e1e0ea 0%, #e4e3e6 50%, #d7d6db 100%);
	z-index: -1;
}

.application {
	margin: 0 0 27px;
}

.application .inner-hold {
	background: #fff;
}

.application .background {
	height: 132px;
}

.application .desc {
	padding: 15px 15px 5px;
}

.application h2 {
	position: relative;
	padding-right: 50px;
	margin: 0 0 21px;
}

.application h2 .icon {
	font-size: 30px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	color: #b6b6b6;
}

.application h2 .icon.icon-cloud-3 {
	font-size: 25px;
}

.application h2 .icon.icon-wave {
	font-size: 24px;
}

.application .inner-col .col {
	margin: 0 0 20px;
}

.friendly-environment {
	text-align: center;
	padding: 50px 0;
}

.friendly-environment h2 {
	margin: 0 0 7px;
}

.friendly-environment .col-holder .ico-hold {
	height: 140px;
	margin: 0 0 30px;
}

.table-block {
	background: #ececec;
	padding: 50px 0;
	text-align: center;
}

.info-table {
	overflow: hidden;
	position: relative;
	margin: 0 -15px 20px;
	padding: 0 30px;
}

.info-table .header-col {
	width: 25%;
	float: left;
	padding: 0 15px;
}

.info-table .title {
	display: block;
	color: #1067a6;
	padding-bottom: 15px;
}

.info-table h2 {
	margin: 0;
}

.info-table .mask {
	overflow: hidden;
}

.info-table .slide {
	float: left;
	text-align: center;
}

.info-table .slide .title {
	padding: 0 0 5px;
}

.info-table .header-img {
	margin: 0 0 23px;
}

.info-table .has-border {
	position: relative;
	padding: 15px 0;
}

.info-table .has-border:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #fff;
	z-index: 2;
}

.info-table .has-border:first-child {
	padding: 0 0 27px;
}

.info-table .has-border:first-child:after {
	height: 5px;
}

.info-table .td {
	min-height: 5px;
}

.info-table .value {
	display: block;
}

.info-table .value .txt {
	display: block;
	margin: 0 0 15px;
}

.info-table .img-hold {
	padding: 20px 0;
	display: block;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.lightbox .img-hold {
	margin: 0 0 20px;
}

.lightbox .close {
	position: absolute;
	top: 3px;
	right: 0;
	color: #1f384a;
	display: none;
}

.lightbox .close:hover {
	color: #1067a6;
}

.lightbox .close .icon-cross {
	font-size: 18px;
}

.lightbox-alt .lightbox .close {
	top: -10px;
	right: -20px;
}

.lightbox h2 {
	padding-right: 30px;
	margin: 0 0 16px;
}

.lightbox .scroll-Y {
	max-width: 735px;
	margin: 0 auto;
	max-height: 275px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 15px;
	padding: 0 15px;
}

.lightbox .item-list li {
	border-top: 3px solid #ececec;
	overflow: hidden;
	padding: 13px 0;
}

.lightbox .item-list2 li {
	border-top: 0px solid #ececec;
	overflow: hidden;
	padding: 5px 0;
/**	list-style-position: inside;
 *	list-style-type: disc;
 *	margin-left: 0.2em; 
 *	padding-left: 0.2em;
 *	background: gray; */
}

.lightbox .item-list .icon-hold {
	float: left;
	margin-right: 15px;
	display: block;
	font-size: 36px;
	width: 69px;
	text-align: center;
	color: #b6b6b6;
	padding-top: 5px;
}

.lightbox .item-list .text {
	overflow: hidden;
	display: block;
}

.pin-list {
	text-align: center;
	position: absolute;
	bottom: 85px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.pin-list .pin {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px 10px;
}

.pin-list .pin a {
	display: inline-block;
	vertical-align: top;
	background: #ec994a;
	color: #fff;
	padding: 6px 11px;
	position: relative;
}

.pin-list .pin a:hover {
	background: #e73064;
}

.pin-list .pin a:hover:after {
	border-top: 10px solid #e73064;
}

.pin-list .pin a:after {
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #ec994a;
	border-right: 10px solid transparent;
	display: none;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}

.pin-list .pin a.right:after {
	left: auto;
	right: 0;
	border-top: 10px solid #ec994a;
	border-left: 10px solid transparent;
	border-right: 0;
}

.pin-list .pin a.right:hover:after {
	border-top: 10px solid #e73064;
}

.pin-list .pin a.right.top:after {
	border-bottom: 10px solid #ec994a;
	border-left: 10px solid transparent;
	border-right: 0;
	border-top: 0;
	bottom: 100%;
	top: auto;
}

.pin-list .pin a.right.top:hover:after {
	border-bottom: 10px solid #e73064;
}

.pin-list .pin.pin1 {
	top: 47%;
	left: 44.8%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.pin-list .pin.pin2 {
	right: 46.7%;
	top: 56.4%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.pin-list .pin.pin3 {
	top: 60.1%;
	left: 57.7%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.pin-list .pin.pin4 {
	top: 61.7%;
	right: 41.8%;
}

.pin-list .pin.pin5 {
	top: 85.5%;
	left: 83.6%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.pin-list .pin.pin6 {
	top: 89%;
	right: 15.2%;
}

.weather-rader {
	padding: 50px 0 10px;
}

.weather-rader h2 {
	margin: 0 0 8px;
}

.rader-list {
	margin: 0 0 30px;
}

.rader-list .vid-wrap {
	position: relative;
	margin: 0 0 20px;
}

.rader-list .vid-wrap a:hover .icon-hold {
	background: #1067a6;
}

.rader-list .vid-wrap img {
	width: 100%;
	max-width: none;
}

.rader-list .icon-hold {
	width: 97px;
	height: 97px;
	font-size: 50px;
	line-height: 97px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ec994a;
	color: #fff;
	text-align: center;
	display: block;
	-webkit-transition: background .25s linear;
	transition: background .25s linear;
}

.rader-list .txt-wrap {
	overflow: hidden;
}

.rader-list .head {
	border-bottom: 8px solid #ececec;
	padding-bottom: 20px;
	margin: 0 0 25px;
}

.rader-list .head_grey {
	border-bottom: 8px solid #ffffff;
	padding-bottom: 20px;
	margin: 0 0 25px;
}

.btn-prev,
.btn-next {
	width: 30px;
	height: 30px;
	background: #f49d4d;
	position: absolute;
	top: 50px;
	text-decoration: none;
	z-index: 20;
}

.btn-prev span,
.btn-next span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 15px;
	color: #fff;
}

.btn-prev {
	left: 0;
}

.btn-next {
	right: 0;
}

#footer {
	font-size: 15px;
	line-height: 20px;
	background: #1067a6;
	padding: 30px 0 5px;
	color: #fff;
	text-align: center;
}

#footer .sub-heading {
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	opacity: .6;
}

#footer .container .col {
	margin: 0 0 30px;
}

#footer .info-text {
	margin: 0 0 30px;
}

#footer address {
	font-style: normal;
	margin: 0 0 34px;
}

#footer .tel {
	font-size: 24px;
	line-height: 28px;
	display: block;
}

#footer .mail {
	display: block;
}

.footer-links li {
	margin: 0 0 2px;
}

.footer-links li a {
	display: inline-block;
	vertical-align: top;
}

.footer-links li a:after {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	content: "";
	font: 10px/20px icomoon;
	padding-left: 10px;
}

.footer-links li a:hover {
	opacity: .8;
}

.footer-links li a:hover:after {
	padding-left: 15px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	width: 90% !important;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #1f384a;
	text-shadow: none;
	margin-bottom: 50px;
	padding: 20px !important;
}

.lightbox-alt .fancybox-skin {
	padding: 60px 20px 20px !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
	width: 100% !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 25px;
	right: 15px;
	cursor: pointer;
	z-index: 8040;
	background: none;
	color: #1f384a;
}

.fancybox-close:hover {
	color: #1067a6;
}

.fancybox-close:after {
	content: "\e905";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-family: icomoon;
}

.fancybox-nav {
	width: 30px;
	height: 40px;
	background: #f49d4d;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-decoration: none;
	z-index: 8040;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fancybox-nav.hover {
	background: #1067a6;
}

.fancybox-nav:after {
	content: "\e901";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font: 15px/1 icomoon;
	color: #fff;
}

.fancybox-prev {
	left: -30px;
}

.fancybox-next {
	right: -30px;
}

.fancybox-next:after {
	content: "\e900";
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav.hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("https://www.weathertec-services.com/arabic/images/fancybox/fancybox_overlay.png");
	min-width: 320px;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Buzz */

@media (min-width: 480px) {
	.visual.map-block {
		min-height: 525px;
	}

	.video-gallery .caption {
		bottom: 30px;
		left: 30px;
		right: auto;
		width: 267px;
	}

	.video-gallery .caption .title {
		font-size: 25px;
		line-height: 29px;
	}

	.video-gallery .pagination {
		letter-spacing: -7px;
		margin: 0 -5px;
	}

	.video-gallery .pagination li {
		display: inline-block;
		vertical-align: top;
		padding: 0 5px;
		width: 50%;
	}

	.partner-block .partner-list li {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
		text-align: center;
		max-width: none;
		padding: 0 20px 0 0;
	}

	.info-table {
		margin: 0 -15px 20px;
		padding: 0 67px;
	}

	.btn-prev,
	.btn-next {
		width: 67px;
		height: 67px;
		top: 30px;
	}

	.btn-prev span,
	.btn-next span {
		font-size: 25px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.technology-block .img-list {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 32px;
		line-height: 36px;
		margin: 0 0 35px;
	}

	p {
		margin: 0 0 24px;
	}

	.info-list li:before {
		top: 8px;
	}

	.visual {
		padding-bottom: 70px;
		padding-top: 30px;
	}

	.visual.map-block {
		min-height: 550px;
		padding: 30px 0 50px;
	}

	.visual.map-block .fly-map {
		bottom: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#header {
		margin: 0 0 50px;
	}

	#header .logo {
		float: left;
		margin-right: 10px;
		margin-top: 8px;
	}

	.nav-pannel {
		width: calc(100% - 170px);
		float: right;
		text-align: right;
	}

	.lang-option {
		margin: 0 0 8px;
	}

	#nav li {
		display: inline-block;
		vertical-align: top;
		margin-left: 8px;
	}

	#nav li a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 5px;
	}

	#nav li a:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		right: 50%;
		height: 3px;
		background: #1f384a;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	#nav li.active a:after,
	#nav li a:hover:after {
		left: 0;
		right: 0;
	}

	.nav-opener {
		display: none;
	}

	.promo-block {
		max-width: 744px;
		padding: 39px 46px 51px;
		text-align: left;
	}

	.promo-block .title {
		font-size: 40px;
		line-height: 47px;
		padding-bottom: 39px;
		margin: 0 0 20px;
	}

	.promo-block.small {
		max-width: 366px;
	}

	.promo-block.small .title {
		padding-bottom: 22px;
	}

	.promo-block .txt {
		font-size: 25px;
		line-height: 29px;
	}

	.section-plan {
		padding: 50px 0 0;
	}

	.thumb-list {
		letter-spacing: -6px;
		margin: 0 -16px;
	}

	.thumb {
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		padding: 0 16px;
	}

	.section-video {
		padding: 50px 0;
	}

	.video-gallery .slideset {
		margin-bottom: 26px;
	}

	.video-gallery .caption {
		padding: 37px;
		left: 82px;
		bottom: 60px;
		width: auto;
	}

	.video-gallery .caption .title {
		font-size: 40px;
		line-height: 44px;
		padding-bottom: 32px;
		margin-bottom: 26px;
	}

	.video-gallery .caption .title:before {
		width: 272px;
		height: 8px;
	}

	.video-gallery .caption .txt {
		font-size: 26px;
		line-height: 30px;
	}

	.video-gallery .ico-hold {
		margin-right: 33px;
	}

	.video-gallery .ico-hold .icon-play {
		font-size: 97px;
		line-height: 1;
	}

	.video-gallery .pagination li {
		width: 25%;
	}

	.section-goal {
		padding: 50px 0 30px;
	}

	.section-goal .txt-wrap {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		margin: 0 0 40px;
	}

	.partner-block {
		padding: 38px 0 0;
	}

	.partner-block .sub-heading {
		margin-bottom: 50px;
	}

	.partner-block .partner-list li {
		padding: 0 50px 0 0;
	}

	.company-goal {
		text-align: left;
		padding: 60px 0 45px;
	}

	.company-goal .img-wrap {
		width: 300px;
		height: 300px;
		float: right;
		margin-top: 26px;
	}

	.company-goal .txt-wrap {
		padding-right: 50px;
		overflow: hidden;
	}

	.visual-txt-box {
		padding: 100px 0;
	}

	.visual-txt-box .txt-box {
		max-width: 700px;
		background: #fff;
		padding: 50px;
	}

	.personal-info {
		padding: 60px 0 1px;
	}

	.personal-info h1 {
		margin: 0 0 40px;
	}

	.personal-info-list {
		letter-spacing: -6px;
		margin: 0 -15px;
	}

	.personal-info-list .list {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 50%;
		padding: 0 15px;
		margin: 0 0 70px;
	}

	.personal-info-list .list:nth-child(even) {
		text-align: right;
	}

	.personal-info-list .inner-hold {
		display: inline-block;
		vertical-align: top;
		max-width: 460px;
		text-align: left;
		width: 100%;
	}

	.technology-block {
		padding: 60px 0;
	}

	.technology-block .txt-wrap {
		float: left;
		padding-right: 30px;
		width: calc(100% - 358px);
	}

	.technology-block p {
		margin: 0 0 32px;
	}

	.technology-block .img-list {
		width: 358px;
		float: right;
	}

	.technology-block .img-wrap {
		margin: 0 0 47px;
	}

	.area-application {
		padding: 60px 0;
		background-position: 100% 0;
	}

	.application-list {
		margin: 0 -15px;
		letter-spacing: -8px;
	}

	.application {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		letter-spacing: 0;
		padding: 0 15px;
	}

	.application .desc {
		padding: 24px;
	}

	.friendly-environment {
		padding: 60px 0;
	}

	.friendly-environment .col-holder {
		margin: 0 -15px;
		letter-spacing: -6px;
	}

	.friendly-environment .col-holder .col {
		display: inline-block;
		vertical-align: top;
		padding: 0 15px;
		letter-spacing: 0;
		width: 33.333%;
	}

	.friendly-environment .col-holder .inner-hold {
		display: inline-block;
		vertical-align: top;
		max-width: 285px;
	}

	.friendly-environment .col-holder .ico-hold {
		margin: 0 0 40px;
	}

	.table-block {
		padding: 60px 0;
		text-align: left;
	}

	.info-table {
		margin: 0 0 20px;
		padding: 0;
	}

	.info-table .header-col .has-border {
		padding-right: 0;
		padding-left: 0;
	}

	.info-table .mask {
		padding: 0;
		overflow: hidden;
		position: relative;
		height: auto !important;
	}

	.info-table .slideset {
		float: left;
		margin-left: 0 !important;
		height: auto !important;
		position: static !important;
	}

	.info-table .slide {
		width: 25% !important;
		padding: 0 15px;
		position: relative !important;
		left: auto !important;
		z-index: 1;
	}

	.info-table .slide .title {
		display: none;
	}

	.info-table .slide.gray:after {
		content: "";
		position: absolute;
		top: 0;
		left: 15px;
		right: 15px;
		bottom: 0;
		background: #f7f7f7;
		z-index: -2;
	}

	.info-table .has-border {
		padding: 20px 5px;
	}

	.info-table .has-border:after {
		left: -15px;
		right: -15px;
	}

	.lightbox .scroll-Y {
		max-height: 450px;
	}

	.pin-list {
		text-align: left;
		right: 0;
		top: 42%;
		text-align: right;
		bottom: auto;
		text-align: center;
		right: 0;
		left: 380px;
	}

	.pin-list .pin a {
		text-align: center;
	}

	.weather-rader {
		padding: 60px 0 30px;
	}

	.rader-list {
		margin: 0 0 50px;
	}

	.rader-list .vid-wrap {
		float: left;
		margin: 0 30px 0 0;
		width: 40%;
	}

	.btn-prev,
	.btn-next {
		display: none;
	}

	#footer {
		font-size: 14px;
		line-height: 20px;
		padding: 93px 0;
		text-align: left;
	}

	#footer .sub-heading {
		margin: 0 0 22px;
	}

	#footer .container {
		letter-spacing: -7px;
	}

	#footer .container .col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 33.333%;
		margin: 0;
		padding-left: 20px;
	}

	#footer .container .col:first-child {
		padding-left: 0;
	}

	#footer .info-text {
		margin: 0 0 47px;
	}

	.footer-links li {
		margin: 0 0 7px;
	}

	.footer-links li a:after {
		font: 12px/22px icomoon;
	}

	.fancybox-wrap {
		max-width: 600px;
	}

	.fancybox-skin {
		padding: 28px 30px !important;
	}

	.lightbox-alt .fancybox-skin {
		padding: 28px 50px !important;
	}

	.fancybox-close {
		top: 33px;
		right: 20px;
	}

	.fancybox-prev {
		left: -50px;
	}

	.fancybox-next {
		right: -50px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	#header {
		font-size: 13px;
	}

	#nav {
		letter-spacing: 1px;
	}

	.video-gallery .pagination .hold {
		font-size: 12px;
		line-height: 16px;
	}

	.video-gallery .pagination .title {
		font-size: 15px;
		line-height: 19px;
	}

	.video-gallery .pagination .title br {
		display: none;
	}

	.pin-list {
		-webkit-transform: translateY(-25%);
		-ms-transform: translateY(-25%);
		transform: translateY(-25%);
	}
}

@media (min-width: 1024px) {
	body {
		font-size: 17px;
	}

	h1 {
		font-size: 42px;
		line-height: 46px;
		margin: 0 0 47px;
	}

	h2 {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 14px;
	}

	h3 {
		font-size: 17px;
		line-height: 21px;
	}

	.info-list li {
		line-height: 22px;
	}

	.ordered-list li {
		padding-left: 30px;
	}

	.visual {
		padding-bottom: 90px;
	}

	.visual.map-block {
		padding: 41px 0 0;
	}

	.visual.map-block > .container {
		position: absolute;
		top: 30px;
		left: 0;
		right: 0;
		width: 100%;
	}

	.visual.map-block .map-hold {
		position: relative;
		width: 100%;
	}

	.visual.map-block .fly-map {
		position: static;
		width: auto;
		height: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#header {
		margin: 0 0 58px;
	}

	#header .logo {
		width: 180px;
		margin-right: 20px;
		margin-top: 26px;
	}

	.nav-pannel {
		width: calc(100% - 200px);
	}

	.lang-option {
		font-size: 15px;
		line-height: 19px;
		margin: 0 0 10px;
	}

	.lang-option {
		margin: 0 0 38px;
	}

	#nav li {
		margin-left: 15px;
	}

	#nav li a {
		padding-bottom: 10px;
	}

	.promo-block .title {
		font-size: 50px;
		line-height: 57px;
	}

	.promo-block.small {
		padding: 39px 46px 37px;
		margin-top: 94px;
		max-width: 385px;
		text-align: left;
	}

	.promo-block .txt {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 3px;
	}

	.section-plan {
		padding: 79px 0 0;
	}

	.thumb .inner-hold {
		height: 361px;
	}

	.thumb h2:after {
		margin: 6px 0 -6px;
	}

	.section-video {
		padding: 81px 0 100px;
	}

	.video-gallery .video-hold .video-closer {
		right: 20px;
		top: 15px;
	}

	.video-gallery .caption .title {
		font-size: 50px;
		line-height: 54px;
	}

	.video-gallery .ico-hold .icon-play {
		font-size: 108px;
		line-height: 1;
	}

	.video-gallery .pagination {
		margin: 0 -15px;
	}

	.video-gallery .pagination li {
		padding: 0 15px;
	}

	.section-goal {
		padding: 83px 0 93px;
	}

	.section-goal .txt-wrap {
		margin: 0 0 70px;
	}

	.section-goal h1 {
		margin: 0 0 54px;
	}

	.partner-block .sub-heading {
		margin-bottom: 65px;
	}

	.company-goal {
		padding: 100px 0 89px;
	}

	.company-goal .img-wrap {
		width: 502px;
		height: 502px;
	}

	.company-goal .txt-wrap {
		padding-right: 80px;
	}

	.visual-txt-box {
		padding: 200px 0 130px;
	}

	.visual-txt-box .txt-box {
		padding: 75px 100px 64px;
		margin: 0 0 0 auto;
	}

	.personal-info {
		padding: 87px 0 7px;
	}

	.personal-info h1 {
		margin: 0 0 86px;
	}

	.personal-info-list .list {
		margin: 0 0 115px;
	}

	.personal-info-list .img-hold {
		width: auto;
		margin: 0 28px 12px 0;
	}

	.personal-info-list .txt-hold:after {
		top: 245px;
	}

	.personal-info-list .v-align:after {
		min-height: 70px;
	}

	.personal-info-list .visible-text {
		padding-top: 19px;
	}

	.expandable-text .slide p {
		padding: 26px 0;
	}

	.technology-block {
		padding: 101px 0 48px;
	}

	.technology-block .txt-wrap {
		padding-right: 100px;
	}

	.area-application {
		padding: 82px 0 83px;
	}

	.application h2 {
		padding-right: 70px;
	}

	.application h2 .icon {
		font-size: 38px;
		right: 14px;
	}

	.application h2 .icon.icon-cloud-3 {
		font-size: 31px;
	}

	.application h2 .icon.icon-wave {
		font-size: 29px;
	}

	.application .inner-col {
		letter-spacing: -8px;
		margin: 0 -15px;
	}

	.application .inner-col .col {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		padding: 0 15px;
		letter-spacing: 0;
		margin: 0 0 6px;
	}

	.friendly-environment {
		padding: 87px 0 60px;
	}

	.friendly-environment h1 {
		margin: 0 0 70px;
	}

	.table-block {
		padding: 88px 0;
	}

	.table-block h1 {
		margin: 0 0 58px;
	}

	.info-table {
		margin: 0 0 30px;
	}

	.info-table .has-border:first-child:after {
		height: 7px;
	}

	.lightbox .img-hold {
		margin: 0 0 30px;
	}

	.lightbox .close {
		top: 0;
	}

	.lightbox .close .icon-cross {
		font-size: 30px;
	}

	.lightbox .scroll-Y {
		max-height: 570px;
	}

	.lightbox .item-list {
		padding-right: 50px;
		padding-top: 12px;
	}

	.pin-list {
		position: static;
		width: auto;
		max-width: none;
	}

	.pin-list .pin {
		position: absolute;
		font-weight: 700;
		letter-spacing: 2px;
		display: block;
	}

	.pin-list .pin a {
		display: inline-block;
		vertical-align: top;
	}

	.pin-list .pin a:after {
		display: block;
	}

	.weather-rader {
		padding: 98px 0;
	}

	.weather-rader h1 {
		margin: 0 0 76px;
	}

	.rader-list {
		margin: 0 0 83px;
	}

	.rader-list .vid-wrap {
		width: auto;
	}

	.rader-list .txt-wrap {
		padding-top: 17px;
	}

	.rader-list .head {
		padding-bottom: 30px;
	}

	#footer {
		font-size: 16px;
		line-height: 22px;
	}

	#footer .tel {
		font-size: 35px;
		line-height: 39px;
		margin-bottom: 8px;
	}

	.fancybox-wrap {
		max-width: 1006px;
	}

	.lightbox-alt .fancybox-skin {
		padding: 55px 90px 80px !important;
	}

	.fancybox-close {
		width: 31px;
		height: 31px;
		top: 26px;
		right: 30px;
	}

	.fancybox-close:after {
		font-size: 30px;
	}

	.fancybox-nav {
		width: 80px;
		height: 84px;
	}

	.fancybox-nav:after {
		font: 25px/1 icomoon;
	}

	.fancybox-prev {
		left: -90px;
	}

	.fancybox-next {
		right: -90px;
	}
}

@media (min-width: 1200px) {
	.visual {
		padding-bottom: 126px;
		padding-top: 40px;
	}

	.visual.map-block > .container {
		top: 40px;
	}

	#header .logo {
		width: 236px;
		margin-top: 16px;
	}

	.nav-pannel {
		width: calc(100% - 265px);
	}

	#nav li {
		margin-left: 27px;
	}

	.partner-block .partner-list li {
		width: auto;
		padding: 0 0 0 49px;
	}

	.partner-block .partner-list li:last-child {
		padding: 0 0 0 83px;
	}
}

@media (max-width: 1023px) {
	.pin-list .pin {
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}
}

@media (max-width: 767px) {
	.nav-active .menu-push {
		margin: 0 250px 0 -250px;
	}

	.nav-pannel {
		background: #fff;
		position: fixed;
		top: 0;
		right: -250px;
		bottom: 0;
		width: 250px;
		z-index: 99;
		height: 100vh;
		overflow: hidden;
		padding: 15px;
		-webkit-transition: right .25s linear;
		transition: right .25s linear;
	}

	.nav-active .nav-pannel {
		right: 0;
	}

	.lang-option {
		text-align: right;
		border-bottom: 1px solid #ececec;
		padding-bottom: 11px;
	}

	#nav li {
		display: block;
		margin: 0 0 20px;
	}

	#nav li.active a,
	#nav li a:hover {
		color: #1067a6;
	}

	.promo-block .title:before {
		left: 50%;
		-webkit-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
		transform: translatex(-50%);
		width: 200px;
	}

	.application .inner-hold {
		height: auto !important;
	}

	.info-table .header-col {
		display: none;
	}

	.info-table .slide.active {
		z-index: 1;
	}

	.info-table .td {
		height: auto !important;
	}

	.info-table .td + .td {
		margin-top: 10px;
	}
}

@-webkit-keyframes buzz {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes buzz {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@-webkit-keyframes zoom {
	30% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoom {
	30% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}