body {
    font-family: 'Open Sans', arial, sans-serif!important;
    background-color: #fafafa!important;
}
ul {
    padding-left: 20px
}
ul li {
    margin-bottom: .5em
}
header {
    overflow: hidden;
    background-color: #efc10b;
    background-repeat: no-repeat;
    background-position: 50% 15px;
    padding: 40px 0 25px;
    font-size: 1.5em
}
h2 {
    font-family: 'Open Sans', arial, sans-serif!important;
    font-weight: 600;
    font-size: 24px;
    color: #262626;
    padding-bottom: .2em;
    border-bottom: solid 1px #f5cd0c;
    margin-bottom: 1em;
    margin-top: 1.5em
}
body .form-main-title {
    font-size: 34px
}
body.rus .form-main-title {
    font-size: 32px
}
.h4-5{font-size:16px;}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top30 { margin-top:30px; }
.top40 { margin-top:40px; }
.top45 { margin-top:45px; }
.top50 { margin-top:50px; }
.padding-left-none{ padding-left:0; }
.padding-none{ padding:0; }
.btn-success {
    background-color: #079700;
    border-color: #079700
}
.btn-custom {
    color: #fff;
    background-color: #efc10b
}
.btn-default {
    color: #fff;
    background-color: #d8d8d8;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD8D8D8', endColorstr='#FFBAB9B9');
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #d8d8d8), color-stop(100%, #bab9b9));
    background-image: -webkit-linear-gradient(top, #d8d8d8 0, #bab9b9 100%);
    background-image: -moz-linear-gradient(top, #d8d8d8 0, #bab9b9 100%);
    background-image: -o-linear-gradient(top, #d8d8d8 0, #bab9b9 100%);
    background-image: linear-gradient(top, #d8d8d8 0, #bab9b9 100%)
}
.btn-default:active {
    background-color: #d8d8d8;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD8D8D8', endColorstr='#FFBAB9B9');
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #d8d8d8), color-stop(100%, #bab9b9));
    background-image: -webkit-linear-gradient(top, #d8d8d8 0, #bab9b9 100%);
    background-image: -moz-linear-gradient(top, #d8d8d8 0, #bab9b9 100%);
    background-image: -o-linear-gradient(top, #d8d8d8 0, #bab9b9 100%);
    background-image: linear-gradient(top, #d8d8d8 0, #bab9b9 100%)
}
hr {
    border-color: #bababa
}
.goInline {
    display: inline-block
}
.preHeader {
    height: 60px;
    line-height: 60px;
    background-color: #fff
}
.headerMessage {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .23);
    text-align: center;
    background: url(../img/car.png) 50% 0 no-repeat;
    padding: 75px 0 0
}
.leftColShadow {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}
.rightColBlack {
    padding: 30px;
    background-color: #4d4d4f;
    color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}
.middleColShadow {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.phoneNumber {
    font-size: 1.5em;
    background: url(../img/phone.png) 0 50% no-repeat;
    padding-left: 25px;
    margin-left: 10px
}
footer {
    background-color: #fff;
    overflow: hidden;
    clear: both
}
a.active {
    font-weight: 700
}
.buffer-top-10 {
    margin-top: 10px
}
.buffer-top-20 {
    margin-top: 20px
}
@media (min-width: 768px) {
    header {
        background-position: 50% 0;
        background-image: url(../img/header.jpg);
        font-size: 1.5em;
        padding-top: 40px
    }
}
.bg-success {
    padding: 1em
}
.rus .rightColBlack .btn {
    font-size: 16px
}
@media (min-width: 992px) {
    header {
        height: 336px;
        font-size: 2em;
        padding-top: 40px
    }
    .pull-top {
        margin-top: -50px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 970px
    }
}
.headerMessage .highlight {
    font-size: 54px;
    font-weight: 700
}
.showInModal {
    display: none
}
.hideInModal,
.modal-body .showInModal {
    display: block
}
.modal-body .hideInModal {
    display: none
}
.modal-body #message {
    height: 108px
}
.rightColBlack .form-group input.form-control {
    text-transform: uppercase
}
.rightColBlack .form-group.has-error input.form-control {
    background-color: #d9534f;
    color: #fff
}
.rightColBlack .form-group.has-error input.form-control:-moz-placeholder {
    color: #fff!important
}
.rightColBlack .form-group.has-error input.form-control::-webkit-input-placeholder {
    color: #fff!important
}
.rightColBlack .form-group .btn.btn-success {
    outline: 0
}
@media (min-width: 992px) and (max-width: 3840px) {
    html {
        position: relative;
        min-height: 100%
    }
    body {
        margin-bottom: 275px;
    }
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 170px
    }
}
@media (max-width:600px) {
    .mobile-hide{display:none !important;}
    .mobile-show{display:block !important;}
}
body.rus .headerMessage {
    font-size: 23px;
    line-height: 1.3
}

/* footer styles from liiklus.mkindlustus.ee */
footer {
    background: #fff
}
@media only screen and (max-width: 1023px) {
    footer {
        display: block
    }
}
footer .row {
    position: relative
}
footer .footerleft,
footer .footerright {
    padding-top: 30px;
    padding-bottom: 30px
}
@media only screen and (max-width: 767px) {
    footer .footerleft,
    footer .footerright {
        padding-top: 0px
    }
}
@media only screen and (max-width: 1023px) {
    footer .footerleft {
        padding-bottom: 15px
    }
}
footer .footerleft ul {
    display: table;
    margin-bottom: 15px;
    padding-left: 0;
}
@media only screen and (max-width: 767px) {
    footer .footerleft ul {
        display: none;
        width: 100%
    }
}
footer .footerleft ul li {
    display: table-cell;
    padding: 0 18px
}
footer .footerleft ul li:first-child {
    padding-left: 0px
}
@media only screen and (max-width: 767px) {
    footer .footerleft ul li {
        display: block;
        text-align: center;
        height: 30px;
        line-height: 30px
    }
}
footer .footerleft ul li>a {
    color: #666;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none
}
footer .footerleft ul:after {
    content: '';
    display: block;
    clear: both
}
footer .footerleft .links {
    margin: 10px 0
}
footer .footerleft .links a {
    color: #4d4d4f;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    margin-right: 25px
}
footer .footerleft p {
    color: #848484;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    margin: 10px 0
}
footer .footerleft span.company,
footer .footerleft span.address,
footer .footerleft span.service {
    color: #4d4d4f;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 25px
}
footer .footerright {
    position: initial;
    text-align: right
}
@media only screen and (max-width: 1023px) {
    footer .footerright {
        padding-top: 15px
    }
}
footer .footerright a {
    display: block
}
footer .footerright .social {
    position: absolute;
    bottom: 30px;
    right: 0
}
@media only screen and (max-width: 1023px) {
    footer .footerright .social {
        position: relative;
        bottom: 0px
    }
}
footer .footerright .social a {
    display: inline-block;
    margin-left: 10px
}

.footerrow {
  max-width: 1000px;
  margin: auto;
}

.leftColShadow a, a:active, a:hover {
    color: #079700!important;
}

footer p {
    text-align: justify;
}