/* ----------------------------- */
/* -----------HEADER------------ */
/* ----------------------------- */
.navbar {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    zoom: 1;
    -webkit-tap-highlight-color: transparent;
    /*font-size: 20px;*/
}
.navbar-title a{
    color: black;
}
.navbar .searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.navbar .searchbox input[type="text"] {
    top:0;
    right:0;
    border:0;
    outline:0;
    background-color: white;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:black;
    border: 1px solid deepskyblue;
}
.navbar .searchbox input[type="text"]::-webkit-input-placeholder,
.navbar .searchbox input[type="text"]:-moz-placeholder,
.navbar .searchbox input[type="text"]::-moz-placeholder,
.navbar .searchbox input[type="text"]:-ms-input-placeholder {
    color: grey;
}
.navbar .searchbox button {
    height: 50px;
    width: 50px;
    background-color: white;
    border: 0;
    color: deepskyblue;
    border: none;
    outline:none;
    display:block;
    position:absolute;
    top:0;
    /*font-family:verdana;*/
    /*font-size:22px;*/
    right:0;
    padding:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
}
.searchbox-open{
    width:100% !important;
}
.searchbox-open button{
    border: 1px solid deepskyblue !important;
    border-left:0px !important;
}
.header {
   // margin-bottom: -45px;
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0px;
    max-height:50px;
    border-bottom-width: 1px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}

.header .header-wrapper {
    padding:0px;
}
header .container,
header .header-wrapper,
header .header-wrapper .logo-box .logo {
    min-height: 50px !important;
    height: 50px !important;
}


header .header-wrapper .right-box-wrapper {
    height: 50px !important;
}
header .header-wrapper .right-box-wrapper .header-icons{
    margin: 0;
   // margin-top: -3px;
}
header .header-wrapper .right-box-wrapper .search-active {
    margin: 0;
}
header .right-box .search-form {
    height: 50px !important;
}
header .phone-active .close, .search-active .close {
    margin-top: 15px !important;
    font-size: 20px !important;
}
header .search-form .search-submit {
    top:8px !important;
}
header .header-wrapper .logo-box .logo a img,
header .header-wrapper .logo-box .logo a .logo-img {
    margin-bottom: 2px !important;
    max-height:48px !important;
}
header .search-form .search-string,
header .search-form .search-string:hover {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.space-top {
    margin-top: 20px;
}
.space-top-26 {
    margin-top: 26px;
}
.space-top-5{
    margin-top: 10px;
}
.space-top-10{
    margin-top: 15px;
}

.bolded{
    font-size: 16px;
    font-weight: bold;
}
.bolded-low{
    font-size:13px;
    font-weight: bold;
}
#deprication-chart{
    height:400px;
    width:100%;
    margin: 20px auto 0 auto;
}
h6 > i{
    color: #f89406;;
    padding-right: 5px;
}
.cube a{
    color: #000;
}
a:hover{
    text-decoration: none;
}
.search-container{
    width: 100%;
}
.img-brand{

    height: 100px;
    padding:0;
    display: inline;

}
.img-left{
    margin-right: 0px;
}
table>tbody>tr:nth-of-type(odd){
    background-color: #f9f9f9;
}
td{
    text-align: left;
}
th{
    text-align: left;
    color: white;
    background-color: #f89406;;
}

.breadcrumb{
    padding: 8px 15px;
}

.cube{
    display: inline-block;
    width: 30%;
    margin-right: 4.5%;
    height: 200px;
    position: relative;
    color: #000;
}

.cube-content{
    width:100%;
}

.gray:first-child{
    float:left;
}

.last-cube{
    float:right;
    margin-right: 0;
}
.cube-description{
    margin-top: -5px;
}

.cube-text{
    font-size: 12px;
}
.cube-text-width{
    width: 65%;
}

.orange{
    background-color: #f89406;;
}

.blue{
    background-color: #179ECB;
}

.green{
    background-color: #7B9414;
}
.gray{
    background-color: #E9E9E9;
}

.cost-info{
    color:white;
}

.table > tbody > tr > td{
    border: 1px solid #e1e1e1;
}

.clock{
    padding: 10px;
    padding-bottom: 0px;
}

.btn{
    border: none;
}
.tax-legende{
    margin-top: 30px;
    margin-bottom: 30px;
}

h1,h4{
    margin: 0;
    padding-bottom: 0px;
}

.vertical-align-bottom{
    width:100%;
    text-align: center;
    position: absolute; bottom: 5px; left:50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0); /* Для Firefox */
    -ms-transform: translate(-50%, 0); /* Для IE */
    -webkit-transform: translate(-50%, 0); /* Для Safari, Chrome, iOS */
    -o-transform: translate(-50%, 0); /* Для Opera */
}

img.tireview{
    height: 150px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.wheelview{
    display: inline-block;
    float: left;
    position: relative;
    height: 150px;
    width: 250px;
}
.wheelview img{
    position: absolute;
    top:0;
    left: 0;
    height: 150px;
}

.tireview-block{
    position: relative;
    display: inline-block;
    float: left;
}
.tireview-block .tireview-height{
    position: absolute;
    height: 150px;
    width:15px;
    border: 1px solid #adadad;
    left:-20px;
    border-right: none;
}
.tireview-block .tireview-height .tireview-height-value{
    position: absolute;
    left:-45px;
    top:calc(50% - 8px);
    background-color: #fff;
    z-index: 2;
    line-height: 16px;
    width: 60px;
}

.tireview-block .tireview-width{
    position: absolute;
    height: 15px;
    border: 1px solid #adadad;
    bottom:-20px;
    border-top: none;
}
.tireview-block .tireview-width .tireview-width-value{
    position: absolute;
    left:0px;
    bottom:-18px;
    background-color: #fff;
    z-index: 2;
    line-height: 16px;
    width: 75px;
}
.space-top-tire{
    margin-top: 50px;
}
.wheelview .wheelview-diametr{
    position: absolute;
    height: 95px;
    border: 1px solid #adadad;
    top:-20px;
    border-bottom: none;
}
.wheelview .wheelview-diametr .wheelview-diametr-value{
    position: absolute;
    left:0px;
    top:-8px;
    text-align: center;
    z-index: 2;
    line-height: 16px;
}
.wheelview .wheelview-diametr .wheelview-diametr-value span {
    background-color: #fff;
    padding: 0 3px;
}
.wheelview .wheelview-diametr .wheelview-diametr-value-cm{
    position: absolute;
    left:0px;
    text-align: center;
    top:-30px;
}
.wheelview .wheelview-sidewall{
    position: absolute;
    width: 75px;
    border: 1px solid #adadad;
    bottom:0px;
    left: 75px;
    border-left: none;
}
.wheelview .wheelview-sidewall-value{
    position: absolute;
    left: 80px;
    width: 75px;
}
.wheelview .wheelview-length{
    position: absolute;
    left:18px;
    border: 1px solid #adadad;
    border-right: none;
    border-top: none;
    bottom: -34px;
    height: 55px;
    width: 50px;
}
.wheelview .wheelview-length .wheelview-length-value{
    position: absolute;
    bottom: 1px;
    left:5px;
    width: 75px;
}

@media (max-width: 992px){
    .cube{
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .cube:last-child {
        float: none;
        margin: 0 auto;

        margin-top: 20px;
    }
    .cube:first-child{
        float:none;

        margin-top: 20px;
    }
}

.wheelview .text-data{
    position: absolute;
    left: 180px;
    width: 250px;
}
.tire-block{
    margin:45px 20px 40px;
}
@media (max-width: 992px){
    .tire-block{
        margin:45px 70px 40px;
    }
    .cube-text-width {

        width:100%;
    }
}
@media (max-width: 550px){
    .wheelview .text-data{
        position:static;
        width: 250px;
        margin-top: 200px;
    }
    .wheelview{
        display: inline;
        width: 100%;
        margin-bottom: 140px;
        margin-top: 100px;
        margin-left: -45px;
        min-width: 250px;
    }
    .breadcrumb-box{
        display: none;
    }
}
.home-search{
    position: relative;
}

.home-search .search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left-width: 1px;
    height: 30px;
    line-height: 1;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 17px;
    transition: all 0.3s linear 0s;
    width: 46px;
}

.home-search .search-string {
    box-shadow: none;
    color: #1e1e1e;
    font-size: 24px;
    height: 100%;
    line-height: 30px;
    margin: 0;
    padding: 14px 135px 14px 18px;
    width: 100%;
}
.home-search-block{
    padding: 40px 0 17px;
    background-color: #f2f2f2 ;
}

.calculator{

}

.border-blue{
    border-radius: 2px;
    border: 1px solid #00aaff;
    padding: 15px;
}
.frame.search-form {
    border: 1px solid #00aaff;
    margin-top: 10px;
}
.brands{
    padding-bottom: 20px;
}
.brands div a{
    margin-top: 20px;
    display: block;
    width: 100%;
    max-width: 160px;
    border: 1px solid #e1e1e1;
}
.search-form select,.calculator select{
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    box-shadow: 0 1px #fff, 0 1px 4px rgba(0, 0, 0, 0.15) inset;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%;
    /*background-image: -webkit-linear-gradient(top, #fff, #fff);*/
    background-color: #fff!important;
}

.pictos{
    height: 90px;
    width:90px;
    margin: 0 auto;
    padding: 10px;
}

.breadcrumb > li + li:before{
    content: "- ";
}
 
th{
    border: 1px solid #e1e1e1;
    background-color: white;
    color: #000;
}

.table-head{
    /*background-color: #f89406;*/
    background-color: #FBB450;
    color:white;
    padding: 15px 10px 16px;
}

.anchor{
    padding: 15px 10px 16px;
    border: 1px solid #e1e1e1;
}
.anchors{
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
}

.scrollable{
    border:none;
}
.pinned{
    border: none;
}

.selectBox-options li + li a {
    border-top:none;
}
.search-form .from_to label{
    width: 100%;
}
.search-form .from_to input,.search-form .from_to .selectBoxWrapper{
    width: 50%;
    float: left;
}
.search-form .from_to_euro input{
    width: 75%;
}
.search-form .from_to .search-euro-text{
    padding: 10px 0 0 15px;
    display: inline-block;
}

.bold{
    font-weight: bold;
}



.page-box{
    min-height: 100%;
    position: relative;
}
.page-box-content{
    padding-bottom: 45px;
}

#footer
{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 45px;
}

#footer .footer-bottom{
    padding: 5px;
}
#footer .up{
    height: 34px;
    width:34px;
    padding: 10px;
}
#footer .up .glyphicon{
    margin: 0;
}
.bordered{
    border: 1px solid #e1e1e1;
    padding: 30px;
}
.button-up{
    float: right;
}
.footer-row
{
    display: table!important;
    width:100%;
}
.copyright{
    float: none;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 767px){
    .cube{
        float: left;
    }
    .cube:first-child{
        float: left;
    }
    .cube:last-child {
        float: left;
    }
    #footer .footer-bottom .copyright {
        padding: 0;
    }
}