/* Companies */
.companies-link {
    margin-bottom: 10px;
}
.companies-link a {
    color: #e10070;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.companies-link a:hover {
    text-decoration: underline;
}
.companies-categories {
    margin-bottom: 10px;
    font-size: 11px;
    color: #b2b2b2;
}
.companies-site-link {
    margin-bottom: 5px;
}
.companies-site-link a {
    color: #2d619e;
    font-size: 12px;
    text-decoration: none;
}
.companies-site-link a:hover {
    text-decoration: underline;
}
.companies-total-reviews {
    float: left;
    width: 100px;
    margin-top: 115px;
    text-align: center;
}
.companies-total-reviews a {
    color: #808080;
    text-decoration: none;
}
.companies-total-reviews a span {
    color: #e10070;
    font-weight: bold;
}
.companies-total-reviews a:hover {
    text-decoration: underline;
}

/* Company */
.company-content-padding {
    padding: 10px;
}
.company-content-title {
    margin-bottom: 20px;
    padding: 10px;
    background: #eeeeed;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;    
    text-align: center;
    border-radius: 10px;    
}
.company-content-title h2 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.company-content-row {
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
}
.company-content-row p {
    margin: 10px 0 0 0;
}
.company-content-row p:first-child {
    margin-top: 0;
}
.company-top-row {
    padding: 10px 0;
}
.company-logo {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.company-logo img {
    max-width: 100%;
    height: auto;
}
.company-title {
    float: left;
    width: 305px;
    margin-left: 15px;
}
.company-title h1 {
    color: #e10070;
}
.company-title-categories {
    font-size: 11px;
    color: #b2b2b2;
}
.company-cheched {
    display: block;
    width: 100px;
    padding: 10px;
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    background: #ccffcc;
    color: #009900;
    border-radius: 10px;
}
.company-status {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
    background: #ffcccc url('../img/arrow-down.png') 15px 50% no-repeat;
    color: #990000;
    border-radius: 10px;    
}
.company-status p {
    margin: 10px 0 0 0;    
}
.company-status p:first-child {
    margin: 0;    
}
.company-status-up {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    text-align: center;
    background: #ccffcc url('../img/arrow-up.png') 15px 50% no-repeat;
    color: #009900;
    border-radius: 10px;
}
.company-status-up p {
    margin: 10px 0 0 0;    
}
.company-status-up p:first-child {
    margin: 0;    
}

/* Company Reviews Images */
.company-reviews-images {
    margin-bottom: 15px;
}
.company-reviews-image {
    float: left;
    width: 205px;
    height: 205px; 
    margin-right: 15px; 
    margin-bottom: 15px; 
    padding: 10px; 
    border: 1px solid #e5e5e5; 
    text-align: center; 
    vertical-align: middle;
}

/* Company Reviews */
.company-reviews-content {
    padding: 10px;
}
.company-reviews-description {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eeeeed;
    border-radius: 10px;
}
.company-reviews-from {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eeeeed;
    border-radius: 10px;
}
.company-reviews-from a {
    margin-right: 10px;
}
.company-reviews-add {
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
    padding: 10px 15px 10px;
    font-size: 14px;
    text-align: center;
    color: #535251;
    text-shadow: 0 1px 1px #f3f3f3;
    background: #afd2cd;
    background-image: linear-gradient(to bottom, #bfdbd7 0, #a7cdc8 100%);
    border: transparent;
    border-bottom: 1px solid #91b2ae;
    font-family: XXII Centar Regular, sans-serif;
    border-radius: 8px;
    overflow: hidden;
    float: right;
    margin-right: 0 !important;
    margin-bottom: 0;
    text-decoration: none;    
}

/* Reviews */
.review {
    position: relative;
    border: 1px solid #eeeeed;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.review-delete-button{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
    padding: 0 3px;
    color:#fff;
    background:red;
}
.review-delete-button a{
    text-decoration: none;
    color: #ffffff;
}
.review-edit-button{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 3px;
    color: #ffffff;
    background: green;
}
.review-edit-button a{
    text-decoration: none;
    color: #ffffff;
}
.review-title {
    background: #eeeeed;
}
.review-title-column-left {
    float: left;
    width: 33.3333333%;
    padding: 15px;
    color: #4e4e4e;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.review-title-column-center {
    float: left;
    width: 33.3333333%;
    padding: 15px;
    color: #4e4e4e;
    text-align: center;
    line-height: 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.review-title-column-right {
    float: left;
    width: 33.3333333%;
    padding: 15px;
    color: #929292;
    font-style: italic;
    text-align: right;
    line-height: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.review-icon-admin {
    display: inline-block;
    vertical-align: text-bottom;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url('../img/icon_feedback_admin.png') center center no-repeat;    
}
.review-icon-users {
    display: inline-block;
    vertical-align: text-bottom;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url('../img/icon_feedback_comment.png') center center no-repeat;    
}
.review-text {
    padding: 15px;
}
.review-row {
    border-top: 1px solid #eeeeed;
}
.review-row-column-left {
    float: left;
    width: 30%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.review-row-column-right {
    float: left;
    width: 70%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.review-icon-star {
    display: inline-block;
    vertical-align: text-bottom;
    width: 21px;
    height: 16px;
    background: url('../img/icon_star_inactive.png') center center no-repeat;    
}
.review-icon-star.review-icon-star-active {
    background: url('../img/icon_star_active.png') center center no-repeat;    
}

/* Review Add */
.review-add {
    padding: 15px 10px;
    background: #eeeeed;
    border-radius: 10px;
    overflow: hidden;    
}
.review-add-column {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.review-add-row {
    margin-bottom: 10px;
}
.review-form {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.review-form-textarea {
    display: block;
    width: 100%;
    height: 34px;
    min-height: 82px;
    padding: 6px 12px;
    font-size: 14px;
    font-style: italic;
    line-height: 1.42857143;
    color: #555555;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.review-form-button {
    display: inline-block;
    width: 235px;
    margin-bottom: 10px;
    padding: 10px 15px 10px;
    font-size: 18px;
    text-align: center;
    color: #535251;
    text-shadow: 0 1px 1px #f3f3f3;
    background: #afd2cd;
    background-image: linear-gradient(to bottom, #bfdbd7 0, #a7cdc8 100%);
    border: transparent;
    border-bottom: 1px solid #91b2ae;
    font-family: XXII Centar Regular, sans-serif;
    border-radius: 8px;
    overflow: hidden;
}
.review-form-label {
    margin-right: 15px;
    cursor: pointer;
}
.review-form-radio {
    position: relative;
    vertical-align: middle;
    bottom: 1px;
}

/* Breadcrumbs */
.breadcrumbs {
    padding-top: 15px;
    margin-bottom: 25px;
    color: #999999;
}
.breadcrumbs a {
    color: #2d619e;
    font-size: 12px;
    text-decoration: none;
}

/* News */
.news-comments {
    padding: 30px 0;
}

/* Products */
.products-column {
    float: left;
    width: 760px;
    margin-left: 7px;    
}
.products-companies-link {
    margin-bottom: 10px;
    text-align: right;
}
.products-companies-link a {
    display: inline;
    padding: 5px;
    font-size: 18px;
}
.products-row {
    margin-bottom: 15px;
}

.products-image {
    float: left;
    width: 180px;
    height: 180px;
    padding: 10px;
    background: #ffffff;
}
.products-image a {
    display: block;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.products-image img {
    width: 100%;
    height: auto;
}

.products-description {
    position: relative;
    float: left;
    margin-left: 7px;
    padding: 10px;
    width: 326px;
    min-height: 180px;
    background: #ffffff;
}
.products-link {
    padding: 5px 0 15px 0;
}
.products-link a {
    color: #2d619e;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.products-link a:hover {
    text-decoration: underline;
}
.products-price {
    width: 170px;
    height:44px;
    background:#f2df00;
    background-image: linear-gradient(to bottom, #f5e700, #efd400 100%);
    border-top: 1px solid #f2df00;
    border-left: 1px solid #ecdc00;
    border-right: 1px solid #ecdc00;
    border-bottom: 1px solid #b8a300;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    line-height: 44px;  
}
.products-price-label {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image:url('../img/icon_label.png');
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 44px;
    vertical-align: middle;       
}
.products-price-current {
    width: 170px;
    padding-top: 5px;
    font-size: 9px;
    font-style: italic;
    color: #959595;
    text-align: center;
}
.products-hot {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    background: url('../img/hot.png') center center no-repeat;
}

.products-company {
    float: right;
    width: 180px;
    min-height: 180px;
    padding: 10px;
    background: #ffffff;
}
.products-company-link {
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: center;
}
.products-company-link a {
    color: #983974;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;    
}
.products-company-link a:hover {
    text-decoration: underline;
}
.products-company-phones {
    padding-top: 10px;
}
.products-company-phones-line {
    text-align: center;
    color: #000000;
}
.products-company-phones-line span {
    font-size: 10px;
}
.products-company-rating {
    margin: 0 auto;
    padding-top: 10px;
    width: 150px;
}
.products-company-rating-left {
    float: left;
    width: 65px;
    height: 65px;
}
.products-company-rating-left img {
    width: 100%;
    height: auto;
}
.products-company-rating-right {
    float: right;
    width: 65px;
    height: 65px;
}
.products-company-rating-right img {
    width: 100%;
    height: auto;
}

/* Newstypes */
.newstypes-top {
    padding: 10px;
    margin-bottom: 10px;
    border: 3px solid #f3d200;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.newstypes {
    margin-bottom: 10px;
    background: white;
}
.newstype {
    margin-bottom: 10px;
}
.newstype-title {
    padding: 10px;
    background: #f8eb1e;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-top: 5px solid #171515;
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	right bottom,
    	color-stop(0, #F8ED24),
    	color-stop(1, #FCDF07)
    );
    background-image: -o-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -moz-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -webkit-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -ms-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: linear-gradient(to right, #F8ED24 0%, #FCDF07 100%);    
}
.newstype-link {
    text-align: right;
}
.newstype-link a {
    font-size: 11px;
    color: #0495c5;
    text-decoration: none;
    text-transform: none;
}
.newstype-line {
    display: block;
    height: 1px;
    background: #ffffff;
    border-top: 1px solid #757575;
}
.newstype-row {
    padding: 10px 0;
}
.newstype-title-top {
    padding: 0 5px 10px 5px;
}
.newstype-title-top a {
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.newstype-image-top {
    float: left;
    width: 220px;
    padding-left: 5px;
}
.newstype-image-top img {
    width: 100%;
    height: auto;
}
.newstype-image {
    float: left;
    width: 150px;
}
.newstype-image img {
    width: 100%;
    height: auto;
}
.newstype-description-top {
    width: 180px;
    float: right;
    padding-right: 5px;
    font-size: 11px;
}
.newstype-description-top a {
    text-decoration: none;
}
.newstype-description {
    width: 250px;
    float: right;
    padding-right: 5px;
}
.newstype-description a {
    text-decoration: none;
    font-weight: bold;
}
.newstype-description-wild {
    width: 490px;
    float: right;
    padding-right: 5px;
}
.newstype-description-wild a {
    text-decoration: none;
    font-weight: bold;
}
.newstype-text {
    padding-top: 5px;
}
.newstype-description-bottom {
    padding-top: 5px;
    text-align: right;
    font-size: 11px;
}
.newstype-description-bottom a {
    font-weight: normal;
    color: #0495c5;
    text-decoration: underline;
}
.newstype-main {
    margin-bottom: 10px;
    background: white;
}
.newstype-row-main {
    float: left;
    width: 130px;
    margin-left: 7px;
}
.newstype-description-main {
    font-size: 11px;
    padding-bottom: 5px;
}
.newstype-description-main a {
    text-decoration: none;
    font-size: 11px;
}
.newstype-description-bottom-main {
    padding-top: 5px;
    font-size: 9px;
    text-align: right;
}
.newstype-description-bottom-main a {
    color: #0495c5;
    text-decoration: underline;
}
.newstype-image-main {
    margin: 7px 0 5px 0;
    background: #ffffff;
    height: 100px;
    overflow: hidden;
}
.newstype-image-main img {
    width: 100%;
    height: auto;
}


/* Main page distributors */
.main-page-distributors-wrapper {
    padding: 25px 10px 0 10px;
}
.main-page-distributors-title {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #333333;
    text-shadow: 0 1px rgba(255,255,255,0.6);
    text-transform: uppercase;
    background: #f1cd00;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#f1cd00),color-stop(1,#ffef00));
    background: -ms-linear-gradient(bottom,#f1cd00,#ffef00);
    background: -moz-linear-gradient(center bottom,#f1cd00 0%,#ffef00 100%);
    background: -o-linear-gradient(#ffef00,#f1cd00);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffef00', endColorstr='#f1cd00', GradientType=0);
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);    
}
.main-page-distributors-item {
    float: left;
    width: 20%;
}
.main-page-distributors-padding {
    padding: 0 10px 20px 10px;
}
.main-page-distributors-block {
    padding: 10px;
    border: 2px solid #d2d2d2;
    background: white;
}
.main-page-distributors-block img {
    width: 100%;
    height: auto;
}
.main-page-distributors-link {
    padding-top: 5px;
}
.main-page-distributors-link a {
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
.main-page-distributors-description {
    font-size: 10px;
    color: #838383;
}
.main-page-vip-distributors-list table {
    width: 100%;
}
.main-page-vip-distributors-list table td {
    width: 33.3333333%;
    padding: 10px 0;
    text-align: center;
}
.main-page-vip-distributors-list table td a {
    display: inline-block;
    width: 315px;
    height: 200px;
    line-height: 200px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);    
}
.main-page-vip-distributors-list table td a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.main-page-distributors-list table {
    width: 100%;
}
.main-page-distributors-list table td {
    width: 16.6666666%;
    padding: 10px 0;
    text-align: center;
}
.main-page-distributors-list table td a {
    display: inline-block;
    width: 148px;
    height: 100px;
    line-height: 100px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);    
}
.main-page-distributors-list table td a img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* News categories */
.news-categories {
    position: relative;
    top: 0px;
}
.news-categories ul {
    list-style: none;
}
.news-categories ul li {
    position: relative;
    float: left;
    width: 12.5%;
    height: 35px;
    background: #fefefe;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e9eaeb),color-stop(1,#fefefe));
    background: -ms-linear-gradient(bottom,#e9eaeb,#fefefe);
    background: -moz-linear-gradient(center bottom,#e9eaeb 0%,#fefefe 100%);
    background: -o-linear-gradient(#fefefe,#e9eaeb);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e9eaeb', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.news-categories ul li.active > a {
    color: #cb5d4c;
}
.news-categories ul li:first-child {
    border-left: 0;
}
.news-categories ul li:hover > a {
    color: #cb5d4c;
}
.news-categories ul li:hover > ul {
    display: block;
}
.news-categories ul li a {
    display: table-cell;
    position: relative;
    width: 128px;
    height: 35px;
    vertical-align: middle;
    padding: 5px 0 5px 0;
    overflow: hidden;
    background: url('../img/delimeter.png') left center no-repeat;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.news-categories ul li:first-child a {
    background: none;
}
.news-categories ul li a span {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-categories ul ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 100;
}
.news-categories ul ul li {
    float: none;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #b2a003;
    box-shadow: inset 0 1px 1px #fff;
    background: #f9e000;
}
.news-categories ul ul li a {
    padding: 5px;
    background: none;
    text-align: left;
}
.news-categories ul ul ul {
    top: 0;
    left: 100%;
    border-left: 1px solid #b2a003;
}

.gotonew{
    width:100%; display:inline-block; background: black; padding:6px 8px; color:white; line-height:14px; text-decoration: none; border-radius: 20px; text-align: center; color:white; margin:4px 0px 2px 0px;
}
/* News containers */
.news-wrapper {
    padding: 10px;
    margin-top: 0px;
    background: #ffffff;
}
.news-column-left {
    float: left;
    width: 690px;
}
.news-subcategories {
    margin-bottom: 10px;
}
.news-subcategories a {
    display: block;
    float: left;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #e9e9e9;
    border: 1px solid #dfdfdf;
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
}
.news-subcategories a:hover {
    background: #333333;
    border: 1px solid #333333;
    color: #ffffff;
}
.news-no-news {
    padding: 10px;
}
.content.news-background {
    background: #dddddd;
    margin-top: -7px;
}
.content.news-background .pad, .content.news-background .pad2{
    padding:0px!important;
}
.content.news-background .lft-col-wide{
    background: white;
    width: 660px;
    float: left;
    padding: 0px 15px 0px 25px; 
}
.content.news-background .rgt2-col{
    float: left;
    width: 300px;
    margin-left: 12px;
    padding-top: 10px;
}
.content.news-background .subscribe-form{
    width: 660px;
}
.content.news-background .subscribe-form-item--input-email{
    width: 620px
}
.content.news-background .articles-custom-block-text{
    width:240px;
}
.icon_vip{width:20px; height: 12px; display: inline-block; position: relative;}
.icon_vip>span{width:20px; height: 20px; display: inline-block; background: url(/assets/i/icon_vip.png); background-size: cover; position: absolute; top:-5px; left: -1px}
.content.news-background .image-description{
    font-size: 12px!important;
    line-height: 16px!important;
    font-family: Verdana, "Verdana Ref"!important;
    margin-top: -2px;
}
.content.news-background iframe{
    max-width: 650px!important
}
.news-content img[width="375"]{width: 350px!important}
.news-content img[width="295"]{width: 275px!important}
.news-content img[width="275"]{width: 265px!important}
.news-content img[width="191"]{width: 181px!important}
.news-content img[width="191"]{width: 181px!important}
.news-content img[width="193"]{width: 183px!important}
.news-content img[width="192"]{width: 182px!important}
.news-content img[width="228"]{width: 218px!important}
.news-content img[width="229"]{width: 219px!important}
.news-content img[width="234"]{width: 224px!important}
.news-content img[width="247"]{width: 230px!important}
.news-content img[width="237"]{width: 213px!important}
.news-content img[width="245"]{width: 225px!important}
.news-content img[width="245"]{width: 225px!important}
.news-content img[width="232"]{width: 222px!important}
.news-content img[width="231"]{width: 221px!important}
.news-content img[width="231"]{width: 221px!important}
.news-content img[width="223"]{width: 208px!important}
.news-content img[width="215"]{width: 205px!important}
.news-content img[width="330"]{width: 320px!important}
.news-content img[width="320"]{width: 310px!important}
.news-content img[width="310"]{width: 300px!important}
.news-content img[width="300"]{width: 290px!important}
.news-content img[width="290"]{width: 280px!important}
.news-content img[width="280"]{width: 270px!important}
.news-content img[width="270"]{width: 260px!important}
.news-content img[width="260"]{width: 250px!important}
.news-content img[width="250"]{width: 240px!important}
.news-content img[width="240"]{width: 230px!important}
.news-content img[width="230"]{width: 220px!important}
.news-content img[width="220"]{width: 210px!important}
.news-content img[width="210"]{width: 200px!important}
.news-content img[width="200"]{width: 190px!important}
.news-content img[width="190"]{width: 180px!important}
.news-content img[width="180"]{width: 170px!important}
.news-content img[width="170"]{width: 160px!important}
.news-content img[width="160"]{width: 150px!important}
.news-content img[width="150"]{width: 140px!important}
.news-content img[width="140"]{width: 130px!important}
.news-content img[width="130"]{width: 120px!important}
.news-content img[width="120"]{width: 110px!important}
.news-content img[width="110"]{width: 100px!important}
.news-content img[width="100"]{width: 90px!important}
.persons-image img{max-width: 660px!important}


.content.news-background .news-content a:not(.news-link){
    color:#0085cf!important;
    font-weight: bold;
    text-decoration: none;
    transition:color .2s linear;
}
.content.news-background .news-content a:hover:not(.news-link){
    color: #d00!important;   
}

.content.news-background .news-content p, 
.content.news-background .news-content p span:not(.image-description), 
.content.news-background .news-content div,
.content.news-background .news-content>span,
.content.news-background .news-content{
    font-family:Arial, sans-serif!important;
    font-size:15px;
    font-stretch:100%;
    -webkit-font-smoothing:antialiased!important;
    line-height: 25px!important;
    vertical-align: baseline;
}

/* источник */ 
.content.news-background p span>a>span{
    font-weight: normal;
    font-size: 12px!important;
}

.news-image {
    margin-bottom: 10px;
}

/* News item */
.news-items {
    margin-left: -10px;
    margin-right: -10px;
}
.news-item {
    float: left;
    width: 33.3333333%;
    overflow: hidden;
}
.news-item-padding {
    padding: 20px 10px 0px 10px;
}
.news-item-title {
    overflow: hidden;
    padding-top: 5px;
    max-height: 62px;
}
.news-item-title a {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Tahoma';
    color: #000000;
    text-decoration: none;
}
.news-item-info-top {
    padding-top: 10px;
    padding-bottom: 0px;
    height: 20px;    
    font-size: 9px;
    color: #a9a9a9;
}
.news-item-info-top img {
    width: 9px;
    height: 9px;
}
.news-item-info-top-date {
    height: 20px;
    float: left;
    width: 50%;
    font-family: Tahoma, Verdana;    
}
.news-item-info-top-views {
    height: 20px;
    float: right;
    width: 50%;
    text-align: right;
    font-family: Tahoma, Verdana;    
}
.news-item-info-bottom {
    padding-bottom: 5px;
    max-height: 25px;    
}
.news-item-info-bottom a {
    font-size: 9px;
    color: #0495c5;
    text-decoration: none;
}
.news-item-image a {
    display: block;
    width: 217px;
    height: 145px;
    overflow: hidden;
}
.news-item-image img {
    max-width: 100%;
    height: auto;
}
.news-item-description {
    max-height: 60px;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    color: #a9a9a9;
    overflow: hidden;
    font-family: Tahoma, Verdana;    
}
.news-item-wild {
    border: 2px solid #f2f2f2;
    margin-bottom: 10px;
}
.news-item-wild-title {
    position: relative;
    padding: 15px 130px 15px 30px;
    background: #f2f2f2 url('../evne/img/icon_news_title.png') left center no-repeat;
}
.news-item-wild-title a {
    font-weight: bold;
    font-family: Tahoma, Verdana;
    text-decoration: none;
}
.news-item-wild-info {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 120px;
    font-size: 10px;
    color: #bebebe;
    text-align: right;
}
.news-item-wild-info span {
    display: block;
}
.news-item-wild-info img {
    width: 12px;
    height: 12px;
}
.news-item-wild-left {
    float: left;
    width: 200px;
    padding: 10px;
}
.news-item-wild-left img {
    max-width: 100%;
    height: auto;
}
.news-item-wild-right {
    float: right;
    width: 440px;
    padding: 10px;
    font-family: Tahoma, Verdana;    
}
.news-item-wild-read {
    padding-top: 5px;
}
.news-item-wild-read a {
    font-style: italic;
    color: #0495c5;
    font-family: Tahoma, Verdana;    
}
.news-item-wild-category {
    padding-top: 5px;
    text-align: right;
}
.news-item-wild-category a {
    color: #0495c5;
    font-family: Tahoma, Verdana;    
}
.news-item-main {
    margin-bottom: 10px;
    padding: 5px;
}
.news-item-main .news-item-image a {
    width: 100%;
    height: auto;
}

/* News categories filters */
.news-categories-filters {
    margin-bottom: 20px;
}
.news-categories-filters-title {
    margin-bottom: 10px;
    padding: 5px;
    background: #333335;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.news-categories-filters-items ul li {
    margin-bottom: 5px;
}
.news-categories-filters-items ul li a {
    display: block;
    position: relative;
    padding: 20px 10px 20px 50px;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    background: #f5f5f7;
    text-decoration: none;
}
.news-categories-filters-items ul li a span {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-categories-filters-items ul li a:hover {
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	right bottom,
    	color-stop(0, #F8ED24),
    	color-stop(1, #FCDF07)
    );
    background-image: -o-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -moz-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -webkit-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -ms-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: linear-gradient(to right, #F8ED24 0%, #FCDF07 100%);    
}
.news-categories-filters-items ul li.active a {
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	right bottom,
    	color-stop(0, #F8ED24),
    	color-stop(1, #FCDF07)
    );
    background-image: -o-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -moz-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -webkit-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -ms-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: linear-gradient(to right, #F8ED24 0%, #FCDF07 100%);    
}
.news-categories-filters-color {
    display: none;
}
.news-categories-filters-items ul li a:hover .news-categories-filters-grey {
    display: none;
}
.news-categories-filters-items ul li a:hover .news-categories-filters-color {
    display: block;
}

/* Articles categories */
.articles-categories-title-top {
    padding: 10px;
    background: #f8eb1e;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	right bottom,
    	color-stop(0, #F8ED24),
    	color-stop(1, #FCDF07)
    );
    background-image: -o-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -moz-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -webkit-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: -ms-linear-gradient(right, #F8ED24 0%, #FCDF07 100%);
    background-image: linear-gradient(to right, #F8ED24 0%, #FCDF07 100%);    
}
.articles-categories-title-bottom {
    padding: 10px;
    background: #c0c0c0;
    color: #ffffff;
    font-weight: bold;
    text-align: center;   
}
.articles-categories {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.47);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.47);
    box-shadow: 0 1px 4px rgba(0,0,0,0.47);
}
.articles-categories ul {
    list-style: none;
}
.articles-categories ul li {
    position: relative;
    height: 60px;
    border-top: 2px solid #bebebe;
    background: #fefefe;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#e9eaeb),color-stop(1,#fefefe));
    background: -ms-linear-gradient(bottom,#e9eaeb,#fefefe);
    background: -moz-linear-gradient(center bottom,#e9eaeb 0%,#fefefe 100%);
    background: -o-linear-gradient(#fefefe,#e9eaeb);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e9eaeb', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.articles-categories ul li.active {
    background: #f9e000;
}
.articles-categories ul li:first-child {
    border-left: 0;
}
.articles-categories ul li:hover {
    background: #f9e000;
}
.articles-categories ul li:hover > ul {
    display: block;
}
.articles-categories ul li a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 300px;
    height: 60px;
    padding: 5px 0 5px 70px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
.articles-categories ul li a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
}
.articles-categories ul ul {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    border-right: 1px solid #b2a003;
    z-index: 100;
}
.articles-categories ul ul li {
    float: none;
    width: 200px;
    height: auto;
    border-left: 0;
    border-top: 1px solid #b2a003;
    box-shadow: inset 0 1px 1px #fff;
    background: #f9e000;
}
.articles-categories ul ul li a {
    padding: 10px;
}
.articles-categories ul ul ul {
    top: 0;
    right: 100%;
    border-right: 1px solid #b2a003;
}

/* News slider */
.news-slide {
    position: relative;
}
.news-slide-image {
    position: relative;
}
.news-slide-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(240,240,240,0.9);
    z-index: 33;
}
.news-slide-title {
    padding: 10px;
}
.news-slide-title a {
    font-size: 17px;
    font-weight: bold;
    font-family: Tahoma, Verdana;
    text-decoration: none;
}
.news-slide-text {
    padding: 10px;
    color: #000000;
    font-family: Tahoma, Verdana;    
}
.news-slide-info {
    padding: 0 10px 5px 0;
    font-size: 11px;
    color: #000000;
    text-align: right;
    font-family: Tahoma, Verdana;    
}
.news-slide-info img {
    display: inline !important;
    width: 14px;
    height: 14px;
}
.news-slide-info a {
    color: #0495c5;
    text-decoration: none;
}
#bx-pager a {
    display: block;
    margin-bottom: 11px;
}
#bx-pager a img {
    padding: 3px;
    border: 1px solid #cccccc;
}
#bx-pager a:hover img {
    border: 1px solid #0495c5;
}
#bx-pager a.active img {
    border: 1px solid #0495c5;
}
.bx-wrapper {
    margin-bottom: 20px !important;
}
.bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border:  0 !important;
	left: 0 !important;    
}
.slider-wrapper {
    margin-bottom: 20px;
}
.slider-main {
    width: 580px;
    height: 387px;
    overflow: hidden;
    float: left;
}
.slider-pager {
    width: 100px;
    float: right;
}

/* Subscribe form */
.subscribe-form {
    position: relative;
    width: 690px;
    height: 124px;
    background: url('../img/subscribe.png') center center no-repeat;
}
.subscribe-form-item--input-email {
    position: absolute;
    top: 60px;
    left: 20px;
    width: 650px;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 33;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
.subscribe-form-item__label--input-email {
    display: none;
}
.subscribe-form-item__control--input-email {
    width: 500px;
    height: 40px;
    margin-left: 10px;
    background: transparent;
}
.subscribe-form-item--btn-submit {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 140px;
    height: 40px;
    z-index: 35;
}
.subscribe-form-item__btn--btn-submit {
    width: 136px;
    height: 32px;
    margin: 4px 4px 0 0;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    background: -moz-linear-gradient(90deg, #F8ED24 0%, #FCDF07 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FCDF07), color-stop(100%, #F8ED24)); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, #F8ED24 0%, #FCDF07 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, #F8ED24 0%, #FCDF07 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, #F8ED24 0%, #FCDF07 100%); /* ie10+ */
    background: linear-gradient(0deg, #F8ED24 0%, #FCDF07 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCDF07', endColorstr='#F8ED24',GradientType=0 ); /* ie6-9 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;        
}