/*
 New styles for the enquiry form.
 */

#enquiryform #moreflights {
    display: none;
}
#enquiryform input.error,
#intro #enquiryform input.error {
    background-color: #FF8080;
}
#enquiryform input.disabled,
#intro #enquiryform input.disabled {
    background-color: #999;
    cursor: default;
}

#moreflights_add {
    display: none;
}
#searchFaresProgress {
    width: 80%;
    margin:0px auto;
    background-color: #3c3b4d;
    padding: 0;
    margin-top: 10px;
}
#search-fares-container #intro-right {
}
#search_fares_title h3{
    color:#FFF;
}
#searchfaresBar {
    width: 1%;
    height: 30px;
    background-color: #ABFF0B;
    -webkit-transition: width 0.17s; /* Safari */
    transition: width 0.17s;

}
#searchfaresBar p {
    overflow: hidden;
}
#progressBarNumber{
    color: #000;
    font-size: 21px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    font-family: KlavikaBasicBoldRegular;
    height: 100%;
    float: left;
    margin-top:0;
    line-height: 32px;

}
#intro .enquiry-field-info,  .enquiry-field-tooltip, .page #var2box-container {
     display: none;
 }
 .enquiry-field-info,  .enquiry-field-tooltip, .page #var2box-container {
     display: block;
 }
#intro #enquiry_form #form-submit-btn[disabled] {
    cursor: default;
    color: #908c62;
    background: #7cbd02;
    background: -webkit-gradient(linear, left top, left bottom, from(#a5c073), to(#7cbd02));
    background: -moz-linear-gradient(top, #a5c073, #7cbd02);
    background: linear-gradient(to top, #a5c073, #7cbd02);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5c073', endColorstr='#7cbd02');
}

.enquiry-success-container {
    display: none;
}

/*
 * Enquiry Error Dialog
 */
#enquiry-dialog .overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 999;
}
#enquiry-dialog .dialog {
    display: none;
    position: absolute;
    left: 50%;
    top: -300px;
    width: 350px;
    border: solid 1px #4E4E64;
    background: #fff;
    box-shadow: 1px 1px 9px rgb(134, 134, 134);
    padding: 0;
    margin: -75px 0 0 -175px;
    z-index: 1000;
}
#enquiry-dialog .dialog .dialog-header {
    padding: 0;
    position: relative;
    border-bottom: solid 1px #4E4E64;
    background: rgba(78, 78, 100, 0.95);
    height: 37px;
}
#enquiry-dialog .dialog .dialog-header h3 {
    margin: 0;
    font-size: 30px;
    padding: 5px;
    display: inline-block;
    color: #ABFF0B;
}
#enquiry-dialog .dialog .dialog-header a {
    display: inline-block;
    margin: 0;
    padding: 4px 7px 2px 3px;
    position: absolute;
    top: 5px;
    right: 4px;
}
#enquiry-dialog .dialog .dialog-header a:hover {
    background: rgb(107, 107, 130);
}


#enquiry-dialog .dialog .dialog-body {
    padding: 10px;
    font-size: 13px;
    color: #4E4E64;
    background-color: #fff;
}
#enquiry-dialog .dialog .dialog-body p {
    margin-bottom: 10px;
    font-family: KlavikaBasicRegularRegular, Arial, sans-serif;
}

#enquiry-dialog .dialog .dialog-footer {
    padding: 0;
    position: relative;
    border-bottom: solid 1px #4E4E64;
    background: #4E4E64;
    height: 37px;
}
#enquiry-dialog .dialog .dialog-footer button {
    display: inline-block;
    height: 27px;
    width: 100px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -50px;
    background: #ABFF0B;
    color: #4E4E64;
    font-family: KlavikaBasicBoldRegular, Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 10px;
}
#enquiry-dialog #enquiry-dialog-crm-error {
    display: none;
}

#search-for-hotels:hover,
#search-private-fares:hover {
    color:#3c3c4d;
    background: #f0ff99;
}

/* Chrome and Safari */
#search-private-fares::-webkit-input-placeholder {
    color: #000000!important;
    opacity: 1.0!important;
}
#search-private-fares:focus::-webkit-input-placeholder {
    color: #cbcbcb!important;
}

/* Firefox 18 and lower */
#search-private-fares::-moz-placeholder{
    color: #4E4E64!important;
    opacity: 1.0!important;
}
#search-private-fares:focus::-moz-placeholder{
    color: #cbcbcb!important;
}
#search-private-fares::-moz-placeholder {
    color: #000000!important;
    opacity: 1.0!important;
}
#search-private-fares:focus::-moz-placeholder {
    color: #cbcbcb!important;
}

/* Firefox 19 and higher */
#search-private-fares:-moz-placeholder{
    color: #000000!important;
    opacity: 1.0!important;
}
#search-private-fares:focus:-moz-placeholder{
    color: #cbcbcb!important;
}
#search-private-fares:hover{
    color:#3c3c4d;
    background: #f0ff99;
}
.search_fares_icon{
        color:#f9f9f9;
}
#clrbox-footer-enquiry-form{
    float: left;
    display: block;
    clear: both;
    width: 100%;
    height: 5px;
}
#clrbox-before-form-fields{
    float: left;
    display: block;
    clear: both;
    width: 100%;
    height: 35px;
}
#clrbox-third-step{
    float: left;
    display: block;
    clear: both;
    width: 100%;
    height: 74px;

}
#intro h1 {
    text-transform: capitalize;
}
#search-fares-container,
#colect-personal-data-container{
    display: none;
}
.new-enquiry.enquiry-success-container{
    background: none;
}
#enquiry_form #sidebar_enquiry_form_container input.airport_selector{
    width: 233px;
    height: 23px;
    border: none;
}

#enquiry_form  #sidebar_enquiry_form_container .mc_flight_container input.airport_selector{
    width: 211px;
    height: 23px;
    border: none;
}
#sidebar_enquiry_form_container #abta-box ,#sidebar_enquiry_form_container #iata-box,#sidebar_enquiry_form_container #trust-logo{
    display: none;
}
#sidebar_enquiry_form_container  #saveAndSecure {
    width: 230px;
    float: left;
    text-align: left;
    margin-left: 0px;
    padding-top: 5px;
}

#sidebar_enquiry_form_container #search_fares_title {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    background-color: #3c3b4d;
    float: left;
    clear: both;
    min-width: 100%;
}
#sidebar_enquiry_form_container #search_fares_title h3 {
    text-align: center;
    font-size: 23px;
}
#sidebar_enquiry_form_container .search_fares_benefits {
    width: 100%;
    display: block;
    min-width: 100%;
    margin: 20px auto;
    color: white;
    margin-bottom: 11px;
    padding-left: 20px;
}
#sidebar_enquiry_form_container .search_fares_benefits div {
    float: left;
    width: 85%;
    font-size: 15px;
    margin-top: 10px;
    text-align: left;
}
#sidebar_enquiry_form_container .search_fares_benefits div i{
    margin-left: -20px;
}
#sidebar_enquiry_form_container #colect-personal-data-container .title-overlay h1{
    color: #ABFF0B;
    text-align: center;
}

#sidebar_enquiry_form_container #colect-personal-data-container .search_fares_sub_title {
    font-size: 16px;
    text-align: center;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}
#intro.new-enquiry #enquiry_form #return label , #intro.new-enquiry #enquiry_form #travelclass2 label , #intro.new-enquiry #enquiry_form #hotel label{
    padding-bottom: 0px;
    padding-top: 0px;
    color: #FFF;
    font-weight: 100;
    font-size: 14px;
    font-family: "KlavikaBasicRegularRegular" , "Lucida Grande",sans-serif;
}

/*#intro.new-enquiry #enquiry_form #moreflights input.airport_selector {
    width:186px;
}*/
/*#intro.new-enquiry #enquiry_form input.airport_selector{
    padding-left: 30px;
    width: 218px;
}*/
/*.depart-to-icon, .depart-from-icon{
    color: #c7c7c7;
    position: absolute;
    margin-left: 7px;
    z-index: 1;
    font-size: 23px;
    margin-top: 7px;
}*/
#intro.new-enquiry .protected{
    width: 207px;
    margin: 15px 0 0 -14px;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    text-align: center;
    line-height: 17px;
}

.sk-spinner {
    color: #f9f9f9;
    height: 60px;
    width: 60px;
    background-size: 60px;
    background-position: center;
    z-index: 5;
    margin: 10px auto;
}

.spinner_icon_search_fares{
    margin: 8px auto;
    color: #FFF;
    font-size: 50px;
}
#intro.new-enquiry #enquiryform input:focus::-moz-placeholder,
#intro.new-enquiry #enquiryform textarea:focus::-moz-placeholder
{
    color: #000000 !important;
    opacity: 1.0 !important;
}
@media screen and (min-width: 954px) {
    #intro.new-enquiry i.fa-user {
        position: absolute;
        margin-top: 36px;
        left: 0;
        font-size: 24px;
        float: left;
        margin-left: 25px;
    }

    #intro .col3{
        width:32%;
        display:inline-block;
        vertical-align: top;
    }

    .col3{
        width:99%;
        display:inline-block;
        vertical-align: top;

    }
    #saveAndSecure{
        width: 233px;
        float: left;
        text-align: left;
        margin-left: -21px;
        padding-top: 0px;
    }
    #abta-box{
        width: 130px;
        float: left;
        position: relative;
        height: 50px;
        overflow: hidden;
        margin-top: 11px;
        margin-left: -30px;
    }
}
@media screen and (min-width: 748px) {

    .new-enquiry #trust-logo{
        display: none;
    }
    #intro #enquiry_form.the-new-enquiry #safe {
        display: inline-block;
        margin-left: 0px;
        margin-top: 10px;
    }
    #iata-box img{
        width: 74px;
        margin-top: -13px;
    }

    #iata-box{
       width: 130px;
       float: left;
       position: relative;
       height: 50px;
       overflow: hidden;
       margin-top: 6px;
       margin-left: -30px;
    }
    #abta-box img{
        width: 110px;
        margin-top: -31px;
    }
    .new-enquiry #title-bottom {
        margin-top: 30px;
    }
    #search-for-hotels,
    #search-private-fares{
        padding: 8.5px 8px!important;
        cursor: pointer;
        text-shadow: none;
        color: #3c3c4d;
        box-shadow: none;
        border-radius: 3px;
        font-size: 22px;
        float: right;
        font-family: KlavikaBasicRegularRegular;
        margin-top: 13px;
        border: 1px solid #ABFF0B;
        background: #D6FF99FF;
        background: -webkit-gradient(linear, left top, left bottom, from(#D6FF99FF), to(#ABFF0B));
        background: -moz-linear-gradient(top,  #D6FF99FF,  #ABFF0B);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6FF99FF', endColorstr='#ABFF0B');
    }
    #search_fares_title h3 {
        text-align: center;
        padding: 20px;
    }
    .search_fares_benefits div {
        float: left;
        width: 100%;
        font-size: 15px;
        margin-top: 10px;
        text-align: left;

    }

    .search_fares_benefits div .fa-check-circle{
        color:#ABFF0B;
        margin-right: 10px;
    }
    .search_fares_benefits{
        width: 437px;
        display: block;
        min-width: 305px;
        margin: 20px auto;
        color: white;
        margin-bottom: 11px;
    }
    .search_fares_separator{
        height: 30px;
        float: left;
        margin-top: 20px;
        clear: both;
    }
    #search_fares_title{
        width: 80%;
        min-width: 300px;
        margin: 0px auto;
        text-align: center;
        background-color: #3c3b4d;
    }
    .search_fares_sub_title{
        font-size: 20px;
        text-align: center;
        line-height: 27px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: white;
    }

}
@media screen and (max-width: 748px) {

    .new-enquiry #title-bottom {
        margin-top: 30px;
    }
    #search-for-hotels,
    #search-private-fares{
        float: left;
        margin-top: -114px;
        clear: both;
        padding: 8.5px 8px!important;
        cursor: pointer;
        text-shadow: none;
        color: #3c3c4d;
        box-shadow: none;
        border-radius: 3px;
        margin-bottom: 20px;
        font-size: 22px;
        font-family: KlavikaBasicRegularRegular;
        float: right;
        border: 1px solid #ABFF0B;
        background: #D6FF99FF;
        background: -webkit-gradient(linear, left top, left bottom, from(#D6FF99FF), to(#ABFF0B));
        background: -moz-linear-gradient(top,  #D6FF99FF,  #ABFF0B);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6FF99FF', endColorstr='#ABFF0B');
    }
    #sidebar_enquiry_form_container  #search-private-fares{
        padding: 8.5px 8px!important;
        cursor: pointer;
        text-shadow: none;
        color: #3c3c4d;
        box-shadow: none;
        margin-bottom: 20px;
        border-radius: 3px;
        margin-bottom: 20px;
        font-size: 22px;
        font-family: KlavikaBasicRegularRegular;
        float: right;
        margin-top: 13px;
        border: 1px solid #ABFF0B;
        background: #D6FF99FF;
        background: -webkit-gradient(linear, left top, left bottom, from(#D6FF99FF), to(#ABFF0B));
        background: -moz-linear-gradient(top,  #D6FF99FF,  #ABFF0B);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6FF99FF', endColorstr='#ABFF0B');
    }
    #search_fares_title h3 {
        text-align: center;
        padding: 10px;
        width: 90%;
        font-size: 13px;
        margin-top: 10px;
        text-align: left;
        clear: both;
        padding-left: 24px;
    }
    .search_fares_benefits div {
        float: left;
        width: 90%;
        font-size: 14px;
        margin-top: 10px;
        text-align: left;
        margin-left: 20px;
    }
    .search_fares_benefits div span {
        color: #ABFF0B;
    }
    .search_fares_benefits div .fa-check-circle{
        color:#ABFF0B;
        margin-right: 10px;
        margin-left: -24px;
    }
    .search_fares_benefits{
        display: block;
        margin: 20px auto;
        color: white;
        margin-bottom: 11px;
        float: left;
        margin-left: 11px;
    }
    .search_fares_separator{
        height: 30px;
        float: left;
        margin-top: 20px;
        clear: both;
    }
    #search_fares_title{
        width: 250px;
        margin: 0px auto;
        text-align: center;
        background-color: #3c3b4d;
        font-size: 15px;
    }
    .new-enquiry #trust-logo{
        margin-top: 20px;
        opacity: 0

    }
    #intro.new-enquiry #title-bottom img, .protected{
        display: block;
    }
    #intro.new-enquiry #title-bottom  .protected{
        font-size: 9px;
        width: 86px;
        margin-left: -4px;
        line-height: 9px;
        text-align: left;
    }
    #intro.new-enquiry #title-bottom #trust-logo img{
        margin-left: 87px;
        float: left;
        display: inline-block;
        clear: both;
        width: 36px;
        margin-top: -33px;
    }
    #intro #enquiry_form.the-new-enquiry #safe {
        display: inline-block;
        margin-left: 0px;
        margin-top: 10px;
    }
    #iata-box img{
        width: 74px;
        margin-top: -13px;
    }
    #abta-box{
        width: 72px;
        position: relative;
        height: 40px;
        overflow: hidden;
        margin-top: -38px;
        margin-left: 131px;
        display: inline-block;
        float: left;
        clear: both;
    }
    #iata-box{
        width: 57px;
        float: right;
        position: relative;
        margin-top: -37px;
        margin-right: -3px;
        display: inline-block;
        clear: both;
    }
    #abta-box img{
        width: 74px;
        display: block;
        margin-top: -19px;
        height: 84px;
    }
    .new-enquiry #title-bottom {
        margin-top: 30px;
    }

    #saveAndSecure{
        display: none;
        width: 230px;
        float: left;
        text-align: left;
        margin-left: -21px;
        padding-top: 5px;
    }
    #intro.new-enquiry  .final-step-personal-details #trust-logo.final-step,
    .final-step-personal-details #abta-box,
    .final-step-personal-details #iata-box,
    .final-step-personal-details #saveAndSecure{
        display: none;
    }
    .search_fares_sub_title{
        font-size: 14px;
        text-align: center;
        line-height: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: white;
    }
}

.step2_text_desktop{
    color:#FFF;
    font-family: KlavikaBasicRegularRegular, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.search_fares_container .step2_text_desktop span {
    color: #ABFF0B;
}
.search_fares_container {
    width: 100%;
    display: block;
    min-width: 100%;
    margin: 23.5px auto;
    color: white;
}
 .quick-quote #enquiry_form #first-step-container{
    margin-bottom: 15px;
}
.quick-quote #enquiry_form .spinner_icon_search_fares {
    margin: 8px auto;
    color: #FFF;
    font-size: 42px;
}
.quick-quote #enquiry_form .step2_text_desktop {
    margin-top: 11px;
    float: left;
}
.quick-quote #enquiry_form #search-private-fares{
        padding: 8.5px 8px!important;
        cursor: pointer;
        text-shadow: none;
        color: #3c3c4d;
        box-shadow: none;
        border-radius: 3px;
        margin-top:5px;
        font-size: 22px;
        float: none;
        font-family: KlavikaBasicRegularRegular;
        margin-top: 13px;
        border: 1px solid #ABFF0B;
        background: #D6FF99FF;
        background: -webkit-gradient(linear, left top, left bottom, from(#D6FF99FF), to(#ABFF0B));
        background: -moz-linear-gradient(top,  #D6FF99FF,  #ABFF0B);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6FF99FF', endColorstr='#ABFF0B');
    }


#searchingFaresResult{
    font-size: 0.8em;
    margin-top: 14px;
}

.sidebarFaresResult#searchingFaresResult{
    font-size: 0.6em;
    margin-top: 14px;
}

.abtestSidebar{
    margin-top: 30px;
    float: left;
    width: 100%;
    height: 1px;

}




/* Thank you page */

@media screen and (min-width: 748px) {

    .success-container-tick{
        color: #ABFF0B !important;
    }
    .successform-container .successformtitle{
        font-family:KlavikaBasicBoldRegular;
        color:#FFFFFF !important;
        margin-top: -10px;
        text-align:center!important;
        padding-bottom:19px!important;
        padding-top:16px!important;
    }
    .successform-container .successformsubtitle{
        color:#FFFFFF !important;
        font-size: 20px;
        line-height: 22px;
        margin-top:20px;
        padding-bottom:4px;
        text-align: center;
        font-weight: bold;
    }
    .successform-container .successformWorkingHours{
        color:#FFFFFF !important;
        font-size: 13px;
        padding-bottom:4px;
        text-align: center;
        font-weight: bold;
    }
    .trustpilot-wodget-succes-container{
        width: 170px;
        margin:15px auto;
    }
    .successform-container{
        padding-top: 20px;
    }
    .social-buttons{
        font-family: 'KlavikaBasicBoldRegular';
        font-size: 39px;
        height: 38px;
        position: relative;
        width: 124px;
        display: block;
        margin: -20px auto;
        padding-bottom: 25px;
    }
    .social-buttons a i{
        color: #FFFFFF
    }
    .social-buttons a i:hover{
        color: #dedddd;
        cursor: pointer;
    }
    .post_widget {
        float: left;
        margin-bottom: 15px;
    }

    .post_widget ul li .post_thumbnail img.wp-post-image,
    .post_widget ul li .post_thumbnail img.attachment-thumbnail,
    .post_widget ul li .post_thumbnail img.attachment-medium,
    .post_widget ul li .post_thumbnail img.attachment-large,
    .post_widget ul li .post_thumbnail img.attachment-full
    {
        display: block !important;
        width: 100%;
        max-height: 160px;
        margin: 0px !important;
    }

    .post_widget ul li a.read_more_button:hover {
        color:#3c3c4d;
        background: #f0ff99;
    }
    .post_widget ul li a.read_more_button {
        padding: 5px 6px !important;
        cursor: pointer;
        text-shadow: none;
        color: #3c3c4d;
        box-shadow: none;
        border-radius: 3px;
        font-size: 14px;
        font-family: KlavikaBasicRegularRegular;
        border: 1px solid #ABFF0B;
        background: #D6FF99FF;
        background: -webkit-gradient(linear, left top, left bottom, from(#D6FF99FF), to(#ABFF0B));
        background: -moz-linear-gradient(top, #D6FF99FF, #ABFF0B);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6FF99FF', endColorstr='#ABFF0B');
        width: 91px;
        margin: 15px auto;
        display: block;
        clear: both;

    }

    .post_widget ul li:first-child .post_short_desc .priceTemplate-subtitle,
    .post_widget ul li:first-child .post_short_desc .priceTemplate-title{
        display: none;
    }
    .post_widget ul li .post_short_desc {
        padding: 0 10px;
        float: left;
        max-height: 82px;
        overflow: hidden;
        max-width: 92%;
    }

    .post_widget ul li .post-title {
        text-align: center;
        margin-top:10px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .post_widget ul li .post_thumbnail {
        padding: 0;
        margin: 0;
    }

    .post_widget ul li:last-child{
        margin-right: 3%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .post_widget ul li:first-child{
        margin-left: 3%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .post_widget ul li{
        list-style: none;
        width: 30%;
        float: left;
        display: inline;
        background-color: #FFFFFF;
        color: #4E4E64;
        margin: 0 2% 0;
    }
    .quick-quote .post_widget ul{
        margin: 0;
    }
    .quick-quote .post_widget ul li{
        width: 96%;
        margin: 10px 2%;
        padding: 0px !important;
    }
    .post_widget ul{
        width: 100%;
        float: left;
        margin: 0px auto !important;
        display: block !important;
    }

}


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

    .success-container-tick{
        color: #ABFF0B !important;
    }
    .successform-container .successformtitle{
        font-family:KlavikaBasicBoldRegular;
        color:#FFFFFF; margin-top: -10px;
        text-align:center!important;
        padding-bottom:19px!important;
        padding-top:16px!important;
    }
    .successform-container .successformsubtitle{
        color:#FFFFFF;
        font-size: 14px;
        line-height: 16px;
        margin-top:10px;
        padding-bottom:4px;
        text-align: center;
        font-weight: bold;
    }
    .successform-container .successformWorkingHours{
        color:#FFFFFF;
        font-size: 12px;
        padding-bottom:4px;
        text-align: center;
        font-weight: bold;
    }
    .trustpilot-wodget-succes-container{
        width: 170px;
        margin:15px auto;
    }
    .successform-container{
        padding-top: 20px;
    }
    .social-buttons{
        font-family: 'KlavikaBasicBoldRegular';
        font-size: 39px;
        height: 38px;
        position: relative;
        width: 124px;
        display: block;
        margin: -20px auto;
        padding-bottom: 25px;
    }
    .social-buttons a i{
        color: #FFFFFF
    }
    .social-buttons a i:hover{
        color: #dedddd;
        cursor: pointer;
    }
    .post_widget {
        float: left;
        margin-bottom: 15px;
    }

    .post_widget ul li .post_thumbnail img.wp-post-image,
    .post_widget ul li .post_thumbnail img.attachment-thumbnail,
    .post_widget ul li .post_thumbnail img.attachment-medium,
    .post_widget ul li .post_thumbnail img.attachment-large,
    .post_widget ul li .post_thumbnail img.attachment-full
    {
        display: block !important;
        width: 100%;
        max-height: 160px;
        margin: 0px !important;
    }

    .post_widget ul li a.read_more_button:hover {
        color:#3c3c4d;
        background: #f0ff99;
    }
    .post_widget ul li a.read_more_button {
        padding: 5px 6px !important;
        cursor: pointer;
        text-shadow: none;
        color: #3c3c4d;
        box-shadow: none;
        border-radius: 3px;
        font-size: 14px;
        font-family: KlavikaBasicRegularRegular;
        border: 1px solid #ABFF0B;
        background: #D6FF99FF;
        background: -webkit-gradient(linear, left top, left bottom, from(#D6FF99FF), to(#ABFF0B));
        background: -moz-linear-gradient(top, #D6FF99FF, #ABFF0B);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D6FF99FF', endColorstr='#ABFF0B');
        width: 91px;
        margin: 15px auto;
        display: block;
        clear: both;
    }

    .post_widget ul li .post_short_desc {
            padding: 0 10px;
    }

    .post_widget ul li .post-title {
        text-align: center;
        margin-top:10px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .post_widget ul li .post_thumbnail {
        padding: 0;
        margin: 0;
    }
    .post_widget ul li{
        list-style: none;
        width: 92%;
        float: left;
        display: inline;
        background-color: #FFFFFF;
        color: #4E4E64;
        margin: 0 4% 0;
    }
    .post_widget ul{
        width: 100%;
        float: left;
        margin: 0px auto !important;
        display: block !important;
    }

}

#trustpilot-widget{
    width: 150px;
    text-align: center;
    height: 91px;
    margin: 5px auto;
}

/* skyclub survey */
@media screen and (min-width: 748px) {
    #survey_container .close-survey-btn{
        color: #4E4E64 !important;
        float:right;
        margin-right: 5px;
        margin-top: 5px;
    }
    #survey_container{
        width: 250px !important;
        position: absolute;
        float: right;
        bottom: 0px;
        background-color: #EEE;
        z-index: 9;
        border: 1px solid #D6D6D6;
    }
    .survey_container .surveyTitle, .survey_container .survey_subtitle{
        text-align: left !important;
        font-family: KlavikaBasicBoldRegular !important;
    }
    .survey_container .surveyTitle{
        color: #4E4E64 !important;
    }
    .survey_container .survey_subtitle{
        color: #4E4E64 !important;
        font-size: 14px;
        font-weight: 100;
    }
    .survey_container #skyclub_survey_from{
        margin: 15px auto !important;
        width: 90%;
    }
    .survey_container .survey-questions-list{
        font-size: 14px;
        color: #4E4E64;
        margin-top: 20px;
        margin-left: 5px;
    }

    .survey_container .survey-questions-list select,
    .survey_container .survey-questions-list textarea
    {
        background-color: #fff !important;
        width: 100% !important;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
        background: #f4f4f4;
        border: 1px solid #aaa;
        border-bottom-color: #ccc;
        border-radius: 2px;
        margin: 0;
        outline: none;
        padding: 6px 8px;
        vertical-align: middle;
    }

    .survey_container .survey-questions-list li{
        margin:10px 0px;
    }
    .survey_container #overlay{
        padding: 20px !important;
    }

    .survey_container #submit_sourvey_form{
        display: inline;
        background: none repeat scroll 0 0 #4E4E64;
        color: #ABFF0B;
        font-size: 13px;
        font-style: normal;
        height: 20px;
        line-height: 18px;
        padding: 2px 4px !important;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
        cursor: pointer;
        border: medium none;
        font-family: 'KlavikaBasicBoldRegular';
        float: right;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 748px) {
    #survey_container{
        display: none!important;
    }
}

@media screen and (min-width: 1523px) {
    #survey_container{
        right: -265px;
    }
}
@media screen and (min-width: 1051px) and (max-width: 1523px) {
    #survey_container{
        right: -100px;
    }
}
@media screen and (min-width: 748px) and (max-width: 1051px) {
    #survey_container{
        right: -25px;
    }
}

/*
 * Survey Error Dialog
 */
#survey-dialog .overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 999;
}
#survey-dialog .dialog {
    display: none;
    position: absolute;
    left: 50%;
    top: -300px;
    width: 350px;
    border: solid 1px #4E4E64;
    background: #fff;
    box-shadow: 1px 1px 9px rgb(134, 134, 134);
    padding: 0;
    margin: -75px 0 0 -175px;
    z-index: 1000;
}
#survey-dialog .dialog .dialog-header {
    padding: 0;
    position: relative;
    border-bottom: solid 1px #4E4E64;
    background: rgba(78, 78, 100, 0.95);
    height: 37px;
}
#survey-dialog .dialog .dialog-header h3 {
    margin: 0;
    font-size: 30px;
    padding: 5px;
    display: inline-block;
    color: #ABFF0B;
}
#survey-dialog .dialog .dialog-header a {
    display: inline-block;
    margin: 0;
    padding: 4px 7px 2px 3px;
    position: absolute;
    top: 5px;
    right: 4px;
}
#survey-dialog .dialog .dialog-header a:hover {
    background: rgb(107, 107, 130);
}


#survey-dialog .dialog .dialog-body {
    padding: 10px;
    font-size: 13px;
    color: #4E4E64;
    background-color: #fff;
}
#survey-dialog .dialog .dialog-body p {
    margin-bottom: 10px;
    font-family: KlavikaBasicRegularRegular, Arial, sans-serif;
}

#survey-dialog .dialog .dialog-footer {
    padding: 0;
    position: relative;
    border-bottom: solid 1px #4E4E64;
    background: #4E4E64;
    height: 37px;
}
#survey-dialog .dialog .dialog-footer button {
    display: inline-block;
    height: 27px;
    width: 100px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -50px;
    background: #ABFF0B;
    color: #4E4E64;
    font-family: KlavikaBasicBoldRegular, Arial, sans-serif;
    text-align: center;
    font-size: 16px;
    line-height: 10px;
}

#survey_container{
    display: none;
}

.successform-container{
    background-image: url('../images/Thank-You-Page-Background-1.png')!important;
}
