/**/
html,
body{
    margin:0;
    padding:0;
    font-size:16px;
    line-height:1;
    font-family: Montserrat, sans-serif;
}
.vc_overflow_hidden{
    overflow: hidden;
    position: relative;
    height: 100%;
}
.vc_bg_grey{
    background:#f9f9f9;
}

/*////////////////////////////
//     staging bar         //
//////////////////////////*/
#vc_staging_bar{
    position: fixed;
    top:0;
    left:0;
    z-index: 1031;
    padding:2px;
    width:100%;
    font-size:15px;
    background: red;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
#vc_staging_bar + #vc_wrapper .navbar-fixed-top{
    top: 19px;
}
.vc_reader_view #vc_staging_bar + #vc_wrapper,
.vc_newsstand_view #vc_staging_bar + #vc_wrapper{
    margin-top:19px;
}
.vc_search_view #vc_staging_bar{
    display:none;
}
#vc_staging_bar + #vc_wrapper #vc_newsstand_adv{
    top:83px;
}
@media only screen and (max-width:767px){
    #vc_staging_bar + #vc_wrapper .vc_navbar{
        margin-top:19px;
    }
}

/*////////////////////////////
//         Loading         //
//////////////////////////*/
.vc_loading {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.vc_loading .vc_circle_loading{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 100%;
    border: 2px solid rgba(24, 116, 191, 0.2);
    border-top-color: rgb(24, 116, 191);
    animation: spin 1s infinite linear;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/*////////////////////////////
//          Modal          //
//////////////////////////*/
/* remove animation from top to middle of the window*/
.modal.in .modal-dialog{
    transition: none;
    transform: none;
}

.modal .modal-footer .btn{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.modal-body{
    padding:15px 70px 35px 70px;
}
.modal-content {
    border: 0 solid #999;
    border-radius: 3px !important;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.15)!important;
}
.modal-title {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}
.vc_no_footer_dg .modal-footer{
    padding:0;
    border:none;
}
.modal-content.vc_modal_cookie{
    padding-bottom:35px;
}

/*////////////////////////////
//        Tooltip          //
//////////////////////////*/

.tooltip .tooltip-arrow{
    display: none;
}

/*////////////////////////////
//        Banner           //
//////////////////////////*/
.vc_banner{
    margin:0;
    padding:0px;
    width: 100%;
    float:left;
    clear:left;
    position:relative;
}

.vc_banner img {
    margin:0 auto;
    padding:0px;
    border:0px;
    text-decoration:none;
}

.vc_banner .ti-close{
    position: absolute;
    background: #fff;
    color: #212121;
    padding: 4px;
    bottom: -23px;
    right: 0;
    cursor: pointer;
}
.vc_banner .ti-close:only-child{
    display:none;
}
.vc_banner#vc_swipe_adv {
    position: absolute;
    z-index: 9;
    width:auto;
}
#vc_search_adv.vc_banner{
    margin-top: 30px;
    width:100%;
    text-align: center;
}

.vc_banner#vc_newsstand_adv{
    width:auto;
    position: fixed;
    left:0;
    top:65px;
    z-index: 3;
}

/*////////////////////////////
//        Gift code        //
//////////////////////////*/

#vc_container_login .vc_gift_code,
.vc_wall .vc_gift_code {
    margin-top: 20px;
    float: left;
    clear: left;
    width: 100%;
    color: #848f99;
    font-size: .9em;
    text-align: center;
}
#vc_container_login .vc_gift_code_link,
.vc_wall .vc_gift_code_link {
    margin-top: 10px;
    float: none;
    display: block;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}
/*/////////////////////////////////////////
//     For the visually impared         //
///////////////////////////////////////*/

.vc_visually_impared_button {
    width: 100%;
    color: #fff;
    background:#212121;
    border:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    font-weight: bold;
    text-transform: uppercase;
}
.vc_visually_impared_button:focus,
.vc_visually_impared_button:active,
.vc_visually_impared_button:active:hover,
.vc_visually_impared_button:hover{
    background:#000;
    color: #fff;
}
/*////////////////////////////
//         Helpers         //
//////////////////////////*/
.vc_p0{
    padding:0 !important;
}
.vc_pt80{
    padding-top:80px;
}
.vc_pt150{
    padding-top:150px;
}
.vc_bb_grey {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}
.vc_visibility_hidden{
    visibility: hidden;
}

/*///////////////////////////////////
//    Date picker calendar         //
//////////////////////////////////*/

.picker .picker__select--year,
.picker .picker__select--month{
    padding:0;
}

@media screen and (max-width: 480px) {
    .cc-cookies { position: relative; float: none; }
}

/*///////////////////////////////////
//        Loader swiper           //
//////////////////////////////////*/

.swiper-lazy-preloader-white:after{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    border: 2px solid rgba(24, 116, 191, 0.2);
    border-top-color: rgb(24, 116, 191);
    animation: spin 1s infinite linear;
    background: none;
}


/*///////////////////////////////////
//    Fix modal mobile scroll      //
//////////////////////////////////*/
@media (max-width: 767px){

    .modal {
        -webkit-overflow-scrolling: scroll !important;
        overflow-y: scroll !important;
        overflow:scroll !important;
    }
    .vc_banner#vc_swipe_adv .ti-close {
        top: 0;
        right: -23px;
        bottom: auto;
    }
    .vc_banner#vc_swipe_adv {
        z-index: 102; /* to close the adv on mobile */
    }
}
@media (hover: none) and (max-width: 1024px){
    button:hover,
    a:hover {
        color: inherit;
        background: inherit;
        transition: none;
    }
}
