/*банерный блок 100%*/

.btn-custom { background-color: hsl(0, 0%, 79%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9"); background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9)); background-image: -moz-linear-gradient(top, #134134134, #c9c9c9); background-image: -ms-linear-gradient(top, #134134134, #c9c9c9); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9)); background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9); background-image: -o-linear-gradient(top, #134134134, #c9c9c9); background-image: linear-gradient(#134134134, #c9c9c9); border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69); -webkit-font-smoothing: antialiased; }


#bgFixBanV2 {
    background: transparent none repeat scroll 0% 0%;
}

.bannersV2 {
    float: none;
	overflow: hidden;
    padding: 15px 0 0 15px;
}

.bannersV2 ul {
    overflow: hidden;
    width: 100%;
}

.bannersV2 li {
    display: block;
    float: left;
    overflow: hidden;
    padding-left: 4px;
    width: 32.8%;
}

/*банерный блок 100% - > конец*/




/*слайдер2 - НАЧАЛО*/

.slider {
	float:left;
	width:100%;
	height:380px;
	position:relative;
	margin-bottom: 35px;
}

.sliderContent {
	float:left;
	width:100%;
	height:380px;
	clear:both;
	position:relative;
	overflow:hidden;
}

.sliderArrows a {
    background-image: url("/netcat_files/18/10/prev_next.png");
    display: block;
    height: 42px;
    margin-top: -15px;
    outline: medium none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 42px;
    z-index: 50;
	transition: none 0s ease 0s;
}

.prev {
	background-position:0 0;
	left:15px;
}

.prev:hover {
	background-position:0 -44px;
}

.next {
	right:15px;
	background-position:-44px 0;
}

.next:hover {
	background-position:-44px -44px;
}

.sliderContent .item {
	position:absolute;
	width:100%;
	height:380px;
	background:#fff;
}

.sliderBullets {
    bottom: 25px;
    position: absolute;
    right: 30px;
    z-index: 50;
}

.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-left:5px;
	width:10px;
	height:11px;
	background:url("/netcat_files/18/10/bullets.png") no-repeat;
	transition: none 0s ease 0s;
}

.sliderBullets .active {
	background-position:0 -11px;
}

.sliderContent a {
	outline:none;
}


/*слайдер2 - КОНЕЦ*/



/*общий для минисайтов - НАЧАЛО*/



.miniBox1 .witFull:hover {
	color: #ffffff !important;
	background: none repeat scroll 0 0 #39322D !important;
	transition: all 0.4s ease 0s !important;
}

.miniBox1 .witFull:hover h3 {
	color: #ffffff !important;
}

.miniBox1 .witFull:hover a {
	color: #e84f48 !important;
}

.miniBox1 .imgB:hover .postV {
	visibility: visible !important;
	transition: all 0.6s ease 0s !important;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	color: #ffffff;
}

.miniBox1 .boxSh:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}


.miniBox1 .bgHblack:hover {
	background-color: #212121 !important;
}


.miniBox1 .ApLeft:hover {
	padding-left: 5px;
}


.miniBox1 .imgB {
	border: 1px solid #E7E9E9;
	border-radius: 3px;
	box-shadow: 0 0 10px #E7E9E9;
	margin: 10px;
}


.miniBox1 .bgBox {
	box-shadow: 0 10px 15px -5px #515151;
	margin-bottom: 35px;
}

.miniBox1 .bgBox2 {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	margin-bottom: 35px;
}

.miniBox1 .centerBGli li {
	background-position: 0 center !important;
}

.miniBox1 .ogrn {
	color: #A2A2A2;
	font-size: 12px;
	margin-top: 40px;
	text-align: right;
}

.miniBox1 {
	font-size: 14px;
	text-align: justify;
}

.miniBox1 img {
	padding: 3px;
}

.miniBox1 ul {
	text-indent: 0px;
	margin: 10px 0 15px 30px;
	text-align: left;
}

.miniBox1 ol {
	text-indent: 0px;
	margin: 0 0 15px 50px;
	list-style: decimal outside none;
	text-align: left;
}

.miniBox1 ol li{
	margin-bottom: 10px;
}

.miniBox1 table {
	margin: 20px auto;
}

.miniBox1 h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}



/*общий для минисайтов - КОНЕЦ*/


/*минисат DENIM - НАЧАЛО*/

#denimLink {
	color: #F0D0B1;
	float: right;
	font-size: 14px;
	line-height: 25px;
	padding: 25px 25px 0 0;
	text-align: right;
	text-shadow: 1px 1px 1px #000000, 1px 1px 2px #000000, 1px 1px 3px #000000, 1px 1px 4px #000000, 1px 1px 5px #000000, 1px 1px 6px #000000, 2px 2px 6px #000000;
	width: 355px;
}

#denimLink a {
	color: #F0D0B1;
	text-decoration: none;
}

#denimLink a:hover {

	color: #F0D0B1;
	padding-right: 10px;
}

/*минисат DENIM - КОНЕЦ*/


/*минисат Факрос - НАЧАЛО*/

#fakros1 {
	background-color: #EBEBEB;
	border: 2px solid #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 10px #CFCECE;
	color: #1F4C91;
	margin: 40px auto;
	padding: 10px;
	text-align: center;
	width: 450px;
}

#fakros1_1 {
	color: #D60000;
	font-size: 18px;
	font-weight: bold;
}

#fakros1:hover {
	box-shadow: 0 0 10px #D60000;
	transition: all 0.8s ease 0s;
}

#fakros1:hover #fakros1_1 {
	text-decoration: underline;
}

/*минисат Факрос - КОНЕЦ*/


/*минисат Fiorita - НАЧАЛО*/

#fioritaF {
	background-color: #E6D219;
	background-image: url("/netcat_files/18/10/fiorita_new_pic1_2.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 5px #448E39;
	height: 275px;
	margin-bottom: 20px;
}

#fioritaCont {
	font-size: 14px;
	text-align: justify;
}

#fioritaCont a {
	color: #398837;
	text-decoration: none;
}

#fioritaCont a:hover {
	color: #BDAC15;
	text-decoration: underline;
}

#fioritaCont ul {
	margin: 10px 0 20px 30px;
}

/*минисат Fiorita - КОНЕЦ*/


/*минисайт Майтек Изолюкс - НАЧАЛО*/

.miniBox1 .bgColorH:hover {
	background-position: 0 55px !important;
}


/*минисайт Майтек Изолюкс - КОНЕЦ*/


/*минисайт Майтек Мегатекс - НАЧАЛО*/

.miniBox1 .img_block:hover .captureBox {
	top: 0 !important;
}


.miniBox1 .aShadow1:hover {
	box-shadow: 0 0 15px rgba(255, 202, 202, 0.8) inset !important;
	border: 1px solid #ffffff !important;
	-webkit-transition: all 0.0s !important;
	transition: all 0.0s ease-in-out 0s !important;
}

/*минисайт Майтек Мегатекс - КОНЕЦ*/


.miniBox1 .skidkiPris2:hover {
    background-position: -325px 0 !important;
    transition: none !important;
}

.miniBox1 .turPris:hover {
    background-position: -213px 0 !important;
    transition: none !important;
}

.miniBox1 a.udA {
	text-decoration: none !important;
}

.miniBox1 a.udA:hover {
	text-decoration: underline !important;
}

.miniBox1 a.newsM {
    color: #717E85;
	text-decoration: none !important;
}

.miniBox1 a.newsM:hover {
    color: #D7075C;
    border-bottom: 2px solid;
}


