/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/* 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/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;
  color:blue;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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: 0.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: -0.5em;
}

sub {
  bottom: -0.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 {
  -moz-box-sizing: content-box;
  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"], /* 1 */
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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * 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: 0.35em 0.625em 0.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;
}


*,*:before,*:after {
    box-sizing: border-box;
}


@font-face{
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(/fonts/roboto/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2'), url(/fonts/roboto/mUdRVCMHGKUBOACHGTH1g-vvDin1pK8aKteLpeZ5c0A.woff) format('woff'), url(/fonts/roboto/wVT7FLiFaRYBojdntuOytOvvDin1pK8aKteLpeZ5c0A.ttf) format('truetype');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(/fonts/roboto/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2'), url(/fonts/roboto/mUdRVCMHGKUBOACHGTH1g-vvDin1pK8aKteLpeZ5c0A.woff) format('woff'), url(/fonts/roboto/wVT7FLiFaRYBojdntuOytOvvDin1pK8aKteLpeZ5c0A.ttf) format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: Lato;
    src: url(/fonts/lato/Lato-Black.eot);
    src: url(/fonts/lato/Lato-Black.eot?#iefix) format("embedded-opentype"), url(/fonts/lato/Lato-Black.woff2) format("woff2"), url(/fonts/lato/Lato-Black.woff) format("woff"), url(/fonts/lato/Lato-Black.ttf) format("truetype");
    font-style: normal;
    font-weight: 900;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Lato;
    src: url(/fonts/lato/Lato-Bold.eot);
    src: url(/fonts/lato/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/lato/Lato-Bold.woff2) format("woff2"), url(/fonts/lato/Lato-Bold.woff) format("woff"), url(/fonts/lato/Lato-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Lato;
    src: url(/fonts/lato/Lato-Medium.eot);
    src: url(/fonts/lato/Lato-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/lato/Lato-Medium.woff2) format("woff2"), url(/fonts/lato/Lato-Medium.woff) format("woff"), url(/fonts/lato/Lato-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Lato;
    src: url(/fonts/lato/Lato-Regular.eot);
    src: url(/fonts/lato/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/lato/Lato-Regular.woff2) format("woff2"), url(/fonts/lato/Lato-Regular.woff) format("woff"), url(/fonts/lato/Lato-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Lato;
    src: url(/fonts/lato/Lato-Light.eot);
    src: url(/fonts/lato/Lato-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/lato/Lato-Light.woff2) format("woff2"), url(/fonts/lato/Lato-Light.woff) format("woff"), url(/fonts/lato/Lato-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: Lato;
    src: url(/fonts/lato/Lato-Thin.eot);
    src: url(/fonts/lato/Lato-Thin.eot?#iefix) format("embedded-opentype"), url(/fonts/lato/Lato-Thin.woff2) format("woff2"), url(/fonts/lato/Lato-Thin.woff) format("woff"), url(/fonts/lato/Lato-Thin.ttf) format("truetype");
    font-style: normal;
    font-weight: 100;
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: rouble;
    src: url(/fonts/ptrouble/ptrouble-regular-webfont.woff2) format("woff2"), url(/fonts/ptrouble/ptrouble-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}



html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
ul{margin:0px;padding:0px;}
li{list-style:none;}

body {
    margin: 0;
    font-family:'Lato', Tahoma, Sans-serif;
    font-size:12px;
    line-height:14px;
    cursor:default;
    background-color:#000000;
    background:url('/i/bg_new.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media only screen and (max-width: 1100px) {
    body{
    }
}
/*@media only screen and (min-width: 1100px) {
    body{
        background-color:#000000;
        background:url('/i/bg_3_5.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}*/

.simple_text{
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 132px;
}
.simple_text>ul{
    margin: 0px -50px 0px;
    padding: 0px;
    white-space: nowrap;
    position: fixed;
    top: 50px;
    max-width: 1100px;
    z-index: 1000;
}
@media only screen and (max-width: 1100px) {
    .simple_text>ul{
        top: 0px;
        margin:0px -10px 0px;
    }
}
@media only screen and (max-width: 1100px) {
    .simple_text{
        padding-top: 138px;
    }
}
@media only screen and (max-width: 1000px) {
    .simple_text{
        padding-top: 128px;
    }
}
@media only screen and (max-width: 800px) {
    .simple_text{
        padding-top: 102px;
    }
}
@media only screen and (max-width: 500px) {
    .simple_text{
        padding-top: 52px;
    }
}
.simple_text>ul>li{
    display:inline-block;
    list-style:none;
    width:25%;
}
.simple_text>ul>li>img{
    max-width:100%;
}
.simple_text a{
    color:#204452;
}
.simple_text>h2{
    margin: 30px 0px 10px;
    padding: 0px;
    font-size: 20px;
    line-height: 20px;
    
}
.what{
    clear:both;
    margin:30px 0px;
}
.what>div>h3,.simple_text>h3{
    margin:0px;
    padding: 0px;
    font-size: 20px;
    line-height: 24px;
}
.what>div{
    vertical-align:top;
    display: inline-block;
    width: 49%;    
}
@media only screen and (max-width: 1000px) {
    .what>div{
        width: 100%;
        margin:10px 0px;
    }
}
.what>div>ul{
    margin:0px;
    padding:0px;
}
.what>div>ul>li{
    list-style:decimal inside;
}

.work_desc{
    text-align:left;
    margin-top:20px;
}
.work_desc .work_title{
    font-size: 16px;
    line-height: 16px;
}
.work_desc .work_description{
    color:rgba(50,50,50,0.5);
}

.i_photo{
    overflow: hidden;
    width: 300px;
    height: 300px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(/i/i2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 60px 40px 40px 0px;
    float: left;
    -webkit-box-shadow: -10px 10px 40px 0px rgba(0, 0, 0, 0.15), 10px -5px 50px -20px rgba(0, 0, 0, 0.15);
    box-shadow: -10px 10px 40px 0px rgba(0, 0, 0, 0.15), 10px -5px 50px -20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1000px) {
    .i_photo{
        float:initial;
        margin: auto;
    }
}

html, body{height:100%;width:100%;}

.content_ul{
    margin:0px auto;
    padding:0px;
    height:100%;
    max-width:1100px;
}
.content_ul>li{
    list-style:none;
    /*-webkit-transition: all 300ms linear;
    transition: all 300ms linear;*/
}
.flight_data{
    padding-top:50px;
}
.flight_data_min{
    padding-top:10px;
}
@media only screen and (max-width: 1100px) {
    .flight_data{
        padding-top:0px;
    }
}
.find_div,.mini_find_div{
    background-color:rgba(255,255,255,0.6);
    padding:30px 50px;
    text-align:center;
    margin-bottom:50px;
}
@media only screen and (max-width: 1100px) {
    .find_div,.mini_find_div{
        padding:10px 10px;
        margin-bottom:20px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    }
}
@media only screen and (min-width: 1100px) {
    .find_div,.mini_find_div{
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
    }
}
.flight_data .mini_find_div{
    display:none;
}
.flight_data_min .find_div{
    display:none;
}
.flight_data_min .mini_find_div{
    display:block;
}
.mini_flight_info{
    font-size:16px;
    line-height:16px;
}
.new_flight_search{
    margin: 10px 0px 0px;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
}
.find_div>u{
    font-size:20px;
    line-height:24px;
    font-weight:bold;
    display:block;
}
.find_div>i{
    font-size:12px;
    line-height:12px;
    font-weight:300;
    display:block;
    font-style:normal;
}
.find_div>span{
    display:block;
    font-size:22px;
    line-height:24px;
    font-weight:400;
    margin:3px 0px;
}

.flight_dates{
    display: inline-block;
    margin: 0 auto;
}
.button{
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  text-shadow:1px 1px 1px rgba(50,50,50,0.4);
  position: relative;
  display:inline-block;
}
.block{
    display:block;
}
.button:active{
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}
.b_blue{
    background-color: #55acee;
    box-shadow: 0px 5px 0px 0px #3C93D5;
}
.b_blue:hover{
    background-color: #6FC6FF;
}
.b_green {
  background-color: #2ecc71;
  box-shadow: 0px 5px 0px 0px #15B358;
}

.b_green:hover {
  background-color: #48E68B;
}

.b_red {
  background-color: #e74c3c;
  box-shadow: 0px 5px 0px 0px #CE3323;
}

.b_red:hover {
  background-color: #FF6656;
}

.b_purple {
  background-color: #9b59b6;
  box-shadow: 0px 5px 0px 0px #82409D;
}

.b_purple:hover {
  background-color: #B573D0;
}

.b_orange {
  background-color: #e67e22;
  box-shadow: 0px 5px 0px 0px #CD6509;
}

.b_orange:hover {
  background-color: #FF983C;
}

.b_yellow {
  background-color: #f1c40f;
  box-shadow: 0px 5px 0px 0px #D8AB00;
}

.b_yellow:hover {
  background-color: #FFDE29;
}

.button_clicked{
    color:rgba(255,255,255,0);
    text-shadow:1px 1px 1px rgba(50,50,50,0);
    background-color: #e67e22;
    box-shadow: 0px 5px 0px 0px #CD6509;
}
.button_clicked:hover {
  background-color: #FF983C;
}

.button_clicked:after{
    content: "\f1ce";
    color:#ffffff;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    width: 30px;
    height: 30px;
    margin: auto;
    text-shadow:1px 1px 1px rgba(50,50,50,0.4);
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.checkbox_options{
    vertical-align:middle;
    width:20px;
    height:20px;
    margin-right:5px;
}
.label_options{
    
}


.air_flights{
    margin:0px;
    padding:0px;
}
.air_flights>li{
    margin: 10px 0px;
    list-style:none;
    background-color:rgba(255,255,255,1);
    padding:30px 50px;
    text-align:left;
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
@media only screen and (max-width: 1100px) {
    .air_flights>li{
        padding:10px 10px;
        margin: 10px 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    }
}
@media only screen and (min-width: 1100px) {
    .air_flights>li{
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.6);
    }
}
.air_flights>li .airport{
    display:inline-block;
    width:30%;
    vertical-align:top;
}
.air_flights>li .airport>span{
    display:block;
    color:#33691E;
}
.air_flights>li .airport>span>u{
    font-size:34px;
    line-height:40px;
    text-decoration:none;
}
.air_flights>li .airport>span>i{
    font-size:22px;
    line-height:22px;
    display:block;
}
.air_flights>li .airport>span>a{
    font-size: 34px;
    color:#00BCD4;
}
.air_flights>li .airport>u{
    margin-top:10px;
    font-size:12px;
    line-height:12px;
    display:block;
    text-decoration:none;
    font-weight:300;
}
@media only screen and (max-width: 800px) {
    .air_flights>li .airport>span{
        font-size:20px;
        line-height:20px;
        word-break: break-word;
    }
    .air_flights>li .airport>span>u{
        font-size:20px;
        line-height:20px;
        word-break: break-word;
    }
    .air_flights>li .airport>span>i{
        font-size:14px;
        line-height:14px;
        word-break: break-word;
    }
    .air_flights>li .airport>span>a{
        font-size: 16px;
    }
    .air_flights>li .airport>u{
        margin-top:5px;
    }
}

.air_flights>li>ul{
    margin:0px;
    padding:0px;
    display:inline-block;
    width:70%;
    vertical-align:top;
}
.air_flights>li>ul>li{
    list-style:none;
    margin:0px 0px 15px 0px;
}
@media only screen and (min-width: 1000px) {
    .air_flights>li>ul>li{
        list-style:none;
        margin:0px 0px 30px 0px;
    }
}
.air_flights>li>ul>li>.title{}
.air_flights>li>ul>li>.title>span{
    font-size:23px;
    line-height:26px;
    color:#01579B;
}
.air_flights>li>ul>li>.title>span>a{
    color:#00BCD4;
}
.air_flights>li>ul>li>.title .price{
    float:right;
    text-align:right;
}
.air_flights>li>ul>li>.title .price>u{
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    text-decoration: none;
    color:#E91E63;
}
.air_flights>li>ul>li>.title .price>i{
    font-style:normal;
    display:block;
    font-size:12px;
    line-height:12px;
}
.air_flights>li>ul>li>.dates{
    color:#616161;
}
@media only screen and (max-width: 800px) {
    .air_flights>li>ul>li>.title>span{
        font-size:18px;
        line-height:20px;
    }
    .air_flights>li>ul>li>.title>span>a{
        font-size: 18px;
    }
    .air_flights>li>ul>li>.title .price>u{
        font-size: 20px;
        line-height: 20px;
    }
}




.upper{
    display:none;
    position:fixed;
    top:20px;
    right:20px;
    z-index:1000;
}
.isComp .upper>i{
    -webkit-transition: .2s all;
    transition: .2s all;
}
.upper>i{
    color:rgba(255,255,255,0.5);
    font-size:50px;
    cursor:pointer;
}
.isComp .upper>i:hover{
    color:rgba(255,255,255,0.9);
}

@media only screen and (max-width:1000px) {
    .upper{
        bottom: 5px;
        left: 5px;
    }
    .upper>i{
        font-size:30px;
    }
}


.soundcloud{
    width:100%;
    height:140px;
}
/*.youtube{
    width:100% !important;
    height:auto !important;
}*/


.youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.isMobile [class*=hint--]:after,
.isMobile [class*=hint--]:before {
    display:none !important;
}


@font-face {
    font-family: 'Pe-icon-7-stroke';
    src:url('/fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src:url('/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
        url('/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
        url('/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
        url('/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
    font-family: 'Pe-icon-7-stroke';
    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;
}

.pe-7s-album:before {
    content: "\e6aa";
}
.pe-7s-arc:before {
    content: "\e6ab";
}
.pe-7s-back-2:before {
    content: "\e6ac";
}
.pe-7s-bandaid:before {
    content: "\e6ad";
}
.pe-7s-car:before {
    content: "\e6ae";
}
.pe-7s-diamond:before {
    content: "\e6af";
}
.pe-7s-door-lock:before {
    content: "\e6b0";
}
.pe-7s-eyedropper:before {
    content: "\e6b1";
}
.pe-7s-female:before {
    content: "\e6b2";
}
.pe-7s-gym:before {
    content: "\e6b3";
}
.pe-7s-hammer:before {
    content: "\e6b4";
}
.pe-7s-headphones:before {
    content: "\e6b5";
}
.pe-7s-helm:before {
    content: "\e6b6";
}
.pe-7s-hourglass:before {
    content: "\e6b7";
}
.pe-7s-leaf:before {
    content: "\e6b8";
}
.pe-7s-magic-wand:before {
    content: "\e6b9";
}
.pe-7s-male:before {
    content: "\e6ba";
}
.pe-7s-map-2:before {
    content: "\e6bb";
}
.pe-7s-next-2:before {
    content: "\e6bc";
}
.pe-7s-paint-bucket:before {
    content: "\e6bd";
}
.pe-7s-pendrive:before {
    content: "\e6be";
}
.pe-7s-photo:before {
    content: "\e6bf";
}
.pe-7s-piggy:before {
    content: "\e6c0";
}
.pe-7s-plugin:before {
    content: "\e6c1";
}
.pe-7s-refresh-2:before {
    content: "\e6c2";
}
.pe-7s-rocket:before {
    content: "\e6c3";
}
.pe-7s-settings:before {
    content: "\e6c4";
}
.pe-7s-shield:before {
    content: "\e6c5";
}
.pe-7s-smile:before {
    content: "\e6c6";
}
.pe-7s-usb:before {
    content: "\e6c7";
}
.pe-7s-vector:before {
    content: "\e6c8";
}
.pe-7s-wine:before {
    content: "\e6c9";
}
.pe-7s-cloud-upload:before {
    content: "\e68a";
}
.pe-7s-cash:before {
    content: "\e68c";
}
.pe-7s-close:before {
    content: "\e680";
}
.pe-7s-bluetooth:before {
    content: "\e68d";
}
.pe-7s-cloud-download:before {
    content: "\e68b";
}
.pe-7s-way:before {
    content: "\e68e";
}
.pe-7s-close-circle:before {
    content: "\e681";
}
.pe-7s-id:before {
    content: "\e68f";
}
.pe-7s-angle-up:before {
    content: "\e682";
}
.pe-7s-wristwatch:before {
    content: "\e690";
}
.pe-7s-angle-up-circle:before {
    content: "\e683";
}
.pe-7s-world:before {
    content: "\e691";
}
.pe-7s-angle-right:before {
    content: "\e684";
}
.pe-7s-volume:before {
    content: "\e692";
}
.pe-7s-angle-right-circle:before {
    content: "\e685";
}
.pe-7s-users:before {
    content: "\e693";
}
.pe-7s-angle-left:before {
    content: "\e686";
}
.pe-7s-user-female:before {
    content: "\e694";
}
.pe-7s-angle-left-circle:before {
    content: "\e687";
}
.pe-7s-up-arrow:before {
    content: "\e695";
}
.pe-7s-angle-down:before {
    content: "\e688";
}
.pe-7s-switch:before {
    content: "\e696";
}
.pe-7s-angle-down-circle:before {
    content: "\e689";
}
.pe-7s-scissors:before {
    content: "\e697";
}
.pe-7s-wallet:before {
    content: "\e600";
}
.pe-7s-safe:before {
    content: "\e698";
}
.pe-7s-volume2:before {
    content: "\e601";
}
.pe-7s-volume1:before {
    content: "\e602";
}
.pe-7s-voicemail:before {
    content: "\e603";
}
.pe-7s-video:before {
    content: "\e604";
}
.pe-7s-user:before {
    content: "\e605";
}
.pe-7s-upload:before {
    content: "\e606";
}
.pe-7s-unlock:before {
    content: "\e607";
}
.pe-7s-umbrella:before {
    content: "\e608";
}
.pe-7s-trash:before {
    content: "\e609";
}
.pe-7s-tools:before {
    content: "\e60a";
}
.pe-7s-timer:before {
    content: "\e60b";
}
.pe-7s-ticket:before {
    content: "\e60c";
}
.pe-7s-target:before {
    content: "\e60d";
}
.pe-7s-sun:before {
    content: "\e60e";
}
.pe-7s-study:before {
    content: "\e60f";
}
.pe-7s-stopwatch:before {
    content: "\e610";
}
.pe-7s-star:before {
    content: "\e611";
}
.pe-7s-speaker:before {
    content: "\e612";
}
.pe-7s-signal:before {
    content: "\e613";
}
.pe-7s-shuffle:before {
    content: "\e614";
}
.pe-7s-shopbag:before {
    content: "\e615";
}
.pe-7s-share:before {
    content: "\e616";
}
.pe-7s-server:before {
    content: "\e617";
}
.pe-7s-search:before {
    content: "\e618";
}
.pe-7s-film:before {
    content: "\e6a5";
}
.pe-7s-science:before {
    content: "\e619";
}
.pe-7s-disk:before {
    content: "\e6a6";
}
.pe-7s-ribbon:before {
    content: "\e61a";
}
.pe-7s-repeat:before {
    content: "\e61b";
}
.pe-7s-refresh:before {
    content: "\e61c";
}
.pe-7s-add-user:before {
    content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
    content: "\e61d";
}
.pe-7s-paperclip:before {
    content: "\e69c";
}
.pe-7s-radio:before {
    content: "\e61e";
}
.pe-7s-note2:before {
    content: "\e69d";
}
.pe-7s-print:before {
    content: "\e61f";
}
.pe-7s-network:before {
    content: "\e69e";
}
.pe-7s-prev:before {
    content: "\e620";
}
.pe-7s-mute:before {
    content: "\e69f";
}
.pe-7s-power:before {
    content: "\e621";
}
.pe-7s-medal:before {
    content: "\e6a0";
}
.pe-7s-portfolio:before {
    content: "\e622";
}
.pe-7s-like2:before {
    content: "\e6a1";
}
.pe-7s-plus:before {
    content: "\e623";
}
.pe-7s-left-arrow:before {
    content: "\e6a2";
}
.pe-7s-play:before {
    content: "\e624";
}
.pe-7s-key:before {
    content: "\e6a3";
}
.pe-7s-plane:before {
    content: "\e625";
}
.pe-7s-joy:before {
    content: "\e6a4";
}
.pe-7s-photo-gallery:before {
    content: "\e626";
}
.pe-7s-pin:before {
    content: "\e69b";
}
.pe-7s-phone:before {
    content: "\e627";
}
.pe-7s-plug:before {
    content: "\e69a";
}
.pe-7s-pen:before {
    content: "\e628";
}
.pe-7s-right-arrow:before {
    content: "\e699";
}
.pe-7s-paper-plane:before {
    content: "\e629";
}
.pe-7s-delete-user:before {
    content: "\e6a7";
}
.pe-7s-paint:before {
    content: "\e62a";
}
.pe-7s-bottom-arrow:before {
    content: "\e6a8";
}
.pe-7s-notebook:before {
    content: "\e62b";
}
.pe-7s-note:before {
    content: "\e62c";
}
.pe-7s-next:before {
    content: "\e62d";
}
.pe-7s-news-paper:before {
    content: "\e62e";
}
.pe-7s-musiclist:before {
    content: "\e62f";
}
.pe-7s-music:before {
    content: "\e630";
}
.pe-7s-mouse:before {
    content: "\e631";
}
.pe-7s-more:before {
    content: "\e632";
}
.pe-7s-moon:before {
    content: "\e633";
}
.pe-7s-monitor:before {
    content: "\e634";
}
.pe-7s-micro:before {
    content: "\e635";
}
.pe-7s-menu:before {
    content: "\e636";
}
.pe-7s-map:before {
    content: "\e637";
}
.pe-7s-map-marker:before {
    content: "\e638";
}
.pe-7s-mail:before {
    content: "\e639";
}
.pe-7s-mail-open:before {
    content: "\e63a";
}
.pe-7s-mail-open-file:before {
    content: "\e63b";
}
.pe-7s-magnet:before {
    content: "\e63c";
}
.pe-7s-loop:before {
    content: "\e63d";
}
.pe-7s-look:before {
    content: "\e63e";
}
.pe-7s-lock:before {
    content: "\e63f";
}
.pe-7s-lintern:before {
    content: "\e640";
}
.pe-7s-link:before {
    content: "\e641";
}
.pe-7s-like:before {
    content: "\e642";
}
.pe-7s-light:before {
    content: "\e643";
}
.pe-7s-less:before {
    content: "\e644";
}
.pe-7s-keypad:before {
    content: "\e645";
}
.pe-7s-junk:before {
    content: "\e646";
}
.pe-7s-info:before {
    content: "\e647";
}
.pe-7s-home:before {
    content: "\e648";
}
.pe-7s-help2:before {
    content: "\e649";
}
.pe-7s-help1:before {
    content: "\e64a";
}
.pe-7s-graph3:before {
    content: "\e64b";
}
.pe-7s-graph2:before {
    content: "\e64c";
}
.pe-7s-graph1:before {
    content: "\e64d";
}
.pe-7s-graph:before {
    content: "\e64e";
}
.pe-7s-global:before {
    content: "\e64f";
}
.pe-7s-gleam:before {
    content: "\e650";
}
.pe-7s-glasses:before {
    content: "\e651";
}
.pe-7s-gift:before {
    content: "\e652";
}
.pe-7s-folder:before {
    content: "\e653";
}
.pe-7s-flag:before {
    content: "\e654";
}
.pe-7s-filter:before {
    content: "\e655";
}
.pe-7s-file:before {
    content: "\e656";
}
.pe-7s-expand1:before {
    content: "\e657";
}
.pe-7s-exapnd2:before {
    content: "\e658";
}
.pe-7s-edit:before {
    content: "\e659";
}
.pe-7s-drop:before {
    content: "\e65a";
}
.pe-7s-drawer:before {
    content: "\e65b";
}
.pe-7s-download:before {
    content: "\e65c";
}
.pe-7s-display2:before {
    content: "\e65d";
}
.pe-7s-display1:before {
    content: "\e65e";
}
.pe-7s-diskette:before {
    content: "\e65f";
}
.pe-7s-date:before {
    content: "\e660";
}
.pe-7s-cup:before {
    content: "\e661";
}
.pe-7s-culture:before {
    content: "\e662";
}
.pe-7s-crop:before {
    content: "\e663";
}
.pe-7s-credit:before {
    content: "\e664";
}
.pe-7s-copy-file:before {
    content: "\e665";
}
.pe-7s-config:before {
    content: "\e666";
}
.pe-7s-compass:before {
    content: "\e667";
}
.pe-7s-comment:before {
    content: "\e668";
}
.pe-7s-coffee:before {
    content: "\e669";
}
.pe-7s-cloud:before {
    content: "\e66a";
}
.pe-7s-clock:before {
    content: "\e66b";
}
.pe-7s-check:before {
    content: "\e66c";
}
.pe-7s-chat:before {
    content: "\e66d";
}
.pe-7s-cart:before {
    content: "\e66e";
}
.pe-7s-camera:before {
    content: "\e66f";
}
.pe-7s-call:before {
    content: "\e670";
}
.pe-7s-calculator:before {
    content: "\e671";
}
.pe-7s-browser:before {
    content: "\e672";
}
.pe-7s-box2:before {
    content: "\e673";
}
.pe-7s-box1:before {
    content: "\e674";
}
.pe-7s-bookmarks:before {
    content: "\e675";
}
.pe-7s-bicycle:before {
    content: "\e676";
}
.pe-7s-bell:before {
    content: "\e677";
}
.pe-7s-battery:before {
    content: "\e678";
}
.pe-7s-ball:before {
    content: "\e679";
}
.pe-7s-back:before {
    content: "\e67a";
}
.pe-7s-attention:before {
    content: "\e67b";
}
.pe-7s-anchor:before {
    content: "\e67c";
}
.pe-7s-albums:before {
    content: "\e67d";
}
.pe-7s-alarm:before {
    content: "\e67e";
}
.pe-7s-airplay:before {
    content: "\e67f";
}






