.smas-wrap {
    margin: 0;
    padding: 0;
}

.smas-container {
    background: url('../images/background_search.jpg') repeat scroll 0 0;
    padding: 78px 100px;
    display: block;
    position: relative;
}

.smas-loading {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.smas-loading .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.smas-caption {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 57px;
}

.smas-caption h2 {
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
}

.smas-caption p {
    color: #cccccc;
}

.smas-caption p span {
    color: #fff;
}

.smas-form {
    position: relative;
}

.smas-group-right {
    position: absolute;
    top: 0;
    right: 0;
}

.smas-group-left {
    margin-right: 148px;
}

.smas-attr {
    float: left;
    width: 33.33%;
}

.smas-attr-inner {
    margin: 3px;
}

.chosen-container-single .chosen-single {
    height: 49px;
    line-height: 49px;
    background: none;
    background-color: #fff;
    padding-left: 30px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    background-color: #fff;
}

.chosen-container-single .chosen-single div {
    width: 50px;
}

.chosen-container-single .chosen-single span {
    margin-right: 50px;
}

.chosen-container-single .chosen-single div b {
    background: url(../images/choosen-icon.png) no-repeat 1px center;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -35px center;
}

.chosen-container-single.chosen-disabled {
    opacity: 1 !important;
}

.chosen-container-single.chosen-disabled .chosen-single div b {
    background: url(../images/choosen-icon.png) no-repeat -72px center;
}

.smas-btn .btn.btn-search {
    width: 142px;
    background: none;
    background-color: #ff2d37;
    height: 49px;
    border: none;
    color: #fff;
    box-shadow: none;
    vertical-align: middle;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
}

.smas-btn .btn.btn-search:before {
    background: url(../images/search-icon.png) no-repeat center center;
    width: 21px;
    height: 35px;
    display: inline-block;
    content: '';
    vertical-align: middle;
}

.smas-btn .btn.btn-reset {
    background: none;
    color: #fff;
    text-transform: uppercase;
    float: right;
    margin-top: 5px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@media (max-width: 767px) {
    .smas-group-left {
        margin: 0;
    }

    .smas-group-right {
        position: static;
        margin-top: 20px;
    }

    .smas-attr {
        width: 50%;
        margin-bottom: 10px;
    }

    .smas-container {
        padding: 30px;
    }

    .smas-btn .btn.btn-search {
        display: inline-block;
    }

    .smas-btn .btn.btn-reset {
        float: none;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .smas-attr {
        width: auto;
        float: none;
    }

    .smas-container {
        padding: 30px;
    }
}
