/** form **/
#generalForm input[type='text'],#generalForm  input[type='password'], #generalForm  input[type='email'],#generalForm  textarea.textarea {
    border-color: #6d6e71;
    border-radius: 0px;
    border: 1px solid;
}


#generalForm input[type=submit], #generalForm .btn-submit {
    background-color: #3b6e8f;
    border-radius: 0px;
    color: #fff;
}


#generalForm form label {
    color: #6d6e71;
}


.required.message {
    color: #2a62bc;
}

.mobile_nav {
    font-size: 1.5em;
}

#serviceForm .Actions {
    text-align: right;
}


.content-left ul li  {
    background: url(../img/icon-list.png) no-repeat left center;
    padding-left: 25px;
    color: #3b6e8f;
}

.content-left  #carousel ul li , .content-left #slider ul li {
    background: none;
    padding-left: 0px;

}


.content-left  ul li a {
    background: none;
}

.block-offer span.note {
    padding-top: 0px;
}


.lt-ie9 .tab-links .tab {
    width: 23.7%;
}


@media (max-width: 991px) and (min-width: 768px){
    .header-info .header-info-content p {
        font-size: 0.9em;
    }

    .sidebar {
        margin-top: 20px;
    }


}

@media (max-width: 767px ){
    .block-gallery img {
        margin-bottom: 10px;
    }

}