.main_container_chiptuning_envir{text-align:center;display: flex;flex-direction:row;flex-wrap:wrap;background:#2d2d2d;width:100%;min-height:80vh;justify-content: center;}
.titlebar_chiptuning_envir{font-weight: 600;margin-top:80px;margin-bottom: 80px;}
.directional_interface_chiptuning_envir{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;}
.directional_interface_chiptuning_envir>h2{opacity:0.6;}
.directional_interface_chiptuning_envir>h2:hover{opacity:0.8;cursor:pointer;}
.directional_interface_chiptuning_envir h2.current{opacity:1!important;}
.directional_interface_chiptuning_envir h2.inactive{opacity:0.6!important;cursor:not-allowed!important;}
.directional_interface_chiptuning_envir h2.inactive:hover{opacity:0.6!important;cursor:not-allowed!important;}
.main_content_chiptuning_envir{
    text-align:center;display: flex;flex-direction:row;flex-wrap:wrap;
    width:80%;justify-content: center;margin-bottom: 80px;
}
.main_container_chiptuning_envir .encaps{
    display: flex;
    flex-direction: column;
}
.main_content_chiptuning_envir>div{
    padding:15px;
    padding-left:40px;
    padding-right: 40px;
}
.main_container_chiptuning_envir>div p{
     display: none;
 }
.content_handler_animation{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-content: center;
    align-items: center;
}
.outer_loading_bar{
    width:80%;
    background: transparent;
    border:1px solid rgba(68,68,68,0.3);
    border-radius:50px;
    height: 25px;
}
.inner_loading_bar{
    width:0%;
    background: #e94b21;
    border-radius:50px;
    height: 20px;
    margin:2px;
}
#button_chip{
    background: #e94b21;
    color:white;
    padding:5px 30px;
    border:none;
    text-decoration: none;
    border-radius: 2px;
    transition: all .5s ease-in-out;
    margin-top:40px;
    visibility:hidden;
}
#button_chip:hover{
    opacity: .6;
    cursor: pointer;
}
.content_handler_bigscreen>header{
    background: url("https://new.garagemotorsport.be/wp-content/uploads/2015/12/63190907-garage-wallpapers-1.jpg") center center no-repeat;
    background-size: cover;
    height: 300px;
    width: 100vw;
    padding:0;
    margin:0;
    display: flex;
    flex-direction: column;
    color:white;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.content_handler_bigscreen>nav{
    background:darkgray;
    height: 110px;
    width: 100vw;
    padding:0;
    margin:0;
    display: flex;
    flex-direction: column;
    color:black;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    padding-left:20px;
}
.button_handler{
    background: #1e1e1e!important;
    color:white!important;;
    padding:5px 30px;
    border:none;
    text-decoration: none;
    border-radius: 2px;
    transition: all .5s ease-in-out;
    margin-top:0px!important;;
    align-self: flex-end;
    visibility: visible!important;
    position: absolute!important;
    right:20px;
}
@media only screen and (max-width: 760px) {
    .content_handler_bigscreen > nav > h4 {
        display: none;
    }

    .content_handler_bigscreen > nav > h6 {
        display: none;
    }
}
.mid_frame_detail{
    text-align:left;
    color:white;
}
.runner_detail_frame{
    margin-bottom: 40px;
    text-align: center;
    min-width:350px;
}
.runner_detail_frame>ul>li{
    padding:25px 0px;
    text-align: left;
}
.group::after, .tabBlock-tabs::after {
    clear: both;
    content: "";
    display: table;
}

*, ::before, ::after {
    box-sizing: border-box;
}

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

}
@media screen and (max-width: 1130px) {
    .tabBlock {
       min-width:80vw;
    }
}
p, ol, ul {
    margin-bottom: 1.25rem;
    margin-top: 0;
}

ol, ul {
    padding: 0;
    margin-left: 1.25rem;
}

.unstyledList, .tabBlock-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabBlock {
    margin: 0 0 2.5rem;
}
.tabBlock-tab:first-of-type{
    border-left-style: solid;
}
.tabBlock-tab {
    background-color: transparent;
    border-color: rgba(255,255,255,0.5);
    border-right-style: solid;
    border-top: solid;
    border-width: 1px;
    color: #FFCB9F;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    float: left;
    padding: 0.625rem 1.25rem;
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
    border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
    background-color: #FFCB9F;
    left: -2px;
    right: -2px;
    top: -2px;
}
.tabBlock-tab::after {
    background-color: transparent;
    bottom: -2px;
    left: 0;
    right: 0;
}
@media screen and (min-width: 700px) {
    .tabBlock-tab {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.tabBlock-tab.is-active {
    position: relative;
    color: #e94b21;
    z-index: 1;
}
.tabBlock-tab.is-active::before {
    background-color: #e94b21;
}
.tabBlock-tab.is-active::after {
    background-color: transparent;
}

.tabBlock-content {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 1.25rem;
}

.tabBlock-pane > :last-child {
    margin-bottom: 0;
}
.hp_bar_outer{
    width:90%;
    background:lightgray;
    transform: skew(15deg);
    margin-left:5%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hp_bar_inner{
    width:0%;
    padding:2px;
    background:#FFCB9F;
    transform: skew(15deg);
    height:20px;
    margin:0;
    left: -5px;
    position: relative;
    color:white;
    display: flex;
    justify-content:center;
}
.hp_bar_inner>p{
    transform: skew(-15deg);
    margin: -4px!important;
    display: none;
}
.hp_bar_add{
    width:0%;
    background:#e94b21;
}
.hp_bar_add>p{
    display: none;
}
.price{
    font-size:3em;
}
divTable{
    display: table;
    width: 100%;
    margin-top:20px;
}
.divTableRow {
    display: table-row;
    height:50px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: none;
    display: table-cell;
    padding: 3px 10px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}
.fluid-container{
    max-width: 90vw;
}
.book_me{
    background: #e94b21;
    color: white;
    padding: 15px 25px;
    align-self: flex-end;
    transition:all .5s ease-in-out;
}
.book_me:hover{opacity: .6;color:white;
    text-decoration: none;}
.hideme{
    display: none;}
.base_screen{
    min-height:90vh;
    height:90vh;
    width:100%;
    background: url('/wp-content/plugins/chiptuning_two_pages/assets/background_tuning_module.jpg') center center no-repeat;
    background-size:cover;
    display:flex;
}
.main_content_base{
    padding:15px;
    padding-top:30px;
    padding-bottom:30px;
    background:rgba(0,0,0,0.6);
    margin-top:50px;
    left:0;
    width: 30vw;
    min-width:450px;
    align-self: center;
}
.main_content_base>form>label>select{
    width:99%;
}
.tuningbutton{
    border: none;
    margin-top: 25px;
    margin-right: 5px;
    float: right;
}
.parallelogram{
    transform: skew(0deg);
}

.skew-fix{
    display:inline-block;
    transform: skew(0deg);
}
.orig{
    color:#FFCB9F;
}
.new{
    color: #e94b21;
}
.main_container_checkout{
    margin-top:30px;
    margin-bottom:80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-around;
}
.main_container_checkout>div{
    width:42%;
}
.calendly_sized{
    height:55vh;
    min-height:650px;
}
@media only screen and (max-width: 760px) {
    .calendly_sized{
        height:110vh;
        min-height:650px;
    }
}
.checkout_data{
    min-width: 500px;
}
.checkout_form{
    min-width: 500px;
}