.text > p{
    display: inline;
}
.warp{
    width: 100%;
}
.page_width{
    width: 1020px;
    margin: 0px auto;
}
.warp_img_center{
    position: relative;
    min-height: 200px;
}
.warp_img_center > img{
    position: absolute;
    top: 0px; bottom: 0px; right: 0px; left: 0px;
    margin: auto;
}
h1 {
    border-bottom: 1px solid #e2e2e2;
    color: #941915;
    _font-size: 14px;
    font-size: 27px;
    font-weight: normal;
    _height: 30px;
    _line-height: 12px;
    padding: 0 21px;
    width: 100%;
}
hr{
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #fff;
}


body{
    font-family: Tahoma;
    font-size: 14px;
    width: 100%;
    position: relative;
    padding-top: 0px;

    text-shadow: 0px 0px 0px;
}

.logo {
    padding: 18px 0px 0px;
}
.logo a{
    outline: none;
}

.navbar .header_menu{
    background-color: #f9f9f9;
    margin-top: 99px;
    margin: 99px -20px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header_menu > .nav{
    margin: 0 auto;
}
.navbar {
    margin-bottom: 0px;
    border: none;
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f4f4f4 0%, #f4f4f4 120px, #fff 120px, #fff 100%);
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-default {
    border-color: transparent;
}
.navbar-default > .page_width{
    padding: 0px;
}
.navbar-nav {
    position: relative;
    z-index: 8;
    width: 100%;
    background: #f9f9f9;
    _box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}
.navbar-default .navbar-nav>li>a {
    color: #000;
    background: #f9f9f9;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 8px;
    border-right: 1px solid #fff;
    border-left: 1px solid #e2e2e2;
    transition: color 0.5s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover{
    color: #941915;
    background: #fff;
}
.navbar-default .navbar-nav>li:last-child>a {
    border-left: none;
}
.navbar-default .navbar-nav>.active:hover>a{
    color: #000;
}
.navbar-nav>li>.dropdown-menu{
    padding: 0px;
    border-radius: 0px;
    background: #f4f4f4;
    box-shadow:0px 9px 10px -6px rgba(0, 0, 0, 0.2) inset;
}
.dropdown-menu>li>a{
    margin: 0px 0px;
    padding: 6px 20px;
    color: #000;
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
.dropdown-menu>li:first-child>a{
    border-top: none;
}
.dropdown-menu>li:last-child>a{
    border-bottom: none;
}
.dropdown-menu>li.active>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:hover{
    color: #941915;
    background: transparent;
}
.dropdown-menu>li.active, .dropdown-menu>li:hover {
    background: #fff;
}

.sidebar{
    padding: 29px 0px;
    border-left: 1px solid #e2e2e2;
}
.sidebar .nav>li>a {
    padding: 9px 14px;
    color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e2e2e2;
    transition: all 0.5s;
}
.sidebar .nav>li:first-child>a {
    border-top: 1px solid #e2e2e2;
}
.sidebar .nav-stacked>li+li {
    margin-top: 0px;
}
.sidebar .nav-stacked>li.invisible {
    display: none;
}
.sidebar .nav>li.active>a, .sidebar .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    color: #941915;
    background: transparent;
}

.sidebar .nav>li>a:before{
    content: "\f104";
    position: absolute;
    right: 0px;
    padding-top: 3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #cfcfcf;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.sidebar .nav>li:hover>a:before{
    color: #941915;
}

.carousel-caption{
    width: 510px;
    margin-bottom: 100px;
    padding: 42px;
    text-align: inherit;
    font-size: 26px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}


.banner{
    position: relative;
}
.carousel-control{
    z-index: 5;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 30%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 30%;
}
.warp_content {
    padding-top: 20px;
    min-height: 400px;
}
.col-sm-3.sidebar{max-width: 188px;}
.col-sm-9.content{min-width: 831px;}

.content{
    padding: 0px;
}
.content_text{
    padding: 20px 20px 20px 0px;
    text-align: justify;
}
.warp_footer{
    width: 100%;
    position: relative;
    background: #f4f4f4;
    _box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.7) inset;
}
.footer{
    position: relative;
    padding: 20px 0px;
}
.footer_contact{
    padding: 20px 0;
    width: 100%;
    float: none !important;
}
.pull-right.flip.cs_logo {
    width: 200px;
    float: none !important;
    margin: auto;
}
.footer_links {
    color: #000;
    font-size: 12px;
    padding: 0 0 20px;
}
.footer_links ul{
    margin: 0px;
}
.footer_links li{
    list-style: none;
    width: 20%;
    float: right;
}
.footer_links a{
    color: #000;
}
.footer_links a:hover{
    color: #941915;
}
.footer_content > .social{
    float:right;
}


.social{
    position: relative;
    top: -10px;
    margin: 0px 10px;
}
.social_solid {
    display:inline-block;
    position:relative;
    width:36px;
    height:36px;
    opacity: 1;
    text-align:center;
    margin-bottom:15px;
    border-top-left-radius:60px;
    border-bottom-left-radius:60px;
    border-top-right-radius:60px;
    border-bottom-right-radius:60px;
    -webkit-transition:border-color .3s ease-out,color .3s ease-out,background .3s ease-in;
    -moz-transition:border-color .3s ease-out,color .3s ease-out,background .3s ease-in;
    transition:border-color .3s ease-out,color .3s ease-out,background .3s ease-in;
}

.social_solid.facebook{
    background: none repeat scroll 0% 0% #3B5998;
    margin-right:10px;
}

.social_solid.facebook i {
    color: #FFF;
}
.social_solid i {
    line-height: 36px;
}

.social_solid.youtube i {
    color: #FFF;
}
.social_solid i {
    line-height: 36px;
}

.social_solid.youtube {
    background: none repeat scroll 0% 0% #C4302B;
}

.social_solid:hover i{
    color:#fff
}

.social_solid:hover{
    background:#fff
}

.social_solid.facebook i{
    color:#fff
}

.social_solid.facebook.fade:hover i{
    color:#3b5998
}

.social_solid.facebook.nofade:hover{
    background:#263961
}
.social_solid.youtube.fade:hover i{
    color:#C4302B
}



.gallery_main{
    padding: 30px 20px;
    font-size: 16px;
}
.zoom-gallery{
    margin-right: -8px;
    margin-left: -34px;
}
.zoom-gallery .block{
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 20px;
}
.gallery_item {
    position: relative;
    width: auto;
    padding: 0px;
}
.gallery_item:hover {
    background: transparent;
}
.gallery_item:before {
    content: url(../img/hover_cross.png);
    background: #000;
    display: block;
    position: absolute;
    height: 170px;
    width: 240px;
    z-index: 1;
    margin: 0px auto;
    top: 0px;
    padding: 56px;
}
.gallery_item img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    box-shadow: 0px 0px 3px 4px #999;
}
.gallery_item img {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}
/* -------------------- */

.header_social_menu{
    margin: 43px 0 0 15px;
}
.header_social_menu a{
    color: #9e9e9e;
    margin: 0px 5px;
}
.header_social_menu a:hover{
    color: #941915;
    text-decoration: none;
}
.header_social_menu .fa{
    font-size: 19px;
    margin: 0px 7px;
}
.header_social_menu .fa > span{
    display: none;
}

.header_search{
    position: relative;
    margin: 38px 15px 0px;
}
.header_search .inp2{
    width: 180px;
    padding: 3px 8px;
    border: 1px solid #d5d0d0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    background: #e6e6e6;
}
.header_search .btn3 {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    height: 22px;
    left: 2px;
    padding: 0;
    position: absolute;
    top: 2px;
    width: 24px;
}
.header_search .btn3 .fa{
    font-weight: bold;
    color: #c2c2c2;
}
.header_search:hover .btn3 .fa, .header_search:focus .btn3 .fa{
    color: #941915;
}
.header_contact_us {
    background: rgba(0, 0, 0, 0) url("../img/header_phone.png") no-repeat scroll 88% 56%;
    padding: 22px 70px 20px 0;
}
.header_contact_us span {
    display: block;
    line-height: 18px;
    min-height: 19px;
}
.homepage .warp_content{
    min-height: 250px;
}
.homepage_content{
    position: relative;
}
.homeoage_banner_content p {
    font-size: 16px;
    line-height: 19px;
    margin: 17px 0;
    text-align: justify;
}
.homeoage_banner_content > p:last-child {
    margin-top: -2px !important;
}
.homeoage_banner_content {
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 435px;
    left: 0px;
    right: 0px;
    padding: 19px 40px 3px;
    position: absolute;
    top: -503px;
    width: 420px;
    z-index: 7;
    margin: auto;
    box-shadow: 0 5px 10px 0px #000;
}
/*.homeoage_banner_content:after{
    content: url(../img/homeoage_banner_content_shadow.png);
    z-index: 6;
    position: absolute;
    display: block;
    bottom: -18px;
    left: -64px;
}*/
.homeoage_text{
    padding: 33px 0px;
    font-size: 16px;
}

.blocks{
    padding-bottom: 20px;
}
.warp_block{
    background: url('../img/block_bg_n.png') no-repeat center center;
    height: 268px;
    padding: 8px 0px;
}
.block{
    padding: 10px;
}
.img_block{
    width: 490px;
    height: 200px;
    border: none;
}
.block .warp_text{
    padding: 5px 20px;
}
.block .block_text{
    color: #941915;
    font-size: 14px;
    text-align: center;
}
.block:hover, .block:focus{
    text-decoration: none;
}

.zoom-gallery .warp_block{
    background: none;
    height: auto;
    width: 260px;
    padding: 10px 20px;

}

.articles_item td > img{
    margin-left: 30px;
}

.warp_homepage_map{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 3px;
    _box-shadow: 0px 0px 4px 0px #000 inset;
}
.warp_homepage_map .shadow{
    position: relative;
    z-index: 10;
    height: 0px;
    top: -2px;
    box-shadow: 0px 0px 4px 0px #000;
    box-shadow: 0px 0px 20px 7px #000;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.4);
}
.warp_homepage_map .shadow_2{
    top: 2px;
}

/*
body{
    padding-top: 0px;
    background: red;
}
.navbar-fixed-top{
    display: none;
}
.dropdown-menu{
    display: block !important;
}
*/
body{
    padding-top: 139px;
}
.warp_content {
    background-color: #fff;
    position: relative;
}


.fast_form{
    position: relative;
    z-index: 30;
    display: block;
    _height: 1px;
    top: -65px;
    top: -30px;
    background: #fff;
    _background: #f4f4f4;
    border-radius: 4px;
    padding: 4px 16px;
    margin-bottom: -42px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}
.fast_form:hover{
    _background: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.fast_form .form-control{
    display: inline-block;
    width: 180px;
    margin-left: 20px;
    vertical-align: top;
    height: 32px;
}
.fast_form .form-control-notes{
    width: 290px;
    width: calc(100% - 694px);
}
.side_form{
    display: block;
    position: fixed;
    z-index: 3000;
    left: 10px;
    top: 150px;
    top: calc(33vh - 75px);
    width: 150px;
    padding: 12px 4px;
    border-radius: 12px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
}
.side_form .form-control{
    width: 100%;
    margin-bottom: 4px;
    margin-left: 0;
    height: auto;
}
.side_banner{
    _display: none;
    _position: absolute;
    border: 1px solid #000;
    position: fixed;
    z-index: 10000;
    top: 80px;
    left: 5px;
    opacity: 0.8;
}
.side_banner:hover{
    opacity: 1;
}



@media (max-width: 1350px){
    .side_banner{
        display: none;
    }
}