#header_picholder {
    transition:all 3s ease;
}


.img_block_half {
    height:60%;
    margin-bottom:24px;

}

.single_block, .double_block, .full_block {
    height:500px;
}

.double_block {
    width:63%;
}

#configurator input[type=text],
#configurator input[type=password] {
    background-color:#222;
    border:0;
    padding:12px;
    border-radius:0;

    color:#fff !important;

}
#toggle {
    transition:all 0.2s ease;
    background-color:rgba(0,0,0,0);
    z-index:999999;
    padding:12px;
    position:fixed;
    top: 26px;
    right: 48px;
    border:0;
}


#configurator {
    float: left;
    width: 332px;
    position: absolute;
    top: 192px;
    right: 64px;
    color: #fff;
    background-size: cover;
    padding: 48px;
    height: 372px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #333;
}
.nav-tabs, .nav-tabs li, .active {
    transition:.5s all ease !important;
}

.nav-tabs {
    border:0 !important;
    cursor:pointer;
     box-shadow:  inset 0px -16px 24px rgba(0,0,0,0.6), /*bottom internal shadow*/
     inset 0px 16px 24px rgba(0,0,0,0.6); /*top internal highlight*/

     -moz-box-shadow:  inset 0px -16px 24px rgba(0,0,0,0.6), /*bottom internal shadow*/
     inset 0px 16px 24px rgba(0,0,0,0.6); /*top internal highlight*/

     -webkit-box-shadow:  inset 0px -16px 24px rgba(0,0,0,0.6), /*bottom internal shadow*/
     inset 0px 16px 24px rgba(0,0,0,0.6); /*top internal highlight*/
}

#tabholder_panel ul li.active a {
    border-bottom:3px solid #359fd8 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color:#222 !important;
    transition:.5s all ease !important;
    color:#fff !important;
    border:0 !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color:#359fd8 !important;
    transition:.5s all ease !important;
}


#register_form select {
    width:150px;
    color:#333;
}



#register_form .input-group {
    margin-bottom:16px;
}
#register_form span {
    padding:12px;
    background-color:#359fd8;
    border:0 ;
    color:#fff;
    border-radius:0;
}

#register_form span i {
    background-color:#359fd8;
    color:#fff;
}

#register_form input:focus {
    border:0px solid #333 ;
    outline-width: 0px ;
}
#register_form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
#register_form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
    opacity:  1;
}
#register_form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
    opacity:  1;
}
#register_form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ccc;
}
#register_form :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #ccc;
}


#register_form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #222 inset !important;
    color:#fff !important;

}

#register_form a {
    color:#fff !important;
}

#register_form input[type=text],
#register_form input[type=password],
#register_form input[type=email],
#register_form input[type=number] {
    background-color:#222;
    border:0;
    padding:12px;
    border-radius:0;
    width:100%;
    color:#fff !important;

}
#register_form {
    color: #fff;
    padding: 48px;
    background-color: #333;
}


#configurator select {
    width:150px;
    color:#333;
}



#configurator .input-group {
    margin-bottom:16px;
}
#configurator span {
    padding:12px;
    background-color:#359fd8;
    border:0 ;
    color:#fff;
    border-radius:0;
}

#configurator span i {
    background-color:#359fd8;
    color:#fff;
}

#configurator input:focus {
    border:0px solid #333 ;
    outline-width: 0px ;
}
#configurator ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
#configurator :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
    opacity:  1;
}
#configurator ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
    opacity:  1;
}
#configurator :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #ccc;
}
#configurator :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #ccc;
}


#configurator input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #222 inset !important;
    color:#fff !important;

}

#configurator a {
    color:#fff !important;
}

#tabholder_panel {
    position:relative;
    width:100%;
    height:64px;

}

#tabholder_panel ul li {
    width:50%;
    border-radius:0px !important;
    margin:0;
    height:64px;
    border:0 !important;


}

#tabholder_panel ul li a {
    border-radius:0px !important;
    margin:0;
    height:64px;
    border:0 !important;
    font-size:16px;
    padding-top:22px;
    text-align:center;

}

#tabholder_panel ul li:active {
    opacity:0.6 !important;
}

.nav-tabs {
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.4);
}


#header_picholder {
    background-image: url(/styles/Images/home_h-01.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    transition: background-position 0s !important;
    transition: background-image 2s !important;
}




.input-group {
    margin-bottom:24px;
}

.input-group-short {
    width:50%;
    float:left;
}

#send {
    position: relative;
    left: -50%;
    top: 194px;
}
.bx-wrapper {
    border:solid 5px #555;
}

.block {
    padding-bottom: 14px;
    border-bottom:1px solid rgba(53,159,216,0);
}
.block, .img_block_half, .block h3 {
    transition: .5s ease all;
    cursor:pointer;
}

.block:hover {
    border-bottom:1px solid rgba(53,159,216,1);
}

.block:hover h3 {
    color:#0c3d61;
}

#bxholder_raf:hover {
    border-bottom:0;
}


@media screen and (max-width: 1000px) {
    body {
        top:0;
    }

    .wrapper-station .middle {
        top:180px;
    }


    .socialmedia:hover {
        overflow:hidden;
        /*display:table;*/

        transition:.5s;
    }

    #confi_txt {
        /*display:none;*/
        color:#fff;
        float:left;
        margin-right:4px;
        font-family: "Muli", "Lato", Helvetica, sans-serif;

    }


    #configurator {
        display:block !important;
        float:none;
        position:static;
        margin:48px 0;
        width:auto;
        padding:24px;
    }










    #register_form .inputlistholders {
        width:100% !important;
        float:none !important;
        padding:0 !important;

    }

    #register_form {
        margin-top:180px;
    }


    #configurator {
        display:none !important;
    }
    #toggle {
        display:block;
        height:64px;
        width:64px;
        position:fixed;
        top: 40px;
        right: 172px;
        z-index:999999999;
        opacity:1;

    }

    #toggle i {
        font-size:60px;
        color:rgba(255,255,255,0.94);
    }

    #toggle span {
        display:none !important;
    }


    .wrapper-station {
        overflow-x:hidden;
    }






    .block#bxholder_raf:hover {
        border: 0 !important;
    }

    .double_block:last-of-type {
        height:640px;
    }


    .block, .full_block, .single_block, .double_block {
        height:auto !important;
        max-height:none !important;
        margin-bottom:48px !important;
        padding-bottom:24px !important;
        display:table !important;
        word-break: keep-all !important;
        word-wrap: normal !important;
        padding-right:24px !important;

    }

    .block .img_block_half {
        height:500px !important;
        background-repeat:no-repeat !important;
        background-size:cover !important;
    }

    .block {
        border-bottom:1px solid rgba(53,159,216,1);
    }
}

@media screen and (max-width:1600px) {
    .socialmedia {
        width:100%;


    }
    .socialmedia img {
        height:140px;
    }


}

@media screen and (max-width:1000px) {
    #bxholder_raf {
        display:none;
    }

}


@media screen and (max-width:1760px) {
    #header_textholder {
        display:table;
        padding-top: 24px;
    }
}


@media screen and (max-height:860px) {
    #configurator {
        top:134px;
        height:354px;
    }

    @media screen and (max-width:1610px) {
        #configurator {
            top:90px;
        }
    }



}

#header_textholder {

    padding-top: 24px;
}