/* * * fonts
 *
 * * * * * * * * * * * * * * * * * * * * * * */
@import url(////fonts.googleapis.com/css?family=Ubuntu:400,700);

/**
 * global reset
 *
 * @section reset
 */

abbr, article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, figure, footer, header, mark, menu, meter, nav, output, progress, section, time, video {
    display: block;
}

html, body, div, span, applet, obJect, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, hr, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

:focus {
    outline: none;
}

.hidden,
.indoor-unit {
    display: none;
}

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

button::-moz-focus-inner {
    border: 0;
}

/* * * global style
 *
 * * * * * * * * * * * * * * * * * * * * * * */

/* titles
   ---------------------------------------- */
   .abs{
    font-size: 12px;
    color: #fff;
}
.abs a{
    color: #fff;
}
.abs a:hover{
    color: #999;
}
.abs_div{
float: left;
}
h1,
h2,
h3 {
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: normal;
}

h3 {
    margin-bottom: 12px;
}

h4 {
    font-size: 14px;
}

h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: bold;
}

/* p
   ---------------------------------------- */
p {
    margin: 0 0 20px;
    line-height: 20px;
}

p:last-child {
    margin: 0;
}

/* a
   ---------------------------------------- */
a {
    color: #406486;
    text-decoration: none;

    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear;
    outline: none;
}

a:hover {
    color: #111111;
}

/* img
   ---------------------------------------- */
img {
    vertical-align: top;
}

ul li {
    list-style-position: inside;
}

/* table
   ---------------------------------------- */
.entry table {
    margin: 0 0 20px;
    width: 100%;
    color: #3e3e3e;
    border-collapse: collapse;
    border-top: 1px solid #c3c7cb;
    border-left: 1px solid #c3c7cb;
    border-right: 1px solid #c3c7cb;
}

.entry table td,
.entry table th {
    padding: 5px 10px;
    border-left: 1px solid #c3c7cb;
    border-bottom: 1px solid #c3c7cb;
}

.entry table td:first-child {
    border-left: 0;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin: 0 0 15px;
    color: #3e3e3e;
}

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

.entry h2 {
    font-size: 18px;
}

.entry h3 {
    margin: 0 0 15px;
    color: #3e3e3e;
    font: 14px 'Arial', sans-serif;
    font-weight: bold;
}

.entry h4 {
    font-size: 13px;
}

.entry h5 {
    font-size: 12px;
}

.entry h6 {
    font-size: 11px;
}

.entry img {
    margin: 0 0 20px;
    width: 100%;
}

.entry address,
.entry blockquote {
    margin: 0 0 15px;
}

.entry ol {
    margin-left: 25px;
}

.table.small tr td {
				background: #fff;
				border: 1px solid #ccc;
				padding: 10px;
				color: #000;
				vertical-align: top;
			}
			
			.table.small tr.thead td {
				    background: #b5babf;
    color: #fff;
    text-align: center;
			}

.entry ol,
.entry ul {
    margin-bottom: 30px;
    font-size: 14px;
}

.entry ol li {
    margin: 0 0 20px;
}

.entry ul li {
    margin: 0 0 15px 25px;
}

.entry ol ol,
.entry ul ul {
    margin-bottom: 0;
    padding: 8px 0 0;
}

.entry dl {
    margin: 0 0 20px;
}

.entry dl dt {
    padding: 20px 0 0;
    font: 16px 'proxima_nova_rgbold', sans-serif;
}

.entry dl dt:first-child {
    padding: 0;
}

.entry dl dd {
    padding: 5px 0 0;
}

/**
 * body basic formatting
 *
 * font-size, main color, links (hover, visited etc.)
 *
 * @section basic formatting
 */

/* body
   ---------------------------------------- */
body {
    color: #3e3e3e;
    font: 14px/20px 'Arial', sans-serif;
    background: #ffffff;

    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body.home {
    background: none;
}

/* wrapper
   ---------------------------------------- */
.wrapper {
    min-width: 320px;
}

/* header
   ---------------------------------------- */
.header {
    position: relative;
    padding: 2px 16px 20px;
    text-align: center;
    border-bottom: 1px solid #bcc1c8;
    z-index: 5;
    background: url(../images/lasvegas/header.png) 0 0 repeat-x;
}

.header__inner {
    display: inline-block;
    max-width: 960px;
    width: 100%;
    vertical-align: top;
    text-align: left;
}

/* logo
   ---------------------------------------- */
.logo {
    float: left;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
}

.logo a {
    display: block;
    width: 175px;
    height: 86px;
    margin-left: 60px;
    background: url(../images/lasvegas/logo.png) 0 0 no-repeat;
}

.logo__inner {
    display: none;
    vertical-align: middle;
}

.logo__inner span {
    display: block;
    color: #fff;
    font: 30px 'Cuprum', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.logo__inner small {
    display: block;
    color: #8b8b8b;
    font-size: 14px;
}

/* header__right-panel
   ---------------------------------------- */
.header__right-panel {
    float: right;
    text-align: right;
    padding-top: 19px;
}

/* header__phone
   ---------------------------------------- */
.header__phone {
    display: inline-block;
    margin: 0 0 13px;
    color: #fff;
    vertical-align: top;
    text-align: left;
}

.header__phone dt {
    float: left;
    margin: 0 5px 0 0;
    font-size: 18px;
}

.header__phone dd {
    float: left;
}

.header__phone dd a {
    color: #fff;
    font-size: 18px;
}

/* main-navi
   ---------------------------------------- */
.main-navi {
    position: relative;
    margin: 0 -10px 0 0;
}

.main-navi__button {
    display: none;
    vertical-align: top;
    color: #fff;
    font: 18px 'Cuprum', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.main-navi__button:before {
    display: inline-block;
    margin: -4px 10px 0 0;
    width: 29px;
    height: 13px;
    vertical-align: middle;
    background: url(../images/bg/main-navi__button.png) 0 -13px no-repeat;
    content: "";
}

.main-navi ul {
    overflow: hidden;
}

.main-navi li {
    float: left;
    font: 18px 'Ubuntu', sans-serif;
    list-style-type: none;
}

.main-navi li:first-child {
    margin: 0;
}

.main-navi a {
    display: block;
    padding: 0 10px;
    color: #fff;
    line-height: 31px;
}

.main-navi .selected a {
    cursor: default;
    background: #111111;
}

/* promo-slider
   ---------------------------------------- */
.promo-slider-wrap {
    position: relative;
    margin: -119px 0 32px;
    z-index: 3;
}

.home .promo-slider-wrap {
    margin-bottom: 0;
}

/* promo-slider
   ---------------------------------------- */
.promo-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
}

.promo-slider .owl-wrapper-outer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.promo-slider .owl-wrapper,
.promo-slider .owl-item {
    backface-visibility: hidden;
}

.promo-slider .owl-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.promo-slider .owl-item {
    float: left;
    height: 100%;
}

.promo-slider .item {
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.promo-slider__content {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 960px;
    height: 645px;
    color: #262626;
}

.promo-slider__content__inner {
    position: absolute;
    padding: 0 20px 40px 0;
    left: 380px;
    bottom: 25px;
}

.promo-slider__content h3 {
    margin: 0 0 10px;
    font-size: 30px;
    text-transform: uppercase;
}

.promo-slider__content p {
    font-size: 18px;
}

.global-button {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    color: #fff;
    font: 18px/32px 'Cuprum', sans-serif;
    font-weight: 700;
    background: #83a127;

    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.global-button:hover {
    background: #8eaf2b;
}

.promo-slider .owl-controls {
    display: none !important;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
}

.promo-slider .owl-next,
.promo-slider .owl-prev {
    display: none;
}

.promo-slider .owl-pagination {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 960px;
    font-size: 0;
    text-align: right;
    line-height: 0;
    letter-spacing: -6px;
}

.promo-slider .owl-page {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    background: #262626;
    cursor: pointer;
}

.promo-slider .owl-page.active {
    background: #83a127;
}

/* request-form
   ---------------------------------------- */
.request-form-wrap {
    margin: 0 auto;
    padding: 119px 20px 0;
    max-width: 960px;
}

.request-form-wrap {
    min-height: 589px;
}

.request-form {
    position: relative;
    width: 340px;
    min-height: 589px;
    background: #fff;
    z-index: 1;
    opacity: 0.9;
}

.request-form:after {
    display: none;
}

.not-load .request-form:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/preloader.GIF');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.request-form__inner {
    padding: 15px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #bcc1c8;
}

.home .request-form__inner {
    border: none;
}

/* title-panel
   ---------------------------------------- */
.title-panel {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.title-panel .big-title {
    float: left;
    margin: 0;
}

.title-panel .flag-icon {
    float: right;
    padding: 11px 0 0;
}

/* global-form
   ---------------------------------------- */
.global-form {
    margin: 0 0 20px;
}

.request-form .global-form {
    display: none;
    margin: 0;
}

.global-form form {
    margin: 0;
}

.global-form fieldset {
    padding: 0 0 19px;
}

.global-form fieldset:last-child {
    padding: 0;
}

/* type-text
   ---------------------------------------- */
.global-form input[type='text'],
.request-form input[type='text'],
.global-form input[type='email'],
.request-form input[type='email'],
.global-form input[type='tel'],
.request-form input[type='tel'] {
    margin: 0;
    padding: 5px;
    width: 100%;
    color: #292428;
    font: 14px 'Arial', sans-serif;
    border: 1px solid #dadfe4;
    background: #fff;
    box-shadow: none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.global-form input[type='text']::-moz-placeholder,
.request-form input[type='text']::-moz-placeholder,
.global-form input[type='tel']::-moz-placeholder,
.request-form input[type='tel']::-moz-placeholder,
.global-form input[type='email']::-moz-placeholder,
.request-form input[type='email']::-moz-placeholder {
    color: #292428;
    opacity: 1;
}

.global-form input[type='text']::-webkit-input-placeholder,
.request-form input[type='text']::-webkit-input-placeholder,
.global-form input[type='tel']::-webkit-input-placeholder,
.request-form input[type='tel']::-webkit-input-placeholder,
.global-form input[type='email']::-webkit-input-placeholder,
.request-form input[type='email']::-webkit-input-placeholder {
    color: #292428;
    opacity: 1;
}

.global-form input[type='text'].wpcf7-not-valid,
.request-form input[type='text'].wpcf7-not-valid {
    box-shadow: 0 0 0 1px red inset;
}

/* textarea
   ---------------------------------------- */
.global-form textarea,
.request-form textarea {
    margin: 0;
    padding: 5px;
    width: 100%;
    height: 130px;
    color: #292428;
    font: 14px 'Arial', sans-serif;
    overflow: auto;
    resize: none;
    box-shadow: none;
    background: #fff;
    border: 1px solid #dadfe4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.global-form textarea.wpcf7-not-valid,
.request-form textarea.wpcf7-not-valid {
    box-shadow: 0 0 0 1px red inset;
}

.global-form textarea::-moz-placeholder,
.request-form textarea::-moz-placeholder {
    color: #292428;
    opacity: 1;
}

.global-form textarea::-webkit-input-placeholder,
.request-form textarea::-webkit-input-placeholder {
    color: #292428;
    opacity: 1;
}

/* textarea
   ---------------------------------------- */
.type-submit {
    display: inline-block;
    margin: 0;
    padding: 7px 10px;
    vertical-align: top;
    color: #fff;
    font: 18px 'Cuprum', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    background: #83a127;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
}

.type-submit:hover {
    background: #8eaf2b;
}

/* page
   ---------------------------------------- */
.page {
    margin: 0;
}

.home .page {
    padding-top: 34px;
    padding-bottom: 58px;
    background-color: #486f8f;
    background-image: url('../images/sf-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

/* page__inner
   ---------------------------------------- */
.page__inner {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 960px;
    overflow: hidden;
}

/* sidebar
   ---------------------------------------- */
.sidebar {
    float: left;
    margin: 0 26px 0 0;
    width: 340px;
}

/* request-form
   ---------------------------------------- */
.sidebar .request-form {
    margin: 0 0 40px;
}

/* widget
   ---------------------------------------- */
.widget {
    padding: 0 30px;
    margin: 0 0 40px 0;
}

.widget .small-title {
    font-size: 18px;
    text-transform: inherit;
    font-weight: normal;
}

/* section
   ---------------------------------------- */
.section {
    padding: 25px 30px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
}

/* promo-info
   ---------------------------------------- */
.promo-info {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 960px;
    text-align: center;
}

.big-title {
    margin: 0 0 15px;
    color: #141414;
    font-size: 27px;
    text-transform: uppercase;
}

.big-title span {
    color: #101010;
}

/* aircraft-slider
   ---------------------------------------- */
.aircraft-slider-wrap {
    padding: 35px 0 20px;
    background: #fff;
}

/* aircraft-slider
   ---------------------------------------- */
.aircraft-slider {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
    text-align: center;
}

.aircraft-slider .owl-pagination {
    display: none !important;
}

.aircraft-slider .owl-prev,
.aircraft-slider .owl-next {
    position: absolute;
    margin: -8px 0 0;
    width: 9px;
    height: 15px;
    top: 40%;
    text-indent: -9999px;
    opacity: 0.8;
    background: url(../images/bg/aircraft-slider-arrow.png) 0 0 no-repeat;
    cursor: pointer;

    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.aircraft-slider .owl-prev:hover,
.aircraft-slider .owl-next:hover {
    opacity: 1;
}

.aircraft-slider .owl-prev {
    left: 20px;
    background-position: 0 0;
}

.aircraft-slider .owl-next {
    right: 20px;
    background-position: 0 -15px;
}

.aircraft-slider .owl-wrapper-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.aircraft-slider .owl-wrapper,
.aircraft-slider .owl-item {
    backface-visibility: hidden;
}

.aircraft-slider .owl-wrapper {
    position: relative;
    overflow: hidden;
}

.aircraft-slider .owl-item {
    float: left;
}

.aircraft-slider .item {
    display: inline-block;
    padding: 0 20px;
    margin: 0 0 35px;
}

.aircraft-item__photo {
    margin-bottom: 15px;
}

.aircraft-list .aircraft-item__photo {
    margin: 0 0 15px;
    border-bottom: 5px solid #111111;

    -webkit-transition: border-color .3s linear;
    -moz-transition: border-color .3s linear;
    -o-transition: border-color .3s linear;
    transition: border-color .3s linear;
}

.aircraft-list .aircraft-item:hover .aircraft-item__photo {
    border-color: #a10021;
}

.aircraft-list .aircraft-item__photo img {
    width: 100%;
    height: auto;
}

.aircraft-slider .aircraft-item__photo img {
    width: 265px;
    height: auto;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
    border-radius: 20px 0 20px 0;
}

.aircraft-slider .aircraft-item__photo img:hover {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.aircraft-slider .aircraft-item h3 {
    margin: 0;
    padding: 0 0 0 12px;
    border-left: 3px solid #486f90;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    color: #3e3e3e;
}

.aircraft-slider .aircraft-item h3 a {
    color: #3e3e3e;
}

.aircraft-slider .aircraft-item h3 a:hover {
    color: #111111;
}

.aircraft-list .aircraft-item h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.aircraft-list .aircraft-item h3 a {
    color: #3e3e3e;
}

.aircraft-list .aircraft-item h3 a:hover {
    color: #111111;
}

/* info-list
   ---------------------------------------- */
.info-list {
    margin: 0 auto 15px;
    padding: 0 20px;
    max-width: 1000px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
    position: relative;
}

.info-list li {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    list-style-type: none;
    overflow: hidden;
}

.info-list__item {
    padding: 0 20px;
    color: #ffffff;
}

.info-list__item {
    color: #ffffff;
}

.small-title {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 27px;
    text-transform: uppercase;
}

.info-list ul li {
    margin-bottom: 8px;
    list-style-type: disc;
    list-style-position: inside;
}

/* aircraft-list
   ---------------------------------------- */
.aircraft-list {
    padding: 20px 0 0;
    overflow: hidden;
}

.aircraft-list ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
}

.aircraft-list li {
    display: inline-block;
    margin: 0 0 30px 0;
    width: 33.33%;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
}

.aircraft-list .aircraft-item {
    padding: 0 40px 0 0;
}

/* aircraft-list
   ---------------------------------------- */
.contact-info {
    margin: 0 0 30px;
}

.contact-info p {
    margin: 0;
}

.contact-info p span a {
    color: #8b8b8b;
}

/* aircraft-description
   ---------------------------------------- */
.aircraft-description {
    overflow: hidden;
}

/* aircraft-description__left
   ---------------------------------------- */
.aircraft-description__left {
    float: right;
    width: 100%;
}

.aircraft-description__left__inner {
    margin: 0 145px 0 0;
    padding: 0 45px 0 0;
}

/* photo-gallery
   ---------------------------------------- */
.photo-gallery {
    position: relative;
    margin: 0 0 20px;
    width: 100%;
}

/* photo-gallery__big
   ---------------------------------------- */
.photo-gallery__big {
    position: relative;
    display: none;
    margin: 0 0 10px;
}

.photo-gallery__big .owl-wrapper-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.photo-gallery__big .owl-wrapper,
.photo-gallery__big .owl-item {
    position: relative;
    overflow: hidden;
}

.photo-gallery__big .owl-item {
    float: left;
}

.photo-gallery__big img {
    margin: 0 !important;
    width: 100%;
    height: auto;
}

.photo-gallery__big .owl-controls {
    display: none !important;
}

/* photo-gallery__list
   ---------------------------------------- */
.photo-gallery__list {
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
    margin: 0 -5px;
}

.photo-gallery__list li {
    display: inline-block;
    margin: 0 0 10px !important;
    width: 33.33%;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
}

.photo-gallery__list li img {
    margin: 0 !important;
}

.photo-gallery__list__item {
    padding: 0 5px;
}

.photo-gallery__list__item a {
    position: relative;
    display: block;
}

.photo-gallery__list .active a:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 3px #c4491f inset;
    content: "";
}

.photo-gallery__list__item img {
    width: 100%;
    height: auto;
}

/* photo-gallery__small
   ---------------------------------------- */
.photo-gallery__small {
    position: relative;
    display: none;
}

.photo-gallery__small .owl-wrapper-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.photo-gallery__small .owl-wrapper {
    position: relative;
    overflow: hidden;
}

.photo-gallery__small .owl-wrapper,
.photo-gallery__small .owl-item {
    backface-visibility: hidden;
}

.photo-gallery__small .owl-item {
    float: left;
}

.photo-gallery__small .item {
    position: relative;
    margin: 0 5px;
}

.photo-gallery__small a {
    position: relative;
    display: block;
}

.photo-gallery__small a:before {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 3px #83a127 inset;
    content: "";
}

.photo-gallery__small .item.active a:before {
    display: block;
}

.photo-gallery__small img {
    width: 100%;
    opacity: 0.7;

    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.photo-gallery__small .item.active img,
.photo-gallery__small img:hover {
    opacity: 1;
}

.photo-gallery .customNavigation {
    display: none !important;
}

/* map
   ---------------------------------------- */
.map {
    margin: 0 0 20px;
}

/* aircraft-description__right
   ---------------------------------------- */
.aircraft-description__right {
    float: right;
    margin: 0 -100% 0 0;
    width: 145px;
}

.aircraft-description__right__inner {
    padding: 0 0 0 10px;
    border-left: 1px solid #C3C7CB;
}

.aircraft-description__right h3 {
    margin: 0 0 10px;
    color: #3e3e3e;
    font: 14px 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

/* aircraft-description__list
   ---------------------------------------- */
.aircraft-description__list {
    margin: 0;
}

.aircraft-description__list li {
    padding: 10px 0 0;
    list-style-type: none;
}

.aircraft-description__list li:first-child {
    padding: 0;
}

.aircraft-description__list .selected a {
    color: #3E3E3E;
    cursor: default;
}

/* footer
   ---------------------------------------- */
.footer {
    background: #486f8f;
}

.footer__inner {
    margin: 0 auto;
    width: 960px;
    padding: 40px 0 90px;
}

.footer_address {
    float: left;
    color: #ffffff;
    margin: 0;
}

.footer_address a {
    color: #fff;
}

.footer_address span {
    color: #b5babf;
}

.footer_address .copy {
    display: block;
    color: #fff;
    padding: 10px 0 0 0;
}

.footer__top {
    display: inline-block;
    margin: 0 0 26px 0;
    padding-bottom: 26px;
    width: 100%;
    border-bottom: 1px solid #6384a0;
}

.footer_copy {
    color: #eae0cb;
}

.footer_copy p {
    margin: 0;
}

/* footer__decoration
   ---------------------------------------- */
.footer__decoration {
    margin: 0 0 20px;
    overflow: hidden;
}

.footer__decoration__aircraft {
    width: 82px;
    height: 45px;
    background: url(../images/bg/aircraft-icon.png) 0 0 no-repeat;
}

.footer__decoration__aircraft.__left {
    float: left;
    margin: 0 10px 0 0;
}

.footer__decoration__aircraft.__right {
    float: right;
    margin: 0 0 0 10px;
}

.footer__decoration__br {
    height: 45px;
    overflow: hidden;
    background: url(../images/bg/footer__decoration__br-bg.png) 0 29px repeat-x;
}

/* footer__navi
   ---------------------------------------- */
.footer__navi {
    float: right;
    margin: 0;
    width: 550px;
}

.footer__navi .menu {
    margin: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
    text-align: right;
}

.footer__navi .menu li {
    display: inline-block;
    margin: 0 0 20px 35px;
    font: 18px 'Ubuntu', sans-serif;
    line-height: normal;
    letter-spacing: normal;
    list-style-type: none;
}

.footer__navi .menu a {
    color: #fff;
}

/* color-white
   ---------------------------------------- */
.color-white {
    color: #fff;
}

.color-white span a {
    color: #fff;
}

/* social-network
   ---------------------------------------- */
.social-network {
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
    text-align: right;
}

.social-network li {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
}

.social-network li:hover {
    opacity: 1;
}

.social-network a {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/lasvegas/social-network-bg.png) 0 0 no-repeat;
}

.social-network span {
    display: none;
}

.social-network .twitter a {
    background-position: 0 0;
}

.social-network .facebook a {
    background-position: -25px 0;
}

.social-network .linkedin a {
    background-position: -50px 0;
}

.faq_item {
    margin: 0 0 30px 0;
}

.faq_item p {
    padding-left: 20px;
}

/*! 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;
}

.fancybox-skin {
    position: relative;
    background: url(../images/bg/body-bg.png) 0 0 repeat;
    color: #444;
    text-shadow: none;
}

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

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

.fancybox-inner {
    overflow: hidden;
}

.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: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 15px;
    height: 15px;
    background: url(../images/bg/fancybox-close.png) 0 0 repeat;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 9px;
    height: 15px;
    margin-top: -8px;
    cursor: pointer;
    background: url(../images/bg/aircraft-slider-arrow.png) 0 0 no-repeat;
    z-index: 8040;
    visibility: hidden;
}

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

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

.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(../images/bg/global-popup__popup-overlay-bg.png) 0 0 repeat;
}

.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, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    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);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('https://miamiprivatejetcharterservice.com/77-content/themes/jettheme/css/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('https://miamiprivatejetcharterservice.com/77-content/themes/jettheme/css/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

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

    .sidebar {
        margin: 0 30px 0 0;
    }

    .footer_copy {
        padding: 0 20px;
    }

    .footer__inner {
        width: auto;
    }

    .footer_address {
        float: none;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .footer__navi {
        width: auto;
        float: none;
    }

    .footer__navi .menu {
        text-align: center;
    }

    .footer__navi .menu li {
        margin: 0 17px;
        width: auto;
        display: block;
    }

    .social-network {
        text-align: center;
    }

    .social-network li {
        margin: 0 5px;
    }

}

@media only screen and (max-width: 900px) {

    .main-navi {
        z-index: 15;
    }

    .main-navi__button {
        display: inline-block;
    }

    .main-navi ul {
        position: absolute;
        display: none;
        padding: 20px 20px 20px 0;
        width: 165px;
        top: 45px;
        right: -20px;
        background: rgba(0, 0, 0, .7);
    }

    .main-navi.open ul {
        display: block;
    }

    .main-navi li {
        float: none;
        margin: 0;
        padding: 15px 0 0;
    }

    .main-navi li:first-child {
        padding: 0;
    }

    .aircraft-description__list li:first-child {
        padding: 10px 0 0;
    }

    .aircraft-list .aircraft-item {
        padding: 0 20px 0 0;
    }

    .aircraft-description__left {
        float: none;
        margin: 0 0 20px;
        background: url(../images/bg/footer__decoration__br-bg.png) 0 bottom repeat-x;
    }

    .aircraft-description__left__inner {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .aircraft-description__right {
        float: none;
        margin: 0;
        width: 100%;
    }

    .aircraft-description__right__inner {
        padding: 0;
        border: 0;
    }

    .aircraft-description__list {
        font-size: 0;
        line-height: 0;
        letter-spacing: -6px;
    }

    .aircraft-description__list li {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal;
    }

    .aircraft-description__list a {
        display: inline-block;
        padding: 0 15px 0 0;
        vertical-align: top;
    }

}

@media only screen and (max-width: 860px) {

    .aircraft-list li {
        width: 50%;
    }

}

@media only screen and (max-width: 800px) {

    .aircraft-description__list li {
        width: 50%;
    }

}

@media only screen and (max-width: 760px) {

	.resp_block {
overflow-x:scroll;
}

    .promo-slider__content h3 {
        font-size: 24px;
    }

    .promo-slider__content p {
        font-size: 14px;
    }

    .info-list li {
        width: 100%;
    }

    .info-list__item {
        padding: 0;
    }

    .aircraft-list li {
        width: 33.33%;
    }

    .sidebar {
        float: none;
    }

    .request-form .global-form {
        display: block;
    }

    #avinode-broker-link {
        display: none !important;
    }

    .title-panel {
        margin: 0 0 15px;
    }

    .title-panel {
        display: none;
    }

    .global-form .title-panel {
        display: inline-block;
    }

}

@media only screen and (max-width: 660px) {

    .footer__navi .menu li {
        margin: 0;
        padding: 15px 0 0;
        text-align: center;
    }

    .footer__navi .menu li:first-child {
        padding: 0;
    }

}

@media only screen and (max-width: 580px) {

    .promo-slider__content__inner {
        display: none;
    }

}

@media only screen and (max-width: 568px) {

    .request-form {
        width: 100%;
    }

    .promo-slider .owl-controls {
        display: none !important;
    }

}

@media only screen and (max-width: 540px) {

    .header {
        padding: 25px 0;
    }

    .header__inner {
        text-align: center;
    }

    .logo {
        float: none;
        display: inline-block;
        margin: 0 0 20px;
        vertical-align: top;
        text-align: left;
    }

    .header__right-panel {
        float: none;
        text-align: center;
        padding-top: 19px;
    }

    .main-navi ul {
        padding: 0;
        width: 100%;
        left: 0;
        right: auto;
        border-bottom: 5px solid #fff;
    }

    .main-navi li {
        padding: 0;
        border-top: 1px solid #fff;
    }

    .main-navi li a {
        display: block;
        line-height: 40px;
    }

    .promo-slider-wrap {
        margin-top: -199px;
    }

    .request-form-wrap {
        padding-top: 199px;
    }

}

@media only screen and (max-width: 520px) {

    .aircraft-list li {
        width: 50%;
    }

}

@media only screen and (max-width: 400px) {

    .big-title {
        font-size: 26px;
    }

    .title-panel .flag-icon {
        padding: 10px 0 0;
    }

}

@media only screen and (max-width: 320px) {

    .aircraft-list li {
        width: 100%;
    }

    .aircraft-list .aircraft-item {
        padding: 0;
    }

}

ul .txt {
    list-style-type: circle;
}

li .txt {
    font-size: 13px;
    margin: 10px 0 0 0;
    width: 100%;
    list-style-type: circle;
}

@media (max-width: 1400px) {
    .promo-slider .item {
        background-position: 70% top;
    }
}

@media (max-width: 1280px) {
    .promo-slider .item {
        background-position: 75% top;
    }
}

@media (max-width: 1024px) {
    .promo-slider .item {
        background-position: 80% top;
    }
}

@media (max-width: 768px) {
    .promo-slider .item {
        background-position: 85% top;
    }
}

@media (max-width: 600px) {
    .promo-slider .item {
        background-position: 90% top;
    }
}

.ui-datepicker {
    z-index: 100 !important;
}