#main-wrapper{
    padding-top:0;
}
.content-wrapper{
    overflow: hidden;
}

.nav-tabs{
    margin:0 20%;
}

.node-type-tandem-flight #section-content .container,
.node-type-courses #section-content .container{
    width:100%;
    padding:0;
}
.node-type-tandem-flight .row,
.node-type-courses .row{
    margin:0;
}
#section-header .row{
    margin-left: -15px;
    margin-right: -15px;
}
.node-type-tandem-flight #section-content .container .region-content,
.node-type-courses #section-content .container .region-content{
    width:100%;
    padding:0;
}
.node-type-tandem-flight #section-content .body,
.node-type-courses #section-content .body{
    width:60%;
    margin:20px auto 10px;
    position:relative;
    left:0;
    right:0;
}

#custom_product_page_content{
    display:block;
    margin: 30px 0;
}
#custom_product_page_content .left{
    display:inline-block;
    width:450px;
    background:rgba(37,37,37, 0.8);
    color:#fff;
    vertical-align:top;
    padding: 20px 30px;
    /* min-height: 410px; */
    margin: 0 40% 30px 20%;
}
#custom_product_page_content h1{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding:10px 0px;
    border-bottom:1px solid #eee;
}
#custom_product_page_content h2{
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.13;
    color: #fff;
    letter-spacing: 0;
    margin: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: normal;
    padding:10px 0px;
}
#custom_product_page_content h2 p{
    margin:0;
}
#custom_product_page_content h2:before{
    background:none;
}
#custom_product_page_content h2:after{
    background:none;
}
#custom_product_page_content .left>div{
    padding:5px 0px;
}
#custom_product_page_content .pour_qui,
#custom_product_page_content .duration,
#custom_product_page_content .price_line{
    margin-left:10px;
}
#custom_product_page_content .pour_qui,
#custom_product_page_content .duration,
#custom_product_page_content .price_line{
    text-align: left;
    /* display:table-row; */
    margin-left: 10px !important;
}
#custom_product_page_content .pour_qui span,
#custom_product_page_content .duration span,
#custom_product_page_content .budget span{
    display:table-cell;
    vertical-align:top;
    font-size: 17px;
    color: #77babc;
    width: 90px;
    padding: 15px 8px 15px 0;
}
#custom_product_page_content .pour_qui .label,
#custom_product_page_content .duration .label{
    width:35px;
    text-align:center;
    padding-right:5px;
}
#custom_product_page_content .pour_qui img,
#custom_product_page_content .duration img{
    vertical-align: middle;
}
#custom_product_page_content .pour_qui div,
#custom_product_page_content .duration div,
#custom_product_page_content .budget .price{
    color:#fff;
    font-size: 17px;
    display:table-cell;
    vertical-align:middle;
    padding: 10px 0;
}

#custom_product_page_content .duration .from,
#custom_product_page_content .duration .to{
    display: block;
    padding: 15px 0 15px;
}
#custom_product_page_content .duration .from:nth-child(3),
#custom_product_page_content .duration .from:last-child{
    padding-top: 0px;
}
#custom_product_page_content .duration .from:nth-child(2){
    padding-top: 15px;
}
#custom_product_page_content .duration .to{
    /* padding-left:7px; */
    padding: 0 0 15px;
}
#custom_product_page_content .price_line{
    margin:5px 0 5px;
}
#custom_product_page_content .price_line+.price_line{
    margin:0px 0 15px;
}
#custom_product_page_content .price_line > .field{
    display:inline-block;
    vertical-align: middle;
}
#custom_product_page_content .price_line > .field+.field{
    margin-left:20px;
}
#custom_product_page_content .price_line .field-label{
    text-transform:uppercase;
    display:inline-block;
    font-family: open_sansbold;
    font-size: 15px;
    font-weight:normal;
    
    width: auto;
    margin-right: 5px;
    vertical-align: middle;
    
}
#custom_product_page_content .price_line .field-items{
    font-size:15px;
    font-family: open_sansbold;
}
#custom_product_page_content .price_line button{
    background:rgba(90,90,90,0.7);
    color:#eee;
    border: 0 !important;
    padding:6px 14px;
    font-family: inherit;
}
#custom_product_page_content .price_line button:hover{
    background:#999!important;
}

#custom_product_page_content .price_line form .controls{
    display:inline-block;
}
#custom_product_page_content .price_line form .form-type-radios *{
    font-size: 12px;
}
#custom_product_page_content .price_line form .form-type-radio{
    display:inline-block;
    margin-left:10px;
}

#custom_product_page_content .price_line form .form-type-radio label.radio{
    padding-left:5px;
}
#custom_product_page_content .price_line form .form-type-radio .form-radio{
    margin-left:0;
}

#custom_product_page_content .price_line form >div>*{
    display:inline-block;
}

#custom_product_page_content #view_images{
    /* border:1px solid #000; */
    margin: 5px auto;    
    border-top:1px solid #eee;
    padding:4px 6px 6px;
    text-align: center;
    cursor:pointer;
    display: inline-block;
    vertical-align:top;
}
#custom_product_page_content #view_images:hover{
    background:#777;
}
#custom_product_page_content #view_images img{
    vertical-align: middle;
    margin-left:5px;
}
#custom_product_page_content #view_images span{
    display:inline-block;
    /* width:60px; */
    vertical-align:middle;
    font-size:100%;
    line-height: 20px;
    margin-left: 5px;
    font-family: open_sansbold;
    text-transform: uppercase;
}
#custom_product_page_content #book_now{
    background:#0a939a;
    color:#fff;
    border-radius:15px;
    padding:6px 14px;
    width:105px;
    text-align: center;
    cursor:pointer;
    display: inline-block;
    vertical-align:top;
    margin: 5px 0;
    /* margin: 0 8px 0 15px; */
    float:right;
}
#custom_product_page_content #book_now:hover{
    background:#000;
}

#custom_product_page_content .right{
    display:none;
    width:65%;
    vertical-align:top;
    position:relative;
    padding-bottom: 50px;
    background: #333;
    margin-left: -4px;
}
#custom_product_page_content .right.show{
    display:inline-block;
}
#custom_product_page_content #close_slider{
    position:absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #555;
    cursor:pointer;
}
#custom_product_page_content #close_slider div{
    background:url('../../theme925/slider/x-2.html');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 13px;
}
#custom_product_page_content #close_slider:hover{
    background: #fff;
}
#custom_product_page_content #close_slider:hover div{
    background:url('../../theme925/slider/x.html');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

    #custom_product_page_content #slider1_container{
        position: relative; 
        top: 0px; 
        right: 0;
        left: 0px; 
        bottom:0px;
        width: 600px; 
        max-width:100%;
        height: 400px;
        margin: auto;
        padding: 20px 0 0;
    }
    #custom_product_page_content #slider1_container .slides{
        position: absolute; 
        left: 0px; 
        top: 0px; 
        width: 600px; 
        max-width:100%;
        height: 400px; 
        overflow: hidden;
        cursor:pointer;
    }

    #custom_product_page_content #slider1_container>div:not(:first-child){
        position:absolute!important;
        display:inline-block!important;
        bottom:-40px;
        top:auto!important;
        right:0;
    }
    #custom_product_page_content #slider1_container>div:nth-child(2){
        right:80px;
    }
    #custom_product_page_content #slider1_container>div:nth-child(3){
        right:24px;
    }
    #custom_product_page_content #slider1_container>div:nth-child(4){
        right:0px;
    }

    #custom_product_page_content .jssora051 {display:block;cursor:pointer;}
    #custom_product_page_content .jssora051 .a {fill:none;stroke:#fff;stroke-width:600;stroke-miterlimit:10;}
    #custom_product_page_content .jssora051:hover {opacity:.8;}
    #custom_product_page_content .jssora051.jssora051dn {opacity:.5;}
    #custom_product_page_content .jssora051.jssora051ds {opacity:.3;pointer-events:none;}

    #custom_product_page_content .left-arrow{
        width:20px;
        height:20px;
        position:absolute;
    }
    #custom_product_page_content #displayIndex{
        width: 50px; 
        height: 20px;
        bottom: 10px;
        text-align: center;
        color:#fff;
        font-size: 14px;
    }
    #custom_product_page_content .right-arrow{
        width:20px;
        height:20px;
        position:absolute;
    }
    
#custom_product_page_menu{
    background:#0a939a;
    color:#fff;
    margin:0;
    text-align:center;
    
    padding: 15px 0;
}
#custom_product_page_menu a{
    color:#fff;
    padding: 5px 36px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    border-right:1px solid #fff;
}
@media (max-width: 999px) {
    #custom_product_page_menu{
        text-align:center;
    }
    #custom_product_page_menu a{
        padding:10px;
        min-width: 90px;
        border-right:0;
        font-size: 14px;
    }
}
#custom_product_page_menu a.selected{
    background:#97bdbe;
    color:#000;
}
#custom_product_page_menu a:last-child{
    border-right:0;
}
#custom_product_page_menu a:hover{
    background:#97bdbe;
    color:#333;
}
#custom_product_page_second_content{
    background:#fff;
    color:#000;
    padding: 20px;
    z-index:100;
}
#custom_product_page_second_content h1{
    font: 400 25px/50px 'Open Sans', sans-serif;
    margin-bottom: 35px;
    text-align: center;
    color: #292929;
}
#custom_product_page_second_content h1.etapres{
    margin: 15px 0;
}
#custom_product_page_second_content h2{
    font: 400 20px/25px 'Open Sans', sans-serif;
    margin-bottom: 25px;
    color: #2ab9dc;
}
#custom_product_page_second_content h2:after{
    display:none;
}
#custom_product_page_second_content h3{
    font: 300 16px/30px 'Open Sans', sans-serif;
    margin-top: 5px;
    text-align: left;
}
#custom_product_page_second_content>div{
    padding-top:100px;
    margin-top:-100px;
    z-index:-1;
}
/* #custom_product_page_second_content .tabcont{
    display:none;
}
#custom_product_page_second_content .tabcont.selected{
    display:block;
} */
#custom_product_page_second_content .tabcont iframe{
    display:block;
    width:640px;
    height:480px;
    margin: 10px auto;
    max-width: 100%;
}
@media (max-width: 720px) {
    #custom_product_page_second_content .tabcont iframe{
        width:480px;
        height:360px;
    }
}
@media (max-width: 560px) {
    #custom_product_page_second_content .tabcont iframe{
        width:320px;
        height:240px;
    }
}
#custom_product_page_second_content .subtab{
    margin-top:-65px;
    padding-top:65px;
}
#custom_product_page_second_content .subtab h3{
    font-weight:600;
    font-size: 20px;
    margin:30px 0 5px;
    color:#0a939a;
}
@media (max-width: 560px) {
    #custom_product_page_second_content .subtab{    
        margin-top: -125px;
        padding-top: 125px;
    }
    #custom_product_page_content .left{
        width:calc( 100% - 60px);
        margin:0 30px;
    }
    .node-type-tandem-flight #section-content .left{
        width:100%;
    }
}
@media (max-width: 996px) {
    
    .node-type-tandem-flight #section-content .body,
    .node-type-courses #section-content .body{
        width:90%;
    }
    
    .node-type-tandem-flight #section-content .left{
        margin:auto;
        left: 0;
        right: 0;
        display: block;
        float: none;
    }
    
    #custom_product_page_content .right{
        width:100%;
        margin:0;
    }
    
    #custom_product_page_second_content>div{
        padding-top:0;
        margin-top:0;
    }
    #custom_product_page_content .left > div{
        margin-left:0!important;
    }
    #custom_product_page_content .price_line .field-label{
        width: auto;
        margin-right: 5px;
        vertical-align: middle;
    }
}
@media (max-width: 639px) {
    #custom_product_page_content .left{
        width:100%;
        margin:0;
        float: none;
    }
    #custom_product_page_content #slider1_container,
    #custom_product_page_content #slider1_container .slides{
        width: 400px;
        height: 200px; 
    }
    #custom_product_page_content #close_slider{
        top:10px;
        right:10px;
    }
}
@media (max-width: 439px) {
    #custom_product_page_content #slider1_container,
    #custom_product_page_content #slider1_container .slides{
        width: 280px; 
        height: 140px;
    }
    #custom_product_page_content .price_line > .field {
        margin-top: 5px;
    }
    #custom_product_page_content .price_line > .field + .field {
        margin-left: 5px;
    }
    #custom_product_page_content .price_line .field-label{
        font-size:12px;
    }
    #custom_product_page_content .price_line .field-items{
        font-size:12px;
    }
    #custom_product_page_content .price_line > .field{
        margin-left:5px;
        /* margin-top:10px; */
    }
}

#custom_product_page_second_content #navigation{
    margin-left:-10px;
}
#navigation{
    text-align:center;
}
.content_other_products{
    border:1px solid #eee;
    display: inline-block;
    width:calc(33% - 50px);
    min-width:280px;
    margin:10px 20px;
    vertical-align:top;
    text-align:left;
}
@media (max-width: 360px) {
    .content_other_products{
        margin:10px 0;
        width:230px;
    }
}
.content_other_products h4{
    display:block;
    margin:10px 0;
    padding:10px;
    margin:0;
    text-align: center;
}
.content_other_products .table{
    display:block;
    /* background:#f7f7f7; */
    padding: 10px;
}
.content_other_products .table .column{
    margin:3px 0;
}
.content_other_products .left,
.content_other_products .right{
    display:inline;
}
.content_other_products .table .left,
.content_other_products .table a{
    color:#0a939a
}
.content_other_products .right{
    padding-left:5px;
}
.content_other_products .table a{
    display:block;
    margin-top:10px;
    text-decoration:underline;
    text-align: right;
}
    