body {
    font-family: 'Open Sans', sans-serif;;
    font-size: 15px;
    line-height: 1.4;
    background: url("../images/bg-text2.jpg") repeat #dadada;
}

.table>thead>tr>th {
    color: white;
    font-weight: normal;
    vertical-align: top;
    border-bottom: 2px solid #ddd;
    font-size: 13px;
    background: #E98B00;
}

a[href$=".doc"],
a[href$=".docx"],
a[href$=".rtf"] {
    background: url('../images/word-24.png') 0 0 no-repeat;
    padding-left: 32px;
    min-height: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

a[href$=".pdf"] {
    background: url('../images/pdf-24.png') 0 0 no-repeat;
    padding-left: 32px;
    min-height: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

a[href$=".ppt"],
a[href$=".pptx"] {
    background: url('../images/powerpoint-24.png') 0 0 no-repeat;
    padding-left: 32px;
    min-height: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

a[href$=".zip"],
a[href$=".rar"] {
    background: url('../images/zip-24.png') 0 0 no-repeat;
    padding-left: 32px;
    min-height: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

.wrapper {
    -webkit-box-shadow: 0px 0px 37px rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0px 0px 37px rgba(50, 50, 50, 0.28);
    box-shadow: 0px 0px 37px rgba(50, 50, 50, 0.28);
    background: #FFFFFF;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

a {
    color: #bf1e2e;
}

a:hover {
    color: #333333;
}

.btn {
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: none;
    background-color: #f5f5f5;

    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;

    display: inline-block;
    height: 40px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    line-height: 40px;
    text-transform: uppercase;
    border: none;

    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-primary {
    color: #ffffff;
    background-image: -moz-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    background-image: -webkit-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    background-image: -ms-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #FFFFFF;
    background-color: #323D50;
}

.btn-lg {
    line-height: 1;
    padding: 12px 40px;
}

.breadcrumbs {
    text-transform: uppercase;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 11px;
    color: #999;
    text-align: center;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.header-info {
    background: #ffffff;
    padding-bottom: 0;
    padding-top: 20px;
}

.schedule.top {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 15px;
}

.logo {
    text-align: center;
}

.logo .img-responsive {
    display: inline-block;
}

.call-btn {
    padding-top: 10px;
}

.mainmenu {
    background-image: -moz-linear-gradient( 90deg, rgb(13,12,14) 0%, rgb(54,56,64) 50%, rgb(66,68,77) 50%, rgb(101,106,117) 96%);
    background-image: -webkit-linear-gradient( 90deg, rgb(13,12,14) 0%, rgb(54,56,64) 50%, rgb(66,68,77) 50%, rgb(101,106,117) 96%);
    background-image: -ms-linear-gradient( 90deg, rgb(13,12,14) 0%, rgb(54,56,64) 50%, rgb(66,68,77) 50%, rgb(101,106,117) 96%);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}

.mainmenu .navbar-nav {
    float: none;
    margin: 0;
    display: inline-block;
    text-align: left;
}

.mainmenu .navbar-nav>li>a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 35px;
}

.mainmenu .navbar-nav>li>a:focus,
.mainmenu .navbar-nav>li>a:hover,
.mainmenu .navbar-nav>li>a:active {
    background-image: -moz-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    background-image: -webkit-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    background-image: -ms-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    color: #FFFFFF;
}

.dropdown-menu .current_page_item>a {
    background-image: -moz-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    background-image: -webkit-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    background-image: -ms-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    color: #FFFFFF!important;
}

.mainmenu .current_page_item>a:hover {
    color: #FFFFFF!important;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #222;
    border-color: #eee;
}

.modal-header {
    text-align: center;
}

.modal-content {
    border-radius: 0;
    background: #EEEEEE;
}

.modal-body {
    padding: 15px 15px 0 15px;
}

.modal-body > p {
    text-align: center;
    margin-bottom: 20px;
}

.slogan h2 {
    margin-top: 10px;
    font-size: 21px;
}

.welcome-block {
    padding-bottom: 0;
    padding-top: 0;
}

.title {
    font-size: 27px;
}

.post-meta {
    color: #999;
    font-size: 11px;
    margin-bottom: 5px;
}

.the-content {
    font-size: 13px;
}

.metaslider {
    box-shadow: 0px 9px 8px -6px rgba(0,0,0,0.2);
}

.metaslider .flexslider {
    margin: 0!important;
}

.metaslider .caption {
    font-size: 21px;
    padding: 10px 10px!important;
    word-wrap: break-word;
    text-align: center;
    line-height: 1.3;
}

.flex-control-paging li a {
    box-shadow: none!important;
    background: rgba(0,0,0,0.2)!important;
}

.flex-control-paging li a.flex-active {
    background: #bf1e2e!important;
}

.metaslider .caption-wrap {
    background: #bf1e2e!important;
    opacity: 0.9!important;
}

.services .desc {
    font-size: 13px;
    line-height: 1.5;
}

.services h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
}

.services h3 {
    padding-bottom: 50px;
}

.services .item {
    margin-bottom: 40px;
    min-height: 50px;
}

.services .item a {
    color: #FFFFFF;
}

.service-title {
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(13,12,14) 0%, rgb(54,56,64) 50%, rgb(66,68,77) 50%, rgb(101,106,117) 96%);
    background-image: -webkit-linear-gradient( 90deg, rgb(13,12,14) 0%, rgb(54,56,64) 50%, rgb(66,68,77) 50%, rgb(101,106,117) 96%);
    background-image: -ms-linear-gradient( 90deg, rgb(13,12,14) 0%, rgb(54,56,64) 50%, rgb(66,68,77) 50%, rgb(101,106,117) 96%);
    box-shadow: 0px 9px 8px -6px rgba(0, 0, 0, 0.5);
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.service-title:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    background-image: -webkit-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
    background-image: -ms-linear-gradient( 90deg, rgb(155,7,22) 0%, rgb(191,30,46) 50%, rgb(211,33,51) 50%, rgb(211,33,51) 96%);
}

.service-title h4 {
    font-size: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 17px;
}

.service-title .desc {
    clear: both;
    display: inline-block;
}

.services .img-block {
    float: left;
    margin-right: 17px;
}

.video {
    padding-top: 70px;
    background: url("../images/video-bg.jpg") no-repeat 0 -60px #ffffff;
    padding-bottom: 70px;
}

.features h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
}

.features .item {
    margin-bottom: 40px;
    padding-left: 70px;
    min-height: 110px;
}

.features .item:after {
    content: '';
    background: url("../images/hr-stripe.jpg");
    width: 139px;
    height: 10px;
    bottom: -10px;
    position: absolute;
}

.features h4 {
    line-height: 1.1;
    font-weight: bold;
    font-size: 26px;
    color: #bf1e2e;
}

.call-to-action {
    background: rgba(234,233,236,1);
    background: -moz-linear-gradient(top, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,233,236,1)), color-stop(100%, rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9ec', endColorstr='#f6f6f6', GradientType=0 );
    padding-top: 40px;
    padding-bottom: 0;
    text-align: center;
}

.call-to-action h2 {
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}

.call-to-action .subhead {
    font-size: 24px;
}

.form-block h2 {
    margin-top: 0;
    margin-bottom: 0;
}

div.wpcf7-response-output {
    margin: 0 0 1em 0!important;
}

span.wpcf7-not-valid-tip {
    font-size: 12px!important;
}

.scheme {
    padding-bottom: 0;
    overflow: hidden;
}

.scheme-block {
    background: rgba(198,43,61,1);
    background: -moz-linear-gradient(top, rgba(198,43,61,1) 0%, rgba(179,23,36,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,43,61,1)), color-stop(100%, rgba(179,23,36,1)));
    background: -webkit-linear-gradient(top, rgba(198,43,61,1) 0%, rgba(179,23,36,1) 100%);
    background: -o-linear-gradient(top, rgba(198,43,61,1) 0%, rgba(179,23,36,1) 100%);
    background: -ms-linear-gradient(top, rgba(198,43,61,1) 0%, rgba(179,23,36,1) 100%);
    background: linear-gradient(to bottom, rgba(198,43,61,1) 0%, rgba(179,23,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62b3d', endColorstr='#b31724', GradientType=0 );
    padding-top: 50px;
    padding-bottom: 50px;
}

.scheme h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
}

.scheme-block .item {
    text-align: center;
}

.scheme-block .item:after {
    content: '';
    background: url("../images/arrow.png");
    width: 51px;
    height: 37px;
    position: absolute;
    right: -40px;
    top: 40px;
}

.scheme-block .item.last:after {
    content: '';
    background: none;
}

.scheme-block h4 {
    font-size: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
}

.scheme-block p {
    font-size: 15px;
    color: #FFFFFF;
}

.map {
    background: #ffffff;
    padding-top: 40px;
    border-bottom: 6px solid #FFF;
    position: relative;
}

.map h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 44px;
}

.map h4 {
    text-align: center;
    margin-bottom: 40px;
}


.schedule {
    background: rgba(234,233,236,1);
    background: -moz-linear-gradient(top, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234,233,236,1)), color-stop(100%, rgba(246,246,246,1)));
    background: -webkit-linear-gradient(top, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(top, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(top, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(234,233,236,1) 0%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae9ec', endColorstr='#f6f6f6', GradientType=0 );
}

.schedule.top {
    border-bottom: 5px solid #333;
}

.item-list-right li .fa, .item-list-left li .fa {
    font-size: 30px;
    position: absolute;
    display: inline-block;
    top: 0;
    color: #bf1e2e;
    margin-right: 10px;
}

.item-list-left li .fa {
    left: 50px;
}

.fa.fa-envelope-o {
    font-size: 27px;
}

.item-list-left li {
    padding: 0 10px 0 75px;
    text-align: left;
}

.item-list-left h4 {
    margin-top: 3px;
    font-size: 15px;
}

.item-list-left h3 {
    margin-top: 0;
    font-size: 19px;
}

.item-list-left p {
    margin-bottom: 0;
    color: #bf1e2e;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.footer {
    padding: 20px 0;
    background: #fff;
    border-top: 3px solid #bf1e2e;
}

.footer p {
    margin-bottom: 0;
}

.copyright-block p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.copyright-block a {
    color: #333333;
    text-transform: initial!important;
    font-weight: normal!important;
}

.copyright-block a:hover {
    color: #bf1e2e;
}

.footer-middle {
    font-size: 12px;
    color: #666;
    line-height: 14px;
    margin-bottom: 20px;
}

.footer-bottom {
    font-size: 11px;
}

.dev-block {
    text-align: center;
}

.dev {
    opacity: 0.3;
    display: inline-block;
    width: 160px;
}

.dev:hover {
    opacity: 1;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    width: 100%;
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 40px;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

textarea {
    width: 100%;
    background-color: #FFFFFF;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.uneditable-input:focus
{
    border-color: rgba(233,139,0,.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233,139,0,.6);
}

.form-control {
    border-radius: 0;
}

.sh {
    background: url("../images/sh.png") top center;
    height: 18px;
}

.well {
    margin-top: 20px;
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 3px solid #E98B00;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.well.landing {
    border: 3px solid #EEEEEE;
    background: #FFFFFF;
}

.well h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
}

img.ajax-loader {
    position: absolute;
}

.well .form-group {
    margin-bottom: 0;
}

.wpcf7 p {
    margin: 0;
}

.gallery dl {
    margin: 0;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
}

.thumbnail > img {
    display: inline-block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text, .gallery-caption {
    line-height: 12px;
    font-size: 11px;
}

.gallery-item img {
    border: 1px solid #fff!important;
    height: auto;
    max-width: 100%;
    margin: 0;
}

.gallery-item {
    margin: 0 0 10px 0!important;
}

.gallery-icon {
    margin-bottom: 10px;
}

#content {
    padding: 20px 0 20px 0px;
}

#main {
    padding: 0 20px;
}

#sidebar1, #sidebar2, #sidebar3 {
    padding: 0 20px;
}

@media (min-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 992px) {
    .item-list-left li {
        padding: 0;
        text-align: left;
    }

    .item-list-left li .fa {
        left: 0;
        position: relative;
    }

    .services .img-block {
        float: none;
    }

    .features .item {
        padding-left: 20px;
    }

    .scheme {
        overflow: hidden;
    }

    .scheme-block .item:after {
        right: -20px;
    }

}

@media (max-width: 767px) {
    .header-phone {
        text-align: center;
    }

    .slider {
        display: none;
    }

    .footer {
        text-align: center;
    }

    .copyright-block {
        margin-bottom: 15px;
    }

    .about-info hr {
        display: none;
    }

    .mainmenu .navbar-nav {
        display: block;
    }

    .gallery-item {
        width: 100%!important;
    }
    
    .table {
        display: none;
    }

    .video {
        display: none;
    }

    .row {
        margin-left: 15px;
        margin-right: 15px;
    }

    .features .item {
        margin-bottom: 40px;
        padding-left: 0;
        min-height: auto;
        text-align: center;
    }

    .scheme-block .item:after,
    .features .item:after {
        display: none;
    }

    .call-to-action .subhead {
        font-size: 21px;
    }

    .slogan h2 {
        text-align: center;
    }

    .services h2,
    .features h2,
    .scheme h2,
    .map h2 {
        font-size: 25px;
    }

    ymaps {
        display: none;
    }

    .item-list-left li {
        padding: 5px 0;
        text-align: center;
    }

    .item-list-left li .fa {
        display: none;
    }
}

.navbar-toggle {
    float: none;
    margin-right: 0;
    border: 1px solid white;
}

.navbar-toggle .icon-bar {
    background: white;
}

.menu-title {
    padding-top: 5px;
}