
/*
Project: 	- GoFlyHome.com
Date: 		- 16/5/2015 

*/


/*------------ Base --------------*/

body {
    font: 400 14px/18px 'Trebuchet MS', Tahoma, sans-serif;
    color: #505050;
    background: #fbfbfb;
}

.no-radius {
    border-radius: 0;
    text-decoration: none;
}

a:hover {
    color: #edc429;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

.page-content .row {
    margin-top: 9px;
}

.clear {
    clear: both;
}

.h3,
h3 {
    font-size: 25px;
}


/*------------ Header Styles --------------*/

header {
    z-index: 5;
    position: relative;
}

.header-top {
    background: #1b468d;
    min-height: 50px;
}

.navbar-brand {
    padding: 0;
    position: absolute;
    display: block;
    z-index: 100;
}

.navbar {
    margin-bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    display: block;
    top: 0px;
    z-index: 5;
}

.navbar-header .menu-text {
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    padding: 16px;
}

.navbar-toggle {
    border: 1px solid #ffffff;
}

.navbar-toggle .icon-bar {
    background: #ffffff;
}

.navbar-nav {
    margin-bottom: 0;
}

.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 15px 24px 15px 30px;
}

.navbar-nav li a:hover {
    color: #edc429;
}

.navbar-nav li a:before {
    position: absolute;
    content: '';
    height: 13px;
    width: 1px;
    background: #ffffff;
    top: 39%;
    right: 0;
}

.navbar-nav li:last-child a {
    padding-right: 15px;
}

.navbar-nav li:last-child a:before {
    display: none;
}

.bg-color {
    background: rgba(0, 0, 0, 0.85);
}

.top-user-area {
    position: relative;
}

.top-user-area>ul>li {
    line-height: 50px;
}

.top-user-area .top-user-area-list {
    position: absolute;
    top: 0;
    right: 0;
}

.top-user-area .top-user-area-list>li {
    position: relative;
    border: none !important;
}

.top-user-area .top-user-area-list>li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.13);
    width: 1px;
}

.top-user-area .top-user-area-list>li:last-child:after {
    background: none;
}

.top-user-area .top-user-area-list>li>a {
    color: #ecedf6;
}

.top-user-area .top-user-area-list>li>a:hover {
    color: #edc429;
}

.top-user-area .top-user-area-list>li.top-user-area-avatar {
    font-weight: 400;
}

.top-user-area .top-user-area-list>li.top-user-area-avatar>a>img {
    width: 44px;
    height: 44px;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.top-user-area .top-user-area-list>li.top-user-area-avatar>a:hover>img {
    border: 2px solid #edc429;
}

.top-user-area .top-user-area-list>li.top-user-area-lang>a>img {
    margin-top: -2px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.top-user-area .top-user-area-list>li.top-user-area-lang>a:hover>img {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.top-user-area .top-user-area-list>li.top-user-area-lang .nav-drop-menu li a {
    line-height: 20px;
}

.top-user-area .top-user-area-list>li.top-user-area-lang .nav-drop-menu li a img {
    width: 20px;
    height: 20px;
}

.top-user-live-support .number-new{
    color: #fff !important;
    padding: 0 15px;
    display: block;
}

.top-user-live-support .fa-call{
    background: url(../images/call-number.svg) no-repeat left 0px;
    height: 34px;
    width: 40px;
    margin-top: 10px;
}

div.nav-drop {
    display: inline-block;
}

.nav-drop {
    position: relative;
    padding-right: 23px !important;
}

.nav-drop .fa-angle-up,
.nav-drop .fa-angle-down {
    position: absolute;
    right: 8px;
    line-height: inherit;
    top: 0;
    font-size: 90%;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-drop .fa-angle-up {
    top: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.nav-drop>.nav-drop-menu {
    min-width: 85px;
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    left: -19px;
    color: #fff;
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-drop>.nav-drop-menu>li>a {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    line-height: 1em;
    border-bottom: 1px solid #000000;
    display: block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-drop>.nav-drop-menu>li>a>.right {
    float: right;
}

.nav-drop>.nav-drop-menu>li>a:hover {
    background: #edc429;
}

.nav-drop>.nav-drop-menu>li:last-child>a {
    border-bottom: none;
}

.nav-drop>.nav-drop-menu>li:first-child>a:before {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #333 transparent;
    top: -10px;
    left: 10px;
}

.nav-drop.active-drop .fa-angle-up {
    top: 0;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
}

.nav-drop.active-drop .fa-angle-down {
    top: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.nav-drop.active-drop>.nav-drop-menu {
    height: auto;
    overflow: visible;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-center {
    display: table;
    margin: 0 auto;
}

.list-inline-block>li {
    display: inline-block;
}

.list-horizontal>li,
.list-inline>li {
    float: left;
    margin-right: 10px;
    padding: 0;
    display: block;
}

.list-horizontal>li:last-child,
.list-inline>li:last-child {
    margin-right: 0;
}

.list-horizontal.list-border>li,
.list-inline.list-border>li {
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid rgba(0, 0, 0, 0.13);
}

.list-horizontal.list-border>li:last-child,
.list-inline.list-border>li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.list-horizontal:after,
.list-inline:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.top-user-live-support{
    background-color: #7a7a82;
}

.top-user-live-support span {
    color: #ecedf6;
    float: left;
}

.top-user-live-support .number {
    font-size: 21px;
}

.top-user-live-support .fa {
    margin-top: 5px;
}


/*------------ Hero Banner Styles --------------*/

.heroBanner {
    /*max-height: 625px;*/
    width: 100%;
    background-color: #10346E;
    position: relative;
    z-index: 0;
    /*padding-bottom: 52px;*/
}

.heroBanner input[type="text"],
.heroBanner select {
    box-sizing: border-box;
    max-width: 100% !important;
    /*width: 100%;*/
}

.heroBanner .banner-content {
    /*min-height: 400px;*/
}

.heroBanner .banner-content .container {
    position: relative;
}

.heroBanner .banner-content .nav-tabs>li.active>a,
.heroBanner .banner-content .nav-tabs>li.active>a:focus,
.heroBanner .banner-content .nav-tabs>li.active>a:hover {
    background: #630040;
    border: none;
}

.heroBanner .banner-content .nav>li>a {
    padding: 10px;
}

.heroBanner .banner-content .nav-tabs>li {
    margin-left: 8px;
}

.heroBanner .banner-content .nav-tabs {
    border: none;
}

.heroBanner .banner-content .nav-tabs>li>a:hover,
.heroBanner .banner-content .nav-tabs>li>a {
    border: none;
}

.heroBanner .banner-content .nav-tabs>li>a {
    background: rgba(27, 70, 141, 0.6);
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 12px 12px 0 0;
}

.heroBanner .banner-content .tab-content {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin-top: 1px;
    color: #111212;
}

.heroBanner .banner-content .tab-content {
    padding: 20px;
    overflow: hidden;
}

.heroBanner .banner-content .tab-content .blank {
    visibility: hidden;
}

.heroBanner .banner-content .tab-content label {
    font-weight: 400;
    /*font-size: 1em;*/
    padding-left: 4px;
    line-height: 11px;
}

.heroBanner .banner-content .tab-content input {
    font-size: 11px;
    max-width: 250px;
}

.heroBanner .banner-content .tab-content input[type="submit"] {
    width: auto;
    font-size: 22px;
    padding: 10px 45px;
    background: #10346E;
    color: #ffffff;
}

.heroBanner .banner-content .tab-content input[type="submit"]:hover {
    background: #1b468d;
    color: #ffffff;
}

.heroBanner .banner-content .tab-content .form-control {
    height: 30px;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    font-size: 11px;
}

.heroBanner .banner-content .tab-content .form-textarea {
    height: auto;
    resize: none;
}

.heroBanner .banner-content .tab-content .fa.fa-calendar {
    position: absolute;
    top: 23px;
    left: 15px;
}

.heroBanner .banner-content .tab-content .span2 {
    padding-left: 32px;
}

.heroBanner .banner-content h3 {
    color: #edc429;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 65px;
}


/*------------ Icons Styles --------------*/

.fa {
    background-image: url(../images/icons-sprite.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
}

.fa.fa-user {
    background-position: 0 0;
    height: 34px;
    width: 40px;
}

.fa.fa-facebook {
    background-position: 0 -130px;
    float: right;
    height: 21px;
    width: 32px;
}

.fa.fa-plane {
    background-position: -4px -51px;
    float: left;
    height: 21px;
    width: 33px;
}

.fa.fa-bed {
    background-position: -4px -91px;
    float: left;
    height: 21px;
    width: 40px;
}

.fa.fa-calendar {
    background-position: -4px -166px;
    float: left;
    height: 21px;
    width: 40px;
}


/*------------ Tour box --------------*/

.feature-tours .panel {
    position: relative;
    border: none;
    margin-top: 25px;
    display: block;
}

.feature-tours .panel:hover .panel-heading {
    color: #edc429;
}

.feature-tours .panel .panel-heading {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    border: none;
}

.feature-tours .tour-thumb {
    padding: 0;
}

.feature-tours .tour-thumb figure img {
    width: 100%;
}


/*------------ Important Links --------------*/

.imp-links {
    text-align: center;
}

.imp-links .btn-default {
    background: #EFEFEF;
}

.imp-links .btn-default:hover {
    background: #E0DDDD;
}

.imp-links .btn-group-lg>.btn,
.imp-links .btn-lg {
    border-radius: 0;
    padding: 15px 24px;
    font-size: 15px;
    color: #727272;
    border: none;
}

.imp-links .btn-group-lg>.btn {
    border-right: 1px solid #E1E1E1;
    margin: 0;
}

.imp-links .btn-group-lg>.btn:last-child {
    border: none;
}

.imp-links .btn-group-lg>.btn:before {
    background: rgba(255, 255, 255, 0.13);
    content: "";
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
}

body:nth-of-type(1) .imp-links .btn-group-lg>.btn,
body:nth-of-type(1) .imp-links .btn-lg {
    padding: 6px 23px;
}

body:nth-of-type(1) .imp-links .btn-group-lg>.btn:last-child,
body:nth-of-type(1) .imp-links .btn-lg:last-child {
    padding: 6px 27px;
}


/*------------ Features box --------------*/

.feature-box .panel {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
}

.feature-box .panel h4 {
    font-weight: 700;
    margin-bottom: 0;
}

.feature-box .panel .panel-heading {
    padding: 0;
}

.feature-box .panel .panel-body {
    padding: 20px 0 0;
}

.feature-box .panel .panel-body .input-group {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.feature-box .panel .panel-body .btn {
    background: #b8e844;
    color: #ffffff;
    padding: 10px 67px;
    font-weight: 700;
}

.feature-box .panel .panel-body .facebook {
    background: #1b478d;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 20px 8px 13px;
    text-align: left;
    width: 185px;
}

.feature-box .panel .panel-body .facebook:hover {
    color: #ffffff;
    background: rgba(27, 71, 141, 0.8);
}

.feature-box .panel .panel-body .facebook span {
    display: inline;
}

.feature-box .panel .panel-body .facebook .fa {
    float: right;
}


/*------------ Footer --------------*/

.pageFooter {
    margin-bottom: 50px;
    border: 1px solid #4b4b4b;
    border-left: none;
    border-right: none;
}

.pageFooter .links a {
    border-right: 1px solid;
    color: #000;
    display: inline-block;
    line-height: 10px;
    padding: 0 8px 0 5px;
    text-align: center;
}

.pageFooter .links a:last-child {
    border: none;
}

.pageFooter .row {
    margin: 20px 0;
}

.pageFooter a:hover {
    color: #edc429;
}

.bookingEngine {
    position: relative;
    z-index: 1;
}

.bannersBg {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bannersBg>div {
    display: none;
    height: inherit;
    width: inherit;
}

.bannersBg>div:first-child {
    display: block;
    height: inherit;
    width: inherit;
}

.bannersBg .container {
    height: inherit;
    position: relative;
}

.bannersBg .banner-text-1 {
    position: absolute;
    bottom: 60px;
    right: 40px;
    font-size: 35px;
    font-weight: 700;
    color: #e9e9e9;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
    width: 290px;
    line-height: 40px;
}

.travelInsurance iframe {
    /*display: none;*/
    width: 100%;
    min-height: 700px;
}


/* Home Page */

.homeThumb,
.homeThumb .row {
    margin: 0;
}


/*.homeThumb{
    margin-bottom: 25px;
}*/

.homeThumb img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: 0.7s all ease;
}

.countryThumb {
    background-color: #000;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 0.3s all ease;
}

.countryThumb img {
    display: block;
    filter: alpha(opacity=65);
    opacity: 0.65;
    position: relative;
}

.countryThumb .countryName,
.countryThumb .countryNumber {
    background-color: rgba(16, 52, 110, 0.92);
    top: 0px;
    color: #edc429;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    left: 0;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 30px 5px 50px;
    position: absolute;
    transition: 0.3s all ease;
    margin: 0 !important;
    height: 32px;
}

.countryThumb .countryName {
    background-image: url(../images/call-icon.svg);
    background-position:  10px center;
    background-repeat: no-repeat;
}

.countryThumb .countryNumber {
    /*background-color: rgba(255, 255, 255, 0.5);*/
    bottom: 0px;
    /*color: #10346E !important;*/
    display: none;
}

.countryThumb:hover {
    box-shadow: 0 0 20px #000;
    z-index: 1;
}

.countryThumb:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1.1);
}

.countryThumb:hover .countryName,
.touch-device .countryName {
    background-color: rgba(16, 52, 110, 0.95);
    bottom: 0px;
}

.countryThumb:hover .countryNumber,
.touch-device .countryNumber {
    /*background-color: rgba(255, 255, 255, 0.75);*/
    bottom: 0;
}

.countrySlider {
    position: relative;
}

.countrySlider .owl-controls {
    position: absolute;
    top: 0;
}

.countrySlider .owl-page span {
    background-color: #111 !important;
}

.countrySlider .owl-page.active span {
    background-color: #fff !important;
}

.homeThumb [class*='col-'] {
    padding: 0;
}

.homeBannerImg {
    margin-top: 46px;
}

.bottomLiveHelp {
    font-size: 2.1em;
    margin: 25px 0px 0px;
}

.bottomLiveHelp>* {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.bottomLiveHelp .live-support {
    font-size: 0.7em;
}

.shorBannerAndText.row {
    margin: 30px -15px 45px;
}

.textMessage ul {
    background-color: #fff;
    box-shadow: 0px 0px 15px -9px #333;
    -webkit-box-shadow: 0px 0px 15px -9px #333;
    -moz-box-shadow: 0px 0px 15px -9px #333;
    -ms-box-shadow: 0px 0px 15px -9px #333;
    font-size: 1.2em;
    list-style: none;
    padding: 20px;
}

.textMessage li {
    background: transparent url("../images/tick.png") no-repeat scroll left 3px;
    margin: 5px 0px;
    padding: 3px 5px 3px 34px;
}

.smallAirwayBanner {
    box-shadow: 0px 0px 15px -9px #333;
    -webkit-box-shadow: 0px 0px 15px -9px #333;
    -moz-box-shadow: 0px 0px 15px -9px #333;
    -ms-box-shadow: 0px 0px 15px -9px #333;
}

.smallAirwayBanner img {
    height: auto;
    width: 100%;
}

.smallAirwayBanner .owl-controls {
    position: absolute;
    width: 100%;
}

.selectDate {
    box-sizing: border-box;
    display: block;
    background-position: -4px -162px;
    padding-left: 32px;
}

.formPage {
    background-color: #fefefe;
    padding: 50px 100px;
}

.btn-submit {
    width: auto;
    font-size: 22px;
    padding: 10px 45px;
    background: #EDC429 none repeat scroll 0% 0%;
    color: #FFF;
}

.contactMap {
    margin-bottom: 20px;
    min-height: 450px;
    width: 100%;
}


/* Terms & conditions */

.termsAndConditionDiv h3 {
    background: url(../images/accordion.png) no-repeat right 8px #f0f0f0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    font-size: 1.25em;
    margin: 0;
    padding: 7px 10px;
}

.termsAndConditionDiv h3.active {
    background-position: right -94px;
}

.termsAndConditionDiv .answer {
    display: none;
    padding: 10px;
}


/* End Terms & conditions */

.full {
    display: block;
    height: auto;
    max-width: 100%;
}

#divSuccess p {
    margin: 0;
}

.customeModalCSS * {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.customeModalCSS .telNumber{
    font-size: 2em;
}

.customeModalCSS .modal-title {
    color: #10346E;
    font-size: 1.7em;
}

.customeModalCSS .modal-body {
    font-size: 1.3em;
}

.customeModalCSS .countrySpecialist {
    color: #EDC429;
    font-style: italic;
}

.customeModalCSS .or::before,
.customeModalCSS .or::after {
    content: "";
    width: 15px;
    display: inline-block;
    border-bottom: 1px solid #505050;
    margin: 4px 10px;
}


/*------------ Media Queries --------------*/

@media (min-width: 1264px) {
    .container {
        width: 1264px;
    }
}

@media (max-width: 992px) {
    .top-user-area .top-user-area-list {
        position: relative;
        display: inline-block;
        margin: 20px 0 0;
    }
    .homeBannerImg {
        margin: 10px 0 30px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        width: 23.8%;
    }
    .top-user-area {
        position: relative;
        float: right;
    }
    /*.heroBanner .banner-content h3 {
        margin-top: 25px;
    }*/
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        width: inherit;
    }
    .formPage {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .heroBanner .banner-content .tab-content {
        padding: 10px;
    }
    .heroBanner .banner-content .tab-content [class*='col-'] {
        padding: 0 10px;
    }
    .heroBanner .banner-content .tab-content label {
        font-size: 0.85em;
    }
    .bookingform {
        margin-left: -15px;
        margin-right: -15px;
    }
    .flights-form {
        padding: 10px;
    }
    .h2,
    h2 {
        font-size: 20px;
    }
    .h2 .fa.fa-bed,
    h2 .fa.fa-bed {
        width: 33px;
    }
    .navbar-nav li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .navbar-nav li a:before {
        display: none;
    }
    .heroBanner .banner-content .h3,
    .heroBanner .banner-content h3 {
        font-size: 18px;
        margin-top: 68px;
    }
    .heroBanner .fa.fa-plane,
    .heroBanner .fa.fa-bed {
        float: none;
    }
    .imp-links .btn-group-lg>.btn {
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0.13);
    }
    .imp-links .btn-group-lg>.btn:before {
        background: rgba(255, 255, 255, 0.13);
        content: "";
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0;
        height: 1px;
    }
    .imp-links .btn-group>.btn:first-child {
        margin-left: -1px;
    }
    .feature-box {
        text-align: center;
    }
    .feature-box .panel-body p {
        text-align: justify;
    }
    .feature-box .panel-body .facebook {
        margin: 0 auto;
    }
    .formPage {
        padding: 10px;
    }
}

@media (max-width: 1000px) {
    .top-user-area {
        position: relative;
        margin-top: 70px;
    }
    .navbar-brand {
        width: 50%;
        left: 50%;
        margin-left: -25%;
    }
    .top-user-area {
        /*margin-left: 12%;
        float: left;*/
        float: none;
        text-align: center;
    }
    .top1Links {
        text-align: center;
    }
    .top1Links ul {
        float: none;
    }
}

@media (max-width: 650px) {
    .homeThumb h3 {
        padding: 0 15px;
    }
    .top-user-area {
        float: none;
        margin-left: 0;
    }
    .list-horizontal>li,
    .list-inline>li {
        width: 50%;
        text-align: center;
    }
    .list-horizontal.list-border>li,
    .list-inline.list-border>li {
        margin: 0;
        padding: 0;
    }
    .list-horizontal.list-border>li:last-child,
    .list-inline.list-border>li:last-child {
        width: 100%;
    }
    .top-user-live-support span {
        float: none;
    }
    .top-user-area .top-user-area-list>li:nth-child(2):after {
        display: none;
    }
    .top-user-area-lang {
        display: none !important;
    }
    body .list-horizontal.list-border li {
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13) !important;
        padding: 10px 0 !important;
    }
    body .list-horizontal.list-border li:after {
        display: none;
    }
    body .top-user-area .top-user-area-list {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .navbar-brand {
        left: 50%;
        margin-left: -40%;
        width: 80%;
    }
    .top-user-area {
        margin: 50px 0 10px;
    }
    .nav-drop>.nav-drop-menu {
        left: 12px;
    }
    .heroBanner .banner-content .tab-content label {
        line-height: 15px;
    }
    .top-user-area>ul>li {
        line-height: 20px;
    }
}

.deals-online {
    width: 100%;
    height: auto;
}


/* Designated Section */

.designated-section {
    background-color: #1b478e;
    padding-bottom: 52px;
    margin-bottom: -52px;
}

.designated-section .row {
    margin: 0;
}


/* Caption for Heading */

.caption-call {
    clear: both;
    padding: 32px 0;
    text-align: center;
    display: none;
}

.caption-call h3 {
    margin: 0 !important;
    color: #edc429;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}


/* Flight Tabs */

.flightTabs {
    display: block;
    margin: 0 0 15px;
    border: none !important;
}

.flightTabs .btn {
    background-color: #fcfcfc !important;
    border-left: 1px solid #eaeaea;
    color: #003c6f !important;
    font-size: 1em;
    font-weight: 700 !important;
    margin: 0 !important;
    position: relative;
}

.flightTabs .btn:first-child {
    border-left: none;
}

.flightTabs input[type=radio] {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
}

.flightTabs .btn-primary {
    background-color: #1b478e !important;
    border-color: transparent;
    color: #fff !important;
}

.flightTabs::after {
    content: '';
    display: block;
    clear: both;
}

.depArrivalTime {
    overflow: hidden;
    text-indent: -999em;
}

.bookingEngineWrap {
    background-color: #7a7a82;
    padding: 15px;
}

.bookingEngineWrap h4 {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
}

.bookingEngine {
    padding: 30px 0 45px;
}

.bookingEngine .row {
    position: relative;
}

.bookingEngine [style*=table-row] {
    display: block !important;
}

.bookingEngine .sectionDiv .tab-container {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    background-color: rgba(237, 237, 237, .5);
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.bookingEngine .date,
.bookingEngine .dropdown,
.bookingEngine input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;*/
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
}

.bookingEngine .date,
.bookingEngine .dateBox {
    background-image: url(../images/date-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.bookingEngine .dropdown {
    position: relative;
    white-space: nowrap;
}

.bookingEngine .dropdown:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #060f1a;
}

.bookingEngine label {
    color: #fff;
    font-size: .85em;
    font-weight: 700;
    margin-bottom: 1px;
}

.bookingEngine .checkbox {
    background: url(../images/checkbox.svg) 0 top no-repeat;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.bookingEngine .checkbox.active {
    background-position: 0 -65px;
}

.bookingEngine .checkbox input[type=checkbox] {
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bookingEngine .submitButton {
    background-color: #800000;
    display: block;
    font-weight: 700;
    color: #fff;
    width: 100%;
    margin: 15px 0;
}

.cust-part .form-group{
    display: inline-block;
    margin-right: 15px;
}

.cust-part .classCabin{
    width: 150px;
}

@media screen and (min-width: 768px) {
    .bookingEngine .submitButton {
        display: inline-block;
        padding: 10px 40px;
        width: initial;
    }
}

/*@media screen and (min-width: 900px) {
    .bookingEngineWrap {
        padding: 15px 30px;
    }
}*/

@media screen and (max-width: 1366px){
    .container{
        width: 100%;
    }
}


/* Social Icons */
.social-icons {
    
}

.social-icons a {
    background: url("../images/social-icons.svg") no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    margin: 7px 12px 0 0;
    height: 35px;
    width: 35px;
    text-indent: -999em;
    overflow: hidden;
    transition: .2s ease-in-out all;
    -moz-transition: .2s ease-in-out all;
    -webkit-transition: .2s ease-in-out all;
    -o-transition: .2s ease-in-out all;
    -ms-transition: .2s ease-in-out all;
}

.social-icons a.fb {
    background-position: 0 -36px;
}

.social-icons a.fb:hover {
    background-position: -36px -36px;
}

.social-icons a.li {
    background-position: 0 -108px;
}

.social-icons a.li:hover {
    background-position: -36px -108px
}

.social-icons a.t {
    background-position: 0 -144px;
}

.social-icons a.t:hover {
    background-position: -36px -144px;
}

.social-icons a.g {
    background-position: 0 -72px;
}

.social-icons a.g:hover {
    background-position: -36px -72px;
}