﻿.span12 {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 0;
    min-height: 1px;
    padding-left: 10px;
    width: 100%;
    border-bottom: 1px solid #efeeee;
    margin-bottom: 20px;
    padding: 0 0 20px;
}


.lazy_container {
    background: url("Images/camera-loader.gif") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lazy_container .lazy_preloader {
    display: inline-block;
    height: 0;
    width: 100%;
}
.lazy_container img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
}


.item_img a .BWfade {
    bottom: 0 !important;
    display: block !important;
    height: 100% !important;
    opacity: 0;
    top: 0 !important;
    transform: scale(1);
    transition: all 0.5s linear 0s;
    width: 250px !important;
    z-index: 2;
}

.item_img a:hover .lazy_container img, .item_img a:hover .lazy_container .BWfade {
    opacity: 1;
    transform: scale(1.1);
}
.img-intro__left, .img-full__left {
    float: left;
    margin: 0 11px 10.5px 0;
    max-width: 100%;
}
.img-intro__right, .img-full__right {
    float: right;
    margin: 0 0 10.5px 21px;
    max-width: 100%;
}

h6 {
    color: #191919;
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 5px;
}

.btn-info {
    background-color: #ebebeb;
    background-image: linear-gradient(to bottom, #ffffff, #cccccc);
    background-repeat: repeat-x;
    border-color: #cccccc #cccccc #a6a6a6;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #cccccc;
    color: #ffffff;
}
.btn-info:active, .btn-info.active {
}

.row-fluid {
    width: 100%;
}
.row-fluid:before, .row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 28px;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%;
}
.row-fluid .span12 {
    width: 100%;
}
.row-fluid .span8 {
    width: 65.9574%;
}


.news-container {
    border-bottom: 1px solid #efeeee;
    margin-bottom: 20px;
    padding: 0 0 20px;
    height:auto;
}


#News_block_right ul .ArticleTitle:before {
    color: #a81111;
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 15px;
    margin-right: 4px;
}

#News_block_right li {
    border-bottom: 1px solid #efeeee;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

#OldNews
{
	padding:5px 30px 5px;
}


#OldNews ul .Old_ArticleTitle:before {
    color: #a81111;
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 15px;
    margin-right: 4px;
}

#OldNews li {
    margin-bottom: 10px;
    padding: 0 0 10px;
}

#OldNews li a {
    font-size:14px;
    color:#444;
}

#OldNews li a:hover {
    font-size:14px;
    color:#e12;
}

.another_news h2
{
	color:#555;
}