body {
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
}
.component {

}

@media print {
header,
footer,
.popular-shop	{
		display: none;
	}
}

/* RED COMPONENT */
.red_component .con_heading {
	border-color:#E72A30 !important;
}
.red_component a {
	color:#E72A30;
}
.red_component .bg-cover {
	background-color:#E72A30 !important;
}
.red_module .panel-title {
	border-color:#E72A30 !important;
}
.red_component .all-news-plus {
	background:#E72A30 !important;
	font-size:14px !important;
	border:0 !important;
	outline:0 !important;
	color:#fff !important;	
	padding-left:7px !important;
	padding-right:7px !important;
}
.red_component .all-news-news {
	background:#fff !important;
	font-size:14px !important;	
	border:0 !important;
	outline:0 !important;
	color:#333 !important;	
}
.red_component .btn-group:hover .all-news-news {
	background:#E72A30 !important;
	border:0 !important;
	outline:0 !important;
	color:#fff !important;	
}
.btn-primary {
  color: #fff !important;
  background-color: #E72A30 !important;
  border-color: #cd262b !important;
}
.red_component .btn-primary:focus,
.red_component .btn-primary.focus {
  color: #fff !important;
  background-color: #cd262b !important;
  border-color: #cd262b !important;
}
.red_component .btn-primary:hover {
  color: #fff !important;
  background-color: #cd262b !important;
  border-color: #cd262b !important;
}
.red_component .btn-primary:active,
.red_component .btn-primary.active,
.red_component .open > .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #cd262b !important;
  border-color: #cd262b !important;
}
.red_component .btn-primary:active:hover,
.red_component .btn-primary.active:hover,
.red_component .open > .dropdown-toggle.btn-primary:hover,
.red_component .btn-primary:active:focus,
.red_component .btn-primary.active:focus,
.red_component .open > .dropdown-toggle.btn-primary:focus,
.red_component .btn-primary:active.focus,
.red_component .btn-primary.active.focus,
.red_component .open > .dropdown-toggle.btn-primary.focus {
  color: #fff !important;
  background-color: #cd262b !important;
  border-color: #cd262b !important;
}
.red_component .btn-primary:active,
.red_component .btn-primary.active,
.red_component .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.red_component .btn-primary.disabled,
.red_component .btn-primary[disabled],
.red_component fieldset[disabled] .btn-primary,
.red_component .btn-primary.disabled:hover,
.red_component .btn-primary[disabled]:hover,
.red_component fieldset[disabled] .btn-primary:hover,
.red_component .btn-primary.disabled:focus,
.red_component .btn-primary[disabled]:focus,
.red_component fieldset[disabled] .btn-primary:focus,
.red_component .btn-primary.disabled.focus,
.red_component .btn-primary[disabled].focus,
.red_component fieldset[disabled] .btn-primary.focus,
.red_component .btn-primary.disabled:active,
.red_component .btn-primary[disabled]:active,
.red_component fieldset[disabled] .btn-primary:active,
.red_component .btn-primary.disabled.active,
.red_component .btn-primary[disabled].active,
.red_component fieldset[disabled] .btn-primary.active {
  background-color: #E72A30 !important;
  border-color: #cd262b !important;
}


/* RED END */

#search_form .form-control {
	background:url(../img/zoom.png) no-repeat;
	background-position:left center;
}
.btn-theme {
	background-color:#007b77 !important;
	color:#fff !important;
	border-color:#007b77 !important;
	outline:0 !important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
	text-transform:uppercase;
}
.btn-theme:hover {
	background:#016a67 !important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
color:#fff;	
}
.btn-big {
	font-size:18px !important;
	padding:15px 30px !important;
}

.panel {
	border:0;outline:0 !important;box-shadow:0 !important;-moz-box-shadow:0 !important;-webkit-box-shadow:0 !important;
}
.panel-body {
	padding:20px 0 0 0;
	clear:both;outline:0 !important;box-shadow:0 !important;-moz-box-shadow:0 !important;-webkit-box-shadow:0 !important;
}
.panel-default {outline:0 !important;box-shadow:0 !important;-moz-box-shadow:0 !important;-webkit-box-shadow:0 !important;}
.panel-heading {

	background:#fff !important;
	border:0;
	padding:0 !important;
	border-bottom:#dedede 1px solid;	
}
.panel-title {
	font-size:16px !important;	
	background:#fff;
	border:0;outline:0 !important;box-shadow:0 !important;-moz-box-shadow:0 !important;-webkit-box-shadow:0 !important;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:#007b77 3px solid;
	padding-bottom:6px !important;
	float:left;
	margin-bottom:-1px;
}
.panel-footer {padding:10px 0;background:#fff;border:0;outline:0 !important;box-shadow:0 !important;-moz-box-shadow:0 !important;-webkit-box-shadow:0 !important;}
.clear-both {clear:both;}
.breaker-mini {clear:both;width:100%;height:10px;}
.con_heading {margin-right:26%;} 
.con_heading_wrapper {
	position:relative;
}
.floated-bar {
	position:absolute;
	right:0;
	bottom:10px;
	margin:0px;
}
@media screen and (max-width: 991px) {
.con_heading {margin-right:0;} 	
.floated-bar {

	position:relative;

	margin:0 6px 10px 0;
	bottom:0;
}
}
.bg-cover {
	position:relative;
	width:100%;
	display:block;
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat no-repeat;
	background-color: rgb(255, 255, 255);
}
.btn, .form-control {border-radius:0 !important;}
.btn-success {background:#007b77 !important;border-color:#007b77 !important;color:#fff !important;outline:0 !important;}
a {
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
a:hover {
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.container-fluid {
	max-width:1200px;
}

/* COMPONENTS */

/* COM ARTICLE */
.com-articles .margin-bottom-row {
	margin-bottom:5px;
}
.com-article-item-big {
	
}
.com-article-item-big .article-img {
	height:440px;
	text-decoration:none;
}
/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³
@media (max-width:991px) {
.com-article-img {
	height:450px;
}
}
*/
.com-article-item-big .article-img .date {
	z-index:5;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:10px;
	left:12px;
	padding:7px 10px;
	background:#007b77;
	color:#fff;
	font-weight:700;
}
.com-article-item-big .article-img .date-num {
	font-size:1.3em;
}
.com-article-item-big .article-img .date .hrhr {
	width:100%;
	margin:7px 0 4px 0;
	height:4px;
	background:#fff;
}
.com-article-item-big .article-img .heading {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:107px;
	padding:20px;
	overflow:hidden;
	text-transform:uppercase;
	font-size:1.4em;
	font-weight:700;
	color:#fff;
	z-index:5;
	line-height:18px !important;	
}
.com-article-item-big .article-img .heading .description {
	text-transform:none;
	font-weight:100 !important;
	font-size:14px !important;
	margin-top:15px;

}
.com-article-item-big .article-img:hover .heading {
	color:#007b77;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;		
}
.com-article-item-big .article-img .article-overlay {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:130px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0) 1%, rgba(0,0,0,0.79) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 1%,rgba(0,0,0,0.79) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 1%,rgba(0,0,0,0.79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57000000', endColorstr='#c9000000',GradientType=0 );
	z-index:3;	
}
.com-article-item {
	
}
.com-article-item .comments {
	padding:10px 0;
	color:#999;
}
.com-article-item .comments a {
	font-weight:700;
	color:#007b77;
}
.com-article-item .description {
	margin-bottom:15px;
}
.com-article-item .article-img {
	height:280px;
	text-decoration:none;
}
/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â³
@media (max-width:991px) {
.com-article-img {
	height:450px;
}
}
*/
.com-article-item .article-img .date {
	z-index:5;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:10px;
	left:12px;
	padding:7px 10px;
	background:#007b77;
	color:#fff;
	font-weight:700;
}
.com-article-item .article-img .date-num {
	font-size:1.3em;
}
.com-article-item .article-img .date .hrhr {
	width:100%;
	margin:7px 0 4px 0;
	height:4px;
	background:#fff;
}
.com-article-item .article-img .heading {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:70px;
	padding:10px;
	overflow:hidden;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:700;
	color:#fff;
	z-index:5;
}
.com-article-item .article-img:hover .heading {
	color:#007b77;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;		
}
.com-article-item .article-img .article-overlay {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:130px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.34+1,0.79+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0) 1%, rgba(0,0,0,0.79) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 1%,rgba(0,0,0,0.79) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.0) 1%,rgba(0,0,0,0.79) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57000000', endColorstr='#c9000000',GradientType=0 );
	z-index:3;	
}
.con_text .main-article-img {
	height:455px;
}
.con_text .main-article-description {
	margin:20px 0;
}
.con_text .comments {
	padding:10px 0;
	color:#999;
}
.con_text .comments a {
	font-weight:700;
	color:#007b77;
}
.con_text .date {
	z-index:5;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	top:-16px;
	left:12px;
	padding:7px 10px;
	background:#007b77;
	color:#fff;
	font-weight:700;
}
.con_text .date-num {
	font-size:1.3em;
}
.con_text .date .hrhr {
	width:100%;
	margin:7px 0 4px 0;
	height:4px;
	background:#fff;
}
.shares {
	padding:20px 0;
	border-top:#dedede 1px solid;
	border-bottom:#dedede 1px solid;
font-weight:bold !important;
font-size:18px;	
}
.shares img {
	width:36px;margin:0 2px;
}





/* COM USERS */
.user-rating-bar {
	float:right;
	margin:2px 0 0 20px;
}
@media screen and (max-width: 991px) {
.user-rating-bar {
	float:none;
	margin:0 6px 10px 0;
}
}
.user-profile-album .alb-img {
	height:120px;
}



/* COM SHOP */
.popular-shop {position:relative;margin-top:25px;}
.all-mag {position:absolute;top:0;right:15px;color:#333;text-decoration:none;}
.all-mag:hover {color:#007b77;text-decoration:none;}
.magazin-item {
	border-top:#007b77 5px solid;

}
.magazin-item .magazin-image {
/*	height: 110px;*/
}
.magazin-item .magazin-caption {
	height:40px;
	overflow:hidden;
}

.navbar-magazin {
	background:#fff;
}
.navbar-magazin .navbar-header {
	width:100%;
	color:#fff;
	background:#007b77;	
	padding:0px;
}
.navbar-magazin .navbar-header a {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	padding:10px 15px;
	height:auto !important;
	font-weight:700;
}
.navbar-magazin .navbar-header .navbar-toggle {
	padding:7px 15px;
	margin:0;
	color:#fff;
}
.btn-magazin-cat {
	width:100%;
	text-align:left !important;
}
.btn-magazin-cat .btn {
	width:100%;
	text-align:left !important;
	background:#007b77;
	color:#fff;
	outline:0 !important;
	border:0 !important;
	font-size:16px;
text-transform:uppercase;
font-weight:700;
padding:9px 15px 8px 15px;
margin-top:1px;	
}
.btn-magazin-cat .dropdown-menu {
	border-bottom:0;
	width:100%;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin-top:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	padding:0;
	/* mmax-height:450px; */
	/* overflow-y:scroll; */
}
.btn-magazin-cat .glyphicon {
	padding:3px 0 0 0;
}
.btn-magazin-cat .dropdown-menu a {
	padding:10px;
	border-bottom:#dedede 1px solid;
}
@media (min-width: 768px) {
.open-cat > .dropdown-menu {
  display: block;
}
.open-cat > a {
  outline: 0;
}
}
.btn-magazin-cat .dropdown-menu > li {
	position:relative;
	width:100%;
}
.btn-magazin-cat .dropdown-menu .fa-caret-right {
	padding-top:5px;
}

.btn-magazin-cat .sub-nav {
	display:none;
	position:absolute;
	left:100%;top:0;
	border:#dedede 1px solid;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
}
.btn-magazin-cat li:hover .sub-nav {
	display:block;
}
.btn-magazin-cat .sub-nav li {
	display:block;
	white-space:nowrap;
}
.btn-magazin-cat .sub-nav li a {
	display:block;
	padding:10px;
}
@media (max-width: 767px) {
.btn-magazin-cat .sub-nav {
	display:none;
	position:static;
	border:0;
	padding:0;
	margin:0;
	list-style:none;
	background:#f9f9f9;
}
.btn-magazin-cat li:hover .sub-nav {
	display:block;
}
.btn-magazin-cat .sub-nav li {
	display:block;
	white-space:nowrap;
}
.btn-magazin-cat .sub-nav li a {
	display:block;
	padding:10px;
}
}

.cat-group-item {
	text-transform:uppercase;
	font-weight:700;
}


.magazin-one-item {
	
}
.magazin-one-item .hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.magazin-one-item .thumbnail {
    padding: 0;
}
.magazin-one-item .carousel-inner>.item>img, .magazin-one-item .carousel-inner>.item>a>img {
    width: 100%;
	border:#dedede 1px solid;
}

.fullscr {
	position:absolute;
	top:0px;
	right:20px;
	z-index:22;
}

.fullscr a {
	color:#ccc;

	}
.fullscr a:hover {
	color:#999;
	}

input[type="radio"] {
	display: none;
}
label.for-radio {
	cursor:pointer;
	font-weight:normal !important;
}
label.for-price {
	cursor:pointer;
	font-weight:700 !important;
}
label.for-radio span {
	padding-left: 20px;
	line-height: 15px;
	height: 15px;
	display: block;
}
label.for-radio input[type="radio"] + span {
	background-position: top left;
	background: url(../img/radio1.png) no-repeat;	
}

label.for-radio input[type="radio"]:checked + span {
	background-position: top left;
	background: url(../img/radio2.png) no-repeat;	
}
.magazin-one-item .list-group {
	border:0 !important;
}
.magazin-one-item .list-group-item {
	padding:10px 0;
	border:0 !important;
	border-top:#dedede 1px dashed !important;	
}	
.magazin-one-item .list-group-item .quest {
		
}
.magazin-one-item .list-group-item .answer {
		float:right;
		font-weight:700;
}
.magazin-one-item .list-group-item:first-child {
	border-top:0 !important;	
}	
.magazin-one-item .list-group-item:last-child {
	border-bottom:#dedede 1px dashed !important;
}	
.fagroup {width:220px !important;}
.faminus, .faplus {
	background:#007b77;
	color:#fff;
	cursor:pointer;
	border-color:#007b77 !important;
	outline:0 !important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;		
}
.faminus:hover, .faplus:hover {
	background:#016a67;
}
.fainput {

}
.kol-vo {
	display:table-cell;
	vertical-align:middle;
	padding-right:10px;
	font-weight:bold;
}
.btn-addtocart {
	font-size:24px;
	background:#007b77;
	color:#fff;
	border-color:#007b77 !important;
	outline:0 !important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
width:220px !important;	
}
.btn-addtocart:hover {
	background:#016a67;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
color:#fff;	
}
.old_price {
	font-size:24px;
	margin-bottom:20px;
	/* text-decoration: line-through; */
	color:#999;
}
.new_price {
	font-size:24px;
	margin-bottom:20px;
	
}
.magazin-rating a {
	color:transparent !important;
}
.compare {
	margin:10px 0;
}
.compare a {
	color:#666;
	padding-right:15px;
	font-weight:700;
}
.compare a:hover {
	color:#007b77;
	text-decoration:none;
}
.compare .fa {
	color:#007b77;
	padding-right:5px;
}
.compare_item_title .bg-cover {
	border-top:#007b77 5px solid;
}
.compare_item_title a {
	color:#666;
	font-weight:bold;
}
.compare_item_title a:hover {
	color:#007b77;
	text-decoration:none;
}

.compare_remove a {
	color:#666;
}
.compare_remove a:hover {
	color:#007b77;
	text-decoration:none;
}


/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¤ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â */
.td-top {
	color:#fff;
	background:#007b77;
}
.cart_table td {
	padding:15px 25px !important;
}
.paysis {
	border:#dedede 1px solid;
	padding:10px 20px 5px 20px;
	width:350px;
	font-weight:bold;	
}
.totalsumma {
	display:table;
	font-weight:bold;
	width:350px;
	font-size:22px;
}
.total_summ_title, .total_summ_price {
	display:table-cell;
	vertical-align:middle;

}
.total_summ_price {
		border:#dedede 1px solid;
	padding:17px 20px;	
}



/* COM BOARD */
.board-price {
	display:inline-block;
	padding:5px 10px;
	background:#e72a30;
	color:#fff;
	margin:5px 0;
}
.board-heading a {
	color:#666;
	font-weight:700;
	font-size:1.2em;
}
.board-heading a:hover {
	color:#e72a30;
	text-decoration:none;
}
 .addboard {
	 display:inline-block;
	color:#fff !important;
	padding:6px 12px;
	text-transform:uppercase;
	background:#007b77;
	margin-bottom:3px;
	text-decoration:none !important;
}
.red_component .addboard {
	color:#fff !important;
	padding:6px 12px;
	text-transform:uppercase;
	background:#e72a30;
}
.board-cat-href {
	padding:6px 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	border:#e72a30 2px solid;
	text-align:center;
}
.board-cat-href:hover {
	padding:6px 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:700;
	display:block;
	background:#e72a30;
	color:#fff !important;
	border:#e72a30 2px solid;
	text-align:center;
}

.board-order select {
      -webkit-appearance: none;
      background-image: url(../img/angleright.png);
      background-position: right center;
      background-repeat: no-repeat;
      /* for FF */
      -moz-appearance: none;
      text-indent: 0.01px; 
      text-overflow: '';
      /* for IE */
      -ms-appearance: none;
      appearance: none!important;
    }
     
.board-order select::-ms-expand {
      display: none;
    }

	
/* AVTO DOSKA */
.rash-search {color:#e72a30;cursor:pointer;}
#currency-control {display:none;}
.avtoboard-price {
	color:#fff;
	background:#e72a30;
	display:inline-block;
	padding:12px 25px;
	font-size:1.2em;
	font-weight:700;
}
.avtoboard-price .price-value {
	
}	
.avtoboard-price .price-type {
	
}		
.avto-citytitle {
	color:#e72a30;
	font-weight:700;
	font-size:1.2em;
}
.avto-citytitle span {
color:#666 !important;
}
.avto-show-tel {
	color:#fff !important;
	text-decoration:none !important;
	background:#e72a30;
	padding:6px 12px;
}
table.table-avto {
	border:#dedede 1px solid !important;
	border-right:0 !important;
	border-bottom:0 !important;
}
table.table-avto td {
	text-align:left !important;
	border:#dedede 1px solid !important;
	border-left:0 !important;
	border-top:0 !important;
	line-height:1.1em !important;
}
table.table-avto td a {
	color:#666;
	text-decoration:none !important;
}
table.table-avto td.table-avto-img-td {
	width:85px !important;
	border-right:0 !important;
}
table.table-avto tr:hover a {
	color:#e72a30;
	text-decoration:none !important;
}
table.table-avto tr:hover a:hover {
	color:#666;
	text-decoration:none !important;
}
table.table-avto th {
	border:0 !important;
	color:#fff;
	background:#e72a30;
}
table.table-avto th a {
	color:#fff;
}

/* COM VIDEO */
.red_component .panel-title {border-bottom:#E72A30 3px solid !important;}
.vid-table {margin-bottom:10px;}
.vid-table .bg-cover {height:70px;}
.vid-table-desc {padding-left:15px;}
.vid-table-title {color:#666 !important;font-weight:700;}
.vid-table-title:hover {color:#E72A30 !important;text-decoration:none;}
a.vid-table-cat {color:#E72A30 !important;}
a.vid-table-cat:hover {color:#666 !important;text-decoration:none;}
.vid-responsive { 
  position: relative !important; 
  padding-bottom: 56.25% !important; 
  height: 0 !important; 
  overflow:hidden !important; 
} 
.vid-responsive iframe, 
.vid-responsive object, 
.vid-responsive embed {
  position: absolute !important; 
  top: 0 !important; 
  left: 0 !important; 
  width: 100% !important;
  height: 100% !important; 
}


/* COM COMMENTS */
.comments-row {
	margin-top:20px;
}
.comments-row a {
	/*color:#007b77 !important;*/
color:#fff !important;
}
.comments-row .comments-heading {
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:30px;
}
.cmm-heading {
	border-bottom:0 !important;
}
.comments-author {
	font-weight:700;
}



/* COM MAPS */
.com-inmaps {
	
}

.com-inmaps .media-object {
	width:40px;
	height:40px;
}
.com-inmaps .cats-list .media-heading a {
	text-transform:uppercase;
	font-weight:700;
	color:#666;
}
.com-inmaps .cats-list .media-heading a:hover {
	text-decoration:none;
	color:#E72A30;
}
.mapfilterlink tr a {color:#666 !important;}
.mapfilterlink tr:hover a {color:#E72A30 !important;}

.com-inmaps h3.media-heading a {
	color:#666 !important;
	font-weight:700;
}
.com-inmaps h3.media-heading a:hover {
	color:#E72A30 !important;
	font-weight:700;
	text-decoration:none;
}
.com-inmaps .item-addr {
	border-color:#E72A30;
}
.com-inmaps .pull-left .media-object {
	width:70px;
	height:70px;
}
.com-inmaps h4.media-heading a {
	color:#666 !important;
	font-weight:700;
}
.com-inmaps h4.media-heading a:hover {
	color:#E72A30 !important;
	text-decoration:none;
}
.news-obj-place {
	font-size:.8em !important;
}

select.map-cats-news {
      -webkit-appearance: none;
      background-image: url(../img/angleright.png);
      background-position: right center;
      background-repeat: no-repeat;
      /* for FF */
      -moz-appearance: none;
      text-indent: 0.01px; 
      text-overflow: '';
      /* for IE */
      -ms-appearance: none;
      appearance: none!important;
    }
     
select.map-cats-news::-ms-expand {
      display: none;
    }
.list-p {padding-bottom:10px;margin-bottom:10px;border-bottom:#dedede 1px dashed;}
.news-read {
	border-right:#fff 25px solid;
	border-bottom:#fff 15px solid;
	height:300px;
	max-width:450px;
	float:left;
}







/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â® begin */
.navbar-default {
	background:#e72a30;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:0;
	margin-bottom:0;
	color:#fff;
}
.navbar-default a {
	color:#fff !important;
}
.navbar-default .navbar-left a {
	padding:5px 7px;
	font-size:1.3em;
	margin:10px 3px;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
}
.navbar-default .navbar-left a:hover {
	color:#333333 !important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
}
.navbar-default .navbar-left li:first-child a {
	margin-left:0;
}
.navbar-default .navbar-left li:last-child a {
	border-right:#fff 1px solid;
	padding-right:15px;
}
.navbar-default .navbar-form input, .navbar-default .navbar-form input:focus {
	border:none !important;
	outline:0 !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	background:transparent;
	color:#fff !important;
}
.navbar-default .navbar-form input::-webkit-input-placeholder {color:#fff;}
.navbar-default .navbar-form input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.navbar-default .navbar-form input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.navbar-default .navbar-form input:-ms-input-placeholder      {color:#fff;}
.navbar-default .navbar-form .input-group-addon {
	color:#fff;
	background:transparent;
	border:0;
	outline:0;
	font-size:1.3em;
	padding-left:0;
	padding-right:0;
}
.navbar-default .navbar-text {
	color:#fff;
}
.navbar-default .navbar-text .fa {
	padding-right:10px;
}
.navbar-default .navbar-btn {
	background:transparent;
	border:#fff 1px solid;
	outline:0 !important;
	color:#fff;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
.navbar-default .navbar-btn:hover {
	background:#fff;
	border:#fff 1px solid;
	outline:0 !important;
	color: #e72a30!important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â® end */
.header  {
	background:#363636;
}
.top-panel {
	display:table;
	width:100%;
}
.top-panel-left {
	padding:15px 0;	
	display:table-cell;
	width:33%;
	vertical-align:middle;
}
.top-panel-right {
	padding:15px 0 15px 15px;	
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
@media (max-width:767px) {
.top-panel, .top-panel-left, .top-panel-right {
	display:inline-block;
	width:100%;
	text-align:center;
	padding-left:0;
}
}
.top-panel-left .logo {
	position:relative;
	width:100%;
	height:auto;
	max-width:314px;
}
.top-panel-right .banner {
	position:relative;
	width:100%;
	height:auto;
	max-width:728px;
}
/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â® begin */
.navbar-inverse {
	background:#404040;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border:0 !important;
}
.navbar-inverse li a {
	color:#ffffff !important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
	outline:0 !important;
	border-bottom:#404040 5px solid;
	padding-bottom:11px;
}
.navbar-inverse .navbar-collapse {
	margin-left:-10px !important;
}
.navbar-inverse li a:hover, .navbar-inverse li.active a {
	background:#252525 !important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	border-bottom:#e72a30 5px solid;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	border-color: #e72a30;
}
.navbar-inverse .navbar-btn {
	margin:0;
	font-size:27px;
	padding-left:15px;
	padding-right:17px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background:#007b77;	
	color:#fff;
	border:0;	
	outline:0 !important;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;		
}
.navbar-inverse .navbar-btn:hover {
	background:#fff;	
	color:#007b77;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;		
}
/* ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â® end */

/* ROW-1 begin */
.row-1 {
	margin-top:10px;
	margin-bottom:30px;
}
.row-1 .col-md-8 .carousel {
	height:455px;
	overflow:hidden;
}
.row-1 .col-md-8 .item {
	height:500px;
	overflow:hidden;
}
.row-1 .col-md-8 .carousel-item-date {
	z-index:2;
	text-align:center;
	position:absolute;
	top:20px;
	left:20px;
	padding:7px 10px;
	background:#E72A30;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.row-1 .col-md-8 .carousel-item-date .hrhr {
	width:100%;
	margin:7px 0 4px 0;
	height:4px;
	background:#fff;
}
.row-1 .col-md-8 .carousel-item-shares {
	position:absolute;
	top:30px;
	right: 28px;
	z-index:22;
	width: 147px;
	overflow: hidden;
}
.row-1 .col-md-8 .item .carousel-item-share-1 {
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	padding:10px 13px;
	color:#fff;
	background:#E72A30;
	margin-left:3px;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	width: 39px;
	height: 39px;
}
.row-1 .col-md-8 .item .carousel-item-share-2 {
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	padding:10px 13px;
	color:#fff;
	/* background:#E72A30; */
	margin-left:3px;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	/* width: 39px; */
	/* height: 39px; */
}
.row-1 .col-md-8 .item .carousel-item-share-3 {
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	padding:10px 13px;
	color:#fff;
	background:#E72A30;
	margin-left:3px;
	-moz-transition:1.5s;
	-webkit-transition:1.5s;
	transition:1.5s;
	display: inline-block;
	width: 39px;
	height: 39px;
}
.row-1 .col-md-8 .item:hover .carousel-item-share-3 {
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;		
}
.row-1 .col-md-8 .item:hover .carousel-item-share-2 {
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;	
}
.row-1 .col-md-8 .item:hover .carousel-item-share-1 {
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-moz-transition:1.5s;
	-webkit-transition:1.5s;
	transition:1.5s;	
}
.row-1 .col-md-8 .carousel-caption h3 {
	padding:0;
	margin:0;
}
.row-1 .col-md-8 .carousel-caption {
	z-index:11;
	height:145px;
	bottom:0px;
	padding:70px 20% 20px 20px;
	left:0;
	right:0;
	color:#fff;
	text-decoration:none;
	text-align:left !important;
	background:url(../img/overlay-1.png) repeat-x;
	background-position:0 100%;
}
.carousel-indicators {
	bottom:10px;
	left:auto;
	right:25px;
	width:auto !important;
}
.carousel-indicators li {
	border:#e72a30 1px solid;
	background:#e72a30;
}
.carousel-indicators .active {
    background-color: #fff !important;
	border-color:transparent !important;
}
.sell-urgent {
	background:#353535;
	padding:15px;
	height:421px;
}
.sell-urgent-title {
	text-transform:uppercase;
	color:#fff;
	background:#007b77;
	padding:7px 15px;
	font-weight:700;
}
.sell-urgent-item {
	text-decoration:none !important;
}
.sell-urgent-photo {
	position:relative;
	width:100% !important;
	height:100px;
	overflow:hidden;
}
.sell-urgent-photo img {
	position:absolute;
	width:280px; /* ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â² ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ */
	height:auto;
	top:-70px;
	left:-70px;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;		
}
.sell-urgent-item:hover img {
	width:300px;
	top:-75px;
	left:-75px;	
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;		
}
.sell-urgent-price {
	color:#fff;
	background:#007b77;
	padding:3px 7px;
}
.sell-urgent-caption {
	color:#fff;
	margin-bottom:15px;
	margin-top:5px;
}
.sell-urgent-item:hover .sell-urgent-caption {
	color:#007b77;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;	
}
.sell-urgent .carousel-indicators {
	bottom:-53px;
	left:90%;
}
.sell-urgent table td:first-child {
	padding-right:10px;
}
.sell-urgent table td:last-child {
	padding-left:10px;
}
.sell-urgent .carousel-indicators li {
	border:#007b77 1px solid;
	background:#007b77;
}
.sell-urgent .carousel-indicators .active {
    background-color: #fff !important;
	border-color:transparent !important;
}
/* ROW-1 end */

/* ROW-2 begin */
.row-2 {
	margin-bottom:30px;
}
/* ROW-2 end */

/* ROW-3 begin */
.row-3 {

}

.magazin {
	margin-bottom:20px;
}
.magazin-item {
	position: relative;
}

.magazin-item .is_hit {
	background: url(../images/hit.png);
	width: 59px;
	height: 63px;
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 9;
	background-size: 59px;
}

.proditem .hitsale {
    background: url(../images/hit.svg);
    width: 80px;
    height: 84px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 20px;
    background-size: 80px;
}

.magazin-title {
	border-bottom:#dedede 1px solid;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:15px;
}
.magazin-title span {
	font-size:1.3em;	
	border-bottom:#007b77 3px solid;
	font-weight:700;
	padding-bottom:6px;	
}
.magazin-title a {
	padding-top:3px;
	color:#333;
	font-size:1em;
	font-weight:700;
}
.magazin-title a:hover {
	color:#007b77;
	text-decoration:none;
}
.magazin-img {
	border-top:#007b77 5px solid;
	display:block;
	position:relative;
	width:100%;
	color:#333;
	text-decoration:none;
}
.magazin-img:hover {
	color:#007b77;
	text-decoration:none;
}
.magazin-img img {
	position:relative;
	width:100%;
	height:auto;	
	margin:15px 0;
}
.magazin-cart {
	position:absolute;
	top:5px;
	right:15px;
	padding:15px;
	color:#fff;
	background:#007b77;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	font-size:1.3em;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
}
.magazin-item:hover .magazin-cart {
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;	
}
.magazin-price {
	position:absolute;
	bottom:0;
	left:0;
	padding:3px 11px;
	font-size:1.2em;
	color:#fff;
	background:#007b77;
}
.magazin-caption {
	display:inline-block;	
	color:#333;
	margin:7px 0;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:500;
}
.magazin-caption:hover {
	text-decoration:none;
	color:#333;
}
.magazin-item:hover .magazin-caption {
	color:#007b77;
}



.doska {
	position:relative;
	border:#dedede 1px solid;
	padding:15px;
	margin:-15px;
	display: none;
}
.doska .tab-pane {
	padding-top:15px;
	padding-bottom:15px;

}
.doska .doska-title {
	border-bottom:#E72A30 3px solid;
	padding:2px 0 6px 0;
	text-transform:uppercase;
	font-size:1.3em;
}
.doska .nav-tabs {
	border:0 !important;
}
.doska .nav-tabs li a {
	padding:5px 10px;
	text-transform:uppercase;
	border:0 !important;
	outline:0 !important;
	color:#333;
	background:transparent !important;
}
.doska .nav-tabs li.active a, .doska .nav-tabs li a:hover {
	color:#E72A30;
}
.doska img {
	position:relative;
	width:100%;
	height:auto;
}
.doska-price {
	color:#fff;
	background:#E72A30;
	padding:3px 10px;
}
.doska-item {
	text-decoration:none !important;
}
.doska-item h4 {
	color:#333;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;		
}
.doska-item:hover h4 {
	color:#E72A30;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;		
}

.doska-item-mini {
	text-decoration:none !important;
	display:block;
	padding:7px;
	display:table;
	width:100%;
	color:#333;
}
.doska-item-mini:hover {
	background:#dedede;
}
.doska-item-mini-img {
	vertical-align:top;
	display:table-cell;
	width:80px;
}
.doska-item-mini-desc {
	vertical-align:top;	
	display:table-cell;
	padding-left:15px;
}
.doska-item-mini-title {
	display:block;
	width:100%;
	color:#333;
}
.doska-item-mini-price {
	color:#E72A30;
}


.week-people {
	margin-bottom:20px;
}
.week-people-title  {
	border-bottom:#dedede 1px solid;
	text-transform:uppercase;
	padding-bottom:6px;
	margin-bottom:15px;
}
.week-people-title span {
	font-size:1.3em;	
	border-bottom:#007b77 3px solid;
	font-weight:700;
	padding-bottom:7px;	
}
.week-people-item-mini {
	text-decoration:none !important;
	display:block;
	padding:7px;
	display:table;
	width:100%;
	color:#333;
}
.week-people-item-mini:hover {
	background:#dedede;
}
.week-people-item-mini-img {
	vertical-align:top;
	display:table-cell;
	width:80px;
}
.week-people-item-mini-desc {
	vertical-align:top;	
	display:table-cell;
	padding-left:15px;
}
.week-people-item-mini-title {
	display:block;
	width:100%;
	color:#007b77;
	font-weight:700;
}
.week-people-item-mini-price {
	color:#333;
}

.sub-scribe {
	margin-bottom:20px;
	padding:15px;
	background:#303030;
	color:#fff;
}


/* AVTOZVUK NEWS begin */
.avtozvuk-title {
	border-bottom:#dedede 1px solid;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:15px;
}
.avtozvuk-title span {
	font-size:1.3em;	
	border-bottom:#007b77 3px solid;
	padding-bottom:6px;	
}
.avtozvuk-big {
	display:block;
	color:#fff;
	margin-bottom:20px;
	text-decoration:none;
}
.avtozvuk-big:hover {
	display:block;
	color:#fff;
	text-decoration:none;
}
.avtozvuk-big-img {
	position:relative;
	width:100%;
	cursor: pointer;
}
.avtozvuk-big-img img {
	position:relative;
	width:100%;
	height:auto;
}
.avtozvuk-big-date {
	z-index:2;
	text-align:center;
	position:absolute;
	top:20px;
	left:20px;
	padding:7px 10px;
	background:#007b77;
	color:#fff;
	font-weight:700;
}
.avtozvuk-big-date .hrhr {
	width:100%;
	margin:7px 0 4px 0;
	height:4px;
	background:#fff;
}
.avtozvuk-big-title {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:11;
	color:#fff;
	height:145px;
	padding: 17px 20px 20px 20px;
	font-size:1.2em;
	font-weight:700;
	text-transform:uppercase;
	background:url(../img/overlay-1.png) repeat-x;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.avtozvuk-news-scroll {
	height:327px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin-bottom:20px;
	padding-right:10px;
	margin-top: 25px;
}
.avtozvuk-big:hover .avtozvuk-big-title {
	color:#007b77;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
}
.avtozvuk-small {
	display:table;
	width:100%;
	color:#333;
	text-decoration:none;
	margin-bottom:20px;
}
.avtozvuk-small:hover {
	text-decoration:none;
}
.avtozvuk-small-img {
	display:table-cell;
	width:45%;
	vertical-align:top;
}

.avtozvuk-small-img div {
    background: #007b77;
    background-size: cover;
    background-repeat: no-repeat;
}
.avtozvuk-small-img img {
	position:relative;
	width:100%;
	height:auto;
	margin:0 !important;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
}
.avtozvuk-small-title {
	padding-left:15px;	
	display:table-cell;
	vertical-align:top;	
}
.avtozvuk-small-cat {
	color:#007b77;
	font-weight:700;
}
.avtozvuk-small-caption {
	font-weight:700;	
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;		
}
.avtozvuk-small-date {
	font-size:.9em;
}
.avtozvuk-small:hover .avtozvuk-small-caption {
	color:#007b77;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
}
.avtozvuk-small:hover .avtozvuk-small-img img {

	opacity:.2;
	-moz-opacity:.2;
	-khtml-opacity:.2;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
}
/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â£ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Âº!!! */
.all-news-plus {
	background:#007b77 !important;
	font-size:14px !important;
	border:0 !important;
	outline:0 !important;
	color:#fff !important;	
	padding-left:7px !important;
	padding-right:7px !important;
}
.all-news-news {
	background:#fff !important;
	font-size:14px !important;	
	border:0 !important;
	outline:0 !important;
	color:#333 !important;	
}
.btn-group:hover .all-news-news {
	background:#007b77 !important;
	border:0 !important;
	outline:0 !important;
	color:#fff !important;	
}

/* MAPS CATALOG beginin */
.maps-catalog-title {
	border-bottom:#dedede 1px solid;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:15px;
}
.maps-catalog-title span {
	font-size:1.3em;	
	border-bottom:#E72A30 3px solid;
	padding-bottom:6px;	
}
.maps-catalog-item {
	display:block;
	color:#333;
	text-decoration:none !important;
	margin-bottom:15px;
}
.maps-catalog-item:hover {
	color:#333;
}
.maps-catalog-item img {
	position:relative;
	width:100%;
	height:auto;
}
.maps-cat-capt {
	background:#E72A30;
	color:#fff;
	padding:3px 7px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
.maps-cat-title {
	font-weight:700;
	font-size:1.2em;
	padding:3px 0 0 0;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
}
.maps-cat-hint {
	font-size:.9em;
}
.maps-catalog-item:hover .maps-cat-title {
	color:#E72A30;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;	
}
/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¥ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â£ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Âº!!! */
.all-maps-catalog-plus {
	background:#E72A30 !important;
	font-size:14px !important;
	border:0 !important;
	outline:0 !important;
	color:#fff !important;	
	padding-left:7px !important;
	padding-right:7px !important;
}
.all-maps-catalog {
	background:#fff !important;
	font-size:14px !important;	
	border:0 !important;
	outline:0 !important;
	color:#333 !important;	
}
.btn-group:hover .all-maps-catalog {
	background:#E72A30 !important;
	border:0 !important;
	outline:0 !important;
	color:#fff !important;	
}

/* ROW-4 begin */
.row-4 {
	display:table;
	width:100%;
}
.row-left {
	display:table-cell;
	vertical-align:top;
	width:35.5%;
}
.row-right {
	display:table-cell;
	vertical-align:top;
	padding-left:30px;
}
@media (max-width:1239px) {
.row-4 {
	display:inline-block;
	width:100%;
}
.row-left {
	display:inline-block;
	width:100%;
}
.row-right {
	display:inline-block;
	width:100%;	
	padding-left:0px;
}	
}
.main-video-mod .video-avtozvuk {
	position:relative;
	background:#ebebeb;
	padding:15px;
}
.main-video-mod .video-avtozvuk-title {
	border-bottom:#dedede 1px solid;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:15px;
}
.main-video-mod .video-avtozvuk-title span {
	font-size:1.3em;	
	border-bottom:#E72A30 3px solid;
	padding-bottom:6px;	
}
.main-video-mod .video-avtozvuk-big {
	position:relative;
	width:100%;
	height:auto;

}
.main-video-mod .video-avtozvuk-small {
	display:table;
	width:100%;
	color:#333;
	margin-bottom:20px;
}
.main-video-mod .video-avtozvuk-small:last-child {
	margin-bottom:0px;
}
.main-video-mod .video-avtozvuk-small:hover {
	color:#007b77;
	text-decoration:none;
}
.main-video-mod .video-avtozvuk-small-img {
	display:table-cell;
	width:100px;
	vertical-align:top;
}
.main-video-mod .video-avtozvuk-small-title {
	display:table-cell;
	padding-left:15px;	
	vertical-align:top;	
}
.main-video-mod .fitst-title-vavt {display:none;}
.main-video-mod .bg-cover {height:220px;margin-bottom:20px;}
.main-video-mod .video-avtozvuk-small-img .bg-cover {height:60px;margin-bottom:5px;}
.main-video-mod .fa-youtube-play {display:none;}


.small-video-mod .video-avtozvuk {
	position:relative;

}
.small-video-mod .video-avtozvuk-title {
	display:none;
}

.small-video-mod .video-avtozvuk-big  {
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.small-video-mod .bg-cover {height:160px;margin-bottom:5px;}
.small-video-mod .video-avtozvuk-small-img .bg-cover {height:160px;margin-bottom:5px;}
.small-video-mod .fitst-title-vavt {margin-bottom:20px;}
.small-video-mod .video-avtozvuk-small {
	display:block;
	width:100%;
	color:#333;
	margin-bottom:20px;
}
.small-video-mod .video-avtozvuk-small:nth-child(n+7) {
    display:none;
   } 
.small-video-mod .video-avtozvuk-small:hover {
	color:#007b77;
	text-decoration:none;
}
.small-video-mod .video-avtozvuk-small-img {
	display:block;
	width:100%;
}
.small-video-mod .video-avtozvuk-small-title {
	display:block;
	width:100%;	
}
.small-video-mod .video-avtozvuk .bg-cover .fa-youtube-play {
	position:absolute;top:50%;left:50%;color:#000;margin:-20px 0 0 -20px;opacity:.5;-moz-opacity:.5;-khtml-opacity:.5;
}
.small-video-mod .video-avtozvuk .bg-cover:hover .fa-youtube-play, .small-video-mod .video-avtozvuk .video-avtozvuk-small:hover .fa-youtube-play {
	color:#E72A30;opacity:1;-moz-opacity:1;-khtml-opacity:1;
}

.row-right .panel, .row-right .panel-title, .row-right .panel-heading, .row-right .panel-body {
	border:0 !important;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	outline:0;
}
.row-right .panel-heading {
	background:#007b77;
	color:#fff;
	text-decoration:none !important;
	text-transform:uppercase;	
}
.row-right .panel-heading  {
	text-decoration:none !important;	
}
.collapse-scroll-one {
	height: 380px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin-bottom:20px;
	padding-right:10px;
}
.collapse-scroll-two {
	height: 380px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin-bottom:20px;
	padding-right:10px;
}
.collapse-scroll-three {
	height: 340px;
	overflow-x:hidden;
	overflow-y:scroll;
	margin-bottom:20px;
	padding-right:10px;
}
.foto-avtozvuk {
	position:relative;
}
.foto-avtozvuk-title {
	border-bottom:#dedede 1px solid;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:15px;
}
.foto-avtozvuk-title span {
	font-size:1.3em;	
	border-bottom:#007b77 3px solid;
	padding-bottom:6px;	
}
.foto-avtozvuk img {
	position:relative;
	width:100%;
	height:auto;
	margin-bottom:20px;
}

footer a {color:#fff;}
footer a:hover {color:#fff;text-decoration:underline;}
.footer-top {
	margin-top:30px;
	background:#2D2D2D;
	border-top:#007b77 5px solid;
	padding:25px 0;	
	color:#fff;
}
.footer-bottom {
	background:#1F1F1F;
	padding:15px 0;
	color:#fff;	
}
.footer-top ul, .footer-top li {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.footer-top li {
	padding:7px 0;
}
.social-widget .soc-img {
	opacity:.85;
	-moz-opacity:.85;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;		
}
.social-widget .soc-img:hover {
	opacity:1;
	-moz-opacity:1;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;		
}

@media (max-width:991px) {
.footer-top .text-right, .footer-bottom .text-right {
	text-align:left !important;
}
}
/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â²ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âµ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ */
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}



/* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â£ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œ */
.category li {
	padding-bottom:10px;
}
.category li:last-child {
	padding-bottom:0px;
}
.category a {
	color:#666;
}
.category a:hover {
	color:#E72A30;
	text-decoration:none;
}
a.active-cat {
	color:#E72A30;	
	font-weight:700;
}
a.active-cat:hover {
	color:#666;	
}
.morecontenttitle {
	padding-top:10px;
	margin-top:20px;
	border-top:#dedede 1px solid;
	margin-bottom:-10px !important;
}
.morecontenttitle h4 {
    text-transform:uppercase;
    font-size: 18px;
    font-weight: 700;
	margin-bottom:20px;
}
a.catseolink {
	font-weight:700;
	text-decoration: none !important;
}
a.itemseolink {

	font-size:1.2em;
	text-decoration: none !important;
	color:#666 !important;
}
a.itemseolink:hover {

	text-decoration: none !important;
	color:#007b77 !important;
}
.morecondesc {
	margin-left:-10px;
}
@media (max-width:767px) {
.morecondesc {
	margin-left:0px;
}	
}


/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â  ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¦ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â */
.shop_filter_display .formCost {
	float: left;
	margin-bottom: 10px;
}
.shop_filter_display .formCost label {
	float: left !important;
	margin-right: 10px;
	position: relative;
	top: 8px;
}
.shop_filter_display .formCost input {
	width:70px !important;
	display:inline-block !important;
	float: left !important;
	text-align: center;
	font-weight: bold;
	background: none;
	border: 1px solid #E5E5E5;
	margin-right: 10px;
}
.shop_filter_display .sliderCont {
position:relative;width:100%;
	height: 27px;
	float: left;
}		
.shop_filter_display #slider {
position:relative;width:94%;margin:10px auto 0 auto;
}
.shop_filter_display .ui-slider {
	position: relative;
}
.shop_filter_display .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: url(../img/polzi.png) no-repeat;
	cursor: pointer
}
.shop_filter_display .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.shop_filter_display .ui-slider-horizontal {
	 height: 7px;
}
.shop_filter_display .ui-slider-horizontal .ui-slider-handle { 
	top: -7px;
	margin-left: -10px;
}
.shop_filter_display .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.shop_filter_display .ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.shop_filter_display .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.shop_filter_display .ui-widget-content { 
	border: 1px solid #D4D4D4;
	background: #fff;
}
.shop_filter_display .ui-widget-header { 
	border: 1px solid #D4D4D4;
	background: #007b77;
}
.shop_filter_display .ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* COM AUTO */
.main-auto-img {position:relative;width:100%;}
.main-auto-thumb {display:block;position:relative;height:150px;width:48% !important;float:left;margin:1% !important;}
.disp5, .disp6, .disp7, .disp8 {display:none;}
.ap-buttons {padding:20px;border:#dedede 1px solid;margin-bottom:20px;}
.ap-btn {display:block;}




/* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â */
#accordion .panel-group {margin-bottom:0 !important;margin-top:0 !important;padding-bottom:0 !important;padding-top:0 !important;}
#accordion h4 {border:0 !important;}
#accordion .panel-body {padding:15px !important;border:#dedede 1px solid !important;margin:0 0 20px 0 !important;}
#accordion .panel-heading { width:100% !important;border:0 !important;margin:0 !important;}
#accordion .panel-title { width:100% !important;color:#fff;background:#007b77;border:0 !important;padding: 6px 9px 6px 9px;margin-bottom:0px;margin-top:5px;}
#accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
	border:0 !important;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\f0d7";
    float: left;
    font-family: 'FontAwesome';
	margin-right :1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\f0d8";
}




#mapcordion .panel-group {margin-bottom:0 !important;margin-top:0 !important;padding-bottom:0 !important;padding-top:0 !important;}
#mapcordion h4 {border:0 !important;}
#mapcordion .panel-body {padding:15px !important;border:#dedede 1px solid !important;margin:0 0 20px 0 !important;}
#mapcordion .panel-heading { width:100% !important;border:0 !important;margin:0 !important;}
#mapcordion .panel-title { width:100% !important;color:#fff;background:#E72A30;border:0 !important;padding: 6px 9px 6px 9px;margin-bottom:0px;margin-top:5px;}
#mapcordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
	border:0 !important;
	color:#fff !important;
}

#mapcordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before  {
    content:"\f0d7";
    float: left;
    font-family: 'FontAwesome';
	margin-right :1em;
}
#mapcordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"\f0d8";
}

.footer-top h4 {
	    font-size: 18px!important;
	    font-family: 'Open Sans', sans-serif;
	    text-transform: none;
	    font-weight: normal;
	    background: none!important;
	    color: #fff;
	    border-bottom: none;
		margin-top: 10px;
    margin-bottom: 10px;
}


.footer-top .panel-heading,
.footer-top .panel-body,
.footer-top .panel  {
	background: none!important;
	border-bottom: none;
}

.footer-top .panel-body {
	padding-top: 0px;
}


li.obzor_fot  a {
	font-size: 18px!important;
	font-family: 'Open Sans', sans-serif;
	padding-top: 29px;
	display: inline-block; 
}

li.shop_footer a {
	font-size: 18px!important;
	font-family: 'Open Sans', sans-serif;
	padding-top: 29px;
	display: inline-block; 
}

li.support_fot a,
li.contact_foot a {
	font-size: 18px!important;
	font-family: 'Open Sans', sans-serif;
	padding-top: 29px;
	display: inline-block; 
}

.margin-bottom-row [class^="col-"] {
    margin-bottom: 36px!important;
}

header .search_m  input[type="text"] {
	width: 115%!important;
}

.btn-translate {
    background: none!important;
    border: 1px solid #fff;
    padding: 3px 5px;
    margin-top: 8px;
    transition: 0.3s;
}
.btn-translate:hover {
    background: #fff!important;
    border: 1px solid #fff;
}

.btn-translate a:hover {
	text-decoration: none;
}

.btn-translate img {
	display: none;
}

.btn-translate:hover .goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #e72a30!important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #fff!important;
}

.goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0)!important;
    border-left: 1px solid rgba(213, 213, 213, 0)!important;
    border-top: 1px solid rgba(155, 155, 155, 0)!important;
    border-bottom: 1px solid rgba(232, 232, 232, 0)!important;
    border-right: 1px solid rgba(213, 213, 213, 0)!important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}

a.goog-te-menu-value span:nth-child(3) {
	    padding-left: 5px;
    margin-left: 5px;
	border-left-color: #fff!important;
}

.horizontal li:nth-last-child(1){
	display: none!important;
}

.con_text img {
	margin: 0 0px;
}

.sub-scribe .btn-success {
	transition: 0.3s;
}

.sub-scribe .btn-success:hover {
	background: #e72a30  !important;
    border-color: #e72a30  !important;
}

.pub_date {
    font-size: 13px;
    color: #7b7b7b;
}

.news_latest_contact .media-heading a {
	font-weight: 700;
}

.news_latest_contact .media-description {
	font-weight: 700;
}

.soc_portal_footer h4 {
	font-size: 16px !important;
	font-weight: bold;
	text-transform: uppercase;
}

.soc_portal_footer {
    padding: 0;
    margin-top: 50px;
}


.con_port_soc a {
    display: inline-block;
    color: #e72a30;
    font-size: 25px;
    border: 2px solid;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
    margin-top: 10px;
}

.form_contact .userform_fieldtitle {
	display: none;
}

.form_contact .simpleCaptcha {
    display: inline-block;
    padding: 0.5em;
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.form_contact .simpleCaptcha {
	width: 100%;
}

.form_contact .refreshCaptcha {
	float: right;
}

.form_contact .captchaImages img {
	margin: 0 2px;
	padding: 3px;
}

.form_contact .simpleCaptcha .simpleCaptchaSelected {
    border: 1px solid #007b77!important;
    border-radius: 0px;
    background-color: #e8e8e8;
}

.form_contact .simpleCaptcha .captchaImage {
    border: 1px solid transparent;
}


.con_port_soc a:hover {
	background: #e72a30;
	color: #fff;
}

.msg_send i {
    color: #fff;
    background: #e72a30;
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 28px;
}

.msg_send input[type="submit"] {
	background: none;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
	transition: 0.3s;
}

.msg_send:hover input[type="submit"] {
	background: #e72a30;
	color: #fff;
}

.login_panel button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 6px;
    margin-left: 10px!important;
}
.login_panel button:focus,
.login_panel button:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #e72a30;
    margin-top: 6px;
    margin-left: 10px!important;
}

.login_panel ul.dropdown-menu {
	    background: #007b77;
    border-radius: 0;
}


.login_panel .glyphicon {
    opacity: 1!important; 
}

.login_panel .dropdown-menu>li>a:focus,
.login_panel .dropdown-menu>li>a:hover {
    color: #007b77!important;
    text-decoration: none;
    background-color: #f5f5f5;
}

.modal {
	color: #000!important;
}

.modal button {
    background: red;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: 100;
}

.modal button:hover {
    background: red;
    width: 25px;
	margin-top: -2px;
    height: 25px;
	color: #fff;
    text-align: center;
    font-weight: 600;
}

.banner1 img {
		max-width: 728px;
}
.banner1 img,
.banner2 img,
.banner3 img,
.banner4 img,
.banner5 img {
	width: 100%!important;
	height: auto!important;

}

.navbar-nav li:hover ul {
	display: block!important;
}

#navbar li ul {
	background: #404040;
	padding: 0;
}

#navbar li ul.dropdown-menu a {padding: 10px 20px;}
#navbar li.active  ul.dropdown-menu a {
    color: #ffffff !important;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	background: #404040!important;
    outline: 0 !important;
    border-bottom: #404040 5px solid;
    padding-bottom: 11px;
}
#navbar li.active  ul.dropdown-menu a:hover {
	background: #252525 !important;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: #e72a30 5px solid;
}

#navbar li.active li.active a {
	background: #252525 !important;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: #e72a30 5px solid;
}

.butt_cart {
	position: relative;
}

.butt_cart span {
    background: #404040;
    border-radius: 100px;
    min-width: 20px;
    height: 20px;
    font-weight: normal;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0 3px;
}

#loginModal .modal-dialog {
	width: 400px;
}

#loginModal .modal-content {
	border-radius: 0px;
	border-top: 5px solid #e72a30;
}


#loginModal .modal-header {}

#loginModal h4.modal-title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #e5e5e5; */
    font-weight: 700;
}

#loginModal h4.modal-title:after {
	content: "";
	position: absolute;
	background: red;
	width: 150px;
	height: 2px;
	left: 0;
	bottom: -2px;
}

#loginModal .modal-header .close {
    position: relative;
    z-index: 99;
}


.row_reg {
    border-bottom: 2px dashed #e5e5e5;
    margin-top: 25px;
    padding-bottom: 10px;
}
.row_reg a {
    color: #e72a30!important;
    font-weight: 600;
}
.row_reg a:nth-child(2) {
    border-left: 2px solid #b9b9b9;
    margin-left: 5px;
    padding-left: 5px;
}

.logginza {
    margin-top: 15px;
}

.logginza h4.modal-title:after {
    width: 300px!important;
}

.logginza .lf_title {display:none;}

.user_search_mod i {
    background: #007b77 !important;
    font-size: 14px !important;
    color: #fff !important;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
}

.user_search_mod button {
	padding: 0;
	border: 0;
	margin: 0;
}
.user_search_mod input {
    border: 0;
    line-height: 25px;
    position: relative;
    top: 0px;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
    left: -3px;
}

.user_search_mod:hover input {
    border: 0;
    background: #007b77;
color: #fff;
}

.city_block {
	position: relative;
}
.city_block .city_link {
    position: absolute;
    right: 10px;
    top: 7px;
}

.city_block .city_clear_link {right: 70px;}

.big_cat {
	background: #007b77;
    color: #fff;
}

.big_cat_subcat {}
.big_cat_subcat a {}

header {
	position: relative;
    z-index: 999;
}

/* Accordion Category Shop */

.acordion_cat_menu {}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
    position: relative;
}
#cssmenu a {
    line-height: 1.3;
}
#cssmenu {
    width: 250px;
}
#cssmenu > ul > li > a {
    color: #404040;
}
#cssmenu > ul > li > a > span {
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(-90deg);
    transition: 0.3s;
}
#cssmenu > ul > li > a:hover {
    text-decoration: none;
}
#cssmenu > ul > li.active {
    border-bottom: none;
}
#cssmenu > ul > li.active > a {
}
#cssmenu > ul > li.active > a span {transform: rotate(0deg);}
#cssmenu span.cnt {
    position: absolute;
    top: 8px;
    right: 15px;
    padding: 0;
    margin: 0;
    background: none;
}
/* Sub menu */
#cssmenu ul ul {
    display: none;
}
#cssmenu ul ul li {
    border: 1px solid #e0e0e0;
    border-top: 0;
}
#cssmenu ul ul a {
    padding-left: 25px;
    display: block;
    font-size: 13px;
}
#cssmenu ul ul a:hover {
    color: #bd0e36;
}
#cssmenu ul ul li.odd {
    background: #f4f4f4;
}
#cssmenu ul ul li.even {
    background: #fff;
}

#cssmenu ul {
    padding: 0;
}
#cssmenu li {
    list-style: none;
}

#cssmenu .has-sub {}

.shop_cat_list{
	list-style:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
	padding-bottom:15px;
}

.shop_cat_list .shop_cat_item{
    line-height:32px;
    padding-left:40px;
    font-size:18px;
    /* margin-right:20px; */
    margin-bottom:1px;
    background-repeat: no-repeat;
    /* display: inline-block; */
}

.shop_cat_list .shop_cat_item .subcats{
    font-size:12px;
    line-height:20px;
}

.shop_slider {}
.carousel-inner>.item:hover {
	cursor: pointer;
}

.con_text .carousel-control {display: none;}

.ollprice {
    color: #e72a30;
    text-decoration: none;
}
.prric {
    text-decoration: line-through;
}
@media (max-width: 700px) {
	.footer-top .text-right.social-widget a img {
		width: 100%;
	}
	.newssliderimg {
		height: 200px!important;
	}
	.newssliditems .item {
		height: 200px!important;
		overflow: hidden;
	}
	.row-1 .col-md-8 .carousel {
		height: 200px;
		overflow: hidden;
	}
	.newssliditems h3 {
		font-size: 16px;
	}
	.con_text .main-article-img {
		height: 200px;
	}
	.magazin-item .magazin-image {
		/*height: 110px;*/
	}	

}

.magazin-item .magazin-image img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	max-height: 135px;
}

.toprightMod img {
	max-width: 100%;
	/*height: 408px!important;
	    object-fit: cover;*/
}










