@charset "utf-8";

body {
    background: #f6f6f6 url('../images/bg.png') repeat;
}

header {
    background: #151515;
    padding: 10px 0;
}

.phone-wrapper {
    color: #fff;
    font-size: 22px;
}

.phone-wrapper div {
    float: left;
    margin: 9px 12px 0 0;
}
.phone-wrapper a {
    color: #fff;
}

.main .col-sm-7 {
    border-left: 2px solid rgba(98,122,122,0.1)
}
.main .main-content {
    padding: 0 50px;
}

.main h1 {
    color: #000000;
    font-size: 40px;
    font-weight: normal;
    margin-top: 0;
}
.main h1 strong {
    color: #8d7829;
    font-weight: bold;
}


.main form {
    padding: 0 50px;
}
.main form .form-control {
    background: transparent;
}
@media (max-width: 767px) {
    .main .main-content {
        padding: 0 20px;
    }
    .main form {
        padding: 0 20px;
    }
    .phone-wrapper div {
        display: none;
    }
    .main .col-sm-7 {
        border-left: 0;
    }

}


legend {
    color: #000000;
    font-size: 20px;
}
legend strong {
    font-size: 28px;
}
@media (max-width: 1200px) and (min-width: 991px) {

    legend {
        font-size: 13px;
    }
}

input {
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}

.brands h2 {
    color: #142226;
    font-size: 34px;
    font-weight: bold;
}

.brands ul,
.types ul {
    list-style: none;
}
.brands ul li {
    display: inline-block;
    padding: 0 10px;
}

.types {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #8d7829;
    color: #fff;
}
.types ul {
    padding: 0 40px 32px;
    list-style: none;
}
.types li {
    display: inline-block;
    width: 47%;
    border-bottom: 2px solid rgba(255,255,255,0.2);
    margin-left: 4%;
    padding: 10px;
    font-size: 24px;
}
.types li:nth-child(2n){
    margin-left: 0%;
}
.types li img {
    margin-left: 15px;
}
.types li:last-child,
.types li:nth-last-child(2) {
    border-bottom: 0;
}
.types h2,
.how-to-works h2 {
    font-weight: bold;

}
.how-to-works {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ffffff;
    color: #2d393c;
}

.how-to-works ul {
    padding: 0 40px;
    color: #2d393c;
    font-size: 18px;
    list-style-image: url('../images/bullet.png');
    margin: 0 20px;
}

.how-to-works ul li {
    margin-bottom: 12px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .types ul,
    .how-to-works ul {
        padding: 0 15px;
    }
}
footer {
    color: #000000;
    font-size: 14px;
}
.flipster {
    overflow: hidden;
}
.owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: black;
    color: #fff;
    padding: 83px 10px;
    font-size: 36px;
}

.owl-next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: black;
    color: #fff;
    padding: 83px 10px;
    font-size: 36px;
}