/* 2) Heading */
.flight-form h1, .flight-form h2, .flight-form h3, .flight-form h4, .flight-form h5, .flight-form h6 {
    margin: 0 0 15px;
    font-weight: normal;
    color: #2d3e52;
}

.flight-form h1 {
    font-size: 2em;
    line-height: 1.25em; /*24px, 30px*/
}

.flight-form h2 {
    font-size: 1.6667em;
    line-height: 1.25em; /*20px, 35px*/
}

.flight-form h3 {
    font-size: 1.5em;
    line-height: 1.2222em; /*18px, 22px*/
}

.flight-form h4 {
    font-size: 1.3333em;
    line-height: 1.25em; /*16px, 20px*/
}

.flight-form h5 {
    font-size: 1.1666em;
    line-height: 1.1428em; /*14px, 16px*/
}

.flight-form h6 {
    font-size: 1em;
}

.flight-form h1.fourty-space {
    font-size: 1.3333em;
    line-height: 1.25em;
    letter-spacing: .04em;
}

.flight-form h2.fourty-space {
    font-size: 1.1666em;
    line-height: 1.1428em;
    letter-spacing: .04em;
}

.flight-form h3.fourty-space {
    font-size: 1.0833em;
    line-height: 1.1428em;
    letter-spacing: .04em;
}

.flight-form h4.fourty-space {
    font-size: 1em;
    line-height: 1.1em;
    letter-spacing: .04em;
}

.flight-form h5.fourty-space {
    font-size: 0.9166;
    line-height: 1.1em;
    letter-spacing: .04em;
}

.flight-form h6.fourty-space {
    font-size: 0.8333em;
    line-height: 1.1em;
    letter-spacing: .04em;
}

/* 6) HTML5 & CSS3 Styles for older browsers */
.flight-form .processart article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.flight-form .full-width {
    width: 100% !important;
}

.flight-form img.full-width {
    height: auto;
}

/* Icons */
@font-face {
    font-family: 'soap-icons';
    src: url("../fonts/soap-icons.eot?26664784");
    src: url("../fonts/soap-icons.eot?26664784#iefix") format("embedded-opentype"), url("../fonts/soap-icons.woff?26664784") format("woff"), url("../fonts/soap-icons.ttf?26664784") format("truetype"), url("../fonts/soap-icons.svg?26664784#soap-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* font */
@font-face {
    font-family: 'NexaBlack';
    src: url("../fonts/NexaBlack.eot?") format("eot"), url("../fonts/NexaBlack.otf") format("opentype"), url("../fonts/NexaBlack.woff") format("woff"), url("../fonts/NexaBlack.ttf") format("truetype"), url("../fonts/NexaBlack.svg#NexaBlack") format("svg");
}

.flight-form #page-wrapper {
    position: relative;
    overflow: visible;
}

.flight-form section#content {
    min-height: 400px;
    width: 100%;
    padding-top: 15px;
    text-align: left;
    background: #f5f5f5;
}

.flight-form section#content:after {
    display: table;
    content: "";
    clear: both;
}

.flight-form .box {
    margin-bottom: 10px;
}

.flight-form .block {
    margin-bottom: 40px;
}

.flight-form .large-block {
    margin-bottom: 70px;
}

.flight-form article {
    margin-bottom: 20px;
}

.flight-form #main {
    margin-bottom: 40px;
}

.flight-form input.input-text, select, textarea, span.custom-select {
    background: #f5f5f5;
    border: solid 1px #000000;
    border: none;
    line-height: normal;
}

input.input-text, textarea, span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    height: 34px;
    border: solid 1px #E4E4E4;
}

input.input-text.input-large, textarea.input-large, span.custom-select.input-large {
    height: 43px;
    font-size: 1.1667em;
}

input.input-text.input-medium, textarea.input-medium, span.custom-select.input-medium {
    height: 34px;
}

input.input-text.input-small, textarea.input-small, span.custom-select.input-small {
    height: 28px;
}

input.input-text.input-mini, textarea.input-mini, span.custom-select.input-mini {
    height: 19px;
}

input.input-text.white, textarea.white, span.custom-select.white {
    background: #fff;
}

.flight-form textarea {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.flight-form select {
    height: 34px;
    padding: 8px 0 8px 8px;
}

.flight-form select option {
    padding: 2px 10px;
}

.flight-form .selector {
    position: relative;
    min-width: 60px;
    line-height: 0;
}

.flight-form .selector select {
    position: absolute;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 100%;
    -webkit-appearance: menulist-button;
    line-height: 30px;
}

.flight-form .selector span.custom-select {
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.flight-form .selector span.custom-select:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #fdb714;
    width: 24px;
    height: 100%;
}

.flight-form .selector span.custom-select:after {
    position: absolute;
    right: 9px;
    top: 15px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: "";
}

.flight-form .selector.style1 span.custom-select:before {
    background: transparent;
}

.flight-form .selector.style1 span.custom-select:after {
    border-top-color: #fdb714;
}

.flight-form .checkbox, .flight-form .radio {
    position: relative;
    margin-top: 0;
    line-height: 20px;
}

.flight-form .checkbox:before, .flight-form .radio:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #d1d1d1;
    z-index: 0;
    font-family: "soap-icons";
    line-height: 12px;
    text-align: center;
}

.flight-form .checkbox.checked:before, .flight-form .radio.checked:before {
    border-color: #01b7f2;
    color: #fff;
    background: #01b7f2;
    content: "\e8ba";
}

/* checkbox */
.flight-form .checkbox label, .flight-form .checkbox.label {
    font-size: 1em;
    line-height: 20px;
    color: #9e9e9e;
}

.flight-form .checkbox input[type="checkbox"] {
    position: relative;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

/* radio */
.flight-form .radio label, .flight-form .radio.label {
    font-size: 0.9167em;
    line-height: 20px;
}

.flight-form .radio input[type="radio"] {
    position: relative;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.flight-form .radio:before {
    background: #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    font-size: 1.3333em;
    line-height: 13px;
}

.flight-form .radio.radio-square:before {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.flight-form .radio.checked:before {
    content: "\e892";
}

.flight-form .checkbox-inline, .flight-form .radio-inline {
    margin-left: 10px;
}

/* 2.1.4. Form */
.flight-form form label {
    /*text-transform: uppercase;*/
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1.2em;
}

.flight-form form .checkbox label, .flight-form form label.checkbox {
    font-size: 1.0833em;
    text-transform: none;
}

.flight-form form .radio label, .flight-form form label.radio {
    font-size: 0.9167em;
}

.flight-form form .form-group {
    margin-bottom: 15px;
}

.flight-form .sidebar form .form-group {
    margin-bottom: 10px;
}

.flight-form .sidebar form label {
    font-size: 0.8333em;
    margin-bottom: 3px;
}

.flight-form .panel-content form label {
    font-size: 1em;
    margin-bottom: 3px;
}

/* 2.2.1. Buttons */
.flight-form button, a.button {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
}

.flight-form button {
    font-size: 0.9167em;
    font-weight: bold;
    background: #2D3E52;
    height: 34px;
    line-height: 34px;
}

.flight-form button:hover {
    background: #003E88;
}

.flight-form a.button {
    display: inline-block;
    background: #2D3E52;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
}

.flight-form a.button:hover {
    background: #003E88;
}

.flight-form .travelo-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px;
}

.flight-form .title {
    color: #2d3e52;
}

.flight-form .toggle-container {
    background: #fff; /* 2.8.3. Accordion with image */
}

.flight-form .toggle-container .panel {
    margin-bottom: 0;
    box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    position: relative; /*.panel-content { font-size: 1.0833em; }*/ /* 2.8.1. Style1 *//* 2.8.2. Style2 */
}

.flight-form .toggle-container .panel:last-child {
    border: none;
}

.flight-form .toggle-container .panel .panel-title {
    padding: 0;
    color: #2d3e52;
    font-size: 1.1667em;
    position: relative;
}

.flight-form .toggle-container .panel .panel-title a {
    white-space: normal;
    display: block;
    padding: 6px;
    padding-left: 15px;
    background: #E7E7E7;
}

.flight-form .toggle-container .panel h1.panel-title {
    font-size: 2em;
}

.flight-form .toggle-container .panel h2.panel-title {
    font-size: 1.6667em;
}

.flight-form .toggle-container .panel h3.panel-title {
    font-size: 1.5em;
}

.flight-form .toggle-container .panel h4.panel-title {
    font-size: 1.3333em;
}

.flight-form .toggle-container .panel h5.panel-title {
    font-size: 1.1667em;
}

.flight-form .toggle-container .panel h6.panel-title {
    font-size: 1em;
}

.flight-form .toggle-container .panel.style1 .panel-title > a {
    line-height: 24px;
}

.flight-form .toggle-container .panel.style1 .panel-title > a:before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 10px;
    line-height: 24px;
    font-size: 10px;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #9e9e9e;
    background: #f5f5f5;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.flight-form .toggle-container .panel.style1 .panel-title > a.collapsed:before {
    content: "\f067";
    color: #fff;
    background: #01b7f2;
}

.flight-form .toggle-container .panel.style1 .panel-content {
    padding: 10px 15px 15px 55px;
}

.flight-form .toggle-container .panel.style1.arrow-right .panel-title {
    position: relative;
}

.flight-form .toggle-container .panel.style1.arrow-right .panel-title > a {
    padding-right: 36px;
}

.flight-form .toggle-container .panel.style1.arrow-right .panel-title > a:before {
    float: none;
    position: absolute;
    right: 0;
    height: 16px;
    line-height: 17px;
    width: 16px;
    font-size: 9px;
    border: none;
    margin-top: -8px;
    top: 50%;
}

.flight-form .toggle-container .panel.style1.arrow-right .panel-content {
    padding: 10px 15px;
}

.flight-form .toggle-container .panel.style2 .panel-title {
    padding: 0;
}

.flight-form .toggle-container .panel.style2 .panel-title > a {
    display: block;
    line-height: normal;
    padding: 15px 20px;
    color: #01b7f2;
}

.flight-form .toggle-container .panel.style2 .panel-title > a.collapsed {
    color: inherit;
    position: relative;
}

.flight-form .toggle-container .panel.style2 .panel-title > a.collapsed:hover {
    color: #01b7f2;
}

.flight-form .toggle-container .panel.style2 .panel-title > a:after {
    content: "\f068";
    font-family: FontAwesome;
    font-size: 10px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #9e9e9e;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
}

.flight-form .toggle-container .panel.style2 .panel-title > a.collapsed:after {
    content: "\f067";
    color: #fff;
    background: #01b7f2;
}

.flight-form .toggle-container .panel.style2 .panel-content {
    padding: 0 15px 30px 20px;
}

.flight-form .toggle-container.with-image > .image-container {
    background: #01b7f2;
}

.flight-form .toggle-container.with-image > .image-container > img {
    width: 100%;
    height: auto;
}

.flight-form .toggle-container.with-image .panel > img {
    display: none;
}

.flight-form .toggle-container.with-image .panel-title > a {
    color: #01b7f2;
}

.flight-form .toggle-container.with-image .panel-title > a.collapsed {
    color: inherit;
}

.flight-form .toggle-container.with-image .panel-title > a.collapsed:hover {
    color: #01b7f2;
}

.flight-form .photo-gallery .flex-direction-nav, .flight-form .image-carousel.style2 .flex-direction-nav {
    position: absolute;
    right: 0;
    top: -40px;
    width: 72px;
    height: 22px;
}

.flight-form .photo-gallery .flex-direction-nav li a, .flight-form .image-carousel.style2 .flex-direction-nav li a {
    width: 30px;
    height: 22px;
    background: #01b7f2;
    color: #fff;
    text-indent: -9999px;
    text-align: left;
    position: static;
    float: left;
    margin: 0;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -moz-transition: none 1s ease-in-out;
    -o-transition: none 1s ease-in-out;
    -webkit-transition: none 1s ease-in-out;
    -ms-transition: none 1s ease-in-out;
    transition: none 1s ease-in-out;
}

.flight-form .photo-gallery .flex-direction-nav li a:before, .flight-form .image-carousel.style2 .flex-direction-nav li a:before {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    text-indent: 0;
    font-size: 12px;
    line-height: 22px;
}

.flight-form .photo-gallery .flex-direction-nav li a.flex-prev, .flight-form .image-carousel.style2 .flex-direction-nav li a.flex-prev {
    margin-right: 10px;
}

.flight-form .photo-gallery .flex-direction-nav li a.flex-prev:before, .flight-form .image-carousel.style2 .flex-direction-nav li a.flex-prev:before {
    content: "\f177";
    left: 8px;
}

.flight-form .photo-gallery .flex-direction-nav li a.flex-next:before, .flight-form .image-carousel.style2 .flex-direction-nav li a.flex-next:before {
    content: "\f178";
    right: 9px;
}

.flight-form .photo-gallery .flex-direction-nav li a.flex-disabled, .flight-form .image-carousel.style2 .flex-direction-nav li a.flex-disabled {
    background: #d9d9d9;
}

.flight-form .travelo-box > .image-carousel.style2 .flex-direction-nav {
    top: -60px;
}

.flight-form .photo-gallery {
    background: #fff;
    box-shadow: none;
    border: none;
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.flight-form .photo-gallery img {
    width: 100%;
}

.flight-form .photo-gallery .slides > li {
    display: none;
    overflow: hidden;
    position: relative;
}

.flight-form .photo-gallery .flex-control-nav {
    width: auto;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.flight-form .photo-gallery .flex-control-nav > li {
    float: left;
    margin-left: 5px;
    margin-right: 0;
}

.flight-form .photo-gallery .flex-control-nav > li a {
    background: none;
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 1px solid #fff;
    text-indent: -9999px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.flight-form .photo-gallery .flex-control-nav > li a.flex-active {
    background: #fdb714;
    border-color: #fdb714;
}

.flight-form .photo-gallery.style1 .flex-control-nav {
    display: none;
}

.flight-form .photo-gallery.style1 .flex-direction-nav {
    display: none;
}

.flight-form .photo-gallery.style3 .flex-control-nav {
    display: none;
}

.flight-form .photo-gallery.style3 .flex-direction-nav {
    right: 10px;
    bottom: 10px;
    top: auto;
}

.flight-form .photo-gallery.style4 .flex-control-nav {
    right: 25px;
    bottom: 25px;
    top: auto;
}

.flight-form .photo-gallery.style4 .flex-direction-nav {
    display: none;
}

.flight-form .image-carousel {
    position: relative;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: none;
}

.flight-form .image-carousel .slides > li {
    display: none;
}

.flight-form .image-carousel img {
    max-width: 100%;
}

.flight-form .image-carousel.style1 {
    padding: 10px 45px;
    background: #fff;
}

.flight-form .image-carousel.style1 .slides > li {
    margin-right: 10px;
    height: 70px;
    cursor: pointer;
    overflow: hidden;
}

.flight-form .image-carousel.style1 .slides > li:last-child {
    margin-right: 0;
}

.flight-form .image-carousel.style1 .slides > li img {
    height: 100%;
    width: auto;
    max-width: none;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.flight-form .image-carousel.style1 .slides > li.flex-active-slide img, .flight-form .image-carousel.style1 .slides > li:hover img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.flight-form .image-carousel.style1 .flex-control-nav {
    display: none;
}

.flight-form .image-carousel.style1 .flex-direction-nav {
    position: static;
    width: 0;
    height: 0;
}

.flight-form .image-carousel.style1 .flex-direction-nav li a {
    background: rgba(1, 183, 242, 0.7);
    float: none;
    width: 25px;
    height: auto;
    position: absolute;
    top: 10px;
    bottom: 10px;
    margin: 0;
    filter: alpha(opacity=100) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    text-indent: -9999px;
    text-align: left;
    color: #fff;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    -webkit-transition: background 0.2s ease-in;
    -ms-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.flight-form .image-carousel.style1 .flex-direction-nav li a:hover {
    background: #01b7f2;
}

.flight-form .image-carousel.style1 .flex-direction-nav li a:before {
    display: block;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -6px;
    text-indent: 0;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    text-shadow: none;
}

.flight-form .image-carousel.style1 .flex-direction-nav li a.flex-prev {
    left: 10px;
}

.flight-form .image-carousel.style1 .flex-direction-nav li a.flex-prev:before {
    content: "\f053";
}

.flight-form .image-carousel.style1 .flex-direction-nav li a.flex-next {
    right: 10px;
}

.flight-form .image-carousel.style1 .flex-direction-nav li a.flex-next:before {
    content: "\f054";
}

.flight-form .image-carousel.style1 .flex-direction-nav li a.flex-disabled {
    background: #f5f5f5;
    color: #9e9e9e;
}

.flight-form .image-carousel.style2 .slides > li {
    margin-right: 30px;
}

.flight-form .image-carousel.style2 .slides > li:last-child {
    margin-right: 0;
}

.flight-form .image-carousel.style2 .slides > li .hover-effect {
    z-index: 0;
}

.flight-form .image-carousel.style2 .slides > li .hover-effect img {
    position: relative;
}

.flight-form .image-carousel.style2 .slides > li .hover-effect .caption {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    right: 0;
    z-index: 3;
    margin: 0;
    background: #2d3e52;
    color: #fff;
    font-size: 1.1667em;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transition: -moz-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    transition: transform 0.35s;
}

.flight-form .image-carousel.style2 .slides > li .hover-effect:hover .caption {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flight-form .image-carousel.style2 .slides > li .hover-effect:hover:after {
    /*margin-top: -20px;*/
}

.flight-form .image-carousel.style2 .flex-control-nav {
    display: none;
}

.flight-form .image-carousel.style2.row-2 li > a:first-child {
    margin-bottom: 30px;
}

.flight-form .image-carousel.style3 {
    margin-bottom: 30px;
}

.flight-form .image-carousel.style3 .slides {
    margin-bottom: 0;
}

.flight-form .image-carousel.style3 .slides > li {
    margin-right: 30px;
}

.flight-form .image-carousel.style3 .slides > li:last-child {
    margin-right: 0;
}

.flight-form .image-carousel.style3 .slides > li .box {
    margin-bottom: 0;
}

.flight-form .image-carousel.style3 .flex-control-nav {
    display: none;
}

.flight-form .image-carousel.style3 .flex-direction-nav {
    position: static;
    width: 0;
    height: 0;
}

.flight-form .image-carousel.style3 .flex-direction-nav li a {
    width: 40px;
    height: 40px;
    border: 2px solid;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: none;
    color: #d9d9d9;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    text-shadow: none;
    text-align: left !important;
    text-indent: -9999px;
}

.flight-form .image-carousel.style3 .flex-direction-nav li a:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 36px;
    font-family: "soap-icons";
    text-indent: 0;
    font-size: 24px;
}

.flight-form .image-carousel.style3 .flex-direction-nav li a.flex-prev {
    left: -80px;
}

.flight-form .image-carousel.style3 .flex-direction-nav li a.flex-prev:before {
    content: "\e87b";
}

.flight-form .image-carousel.style3 .flex-direction-nav li a.flex-next {
    right: -80px;
}

.flight-form .image-carousel.style3 .flex-direction-nav li a.flex-next:before {
    content: "\e887";
}

.flight-form .image-carousel.style3 .flex-direction-nav li a:hover {
    color: #fff;
}

.flight-form .image-carousel.style3 .flex-direction-nav li a.flex-disabled {
    color: #838383;
}

/* 2.12. Image Style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-form .image-style {
    padding: 0;
    position: relative;
    background: #fff;
    padding: 30px 0 30px 30px;
}

.flight-form .image-style.large-font {
    font-size: 1.2307em;
}

.flight-form .image-style.style1 {
    margin-right: 60px;
}

.flight-form .image-style.style1 .image-block {
    margin-right: 25px;
}

.flight-form .image-style.style1 .title {
    font-size: 1.875em;
    margin-bottom: 30px;
}

.flight-form .image-style.style1 ul li {
    margin: 0 10px 10px 0;
    width: 80px;
    height: 80px;
}

.flight-form .image-style.style1 ul li a {
    overflow: hidden;
    display: block;
}

.flight-form .image-style.style1 ul li a img {
    max-width: none;
    height: 100%;
}

.flight-form .image-style.style1:before {
    display: block;
    content: "";
    width: 60px;
    background-color: #fff;
    position: absolute;
    right: -60px;
    bottom: 60px;
    top: 0;
}

.flight-form .image-style.style1:after {
    display: block;
    content: "";
    position: absolute;
    right: -60px;
    bottom: 0;
    border-top: 60px solid #d9d9d9;
    border-right: 60px solid transparent;
}

.flight-form .image-style.style2 p {
    line-height: 1.5em;
}

.flight-form .image-style.style2 .title {
    font-size: 1.25em;
    color: #01b7f2;
    margin-top: 20px;
}

.flight-form .image-style.style2 .image-block {
    padding-left: 50px;
    position: relative;
    min-height: 200px;
}

.flight-form .image-style.style2 .image-block li {
    position: absolute;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    padding: 5px;
    background: #fff;
    border: 1px solid #bfbfbf;
}

.flight-form .image-style.style2 .image-block li a {
    display: block;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.flight-form .image-style.style2 .image-block li a img {
    height: 100%;
    max-width: none;
}

/* 2.13. Image Box Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-form .image-box .box, .flight-form .image-box.box {
    text-align: left;
    background: #fff;
    margin-bottom: 30px;
}

.flight-form .image-box .box img, .flight-form .image-box.box img {
    width: 100%;
    height: auto;
}

.flight-form .image-box .box > .details, .flight-form .image-box.box > .details {
    padding: 12px 15px;
}

.flight-form .image-box .box > .details > *:last-child, .flight-form .image-box.box > .details > *:last-child {
    margin-bottom: 0;
}

.flight-form .image-box .box .box-title, .flight-form .image-box.box .box-title {
    margin-bottom: 10px;
    color: #2d3e52;
}

.flight-form .image-box.style1 .box-title, .flight-form .image-box.style10 .box-title {
    margin-bottom: 0;
}

.flight-form .image-box.style7 .opacity-wrapper, .flight-form .image-box.style8 .opacity-wrapper, .flight-form .image-box.style12 .opacity-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fdb714;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.flight-form .image-box.style2 figure {
    float: left;
    width: 250px;
}

.flight-form .image-box.style2 .details {
    padding: 20px 20px 10px 270px;
}

.flight-form .image-box.style2 .details p {
    margin-bottom: 20px;
}

.flight-form .image-box.style2 .box:after, .flight-form .image-box.style2.box:after {
    content: "";
    display: table;
    clear: both;
}

.flight-form .image-box.style3 .details {
    padding: 15px;
}

.flight-form .image-box.style3 .details .box-title {
    margin-bottom: 0;
}

.flight-form .image-box.style3 .details .offers-content {
    font-size: 0.8333em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.flight-form .image-box.style3 .details .description {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
}

.flight-form .image-box.style4 .details .box-title {
    float: left;
    margin: 0;
}

.flight-form .image-box.style4 .details .goto-detail {
    float: right;
    color: #98ce44;
    font-weight: bold;
    font-size: 16px;
}

.flight-form .image-box.style4 .details:after {
    content: "";
    display: table;
    clear: both;
}

.flight-form .image-box.style5 .box, .flight-form .image-box.style5.box, .flight-form .image-box.style11 .box, .flight-form .image-box.style11.box {
    position: relative;
}

.flight-form .image-box.style5 figure, .flight-form .image-box.style11 figure {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 0;
}

.flight-form .image-box.style5 figure figcaption, .flight-form .image-box.style11 figure figcaption {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 10px;
    padding: 5px 20px 5px 20px;
    min-width: 130px;
    background: #2d3e52;
    -moz-transition: -moz-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.flight-form .image-box.style5 figure figcaption .caption-title, .flight-form .image-box.style11 figure figcaption .caption-title {
    margin: 0;
    color: #fff;
    line-height: 1.1em;
}

.flight-form .image-box.style5 figure figcaption span, .flight-form .image-box.style11 figure figcaption span {
    color: #fdb714;
    text-transform: uppercase;
    font-size: 0.8333em;
    letter-spacing: 0.04em;
}

.flight-form .image-box.style5 figure:hover figcaption, .flight-form .image-box.style11 figure:hover figcaption {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flight-form .image-box.style5 figure:hover a:before, .flight-form .image-box.style11 figure:hover a:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.flight-form .image-box.style5 figure img, .flight-form .image-box.style11 figure img {
    -webkit-backface-visibility: hidden;
}

.flight-form .image-box.style5 figure a, .flight-form .image-box.style11 figure a {
    display: block;
}

.flight-form .image-box.style5 figure a:before, .flight-form .image-box.style11 figure a:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(1, 183, 242, 0.3);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.flight-form .image-box.style5 .details, .flight-form .image-box.style11 .details {
    padding: 0;
}

.flight-form .image-box.style5 .details .detail, .flight-form .image-box.style11 .details .detail {
    margin: 0;
    border-top: 1px solid #f5f5f5;
    padding: 10px 20px;
}

.flight-form .image-box.style5 .details .detail:first-child, .flight-form .image-box.style11 .details .detail:first-child {
    border: none;
}

.flight-form .image-box.style5 .details .detail .box-title, .flight-form .image-box.style11 .details .detail .box-title {
    line-height: 40px;
    margin: 0;
}

.flight-form .image-box.style5 .details .detail:after, .flight-form .image-box.style11 .details .detail:after {
    display: table;
    content: "";
    clear: both;
}

.flight-form .image-box.style6 figure, .flight-form .image-box.style14 figure {
    padding: 0;
}

.flight-form .image-box.style6 .details, .flight-form .image-box.style14 .details {
    margin-bottom: 0 !important;
    padding: 20px 30px;
    line-height: 1.7em;
}

.flight-form .image-box.style6 .box:after, .flight-form .image-box.style6.box:after, .flight-form .image-box.style14 .box:after, .flight-form .image-box.style14.box:after {
    display: table;
    content: "";
    clear: both;
}

.flight-form .image-box.style7 .box, .flight-form .image-box.style7.box {
    background: #fff;
    margin-bottom: 30px;
}

.flight-form .image-box.style7 .box figure, .flight-form .image-box.style7.box figure {
    height: 72px;
}

.flight-form .image-box.style7 .box .details, .flight-form .image-box.style7.box .details {
    padding: 20px 20px 25px;
    font-size: 1.0833em;
}

.flight-form .image-box.style7 .box .details p, .flight-form .image-box.style7.box .details p {
    margin: 0;
}

.flight-form .image-box.style8 .box {
    background: none;
}

.flight-form .image-box.style8 figure {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}

.flight-form .image-box.style8 figure img {
    height: 100%;
    width: auto;
    max-width: none;
}

.flight-form .image-box.style8 .details {
    width: 75%;
    float: left;
    padding: 20px;
    background: #fff;
}

.flight-form .image-box.style8 .box:after, .flight-form .image-box.style8.box:after {
    display: table;
    content: "";
    clear: both;
}

.flight-form .image-box.style9 figure a {
    position: relative;
    /*height: 160px; overflow: hidden;*/
    display: block;
    width: 100%;
}

.flight-form .image-box.style9 figure img {
    width: 100%;
    height: auto;
}

.flight-form .image-box.style9 .box-title {
    margin: 0;
}

.flight-form .image-box.style9 .button {
    margin-top: 20px;
}

.flight-form .image-box.style9 .details {
    background: #fff;
    padding: 15px;
    text-align: center;
}

.flight-form .image-box.style9 .description {
    margin-top: 20px;
}

.flight-form .image-box.style10 .details a.button {
    margin-top: 5px;
    float: right;
}

.flight-form .image-box.style11 .box > .details {
    padding: 15px;
}

.flight-form .image-box.style12 .box, .flight-form .image-box.style12.box {
    display: table;
}

.flight-form .image-box.style12 figure, .flight-form .image-box.style12 .details, .flight-form .image-box.style12 .action {
    display: table-cell;
    vertical-align: top;
}

.flight-form .image-box.style12 figure {
    margin-right: 30px;
    max-width: 30%;
}

.flight-form .image-box.style12 figure a {
    position: relative;
    display: inline-block;
    height: 100%;
}

.flight-form .image-box.style12 figure img {
    width: auto;
    max-width: 150px;
}

.flight-form .image-box.style12 .details {
    border-right: 1px solid #f5f5f5;
    padding: 12px 20px 10px 25px;
    width: 100%;
}

.flight-form .image-box.style12 .details > *:last-child {
    margin-bottom: 0;
}

.flight-form .image-box.style12 .action {
    padding: 15px;
}

.flight-form .image-box.style12 .action .price {
    text-align: center;
    float: none;
    margin: 0 0 10px 0;
}

.flight-form .image-box.style12 .action button, .flight-form .image-box.style12 .action a.button {
    padding: 0 10px;
}

.flight-form .image-box.style12 .image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.flight-form .image-box.style13 figure {
    float: left;
    margin-right: 15px;
}

.flight-form .image-box.style13 .details {
    padding: 0 15px;
}

.flight-form .image-box.style13 .action {
    float: right;
}

.flight-form .image-box.style13 .action .button {
    padding: 0 10px;
}

.flight-form .image-box.style13 .price {
    float: none;
}

.flight-form .image-box.style13 .box, .flight-form .image-box.style13.box {
    margin-bottom: 0;
}

.flight-form .image-box.style13 .box:after, .flight-form .image-box.style13.box:after {
    display: table;
    content: "";
    clear: both;
}

.flight-form .image-box.style14 figure {
    float: left;
    width: 63px;
}

.flight-form .image-box.style14 .details {
    margin-left: 63px;
    padding: 15px 15px 0;
}

.flight-form .image-box.style14 .price {
    float: none;
    text-align: left;
    display: inline;
    font-size: 1.4em;
}

.flight-form .image-box.style14 .box-title {
    margin-bottom: 0;
}

.flight-form .image-box.style14 .box-title small {
    line-height: 1em;
}

.flight-form .image-box.style7 .opacity-wrapper, .flight-form .image-box.style8 .opacity-wrapper, .flight-form .image-box.style12 .opacity-wrapper {
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.flight-form .image-box.style7 figure, .flight-form .image-box.style8 figure, .flight-form .image-box.style12 figure {
    overflow: hidden;
    z-index: 0;
}

.flight-form .image-box.style7 figure img, .flight-form .image-box.style8 figure img, .flight-form .image-box.style12 figure img {
    -moz-transition: -moz-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    -webkit-transition: -webkit-transform 0.35s;
    -ms-transition: -ms-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); /*-webkit-backface-visibility: hidden;*/
}

.flight-form .image-box.style7 figure:hover img, .flight-form .image-box.style8 figure:hover img, .flight-form .image-box.style12 figure:hover img {
    -webkit-transform: scale(1.07, 1.07);
    -moz-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.flight-form .image-box.style7 figure:hover .opacity-wrapper, .image-box.style8 figure:hover .opacity-wrapper, .flight-form .image-box.style12 figure:hover .opacity-wrapper {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.flight-form .sidebar .image-box.style14 {
    margin-bottom: 0;
}

.flight-form .sidebar .image-box.style14 .box {
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
}

.flight-form .sidebar .image-box.style14 .box:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* 2.14. Icon Box ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Icon Box */
.flight-form .icon-box {
    text-transform: uppercase;
}

.flight-form .icon-box > i {
    text-align: center;
}

.flight-form .icon-box.style1 {
    height: 42px;
    background: #fff;
    line-height: 42px;
    font-size: 0.9167em;
}

.flight-form .icon-box.style1 > i {
    display: block;
    width: 42px;
    float: left;
    background: #fdb714;
    line-height: 42px;
    color: #fff;
    font-size: 2em;
    margin-right: 15px;
}

.flight-form .icon-box.style2 {
    line-height: 1.75em;
    color: #01b7f2;
    font-size: 0.9167em;
    display: inline-block;
}

.flight-form .icon-box.style2 > i {
    font-size: 1.5em;
    margin-right: 10px;
    color: #01b7f2;
}

.flight-form .icon-box.style3 {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.flight-form .icon-box.style3 .numbers {
    font-size: 5em;
    color: #2d3e52;
    padding: 20px 0;
    font-weight: 300;
}

.flight-form .icon-box.style3 .numbers i {
    margin-right: 10px;
}

.flight-form .icon-box.style3 .description {
    border-top: 1px solid #f5f5f5;
    font-weight: bold;
    padding: 6px 0;
}

.flight-form .icon-box.style4, .flight-form .icon-box.style8, .flight-form .icon-box.style9 {
    text-align: center;
    text-transform: none;
}

.flight-form .icon-box.style4 > i, .flight-form .icon-box.style8 > i, .flight-form .icon-box.style9 > i {
    font-size: 5em;
    color: #98ce44;
}

.flight-form .icon-box.style4 .box-title, .flight-form .icon-box.style8 .box-title, .flight-form .icon-box.style9 .box-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.flight-form .icon-box.style5 {
    height: 70px;
    background: #fff;
    line-height: 70px;
    text-transform: none;
}

.flight-form .icon-box.style5 > i {
    display: block;
    width: 70px;
    float: left;
    background: #01b7f2;
    line-height: 70px;
    color: #fff;
    font-size: 3em;
    margin-right: 15px;
}

.flight-form .icon-box.style5 .description {
    line-height: 1.6em;
    padding: 14px 15px 0 0;
}

.flight-form .icon-box.style5 .description small {
    text-transform: uppercase;
}

.flight-form .icon-box.style6, .flight-form .icon-box.style7 {
    line-height: 50px;
    text-transform: none;
}

.flight-form .icon-box.style6 > i, .flight-form .icon-box.style7 > i {
    display: block;
    width: 50px;
    float: left;
    background: #fdb714;
    line-height: 50px;
    color: #fff;
    font-size: 2.5em;
}

.flight-form .icon-box.style6 .box-title, .flight-form .icon-box.style7 .box-title {
    margin-bottom: 5px;
}

.flight-form .icon-box.style6 .description, .flight-form .icon-box.style7 .description {
    line-height: 1.6em;
    padding-left: 70px;
}

.flight-form .icon-box.style6:after, .flight-form .icon-box.style7:after {
    display: table;
    content: "";
    clear: both;
}

.flight-form .icon-box.style6 .box-title {
    letter-spacing: normal;
    margin-bottom: 10px;
}

.flight-form .icon-box.style7 {
    padding: 30px;
    background: #fff;
}

.flight-form .icon-box.style7 > i {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #01b7f2;
}

.flight-form .icon-box.style7 > i.glyphicon {
    font-size: 1.6667em;
}

.flight-form .icon-box.style7 .description {
    padding-left: 80px;
}

.flight-form .icon-box.style7 .description .box-title {
    margin-bottom: 20px;
    line-height: 1.3333em;
}

.flight-form .icon-box.style7 .description ul {
    margin-bottom: 20px;
}

.flight-form .icon-box.style7 .description .view {
    text-decoration: underline;
    color: #98ce44;
    font-size: 1.0833em;
}

.flight-form .icon-box.style8 i, .flight-form .icon-box.style9 i {
    font-size: 2.6666em;
    background: #fdb714;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.flight-form .icon-box.style9 {
    display: inline-block;
}

.flight-form .icon-box.style9 .box-title {
    line-height: 1.2em;
}

.flight-form .icon-box.style9 > i {
    background: #01b7f2;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    width: 2em;
    height: 2em;
    line-height: 2em;
    margin-bottom: 15px;
}

.flight-form .icon-box.style10 {
    border: 1px solid #fdb714;
    margin-top: 20px;
    padding: 45px 20px 20px;
    position: relative;
    color: #7c9abd;
    text-align: center;
}

.flight-form .icon-box.style10 .box-title {
    color: #fff;
    margin-bottom: 15px;
}

.flight-form .icon-box.style10 > i {
    position: absolute;
    width: 72px;
    height: 72px;
    top: -36px;
    left: 50%;
    margin-left: -36px;
    font-size: 3em;
    color: #fff;
    background: #fdb714;
    line-height: 72px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.flight-form .icon-box.style10 .description {
    text-transform: none;
}

.flight-form .icon-box.style11, .flight-form .icon-box.style12 {
    display: table;
}

.flight-form .icon-box.style11 > .icon-wrapper, .flight-form .icon-box.style12 > .icon-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

.flight-form .icon-box.style11 > .icon-wrapper > i, .flight-form .icon-box.style12 > .icon-wrapper > i {
    color: #fdb714;
}

.flight-form .icon-box.style11 > .details, .flight-form .icon-box.style12 > .details {
    display: table-cell;
    vertical-align: middle;
}

.flight-form .icon-box.style11 > .icon-wrapper {
    width: 1.4em;
    text-align: left;
}

.flight-form .icon-box.style11 .details {
    text-transform: uppercase;
}

.flight-form .icon-box.style11 .details dl, .flight-form .icon-box.style11 .details dt, .flight-form .icon-box.style11 .details dd {
    font-size: 0.8333em;
}

.flight-form .icon-box.style11 .details .box-title {
    margin-bottom: 0;
    text-transform: none;
    margin-left: 15px;
}

.flight-form .icon-box.style12 > .icon-wrapper {
    width: auto;
}

.flight-form .icon-box.style12 > .icon-wrapper > i {
    border-color: #01b7f2;
    background: #01b7f2;
    color: #fff;
    font-size: 1.5em;
}

.flight-form .icon-box.style12 > .details {
    padding-left: 10px;
    margin: 0;
    text-transform: none;
}

.flight-form .icon-box.style12 > .details .m-title {
    margin: 0;
}

.flight-form .tab-container .tab-pane > .listing-style3 .details {
    padding-right: 0;
}

.flight-form .border-box {
    border: 15px solid #f5f5f5;
}

.flight-form .post {
    position: relative;
}

.flight-form .post figure img {
    width: 100%;
    height: auto;
}

.flight-form .post .entry-date {
    background: #2d3e52;
    padding: 7px 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 10px;
}

.flight-form .post .entry-date .date {
    margin: 0;
    font-size: 1.6667em;
    display: block;
    font-weight: normal;
}

.flight-form .post .entry-date .month {
    margin: 0;
    font-size: 0.8333em;
    font-weight: normal;
}

.flight-form .fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}

/* 2.22. Animated effect ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-form .animated {
    visibility: hidden;
}

/* 2.23. Parallax ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-form .parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    overflow: hidden;
}

/* 2.24. Page Loader ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-form .pace {
    user-select: none;
    background: #f5f5f5;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
    width: 100%;
    z-index: 999999;
    -webkit-backface-visibility: hidden;
}

.flight-form .pace-inactive {
    display: none;
}

.flight-form .pace .loading-page {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: none !important;
}

/*  3.1.3. Navigation */
.flight-form .menu > li {
    position: relative;
}

/* 3.1.4. Language flags */
.flight-form .lang-flag {
    padding-left: 20px !important;
}

.flight-form .lang-flag.en-us {
    background: url(../images/icon/flags/en-us.png) no-repeat left center;
}

/* 5. Search Results ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* 5.2. Flight ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-form .flight-routes.image-box .box {
    margin-bottom: 10px;
}

.flight-form .flight-routes .box {
    padding: 10px;
}

.flight-form .flight-routes .box figure {
    height: 40px;
    width: 40px;
    background: #f5f5f5;
    display: table;
}

.flight-form .flight-routes .box figure > a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.flight-form .flight-routes .box figure img {
    /*width: 70%;*/
    max-width: 100%;
}

.flight-form .flight-routes .box .details {
    padding: 5px 0 0;
    margin-left: 55px;
}

.flight-form .flight-routes .box .button {
    margin: 12px 5px 0 0;
}

.flight-form .flight-routes .box .box-title {
    margin-bottom: 0;
}

.flight-form .flight-list {
    margin-bottom: 0;
}

.flight-form .flight-booking-details .details {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid #f5f5f5;
}

/* 7. jQuery UI Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 7.1. UI Slider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-form .ui-slider {
    position: relative;
    text-align: left;
}

.flight-form .ui-slider.ui-slider-horizontal {
    height: 10px;
}

.flight-form .ui-slider.ui-slider-horizontal .ui-slider-range {
    height: 100%;
}

.flight-form .ui-slider.ui-slider-horizontal .ui-slider-handle {
    margin-left: -10px;
    top: -5px;
}

.flight-form .ui-slider.ui-widget-content {
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background: #f5f5f5;
}

.flight-form .ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    z-index: 1;
    border: none;
    background: #01b7f2;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.flight-form .ui-slider.slider-color-yellow .ui-slider-range {
    background: #fdb714;
}

.flight-form .ui-slider.slider-color-blue .ui-slider-range {
    background: #01b7f2;
}

.flight-form .ui-slider.slider-color-green .ui-slider-range {
    background: #98ce44;
}

.flight-form .ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #2d3e52;
    border: 2px solid #fff;
}

.flight-form .filters-container #rating {
    font-size: 24px;
}

.flight-form .filters-container #rating, .flight-form .editable-rating {
    display: inline-block;
}

.flight-form .filters-container #rating.ui-widget-content, .flight-form .editable-rating.ui-widget-content {
    background: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.flight-form .filters-container #rating.ui-slider-horizontal, .flight-form .editable-rating.ui-slider-horizontal {
    height: auto;
}

.flight-form .filters-container #rating.ui-slider-horizontal .ui-slider-handle, .flight-form .editable-rating.ui-slider-horizontal .ui-slider-handle {
    margin: 0;
    width: 0;
    height: 0;
    padding: 0;
    top: 0;
    visibility: hidden;
}

/* 7.2. DatePicker ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.datepicker-wrap {
    position: relative;
}

.datepicker-wrap .ui-datepicker-trigger {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: transparent;
    z-index: 1;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.datepicker-wrap:before {
    display: block;
    font-family: Font Awesome\ 5 Free;
    content: "\f073";
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    text-align: center;
    line-height: 34px;
    background: #fdb714;
}

.datepicker-wrap.yellow:after {
    background: #fdb714;
}

.datepicker-wrap.green:after {
    background: #98ce44;
}

.datepicker-wrap.blue:after {
    background-color: #01b7f2;
}

.datepicker-wrap.dark-blue:after {
    background-color: #2d3e52;
}

.datepicker-wrap.transparent:after {
    background-color: transparent;
    color: #fdb714;
}

.ui-datepicker {
    width: 20em;
    padding: 0;
    display: none;
    background: #fff;
    border: 1px solid #fdb714;
    z-index: 101 !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #fdb714;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 13px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-next.ui-state-disabled {
    visibility: hidden;
}

.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.ui-datepicker .ui-datepicker-prev {
    left: 24px;
}

.ui-datepicker .ui-datepicker-prev:before {
    border-right: 8px solid #fff;
}

.ui-datepicker .ui-datepicker-next {
    right: 0px;
}

.ui-datepicker .ui-datepicker-next:before {
    border-left: 8px solid #fff;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-title {
    margin: 4px;
    text-align: center;
    color: #fff;
    /*font-size: 1.1667em;
       font-weight: bold;*/
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    color: #4d4d4d;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 32% !important;
    height: auto;
    padding: 2px;
}

.ui-datepicker table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

.ui-datepicker th {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
}

.ui-datepicker th span {
    display: block;
    text-align: center;
    font-size: 1.1667em;
    font-weight: normal;
    color: #fdb714;
}

.ui-datepicker span.ui-datepicker-month {
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-calendar td {
    vertical-align: middle;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
    color: inherit;
    display: block;
    height: 30px;
    line-height: 30px;
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
    color: #B2B2B2;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td a:hover {
    background: #fdb714;
    color: #fff;
}

.ui-datepicker.yellow {
    border: 1px solid #fdb714;
}

.ui-datepicker.yellow .ui-datepicker-header {
    background: #fdb714;
}

.ui-datepicker.yellow th span {
    color: #fdb714;
}

.ui-datepicker.yellow .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.yellow .ui-datepicker-calendar td a:hover {
    background: #fdb714;
}

.ui-datepicker.green {
    border: 1px solid #98ce44;
}

.ui-datepicker.green .ui-datepicker-header {
    background: #98ce44;
}

.ui-datepicker.green th span {
    color: #98ce44;
}

.ui-datepicker.green .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.green .ui-datepicker-calendar td a:hover {
    background: #98ce44;
}

.ui-datepicker.blue {
    border: 1px solid #01b7f2;
}

.ui-datepicker.blue .ui-datepicker-header {
    background: #01b7f2;
}

.ui-datepicker.blue th span {
    color: #01b7f2;
}

.ui-datepicker.blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.blue .ui-datepicker-calendar td a:hover {
    background: #01b7f2;
}

.ui-datepicker.dark-blue {
    border: 1px solid #2d3e52;
}

.ui-datepicker.dark-blue .ui-datepicker-header {
    background: #2d3e52;
}

.ui-datepicker.dark-blue th span {
    color: #2d3e52;
}

.ui-datepicker.dark-blue .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker.dark-blue .ui-datepicker-calendar td a:hover {
    background: #2d3e52;
}

.destinations {
    text-align: left;
}

/* 9.2. Pages ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.flight-form .add {
    width: 100%;
    height: 30px;
    float: right;
    padding-top: 21px;
}

.flight-form .addbtn {
    display: inline-block;
    position: relative;
    height: 26px;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
    color: #444444;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    padding: 9px 5.5% 23px 5.5%;
    font-size: 100%;
    font-family: arial;
    line-height: 16px;
    border: 1px solid #e1e0e0;
    border-radius: 1px;
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient(top, #fefefe, #efeded);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#efeded));
    background-image: -webkit-linear-gradient(top, #fefefe, #efeded);
    background-image: -o-linear-gradient(top, #fefefe, #efeded);
    background-image: linear-gradient(to bottom, #fefefe, #efeded);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.flight-form .addbtn:hover {
    color: #000;
    text-decoration: none;
    background-color: #fefefe;
    background-image: -moz-linear-gradient(top, #efeded, #fefefe);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efeded), to(#fefefe));
    background-image: -webkit-linear-gradient(top, #efeded, #fefefe);
    background-image: -o-linear-gradient(top, #efeded, #fefefe);
    background-image: linear-gradient(to bottom, #efeded, #fefefe);
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.flight-form .addremove-main {
    border-bottom: solid 1px #CCCCCC;
    height: 2px;
    float: left;
    padding: 0px;
    margin-top: 13px;
}

.flight-form .addremove-up {
    width: 100%;
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    float: right;
}

.flight-form .remove {
    width: 26%;
    height: 30px;
    float: right;
}

.flight-form #tab {
    margin: 0 auto;
    float: left;
    height: 37px;
    width: 286px;
    margin-left: 6px;
    margin-bottom: 15px;
}

.flight-form #tab ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.flight-form #tab ul li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 37px;
}

.flight-form #tab ul li a {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    display: block;
    color: #333;
    background: url(http://res.perfectibe.com/IBE/C1/images/tab-bg.png);
}

.flight-form #tab ul li a.tab1 {
    background-position: 0 0;
    height: 37px;
    width: 87px;
}

.flight-form #tab ul li a.tab1:hover, #tab ul li a.tab1.active {
    background-position: 0 -37px;
    color: #fff;
    text-decoration: none;
}

.flight-form #tab ul li a.tab2 {
    background-position: -87px 0;
    height: 37px;
    width: 93px;
}

.flight-form #tab ul li a.tab2:hover, #tab ul li a.tab2.active {
    background-position: -87px -37px;
    color: #fff;
    text-decoration: none;
}

.flight-form #tab ul li a.tab3 {
    background-position: -180px 0;
    height: 37px;
    width: 106px;
}

.flight-form #tab ul li a.tab3:hover, #tab ul li a.tab3.active {
    background-position: -180px -37px;
    color: #fff;
    text-decoration: none;
}

.flight-form .anytime {
    margin-top: 25px;
}

.flight-form .nonstop {
    margin-top: 30px;
}

.flight-form .hourtxtselect {
    width: 100%;
}

.flight-form .ddlPaxDDLSelect {
    width: 60px;
}

.flight-form .carinner {
    width: 11.66666667%;
}

.flight-form .process_bg {
    background-color: #01b7f2;
}

.flight-form .process_bg h2 {
    color: #fff;
}

.flight-form .effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.flight-form .effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.flight-form .class_box_shadow {
    background: #E7E7E7 none repeat scroll 0% 0%;
    border: 5px solid white;
    position: relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
}

.flight-form .detailsbtn {
    padding: 0px 8px 0px 8px !important;
    margin-top: 5px;
}

.flight-form .addflight {
    background: #F5F5F5;
    font-size: 13px;
    color: #059BCC;
    text-align: right;
    font-family: arial;
    font-weight: bold;
}

.flight-form .moredetails {
    padding: 0px 0px 0px 0px !important;
    font-weight: bold;
    color: #01B7F2;
}

.flight-form .anone {
    margin-bottom: 10px !important;
}

.flight-form .antwo {
    background: #FFF;
    margin-left: 0px;
    margin-right: 0px;
}

.flight-form .anthree {
    background: none;
    padding: 0 0px;
}

.flight-form .anfour {
    margin-top: 15px;
    padding-left: 0px;
}

.flight-form .anfive {
    padding: 0px 0px 0px 10px;
}

.flight-form .ansix {
    padding: 0px 0px 0px 5px;
}

.flight-form .anseven {
    padding: 0px 0px 0px 15px;
}

.flight-form .aneight {
    padding: 0px 14px 0px 5px;
}

.flight-form .annine {
    padding: 0px 5px 0px 5px;
}

.flight-form .anten {
    width: 40px;
}

.flight-form .aneleven {
    visibility: visible;
    animation-duration: 1s;
    padding-left: 10px !important;
}

.flight-form .antwelve {
    position: inherit;
    z-index: 9;
    border: solid 1px #FDB714;
    background: #FFF;
    width: 100%;
    margin: 0px;
}

.flight-form .anthirteen {
    padding: 5px;
}

.flight-form .anforteen {
    padding: 0px 0px 0px 0px;
}

.flight-form .anfifteen {
    padding: 10px 0px 20px;
}

.flight-form .ansixteen {
    background: rgb(245, 245, 245) none repeat scroll 0% 0% !important;
}

.flight-form .anseventeen {
    padding: 6px 35px 4px 0px !important;
}

.flight-form .aneighteen {
    color: #000;
    font-size: 14px;
}

.flight-form .anninteen {
    height: auto;
    padding: 15px;
}

.flight-form .antwenty {
    color: #505050;
    font-weight: bold;
}

.flight-form .antwentyo {
    margin-top: 17px;
    float: right;
}

.flight-form .antwentytw {
    margin-bottom: 10px !important;
}

.flight-form .antwentyt {
    background: #FFF;
    margin-left: 0px;
    margin-right: 0px;
}

.flight-form .antwentyf {
    border: 1px solid #f3f3f3;
    padding-top: 5px !important;
}

.flight-form .headtop {
    text-align: center;
    background-color: #2b3c50;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

.flight-form .rowin {
    padding-left: -5px !important;
    padding-right: -5px !important;
}

.flight-form .iconcolor {
    color: #FDB714;
    font-size: 14px;
    font-weight: bold;
}

.flight-form .right {
    width: 40%;
    text-align: right;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    clear: right;
    margin-right: 0;
}

.flight-form .trip_summary_wrapper ul {
    margin: 0px;
    padding: 0px;
}

.flight-form .trip-summary-list ul {
    margin: 0px;
    padding: 0px;
}

.flight-form .trip-summary-list li {
    list-style: none outside none !important;
    padding-bottom: 4px;
    clear: both;
    margin: 0px;
    padding: 0px;
}

.flight-form .trip-summary-list .col {
    width: 60%;
    display: block;
    float: left;
}

.flight-form .trip-summary-list .right {
    width: 40%;
    text-align: right;
    clear: right;
    margin-right: 0;
}

.flight-form .expand-collapse-content {
    overflow: hidden;
    width: 100%;
    height: auto;
    display: none;
    margin: 2px 0 2px 0;
}

.flight-form .trip-summary-content {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.flight-form .trip-summary-content ul {
    margin: 0px;
    padding: 0px;
}

.flight-form .radio, .flight-form .checkbox {
    display: block;
    /* min-height: 20px; */
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.flight-form .faremain {
    margin-left: 0px !important;
}

.flight-form .listing-style3.flight .pricedetails {
    display: table-cell;
    padding-left: 15px;
    float: none;
}

.flight-form .processbartxt {
    padding: 0px 0px 0px 5px;
}

.flight-form .listing-style3.flight .priceamenities {
    margin-bottom: 10px;
    float: right;
}

.flight-form .priceairport {
    font-size: 15px;
    /*letter-spacing: 2px;*/
    text-align: left;
    line-height: 21px;
}

.flight-form .priceCarriers {
    padding: 0px 0 0 12px;
    color: #bbb;
    margin-top: 4px;
    font-weight: 300;
}

.flight-form .priceCarriers {
    font-size: 10px;
    color: #aaa;
    padding: 2px 6px 0 12px;
    text-align: right;
    float: right;
    margin-top: -35px;
}

.flight-form .ch_bx h5 {
    font-size: 8px;
    font-weight: bold;
    color: #999;
}

.flight-form .ch_bx1 {
    float: right;
}

.flight-form .ch_bx {
    float: left;
}

.flight-form .ch_bx1 h5 {
    font-size: 8px;
    font-weight: bold;
    color: #999;
}

.flight-form .pricearrow {
    /* margin-left: 34px; */
    width: 18%;
    text-align: center;
    padding: 0px;
    line-height: 29px;
}

.flight-form .pricereducepadd {
    padding-left: 0px !important;
    padding-right: 4px !important;
}

.flight-form .checkoutacinput {
    background: #E4E4E4;
    width: 100%;
    float: left;
}

.flight-form .checkoutacinputin {
    width: 85%;
    float: left;
}

.flight-form .checkoutacinputimg {
    width: 15%;
    padding: 6px;
    opacity: 0.3;
    float: left;
}

.flight-form .processrow {
    margin-left: 5px;
    margin-right: 5px;
}

.flight-form .processbutton {
    font-size: 1.4167em;
    font-weight: bold;
    background: #2D3E52;
    height: 45px;
    line-height: 34px;
}

.flight-form .processplus {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: solid 1px #fdb714;
    float: left;
}

.flight-form .processplus ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.flight-form .processplus li {
    background: #fdb714;
    padding: 10px 10px;
    float: left;
    color: #FFF;
    border-right: solid 2px #FFFFFF;
}

.flight-form .processplus li:last-child {
    border: none;
}

.flight-form .processplusin {
    background: #FFFFFF !important;
    padding: 3px 5px !important;
    color: #000 !important;
}

.flight-form .processinput {
    width: 20px;
    border: none;
    text-align: center;
    height: 28px;
}

.flight-form .processpadmar {
    margin-bottom: 0px !important;
    margin-left: 10px;
}

.flight-form .errorRedBorder {
    border: 1px solid red !important;
}

.flight-form .processdelet {
    padding: 9px 24px 9px 0px;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    font-weight: bold;
    color: #2D3E52;
}

.flight-form .processAddflight {
    background: #2D3E52;
    text-align: center;
    padding: 9px 9px 8px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.flight-form .processAddflight a {
    padding: 9px 9px 8px 9px;
    color: #fff;
}

.flight-form .processpaxpointer {
    cursor: pointer;
}

.flight-form .page-footer-container {
    height: 40px;
    background: #2d3e52;
}

.flight-form .processfooter {
    padding-top: 11px;
}

.flight-form .footerprocesslink {
    color: #FFF !important;
    text-decoration: none;
    padding-left: 0px;
    list-style-type: none;
}

/* 2.9. Tabs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.flight-form .tab-wrapper {
    background: #fff;
}

.flight-form .tab-wrapper .tab-container .tab-content .tab-pane {
    padding-left: 0;
    padding-right: 0;
}

.flight-form .tab-pane [class^="col-"], .tab-pane [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.flight-form .tab-pane .row {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.flight-form .tab-container {
    /* 2.9.1. Style 1 */
    /* 2.9.2. Transparent Tab */
    /* 2.9.3. Full Width Tab */
}

.tab-container ul.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tab-container ul.tabs li {
    float: left;
    padding-right: 4px;
    width: 25%;
}

.tab-container ul.tabs li:last-child {
    padding-right: 0;
}

.tab-container ul.tabs li a {
    color: #fff;
    display: block;
    padding: 0 5px;
    text-align: center;
    background: #d9d9d9;
    font-size: 1em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.tab-container ul.tabs li.active > a, .tab-container ul.tabs li:hover > a {
    color: #01b7f2;
    background: #fff;
}

.tab-container ul.tabs.full-width {
    display: block;
    /*margin-bottom: -4px;*/
}

.tab-container ul.tabs.full-width li {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.tab-container ul.tabs.full-width li a {
    padding: 0;
    text-align: center;
}

.tab-container ul.tabs:after {
    display: table;
    content: "";
    clear: both;
}

.tab-container .tab-content {
    background: rgba(255, 255, 255, 0.9);
}

.tab-container .tab-content .tab-pane {
    padding: 20px;
    line-height: 1.7em;
}

.tab-container .tab-content .tab-pane .row {
    /*margin-bottom: 15px;border-top: 1px solid #f5f5f5; padding: 20px 0;
&:first-child { border: none; padding-top: 0; }
&:last-child { padding-bottom: 0; }*/
}

.tab-container .tab-content .tab-pane > img {
    margin: 0 15px 0 0;
}

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

.tab-container .tab-content .tab-pane .image-box .details {
    padding-right: 0;
}

.tab-container.style1 ul.tabs {
    display: block;
    background: #fff;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #f5f5f5;
}

.tab-container.style1 ul.tabs li {
    padding-right: 10px;
}

.tab-container.style1 ul.tabs li a {
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    padding: 0 18px;
    color: #9e9e9e;
    font-weight: normal;
    font-size: 0.9167em;
    font-weight: bold;
}

.tab-container.style1 ul.tabs li.active > a, .tab-container.style1 ul.tabs li:hover > a {
    color: #fff;
    background: #01b7f2;
    position: relative;
}

.tab-container.style1 ul.tabs li.active > a:after, .tab-container.style1 ul.tabs li:hover > a:after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -10px;
    border-top: 5px solid #01b7f2;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
}

.tab-container.style1 ul.tabs li:hover > a:after {
    display: none;
}

.tab-container.style1 ul.tabs li.active:hover > a:after {
    display: block;
}

.tab-container.style1 ul.tabs.full-width li a {
    padding: 0;
}

.tab-container.trans-style {
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

.tab-container.trans-style ul.tabs {
    padding: 0 10px;
}

.tab-container.trans-style ul.tabs li a {
    filter: alpha(opacity=55.0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55.0)";
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    opacity: 0.55;
    background: #fff;
    color: #000;
    overflow: hidden;
}

.tab-container.trans-style ul.tabs li a i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.tab-container.trans-style ul.tabs li a i[class^="soap-icon"] {
    font-size: 20px;
}

.tab-container.trans-style ul.tabs li a:hover {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    color: #01b7f2;
}

.tab-container.trans-style ul.tabs li a:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.tab-container.trans-style ul.tabs li.active a {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #01b7f2;
}

.tab-container.trans-style ul.tabs li a:hover i, .tab-container.trans-style ul.tabs li.active a i {
    color: #fdb714;
}

.tab-container.full-width-style ul.tabs {
    width: 14%;
    float: left;
}

.tab-container.full-width-style ul.tabs:after {
    display: none;
    clear: none;
}

.tab-container.full-width-style ul.tabs li {
    float: none;
    margin: 0;
    padding-right: 0;
}

.tab-container.full-width-style ul.tabs li a {
    height: 100px;
    display: block;
    border-bottom: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5;
    background: #fff;
    color: inherit;
    font-size: 1.1667em;
    text-transform: none;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
    line-height: 2em;
}

.tab-container.full-width-style ul.tabs li a > i {
    color: #d9d9d9;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    overflow: hidden;
}

.tab-container.full-width-style ul.tabs li a:hover i:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

.tab-container.full-width-style ul.tabs li.active a, .tab-container.full-width-style ul.tabs li a:hover {
    color: #2d3e52;
}

.tab-container.full-width-style ul.tabs li a:hover i, .tab-container.full-width-style ul.tabs li.active a i {
    color: #fdb714;
    border-color: #fdb714;
}

.tab-container.full-width-style ul.tabs li:last-child.active a {
    border-bottom: none;
}

.tab-container.full-width-style ul.tabs li.active a {
    border-right-color: transparent;
}

.tab-container.full-width-style.arrow-left ul.tabs li {
    margin-bottom: 4px;
}

.tab-container.full-width-style.arrow-left ul.tabs li a {
    border: none;
    margin-right: 4px;
}

.tab-container.full-width-style.arrow-left ul.tabs li.active a {
    margin-right: 0;
    border-left: 2px solid #fdb714;
    position: relative;
}

.tab-container.full-width-style.arrow-left ul.tabs li.active a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-left: 3px solid #fdb714;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.tab-container.full-width-style.arrow-left .tab-content .tab-pane {
    padding: 30px;
}

.tab-container.full-width-style .tab-content {
    float: left;
    width: 86%;
}

.tab-container.full-width-style .tab-content .tab-content-title {
    color: #01b7f2;
}

.tab-container.full-width-style:after {
    display: table;
    content: "";
    clear: both;
}

/*-------------------------Hotel-----------------------*/

.flight-form .paxBox {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 35px;
    width: 100%;
    display: block;
    padding: 4px 8px 8px;
}

.flight-form .ico18 {
    font-size: 18px;
}

.flight-form .borderBtm {
    border-bottom: 1px solid #e6e6e6;
}

.flight-form .paxWrapCont .rowIcons {
    position: absolute;
    margin: 6px 0 0;
    right: 10px;
}

.flight-form .flight-form a:visited {
    color: #2c67b3;
}

[class^="icon-"], [class*=" icon-"] {
    /*font-family: 'go_font_v21' !important;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flight-form .icon-edit:before {
    content: "\e94e";
}

.flight-form .paxWrapCont .userselected {
    cursor: pointer;
}

.flight-form .bg-greyLtest1 {
    background-color: #f5f5f5;
}

.flight-form .paxWrapCont .tipLeft {
    position: relative;
}

.flight-form .pad10 {
    padding: 10px;
}

.flight-form .fl {
    float: left;
}

.flight-form .width100 {
    width: 100%;
}

.flight-form .posRel {
    position: relative;
}

.flight-form .pad5 {
    padding: 5px;
}

.flight-form .ico16 {
    font-size: 16px;
}

.flight-form .red {
    color: #f00;
}

.flight-form .ico14 {
    font-size: 14px;
}

.flight-form .ico15 {
    font-size: 15px;
}

.flight-form .padL5 {
    padding-left: 10px;
}

.flight-form .ico12 {
    font-size: 16px;
    font-weight: bold;
}

.flight-form .padT5 {
    padding-top: 3px;
}

.flight-form .grey {
    color: #666;
}

.flight-form .marginT2 {
    margin-top: 2px;
}

.flight-form .fb {
    font-weight: bold;
    font-style: normal;
}

.flight-form .lh1-2 {
    line-height: 1.2 !important;
}

.flight-form .ico13 {
    font-size: 13px;
}

.flight-form .padB5 {
    padding-bottom: 5px;
}

.flight-form .bg-greyLtest1 {
    background-color: #f5f5f5;
}

.flight-form .marginB10 {
    margin-bottom: 10px;
}

.flight-form .borderBtm {
    border-bottom: 1px solid #e6e6e6;
}

.flight-form .db {
    display: block;
}

.flight-form .width100 {
    width: 100%;
}

.flight-form .button.outlineBlue {
    border: 1px solid #7db921;
    color: #FFFFFF;
    background: #7db921;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: bold;
}

.flight-form .button {
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
    border: 0;
    font-size: 14px;
    -webkit-appearance: none;
}

.flight-form .margin5 {
    margin: 5px;
}

.flight-form .button.blue {
    background: #7db921;
    color: #fff;
}

.flight-form .button.xsmall {
    font-size: 11px;
    line-height: 1.5;
    padding: 5px 8px;
}

.flight-form .fr {
    float: right;
}

.flight-form .customSelect {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 60px;
    overflow: hidden;
    background-color: #fff;
    background: url("../images/selectArrow.png") no-repeat 100% 50%;
}

.flight-form .customSelect select {
    padding: 3px 5px;
    width: 100%;
    height: 21px;
    border: none;
    font-size: 14px;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.flight-form .widgetUserBlock {
    float: left;
    width: 25%;
    padding: 5px 0 0;
}

.flight-form .font10Lt {
    font-size: 10px;
    color: #999;
}

.flight-form .padT3 {
    padding-top: 3px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .flight-form .processplus li {
        background: #FDB714 none repeat scroll 0% 0%;
        padding: 6px 5px;
        float: left;
        color: #FFF;
        border-right: 2px solid #FFF;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }
    to {
        opacity: 0.0;
    }
}

.flight-form .blink {
    color: #e91010;
    text-decoration: none;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}


.flight-form .clsDLR {
    width: 5%;
    padding: 6px;
    float: left;
    background: #E4E4E4;
}

.flight-form .clsUSD {
    width: 15%;
    padding: 6px;
    float: right;
    background: #E4E4E4;
}

