//h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
//    font-family: Arial, sans-serif;
//}

h1 {
    font-family: Aparajita;
    font-size: 38px;
}

.bcontent_left h3 {
    font-family: Aparajita;
    font-size: 30px;
}

.date-font {
    font-family: Arial;
    font-weight: bold;
    color: #336666;
    margin-bottom: 7px;
}

.main_left_content {
    display: inline-block;
    width: 480px;
}

.main_right_content {
    display: inline-block;
    width: 470px;
    float: right;
}

.second_right_content {
    display: inline-block;
    width: 460px;
    float: right;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    color: #73777d;
    margin-bottom: 24px;
}

.second_right_content .new {
    position: relative;
    top: -13px;
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../img/new.png);
}

.second_right_content .new_empty {
    position: relative;
    top: -13px;
    display: inline-block;
    width: 39px;
    height: 39px;
    background-image: url(../img/new_empty.png);
}

.second_right_content a.wlink {
    color: #2b5088;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    top: -13px;
}

.second_right_content a.wlink:hover {
    text-decoration: underline;
}

.second_right_content p {
    position: relative;
    margin-top: -4px;
    margin-bottom: 9px;
}

.second_right_content a {
    color: #666666;
}

.second_right_content a:hover {
    text-decoration: none;
}

.bottom_content {
  margin-left: 15px;
}

.bcontent_left {
    position: relative;
    top: 0;
    display: inline-block;
    height: 270px;
    width: 400px;
}

.bcontent_right {
    float: right;
    position: relative;
    display: inline-block;
    height: 270px;
    width: 490px;
}

.bcline {
    position: relative;
    display: inline-block;
    height: 267px;
    width: 30px;
    margin-right: 10px;
    float: right;
}

.cat {  
    display: inline-block;
    width: 220px;
    box-shadow: 0 0 10px #cccccc;
    padding: 5px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 5px;
}
.cat a { 
    position: relative; 
    display: block; 
    text-decoration: none; 
}
.cat a img { 
    width: 210px; 
    height: 150px;
    display: block; 
}
.cat a .image > h2 { 
    width: 210px; 
    background: #2e62b0; 
    color: #fff; 
    display: inline-block; 
    left: 0; 
    font-size: 14px; 
    font-weight: bold; 
    padding: 8px; 
    position: absolute; 
    text-decoration: none; 
    text-shadow: 1px 1px #666666;
    bottom: -10px; 
    transition: 0.5s; 
    -webkit-transition: 0.5s; z-index: 2; 
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    zoom: 1;
    height: 45px;

}
.cat a .hoverCover { 
    background-image: url(../img/cat-bg.png);
    height: 100%; 
    left: 0; 
    position: absolute; 
    top: 0; 
    width: 100%; 
    transition: 0.5s; 
    -webkit-transition: 0.5s; 
    display: none\9; 
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    zoom: 1;
}
.cat a .hoverCover i { 
    border: 2px solid white; 
    border-radius: 51% 51% 51% 51%; 
    display: inline-block; 
    margin-bottom: 5px; 
    padding: 0 4px 0 6px; 
    font-size: 1.6em; 
    width: 30px; 
    height: 40px; 
    line-height: 36px; 
}
.cat a:hover .hoverCover { 
    zoom: 1; 
    opacity: 1; 
    display: block; 
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.cat a:hover h2 { 
    background-color: transparent; 
}
.cat a .viewMoreContent { 
    color: #fff; 
    display: block; 
    position: absolute; 
    text-shadow: 1px 1px #666666; 
    top: 5px; 
    width: 100%;
}
.cat a .viewMoreContent p { 
    padding: 10px; 
    color: #fff; 
    font-size: 11px; 
}
.cat a .viewMoreContent span { 
    position: absolute;
    padding: 10px; 
    color: #99cc00; 
    font-size: 11px;
    top: 72px;
}
.cat a .viewMoreContent img { 
    display: inline-block; 
}

/* Carousel base class */
.carousel {
    height: 285px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    text-align: left;
    left: 50%;
    margin-left: -465px;
    max-width: 945px;
    padding-bottom: 10px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 285px;
}

/* Fade Slider CSS */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 285px;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-fix {
    width: 400px;
    z-index: 10;
    text-align: left;
    left: 0;
    margin-left: 0;
    max-width: 400px;
    padding-bottom: 30px;
    padding: 10px;
    height: 269px;
}

.carousel-fix h3 {
    margin-top: 20px;
    color: #fff;
}

.fixpos {
    margin-top: 90px;
}

.fixheight {
    height: 269px;
}

.arrfix {
    margin-top: 20px;
}

.car-block {
    display: block;
    width: 415px;
    height: 115px;
    background: url(../img/car-block.png);
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    4px 4px 5px rgba(0, 0, 0, 0.25);
    box-shadow:         4px 4px 5px rgba(0, 0, 0, 0.25);
    padding: 10px;
    color: #2b5088;
    font-weight: normal;
    text-shadow: none;
}

.bltitle {
    font-size: 16px;
    font-weight: bold;
}

.read-more {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 29px;
    background-image: url(../img/read-more.png);
}

.read-more:hover {
    background-position: 0 -29px;
}

.read-more-blue {
    float: right;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 29px;
    background-image: url(../img/read-more-blue.png);
    margin-top: 10px;
    margin-right: 5px;
}

.read-more-blue:hover {
    background-position: 0 -29px;
}

.arrow-right {
    float: right;
    top: 0;
    right: -2px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/arr-right.png);
}

.arrow-right:hover {
    background-position: 0 -23px;
}

.arrow-left {
    margin-right: 1px;
    float: right;
    top: 0;
    right: -2px;
    position: relative;
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(../img/arr-left.png);
}

.arrow-left:hover {
    background-position: 0 -23px;
}

.bgline {
    margin-top: -80px;
    z-index: 120;
    position: absolute;
    height: 46px;
    width: 450px;
    background-image: url(../img/rblock-bg.png);
}

.bgline-text {
    //white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    //text-overflow: ellipsis;  /* Добавляем многоточие */
    display: inline-block;
    width: 350px;
    height: 40px;
    color: #fff;
    padding: 5px;
    margin-left: 10px;
}

.btitle {
    position: absolute;
    width: 400px;
    margin-top: 20px;
    margin-left: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #1f437a; 
    text-shadow: 1px 1px #fff; 
}