.mr_carousel_full_img {
	float: left;
	width: 100%;
}

.mr_carousel_half_img {
	float: left;
	width: 50%;
}

.mr_block {
	margin: 0 auto;
    padding-bottom: 47px;
    background: url(../img/row_bottom_bg.png) no-repeat 50% 100%;
}

.mr_block:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-o-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition:  opacity 0.1s linear;
}

.mr_block_right {
	float: right;
}

.mr_block_left {
	float: left;
}

.mr_item {
	padding: 1px;
}

.mr_item_description {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mr_item_description > h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bolder;
}

.mr_item > div {
	height: 280px;
	margin: 1px;
}

.mr_item_description > h2 > small {
	font-size: 12px;
	color: #000;
	letter-spacing: 0px;
}

a.mr_item_link {
	text-decoration: none;
	color: #000;
}

#mr_news {
	padding-bottom: 90px;
}

.mr_banner_new {
	width: 100px;
	height: 60px;
	position: absolute;
	top: 9px;
	left: -4px;
	background-image: url(../img/banner_new.png);
}

.mr_banner_new_big {
	width: 162px;
	height: 97px;
	position: absolute;
	top: 5px;
	right: -6px;
	background-image: url(../img/banner_new_big.png);
}

.mr_banner_block
{
	position: relative;
	width: 470px;
	height: 212px;
}

.mr_banner_block_large
{
	height: 441px !important;
	margin-top: 20px;
}

.mr_banner_block_small
{
	width: 235px !important;
	margin-top: 20px;
}

.mr_banner_1 {
	margin-top: 15px;
	width: 470px;
	height: 212px;
	background-image: url(../img/banner_1.png);
	cursor: pointer;
}

.mr_banner_1:hover {
	width: 470px;
	height: 212px;
	background-image: url(../img/banner_1.png);
	background-position: 0px 212px; 
}

.mr_banner_2 {
	margin-top: 15px;
    width: 470px;
	height: 212px;
	background-image: url(../img/banner_2.png);
	cursor: pointer;
}

.mr_banner_2:hover {
	width: 470px;
	height: 212px;
	background-image: url(../img/banner_2.png);
	background-position: 0px 212px; 
}

.mr_banner_3 {
	margin-top: 15px;
	width: 470px;
	height: 210px;
	/*background-image: url(../img/banner_3.png);*/
	background-image: url(../img/banner_22.png);
	cursor: pointer;
	transition: all 0.1s;
}

.mr_banner_4 {
	margin-top: 15px;
	width: 470px;
	height: 210px;
	background-image: url(../img/banner_4.png);
	cursor: pointer;
	transition: all 0.1s;
}

.mr_banner_5 {
	margin-top: 15px;
	width: 470px;
	height: 441px;
	background-image: url(../img/banner_5.png);
	cursor: pointer;
	transition: all 0.1s;
}

.mr_banner_6 {
	margin-top: 15px;
	width: 226px;
	height: 210px;
	background-image: url(../img/banner_6.png);
	cursor: pointer;
	transition: all 0.1s;
}

.mr_banner_7 {
	margin-top: 15px;
	width: 226px;
	height: 210px;
	background-image: url(../img/banner_7.png);
	cursor: pointer;
	transition: all 0.1s;
}

.mr_banner_8 {
	margin-top: 15px;
	width: 226px;
	height: 210px;
	background-image: url(../img/banner_8.png);
	cursor: pointer;
	transition: all 0.1s;
}

.mr_banner_9 {
	margin-top: 15px;
	width: 226px;
	height: 210px;
	background-image: url(../img/banner_9.png);
	cursor: pointer;
	transition: all 0.1s;
}

.mr_banner_3:hover,
.mr_banner_4:hover,
.mr_banner_5:hover,
.mr_banner_6:hover,
.mr_banner_7:hover,
.mr_banner_8:hover,
.mr_banner_9:hover {
	filter: opacity(65%);
}

body {
	background-image: url(../img/bg_1.png);
	background-repeat: repeat-x repeat-y;
	background-position: center;
}

.left_block {
    margin-left: 0px !important;
}

.right_block {
	margin-right: 0px !important;
}

.mr_bg_left {
	top: 0;
	left: 0;
	position: absolute;
	width: 284px;
	z-index: -1000;
	background-image: url(../img/bg_left_1.png);
	background-repeat: repeat-y;
}

.mr_bg_right {
	top: 0;
	right: 0;
	position: absolute;
	width: 249px;
	z-index: -1000;
	background-image: url(../img/bg_right_1.png);
	background-repeat: repeat-y;
}

.mr_block_description > h2 {
	letter-spacing: .2em;
	line-height: 20px;
}

.mr_item_description > h2 > em {
	font-size: .6em;
	letter-spacing: 0em;
}

.mr_block_description > h2 > small {
	font-size: 12px;
	color: #000;
	letter-spacing: 0px;
}

.carousel-indicators li {
	background-color: #fff0f9;
	border: 2px solid #d2a758;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	margin: 0;
	margin: 0 8px;
}

.carousel-indicators li.active {
	background-color: #d2a758;
	border: 2px solid #d2a758;
	border-radius: 10px;
	width: 20px;
	height: 20px;
	margin: 0 8px;
}

.carousel-inner > .item > a > img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-o-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition:  opacity 0.1s linear;
}

.btn_video {
	width: 194px;
	height: 64px;
	background-image: url(../img/btn_video.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.9em;
	padding-top: 10px;
	margin: 30px 10px 30px 10px;
	cursor: pointer;
	display: inline-block;
}

.btn_video:hover {
	color: #f3c;
}

.btn_video_active {
	width: 194px;
	height: 64px;
	background-image: url(../img/btn_video.png);
	background-position: 0px -70px; 
	background-repeat: no-repeat;
	color: #aaa;
	font-size: 1.9em;
	font-weight: 900;
	padding-top: 10px;
	margin: 30px 10px 30px 10px;
	cursor: pointer;
	display: inline-block;
}

.videoshow {
	width: 591px;
	height: 83px;
	background-image: url(../img/btn_cm.png);
	cursor: pointer;
}

.videoshow > h1 {
	color: #000;
	font-weight: 900;
	font-size: 2em;
	padding-top: 25px;
}

.videoshow:hover  {
	width: 591px;
	height: 83px;
	background-image: url(../img/btn_cm.png);
	background-position: 0px -90px; 
	background-repeat: no-repeat;
}

.videoshow:hover > h1 {
	color: #f3c;
}

#lnk_gallery {
	text-decoration: none;
}

.video-container {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 10px #fff5ff;
}

@media screen and (max-width: 991px) {	
	.mr_block_right {
		float: none;
	}

	.mr_block_left {
		float: none;
	}

	.mr_banner_block_small {
		width: 100%;
		display: inline-block;
		/*width: 226px !important;
		margin-right: 0px !important;
		margin-left: 0px !important;*/
	}
	
	.mr_banner_new {
		width: 100px;
		height: 60px;
		position: absolute;
		top: -6px;
		left: -4px;
		background-image: url(../img/banner_new.png);
	}

	.mr_banner_new_big {
		width: 162px;
		height: 97px;
		position: absolute;
		top: -10px;
		right: -6px;
		background-image: url(../img/banner_new_big.png);
	}
}

@media screen and (min-width: 768px) {
	#mr_carousel {
		margin-bottom: 60px;
	}
	
	.carousel-indicators {
		margin-bottom: -64px;
	}
}

@media screen and (max-width: 767px) {

	#mr_carousel {
		margin-bottom: 60px;
	}
	
	.carousel-indicators {
		margin-bottom: -64px;
		width: 70%;
		left: 45%;
	}
	
	.video-container {
		border: solid 3px #fff5ff;
		outline: solid 1px #f3c;
	}
	
	.btn_video {
		width: 150px;
		height: 42px;
		font-size: 1.2em;
		padding-top: 8px;
		margin: 20px 5px 20px 5px;
		background-size: 150px 82px;
	}

	.btn_video:hover {
		color: #f3c;
	}

	.btn_video_active {
		width: 150px;
		height: 42px;
		background-position: 0px -44px;
		font-size: 1.2em;
		padding-top: 8px;
		margin: 20px 5px 20px 5px;
		background-size: 150px 82px;
	}
	
	.videoshow {
		width: 300px;
		height: 46px;
		background-image: url(../img/btn_cm.png);
		background-size: 100%;
		cursor: pointer;
	}

	.videoshow > h1 {
		color: #000;
		font-weight: 400;
		font-size: 1.2em;
		letter-spacing: .1em;
		padding-top: 12px;
	}

	.videoshow:hover  {
		width: 300px;
		height: 46px;
		background-image: url(../img/btn_cm.png);
		background-size: 100%;
		cursor: pointer;
		background-position: 0px -45px;
	}
		
	.mr_banner_block
	{
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.mr_banner_1 {
		margin-top: 15px;
		width: 100%;
		height: 0;
		padding-bottom: 24%;
		background-image: url(../img/banner_1_mobile.png);
		background-size: 100%;
		cursor: pointer;
	}

	.mr_banner_1:hover {
		margin-top: 15px;
		width: 100%;
		height: 0;
		padding-bottom: 24%;
		background-image: url(../img/banner_1_mobile.png);
		background-size: 100%;
		cursor: pointer;
		background-position-y: 0;
	}

	.mr_banner_2 {
		margin-top: 15px;
		width: 98%;
		height: 0;
		padding-bottom: 18.8%;
		background-image: url(../img/banner_2_mobile.png);
		background-size: 100%;
		cursor: pointer;
	}

	.mr_banner_2:hover {
		margin-top: 15px;
		width: 98%;
		height: 0;
		padding-bottom: 18.8%;
		background-image: url(../img/banner_2_mobile.png);
		background-size: 100%;
		cursor: pointer;
		background-position-y: 0;
	}

	.mr_banner_new_big {
		display: none;
	}

	.mr_banner_block_large {
		height: auto !important;
	}

	.mr_banner_3 {
		margin-top: 15px;
		width: 99%;
		height: 0;
		padding-bottom: 25%;
		/*background-image: url(../img/banner_3_mobile.png);*/
		background-image: url(../img/banner_22_mobile.png);
		background-size: 100%;
		margin-left: -1px;
		margin-top: -1px;
		cursor: pointer;
		background-repeat: no-repeat;
	}

	.mr_banner_4 {
		margin-top: 15px;
		width: 98%;
		height: 0;
		padding-bottom: 23.1%;
		background-image: url(../img/banner_4_mobile.png);
		background-size: 100%;
		cursor: pointer;
		background-repeat: no-repeat;
	}

	.mr_banner_5 {
		margin-top: 15px;
		width: 98%;
		height: 0;
		padding-bottom: 23.1%;
		background-image: url(../img/banner_5_mobile.png);
		background-size: 100%;
		cursor: pointer;
		background-repeat: no-repeat;
	}

	.mr_banner_6 {
		margin-top: 15px;
		width: 100%;
		height: 0;
		padding-bottom: 48%;
		background-image: url(../img/banner_6_mobile.png);
		background-size: 100%;
		cursor: pointer;
		background-repeat: no-repeat;
	}

	.mr_banner_7 {
		margin-top: 15px;
		width: 100%;
		height: 0;
		padding-bottom: 48%;
		background-image: url(../img/banner_7_mobile.png);
		background-size: 100%;
		cursor: pointer;
		background-repeat: no-repeat;
	}

	.mr_banner_8 {
		margin-top: 15px;
		width: 100%;
		height: 0;
		padding-bottom: 48%;
		background-image: url(../img/banner_8_mobile.png);
		background-size: 100%;
		cursor: pointer;
		background-repeat: no-repeat;
	}

	.mr_banner_9 {
		margin-top: 15px;
		width: 100%;
		height: 0;
		padding-bottom: 48%;
		background-image: url(../img/banner_9_mobile.png);
		background-size: 100%;
		cursor: pointer;
		background-repeat: no-repeat;
	}
	
	.mr_banner_new {
		display: none;
	}
}


@media screen and (max-width: 414px) {
	.mr_banner_block_small {
		width: 98% !important;
	}
}