/* Add here all your CSS customizations */
.navbar {
    min-height: 0;
}
.logo2 {
    min-width: 0;
    min-height: 100px;
}
#signup_form{
    margin-top: 20px;
}
#signup_form h2{
    font-size: 26px;
    font-weight: 700;
    line-height: 37px;
    position: relative;
    padding: 10px 0;
    color: #333;
}
#signup_form h3{
    font-size: 21px;
    font-weight: 700;
    line-height: 37px;
    position: relative;
    padding: 10px 0;
    color: #333;
}
#signup_form #map-wheels > .col-sm-4:nth-of-type(3n+1){
    clear: both;
}
.feature_img_wrapper {
    height: 90px;
    position: relative;
}
.feature_img_wrapper img {
    position: absolute;
    left: 50%;
    top: 25%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
#formula {
    background-image: url(/images/features_bg.jpg);
    background-size: cover;
}
.video-bg-inner {
    background-image: url(/images/video.jpg);
    background-size: cover;
    background-position: center center;
}
.business_carousel .carousel-content h1 {
    font-weight: 300;
    margin: 0;
    padding: 10px;
}
.feature_item p {
    font-size: 16px;
}
section#feature {
    padding: 100px 0;
}
.video-title .download_content {
    padding: 100px 0 20px;
}

@media (max-width: 768px) {
    .logo2 {
        min-height: 80px;
    }
    .business_carousel .carousel-content h1 {
      font-size: 20px;
      font-weight: 400;
    }
    .carousel-content {
      padding: 100px 0 20px;
    }
    .carousel, .carousel-inner > .item {
      max-height: 350px;
    }
    h2.section_title {
        font-size: 36px;
    }
    section#feature,
    #formula,
    section#partner {
        padding: 25px 0;
    }
    .main-menu-wrapper {
        background: #fefefe;
        min-height: 0;
    }
    #main_menu2 .navbar-nav > li a:not(.btn) {
        color: #686e7c;
    }
    .section_title_area {
        margin-bottom: 25px;
    }
    ul.formula_content_left,
    ul.formula_content_right {
        display: none;
    }
    .formula_holder {
        margin: 0;
    }
    .video-title .download_content,
    .download_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    p.download_subtitle {
        margin-bottom: 10px;
    }
    .video-bg-inner {
        min-height: 250px;
    }
    .navbar-form .form-group {
        float: left;
    }
    .bottom_area_colum_1,
    .bottom_area_colum_2,
    .bottom_area_colum_3,
    .bottom_area_colum_4{
        clear: both;
    }
}
