/*
 * Date created: 2026-06-13 09:14:36
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */

/*
	-- COMMON.CSS strucrure: --
	1. Reset browser's defaults styles
	2. Common styles
	3. Current design styles
	4. Navigation styles
	5. Modules
	6. E-commerce
	7. System
*/

.pageContainer{
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px){
	.pageContainer{
		max-width: 750px;
	}
}
@media (min-width: 992px){
	.pageContainer{
		max-width: 970px;
	}
}
@media (min-width: 1200px){
	.pageContainer{
		max-width: 1170px;
	}
}
@media only screen and (min-width: 1200px){
	.pageContainer{
		padding-left: 0;
		padding-right: 0;
	}
}

.pageHeader{}
.pageHeader_top{}
.pageHeader_topBody{
	padding-top: 15px;
    padding-bottom: 15px;
	
	display: -ms-flexbox;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.pageHeader_nav{
	width: 25%;
}
.pageHeader_logo{}
.pageHeader_logo img{
	width: 220px;
}
.pageHeader_main{
	width: 50%;
	text-align: right;
	padding-top: 1px;
}

.pageHeader_search{
	padding: 12px 0 12px 23px;
}
.pageHeader_contacts{
	white-space: nowrap;
}
.pageHeader_bar{
	background: #7d7d7d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #585858));
    background: -webkit-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -o-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -ms-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: linear-gradient(to bottom, #7d7d7d 0%, #585858 100%);
}
.pageHeader_barBody{
	display: -ms-flexbox;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.pageHeader{}
.pageHeader_barNav{}
.pageHeader_catalogBtn{
	display: none;
	
	border-left: 1px solid #191919;
    border-right: 1px solid #191919;
    height: 44px;
    font: 600 20px/20px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0 30px;
    line-height: 44px;
	cursor: pointer;
}
.pageHeader_catalogBtn:after{
	font-family: "FontAwesome";
	content: "\f01a";
	/* content: "\f063"; */
	font-size: 20px;
	line-height: 20px;
	padding-left: 15px;
	font-weight: normal;
}
.pageHeader_catalogBtn.active:after{
	content: "\f01b";
}
.pageHeader_barBtns{
	display: -ms-flexbox;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.topSearchMobileBtn{
	display: none;
	
    width: 45px;
    height: 44px;
    /* border-right: 1px solid #191919; */
    border-left: 1px solid #191919;
    background: #f02727;
	text-align: center;
	cursor: pointer;
}
.topSearchMobileBtn i{
	font-size: 28px;
	line-height: 44px;
	color: #fff;
}
.cartBox{
	position: relative;
}
/* #header .cartBox {
  width: auto;
  padding: 0;
  margin-left: -64px;
  float: right; }
  @media (min-width: 768px) and (max-width: 991px) {
    #header .cartBox {
      margin-left: -44px; } }
  #header .cartBox .shopping_cart {
    position: relative;
    float: left; } */

.mobileMenu_btn{
	display: none;
	height: 44px;
	text-align: center;
	padding-top: 4px;
}
.mobileMenu_btn i{
	color: #fff;
    font-size: 28px;
    line-height: 28px;
	padding-top: 8px;
}


.header-contacts-phone-number{
	display: inline-block;
	text-transform: uppercase;
	/* padding: 5px 0 0 0; */
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-right: 25px;
}
.header-contacts-phone-number,
a.header-contacts-phone-number,a.header-contacts-phone-number:visited,a.header-contacts-phone-number:hover,a.header-contacts-phone-number:focus,a.header-contacts-phone-number:active{
	color:#fff;
	text-decoration:none;
}
.header-contacts-wa,
.header-contacts-tg{
	display: inline-block;
}
.header-contacts-phone-number i,
.header-contacts-wa i,
.header-contacts-tg i{
	font-size: 25px;
	color: #f13340;
	margin-right:10px;
	vertical-align: bottom;
}
.header-contacts-wa i{
	font-size: 30px;
	width: 28px;
}
.header-contacts-tg i{
	font-size: 28px;
	margin-right:0;
}



#search_block_top #searchbox{
	border: none;
	position: relative;
	background: #fbfbfb;
	padding-right: 44px;
}
#search_block_top .btn.button-search{
	background: none;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	color: #333333;
	width: 44px;
	height: 38px;
	text-align: center;
	padding: 0;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	font-size: 17px;
	line-height: 38px;
}
#search_block_top .btn.button-search span{
	display: none;
}
#search_block_top .btn.button-search:before{
	content: "\f002";
	display: block;
	font-family: "FontAwesome";
	width: 100%;
	text-align: center;
	font-weight: normal;
}
#search_block_top .btn.button-search:hover{
	color: #f02727;
	font-size: 23px;
}
#search_block_top #search_query_top{
	display: inline-block;
	padding: 9px 10px 9px 13px;
	height: 38px;
	border: none;
	background: none;
}


#block_top_menu{
	border-left: 1px solid #191919;
	/* padding-right: 64px;
	width: 100%;
	float: left;
	position: static;
	clear:both; */
}
/* @media (max-width: 991px){
	#block_top_menu{
		padding-right: 44px;
	}
}
@media (max-width: 767px){
	#block_top_menu{
		padding-right: 0px;
	}
} */


/*** TOP MENU ***/
.top-menu-wrapper{}
.top-menu,
.top-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-menu{
	padding: 0;
	width: 100%;
}

.top-menu > li{
	/* float: left; */
	display: inline-block;
	border-right: 1px solid #191919;
}

.top-menu > li > a{
	font: 500 17px/22px "Roboto", sans-serif;
	text-transform: uppercase;
	text-decoration:none;
	color: #fff;
	display: block;
	padding: 17px 25px 21px 25px;
	position: relative;
}
.top-menu > li > a strong{
	font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px){
	.top-menu > li > a{
		padding: 17px 20px 21px 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.top-menu > li > a {
		font: 500 13px/18px "Roboto", sans-serif;
		padding: 12px 15px 14px 15px;
	}
}
@media only screen and (min-width: 1200px){
	.top-menu > li > a{
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.top-menu > li > a strong{
		position: relative;
		z-index: 3;
	}
	.top-menu > li > a:before, .top-menu > li > a:after{
		background: #f02727;
		content: " ";
		height: 0;
		left: 50%;
		opacity: 0;
		position: absolute;
		top: 50%;
		transition: all 0.4s ease;
		width: 0;
		z-index: 2;
	}
	.top-menu > li > a:after{
		background: #c41c1c;
		z-index: 1;
	}
	.top-menu > li > a:before{
		transition-delay: 0.1s;
	}
}
.top-menu > li.top-menu-hover > a:before, .top-menu > li.top-menu-hover > a:after,
.top-menu > li > a:hover:before,
.top-menu > li > a:hover:after, .top-menu > li.top-menu-hover-force > a:before, .top-menu > li.top-menu-hover-force > a:after{
	height: 100%;
	left: 0;
	opacity: 1;
	top: 0;
	width: 100%;
}
.top-menu .top-menu-hover{
	background: #f02727;
}
@media (max-width: 1199px){
	.top-menu > li.top-menu-hover > a,
	.top-menu > li > a:hover, .top-menu > li.top-menu-hover-force > a {
		background: #f02727;
	}
}


.top-menu-title{
	display: none;
}
.mobileMenuOverlay{
	display: none;
}
.mobileMenuClose{
	display: none;
}
@media (max-width: 767px){
	#block_top_menu{
		position: fixed;
		z-index: 21;
		top: 0;
		left: -310px;
		width: 300px;
		height: 100%;
		max-width: 100%;
		padding-right: 50px;
		box-sizing: border-box;
		transition: all 0.3s ease;
		
		/* display: none; */
	}
	.mobileMenuOverlay{
		/* display: block; */
		position: fixed;
		top: 0;
		left: -100%;
		right: 100%;
		width: 0;
		height: 0;
		opacity: 0;
		visibility: hidden;
	}
	.mobileMenuClose{
		display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50px;
	    height: 100%;
	}
	.mobileMenuClose:before{
		content: '';
	    display: block;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 50px;
	    height: 50px;
	    background: #191919;
	    cursor: pointer;
	}
	.mobileMenuClose i{
	    position: absolute;
	    top: 10px;
	    left: 13px;
	    cursor: pointer;
	    display: block;
		font-size: 30px;
		line-height: 30px;
		color: #fff;
		/* color: #f02727; */
	}
	.mobileMenuActive #block_top_menu{
		/* display: block; */
		left: 0;
	}
	.mobileMenuActive .mobileMenuOverlay{
		display: block;
		z-index: 20;
	    visibility: visible;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: auto;
	    height: auto;
	    background: #ccc;
	    opacity: 0.75;
	    transition: opacity 0.2s linear;
	}
	
	.top-menu{
		background: #191919;
		height: 100%;
	}
	.top-menu > li{
		display: block;
		position: relative;
		border-right: none;
	}
}

/*** END TOP MENU ***/


/**
*	ESHOP TREE LINKS MOBILE
*/

#eshop_tree_links__mobile{
	display:none;
	padding-top: 1px;
}
@media (max-width: 767px) {
	#eshop_tree_links__mobile{
		display:block;
	}
}
#eshop_tree_links__mobile .title{
	background:#000;
	display: block;
	font: 900 23px/23px "Roboto", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 17px 30px 19px;
	text-transform: uppercase;
	margin:0;
}
#eshop_tree_links__mobile .title:after{
	font-family: "FontAwesome";
	content: "";
	font-size: 23px;
	line-height: 23px;
	padding-left: 15px;
	font-weight: normal;
}
#eshop_tree_links__mobile .title.active:after{
	content: "";
}
#eshop_tree_links__mobile .title a:hover{
	color:#f02727;
}
#eshop_tree_links__mobile .title a{
	color:#fff;
}

#eshop_tree_links__mobile ul{
	margin:0;
	display:none;
}
#eshop_tree_links__mobile li{
	display:block;
	position:relative;
}
#eshop_tree_links__mobile li a{
	font: 500 17px/22px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 8px 5px 10px 30px;
    position: relative;
	
	background: #7d7d7d;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #7d7d7d 0%, #585858 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #585858));
	background: -webkit-linear-gradient(top, #7d7d7d 0%, #585858 100%);
	background: -o-linear-gradient(top, #7d7d7d 0%, #585858 100%);
	background: -ms-linear-gradient(top, #7d7d7d 0%, #585858 100%);
	background: linear-gradient(to bottom, #7d7d7d 0%, #585858 100%);
}
#eshop_tree_links__mobile li li a{padding-left:50px;}
#eshop_tree_links__mobile li li li a{padding-left:70px;}
#eshop_tree_links__mobile li li li li a{padding-left:90px;}
#eshop_tree_links__mobile li span{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	z-index: 2;
	color: #fff;
}
#eshop_tree_links__mobile li span:after {
	font-family: "FontAwesome";
	content: "\f067";
	font-size: 26px;
}
#eshop_tree_links__mobile li span.active:after {
	content: "\f068";
}
#eshop_tree_links__mobile{}

/**
*	ESHOP TREE LINKS
*/




@media (max-width: 991px){
	.pageHeader_nav{
		width: 33%;
	}
}


@media (max-width: 767px){
	.mobileMenu_btn{
		display: inline-block;
		margin-right: 40px;
		padding-top: 19px;
		cursor: pointer;
	}
	.pageHeader_catalogBtn{
		display: inline-block;
	}
	.topSearchMobileBtn{
		display: inline-block;
	}
	.mobileMenu_btn{
		display: inline-block;
	}
	
	.pageHeader_topBody{
		padding-bottom: 10px;
    	padding-top: 8px;
	}
	.pageHeader_nav{
		width: 55%;
		display: -ms-flexbox;
	    -webkit-display: flex;
	    -moz-display: flex;
	    -ms-display: flex;
	    -o-display: flex;
	    display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.pageHeader_logo{
		width: 140px;
	}
	.pageHeader_main{
		width: 45%;
	}
	.pageHeader_contacts {
	    padding-top: 13px;
	}
	.header-contacts-phone-number span{
		display: none;
	}
	
	.header-contacts-phone-number,
	.header-contacts-wa,
	.header-contacts-tg{
		height: 44px;
		padding-top: 7px;
	}
	.header-contacts-phone-number{
		padding-left: 10px;
		padding-right: 10px;
		margin: 0;
	}
	.header-contacts-wa{
		padding-left: 8px;
		padding-right: 8px;
	}
	.header-contacts-tg{
		padding-left: 14px;
	}
	.header-contacts-phone-number i,
	.header-contacts-wa i,
	.header-contacts-tg i{
		color: #fff;
		font-size: 30px;
		margin: 0;
	}
	
	.pageHeader_search {
		/* display: none; */
	    position: absolute;
		top: 124px;
	    padding: 0;
	    left: 0;
	    right: 0;
		height: 0;
		overflow: hidden;
		background: #7d7d7d;
	    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	    background: -moz-linear-gradient(top, #7d7d7d 0%, #585858 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #585858));
	    background: -webkit-linear-gradient(top, #7d7d7d 0%, #585858 100%);
	    background: -o-linear-gradient(top, #7d7d7d 0%, #585858 100%);
	    background: -ms-linear-gradient(top, #7d7d7d 0%, #585858 100%);
	    background: linear-gradient(to bottom, #7d7d7d 0%, #585858 100%);
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	#search_block_top{
	    padding: 10px 15px;
	}
	.pageHeader_search.active{
		height: 58px;
	}
}
@media (max-width: 420px){
	.mobileMenu_btn{
		margin-right: 30px;
		padding-top: 15px;
	}
	.pageHeader_logo{
		width: 130px;
	}
	.pageHeader_contacts {
	    padding-top: 10px;
	}
	.pageHeader_search{
		top: 120px;
	}
}
@media (max-width: 410px){
	.mobileMenu_btn{
		margin-right: 20px;
		padding-top: 12px;
	}
	.pageHeader_logo{
		width: 120px;
	}
	.pageHeader_contacts {
	    padding-top: 5px;
	}
	.pageHeader_search{
		top: 115px;
	}
}
@media (max-width: 360px){
	.header-contacts-phone-number{
		padding-left: 8px;
		padding-right: 8px;
	}
	.header-contacts-wa{
		padding-left: 6px;
		padding-right: 6px;
	}
	.header-contacts-tg{
		padding-left: 10px;
	}
}




.small_login_form {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777;
	left: 50%;
	margin-left: -155px;
	margin-top: -110px;
	padding: 20px 30px;
	position: fixed;
	width: 250px;
	z-index: 11;
	transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	opacity: 0;
	top: -50%;
}
.small_login_form_on {
	transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	opacity: 1;
	top: 50%;
}
.small_login_form_close {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
.small_login_form_close img {
	margin-left: -9px;
	margin-top: -5px;
}
.member_small_menu_info_logged_body .alt_header3,
.member_small_menu_info_not_logged_body .alt_header3 {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.member_menu .member_menu_row {
	display: none;
}
.member_menu .small_menu_registration,
.member_menu .small_menu_login,
.member_menu .small_menu_logout {
	display: block;
}
.member_menu .small_menu_login,
.member_menu .small_menu_logout {
	background: url("_mod_files/ce_images/template_images/exit.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: right;
	margin-left: 15px;
}
.member_menu .small_menu_registration {
	background: url("_mod_files/ce_images/template_images/details_menu.gif") no-repeat 0px 0px;
	float: right;
}
.member_menu_row.small_menu_login a,
.member_menu .small_menu_registration a,
.member_menu .small_menu_logout {
	padding-left: 25px;
}
#head_user_menu .member_menu {
	position: absolute;
	right: 0px;
	top: 50px;
}

.user_source_app_buttons__block-name {
    padding-top: 4px;
    vertical-align: top;
}

.search-page__help {
    background: #F0F0F0;
    padding: 15px;
    border-radius: 10px;
    font-size:11px;
}

.search-page__title {font-weight: bold;}
.search-page__info li {padding: 5px 0;}

.left_imagetape_fullinfo {
    display: none;
}

.right_imagetape_fullinfo, .block_imagetape_fullinfo {
    float: none;
}

.block_imagetape_fullinfo {
    width: 675px;
    padding-bottom: 0px;
    margin-left: -20px;
    height: 205px;
}

.bottom_imagetape_fullinfo {
    float: none;
    position: relative;
    right: 10px;
    top: -32px;
}

.right_imagetape_fullinfo img {
    border-radius: 5px;
}

.member_small_menu_info_logged_body div, .member_small_menu_info_not_logged_body div {
    margin: 0px;
}

.member_menu a {
    color: #4490B2 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

.member_menu a:hover {
    /*text-decoration: none !important;*/
}

.member_menu {
    position: absolute;
    right: 0px;
    padding-top: 2px;
}

.member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body {
	background: url(_mod_files/ce_images/template_images/user.gif) no-repeat;
	float: left;
	min-width: 209px;
	padding-left: 60px;
	height: 50px;
}

#head_user_menu .alt_header3 a {
    color: #616161 !important;
    text-decoration: none;
}

#head_user_menu .alt_header3 span:hover {
    border-bottom: medium none !important;
}

.advanced_search{
    background:#f2f0e6 url(_mod_files/ce_images/template_images/adv_search_bgr.gif) repeat-x 0 0;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    padding: 13px 20px;
}

.advanced_search .header{
    text-transform:uppercase;
    color:#000;
    font-weight:bold;
    padding:0 0 6px 0;
}

.advanced_search input.btn{
    background:url(_mod_files/ce_images/template_images/adv_search_btn.png) no-repeat 0 0;
    border:0;
    padding:0 0 0 8px;
    font-size:12px;
    width:121px;
    height:28px;
    margin-top: 8px;
    color: #fff;
}
.pages_print_version img {
    padding-right: 7px;
}

.hl_text {
    background: #FF0;
}

.pages_print_version {
    margin-top: 50px;
    display: block;
}

.nav-menu__item{
    padding:0 10px;
}

/* 4. NAVIGATION STYLES (Menus, Sitemaps, etc.) ****************************************************************************************************/

/* NAVIGATION STYLES MEMBER MENU */

.member_menu {
    overflow:hidden;
    margin: 0px 0 5px 0px;
}

.member_menu a {
    font: normal 1em arial, tahoma, verdana;
    text-decoration: none;
}

.member_menu a:hover {
    /*text-decoration: underline;*/
}

.member_small_block_body {
    margin: 10px 0;
	zoom: 1;
}

/* NAVIGATION STYLES SITE MAP, SECTION MAP */

.sm_tree {
    padding: 10px 0 20px;
}

.sm_tree .sm_level_1 a:link, .sm_tree .sm_level_1 a:visited, .sm_tree .sm_level_1 a:active, .sm_tree .sm_level_1 a:hover {
    font-size: 1.2em;
}

.sm_level_1 .sm_tree_item_selected {
    font-size: 1.2em;
}

.sm_tree .sm_level_2 {
    margin-left: 15px;
}

.sm_tree .sm_level_2 a:link, .sm_tree .sm_level_2 a:visited, .sm_tree .sm_level_2 a:active, .sm_tree .sm_level_2 a:hover {
    font-size: 1em;
}

.sm_level_2 .sm_tree_item_selected {
    font-size: 1em;
}

.sm_tree .sm_level_3 {
    margin-left: 25px;
}

.sm_tree .sm_level_3 a:link, .sm_tree .sm_level_3 a:visited, .sm_tree .sm_level_3 a:active, .sm_tree .sm_level_3 a:hover {
    font-size: 1em;
}

.sm_level_3 .sm_tree_item_selected {
    font-size: 1em;
}

.sm_tree .sm_tree_item_selected {
    font-weight: bold;
}

.sm_imaged_tree .sm_imaged_item_normal_1, .sm_imaged_tree .sm_imaged_item_active_1,.sm_imaged_tree .sm_imaged_item_normal_2, .sm_imaged_tree .sm_imaged_item_active_2,.sm_imaged_tree .sm_imaged_item_normal_3, .sm_imaged_tree .sm_imaged_item_active_3 {
    padding-left: 7px;
    line-height: 19px;
}


.prev_list, .next_list {
    font-size: 13px !important;
    font-weight: bold !important;
}

.next_list a, .prev_list a {
    font-size: 13px !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.next_list a:hover, .prev_list a:hover {
    text-decoration: none !important;
}

.pages_nav_split span, .pages_nav_split a {
    font-size: 12px !important;
    font-weight: bold !important;
}

.prev_list_ico {
    background: url(_mod_files/ce_images/template_images/pagin_left.jpg) no-repeat;
    width: 12px;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
}

.next_list_ico {
    background: url(_mod_files/ce_images/template_images/pagin_right.jpg) no-repeat;
    width: 12px;
    height: 7px;
    display: inline-block;
    margin-left: 10px;
}

.bottom_pager_eshop {
    padding-top: 30px;
}

/* NAVIGATION STYLES (Menus, Sitemaps, etc.) */

/* 5. MODULES ****************************************************************************************************/

/* AMI Responder */

div.ami_resp_outer_block {
    border: 1px solid #0375A7 !important;
    background: #0375A7;
    border-radius: 5px;
    margin: 0px !important;
    padding: 0px !important;
}

div.ami_resp_outer_blog {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.name_resp_block {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: -25px;
}

div.ami_resp_row_announce_blog {
    display: none;
}

.ami_resp_row_fdate_blog {
    display: block !important;
    font-size: 11px;
    font-weight: normal !important;
    padding-top: 5px;
}

.ami_resp_reload {
    display: none !important;
}

.ami_resp_next {
    background: url("_mod_files/ce_images/template_images/next_but.gif") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 18px !important;
    position: relative;
    right: -5px;
    top: -43px;
}

.ami_resp_prev {
    background: url("_mod_files/ce_images/template_images/prev_but.jpg") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 18px !important;
    position: relative;
    right: 30px;
    top: -43px;
}

#blog_id {
    position: absolute;
    color: #fff;
    top: 12px;
    font-weight: bold;
    left: 20px;
}

.ami_resp_navi_block {
    background: #0375A7;
    height: 28px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
}

.ami_contents_block {
    background: #fff;
    border-radius: 5px 5px 4px 4px;
    padding: 20px;
}

div.ami_resp_row_blog {
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 5px;
    background: url(_mod_files/ce_images/template_images/theme_blog.gif) no-repeat 16px 7px;
}

/* MODULES VOTES */

#small_block_left {
    margin-top: 20px;
    position: relative;
}

.vote_res_small_on {
    background-color:#A6A4A4;
    border-top:1px #787878 solid;
    border-bottom:1px #787878 solid;
}

.vote_res_on {
    background-color:#A6A4A4;
    border-top:1px #787878 solid;
    border-bottom:1px #33626f solid;
}

.vote_res_small_off {
    border-top:1px #787878 solid;
    border-bottom:1px #787878 solid;
}

.vote_res_off {
    border-top:1px #787878 solid;
    border-bottom:1px #787878 solid;
}

/* MODULES STICKERS */

.stickers td {
    vertical-align: top;
    text-align: left;
}

.stickers .small_row {
    border: 0px;
}

.stickers .small_row_dashed {
    border: dashed #ccc 1px;
}

.stickers .small_header {
    line-height: 16px;
}

.stickers .small_header a {
    text-decoration: none;
    border-bottom: dashed 1px;
}

.stickers .small_announce {
    padding: 3px;
}

.stickers .small_Hsplitter img {
    width: 20px;
    height: 1px;
}

.stickers .small_Vsplitter img {
    width: 1px;
    height: 20px;
}

/* 6. E-COMMERCE ****************************************************************************************************/

#cartPopupWindow #cart_is_empy, #cartPopupWindow #my_cart {
    display: none;
}

#buttons_popup_cart {
    display: none;
}

#cartPopupWindow #buttons_popup_cart {
    display: block;
}

#eshopCartEmpty div {
    float: left;
    padding-right: 5px;
}

#cartPopupWindow #eshopCartEmpty div {
    float: none;
    padding-top: 4px;
}

#cart_buy {
    background: url(_mod_files/ce_images/template_images/eshop_cart_button.gif) no-repeat;
    float: left;
    height: 30px;
    margin-top: 8px;
    width: 124px;
}

#cart_img {
    float: left;
    width: 49px;
    height: 55px;
    margin-right: 15px;
}

#cartPopupWindow #eshopCartEmpty {
    top: 13px;
    position: relative;
}

#cartPopupWindow #buttons_popup_cart {
    padding-top: 13px;
}

select#paymentMethods {
    color: #000000;
}

.steps{
    list-style: none;
    margin:0;
    overflow: hidden;
    width:100%;
}

.steps li{
    float:left;
    height:35px;
    padding: 19px 0 0 0px;
    font-size: 12px;
}

.steps li b{
    font-size: 14px;
}

li.act_step1{
    background:url(_mod_files/ce_images/template_images/act_step.png) no-repeat 0 0;
    width:210px;
    color:#fff;
}

li.act_step1 span{
    padding-left:15px;
}

li.pass_step1 span{
    padding-left:19px;
}

li.pass_step1{
    background:url(_mod_files/ce_images/template_images/passed_step1.png) no-repeat 0 0;
    width:210px;
    color:#479d18;
}

li.next_step{
    background:url(_mod_files/ce_images/template_images/next_step.png) no-repeat 0 0;
    width:251px;
    color:#bdbdbd;
    margin-left: -11px;
}

li.next_step span{
    padding-left:35px;
}

li.last_step{
    background:url(_mod_files/ce_images/template_images/last_step.png) no-repeat 100% 0;
    width:276px;
    color:#bdbdbd;
    margin-left: -11px;
}

li.last_step span{
    padding-left:55px;
}

li.act_step2{
    background:url(_mod_files/ce_images/template_images/act_steps.png) no-repeat 0 0;
    width:251px;
    color:#fff;
    margin-left: -11px;
}

li.act_step2 span{
    padding-left:36px;
}

li.pass_steps{
    background:url(_mod_files/ce_images/template_images/passed_steps.png) no-repeat 0 0;
    width:251px;
    color:#479d18;
    margin-left: -11px;
}

li.pass_steps span{
    padding-left:33px;
}

li.act_last_step{
    background:url(_mod_files/ce_images/template_images/act_last_step.png) no-repeat 0 0;
    width:276px;
    color:#fff;
    margin-left: -11px;
}

li.act_last_step span{
    padding-left:33px;
}

.cat_item_eshop a,.cat_item_eshop a:hover,.cat_item_eshop a:visited{
    color: #000000 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.eshop_list_item_row .eshop_title{
    padding:0 0 15px 0;
    height:30px;
}

#grid .eshop_list_item_row{
    text-align: center;
    float: left;
}

#grid .name {
    font-size: 12px !important;
    font-weight: bold;
	text-transform: uppercase;
	color: #000 !important;
}

.compare_script_bottom a {
    display: inline-block;
    padding-right: 20px;
    padding-top: 20px;
}

.compare__item-image .eshop_image {
    float: none;
    margin: 0;
    padding: 0;
}

.compare__selected_items_row-list {
    display: none;
}

.compare__selected_items_row {
    padding: 0 0 4px;
}

.items_sort a {
    cursor: pointer;
}

.items_sort a:hover {
    color: #8B8B8B;
}

.grid_on {
    color: #000;
}

.grid_off {
    color: #8B8B8B;
}

#grid {
    display: table;
}

#grid .div_table {
    display: table;
    width: 100%;
}

#grid .div_tr {
    display: table-row;
}

#grid .div_td {
    display: table-cell;
    vertical-align: top;
}

#grid .custom_fiels, #grid .announce {
    display: none;
}

#grid .eshop_cat_item_Vsplitter, #grid .eshop_cat_cat_item_Vsplitter {
    background: none;
}

#grid .eshop_list_item_row {
    width: 188px;
}

.list_on, .sort_on {
    color: #000;
}

.list_off, .sort_off {
    color: #8B8B8B;
}

#list .item_small_picture {
    width: 80px;
    border: 1px solid #CCCCCC;
}

#list .name {
    font-size: 14px;
}

#list .custom_fiels {
    margin-left: 100px;
    margin-bottom:20px;
    width: 245px;
}

#list .prices {
    margin-left: 100px;
    width:188px;
}

#list .eshop_cat_item_Hsplitter {
    background: none;
    height: 40px;
}

#list .eshop_cat_item_Vsplitter {
    background: none;
    border-bottom: 0px;
    height: 20px;
}

#list .addtocomparsion {
    margin-left: 95px;
    float: none;
    left: -137px;
    position: relative;
}

#list .item_other_price {
    padding-bottom: 15px !important;
}

#list .announce {
    display: block;
    margin-left: 105px;
    margin-top: -88px;
}

#list .rating {
    margin-top: 20px;
    margin-left: 100px;
}

#list .small_picture_wrapper {
    width: 80px;
    height: 80px;
}

#list .forum {
    margin-left: 100px;
}

.eshop_agreement {
    text-align: center;
}

.eshop_agreement_button {
    display: inline-block;
}

.filter_box input.btn {
    margin-top: 15px;
}

.forum {
    margin: 10px 0px;
}

.currency_list {
    font-size:9px;
    color:#000000;
    font-weight:bold;
}

#flt_search_subcat, .check {
    zoom:0.8;
}

#left_btn {
    margin-top: 10px;
}

#propery_table {
    margin: 10px 0px;
}

.spec_eshop_tree_links {
    line-height: 1.5em;
}

.spec_eshop_tree_links .level_0 a:link , .spec_eshop_tree_links .level_0 a:visited,.spec_eshop_tree_links .level_0 a:active, .spec_eshop_tree_links .level_0 a:hover {
    text-decoration: underline;
    font-size: 1.2em;
    text-transform: uppercase;
}

.spec_eshop_tree_links .level_0 a:hover {
    text-decoration: none;
}

.spec_eshop_tree_links .level_1 a:link , .spec_eshop_tree_links .level_1 a:visited,.spec_eshop_tree_links .level_1 a:active, .spec_eshop_tree_links .level_1 a:hover {
    text-decoration: underline;
    font-size: 1em;
    text-transform: none;
}

.spec_eshop_tree_links .level_1 a:hover {
    text-decoration: none;
}

.spec_eshop_tree_links .level_2 {
    margin-left: 15px;
}

.spec_eshop_tree_links .level_2 a:link , .spec_eshop_tree_links .level_2 a:visited,.spec_eshop_tree_links .level_2 a:active, .spec_eshop_tree_links .level_2 a:hover {
    text-decoration: underline;
    font-size: .9em;
    text-transform: none;
}

.spec_eshop_tree_links .level_2 a:hover {
    text-decoration: none;
}

.spec_eshop_tree_links .level_3 {
    margin-left: 15px;
}

.spec_eshop_tree_links .level_3 a:link , .spec_eshop_tree_links .level_3 a:visited,.spec_eshop_tree_links .level_3 a:active, .spec_eshop_tree_links .level_3 a:hover {
    text-decoration: underline;
    font-size: .9em;
    text-transform: none;
}

.spec_eshop_tree_links .level_3 a:hover {
    text-decoration: none;
}

.spec_eshop_tree_links2 {
    margin: 0 auto;
}

.spec_eshop_tree_links2 .lev1 a:link, .spec_eshop_tree_links2 .lev1 a:visited, .spec_eshop_tree_links2 .lev1 a:active, .spec_eshop_tree_links2 .lev1 a:hover {
    font: bold 1.1em arial, tahoma, verdana;
    text-transform: uppercase;
}

.spec_eshop_tree_links2 .lev2 a:link, .spec_eshop_tree_links2 .lev2 a:visited, .spec_eshop_tree_links2 .lev2 a:active, .spec_eshop_tree_links2 .lev2 a:hover {
    font: normal 0.8em arial, tahoma, verdana;
}

.spec_eshop_tree_links2 .item_small_picture {
    float: left;
    margin-right: 20px;
}

.catalog_ul_row a {
    color: #000 !important;
}

.catalog_ul_row ol a {
    margin-top: 0 !important;
    font-weight: normal !important;
    color: #14688C !important;
    padding: 2px 0;
    display: block;
}

.catalog_ul_row {
    background: url("_mod_files/ce_images/template_images/top_menu_row2.jpg") repeat-x bottom #FDE602;
    border-radius: 0 5px 5px 5px;
    box-shadow: 1px 1px 1px 0 #555555;
    margin-left: -13px;
    padding: 0 10px 10px 15px;
    *padding: 10px 10px 10px 15px;
    position: absolute;
}

.catalog_ul_row li a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-right: 0;
    margin-top: 15px;
    padding-top: 0;
}

.menu_catalog_item_2 {
    float: left;
}

.menu_catalog_item {
    padding-left: 12px;
    padding-right: 28px;
    padding-top: 8px;
    float: left;
    padding-right: 30px;
}

.menu_catalog_item:hover .menu_catalog_rows a {
    border-bottom: 0;
}

.menu_catalog_rows {
    padding-bottom: 1px;
}

.menu_catalog_rows a {
    color: #000 !important;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #000;
}

.menu_catalog_item:hover {
    box-shadow: 1px 1px 2px 0 #777;
    background: #FEE601;
    border-radius: 5px 5px 0 0;
}

.menu_catalog_item:hover .top_menu_on {
    background: url(_mod_files/ce_images/template_images/top_menu_on.gif) 0px -10px no-repeat;
}

.top_menu_on {
    position: absolute;
    background: url(_mod_files/ce_images/template_images/top_menu_on.gif) no-repeat;
    height: 10px;
    margin-left: 5px;
    margin-top: 5px;
    width: 10px;
}

.catd_row {
    vertical-align: top;
}

.catd_row .cat_small_picture {
    margin-right: 20px;
}

.catd_row .catd_subcategory_list {
    margin-top: 10px;
}

.catd_row .catd_count_items {
    padding: 0px 5px;
}

.catd_row a.catd_name:link, .catd_row a.catd_name:active, .catd_row a.catd_name:visited, .catd_row a.catd_name:hover {
    font-size: 1.35em;
}

.catd_row .cat_small_picture {
    margin-right: 15px;
}

.catd_Hsplitter img {
    width: 10px;
}

.catd_Vsplitter img {
    height: 25px;
}

.eshop_list_item_row a.name:link, .eshop_list_item_row a.name:active,.eshop_list_item_row a.name:visited, .eshop_list_item_row a.name:hover {
	margin-bottom: 10px;
    font-size: 1.4em;
}

.eshop_list_item_row .custom_fiels {
    margin-top: 10px;
}

.eshop_list_item_row .rating {
    margin-top: 15px;
    float: left;
    padding-left: 8px;
    font-size: 0.95em;
    color:#000;
}

.eshop_list_item_row .addtocomparsion {
    margin-top: 10px;
}

.eshop_list_item_row .addtocomparsion a {
    font-size: 0.95em;
}

.eshop_list_item_row .search_path {
    margin-bottom: 10px;
}

.eshop_list_item_row .search_path a.name {
    display: inline !important;
    margin: 0px !important;
}

.eshop_list_item_row .index {
    font-weight: bold;
    font-size: 1em;
}

.eshop_cat_item_Hsplitter, .eshop_cat_cat_item_Hsplitter {
    width: 1px;
	border-left: solid #fff 20px;
    border-right: solid #fff 20px;
}

.eshop_cat_item_Vsplitter, .eshop_cat_cat_item_Vsplitter {
    height: 1px;
    background: #d9d9d9;
    border-top: solid #fff 20px;
    border-bottom: solid #fff 20px;
}

.eshop_cat_cat_item_Hsplitter {
    border-left: solid #f9f9f9 20px;
    border-right: solid #f9f9f9 20px;
}

.eshop_cat_cat_item_Vsplitter {
    border-top: solid #f9f9f9 20px;
    border-bottom: solid #f9f9f9 20px;
}

.eshop_cat_item_list {
	background: #f9f9f9;
    padding: 10px;
    margin-top: 15px;
}

.eshop_cat_item_list .header {
    display: block;
    margin-bottom: 10px;
}

.eshop_list_item_row .item_other_price .price_price {
    float: left;
    position: relative;
}

.eshop_list_item_row .item_other_price .price_original {
    left: 95px;
}

.eshop_list_item_row .item_other_price {
    position: relative;
}

.eshop_list_item_row .item_other_price .price_caption {
    clear: both;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    padding-left: 5px;
}

.eshop_list_item_row .item_other_price .price_null {
    font-size: 12px;
}

.item_base_price, .search_item_base_price {
    padding: 0px 0px;
    position:relative;
    min-height:30px;
}

.item_base_price .buy_form a {
    top: 1px;
}

.item_other_price {
    padding: 5px 0;
}

.item_base_price .price_caption{
    font-weight: bold;
    padding-right: 10px;
    display:none;
}

.eshop_list_item_row .price_original, .item_other_price .price_original {
    text-decoration: line-through;
    margin-right: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    left: 11px;
    position: absolute;
    top: 17px;
}

.eshop_list_item_row .price_price, .item_other_price .price_price {
    background: url("_mod_files/ce_images/template_images/price_spec.png") no-repeat 0 0;
    color: #000000 !important;
    padding: 8px 15px 7px 7px;
    width: 73px;
}

.eshop_list_item_row .price_price {
    position: absolute;
    left: 5px;
    margin-top: -15px;
}

.eshop_list_item_row .buy_form a{
    background: url("_mod_files/ce_images/template_images/add_cart_but.png") no-repeat 0 0;
    color: #FFFFFF !important;
    font-weight: bold;
    margin-top: -12px;
    padding: 5px 6px 6px 8px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    font-size: 0.9em;
    width: 57px;
}

.item_base_price .price_null, .item_other_price .price_null {
    color: #000000;
    font-size: 14px;
}

.eshop_list_item_row .buy_form, .item_other_price .buy_form {
    display: inline;
}

.item_base_price .txt, .item_other_price .txt {
    width: 30px;
    display:none;
}

.item_base_price .price_txt {
    margin-right: 10px;
}

.item_other_price .price_caption {
    display: block;
}

/* E-COMMERCE ITEM DETAILS */

.itemD_detail .item_other_price .price_original {
    left: 90px;
    position: relative;
    top: -15px;
}

.itemD_detail {
    width: 100%;
}

.itemD_detail .name {
    font-size: 22px;
    margin-bottom: 20px;
}

.itemD_detail h1{
    font-size: 24px;
}

.itemD_detail .small_picture_wrapper {
    margin-bottom: 21px;
}

.itemD_detail .property_data {
    padding-top: 10px;
}

.itemD_property_name {
    color: #323232;
}

.property_data .itemD_property select {
    margin: 2px 8px;
}

.comment_shipping_row {
    display: block;
    font-size: 11px;
    padding-bottom: 10px;
}

.user_source_app_buttons {
    display: none;
}

.member_forum_watch_menu {
    display: inline-block;
    position: relative;
}

.small_picture_wrapper a,.small_picture_wrapper a:hover,.small_picture_wrapper a:visited{
	padding:0 0 0 24px;
    display:block;
    background:url(_mod_files/ce_images/template_images/loupe.gif) no-repeat 0 100%;
    color:#000;
    font-size: 12px;
}

.small_picture_wrapper a img {
    margin:0 0 -2px -24px;
    text-decoration:none;
}

.itemD_detail .itemD_small_picture {
    float: left;
    margin-right: 15px;
}

.itemD_detail .custom_field_all {
    margin-bottom: 0px;
    color:#999999;
    line-height: 1.5;
}

.itemD_detail .custom_field_all b {
    font-weight:normal;
    color:#323232;
}

.itemD_detail .custom_field_all a,.itemD_detail .custom_field_all a:hover,.itemD_detail .custom_field_all a:visited{
    color:#1576a8;
}

.custom_field_all .instock {
    color:#65950e;
    text-transform: lowercase;
}

.custom_field_all .outstock{
    color:#c44030;
    text-transform: lowercase;
}

.itemD_detail .base_price {
    padding-top:7px;
}

.itemD_detail .add_to_comparison {
    display:none;
    margin-top: 40px;
}

.itemD_detail .eshop_digitals_info {
    clear: both;
}

.itemD_detail .description {
    color:#323232;
}

.itemD_detail .forum {
    clear: both;
    overflow: hidden;
    margin-top: 25px;
}

.itemD_detail .rating {
    margin-top: 15px;
    background: #f7f4e9;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    padding:12px 17px 15px 20px;
    width:157px;
    height:107px;
    color:#323232;
    font-family:Tahoma;
    position:relative;
}
/*
.rating span {
    text-transform: lowercase;
}*/

.itemD_detail .rating span {
    text-transform: lowercase;
}

.itemD_detail .rating b{
    color:#000;
    font-size:14px;
    font-weight:normal;
}

.itemD_detail .rating select{
    color:#000;
    width:157px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border:1px solid;
}

.itemD_detail .rating input{
	padding:0;
    color:#fff;
    font-weight:bold;
    width:75px;
    height:25px;
    left: 20px;
    position: absolute;
    top: 93px;
}

.itemD_detail .replies{
    background: url("_mod_files/ce_images/template_images/repl.png") no-repeat 0 0;
    padding:0 0 0 23px;
    color:#000;
    font-size:12px;
    margin:12px 0 0 6px;
    font-style:italic;
}

.itemD_detail .replies span{
    font-style:normal;
}

.itemD_detail .itemD_custom_field_multi_related_items_list {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.itemD_detail .itemD_custom_field_multi_related_items, .itemD_detail .itemD_custom_field_multi_related_cats {
    margin-right: 30px;
    float: left;
    text-align: center;
    padding-top:25px;
}

.itemD_detail .price_price{
    background: url("_mod_files/ce_images/template_images/price_spec.png") no-repeat 0 0;
    color: #000000;
    padding: 6px 10px 7px 7px;
    font: normal 15px Tahoma;
    display:block;
    width:79px;
}

.itemD_detail .buy_form {
    margin-top:16px;
    display: block;
}

.itemD_detail .price_original{
    font-family:Tahoma;
    color:#000;
    text-decoration: line-through;
    font-size:12px;
    padding-right:8px;
}

.itemD_detail .buy_form a,.itemD_detail .buy_form a:hover,.itemD_detail .buy_form a:visited{
    display:inline-block;
    background: url("_mod_files/ce_images/template_images/add_cart_but.png") no-repeat 0 0;
    color: #FFFFFF !important;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    width:71px;
    height:24px;
    padding: 4px 0px 0px 0px;
    text-align:center;
}

.itemD_detail .txt{
    color:#000;
    display:inline;
    width:48px;
    border:1px solid #bfc2ca;
    border-radius:2px;
}

.itemD_detail .block_pict{
    float:left;
    width:220px;
}

.itemD_detail .block_cust{
    float:left;
    width:180px;
    padding:0 20px;
}

.itemD_detail .block_prices{
    float:left;
    width:198px;
}

.itemD_detail .block_info{
    clear:both;
    padding:43px 0 0 0;
}

.itemD_custom_field_multi_related_items{
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    width: 188px;
}

.itemD_custom_field_multi_related_items_title{
    font-weight: bold;
    height:30px;
    padding-bottom: 15px;
}

.itemD_custom_field_multi_related_items_title a,.itemD_custom_field_multi_related_items_title a:hover,.itemD_custom_field_multi_related_items_title a:visited{
    color: #4490B2;
    font-size: 12px;
}

.itemD_custom_field_multi_related_items_row{
    position:relative;
}

.block_pict .slider_announce_list{
    width:186px;
}

.block_pict .slider_announce_list img{
    float: left;
    width:54px;
    height:54px;
    border:1px solid #dddddd;
    margin:0 3px;
}

.imagetapeControlSmall.left.disabled {
    background: url("_mod_files/ce_images/template_images/arr_left.gif") no-repeat 50% 50%;
    opacity: 0.6;
    float: left;
    cursor:default;
    height:56px;
}

.imagetapeControlSmall.right.disabled {
    background: url("_mod_files/ce_images/template_images/arr_right.gif") no-repeat 50% 50%;
    opacity: 0.6;
    float: left;
    cursor:default;
    height:56px;
}

.imagetapeControlSmall.right {
    background: url("_mod_files/ce_images/template_images/arr_right.gif") no-repeat 50% 50%;
    margin-left: 5px;
    width: 9px;
    float: left;
    cursor:pointer;
    height:56px;
}

.imagetapeControlSmall.left {
    background: url("_mod_files/ce_images/template_images/arr_left.gif") no-repeat 50% 50%;
    margin-right: 5px;
    width: 9px;
    float: left;
    cursor:pointer;
    height:56px;
}

.itemD_detail .browse_item_row{
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    width: 188px;
}

.browse_item_row_title{
    font-weight: bold;
    height: 30px;
    padding-bottom: 15px;
}

.browse_item_row_title a,.browse_item_row_title a:hover,.browse_item_row_title a:visited{
    color: #4490B2;
    font-size: 12px;
}

.browse_item_row_price .txt{
    display:none;
}

.browse_item_row_price .price_price{
    font:bold 1em Arial;
    position: absolute;
    top:-30px;
    left:0;
}

.browse_item_row_price .price_original{
    position: absolute;
    top:2px;
    left:0;
}

.browse_item_row_price .buy_form a,.browse_item_row_price .buy_form a:hover,.browse_item_row_price .buy_form a:visited{
    position: absolute;
    top:-27px;
    right:10px;
    font-size:0.9em;
}

.home_special_row {
    position: relative;
}

.eshop_list_small_special_row {
    position: relative;
}

.announce_title_spec {
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 15px;
    height: 30px;
}

.announce_title_spec a {
    display: inline !important;
}

.announce_title_spec .cat_item_eshop a {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px;
}

.eshop_list_small_special_row .price_caption {
    display: none;
}

.eshop_list_small_special_row .price_price {
    background: url(_mod_files/ce_images/template_images/price_spec.png) no-repeat;
    color: #000000 !important;
    left: 5px;
    margin-top: -15px;
    padding: 8px 15px 7px 7px;
    position: absolute;
    width:73px;
}

.eshop_list_small_special_row .buy_form a {
    background: url("_mod_files/ce_images/template_images/add_cart_but.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    font-weight: bold;
    margin-top: -40px;
    padding: 5px 6px 6px 8px;
    position: absolute;
    right: 5px;
    text-decoration: none;
}

.eshop_list_small_special_row .buy_form a:hover {
    opacity: 0.75;
}

.eshop_list_small_special_row .price_original {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    left: 11px;
    position: absolute;
    top: 17px;
}

.eshop_list_small_special_row .small_special_base_price {
    height: 20px;
    padding-bottom: 0px;
}

.eshop_list_small_special_row .rating {
    float: left;
    padding-left: 8px;
}

.eshop_spec_row_slider {
    text-align: center;
    width: 188px;
    float: left;
    margin-right: 4px;
    margin-left: 4px;
}

.imagetapeControl.right {
    width: 20px;
    margin-left: 15px;
    background: url(_mod_files/ce_images/template_images/control_right.jpg) no-repeat scroll 50% 50% transparent;
}

.imagetapeControl.left {
    width: 20px;
    margin-right: 15px;
    background: url(_mod_files/ce_images/template_images/control_left.jpg) no-repeat scroll 50% 50% transparent;
}

.slider_announce_list {
    position: relative;
    width:588px;
    overflow:hidden;
    float:left;
}

.slider_announce_list:before {
    position: absolute;
    left: 0px;
    background: url(_mod_files/ce_images/template_images/bg_opacity_left.png) repeat-y;
    height: 178px;
    width: 20px;
    color: transparent;
    z-index: 1;
    content: '';
}

.slider_announce_list:after {
    position: absolute;
    right: 0px;
    background: url(_mod_files/ce_images/template_images/bg_opacity_right.png) repeat-y;
    height: 178px;
    width: 20px;
    color: transparent;
    z-index: 1;
    content: '';
}

.imagetapeControl.left.disabled {
    background: url(_mod_files/ce_images/template_images/control_left_dis.jpg) no-repeat scroll 50% 50% transparent;
    opacity: 1;
}

.imagetapeControl.right.disabled {
    background: url(_mod_files/ce_images/template_images/control_right_dis.jpg) no-repeat scroll 50% 50% transparent;
    opacity: 1;
}

.hidden_control {
    visibility: hidden;
}

#spec_announce_block_page .eshop_list_small_special_row {
    padding: 0px 0px 30px 0px;
}

#spec_announce_block_page .eshop_list_small_special_row {
    width: 210px;
}

#spec_announce_block_page .slider_announce_list {
    width: auto;
}

.catd_Hsplitter {
    width: 23px;
}

.catd_row .count_items {
    color: #999;
    font-size: 12px;
}

.catd_name_item a {
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: bold;
}

.catd_name_item {
    padding-bottom: 12px;
    padding-top: 15px;
}

.catd_detail_description {
    width: 656px;
}

.items_sort {
    float: none;
    text-align: left;
}

.items_sort a {
    color: #4490B2 !important;
    font-weight: bold;
    font-size: 12px;
    margin-top: 1px;
}

.items_sort .grid_on, .items_sort .list_on {
    color: #636979 !important;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
}

#sort_select_panel a {
    float: right;
    padding: 0px 15px;
}

#sort_select_panel img {
    float: right;
    margin-top: 4px;
    margin-left: -11px;
}

#grid_but {
    background: url("_mod_files/ce_images/template_images/icon_table.jpg") no-repeat;
    padding-left: 22px;
    display: inline-block;
    width: 55px;
}

#list_but {
    background: url("_mod_files/ce_images/template_images/icon_list.jpg") no-repeat;
    padding-left: 22px;
    display: inline-block;
    width: 50px;
}

#sort_select_panel {
    float: left;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 5px 28px;
}

#sort_select_panel span {
    color: #333333;
    font-weight: bold;
}

#select_viev_panel {
    float: right;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 5px 15px;
    margin-left: 12px;
}

.itemD_detail .custom_field_all img {
    top: 3px;
    position: relative;
}

#comment_forum div {
    color: #4E4E4E;
}

#comment_forum a {
    color: #4490B2;
}

.top_user_block {
    background: none;
}

/* QuestBook */


.front_edit_msg, .quest_subject_item_row, .quest_answer_for, .forum_topic, .forum_front_edit,
.forum_tr_create_topic, .discussion_front_edit, .discussion_span_answer_for {display: none;}
.quest_item_row {background: #f5f5f5; height: 28px; padding: 0px 10px;}
.quest_item_row_block {float: left;}
.quest_split {clear: both;}
.quest_bb_preview, .forum_bb_preview {text-align:center;display:none}
.quest_preview, .forum_preview {width:100%; margin-bottom:3px; display:none;}
.quest_attach_icon {text-align: right;}
.quest_pager, .quest_bbprev_input {text-align: center;}
.quest_forum_form {text-align: left;}


/* Forum */


.forum_cat_row {padding:0px;border:0px;}
.forum_inline_block {display: inline;}
.forum_itemd_row {border-right:0px;}
.forum_sign, .forum_split {border: 0; padding: 0;}
.forum_itemp_row {padding-bottom: 10px;}
.forum_hr_margin {margin-top:10px;}
.forum_sign, .forum_split, .forum_sign > b > a{ color: #FFF;}


/* Discussion */

.users_source_app__title, .users_source_app__btn {
    float: left;
}

.users_source_app__btn {
    padding-left: 5px;
    position: relative;
    top: -3px;
}

.discussion_item_row {float: left; padding-right: 5px;}
.discussion_bb_preview {width:600px;text-align:center;display:none;}
.discussion_amiroTEdDivPreview {width:600px;margin-bottom:3px;display:none;padding:3px;border-color:#808080;}



.ico_messages_forum {
    float: left;
    padding-right: 12px;
}

.ico_messages_forum img {
    width: 46px;
    height: 46px;
}

.message_window {
    border: 1px solid #C8C8C8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: -1px 1px 1px #E0E0E0;
    margin-bottom: 20px;
    margin-left: 55px;
    padding: 10px;
}

.com_one {
    background: url('_mod_files/ce_images/template_images/comm1.jpg') no-repeat;
    width: 8px;
    height: 16px;
    position: absolute;
    margin-left: -18px;
    margin-top: 9px;
}

.comment_two {
    background: #F7F2DF;
    border-color: #E1CD8E;
}

.com_img_left_two {
    background: url('_mod_files/ce_images/template_images/comm2.jpg') no-repeat;
}

#bar_but img {
    position: relative;
    top: 1px;
}

#bar_but a {
    padding-right: 10px;
}

#com_form_bot {
    text-align: left;
    border: 1px solid #BBBBBB;
    padding-left: 20px;
    width: 100%;
    background: url("_mod_files/ce_images/template_images/bg_com.jpg") repeat scroll 0 0 transparent;
border-collapse: separate;
}

#com_form_bot sub {
    display: none;
}

#com_preview {
	border: medium none;
    color: #3189B7;
    float: left;
    height: 27px;
    width: 210px;
}

#com_sub {
    background: url("_mod_files/ce_images/template_images/submit.jpg") no-repeat scroll 0 0 transparent;
    border: medium none;
    float: right;
    height: 25px;
    margin-left: 8px;
    margin-right: 21px;
    margin-top: 1px;
    width: 92px;
}

#com_sub, #com_preview {
    color: #fff;
    padding: 0px 0px 3px 0px;
}

/* E-COMMERCE HOME */

.eshop_list_small_special_row a.name:link, .eshop_list_small_special_row a.name:active,.eshop_list_small_special_row a.name:visited, .eshop_list_small_special_row a.name:hover {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.eshop_list_small_special_row .small_picture_wrapper {
    padding-right: 10px;
}

.eshop_list_small_special_row .spec_announce {
    margin-top: 10px;
    font-size: 0.95em;
}

.eshop_list_small_special_row .custom_fiels {
    margin-top: 10px;
}

.eshop_list_small_special_row .digitals {
    font-size: 0.95em;
}

.eshop_list_small_special_row .rating {
    font-size: 0.95em;
    margin-top: 15px;
}

.eshop_list_small_special_row .addtocomparsion {
    margin-top: 20px;
}

.eshop_list_small_special_row .addtocomparsion a {
    font-size: 0.95em;
}

.small_special_base_price, .small_special_base_price_variable, .small_special_base_price_null {
    padding-bottom: 10px;
}

.small_special_base_price .price_caption, .small_special_other_prices .price_caption,.small_special_base_price_variable .price_caption, .small_special_base_price_null .price_caption,.small_special_other_prices_null .price_caption {
    font-weight: bold;
    padding-right: 10px;
}

.small_special_base_price .price_original,.small_special_other_prices .price_original {
    text-decoration: line-through;
    margin-right: 10px;
}

.small_special_base_price .price_price,.small_special_other_prices .price_price, .price_price {
    color:#F7941C;
    font-weight: bold;
}

.small_special_base_price .buy_form, .small_special_other_prices .buy_form {
    margin-left: 10px;
    display: inline;
}

.small_special_base_price .txt, .small_special_other_prices .txt {
    width: 30px;
}

.small_special_base_price_null .price_null, .small_special_other_prices_null .price_null {
    font-size: 1.2em;
    color:#F7941C;
    font-weight: bold;
}

.small_special_base_price_variable .price_txt {
    margin-right: 10px;
}

.small_special_other_prices .price_price {
    margin-top: 0;
}

.small_special_other_prices .price_caption {
    display: block;
    font-weight: normal;
    padding-bottom: 3px;
}

.small_special_other_prices .buy_form a {
    margin-top: 3px;
}

.small_special_other_prices {
    height: 53px;
    padding-left: 5px;
    text-align: left;
    padding-top: 10px;
}

/* E-COMMERCE FILTER BOX */

.filter_box_row label{
    color:#646464;
}

.filter_box1{
    background:#FFEED2;
}

#two_block_filter div {
    border: 0 none;
}

#two_block_filter .items_small_filter {
    float: left;
    width: 125px;
}

#two_block_filter .bg_opcaity {
    display: none;
}

#two_block_filter {
    border: 1px solid #E6E6E6;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin-bottom: 20px;
    width: 257px;
}

#small_filter_catalog img {
    position: absolute;
    margin-left: 230px;
    margin-top: -28px;
}

#filter_two_block img {
    display: none;
}

#one_block_on {
    height: 158px;
}

#one_block_off {
    height: auto;
}

.items_small_filter {
    overflow: hidden;
}

.items_small_filter {
    position: relative;
}

.bg_opcaity {
    background: url(_mod_files/ce_images/template_images/bg_opacity2.png) repeat-x;
    position: absolute;
    bottom: 0;
    height: 45px;
    width: 245px;
    margin: 0 5px;
}

.items_small_filter {
    overflow: hidden;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

.filter_box td {
    font-size:13px;
}

.filter_box .txt {
    width:50px;
}

.search_box{
    margin-bottom:8px;
}

.search_box input.txt{
    font-size:1em;
    padding:0;
    border:1px solid #c0c4cc;
    width:474px;
    height:28px;
    border-radius:2px;
}

.search_box input.btn{
    display:none;
}

.filter_box_caption {
    display: block;
    color:#646464;
    padding-bottom: 2px;
}

.filter_box .sel, /*.filter_box .check,*/
 .filter_box .txt {
    vertical-align: middle;
    border-radius:2px;
    height: 28px;
    border:1px solid #c0c4cc;
    width:228px;
}

.filter_box_row td {
    line-height:20px;
}

.filter_box_prop_row td {
    padding-right: 15px;
}

.filter_box_hsplitter {
    width: 22px;
}

.filter_box_vsplitter {
    height: 8px;
}


#small_filter_catalog h2, #left_block_user_menu h2, .sm_tree h2, #small_referance_catalog h2 {
    padding: 10px;
    text-transform: uppercase;
    color: #0A0A0A;
    margin-left: 5px;
    font-weight: bold;
}

#two_block_filter .items_small_filter {
    padding-bottom: 0px;
}

.items_small_filter, .left_block_user_menu, #filter_two_block, .sm_tree {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    width: 257px;
    margin-bottom: 20px;
}

.sm_tree {
    width: auto;
}

#filter_two_block .items_small_filter {
    padding-bottom: 0px;
}

#filter_two_block div {
    border: 0px;
}

.left_block_user_menu {
    padding-bottom: 10px;
}

#small_filter_catalog a, #left_block_user_menu a, .sm_tree a, .sm_tree span, #small_referance_catalog a {
    background: url("_mod_files/ce_images/template_images/punkt.gif") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
}

#sub_right_block h2 {
    border: none;
}

#sub_flt_two .a_sp {
    width: 227px;
}

#sub_flt_two .a_sp {
    width: 227px;
}

.items_small_filter {
    padding-bottom: 20px;
}

.a_sp a {
    font-size: 12px;
}

.a_sp {
    border-bottom: 1px solid #E2E2E2 !important;
    margin: 0 15px;
    padding: 4px 0;
}


.close_but_custom {
    background: url("_img/close_alert.gif") no-repeat 0 -3px;
    height: 14px;
    margin-left: 3px;
    margin-top: 2px;
    position: absolute;
    width: 16px;
    cursor: pointer;
}

.a_sp_selected_div {
    background: url("_mod_files/ce_images/template_images/out_stock.png") no-repeat right !important;
}

.a_sp .selected {
    cursor: default;
    text-decoration: none !important;
    color: #C44030 !important;
    font-weight: bold;
    background: url(_mod_files/ce_images/template_images/punkt-active.gif) no-repeat left !important;
}

.filter_box_Block label img {
    padding: 0px 5px 0px 7px;
    position: relative;
    top: 1px;
}

.filter_box_Block label {
    padding-right: 15px;
}

.filter_box_row input {
    border-top: none;
}

/* E-COMMERCE CAT PATH */

.cat_path {
    margin-bottom: 25px;
    font-size: 1.3em;
}

.cat_path a:link,.cat_path a:visited, .cat_path a:active,.cat_path a:hover {
    font-size: 0.9em;
}

/* E-COMMERCE References */

.ref_small_splitter {
    height: 5px;
    line-height: 5px;
}

/* E-COMMERCE SORT BOX */

.items_sort {
    text-align: right;
    padding: 20px 0 50px 0;
}

/* E-COMMERCE COMPARE */

table.compare {
    border-left:1px #dddddd solid;
    border-top:1px #dddddd solid;
}

table.compare td {
    border:0px;
    color:#848484;
}

table.compare tr {
    border-bottom:1px solid #dddddd;
}

.compare__add-to-cart .eshop-item-small__price-actual {
    color: #000000;
}

table.compare td {
    border-bottom:1px solid #dddddd;
    border-right:1px solid #dddddd;
    font-size:0.95em;
    padding:5px 8px 5px 8px;
}

a.comp_del,a.comp_del:visited {
    background:#ff6600;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    padding:0px 5px;
}

a.comp_del:hover{
    color:#ffffff;
    text-decoration:none;
}

tr .sel {
    background:#ffffff;
}

 .compare_script_bottom {
    padding: 35px 0px 15px 0px;
}

.compare_small_link {
    float: left;
    width: 70px;
    padding-left: 10px;
}

.compare_small_clear_link {
	background: url(_mod_files/ce_images/template_images/compare_clear.jpg) no-repeat 0px 3px;
	margin-left: 110px;
	padding-left: 15px;
}

.compare_small_both {
    clear: both;
}

.compare_script_bottom a, .compare_script_bottom a:visited {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 15px 0 0;
    text-decoration: underline;
}

#compare_block_top {
    height: 54px;
    border-radius: 7px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-left: 20px;
    padding: 10px 15px;
    width: 206px;
}

.compare_small_body {
    overflow-y: auto;
    height: 38px;
    padding-right: 15px;
    padding-top: 6px;
}

.addtocomparsion {
    float: left;
    padding-left: 8px;
}

.compare_small_clear_link {
    background: url(_mod_files/ce_images/template_images/compare_clear.jpg) no-repeat 0px 3px;
    margin-left: 120px;
}

.compare_small_link {
    padding-left: 25px;
    background: url(_mod_files/ce_images/template_images/compare_refresh.jpg) no-repeat;
}

.compare_count {
    padding: 3px 0px;
}

.compare .sel_a {
    background: #F0F0F0;
}

.compare_script_bottom {
    padding: 0px 0 15px;
}

a.comp_del, a.comp_del:visited {
    background: url("_mod_files/ce_images/template_images/out_stock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 14px;
    width: 14px;
}

#compare_type_page {
    padding-bottom: 30px;
}

.search_page_type .addtocomparsion {
    left: 0 !important;
}

.search_page_type .announce {
    padding-top: 20px;
}

.search_page_type {
    padding-bottom: 30px;
}




/* QuestBook */

.front_edit_msg, .quest_subject_item_row, .quest_answer_for, .forum_topic, .forum_front_edit,
.forum_tr_create_topic, .discussion_front_edit, .discussion_span_answer_for {display: none;}
.quest_item_row {background: #f5f5f5; height: 28px; padding: 0px 10px;}
.quest_item_row_block {float: left;}
.quest_split {clear: both;}
.quest_bb_preview, .forum_bb_preview {text-align:center;display:none}
.quest_preview, .forum_preview {width:100%; margin-bottom:3px; display:none;}
.quest_attach_icon {text-align: right;}
.quest_pager, .quest_bbprev_input {text-align: center;}
.quest_forum_form {text-align: left;}

/* Forum */

.forum_cat_row {padding:0px;border:0px;}
.forum_inline_block {display: inline;}
.forum_itemd_row {border-right:0px;}
.forum_sign, .forum_split {border: 0; padding: 0;}
.forum_itemp_row {padding-bottom: 10px;}
.forum_hr_margin {margin-top:10px;}

/* Discussion */

.discussion_item_row {float: left; padding-right: 5px;}
.discussion_bb_preview {width:600px;text-align:center;display:none;}
.discussion_amiroTEdDivPreview {width:600px;margin-bottom:3px;display:none;padding:3px;border-color:#808080;}
.message_text {margin-left:55px; margin-bottom:16px;}

/* SYSTEM Text editor styles */

div.amiroTEdDivEditor{
    display: block;
}

div.amiroTEdDivPreview{
    border: 1px solid black;
    display: none;
    overflow: auto;
}

img.amiroTEdCtrl{
    border: 0px;
    cursor: pointer;
}

select.amiroTEdCtrl, input.amiroTEdCtrlButton{
    font: normal 0.9em Arial;
    text-decoration: none;
    color: #000000;
    margin-bottom: 4px;
    width: auto;
}

img.amiroTEdSep{
    border: 0px;
}

img.amiroTEdSmile{
    border: 0px;
    cursor: pointer;
}

div.amiroTEdDivResize{
    height: 4px;
    margin-top: 1px;
    background-color: #d4d0c8;
    border-bottom: 1px solid #808080;
    margin-bottom: 1px;
    cursor: s-resize;
}

span.amiroTEdMore{
    cursor: pointer;
    height: 25px;
    font: bold 1.3em arial;
    text-decoration: underline;
    color: #000000;
}

blockquote.edQuote {
    border-left: 2px solid #999999;
    margin: 0px;
    padding: 10px;
    margin-left: 15px;
    background: #f9f9f9;
}

PRE.edCode{
    margin:5px 0px 5px 16px;
    width: 500px;
    overflow: auto;
    border: 1px dotted gray;
    padding: 5px;
}

/* SYSTEM Text editor styles */

textarea.inp-h{
    display: none;
}

/* Suggestions control */

div.suggestionDiv{
    position: absolute;
    padding-top: 2px;
    border: 1px solid #848484;
    background: #fff;
    overflow: hidden;
    display: none;
    z-index: 100;
}

div.suggestionRow, div.suggestionRowselected{
    padding: 1px 3px 0px 3px;
    cursor: default;
    white-space: nowrap;
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
}

div.suggestionRow a, div.suggestionRowselected a{
    padding-left: 6px;
    font-size: 11px !important;
}

div.suggestionRowselected{
    background: #5fabfe;
    color: #fff;
}

div.suggestionRowselected a{
    color: #fff !important;
}

div.suggestionRowExact{
    font-weight: bold;
}

div.suggestionRowAllResults{
    margin: 6px 0px 0px 0px;
}

div.suggestionResult, div.suggestionResultFirst{
    margin: 8px 3px 3px 3px;
    padding-top: 6px;
    border-top: 1px solid #848484;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
}

div.suggestionResultFirst{
    margin-top: 0px;
    padding-top: 1px;
    border-top: 0px;
}

div.suggestionRow a.suggestionAllResults, div.suggestionRowselected a.suggestionAllResults{
    padding-left: 0px;
    font-weight: bold;
    font-size: 11px;
}

div.suggestionMinWidth{
    line-height: 0px;
    height: 0px;
}

/* MediaBox control */

.MediaBox_shadow{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
}

* html .MediaBox_shadow{
    position: absolute;
}

.MediaBox{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 100001;
}

* html .MediaBox{
    position: absolute;
}

.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    position: absolute;
    overflow: hidden;
}

.MediaBox_shadowL, .MediaBox_shadowR{
    width: 15px;
    height: 100%;
    background: url(_img/ami_jsapi/shade-v.png) repeat-y;
}

.MediaBox_shadowL{
    left: -15px;
    top: 0px;
}

.MediaBox_shadowR{
    right: -15px;
    top: 0px;
    background-position: -15px 0px;
}

.MediaBox_shadowT, .MediaBox_shadowB{
    width: 100%;
    height: 15px;
    background: url(_img/ami_jsapi/shade-h.png) repeat-x;
}

.MediaBox_shadowT{
    left: 0px;
    top: -15px;
}

.MediaBox_shadowB{
    left: 0px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    width: 15px;
    height: 15px;
    background: url(_img/ami_jsapi/shade-c.png) no-repeat;
}

.MediaBox_shadowLT{
    left: -15px;
    top: -15px;
}

.MediaBox_shadowRT{
    right: -15px;
    top: -15px;
    background-position: -15px 0px;
}

.MediaBox_shadowLB{
    left: -15px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowRB{
    right: -15px;
    bottom: -15px;
    background-position: -15px -15px;
}

.MediaBox_speckLT{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_speckRB{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_close{
    position: absolute;
    width: 39px;
    height: 39px;
    right: -20px;
    top: -20px;
    background: url(_img/ami_jsapi/close.png);
    cursor: pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
}

.MediaBox_container{
    margin: 10px 10px;
}

/* Black version */

.MediaBoxBlack{
    background: #000;
}

.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{
    background-image: url(_img/ami_jsapi/glass-frame-v.png);
}

.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{
    background-image: url(_img/ami_jsapi/glass-frame-h.png);
}

.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{
    background-image: url(_img/ami_jsapi/glass-frame-c.png);
}

.MediaBoxBlack .MediaBox_speckLT{
    background-image: url(_img/ami_jsapi/glass-frame-c2lt.png);
}

.MediaBoxBlack .MediaBox_speckRB{
    background-image: url(_img/ami_jsapi/glass-frame-c2rb.png);
}

.MediaBoxBlack .MediaBox_close{
    right: -25px;
    top: -25px;
    background-image: url(_img/ami_jsapi/glass-frame-close.png);
}

.MediaBoxBlack .MediaBox_loader{
    background-image: url(_img/ami_jsapi/loader-black.gif);
}

.MediaBoxBlack .MediaBox_container{
    margin: 0px 0px;
}

/* Multiselectbox */

div.mselectFrame{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #848484;
    overflow: auto;
}

div.mselectOption, div.mselectOptionselected{
    padding: 0px 2px;
    white-space: nowrap;
    cursor: default;
}

div.mselectOptionselected{
    background: #5fabfe;
    color: #fff;
}

img[data-ami-mbpopup],
.mb-image {
    cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
    z-index: 100002;
}

.MediaBox_group{
    margin: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

.MediaBox_header{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.MediaBox_url{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.MediaBox_description{
    padding: 10px;
    padding-bottom: 0px;
}

.MediaBox_imageArea{
    position: relative;
}

.MediaBox_previous{
    position: absolute;
    left: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-prev.png);
    cursor: pointer;
}

.MediaBox_next{
    position: absolute;
    right: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-next.png);
    cursor: pointer;
}

.MediaBox_container{
    position: relative;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

.MediaBox_zoom{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

.MediaBox_zoom a{
    font-style: italic;
}

#MediaBox_sliderPrevious{
    float: left;
    width: 10px;
    height: 20px;
    margin: 40px 0px 0px 10px;
    background: #00f;
    cursor: pointer;
}

#MediaBox_sliderNext{
    float: right;
    width: 10px;
    height: 20px;
    margin: 40px 10px 0px 0px;
    background: #00f;
    cursor: pointer;
}

.MediaBox .disabled{
    background: #ccf !important;
    cursor: default !important;
}

.MediaBox_slider{
    position: relative;
    overflow: hidden;
    height: 80px;
    margin: 10px 30px 0px 30px;
    white-space: nowrap;
}

.MediaBox_sliderImage{
    max-height: 80px;
    cursor: pointer;
}

.MediaBox_sliderDelimeter{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
}

.MediaBox_counter{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

/* ToolTip */

div.AMIToolTip{
    position: absolute;
    padding: 2px;
    border: 1px solid #000;
    background: #fff798;
}

/* Imagetape gadget */

.image_item_nopopup {
    border: 1px solid #ffffff;
    float:left;
    margin:2px;
    padding: 3px;
    cursor:pointer;
}

.image_item_nopopup_selected {
    border: 1px solid #cccccc;
    float:left;
    margin:2px;
    padding: 3px;
    cursor:pointer;
}

.imagetape_fullinfo {
    background: #FBFBFB;
    border-radius: 5px;
    color: #48526D;
}

.imagetape_fullinfo_select {
    background: #B9272A;
    border-radius: 5px;
    color: white;
}

.imagetape_fullinfo, .imagetape_fullinfo_select {
    margin-left: 5px;
    margin-right: 0px;
    font-weight: bold;
    border: none;
    padding: 4px 9px;
    cursor: pointer;
    position: relative;
}

.header_fullinfo {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

.description_fullinfo {
    padding-right: 10px;
    padding-bottom: 10px;
}

.left_imagetape_fullinfo {
    float: left;
}

.right_imagetape_fullinfo {
    float: right;
}

.bottom_imagetape_fullinfo {
    width: 100%;
    float: right;
    text-align: right;
}

.block_imagetape_fullinfo {
    background: #FFFFFF;
    float: left;
}

.imagetapeControl {
    cursor: pointer;
}

.imagetapeControl.left {
    float:left;
}

.imagetapeControl.right {
    float:left;
}

.imagetapeControl.up {
    background:url('_img/imagetape-up.png') 50% 50% no-repeat transparent;
    clear:both;
    height: 30px;
}

.imagetapeControl.down {
    background:url('_img/imagetape-down.png') 50% 50% no-repeat transparent;
    clear:both;
    height: 30px;
}

.imagetapeControl.disabled {
    cursor: default !important;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 50%;
}

/* User menu */

.user_menu_index {
    display: inline;
}

.user_profile {
    font-weight: bold;
    cursor: pointer;
}

.user_menu li {
    color: #ccc;
    cursor: default;
}

.user_menu_img {
    cursor: pointer;
    padding-left: 5px;
}

ul.user_menu {
    list-style-type: none;
    border: 1px solid #000000;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

ul.user_menu li {
    padding: 0px;
    margin: 10px;
}

.member_user_menu {
    position: relative;
}

.user_profile_on {
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.user_menu {
    z-index: 1000;
    padding-top: 10px;
    box-shadow: 0px 1px 5px #ccc;
    border: 1px solid #000000;
    top:-21px;
    left: -11px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

.user_menu_discussion {
    top: -21px;
}

.user_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.user_menu ul li {
    padding: 0px;
    margin: 10px;
}

.top_user_block {
    padding:3px;
    float: left;
}

/* My messages */

#my_messages {
    top: -2px;
    position: relative;
    background: url(_img/messages_front.png) no-repeat;
    width: 29px;
    height: 18px;
    text-align: center;
    display: inline-block;

    font-size: 10px;
    margin-left: 5px;
    padding-top: 2px;

}

#my_messages a {
    text-decoration: none;
    font-size: 10px;
    color: #000;
    position: relative;
    top: -1px;
}

/* 6.0 styles (Status Block) */
.status-block {
    display:block;
    background: #F0F0F0;
    border-radius:10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    margin:5px 0px 5px 2px;
    font-weight: normal;
    position:relative;
}

.status-icon{
    position:absolute;
    top:0px;
    left:3px;
    width:32px;
    height:32px;
}

.status-msgs{
    padding:15px;
}

.block-container {
    padding:10px 10px 10px 30px;
}

.status-red{
    color: #bc4702;
}

.status-black{
    color: #333;
}

.status-none{
    color: #004080;
}

/* User Rating extension */

.amiUserRatingControls {
    float: right;
    padding-left: 10px;
    padding-top: 1px;
}

.amiUserRatingControls .amiUserRatingDec, .amiUserRatingControls .amiUserRatingInc {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_minus {
    color: red;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_null {
    color: #ccc;
}

.amiUserRatingControls .amiUserRatingDec {
    background: url(_img/rating/hands.png) no-repeat -18px 1px;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingDec:hover {
    opacity: 1;
}

.amiUserRatingControls .amiUserRatingInc {
    background: url(_img/rating/hands.png) no-repeat 0 0;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingInc:hover {
    opacity: 1;
}

.amiUserRatingControls .amiItemRatingValue {
    color: green;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.amiUserRatingControls .user_rating_count {
    color: #ccc;
    padding: 0 3px;
}

.amiUserRatingMemberBg{
    margin-top: 8px;
    width: 102px;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft, .amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    /*background: url(_img/rating/stars/user_stars.gif) no-repeat;
    height: 13px;
    width: 75px;
    */
width: 59px;
    background: url(_img/rating/stars/users_stars_gray.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight .amiUserRatingMemberPositive {
    /*background: url(_img/rating/stars/starsgreen5.gif) no-repeat;
    height: 13px;
    */
background: url(_img/rating/stars/users_stars_green.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingControls .thanks_user, .amiUserRatingControls .thanks_user:hover {
    margin-top: -3px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 15px;
    width: auto;
    color: #000000;
    background: #efeaea;
    /* Old browsers */
	background: -moz-linear-gradient(top, #efeaea 0%, #eaeaea 50%, #cecece 100%);
    /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeaea), color-stop(50%,#eaeaea), color-stop(100%,#cecece));
    /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* IE10+ */
	background: linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
	opacity: 0.7;
}

.amiUserRatingControls .thanks_user:hover {
    opacity: 1;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft {
    border-right: 1px solid black;
    display: none;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    border-left: 1px solid white;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft .amiUserRatingMemberNegative{
    background-color: red;
    float: right;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberTitle{
    font-size: 10px;
}

.amiUserRatingControls div {
    line-height: 1.2 !important;
    font-size: 12px !important;
}



/* END SYSTEM */


.catalog_ul_row {
transition: 0.3s;
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
}

/* CUSTOM form STYLES */

.category_banner {
text-align: left;
height: 100%;
margin-left: -20px;
}

#pay_select_method {text-align: right; padding-top: 10px;}
#pay_select_method br {display: none;}
#pay_select_method input {margin-bottom: 10px;}
.pay_credit_button {text-align: right;}
.pay_with_credit {
        background: url(_local/eshop/pay_drivers/kupivkredit/kupivkredit.png) no-repeat;
        display: inline-block;
        height: 28px;
        width: 118px;
        margin-right: 5px;
        cursor: pointer;
}
.pay_with_credit_quest {
        background: url(_local/eshop/pay_drivers/kupivkredit/help.png) no-repeat;
        display: inline-block;
        height: 28px;
        width: 28px;
        cursor: pointer;
}
.pay_with_credit_help {
        position: relative;
        margin: -5px -10px -10px -14px;
        width: 784px;
        height: 750px;
        background: url(_local/eshop/pay_drivers/kupivkredit/kupivkredit_promo.jpg) no-repeat;
}
.close_pay_credit_popup {
        bottom: 33px;
        cursor: pointer;
        height: 75px;
        position: absolute;
        right: 117px;
        width: 215px;
}
.pages_name
{
display: none;
}



/* ___ */

.cart-small{
	display:inline-block;
	vertical-align:top;
	line-height:1.5em;
}
.cart-small__visual{
	display:none;
}
.cart-small__text{
	display:block;
	float:left;
}
.cart-small__title{
	display:block;
	color:#6D6D6D;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}
.cart-small__title:hover {
    color: #6D6D6D;
}
.cart-small__visual:hover+.cart-small__text>.cart-small__title{
	text-decoration:underline;
}
.cart-small__info{
	font-size:12px;
	color:#444;
}
.cart-small__info_is_empty{
	display:none;
}
.cart-small__info_not_empty{
	display:none;
}
.cart-small__success-message{
	display:none;
}
.cart-small__order-btn{
	display:none;
	background:#eee;
	clear:both;
	text-decoration: none;
}
.cart-small__cont-btn{
	display:none;
}
.cart-small_empty .cart-small__info_is_empty{
	display:block;
}
.cart-small_not_empty .cart-small__info_not_empty{
	display:block;
}
.cart-small_not_empty .cart-small__order-btn{
	display:inline-block;
}
.cart-small_type_success .cart-small__success-message{
	margin:10px 0;
	display:block;
	font-weight:700;
}
.cart-small_type_success .cart-small__info_not_empty{
	display:block;
	margin:10px 0;
}
.cart-small_type_success .cart-small__order-btn{
	display:block;
	float:left;
}
.cart-small_type_success .cart-small__cont-btn{
	display:block;
	float:left;
}
*+html .cart-small{
	zoom:1;
	display:inline;
}
* html .cart-small{
	zoom:1;
	display:inline;
}
.category-path{
	margin:10px 0;
}
.category-path__link::after{
	content:"";
	display:inline-block;
	width:0;
	height:0;
	border:5px solid transparent;
	border-left:5px solid #ccc;
	margin-left:5px;
	vertical-align:middle;
}
.chosen-properties{
	margin:0;
}
.chosen-properties:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.chosen-properties__header{
	font-weight:700;
	margin-bottom:10px;
}
.chosen-properties__property{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.chosen-properties__value{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-cat-detailed__description{
	display:block;
}
.eshop-cat-detailed__description::after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.eshop-cat-detailed__splitter{
	display:inline;
	width:2px;
	height:2px;
	background:#000;
}
.eshop-cat-detailed__description-image{
	float:left;
}
.eshop-cat-detailed__description::after{
	content:"";
	display:block;
	clear:both;
}
.eshop-item-detailed__cart-quantity{
	text-align:right;
}
.eshop-cat-list{
	display:block;
	text-align:justify;
	word-spacing:-4px;
}
.eshop-cat-small{
	display:inline-block;
	margin-bottom:15px;
	min-width:130px;
	word-spacing:normal;
	word-spacing:0;
	text-align:center;
	vertical-align:top;
}
.eshop-cat-small__content{
	min-width:150px;
	text-align:left;
}
.eshop-cat-small__name{
	font-weight:700;
}
.eshop-cat-small__category-data{
	display:inline-block;
	vertical-align:top;
	padding-right:20px;
}
.eshop-cat-small__subcategory-list{
	display:inline-block;
	min-width:100px;
	margin-top:12px;
	vertical-align:top;
}
.eshop-item-small__one-click{
	display:inline-block;
	border-bottom:1px dashed;
	cursor:pointer;
}
.eshop-cat-tree{
	clear:both;
	display:block;
	margin:0;
	padding:0;
}
.eshop-cat-tree:after{
	content:"";
	display:table;
	clear:both;
}
.eshop-cat-tree__item{
	position:relative;
	display:block;
	min-width:70px;
	line-height:18px;
}
.eshop-cat-tree__item-link{
	display:block;
	padding:3px 15px;
	text-decoration:none;
}
.eshop-cat-tree__item-link:before{
	content:"";
	display:inline-block;
	margin-right:3px;
	vertical-align:middle;
}
.eshop-cat-tree__item-link_type_selected,.eshop-cat-tree__item-link_type_selected:visited{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.eshop-cat-tree__item-link_type_selected:hover{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.eshop-cat-tree__item-link:hover .eshop-cat-tree__item-name{
	text-decoration:none;
}
.eshop-cat-tree__small-picture{
	display:none;
}
.eshop-cat-tree_level_1{
	border:0;
	box-shadow:none;
}
.eshop-cat-tree_level_1 .eshop-cat-tree__item-link{
	padding-left:5px;
}
.eshop-cat-tree_level_2{
	border:0;
	box-shadow:none;
}
.eshop-cat-tree_level_2 .eshop-cat-tree__item-link{
	padding-left:15px;
}
.eshop-cat-tree_level_3{
	border:0;
	box-shadow:none;
}
.eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding-left:25px;
}
.eshop-cat-tree_level_4{
	border:0;
	box-shadow:none;
}
.eshop-cat-tree_level_4 .eshop-cat-tree__item-link{
	padding-left:35px;
}
.eshop-cat-tree_type_dropdown{
	background-color:inherit;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree{
	background-color:inherit;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item{
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
	background-color:inherit;
	font-size:13px;
	line-height:18px;
	vertical-align:middle;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover,
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover {
	text-decoration: none !important;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	padding:7px 20px;
	background-color:inherit;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:before{
	display:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	position:absolute;
	left:0;
	top:32px;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2{
	visibility:visible;
	opacity:1.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item .eshop-cat-tree_level_2:hover{
	visibility:visible;
	opacity:1.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item{
	vertical-align:middle;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item{
	float:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding-left:35px;
	background:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_4 .eshop-cat-tree__item-link{
	padding-left:50px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_cols_1{
	width:200px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_cols_2{
	width:400px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_cols_3{
	width:600px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_cols_4{
	width:800px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	width:auto;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item{
	position:static;
	background-color:#fff;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2{
	display:block;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item .eshop-cat-tree_level_2:hover{
	display:block;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	display:none;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	background:#ddd;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	top:auto;
	left:auto;
}
.eshop-item-detailed{
	text-align:justify;
}
.eshop-item-detailed__title{
	font-size:20px;
}
.eshop-item-detailed__subtitle{
	margin:10px 0;
	background:none;
	font-size:16px;
	font-weight:700;
	text-align:left;
}
.eshop-item-detailed__visual{
	display:inline-block;
	*float:left;
	vertical-align:top;
	margin:0 10px 10px 0;
}
.eshop-item-detailed__box{
	display:inline-block;
}
.eshop-item-detailed__text-box{
	display:inline-block;
	min-width:100px;
	max-width:300px;
	margin:0 10px 0 0;
	vertical-align:top;
}
.eshop-item-detailed__custom-fields{
	text-align:left;
}
.eshop-item-detailed__custom-field-name{
	display:inline-block;
	vertical-align:top;
}
.eshop-item-detailed__custom-field-value{
	display:inline-block;
	vertical-align:top;
}
.eshop-item-detailed__description{
	margin:10px 0;
}
.eshop-item-detailed__choice-box{
	display:inline-block;
	vertical-align:top;
}
.eshop-item-detailed__prices{
	position:relative;
}
.eshop-item-detailed__price-tag{
	display:inline-block;
	text-align:center;
	vertical-align:middle;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -10px 0;
	text-decoration:line-through;
}
.eshop-item-detailed__actual-price{
	display:inline-block;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__other-price{
	display:inline-block;
	min-width:65px;
	min-height:30px;
	padding:0 10px 0 10px;
	text-align:center;
	background:#e0e0e0;
	border-radius:10px 3px;
	vertical-align:middle;
}
.eshop-item-detailed__other-price-actual{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__cart-box{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-detailed__cart-quantity{
	width:30px;
	border:1px solid #ccc;
	box-shadow:none;
	vertical-align:middle;
	text-align:center;
}
.eshop-item-detailed__cart-icon{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-detailed__cart-text{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper{
	text-align:center;
	display:block;
	background:#eee;
	cursor:pointer;
}
.eshop-item-detailed__price-postfix{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-detailed__subitems-variants{
	margin-bottom:10px;
}
.eshop-item-detailed__unavailable{
	position:absolute;
	visibility:hidden;
	top:0;
	box-sizing:border-box;
	text-align:center;
	color:red;
}
.eshop-item-detailed__popup-link{
	display:block;
}
.eshop-item-detailed__img-label{
	display:block;
	text-align:center;
}
.eshop-item-detailed__digital-name{
	font-weight:700;
	display:inline-block;
}
.eshop-item-detailed__digital-size{
	display:inline-block;
	font-style:italic;
}
.eshop-item-detailed__digital-desc{
	margin-bottom:5px;
}
.eshop-item-detailed__sku-name{
	display:inline-block;
	font-weight:700;
}
.eshop-item-detailed__sku-value{
	display:inline-block;
}
.eshop-item-detailed__addpics{
	position:relative;
	overflow:hidden;
	width:200px;
	margin-top:20px;
}
.eshop-item-detailed__addpics-clipper{
	position:relative;
	overflow:hidden;
}
.eshop-item-detailed__addpics-container{
	position:relative;
	overflow:hidden;
}
.eshop-item-detailed__addpics-item{
	display:inline-block;
	padding:0;
	text-align:center;
}
.eshop-item-detailed__addpics-img{
	height:50px;
	width:50px;
	margin:0 3px;
	border:1px solid #ddd;
}
.eshop-item-list{
	width:auto;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.eshop-item-list__title{
	text-align:left;
}
.eshop-item-list__content{
	position:relative;
	overflow:hidden;
}
.eshop-item-list__clipper{
	width:auto;
	position:relative;
	overflow:hidden;
}
.eshop-item-list__container{
	position:relative;
	display:block;
	width:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:justify;
	word-spacing:-1px;
	font-size:1px;
	transition:left 0.5s ease-out,top 0.5s ease-out;
	-moz-transition:left 0.5s ease-out,top 0.5s ease-out;
	-webkit-transition:left 0.5s ease-out,top 0.5s ease-out;
	-o-transition:left 0.5s ease-out,top 0.5s ease-out;
}
.eshop-item-list__container:after{
	content:"";
	width:100%;
	height:0;
	display:inline-block;
	opacity:0;
}
.eshop-item-list__caption::after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.eshop-item-list__caption{
	position:relative;
	margin-top:10px;
	min-height:30px;
}
.eshop-item-list__sorting{
	display:inline-block;
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px 5px 5px 5px;
}
.eshop-item-list__sort-over-text{
	font-weight:bold;
}
.eshop-item-list__switcher{
	display:none;
}
.eshop-item-list__switcher:nth-of-type(n){
	display:block;
	position:absolute;
	top:0;
	right:0;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
	font-weight:400;
}
.eshop-item-list__switcher-radio-list{
	display:none;
}
.eshop-item-list__switcher-radio-table{
	display:none;
}
.eshop-item-list__switcher-label-list{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAFwAAAMBAAAAAAAAAAAAAAAAAAIDBAcBAQAAAAAAAAAAAAAAAAAAAAAQAAICAgEEAgMAAAAAAAAAAAECAwQRBQYAIRITMVEiMgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANv1ew1a2OWO/M5PCG2gsSSeqJdY3sZfUj2lkhIZgY8+OO2P3ySDdfveOvsK0cf9DW9K8qLHSNjTn3MzALHiKukh8j2wpz9dAembmUF3ksrcd1tYtbQ6mWOYQG9FkhprUsa2GDqmCMx5zlcYHmQvrbHnzW4Us6LWw1GcCxNHtJpJEQn8mWM0UDED4BcZ+x0H/9k=") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAGwAAQEBAAAAAAAAAAAAAAAAAAQDBwEAAgMAAAAAAAAAAAAAAAAAAQQDBQYQAAMAAgAFBQEAAAAAAAAAAAECAxEEACExcRJBYZEyBTQRAAEEAgICAwAAAAAAAAAAAAIAAREDUQRhcUESIbHR/9oADAMBAAIRAxEAPwDZ/P8AQ2NqktV5zSevOgLQm+SYTYksZOfs56t8etmA1BUJEMu/L5flZ+yzYPYMAP1YY8NhuFVdf9aNaPs2k8EWwKDXmhyNdnXDCEyD5c+o7Y58QHbSQwIwXb57TVFOyJyZ+w9NjpE0aCNnteVlZ9eUmQ6myWV0kiNkjXccmQ4w3bgHez1CPlv1GrVIdg7H+WKPpkrZ3pPG4lG5o6VE1GpsAktJkVf50xlvcDheU7D4X//Z") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-list:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-list{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-table{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}
.eshop-item-list__splitter{
	display:inline-block;
	width:2px;
	height:2px;
	background:red;
	vertical-align:middle;
}
.eshop-item-list__compare{
	text-align:left;
	margin-top:20px;
}
.eshop-item-list__search-result{
	margin:10px 0;
	text-align:left;
}
.eshop-item-list_type_catalog{
	clear:both;
}
* html .eshop-item-list__caption{
	height:40px;
	width:100%;
}
*+html .eshop-item-list__caption{
	height:30px;
	width:100%;
}
.eshop-item-properties{
	margin:2px 0;
	padding:5px;
	border:1px solid #ddd;
	background:#f8f8f8;
	color:#555;
}
.eshop-item-properties_notavail{
	background:#fff0f0;
	border:1px solid #fcc;
}
.eshop-item-properties_notavail .eshop-item-properties__header::after{
	content:attr(title);
	color:#999;
	font-size:11px;
	margin-left:6px;
	text-transform:lowercase;
}
.eshop-item-properties__header{
	padding:2px 10px;
}
.eshop-item-properties_disabled{
	color:#ccc;
}
.eshop-item-properties__radio{
	border:0;
}
.eshop-item-properties__label:hover{
	color:#4490b2;
}
.eshop-item-properties__label_visited{
	font-weight:700;
}
.eshop-item-properties__label_value_notset{
	font-style:italic;
}
.eshop-item-properties__order-num{
	color:green;
	font-weight:900;
}
.eshop-item-properties__reset{
	border:1px solid #eee;
	padding:3px;
	background:#fff;
}
.eshop-item-properties_type_chosen-properties{
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	margin:0;
	transition:all 0.0s;
}
.eshop-item-properties_type_chosen-properties::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header{
	padding:0;
	font-weight:700;
	margin-bottom:10px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header::after{
	display:none;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__property{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value_disabled{
	color:#ccc;
}
.eshop-item-small{
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	min-width:200px;
	padding-top:10px;
	text-align:center;
	vertical-align:top;
}
.eshop-item-small__content{
	display:inline-block;
	min-width:190px;
	padding:5px;
	word-spacing:normal;
	font-size:12px;
}
.eshop-item-small__header{
	max-width:220px;
	min-height:36px;
	line-height:1.5;
}
.eshop-item-small__category{
	font-style:italic;
}
.eshop-item-small__title{
	text-decoration:underline;
	font-size:14px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__img{
	border:0;
}
.eshop-item-small__caption{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__prices{
	position:relative;
}
.eshop-item-small__price-tag{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__price-original{
	text-decoration:line-through;
}
.eshop-item-small__cart-form{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__cart-icon{
	display:none;
}
.eshop-item-small__quantity{
	width:20px;
	text-align:right;
	vertical-align:middle;
}
.eshop-item-small__cart-text{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__vkredit-price{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-small__vkredit-form{
	display:none;
}
.eshop-item-small__price-postfix{
	display:inline-block;
	vertical-align:middle;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:block;
	width:auto;
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__header{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__visual{
	width:auto;
	text-align:left;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__comparison{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__line{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:block;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__content{
	text-align:left;
	max-width:1000px;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:inline-block;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:none;
}
.eshop-item-small_type_catalog .eshop-item-small__spec-announce{
	text-align:justify;
}
.eshop-item-small_type_catalog .eshop-item-small__custom-field-name{
	display:inline-block;
}
.eshop-item-small_type_catalog .eshop-item-small__custom-field-value{
	display:inline-block;
}
* html .eshop-item-small{
	float:left;
	width:210px;
}
*+html .eshop-item-small{
	float:left;
}
* html .eshop-item-small__price-tag{
	display:inline;
	width:100px;
}
*+html .eshop-item-small__price-tag{
	display:inline;
}
* html .eshop-item-small__cart-box{
	display:inline;
}
*+html .eshop-item-small__cart-box{
	display:inline;
}
* html .eshop-item-small__additional-prices{
	display:inline;
}
*+html .eshop-item-small__additional-prices{
	display:inline;
}
* html .eshop-item-small__cart-box{
	width:80px;
	text-align:center;
}
*+html .eshop-item-small__cart-box{
	width:80px;
	text-align:center;
}
* html .eshop-item-small__price-tag{
	height:30px;
}
.eshop-ordering::after{
	content:"";
	display:table;
	clear:both;
}
.eshop-ordering__login-window{
	display:none;
	background:#fff;
}
.eshop-ordering__login-window_as_popup{
	display:inline-block;
	position:fixed;
	z-index:100000;
	width:320px;
	left:50%;
	top:30%;
	margin-left:-160px;
}
.eshop-ordering__login-window-header:after{
	display:table;
	content:"";
	clear:both;
}
.eshop-ordering__close-login-window{
	cursor:pointer;
}
.eshop-ordering__fieldset::after{
	content:"";
	display:table;
	clear:both;
}
.eshop-ordering__field{
	margin:10px 0 10px 25px;
}
.eshop-ordering__field-name{
	display:inline-block;
	width:100px;
	vertical-align:middle;
}
.eshop-ordering__field-value{
	display:inline-block;
	vertical-align:middle;
}
.eshop-ordering__field_type_person{
	margin:5px 0;
}
.eshop-ordering__field_type_person .eshop-ordering__checkbox-label{
	margin-left:129px;
}
.eshop-ordering__field-sublist{
	overflow:hidden;
	visibility:visible;
	opacity:1.0;
	max-height:500px;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
}
.eshop-ordering__textfield{
	height:18px;
	padding:0 3px;
	border:1px solid #c0c4cc;
	vertical-align:middle;
}
.eshop-ordering__radio{
	margin:0;
	vertical-align:top;
}
.eshop-ordering__radio-label{
	display:inline-block;
	min-width:80%;
	cursor:pointer;
}
.eshop-ordering__checkbox{
	margin:0;
}
.eshop-ordering__caption{
	margin:20px 0;
	font-size:16px;
	font-weight:700;
}
.eshop-ordering__login-links{
	text-align:right;
}
.eshop-ordering__submit,.eshop-ordering__login{
	min-width:109px;
	height:27px;
	margin:0;
	padding:0 10px;
	border:1px solid #ccc;
	border-radius:3px;
	color:#848484;
	font-weight:700;
	cursor:pointer;
	background:#ffffff;
	vertical-align:middle;
}
.eshop-ordering__submit_type_print{
	float:left;
	margin:30px 10px 10px;
}
.eshop-ordering__confirm{
	float:right;
	margin:30px 10px 10px;
	text-align:right;
}
.eshop-ordering__item-list-wrapper{
	position:relative;
	float:right;
	width:400px;
	min-height:200px;
	z-index:1;
}
.eshop-ordering__item-list{
	position:fixed;
	width:340px;
	padding:20px;
	border:1px dashed #ccc;
}
.eshop-ordering__item-list-body{
	position:relative;
	min-height:50px;
}
.eshop-ordering__item-list-body_state_hidden{
	opacity:0.2;
}
.eshop-ordering__list{
	max-height:300px;
	overflow:auto;
}
.eshop-ordering__item-list-rotor{
	opacity:0.0;
	visibility:hidden;
}
.eshop-ordering__item-list .eshop-ordering__caption{
	margin-top:0;
}
.eshop-ordering__item-list-footer{
	margin-top:10px;
}
.eshop-ordering__item-name{
	display:inline-block;
	width:60%;
	min-width:140px;
	max-width:300px;
	vertical-align:middle;
}
.eshop-ordering__item-quantity{
	font-style:italic;
}
.eshop-ordering__item-price,.eshop-ordering__item-list-footer .eshop-ordering__price-total-value{
	display:inline-block;
	width:38%;
	min-width:90px;
	white-space:nowrap;
	vertical-align:middle;
	font-style:italic;
	text-align:right;
}
.eshop-ordering__price-total{
	margin:20px 0;
	font-size:16px;
}
.eshop-ordering__price-total-value{
	font-weight:700;
}
.eshop-ordering__order-details-caption-row th{
	padding:25px 5px;
	background:#f6f6ff;
	text-align:center;
}
.eshop-ordering__order-details-caption-row th:not(:first-of-type){
	width:100px;
}
.eshop-ordering__order-details-item-row td{
	padding:15px 5px;
	border:1px dotted #ccc;
	border-width:1px 0 1px 0;
}
.eshop-ordering__order-details-total-row td{
	padding:5px;
}
.eshop-ordering__order-details-total-cell{
	padding:5px;
	border:1px dotted #ccc;
	border-width:0 0 1px 0;
}
.eshop-ordering__order-details-total-cell:last-of-type{
	text-align:right;
}
.eshop-ordering__order-details-total-cell:last-of-type .eshop-ordering__textfield{
	text-align:right;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.eshop-ordering__ckeckbox{
	margin:0;
	padding:0;
	border:none;
}
.eshop-order__shippings{
	width:45%;
}
.eshop-ordering__shipping-name{
	font-weight:700;
}
.eshop-ordering__radio-label .eshop-ordering__shipping-description{
	display:inline-block;
	width:90%;
}
.eshop-ordering__radio-label div.radio{
	margin-right:15px;
}
.eshop-ordering__radio-label div.radio span {
    position: relative;
    top:2px;
	vertical-align:top;
}
.eshop-ordering__radio-label .eshop-ordering__hint{
	display:block;
	min-width:80%;
	font-weight:normal;
}
.eshop-ordering__radio-label .eshop-ordering__radio{
	margin:4px 15px 0 0;
}
.eshop-ordering__shipping-items{
	font-style:italic;
}
.eshop-ordering__info{
	padding:15px 25px;
	color:#848484;
	font-size:13px;
}
.eshop-ordering__toggle-pm-select{
	border-bottom:1px dashed #ccc;
	cursor:pointer;
}
.eshop-ordering__toggle-pm-select_state_hidden{
	visibility:hidden;
	opacity:0;
}
.eshop-ordering__pm-select_state_hidden{
	position:absolute;
	visibility:hidden;
	opacity:0;
}
.eshop-ordering__redirect-info{
	display:none;
	visibility:hidden;
}
.eshop-ordering_type_accepted{
	text-align:center;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	width:300px;
	margin:30px auto;
	background:#fefefe;
	font-size:20px;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	margin:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__field-name{
	width:auto;
}
.eshop-ordering_type_cancelled{
	text-align:center;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	width:300px;
	margin:30px auto;
	background:#f4f4f4;
	font-size:20px;
}
.eshop-ordering_type_cancelled .eshop-ordering__info{
	background:none;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	padding:0;
	background:#fefefe;
	text-align:center;
	border:none;
}
.eshop-ordering_type_confirm .eshop-ordering__field{
	display:block;
	float:left;
	width:20%;
	vertical-align:top;
	margin:0;
	padding:20px 0;
}
.eshop-ordering_type_confirm .eshop-ordering__field_type_address{
	width:20%;
}
.eshop-ordering_type_confirm .eshop-ordering__field-name{
	display:block;
	width:auto;
	margin:0;
	border-left:1px dotted #ccc;
}
.eshop-ordering_type_confirm .eshop-ordering__field-value{
	display:block;
	font-weight:700;
	margin:0;
	border-left:1px dotted #ccc;
}
.eshop-ordering_type_confirm .eshop-ordering__field:first-of-type .eshop-ordering__field-name,.eshop-ordering_type_confirm .eshop-ordering__field:first-of-type .eshop-ordering__field-value{
	border-left:0;
}
.eshop-ordering_type_confirm .eshop-ordering__order-details{
	width:100%;
	border:1px dotted #ccc;
	border-collapse:collapse;
	text-align:left;
}
.eshop-ordering_type_print-dialog{
	text-align:center;
}
.eshop-ordering_type_print-dialog .eshop-ordering__fieldset{
	width:300px;
	margin:30px auto;
	background:#f4f4f4;
	border-radius:5px;
	font-size:20px;
}
.form{
	overflow:hidden;
	margin:5px 0;
	padding:10px;
	border-bottom:1px solid #dad9d3;
	background:transparent;
	font-family:arial,tahoma;
	font-size:12px;
}
.form .form{
	display:block;
	position:static;
	left:0;
	top:0;
	width:auto;
	margin:0;
	padding:0;
	border:0;
	background:none;
	box-shadow:none;
}
.form__title{
	width:auto;
	margin:0;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
}
.form__caption{
	margin:0 0 10px 0;
	font-size:12px;
	font-weight:700;
}
.form__search-line{
	margin:0 10px 0 0;
	padding:5px;
	border:1px solid #c0c4cc;
	vertical-align:middle;
}
.form__under-search-line{
	display:none;
}
.form__field-list{
	margin:0;
	padding:0;
	text-align:justify;
}
.form__field-sublist{
	display:inline-block;
	margin:0;
	padding:0;
	text-align:justify;
}
.form__field{
	display:inline-block;
	position:relative;
	overflow:hidden;
	margin:5px 20px 5px 0;
	vertical-align:top;
}
.form__field-caption{
	margin:3px 0;
	padding:0;
	font-size:12px;
	font-weight:700;
}
.form__fieldset{
	position:relative;
	display:block;
	overflow:hidden;
	margin:0 0;
	padding:0;
	border:0;
}
.form__select{
	margin:0;
}
.form__checkbox{
	margin:3px;
	vertical-align:middle;
}
.form__checkbox-label{
	position:relative;
	display:block;
	margin-right:10px;
	background:none;
	font-size:13px;
	vertical-align:baseline;
}
.form__checkbox-label:first-of-type{
	display:none;
}
.form__additional-flag .form__checkbox-label:first-of-type{
	display:block;
}
.form__checkbox-label-text{
	vertical-align:middle;
}
.form__label-img{
	margin-right:3px;
	vertical-align:middle;
}
.form__radio{
	float:left;
	clear:both;
	margin:3px;
	vertical-align:middle;
}
.form__radio-label{
	display:block;
	float:left;
	margin-right:10px;
	vertical-align:baseline;
	font-size:13px;
	line-height:17px;
}
.form__radio-label-text{
	vertical-align:middle;
}
.form__radio-dot{
	display:none;
}
.form__textfield{
	height:18px;
	padding:0 3px;
	border:1px solid #c0c4cc;
	border-radius:5px;
}
.form__submit{
	margin:0;
	padding:0;
	border:1px solid #ccc;
	font-weight:700;
	cursor:pointer;
	background:#fefefe;
}
.form__submit:hover{
	background:#ffffff;
}
.form__additional-flag{
	margin:5px 1px;
}
.form__v-splitter{
	display:block;
	width:auto;
	height:2px;
	margin:0 10px;
	background:transparent;
}
.form__h-splitter{
	display:inline-block;
	visibility:hidden;
	width:2px;
	height:30px;
	background:transparent;
	vertical-align:middle;
}
.form__v-flag-splitter{
	display:inline-block;
	box-sizing:border-box;
	width:95%;
	height:2px;
	margin-left:10px;
	background:#fff;
}
.form__h-flag-splitter{
	display:inline-block;
	width:2px;
	height:30px;
	background:#fff;
	vertical-align:middle;
}
.form__field-details{
	color:#ccc;
	font-size:10px;
	vertical-align:super;
}
.form_type_filter{
	clear:both;
	background:#f9f6eb;
	border-radius:5px;
}
.form_type_search .form__search-line{
	vertical-align:middle;
}
.form_type_search .form__submit{
	vertical-align:middle;
}
*+html .form__radio-label{
	margin-right:50%;
}
* html .form__radio-label{
	width:80%;
}
.global_cols_{
	width:auto;
}
.global_cols_0{
	width:auto;
}
.global_cols_1{
	width:100%;
}
.global_cols_2{
	width:50%;
}
.global_cols_3{
	width:33.33%;
}
.global_cols_4{
	width:25%;
}
.global_cols_5{
	width:20%;
}
.global_cols_6{
	width:16.666%;
}
.global_cols_7{
	width:14.285%;
}
.global_cols_8{
	width:12.5%;
}
.global_cols_9{
	width:11.111%;
}
.global_cols_10{
	width:10%;
}
.global_cols_11{
	width:9.09%;
}
.global_cols_12{
	width:8.333%;
}
.global_cols_13{
	width:7.692%;
}
.global_cols_14{
	width:7.142%;
}
.global_cols_15{
	width:6.666%;
}
.global_cols_16{
	width:6.25%;
}
.global_cols_17{
	width:5.882%;
}
.global_cols_18{
	width:5.555%;
}
.global_cols_19{
	width:5.263%;
}
.global_cols_20{
	width:5%;
}
*+html .global_cols_0{
	width:auto;
}
*+html .global_cols_1{
	width:100%;
}
*+html .global_cols_2{
	width:47%;
}
*+html .global_cols_3{
	width:30%;
}
*+html .global_cols_4{
	width:23%;
}
*+html .global_cols_5{
	width:18%;
}
*+html .global_cols_6{
	width:15%;
}
*+html .global_cols_7{
	width:13%;
}
*+html .global_cols_8{
	width:11%;
}
*+html .global_cols_9{
	width:10%;
}
*+html .global_cols_10{
	width:9%;
}
*+html .global_cols_11{
	width:8%;
}
* html .global_cols_0{
	width:auto;
}
* html .global_cols_1{
	width:100%;
}
* html .global_cols_2{
	width:47%;
}
* html .global_cols_3{
	width:30%;
}
* html .global_cols_4{
	width:23%;
}
* html .global_cols_5{
	width:18%;
}
* html .global_cols_6{
	width:15%;
}
* html .global_cols_7{
	width:13%;
}
* html .global_cols_8{
	width:11%;
}
* html .global_cols_9{
	width:10%;
}
* html .global_cols_10{
	width:9%;
}
* html .global_cols_11{
	width:8%;
}
.image-tape{
	position:relative;
	overflow:hidden;
}
.image-tape__clipper{
	position:relative;
	overflow:hidden;
}
.image-tape__container{
	transition:0.5s ease-out;
	-moz-transition:0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	-o-transition:0.5s ease-out;
	text-align:justify;
}
.image-tape__item{
	display:inline-block;
	padding:0;
	text-align:center;
}
.image-tape__img{
	margin:10px;
}
.image-tape__radio{
	display:none;
}
.image-tape__number{
	display:none;
}
.image-tape_type_slideshow{
	position:relative;
	display:inline-block;
	z-index:0;
}
.image-tape_type_slideshow .image-tape__img{
	margin:0;
}
.image-tape_type_slideshow .image-tape__radio{
	display:none;
}
.image-tape_type_slideshow .image-tape__number{
	position:relative;
	display:inline-block;
	z-index:2;
	margin:0 3px;
	padding:4px 8px;
	background:#fff;
	cursor:pointer;
	font-size:12px;
	line-height:1em;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:#e6e6e6;
}
.image-tape_type_slideshow .image-tape__number-list{
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:11;
}
.image-tape_type_slideshow .image-tape__item{
	opacity:1;
	position:relative;
}
.image-tape_type_slideshow .image-tape__item~.image-tape__item{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:#333;
	color:#fff;
}
.image-tape_type_slideshow .image-tape__radio:checked~.image-tape__item{
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__number-after{
	position:absolute;
	display:block;
	left:0;
	top:0;
	position:absolute;
	margin:0;
	padding:4px 8px;
	opacity:0;
	color:#fff;
	background:#333;
}
.image-tape:hover .image-tape__item,.image-tape:hover .image-tape__number-after{
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-play-state:paused;
}
.image-tape_type_slideshow .image-tape__item{
	visibility:hidden \9;
}
.image-tape_type_slideshow .image-tape__item.image-tape__item_state_checked{
	visibility:visible \9;
	opacity:1.0 \9;
}
.image-tape_type_slideshow .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__number_state_checked .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__item_state_checked{
	z-index:5;
}
.image-tape_type_slideshow .image-tape__number_state_checked{
	background:#333;
	color:#fff;
}
*+html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
*+html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
*+html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}
* html .image-tape_type_slideshow{
	height:210px;
}
* html .image-tape_type_slideshow .image-tape__item{
	position:absolute;
}
* html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
* html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
* html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}
.letters{
	border:1px solid #ccc;
	padding:5px 15px;
}
.letters__item{
	display:inline-block;
	text-decoration:none;
	font-weight:700;
}
.letters__item:hover{
	text-decoration:underline;
}
.letters__item_type_noitems{
	color:#ccc;
}
.letters__item_type_selected{
	color:#000;
}
.letters__count{
	color:#999;
	font-weight:400;
	font-size:10px;
}
.main-menu{
	clear:both;
	display:block;
	margin:0;
	padding:0;
	border:1px solid rgba(0,0,0,0.05);
	border-radius:4px;
	list-style-type:none;
	list-style:none;
	font-size:0;
}
.main-menu:after{
	content:"";
	display:table;
	clear:both;
}
.main-menu__item{
	position:relative;
	display:inline-block;
	float:none;
	min-width:70px;
	line-height:18px;
	font-size:12px;
}
.main-menu__item-link{
	display:block;
	padding:3px 15px;
	text-decoration:none;
}
.main-menu__item-link:hover{
	background:#eee;
}
.main-menu__item-link_type_selected,.main-menu__item-link_type_selected:visited{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.main-menu__item-link_type_selected:hover{
	color:#fff;
	background:#08c;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.main-menu__item-name{
	text-decoration:underline;
}
.main-menu__item-link:hover .main-menu__item-name{
	text-decoration:none;
}
.main-menu__item-picture-container{
	position:relative;
	display:inline-block;
	vertical-align:middle;
}
.main-menu__item:hover>.main-menu__item-link>.main-menu__item-picture-container>.main-menu__item-picture{
	opacity:0;
	visibility:hidden;
}
.main-menu__item-picture_type_hover{
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}
.main-menu__item:hover>.main-menu__item-link>.main-menu__item-picture-container>.main-menu__item-picture_type_hover,.main-menu__item-picture_type_hover:hover{
	opacity:1;
	visibility:visible;
}
.main-menu_level_0{
	border:0;
	box-shadow:none;
}
.main-menu_level_0 .main-menu__item-link{
	padding-left:5px;
}
.main-menu_level_1{
	border:0;
	box-shadow:none;
}
.main-menu_level_1 .main-menu__item-link{
	padding-left:15px;
}
.main-menu_level_2{
	border:0;
	box-shadow:none;
}
.main-menu_level_2 .main-menu__item-link{
	padding-left:25px;
}
.main-menu_level_3{
	border:0;
	box-shadow:none;
}
.main-menu_level_3 .main-menu__item-link{
	padding-left:35px;
}
.main-menu_type_dropdown{
	display:table;
	display:-moz-box;
	display:-webkit-box;
	display:-ms-box;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
}
.main-menu_type_dropdown .main-menu{
	border:0;
}
.main-menu_type_dropdown .main-menu__item{
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-ms-box-flex:1.0;
	border:1px solid rgba(0,0,0,0.1);
	border-right:none;
}
.main-menu_type_dropdown .main-menu__item:first-of-type{
	border-radius:4px 0 0 4px;
}
.main-menu_type_dropdown .main-menu__item:last-of-type{
	border-radius:0 4px 4px 0;
	border-right:1px solid rgba(0,0,0,0.1);
}
.main-menu_type_dropdown .main-menu__item_level_0{
	display:table-cell;
	display:box;
	display:-moz-box;
	display:-webkit-box;
}
.main-menu_type_dropdown .main-menu__item-link{
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
	-ms-box-flex:1.0;
	padding:7px 20px;
	background:none;
}
.main-menu_type_dropdown .main-menu__item-name{
	display:inline-block;
	white-space:nowrap;
	vertical-align:middle;
}
.main-menu_type_dropdown .main-menu__item_level_0>.main-menu__item-link{
	text-align:center;
}
.main-menu_type_dropdown .main-menu__item-link:before{
	display:none;
}
.main-menu_type_dropdown .main-menu__item-link:hover{
	background:#eee;
}
.main-menu_type_dropdown .main-menu_level_1{
	position:absolute;
	left:0;
	top:100%;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
	background-color:#f5f5f5;
}
.main-menu_type_dropdown .main-menu__item:last-of-type .main-menu_level_1{
	right:0;
	left:auto;
}
.main-menu_type_dropdown .main-menu__item:hover .main-menu_level_1{
	visibility:visible;
	opacity:1.0;
}
.main-menu_type_dropdown .main-menu__item .main-menu_level_1:hover{
	visibility:visible;
	opacity:1.0;
}
.main-menu_type_dropdown .main-menu_level_1 .main-menu__item{
	padding:0;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-radius:0;
	background:none;
	border:0;
	font-size:13px;
	line-height:18px;
	vertical-align:middle;
}
.main-menu_type_dropdown .main-menu_level_1 .main-menu__item-link{
	background:#f6f6f6;
}
.main-menu_type_dropdown .main-menu_level_1 .main-menu__item-link:hover{
	background:#ccc;
}
.main-menu_type_dropdown .main-menu_level_2 .main-menu__item-link{
	padding-left:35px;
	background:none;
}
.main-menu_type_dropdown .main-menu_level_2 .main-menu__item-link:hover{
	background:#eee;
}
.main-menu_type_dropdown .main-menu_level_3 .main-menu__item-link{
	padding-left:50px;
}
.main-menu_type_dropdown .main-menu_level_0{
	width:auto;
}
*+html .main-menu_type_dropdown .main-menu__item{
	position:static;
}
*+html .main-menu_type_dropdown .main-menu__item:hover .main-menu_level_1{
	display:block;
}
*+html .main-menu_type_dropdown .main-menu__item .main-menu_level_1:hover{
	display:block;
}
*+html .main-menu_type_dropdown .main-menu_level_1{
	display:none;
}
*+html .main-menu_type_dropdown .main-menu_level_1{
	top:auto;
	left:auto;
}
*+html .main-menu_type_dropdown .main-menu__item{
	display:block;
	float:left;
}
*+html .main-menu_type_dropdown{
	width:auto;
}
.main-menu__item{
	border:1px solid #eee \9;
}
.main-menu_type_dropdown .main-menu__item_level_0{
	vertical-align:top \9;
}
.nav-menu:after{
	content:"";
	display:table;
	clear:both;
}
.nav-menu__item{
	display:inline-block;
	padding:0 10px;
	border-radius:0;
	border-right:1px solid #e5e5e5;
	margin:0;
	text-decoration:none;
}
.nav-menu__item:hover{
	text-decoration:underline;
}
.nav-menu__item:last-of-type{
	border-right:0;
}
.pager{
	clear:both;
	margin:20px 0;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
.pager::after{
	content:"";
	display:table;
	clear:both;
}
.pager__content{
	float:right;
}
.pager__button,.pager__button:visited{
	display:block;
	float:left;
	padding:2px 10px;
	border:1px solid #ccc;
	margin-left:-1px;
	*zoom:1;
	text-decoration:none;
	font-size:13px;
}
.pager__button:focus{
	outline:none;
}
.pager__button_type_prev{
	border-radius:4px 0 0 4px;
}
.pager__button_type_next{
	border-radius:0 4px 4px 0;
}
.pager__button:hover{
	background:#e6e6e6;
	color:#333;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#6e6e6e;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
	cursor:default;
}
.pager__button_state_inactive,.pager__button_state_inactive:hover{
	background:#e6e6e6;
	cursor:default;
}

.rating__submit{
	height:25px;
	margin-top:10px;
	padding:0;
	width:75px;
	border:1px solid #3e8702;
	border-radius:3px;
	background:#72b51b;
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 2px #f0f0f0 inset;
	cursor:pointer;
}
.rating__select{
	width:157px;
	margin-top:20px;
}
.rating__caption{
	font-size:14px;
}
.rating__form{
	overflow:hidden;
	max-height:200px;
}
.rating__control{
	display:table;
	direction:rtl;
	unicode-bidi:bidi-override;
	white-space:nowrap;
}
.rating__mark{
	display:inline-block;
	width:15px;
	height:13px;
	background:transparent url("_img/star_color_grey.png") no-repeat;
}
.rating__mark:hover{
	background:transparent url("_img/star_color_red.png") no-repeat;
}
.rating__mark:hover~.rating__mark{
	background:transparent url("_img/star_color_red.png") no-repeat;
}
.rating__bar{
	height:13px;
	background:url("_img/star_color_grey.png") repeat-x;
}
.rating__indicator{
	height:13px;
	background:url("_img/star_color_red.png") repeat-x;
}
.rating__control:hover+.rating__jsoff{
	display:block !important;
}

*+html .rating__control{
	display:inline;
}
* html .rating__control{
	display:inline;
}
*+html .rating__mark{
	display:inline;
}
* html .rating__mark{
	display:inline;
}
.slider-pad{
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.slider-pad__arrow-left,.slider-pad__arrow-right,.slider-pad__arrow-up,.slider-pad__arrow-down{
	position:absolute;
	display:block;
	visibility:hidden;
	font-size:76px;
	cursor:pointer;
	opacity:0.7;
	transition:opacity 0.3s,background 0.3s;
	-moz-transition:opacity 0.3s,background 0.3s;
	-webkit-transition:opacity 0.3s,background 0.3s;
	-o-transition:opacity 0.3s,background 0.3s;
	z-index:2;
}
.slider-pad__arrow-left{
	width:15px;
	height:60px;
	left:0;
	top:0;
	background:url(_img/slider-pad__arrow-left.png) no-repeat;
	background-position:left,center;
}
.slider-pad__arrow-right{
	width:15px;
	height:60px;
	right:0;
	top:0;
	background:url(_img/slider-pad__arrow-right.png) no-repeat;
	background-position:right,center;
}
.slider-pad__arrow-up{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-up.png) no-repeat;
	background-position:center,top;
}
.slider-pad__arrow-down{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:15px;
	background:url(_img/slider-pad__arrow-down.png) no-repeat;
	background-position:center,bottom;
}
.slider-pad__arrow-left:hover,.slider-pad__arrow-right:hover,.slider-pad__arrow-up:hover,.slider-pad__arrow-down:hover{
	opacity:1.0;
}
.slider-pad__arrow-left{
	left:0;
}
.slider-pad__arrow-right{
	right:0;
}
.slider-pad__arrow-up{
	top:0;
}
.slider-pad__arrow-down{
	bottom:0;
}
.slider-pad__arrow_disabled,.slider-pad__arrow_disabled:hover{
	opacity:0.2;
}
.sorter{
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
}
.sorter__link{
	font-size:12px;
}
.sorter__item{
	margin:0 4px;
	font-size:12px;
}
.sorter__item_type_asc{
	padding-left:12px;
	font-weight:700;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py43QgFyypoqd3qYAADs=") no-repeat;
	background-position:left center;
}
.sorter__item_type_desc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+pyx0AI0hyqtis2/wUADs=") no-repeat;
	background-position:left center;
	font-weight:700;
}

/* Start hyper modules: news, articles, blog */

img[hspace] {
    padding: 10px;
}

.news_item-list__list, .news_item-small,
.articles_item-list__list, .articles_item-small, .articles_item-cat-list,
.blog_item-list__list, .blog_item-small, .blog_item-cat-list {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .news_item-small div,
.articles_item-small div, .articles_item-list__list div, .articles_item-cat-list div,
.blog_item-small div, .blog_item-list__list div, .blog_item-cat-list div {
    font-size: 13px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1,
.articles_item-list__cat-header h1, .articles_item-detailed__header h1,
.blog_item-list__cat-header h1, .blog_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.news_item-row, .news_item-small-row
.articles_item-small-row, .articles_item-row, .articles_item-cat-row,
.blog_item-row, .blog_item-cat-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

span.news_item-small__fdate,
span.articles_item-small__fdate,
span.blog_item-small__fdate {
    float: left;
    font-size: 14px;
    padding-right: 7px;
    padding-top: 1px;
}

span.news_item-row__fdate,
span.articles_item-row__fdate,
span.blog_item-row__fdate {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 6px;
font-size: 14px;
}

span.news_item-row__ftime,
span.articles_item-row__ftime,
span.blog_item-row__ftime {
    float: right;
    position: relative;
    top: 6px;
    font-size: 14px;
}

span.news_item-detailed__ftime,
span.blog_item-detailed__ftime,
span.articles_item-detailed__ftime {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 15px;
}

span.news_item-detailed__fdate,
span.blog_item-detailed__fdate,
span.articles_item-detailed__fdate {
    float: right;
    position: relative;
    top: 15px;
}

.news_item-detailed__header-name,
.blog_item-detailed__header-name,
.articles_item-detailed__header-name {
    float: left;
    width: 100%;
}

.news_item-detailed__description,
.blog_item-detailed__description,
.articles_item-detailed__description {
    clear: both;
}

span.articles_item-small-row__cat_header {margin-bottom: 3px;}

.articles_item-detailed__fdate-block .articles_item-detailed__fdate,
.articles_item-row__fdate-block .articles_item-row__fdate {
    float: none;
    top: 0;
    padding: 0;
    margin-right: 0;
}

.news_item-small-row__cat_header a, .news_item-small-row__header a,
.articles_item-small-row__cat_header a, .articles_item-small-row__header a,
.blog_item-small-row__cat_header a, .blog_item-small-row__header a {
    font-size: 15px;
    text-decoration: underline;
}

div.news_item-row__header, div.news_item-small-row__cat_header, div.news_item-small-row__header,
div.articles_item-small-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header,
div.blog_item-small-row__header, div.blog_item-row__header, div.blog_item-small-row__cat_header {
    margin-bottom: 15px;
    padding-right: 30px;
}

a.news_item-row__header-name,
a.articles_item-row__header-name, a.articles_item-list__cat-header,
a.blog_item-row__header-name, a.blog_item-list__cat-header {
    font-size: 20px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, .news_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover,
a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .articles_item-small-row__cat_header a:hover, .articles_item-small-row__header a:hover,
a.blog_item-row__header-name:hover, a.blog_item-list__cat-header:hover, .blog_item-small-row__cat_header a:hover, .blog_item-small-row__header a:hover {
    /*text-decoration: none;*/
}

.news_item-row__img_small-img, .news_item-small-row__img,
.articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img,
.blog_item-row__img_small-img, .blog_item-row__cat_img_small-img, .blog_item-small-row__img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
}

.news_item-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce,
.articles_item-row__announce, .articles_item-cat-row__announce, .articles_item-small-row__announce,
.blog_item-row__announce, .blog_item-cat-row__announce, .blog_item-small-row__announce {
    margin-bottom: 10px;
    padding-right: 30px;
}

.news_item-detailed__item-details,
.articles_item-detailed__item-details,
.blog_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .news_item-small-row__cat_header,
.articles_item-small-row__cat_header, .articles_item-detailed__fdate,
.blog_item-small-row__cat_header, .blog_item-detailed__fdate {
    margin-bottom: 15px;
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img,
.articles_item-detailed__img,
.blog_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img,
.articles_item-detailed__img img,
.blog_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body,
.articles_item-detailed__body, div.articles_item-cat-row__header,
.blog_item-detailed__body, div.blog_item-cat-row__header {
    margin-bottom: 10px;
}

.news_browse-item-row,
.articles_browse-item-row,
.blog_browse-item-row {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

.news_browse-item-list,
.articles_browse-item-list,
.blog_browse-item-list {
    font-size: 0;
    padding-top: 20px;
}

.news_browse-item-list div,
.articles_browse-item-list div,
.blog_browse-item-list div {
    font-size: 12px;
}

.news_browse-item-list .news_item-row__header-name,
.articles_browse-item-list .articles_item-row__header-name,
.blog_browse-item-list .blog_item-row__header-name {
    font-size: 14px;
}

.news_browse-item-list .news_item-row__announce,
.articles_browse-item-list .articles_item-row__announce,
.blog_browse-item-list .blog_item-row__announce {
    margin-right: 30px;
    overflow: hidden;
    padding: 15px 0 0;
}

.news_browse-item-list__pager,
.articles_browse-item-list__pager,
.blog_browse-item-list__pager {
    padding: 15px 0;
}

.news_item-detailed__nav,
.articles_item-detailed__nav,
.blog_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.articles_item-list__item-list,
.blog_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img,
.blog_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author,
.blog_item-row__source, .blog_item-row__author, .blog_item-detailed__source, .blog_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header,
.blog_item-small-row__cat_header a, .blog_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span, .blog_item-small-row__cat_header span {
    display: inline-block;
    font-size: 22px;
    padding: 0 2px;
    position: relative;
    width: 20px;
}

div.articles_item-cat-row__header,
div.blog_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img,
.articles_item-list__cat-img, .articles_item-detailed__img,
.blog_item-list__cat-img, .blog_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img .image_click_news,
.articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles,
.blog_item-list__cat-img .image_click_articles, .blog_item-detailed__img .image_click_articles {
    border: none;
}

.photoalbum_control-panel__comments,
.news_control-panel__comments,
.articles_control-panel__comments,
.blog_control-panel__comments {
    width: 12px;
}

.photoalbum_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat;
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 20px;
    float: right;
    text-decoration: none;
    line-height: 1;
    padding-right: 3px;
}

.photoalbum_control-panel__comments-count {
    position: relative;
    top: 4px;
    font-size: 11px !important;
    text-decoration: none;
    color: #000;
}

.photoalbum_item-small-row__control-panel,
.articles_item-small-row__control-panel,
.news_item-small-row__control-panel,
.blog_item-small-row__control-panel {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.photoalbum_item-small img,
.photoalbum_item-small-row__block {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    height: 12px;
    font-size: 11px !important;
    padding-left: 23px;
    padding-top: 4px;
    width: 12px;
    float: none;
    cursor: pointer;
}

.photoalbum_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate {
    float: right;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion {
    background: url("_img/comments_black__small.png") no-repeat 3px 4px;
}

.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    background: url("_img/like_hand_black__small.png") no-repeat 3px 4px;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img,
.blog_item-row__cat_img_small-img, .blog_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.news_item-detailed__ext_discussion, .news_item-small-row__ext_rating,
.articles_item-detailed__ext_discussion, .articles_item-small-row__ext_rating,
.blog_item-detailed__ext_discussion, .blog_item-small-row__ext_rating {
    clear: both;
}

.news_item-small-row__img,
.articles_item-small-row__img,
.blog_item-small-row__img {
    margin-bottom: 10px;
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.news_item-detailed__announce,
.articles_item-detailed__announce,
.blog_item-detailed__announce {
    padding-bottom: 15px;
clear: both;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
    float: right;
}

.ext_tags {
    float: left;
    padding: 0;
}

.ext_discussion.photoalbum_item-detailed__ext_discussion,
.blog_item-detailed__ext_discussion,
.articles_item-detailed__ext_discussion,
.news_item-detailed__ext_discussion {
    float: none;
}

.photoalbum_item-detailed__header-name,
.photoalbum_item-detailed__header-name {
    text-align: center;
}

.news_item-detailed__social-buttons,
.articles_item-detailed__social-buttons,
.blog_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.articles_control-panel__comments,
.news_control-panel__comments,
.blog_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 23px;
    float: right;
    text-decoration: none;
    line-height: 1;
}
.rss_extension {opacity: 0.8;}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog_control-panel__comments:hover,
.rss_extension:hover  {
    opacity: 1;
    text-decoration: none !important;
}
.articles_control-panel__comments-count,
.news_control-panel__comments-count,
.blog_control-panel__comments-count  {
    position: relative;
    top: 4px;
    font-size: 11px !important;
    text-decoration: none;
    color: #000;
}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog _control-panel__comments:hover {
    text-decoration: none !important;
}
.articles_social-btn,
.news_social-btn,
.blog_social-btn  {
    font-size: 0;
    height: 20px;
    float: right;
    margin: 0;
    padding-top: 3px;
    width: 25px;
    overflow: hidden;
padding-right: 9px;
}
.articles_item-list__empty,
.news_item-list__empty,
.blog_item-list__empty,
.photoalbum_item-list__empty {
    padding: 20px;
    text-align: center;
}
.articles_item-detailed__item-details .b-share__link,
.articles_item-detailed__item-details .b-share .b-share-form-button i,
.news_item-detailed__item-details .b-share__link,
.news_item-detailed__item-details .b-share .b-share-form-button i,
.blog_item-detailed__item-details .b-share__link,
.blog_item-detailed__item-details .b-share .b-share-form-button i  {
    display: none !important;
}
.articles_item-detailed__item-details .b-share,
.articles_item-detailed__item-details .b-share__handle,
.articles .b-share-form-button,
.news_item-detailed__item-details .b-share,
.news_item-detailed__item-details .b-share__handle,
.news .b-share-form-button,
.blog_item-detailed__item-details .b-share,
.blog_item-detailed__item-details .b-share__handle,
.blog .b-share-form-button  {
    padding: 0 !important;
    margin: 0 !important;
}
.articles_item-detailed__item-details .b-share .b-share-form-button,
.news_item-detailed__item-details .b-share .b-share-form-button,
.blog_item-detailed__item-details .b-share .b-share-form-button  {
    cursor: pointer;
    width: 20px;
    background: url("_img/social_btn_black.png") no-repeat left !important;
}

.pager_item_details .pager__content {
    float: left;
}

.pager__content span, .pager__content a, .pager__content span:hover, .pager__content a:hover {
    padding: 2px 7px;
}

div.sort {
    height: 40px;
}

div.sort_caption,
div.sort_field,
div.sort_field_caption,
div.sort_field_separator,
div.sort_dir {
    float: left;
}

div.sort_field_active {
}

div.sort_field_caption {
    padding-left: 6px;
}

div.sort_field_separator {
    padding-left: 6px;
    border-right: 1px dotted black;
}

div.sort_field_active div.sort_field_caption {
    font-weight: bold;
}

div.sort_dir {
    padding-left: 8px;
}

.articles_item-small a, .articles_item-small span,
.news_item-small a, .news_item-small span,
.blog_item-small a, .blog_item-small span,
.photoalbum_item-small a, .photoalbum_item-small span {
    font-size: 12px;
}

/* End hyper modules: news, articles, blog */

/* Start module sort */

.sort-type {
    display: block;
    height: 40px;
    line-height: 1.8;
    width: 100%;
}
.sort-type__area {
    float: right;
}
.sort-type__field, .sort-type__caption, .sort-type__selectarea {
    float: left;
}
.sort-type__field-caption {
    padding: 0;
    margin: 0 8px;
}
.sort-type__field-selected {
    font-weight: bold;
}
.sort-type__selectarea {
    margin-left: 5px;
}

/* End module sort */


/* Start Rating Like */

.rating__like-form {
    clear: both;
    height: 20px;
    line-height: 1;
    position: relative;
}

.rating-like__form-popup {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF;
    color: #FFFFFF;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: -35px;
    width: 120px;
}

.rating-like__form-popup__txt {
    font-size: 11px !important;
}

.rating-like__form-popup .rating-like__form-popup__arrow {
    background: url(_img/icon-dec-sel.gif) no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    bottom: -7px;
    width: 11px;
}
    
.like__ajax-loader {
    background: url(_img/ami_jsapi/loader-mini__white.gif) #fff center no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
    
.amiphotoalbum .like__ajax-loader {
	background: url(_img/ami_jsapi/loader-mini__black.gif) center no-repeat;
}

.rating-like__form-block {
    cursor: pointer;
    padding: 4px 2px;
    position: relative;
    left: -3px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.rating-like__form-block__like-count {
    padding-left: 0;
    position: relative;
    top: 3px;
    font-size: 11px !important;
    min-width: 12px;
}
.rating-like__form-block:hover {opacity: 1;}
.rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left;}
.rating-like__form-block__like {
    background: url("_img/rating/like/like_hand_black.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    width: 20px;
}
.rating-like__form-block-off {opacity: 0.5;}
.rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.5;}
.rating-like__form-block,
.rating-like__form-block:hover,
.rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #000;
    background: none;
}

/* End Rating Like */


/* Start Photoalbum 6.0 */

.browse-item-list {position: relative;}

.amiphotoalbum .amiphoto-hide,
.amiphotoalbum.photoalbum_item .browse-item-list__hide, .browse-item-list__hide-block {
    z-index: 3;
    position: absolute;
    background: url(_img/ami_jsapi/loader.gif) no-repeat center 20% #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.amiphotoalbum .photoalbum_item-detail__block .amiphoto-hide {
    background: url(_img/ami_jsapi/loader-black.gif) no-repeat center 20% #000;
}

.amiphoto-block {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.amiphotoalbum .amiphoto-block__row-item {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.amiphotoalbum .amiphoto-block__row-item__contant {
	display: block;
	overflow: hidden;
    border: 2px solid #fff;
}
.amiphotoalbum .amiphoto-block__row {
    width: 200%;
}
.amiphotoalbum .amiphoto-block__row-item__img {position: relative; cursor: pointer;}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__next-link__area,
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__prev-link__area {
    display: block;
    height: 53px;
    padding: 0;
    width: 32px;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detail__fullscreen {width: 20px; background: url("_img/full_screen.png") no-repeat; position: absolute; width: 20px; height: 20px; cursor: pointer; right: 5px; top: 29px;}
.amiphotoalbum .photoalbum_item-detailed__next-link {display: block; left: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__prev-link {display: block; right: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__next-link__area {border-radius: 0 30px 30px 0; background: url("_img/slider-pad__arrow-left.jpg") no-repeat left 9px #FFFFFF;}
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {right: 0; border-radius: 30px 0 0 30px; background: url("_img/slider-pad__arrow-right.jpg") no-repeat right 9px #FFFFFF; }
.amiphotoalbum .photoalbum_item-list__list,
.amiphotoalbum .photoalbum_item-cat-list,
.amiphotoalbum .photoalbum_browse-item-list__list,
.amiphotoalbum .photoalbum_item-detail__block {
	font-size: 0;
}
.amiphotoalbum .photoalbum_item-list__list .amiphoto-block__row div,
.amiphotoalbum .photoalbum_item-cat-list .amiphoto-block__row div,
.amiphotoalbum .photoalbum_browse-item-list__list .amiphoto-block__row div {
	font-size: 12px;
}
.amiphotoalbum .photoalbum_item-detail__block div {font-size: 13px; text-align: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_control-panel__comments-count {color: #FFF;position: relative;top: 5px;font-size: 12px;}
.amiphotoalbum .photoalbum_item-detail__header span {font-size: 14px; display: block;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating__stars-form {padding: 0 10px 0 0;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_social-btn {
    font-size: 0;
    height: 20px;
    float: left;
    padding: 0 0 0 3px;
    margin: 0;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__link,
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button i {
    display: none !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share,
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__handle,
.amiphotoalbum .b-share-form-button {
    padding: 0 !important;
    margin: 0 !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button {cursor: pointer; width: 20px; background: url("_img/social_btn.png") no-repeat center !important;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link {font-weight: normal; font-size: 16px; padding: 5px;position: relative; display: block;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link a {font-weight: normal;}
.amiphotoalbum .photoalbum_item-row__item_cat_img-img,
.amiphotoalbum .photoalbum_item-detail__item_cat_img-img {
	display: none;
}
.amiphotoalbum .photoalbum_item-list__cat-body {padding-bottom: 20px;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out;
}
.amiphotoalbum .photoalbum_item-detailed__item-details {position: relative; z-index: 4;}
.amiphotoalbum .photoalbum_item-row__announce-block,
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__announce-block,
.amiphotoalbum .photoalbum_item-detail__header,
.amiphotoalbum .photoalbum_item-detailed__next-link,
.amiphotoalbum .photoalbum_item-detailed__prev-link,
.amiphotoalbum .photoalbum_item-detailed__next-link__area,
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider {
	-webkit-transition:left 3s ease;
    -moz-transition:left 3s ease;
    -o-transition:left 3s ease;
    transition:left 3s ease;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider img {position: absolute; left: 50%; top: 0; opacity: 0; filter: alpha(opacity=0)}
.amiphotoalbum .cat-row__images-block__slider img.show {opacity: 1; filter: alpha(opacity=100)}
.amiphotoalbum .cat-row__images-block__slider {position: relative; width: 100%; height: 100%;background: #000; text-align: center;}
.amiphotoalbum .cat-row__images-block:hover .cat-row__images-block__slider {}
.amiphotoalbum .photoalbum_item-row__fdate {bottom: 0;position: absolute;right: 5px;top: 35px;}
.amiphotoalbum .photoalbum_item-detailed__fdate {
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.amiphotoalbum .photoalbum_item-row__header-name-block {
    display: block;
    margin-right: 93px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.photoalbum_item-detailed__path a,
.photoalbum_item-list__cat-header h1 a,
.photoalbum_item-list__cat-header h1,
.photoalbum_item-list__cat-list h1,
.photoalbum_item-detailed__path {
    color: #000 !important;
    font-size: 19px;
    font-weight: normal !important;
}
.amiphotoalbum .photoalbum_item-detailed__path {padding-bottom: 25px;}
.amiphotoalbum .photoalbum_item-detail__img {position: relative;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header {height: 57px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header a {font-size: 15px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__announce-block {height: 25px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 55px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_control-panel,
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_control-panel {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-detail__block {background: #000; text-align: center;}
.amiphotoalbum .photoalbum_item-row__block,
.amiphotoalbum .photoalbum_item-detail__block {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__block {border: none;}
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__header {
    top: 0; position: absolute; left: 0; height: 21px; overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__header {height: 25px;}
.amiphotoalbum .photoalbum_item-row__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-detail__announce-block .photoalbum_control-panel {top: 5px;}
.amiphotoalbum .photoalbum_item-detail__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-row__announce {
    float: none;
    margin-right: 93px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: auto;
}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__header {height: 57px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 60px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .photoalbum_item-detailed__next-link:hover .photoalbum_item-detailed__next-link__area,
.amiphotoalbum .photoalbum_item-detailed__prev-link:hover .photoalbum_item-detailed__prev-link__area {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-row__num-items,
.amiphotoalbum .photoalbum_item-detail__num-items {
    font-style: italic;
}
.amiphotoalbum .photoalbum_item-row__header span {font-size: 11px;display: block;}
.amiphotoalbum .photoalbum_item-row__header a,
.amiphotoalbum .photoalbum_item-row__announce-block a {
    color: #fff;
    font-size: 15px;
}
.amiphotoalbum .photoalbum_item-detail__header a {color: #fff; font-size: 14px;}
.amiphotoalbum .photoalbum_item-row,
.amiphotoalbum .photoalbum_item-cat-row,
.amiphotoalbum .photoalbum_item-detail {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.amiphotoalbum .browse-item-list .photoalbum_item-row {
    min-width: 150px;
}
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-row__announce-block,
.amiphotoalbum .photoalbum_item-detail__header,
.amiphotoalbum .photoalbum_item-detail__announce-block {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
}
.amiphotoalbum .photoalbum_item-row__header__txt,
.amiphotoalbum .photoalbum_item-row__announce-block__txt,
.amiphotoalbum .photoalbum_item-detail__header__txt,
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
	padding: 5px 5px;
}
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
    display: block;
    margin-right: 140px;
    overflow: hidden;
    position: relative;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100% !important;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum.photoalbum_item .browse-item-list {
    position: relative;
    /*height: 80px;*/
    overflow: hidden;
    width: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
}
.amiphotoalbum.photoalbum_item .browse-item-list__content {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum.photoalbum_item .browse-item-list__clipper {
    width: auto;
    position: relative;
    overflow: hidden;
    left: 0;
}
.amiphotoalbum.photoalbum_item .browse-item-list__container,
.browse-item-list__container {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    transition: left 0.5s ease-out,top 0.5s ease-out;
    -moz-transition: left 0.5s ease-out,top 0.5s ease-out;
    -webkit-transition: left 0.5s ease-out,top 0.5s ease-out;
    -o-transition: left 0.5s ease-out,top 0.5s ease-out;
}
.browse-block__row-item__img {padding: 4px;}
.browse-block__row-item__img-selected {padding: 0;border: 4px solid #6FCAF3;}
.amiphotoalbum .browse-block__row-item__img {/*width: 50%;*/ cursor: pointer; }
.amiphotoalbum .photoalbum_item-row__browse {/*height: 80px; overflow: hidden; min-width: 100px;*/}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left:after,
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right:after {
    background: none;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right,
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    width: 32px;
    height: 53px;
    /*top: 18%;
    margin: 0 !important;*/
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right {
    background: #FFF url(_img/slider-pad__arrow-right.jpg) no-repeat 10px 8px;
    border-radius: 30px 0 0 30px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    background: #FFF url(_img/slider-pad__arrow-left.jpg) no-repeat left;
    border-radius: 0 30px 30px 0;
}

.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-block,
.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-votes {
    width: 62px;
    height: 14px;
}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating__stars-form {padding: 0;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_control-panel__comments-count {position: relative; top: 5px; font-size: 11px; color: #fff;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_control-panel {
    bottom: -2px;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: auto;
}
.amiphotoalbum .photoalbum_control-panel a {padding-bottom: 5px; text-decoration: none; display: block; margin-left: 5px; float: left; height: 20px; padding-left: 22px; cursor: pointer;}
.amiphotoalbum .photoalbum_control-panel a,
.amiphotoalbum .photoalbum_item-detail__fullscreen {
    opacity: 0.8;
}
.amiphotoalbum .photoalbum_control-panel a:hover,
.amiphotoalbum .photoalbum_item-detail__fullscreen:hover {text-decoration: none; opacity: 1;}
.amiphotoalbum .photoalbum_control-panel__rating {background: url(_img/photoalbum/rating.png) no-repeat;}
.amiphotoalbum .photoalbum_control-panel__comments {background: url(_img/comments.png) no-repeat; margin: 0 !important;}
.amiphotoalbum a.photoalbum_control-panel__fullscreen {padding-left: 0; width: 20px; background:  url(_img/full_screen.png) no-repeat;}
.amiphotoalbum .fullscreen-img__on a.photoalbum_control-panel__fullscreen {background:  url(_img/full_screen_in.png) no-repeat;}

.photoalbum_item #com_form_bot,
.articles_item #com_form_bot,
.news_item #com_form_bot,
.blog_item #com_form_bot {
    background: none;
    border: none;
    padding: 0;
}
.photoalbum_item textarea.amiroTEdCtrl,
.articles_item textarea.amiroTEdCtrl,
.news_item textarea.amiroTEdCtrl,
.blog_item textarea.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    height: 80px !important;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photoalbum_item select.amiroTEdCtrl,
.articles_item select.amiroTEdCtrl,
.news_item select.amiroTEdCtrl,
.blog_item select.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
}
.photoalbum_item .amiroTEdDiv,
.articles_item .amiroTEdDiv,
.news_item .amiroTEdDiv,
.blog_item .amiroTEdDiv {
    width: 100% !important;
}
.photoalbum_item #com_form_bot #com_sub,
.articles_item #com_form_bot #com_sub,
.news_item #com_form_bot #com_sub,
.blog_item #com_form_bot #com_sub {
    margin: 0;
    position: relative;
    right: -2px;
    height: 25px;
}

.photoalbum_item #comment_forum p,
.articles_item #comment_forum p,
.news_item #comment_forum p,
.blog_item #comment_forum p {
    display: none;
}

.photoalbum_item .discussion_extension__form .alt_header2,
.articles_item .discussion_extension__form .alt_header2,
.news_item .discussion_extension__form .alt_header2,
.blog_item .discussion_extension__form .alt_header2 {
    display: none;
}
.photoalbum_item .discussion_extension__list .alt_header2,
.articles_item .discussion_extension__list .alt_header2,
.news_item .discussion_extension__list .alt_header2,
.blog_item .discussion_extension__list .alt_header2 {
    text-align: center;
    background: url("_mod_files/ce_images/template_images/line_new.jpg") repeat-x 0 37px;
}
.photoalbum_item .discussion_extension__list .alt_header2 h2,
.articles_item .discussion_extension__list .alt_header2 h2,
.news_item .discussion_extension__list .alt_header2 h2,
.blog_item .discussion_extension__list .alt_header2 h2 {
    background: #fff !important;
    display: inline-block;
    font-weight: normal;
    padding: 12px 15px !important;
    font-size: 14px !important;
}

.news_item .sort-type,
.photoalbum_item .sort-type {
    display: none;
}

.amiphotoalbum .photoalbum_item-list__subitem-list {display: none;}
.amiphotoalbum a {text-decoration: underline;}
.amiphotoalbum a:hover {text-decoration: none;}
.amiphotoalbum .rating__like-form {
    clear: both;
    float: right;
}
.amiphotoalbum .rating-like__form-block {
    cursor: pointer;
    padding: 4px 2px;
    position: relative;
    left: -8px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.amiphotoalbum .rating-like__form-block__like-count {
    padding-left: 5px;
    position: relative;
    top: 4px;
    font-size: 11px !important;
}
.amiphotoalbum .rating-like__form-block:hover {opacity: 1;}
.amiphotoalbum .rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left; font-family: arial, tahoma, verdana;}
.amiphotoalbum .rating-like__form-block__like {
    background: url("_img/rating/like/like_hand.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    padding-right: 20px;
}
.amiphotoalbum .rating-like__form-block-off {opacity: 0.8;}
.amiphotoalbum .rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.8;}
.amiphotoalbum .rating-like__form-block,
.amiphotoalbum .rating-like__form-block:hover,
.amiphotoalbum .rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #fff;
    background: none;
}

.photo-easy-skin .photoalbum_item-row,
.photo-easy-skin .photoalbum_item-cat-row {
    display: inline-block;
    vertical-align: top;
}
.photo-easy-skin .photoalbum_item-list__list__easy,
.photo-easy-skin .photoalbum_item-cat-list__easy {
    font-size: 0;
}
.photo-easy-skin .photoalbum_item-row div,
.photo-easy-skin .photoalbum_item-cat-row div,
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 12px;
}
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;
}
.photo-easy-skin .photoalbum_item-row__img-area,
.photo-easy-skin .photoalbum_item-detail__img-area {
    display: block;
    margin: 0 auto;
}
.photo-easy-skin .photoalbum_item-row__announce {
    clear: both;
}
.photo-easy-skin .photoalbum_item-detail__image {
    clear: both;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    clear: both;
    text-align: left;
}
.photo-easy-skin .browse-item-list .photoalbum_item-row {
    min-width: 150px;
    /*height: 150px;*/
    overflow: hidden;
    text-align: center;
}
.photo-easy-skin .browse-item-list .browse-item-list__clipper,
.photo-easy-skin .browse-item-list .browse-item-list__content {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.photo-easy-skin .photoalbum_item-list__cat-header,
.photo-easy-skin .photoalbum_item-row__header-name {
    font-size: 17px;
}
.photo-easy-skin .photoalbum_item-cat-row__block-header,
.photo-easy-skin .photoalbum_item-row__block-header {
    padding-bottom: 15px;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-cat-row__announce {
    padding: 20px 20px 0 0;
}
.photo-easy-skin .cat-row__images-block {
    display: block;
    text-align: center;
}
.photo-easy-skin .photoalbum_control-panel {
    display: block;
    padding: 10px 0;
}
.photo-easy-skin .photoalbum_item-list__cat-body,
.photo-easy-skin .photoalbum_item-row__block {
    padding: 0 15px 15px;
    display: block;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    padding-bottom: 25px;
}

.photo-easy-skin .photoalbum_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.photoalbum_item-small-row__img, .photoalbum_item-small-row__header {
    padding-bottom: 5px;
    text-align: center;
}

.amiphotoalbum .photoalbum_control-panel__comments,
.amiphotoalbum .rating__like-form {width: auto;}
.pager a {text-decoration: none !important;}

.blog_item-detailed__prev-next {text-align: center;}
.photoalbum_item-detailed__nav a {padding: 0 3px;}

/* End Photoalbum 6.0 */
/* Start added items to cart */

.eshop-item-detailed__price-wrapper,
.eshop-item-detailed__price-box {
    overflow: visible !important;
}

.eshop-item-small__added-items-prop {
    box-shadow: 0 0 10px -2px #000;
    border-radius: 5px;
    display: none;
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 240px;
    background: #fff;
    padding: 10px 20px;
    z-index: 20;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    font-size: 12px;
}
.added-items-prop-list {
    text-align: left;
    height: auto;
    bottom: auto;
    right: auto;
    width: 205px;
}
.eshop-item-small__added-items-prop__title {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
    border: 0;
}

#cart_items tr {
    -webkit-transition:background 1s ease-in-out;
    -moz-transition:background 1s ease-in-out;
    -o-transition:background 1s ease-in-out;
    transition:background 1s ease-in-out;
}

.cart_items__tr-select {
    background: #D4FDDA;
}

.cart_items__tr {
    background: #fff;
}

.eshop-item-detailed__box .eshop-item-tooltip {
    margin: 0;
    right: 0;
}

.eshop-item-tooltip {
	position: absolute;
    display: none;
    font-size: 11px !important;
    font-weight: normal;
    background: #D4FDDA;
	color: #5c5c5c;
	padding: 1px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	text-align: center;
	font-size: 14px;
    z-index: 1;
    bottom: 30px;
    margin-left: -45px;
    left: 50%;
    cursor: default;
}

.eshop-item-tooltip-area {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 14px;
    width: 90px;
}

.eshop-item-tooltip-title {
    display: block;
    padding: 0 10px;
    text-align: left;
}

.eshop-item-tooltip:hover .eshop-item-tooltip-area  {
    max-height: 100px;
    height: auto;
}

.eshop-item-detailed__prices .eshop-item-tooltip {
    left: auto;
}

.eshop-item-tooltip-prop #properties-items-popup {
    text-align: left;
    display: block;
    padding: 10px;
}

.eshop-item-tooltip-prop .eshop-item-tooltip__btn-cart {
    width: 90px;
}

.eshop-item-tooltip-prop:hover .eshop-item-tooltip-area {
    max-height: 200px;
    height: auto;
    width: 207px;
}

.eshop-item-tooltip-prop #properties-items-popup {
    overflow: hidden;
    width: 200px;
}

.eshop-item-tooltip__btn-cart,
.eshop-item-tooltip__btn-delete {
    cursor: pointer;
    display: block;
    border: 1px solid #DFDFDF;
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
    margin: 4px 8px 2px 8px;
    border-radius: 3px;
}

.eshop-item-tooltip__btn-cart:hover,
.eshop-item-tooltip__btn-delete:hover {
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
}

.eshop-item-tooltip:before {
    content: '';
    border-top: 6px solid #DDD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 35px;
    bottom: -7px;
}
.eshop-item-tooltip:after {
    content: '';
    border-top: 5px solid #CFC;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 37px;
    bottom: -5px;
}
/* End added items to cart */

/* Start search page */

.search-page__help {
    background: #F0F0F0;
    padding: 15px;
    border-radius: 10px;
    font-size:11px;
}

.search-page__title {font-weight: bold;}
.search-page__info li {padding: 5px 0;}

/* End search page */










































/**
*	================================================
*	ami_custom.css
*	================================================
*/


.block__form_type_search,.block__eshop-item-small,.block__eshop-item-detailed{
	background:transparent;
	color:#000;
}
.block__eshop-item-small{
	color:#000;
}
.block__eshop-cat-tree_type_list,.block__form_type_filter{
	color:#000;
}
.block__form_type_list,.block__letters{
	background:#fff;
	color:#000;
}
.block__category-path,.block__pager{
	border-width:0;
}
.block__eshop-item-properties,.block__rating{
	background:#fff;
	color:#000;
}
.element__button{
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.element__button:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.element__button:visited{
	color:#fff;
}
.element__button:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.element__button:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.element__button:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.body{
	width:980px;
	padding:0 10px;
}
.body__header{
	margin:0;
	padding-top:20px;
}
.body__logo{
	display:inline-block;
	width:120px;
	height:120px;
	background:url("./_img/logos/0010.png") no-repeat top left;
	vertical-align:top;
}
.body__nav{
	background:#fde300;
	background:-moz-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5db00),color-stop(55%,#fde300),color-stop(100%,#ffe400));
	background:-webkit-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-o-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-ms-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:linear-gradient(to bottom,#f5db00 0%,#fde300 55%,#ffe400 100%);
	position:relative;
	min-height:30px;
	margin-bottom:18px;
	padding:0 20px;
	font-size:1px;
	line-height:0;
	text-align:justify;
}
.body__nav:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:1px;
	width:100%;
	height:1px;
	background:#ffe933;
}
.body__nav .eshop-cat-tree_type_dropdown{
	display:inline-block;
	margin:0;
	background:transparent;
	vertical-align:middle;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	background:transparent;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 .eshop-cat-tree__item-name{
	border-bottom-color:#000;
	color:#000;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	background:#ffe400;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover{
	background:#ffe400;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	text-decoration:none;
	color:#000;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after,.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover:after{
	display:none;
}
.body__nav .form_type_search{
	display:inline-block;
	float:none;
	width:auto;
	height:auto;
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	vertical-align:middle;
	background:transparent;
}
.body__nav .form_type_search .form__search-line{
	width:auto;
}
.body__nav .form_type_search .form__under-search-line{
	display:none;
}
.body__nav:after{
	content:"";
	width:100%;
	height:0;
	display:inline-block;
	opacity:0;
}
.body__middle{
	padding-bottom:30px;
}
.body__aside{
	width:257px;
}
.body__content{
	padding-left:20px;
}
.body__footer{
	margin:0;
	background:#e5e5dd repeat-x center;
	background-image:url("_img/body__footer.jpg");
	text-align:center;
	line-height:90px;
}
.body__footer:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:90px;
	background:#e5e5dd repeat-x center;
	background-image:url("_img/body__footer.jpg");
	z-index:-1;
}
.body__nav{
	height:36px \9;
}
*+html .body__middle{
	position:relative;
}
*+html .body__content{
	margin:0 0 0 260px;
}
*+html .body__aside{
	position:absolute;
	left:0;
	top:0;
}
*+html .body__logo{
	zoom:1;
	display:inline;
}
* html .body__middle{
	position:relative;
}
* html .body__content{
	margin:0 0 0 260px;
}
* html .body__aside{
	position:absolute;
	left:0;
	top:0;
}
* html .body__logo{
	zoom:1;
	display:inline;
}
.cart-small{
	min-height:47px;
	margin-top:15px;
}
.cart-small__visual{
	display:block;
	float:left;
	width:42px;
	height:47px;
	margin-right:15px;
	background:transparent url("_img/cart-small.png") no-repeat;
}
.cart-small__title:visited{
	color:inherit;
}
.cart-small__text{
	width:160px;
}
.cart-small__order-btn{
	position:relative;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #65a61d;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cart-small__order-btn:hover{
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #65a61d;
	color:#fff;
	text-decoration:none !important;
}
.cart-small__order-btn:visited{
	color:#fff;
}
.cart-small__order-btn:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.cart-small__order-btn:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.cart-small__order-btn:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.cart-small__cont-btn{
	background:transparent;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-left:30px;
	padding:5px 12px;
	font-size:12px;
	line-height:1.2em;
}
.cart-small__cont-btn:hover{
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 12px;
	font-size:12px;
	line-height:1.2em;
}
.cart-small__cont-btn:hover:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.cart-small__cont-btn:hover:visited{
	color:#fff;
}
.cart-small__cont-btn:hover:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.cart-small__cont-btn:hover:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.cart-small__cont-btn:hover:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.cart-small__form-line{
	margin:5px 0;
}
.cart-small_not_empty .cart-small__visual{
	background:transparent url("_img/cart-small_not_empty.jpg") no-repeat;
}
.cart-small_type_one-click{
	margin-top:5px;
}
.cart-small_type_one-click .cart-small__info_not_empty{
	display:block;
	margin:10px 0;
}
.cart-small_type_one-click .cart-small__success-message{
	display:block;
	font-weight:700;
	margin:10px 0;
}
.cart-small_type_one-click .cart-small__title{
	font-size:18px;
}
.cart-small_type_success{
	margin-top:5px;
}
.cart-small_type_success .cart-small__title{
	font-size:18px;
}
.category-path{
	border-width:0;
	margin-bottom:20px;
	font-weight:700;
	color:#000;
}
.category-path__link,.category-path__link:visited{
	margin-right:5px;
	padding-right:15px;
	background:url(_img/category-path__arrow.jpg) no-repeat;
	background-position:100% 60%;
	color:#898883;
	font-weight:400;
}
.category-path__link:last-child{
	background:none;
}
.category-path__link::after{
	display:none;
}
.eshop-cat-detailed__announce{
	margin-bottom:10px;
}
.eshop-cat-tree__item-link:before{
	width:10px;
	height:10px;
	background:url(_img/eshop-cat-tree__marker.png) no-repeat;
}
.eshop-cat-tree__item-link_type_selected,.eshop-cat-tree__item-link_type_selected:visited{
	text-shadow:none;
}
.eshop-cat-tree__item-link:before{
	width:10px;
	height:10px;
	background:url(_img/eshop-cat-tree__marker.png) no-repeat;
}
.eshop-cat-tree_type_dropdown{
	margin:10px 0;
	border:0;
	box-shadow:none;
	border-radius:0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-name{
	color:#000;
	font-family:arial,tahoma,verdana;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	text-shadow:1px 1px #eee;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name{
	font-size:13px;
	font-weight:700;
	text-decoration:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover{
	text-decoration:underline;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item{
	display:inline-block;
	margin:4px 0 0;
	padding:0;
	padding-left:3px;
	background:none;
	border:0;
	box-shadow:none;
	vertical-align:middle;
	line-height:22px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:first-of-type{
	margin-left:9px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:last-of-type{
	border-right:0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover{
	background:#fee601;
	border-radius:5px 5px 0 0;
	box-shadow:2px -1px 1px -1px #777;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	height:40px;
	line-height:40px;
	border-radius:5px;
	background:url(_img/eshop-cat-tree_type_dropdown.gif) repeat-x;
	background-color:#fee601;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1>.eshop-cat-tree__item:hover .eshop-cat-tree__item-name{
	border-bottom:1px solid rgba(0,0,0,0);
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	padding:5px 10px;
	background:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	margin:0 5px;
	vertical-align:middle;
	opacity:0.3;
	background:url(_img/eshop-cat-tree_type_dropdown-marker.png) no-repeat;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover:after{
	opacity:1.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	min-width:330px;
	top:25px;
	padding:5px 0 12px 0;
	border-radius:0 5px 5px 5px;
	background:#ffe502;
	background:-moz-linear-gradient(top,#ffe502 0%,#fee300 62%,#ffc102 100%);
	background:-webkit-linear-gradient(top,#ffe502 0%,#fee300 62%,#ffc102 100%);
	background:-o-linear-gradient(top,#ffe502 0%,#fee300 62%,#ffc102 100%);
	background:linear-gradient(to bottom,#ffe502 0%,#fee300 62%,#ffc102 100%);
	transition:opacity 0.3s ease-out 0s;
	-moz-transition:opacity 0.3s ease-out 0s;
	-webkit-transition:opacity 0.3s ease-out 0s;
	-o-transition:opacity 0.3s ease-out 0s;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover>.eshop-cat-tree_level_2{
	box-shadow:1px 2px 1px 0 #777;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item{
	display:inline-block;
	margin:0;
	padding:0;
	line-height:14px;
	background:none;
	box-shadow:none;
	border:0;
	vertical-align:top;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item:hover{
	background:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link{
	background:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link:after{
	display:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link:hover{
	background:none;
}
.eshop-cat-tree_level_3{
	margin-top:5px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item{
	display:block;
	line-height:9px;
	margin-left:10px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-name{
	font-size:13px;
	line-height:16px;
	font-weight:400;
	color:#14688c;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding:2px 0 2px 5px;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	background:#fee601;
}
.eshop-item-detailed__img{
	max-width:200px;
}
.eshop-item-detailed__subtitle{
	margin-top:20px;
	background:url("data:image/gif;base64,R0lGODlhAQABAIAAAN3d3QAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==") repeat-x 0% 60%;
}
.eshop-item-detailed__subtitle-text{
	padding-right:10px;
	background:#fff;
}
.eshop-item-detailed__price-tag{
	min-width:65px;
	min-height:30px;
	padding:0 20px 0 10px;
	text-align:left;
	border-radius:0;
}
.eshop-item-detailed__actual-price{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -5px;
	text-decoration:line-through;
}
.eshop-item-detailed__box{
	display:inline-block;
	*float:left;
	width:440px;
}
.eshop-item-detailed__text-box{
	display:inline-block;
	*float:left;
	width:190px;
	margin-left:20px;
}
.eshop-item-detailed__choice-box{
	width:210px;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-tag{
	display:block;
	padding:15px 0;
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
	text-align:center;
}
.eshop-item-detailed__actual-price{
	font-size:30px;
	font-weight:400;
}
.eshop-item-detailed__cart-box_base{
	padding:8px 0;
	border:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	display:block;
	text-align:center;
}
.eshop-item-detailed__cart-box_base:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.eshop-item-detailed__cart-box_base:visited{
	color:#fff;
}
.eshop-item-detailed__cart-box_base:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-item-detailed__cart-box_base:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__cart-box_base:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-item-detailed__base-price-caption{
	display:block;
}
.eshop-item-detailed__base-price-container{
	display:inline-block;
	text-align:left;
}
.eshop-item-detailed__add-to-cart-link{
	padding:0;
	font-size:13px;
}
.eshop-item-detailed__add-to-cart-link_base{
	border:none;
	color:#fff;
}
.eshop-item-detailed__cart-quantity{
	vertical-align:middle;
	width:23px;
	border-radius:3px;
}
.eshop-item-detailed__cart-text{
    font-weight: 700;
	font-size:13px;
}
.eshop-item-detailed__other-prices .eshop-item-detailed__cart-text{
	font-size:11px;
	font-weight:400;
}
.eshop-item-detailed__popup-link{
	text-align:center;
}
.eshop-item-detailed__img-label::before{
	content:"";
	display:inline-block;
	width:14px;
	height:13px;
	margin-right:5px;
	background:url(_img/eshop-item-detailed__loupe.gif) no-repeat;
	vertical-align:middle;
}
.eshop-item-detailed__img-label{
	display:inline-block;
}
.eshop-item-detailed__sku-name{
	font-weight:400;
}
.eshop-item-detailed__custom-field-name{
	font-weight:400;
}
.eshop-item-detailed__sku-value{
	color:#999;
}
.eshop-item-detailed__custom-field-value{
	color:#999;
}
.eshop-item-detailed__availability-box{
	margin-bottom:8px;
}
.eshop-item-detailed__replies{
	height:15px;
	margin-top:12px;
}
.eshop-item-detailed__replies-count{
	font-style:italic;
}
.eshop-item-detailed__price-wrapper{
	overflow:hidden;
	font-size:11px;
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 0;
}
.eshop-item-detailed__price-wrapper:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-detailed__price-wrapper:visited{
	color:#000;
}
.eshop-item-detailed__price-wrapper:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-detailed__price-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__price-wrapper:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	background:transparent;
	min-height:0;
	min-width:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-caption{
	display:inline-block;
	margin:0;
	font-size:11px;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	padding:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-actual{
	margin:0;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-quantity{
	display:block;
	color:#848484;
}
.eshop-item-detailed__price-wrapper_forbidden{
	background:#fdfdfd;
	cursor:default;
	border:0;
}
.eshop-item-detailed__price-wrapper_forbidden:hover{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_forbidden:active{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_vkredit .eshop-item-detailed__cart-icon{
	width:26px;
	height:20px;
	background:url("_img/eshop-item-detailed__vkredit.png") no-repeat;
}
.eshop-item-detailed__one-click-order{
	padding:8px 0;
	background-color:#2a79b6;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-ms-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-webkit-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-o-linear-gradient(top,#2a79b6,#1a5996);
	background-image:linear-gradient(top,#2a79b6,#1a5996);
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.eshop-item-detailed__one-click-order:hover{
	background:#2a79b6;
}
.eshop-item-detailed__one-click-order:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url("_img/eshop-item-detailed__one-click.png");
}
.eshop-item-detailed__comparison{
	margin:10px 0;
}
.eshop-item-detailed__price-postfix{
	font-weight:700;
}
.eshop-item-detailed__addpics-container{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
* html .eshop-item-detailed__addpics-item{
	float:left;
}
*+html .eshop-item-detailed__addpics-item{
	float:left;
}
.eshop-item-list__compare{
	margin:20px 0;
}
.eshop-item-list_type_catalog{
	overflow:visible;
}
.eshop-item-list_type_catalog .eshop-item-list__clipper{
	overflow:visible;
}
.eshop-item-properties{
	color:#555;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
}
.eshop-item-properties_notavail{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #fcc;
}
.eshop-item-small:hover .eshop-item-small__additional-prices{
	visibility:visible;
	opacity:1;
}
.eshop-item-small__content{
	background:transparent;
	color:#000;
	color:#000;
	height:100%;
	max-width:220px;
	text-align:center;
}
.eshop-item-small__category,.eshop-item-small__category:visited{
	text-decoration:underline;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title,.eshop-item-small__title:visited{
	color:#000;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__prices{
	margin-top:8px;
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__caption{
	display:block;
}
.eshop-item-small__price-tag{
	position:relative;
	display:inline-block;
	height:30px;
	padding:0 8px;
	border-radius:5px;
	background:#ffd300;
	text-align:left;
}
.eshop-item-small__price-tag_additional{
	font-size:13px;
	font-weight:700;
	height:22px;
	padding-top:8px;
}
.eshop-item-small__price-tag_vkredit{
	display:inline-block;
}
.eshop-item-small__price-actual{
	display:block;
	margin-top:8px;
	font-size:13px;
	font-weight:600;
}
.eshop-item-small__price-original{
	display:block;
	margin-bottom:-11px;
	margin-top:1px;
}
.eshop-item-small__cart-form{
	display:inline-block;
}
.eshop-item-small__quantity{
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}
.eshop-item-small__cart-text{
	font-weight:700;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	border-radius:5px;
}
.eshop-item-small__cart-text:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.eshop-item-small__cart-text:visited{
	color:#fff;
}
.eshop-item-small__cart-text:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-item-small__cart-text:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__cart-text:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-item-small__additional-prices{
	border-radius:0 0 5px 5px;
}
.eshop-item-small__additional-price_vkredit{
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	background-color:#ddd;
	display:inline-block;
	margin:6px 0;
	padding-left:4px;
	padding-right:4px;
}
.eshop-item-small__additional-price_vkredit:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-small__additional-price_vkredit:visited{
	color:#000;
}
.eshop-item-small__additional-price_vkredit:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-small__additional-price_vkredit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__additional-price_vkredit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__caption{
	display:inline-block;
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__cart-icon{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:20px;
	background:url("_img/eshop-item-small__vkredit.png") no-repeat;
}
.eshop-item-small__vkredit-price{
	font-weight:700;
}
.eshop-item-small__price-postfix{
	font-weight:700;
}
.eshop-item-small__additional-price_not_avail{
	background:#fff;
	cursor:default;
}
.eshop-item-small__additional-price_not_avail .eshop-item-small__cart-form{
	display:none;
}
.eshop-item-small__one-click{
	margin:6px 0 0 0;
	color:#08c;
}
.eshop-item-small_type_linked .eshop-item-small__header{
	max-width:195px;
}
.eshop-item-small_type_miniblock .eshop-item-small__header{
	max-width:195px;
}
.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}
.eshop-ordering{
	color:#848484;
}
.eshop-ordering__field-name{
	vertical-align:top;
}
.eshop-ordering__textfield{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-webkit-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-moz-box-shadow:0 1px 1px #ddd inset;
	-webkit-box-shadow:0 1px 1px #ddd inset;
	box-shadow:0 1px 1px #ddd inset;
	color:#848484;
}
.eshop-ordering__item{
	margin:8px 0;
	line-height:1em;
}
.eshop-ordering__item-list-wrapper{
	padding-top:37px;
}
.eshop-ordering__item-list{
	padding:0;
	background-color:#f4f4f4;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:398px;
}
.eshop-ordering__item-list .eshop-ordering__caption{
	margin:0;
	padding:10px 20px;
	background:#fee601;
	color:#000;
	border-radius:5px 5px 0 0;
}
.eshop-ordering__item-list-title{
	display:inline-block;
	width:50%;
}
.eshop-ordering__change-order{
	display:inline-block;
	width:50%;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-decoration:underline;
}
.eshop-ordering__item-price{
	font-size:18px;
	color:#333;
}
.eshop-ordering__sku{
	display:inline-block;
	margin-right:10px;
	font-size:10px;
}
.eshop-ordering__item-prop-info{
	display:inline-block;
	font-size:10px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}
.eshop-ordering__submit{
	position:relative;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #65a61d;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.eshop-ordering__submit:hover{
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #65a61d;
	color:#fff;
	text-decoration:inherit;
}
.eshop-ordering__submit:visited{
	color:#fff;
}
.eshop-ordering__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-ordering__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-ordering__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-ordering__submit_action_order{
	display:block;
	float:right;
	padding:10px 24px;
	font-size:18px;
}
.eshop-ordering__submit_action_order:active{
	padding:11px 24px 9px;
}
.eshop-ordering__login{
	position:relative;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #65a61d;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.eshop-ordering__login:hover{
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #65a61d;
	color:#fff;
	text-decoration:inherit;
}
.eshop-ordering__login:visited{
	color:#fff;
}
.eshop-ordering__login:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-ordering__login:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-ordering__login:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-ordering__field-sublist{
	-webkit-transition:max-height 1.0s;
	-moz-transition:max-height 1.0s;
	-o-transition:max-height 1.0s;
	transition:max-height 1.0s;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
	-webkit-transition:max-height 0.2s;
	-moz-transition:max-height 0.2s;
	-o-transition:max-height 0.2s;
	transition:max-height 0.2s;
}
.eshop-ordering__item-list-body{
	position:relative;
	min-height:100px;
	padding:8px 20px 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
@-webkit-keyframes eshop-ordering__rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes eshop-ordering__rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes eshop-ordering__rotate{
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes eshop-ordering__rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.eshop-ordering__item-list-rotor{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	background:url(_img/eshop-ordering__loading.png) no-repeat;
	opacity:0.0;
}
.eshop-ordering__item-list-body_state_hidden+.eshop-ordering__item-list-rotor{
	opacity:1.0;
	visibility:visible;
	-webkit-animation:eshop-ordering__rotate 2s linear infinite;
	-moz-animation:eshop-ordering__rotate 2s linear infinite;
	-o-animation:eshop-ordering__rotate 2s linear infinite;
	animation:eshop-ordering__rotate 2s linear infinite;
}
.eshop-order__shippings .eshop-ordering__field{
	margin:0;
	padding:5px 0 5px 25px;
}
.eshop-ordering__number-cell{
	text-align:right;
}
.eshop-ordering__item-name{
	color:#333;
}
.eshop-ordering__item-name_total{
	font-size:16px;
	vertical-align:top;
}
.eshop-ordering__price-total{
	border-top:2px solid #999;
	padding-top:20px;
}
.eshop-ordering__price-total-value{
	font-size:22px;
	vertical-align:top;
	color:#333;
}
.eshop-ordering__price-total .eshop-ordering__price-total-value{
	float:right;
}
.eshop-ordering__info{
	border:none;
}
.eshop-ordering__redirect-info{
	text-align:center;
	margin:80px;
}
.eshop-ordering__redirect-info>.eshop-ordering__fieldset{
	display:inline-block;
	width:300px;
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering__redirect-info .eshop-ordering__info{
	font-size:16px;
}
.eshop-ordering__auth-link{
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	margin-left:44px;
}
.eshop-ordering__auth-link:hover{
	text-decoration:none;
}
.eshop-ordering__login-window{
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.eshop-ordering__login-window .eshop-ordering__textfield{
	float:right;
}
.eshop-ordering__login-window .eshop-ordering__field-name{
	width:auto;
}
.eshop-ordering__login-window .eshop-ordering__field{
	margin-left:0;
}
.eshop-ordering__close-login-window{
	float:right;
}
.eshop-ordering__login-form{
	margin:0 30px 20px 25px;
}
.eshop-ordering__reg{
	display:block;
}
.eshop-ordering__with-credit{
	margin-top:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	background:#fee601;
	color:#000;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	border-radius:5px;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	box-shadow:-10px 0 12px -4px rgba(100,100,100,0.2),10px 0 12px -4px rgba(100,100,100,0.2);
}
.footer{
	margin-top:15px;
	text-align:center;
}
.footer__link{
	vertical-align:middle;
	display:inline-block;
	margin-left:50px;
	line-height:inherit;
}
.footer__logo{
	vertical-align:middle;
}
.footer__content{
	display:inline-block;
	vertical-align:middle;
	line-height:1.2em;
	max-width:80%;
}
*+html .footer__content{
	zoom:1;
	display:inline;
}
* html .footer__content{
	zoom:1;
	display:inline;
}
.form{
	background:#f9f6eb;
	background:-moz-linear-gradient(top,#f9f6eb 0%,#edeadf 100%);
	background:-webkit-linear-gradient(top,#f9f6eb 0%,#edeadf 100%);
	background:-o-linear-gradient(top,#f9f6eb 0%,#edeadf 100%);
	background:linear-gradient(top,#f9f6eb 0%,#edeadf 100%);
}
.form__submit{
	width:109px;
	height:27px;
	margin:0;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	color:#848484;
	font-weight:700;
	background:#fff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.form__submit:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.form__submit:visited{
	color:#fff;
}
.form__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.form__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.form__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.form__submit:hover{
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.form__submit:hover:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.form__submit:hover:visited{
	color:#fff;
}
.form__submit:hover:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.form__submit:hover:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.form__submit:hover:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.form__search-line{
	width:70%;
}
.form__search-line:hover{
	border:1px solid #999;
}
.form__field-sublist{
	vertical-align:top;
}
.form__field-list>.form__field-sublist{
	display:block;
}
.form__field-list>.form__field-sublist:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}
.form__field{
	vertical-align:top;
}
.form__fieldset{
	margin-top:10px;
	min-width:140px;
}
.form__select-wrapper{
	position:relative;
	overflow:hidden;
	width:140px;
	height:20px;
	margin:10px 0;
	padding:0;
	border:1px solid #c0c4cc;
	border-radius:5px;
	background:#fff;
	background-position:120px 0,0 0;
}
.form__select-wrapper:hover{
	border:1px solid #999;
}
.form__select-wrapper:before{
	content:"\25bc";
	position:absolute;
	display:block;
	right:5px;
	top:0;
	color:#ccc;
	font-size:16px;
	transform:scale(1,0.5);
	-moz-transform:scale(1,0.5);
	-webkit-transform:scale(1,0.5);
	-o-transform:scale(1,0.5);
	-ms-transform:scale(1,0.5);
}
.form__select-wrapper:hover:before{
	color:#bbb;
}
.form__select{
	position:absolute;
	left:0;
	top:0;
	width:160px;
	height:20px;
	padding:0 0;
	border:0;
	border-radius:5px;
	background:transparent;
	background-color:rgba(0,0,0,0);
	-webkit-appearance:none;
}
.form__select:hover{
	border:0;
}
.form__multiselect{
	width:140px;
	border:0;
}
.form__option{
	height:20px;
}
.form__option:hover{
	background:#eef;
}
.form__multiselect-wrapper{
	width:auto;
	height:auto;
	margin-top:10px;
	background:#fff;
	border:0;
	border-radius:0;
}
.form__checkbox:nth-of-type(n){
	position:absolute;
	left:-9999px;
}
.form__checkbox-label{
	display:block;
	height:20px;
	margin-bottom:5px;
	padding:0;
	line-height:20px;
}
.form__checkbox-label-text{
	display:inline-block;
	vertical-align:baseline;
	cursor:default;
}
.form__checkbox:nth-of-type(n)+.form__checkbox-label:before,.form__checkbox:nth-of-type(n)+.form__checkbox-label-text:before{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 5px 4px 0;
	border:2px solid #ccc;
	background:#f2f0e6;
	vertical-align:middle;
	z-index:5;
}
.form__checkbox:nth-of-type(n)+.form__checkbox-label:hover:before,.form__checkbox:nth-of-type(n)+.form__checkbox-label-text:hover:before{
	border:2px solid #999;
}
.form__checkbox-label:nth-of-type(n):after,.form__checkbox-label-text:nth-of-type(n):after{
	content:"\2713";
	position:absolute;
	top:-3px;
	left:1px;
	display:none;
	width:20px;
	height:20px;
	background-position:0 0;
	background-color:transparent;
	color:#0b0;
	font-size:23px;
	font-smooth:always;
	text-align:center;
	transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-webkit-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
}
.form__checkbox:checked+.form__checkbox-label:after,.form__checkbox:checked+.form__checkbox-label-text:after{
	display:block;
}
.form__label-img{
	vertical-align:top;
}
.form__radio{
	float:left;
	clear:both;
}
.form__radio-label{
	float:left;
}
.form__radio:nth-of-type(n){
	float:none;
}
.form__radio-label:nth-of-type(n){
	position:relative;
	display:block;
	float:none;
	height:20px;
	margin-bottom:5px;
	padding:0 0 0 25px;
	line-height:20px;
	color:#848484;
}
.form__radio-label:hover{
	color:#000;
}
.form__radio-label:nth-of-type(n):before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:16px;
	height:16px;
	border:2px solid #ccc;
	border-radius:10px;
	z-index:1;
}
.form__radio-label:nth-of-type(n):hover:before{
	border:2px solid #999;
}
.form__radio-label-text{
	vertical-align:baseline;
	cursor:default;
}
.form__radio-label-text:nth-of-type(n):after,.form__radio-label:nth-of-type(n):after{
	content:"";
	position:absolute;
	display:block;
	left:4px;
	top:4px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:none repeat scroll 0 0 #3ce636;
	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 -1px 6px rgba(0,0,0,0.5) inset;
	opacity:0;
}
.form__radio:checked+.form__radio-label:after,.form__radio:checked~.form__radio-label-text:after{
	opacity:1.0;
}
.form__radio:nth-of-type(n){
	position:absolute;
	left:-9999px;
}
.form__textfield:hover{
	border:1px solid #999;
}
.form__textarea{
	border:1px solid #ccc;
}
.form__textarea:hover{
	border:1px solid #999;
}
.form_type_filter{
	color:#333;
}
.form_type_filter .form__field-list{
	display:none;
}
.form_type_filter .form__search-line{
	width:78%;
}
.form_type_list{
	background:transparent;
	border:1px lightgray solid;
	padding:15px;
	border-radius:5px;
	background:#fff;
	color:#000;
}
.form_type_list .form__radio:checked+.form__radio-label:after{
	opacity:0;
}
.form_type_list .form__radio-dot{
	display:block;
	position:absolute;
	left:-20px;
	top:-20px;
	width:20px;
	height:20px;
	transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-in;
	z-index:0;
}
.form_type_list .form__radio-dot:before{
	content:"";
	position:absolute;
	display:block;
	left:4px;
	top:4px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:none repeat scroll 0 0 #3ce636;
	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 -1px 6px rgba(0,0,0,0.5) inset;
}
.form_type_list .form__radio-dot:after{
	content:"";
	position:absolute;
	display:block;
	left:8px;
	top:8px;
	width:2px;
	height:2px;
	background:#9f9;
}
.form_type_list .form__radio:nth-of-type(1):checked~.form__radio-dot{
	top:0;
	left:0;
}
.form_type_list .form__radio:nth-of-type(2):checked~.form__radio-dot{
	top:25px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(3):checked~.form__radio-dot{
	top:50px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(4):checked~.form__radio-dot{
	top:75px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(5):checked~.form__radio-dot{
	top:100px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(6):checked~.form__radio-dot{
	top:125px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(7):checked~.form__radio-dot{
	top:150px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(8):checked~.form__radio-dot{
	top:175px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(9):checked~.form__radio-dot{
	top:200px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(10):checked~.form__radio-dot{
	top:225px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(11):checked~.form__radio-dot{
	top:250px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(12):checked~.form__radio-dot{
	top:275px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(13):checked~.form__radio-dot{
	top:300px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(14):checked~.form__radio-dot{
	top:325px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(15):checked~.form__radio-dot{
	top:350px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(16):checked~.form__radio-dot{
	top:375px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(17):checked~.form__radio-dot{
	top:400px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(18):checked~.form__radio-dot{
	top:425px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(19):checked~.form__radio-dot{
	top:450px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(20):checked~.form__radio-dot{
	top:475px;
	left:0;
}
.form_type_search{
	overflow:hidden;
	float:left;
	width:677px;
	height:56px;
	margin:0;
	padding:10px;
	border-radius:5px;
}
.form_type_search .form__title{
	display:none;
}
.form_type_search .form__caption{
	display:none;
}
.form_type_search .form__search-line{
	width:574px;
	padding:5px;
	vertical-align:top;
}
.form_type_search .form__submit{
	width:71px;
	height:28px;
	border:0;
	background:url("_img/form__submit.png") no-repeat;
	color:transparent;
	font-size:0;
	cursor:pointer;
	vertical-align:top;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.form_type_search .form__submit:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.form_type_search .form__submit:visited{
	color:#fff;
}
.form_type_search .form__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.form_type_search .form__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.form_type_search .form__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.form_type_search .form__under-search-line{
	display:block;
	width:584px;
	height:30px;
}
.form_type_search .form__hint{
	display:block;
	float:left;
	margin:3px 0 0 7px;
	color:#999;
	font-size:13px;
	text-shadow:1px 1px white;
}
.form_type_search .form__more{
	display:block;
	float:right;
	margin:3px 0 0 0;
}
.image-tape_type_slideshow .image-tape__item{
	-moz-transition:opacity 0.0s linear 0.2s;
	-webkit-transition:opacity 0.0s linear 0.2s;
	-o-transition:opacity 0.0s linear 0.2s;
}
.image-tape_type_slideshow .image-tape__number{
	width:26px;
	height:25px;
	padding:2px 0 0;
	font:14px/27px arial,tahoma,verdana;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
	background:transparent url(_img/image-tape__number.png) no-repeat;
	text-align:center;
	vertical-align:baseline;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:transparent url(_img/image-tape__number.png) no-repeat;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:transparent url(_img/image-tape__number_sel.png);
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
}
.image-tape_type_slideshow .image-tape__number_state_checked,.image-tape_type_slideshow .image-tape__number_state_checked:hover,.image-tape_type_slideshow .image-tape__number-after{
	top:0;
	width:26px;
	height:25px;
	padding:2px 0 0;
	background:transparent url(_img/image-tape__number_sel.png) no-repeat;
	text-align:center;
	vertical-align:bottom;
}
.letters{
	background:#fff;
	color:#000;
}
.main-menu_type_dropdown .main-menu_level_1{
	transition:all 0.2s 0.1s;
	-moz-transition:all 0.2s 0.1s;
	-webkit-transition:all 0.2s 0.1s;
	-o-transition:all 0.2s 0.1s;
}
.nav-menu_position_bottom .nav-menu__item{
	vertical-align:middle;
}
.pager__content{
	border-width:0;
}
.pager__button,.pager__button:visited{
	padding:4px 10px 4px;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	background-image:-webkit-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-o-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:linear-gradient(top,#ffffff,#e6e6e6);
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	line-height:18px;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
.pager__button:hover{
	background:#fff;
	color:#333;
}
.pager__button_type_prev{
	border-radius:4px 0 0 4px;
}
.pager__button_type_next{
	border-radius:0 4px 4px 0;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#e52639;
	background:-moz-linear-gradient(top,#e52639 0%,#88291c 100%);
	background:-webkit-linear-gradient(top,#e52639 0%,#88291c 100%);
	background:-o-linear-gradient(top,#e52639 0%,#88291c 100%);
	background:linear-gradient(to bottom,#e52639 0%,#88291c 100%);
	color:#fff;
}
.pager__button:focus{
	box-shadow:0 0 3px rgba(0,0,0,0.5) inset;
	background:#fff;
}
.pager__button:active{
	padding:5px 10px 3px;
	box-shadow:0 0 4px rgba(0,0,0,0.5) inset;
	background:#fff;
	color:#000;
}
.pager__button_state_inactive,.pager__button_state_inactive:hover,.pager__button_state_inactive:focus,.pager__button_state_inactive:visited,.pager__button_state_inactive:active{
	padding:4px 10px;
	box-shadow:none;
	background:#e6e6e6;
	cursor:default;
	text-shadow:none;
	color:#000;
}
.rating__form{
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.rating_type_item-small{
	margin:6px 0;
}
.slider-pad__arrow-left,.slider-pad__arrow-right,.slider-pad__arrow-up,.slider-pad__arrow-down{
	position:absolute;
	display:block;
	visibility:hidden;
	font-size:76px;
	cursor:pointer;
	transition:opacity 0.3s,background 0.3s;
	-moz-transition:opacity 0.3s,background 0.3s;
	-webkit-transition:opacity 0.3s,background 0.3s;
	-o-transition:opacity 0.3s,background 0.3s;
	z-index:2;
}
.slider-pad__arrow-left{
	width:19px;
	height:36px;
	left:0;
	top:0;
	background:url(_img/slider-pad__arrow-left.jpg) no-repeat;
	background-position:left,center;
}
.slider-pad__arrow-left::after{
	content:"";
	display:block;
	position:absolute;
	left:19px;
	top:-250px;
	width:20px;
	height:500px;
	background:-moz-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#ffffff),color-stop(100%,rgba(255,255,255,0)));
	background:-webkit-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
	background:-o-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
	background:-ms-linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
	background:linear-gradient(left,#ffffff 0%,rgba(255,255,255,0) 100%);
}
.slider-pad__arrow-right{
	width:19px;
	height:38px;
	right:0;
	top:0;
	background:url(_img/slider-pad__arrow-right.jpg) no-repeat;
	background-position:right,center;
}
.slider-pad__arrow-right::after{
	content:"";
	display:block;
	position:absolute;
	right:19px;
	top:-250px;
	width:20px;
	height:500px;
	background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
	background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
	background:-o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
	background:-ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
	background:linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
}
.slider-pad__arrow-up{
	position:absolute;
	left:0;
	top:0;
	width:38px;
	height:19px;
	background:url(_img/slider-pad__arrow-up.jpg) no-repeat;
	background-position:center,top;
}
.slider-pad__arrow-up::after{
	content:"";
	display:block;
	position:absolute;
	top:19px;
	left:-1000px;
	width:2000px;
	height:19px;
	background:-moz-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0) 100%);
	background:-webkit-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0) 100%);
	background:-o-linear-gradient(top,#ffffff 0%,rgba(255,255,255,0) 100%);
	background:linear-gradient(top,#ffffff 0%,rgba(255,255,255,0) 100%);
}
.slider-pad__arrow-down{
	position:absolute;
	left:0;
	bottom:0;
	width:38px;
	height:19px;
	background:url(_img/slider-pad__arrow-down.jpg) no-repeat;
	background-position:center,bottom;
}
.slider-pad__arrow-down::after{
	content:"";
	display:block;
	position:absolute;
	bottom:19px;
	left:-1000px;
	width:2000px;
	height:19px;
	background:-moz-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
	background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
	background:-o-linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
	background:linear-gradient(top,rgba(255,255,255,0) 0%,#ffffff 100%);
}
.slider-pad__arrow-left:hover,.slider-pad__arrow-right:hover,.slider-pad__arrow-up:hover,.slider-pad__arrow-down:hover{
	opacity:1.0;
}
.slider-pad__arrow-left{
	left:0;
}
.slider-pad__arrow-right{
	right:0;
}
.slider-pad__arrow-up{
	top:0;
}
.slider-pad__arrow-down{
	bottom:0;
}
.slider-pad__arrow_disabled{
	opacity:0.2;
}
.slider-pad__arrow_disabled:hover{
	opacity:0.4;
}
.slider-pad_type_mini .slider-pad__arrow-left{
	width:9px;
	height:18px;
	background-image:url("data:image/gif;base64,R0lGODlhCQASAMQAAFxcXCsrK+Pj48jIyBYWFvLy8vv7+x4eHjExMUNDQ4ODg2FhYZ2dnbGxsTo6Otra2oqKipSUlNXV1aurq6CgoHV1dWlpaefn57e3t9DQ0CUlJcHBwVJSUv39/f7+/v///yH5BAAAAAAALAAAAAAJABIAAAVg4Cd63Tc4kPiVT0Bw6nc5hzN4osERCLZ+HgshQBl9FARN6sdIVgzATiO5KABFiEPissJ9KgcEo5uzHDSNq6jAOQQGKpwgUXt0cRLadoTbBA4AVjETGgcVcTgRgIgiGQIhADs=");
}
.slider-pad_type_mini .slider-pad__arrow-left::after{
	left:9px;
	top:-100px;
	width:10px;
	height:200px;
}
.slider-pad_type_mini .slider-pad__arrow-right{
	width:9px;
	height:18px;
	background-image:url("data:image/gif;base64,R0lGODlhCQASAMQAAFxcXCsrK+Pj48jIyBYWFvLy8vv7+x4eHjExMUNDQ4ODg2FhYZ2dnbGxsTo6Otra2oqKipSUlNXV1aurq6CgoHV1dWlpaefn57e3t9DQ0CUlJcHBwVJSUv39/f7+/v///yH5BAAAAAAALAAAAAAJABIAAAVlIOQMX+d9KEcET4l+g3M414tiCMEZ6PlRAYLl1OmgIBqC4uMxfQyVJON1KiySjZ7xkjggtB8G4lDpfRqag4WHGgQOnILrIUsImB/uTML0FAAHARt9HxUHGhM2H4ARhCgCGT0+HyEAOw==");
}
.slider-pad_type_mini .slider-pad__arrow-right::after{
	right:9px;
	top:-100px;
	width:10px;
	height:200px;
}
.slider-pad_type_mini .slider-pad__arrow-up{
	width:9px;
	height:18px;
	background-image:url("data:image/gif;base64,R0lGODlhEgAJAMQAANLS0iMjIy0tLURERHBwcNra2js7O2NjYx0dHRQUFDQ0NPT09OPj46+vr5+fn4uLi1NTU+Xl5cjIyPr6+lxcXHt7e7i4uE5OTsHBwenp6e/v7/v7+/z8/P39/f7+/v///yH5BAAAAAAALAAAAAASAAkAAAVn4Cd2Xvc1SjV9m+iK3lc6SYAQ2meacs89tYEAAWF8OK/W5FA7RByBwAAQIyEzF0SAsNA1hgqMZ+wpGBKCR6v1kRgCgkZMMhQ4dsdYYRB9fM4GFiM9MR8RFAgIAA8QEiM8LiYLBBQMIQA7");
}
.slider-pad_type_mini .slider-pad__arrow-up::after{
	top:9px;
	height:10px;
}
.slider-pad_type_mini .slider-pad__arrow-down{
	width:9px;
	height:18px;
	background-image:url("data:image/gif;base64,R0lGODlhEgAJAMQAABwcHPv7+yMjI0RERDk5OTExMWVlZfPz866uriwsLIqKinZ2duPj41JSUsrKyhMTE5+fn11dXejo6Obm5pubm7u7u3p6etfX14KCgrCwsL+/v5SUlPz8/P39/f7+/v///yH5BAAAAAAALAAAAAASAAkAAAVkIBMth2d+X/d5auc0igMAkaSuaLBWxEN8GwFgcEkZUZACIOFIIRICQpPz4QQUCV+R4/loCIJEpntYCBuSVJd6GQgEkIlB8DDoqMYuo7F0PzBqKCgmZHMzFIKJgicBFgUIKycoIQA7");
}
.slider-pad_type_mini .slider-pad__arrow-down::after{
	bottom:9px;
	height:10px;
}

.recalc123 {
	text-decoration: none;
}
/* Start order history
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-list__view {
        width: 54px;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* End order history
 * @tpl eshop_order_history.tpl
 */

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}



.privacyAgreement{
	color: #333;
}
.privacyAgreement .checker{
	display: inline-block;
	vertical-align: top;
}

/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

/**
 *	Integration of Prestashop template to Amiro.CMS by Wixar :: www.wixar.ru :: info@wixar.ru
 *	Collective file of CSS used in template
 */

/**
 *	Contents ::
 *	========================
 *	global.css 				:: /prestashop_51152/themes/theme1027/css/global.css
 *	highdpi.css 			:: /prestashop_51152/themes/theme1027/css/autoload/highdpi.css
 *	responsive-tables.css 	:: /prestashop_51152/themes/theme1027/css/autoload/responsive-tables.css
 *	uniform.default.css 	:: /prestashop_51152/themes/theme1027/css/autoload/uniform.default.css
 *	jquery.fancybox.css 	:: /prestashop_51152/js/jquery/plugins/fancybox/jquery.fancybox.css
 *	comparator.css		 	:: /prestashop_51152/themes/theme1027/css/comparator.css
 *	product.css 			:: /prestashop_51152/themes/theme1027/css/product.css
 *	product_list.css 		:: /prestashop_51152/themes/theme1027/css/product_list.css
 *	category.css 			:: /prestashop_51152/themes/theme1027/css/category.css
 *	print.css 				:: /prestashop_51152/themes/theme1027/css/print.css
 *	jquery.jqzoom.css 		:: /prestashop_51152/js/jquery/plugins/jqzoom/jquery.jqzoom.css
 *	scenes.css 				:: /prestashop_51152/themes/theme1027/css/scenes.css
 *	blockcart.css 			:: /prestashop_51152/themes/theme1027/css/modules/blockcart/blockcart.css
 *	blockcategories.css 	:: /prestashop_51152/themes/theme1027/css/modules/blockcategories/blockcategories.css
 *	blocklayered.css 		:: /prestashop_51152/themes/theme1027/css/modules/blocklayered/blocklayered.css
 *	blockcontact.css 		:: /prestashop_51152/themes/theme1027/css/modules/blockcontact/blockcontact.css
 *	blocknewsletter.css 	:: /prestashop_51152/themes/theme1027/css/modules/blocknewsletter/blocknewsletter.css
 *	jquery.autocomplete.css :: /prestashop_51152/js/jquery/plugins/autocomplete/jquery.autocomplete.css
 *	blocksearch.css 		:: /prestashop_51152/themes/theme1027/css/modules/blocksearch/blocksearch.css
 *	blocktags.css 			:: /prestashop_51152/themes/theme1027/css/modules/blocktags/blocktags.css
 *	blockuserinfo.css 		:: /prestashop_51152/themes/theme1027/css/modules/blockuserinfo/blockuserinfo.css
 *	hooks.css 				:: /prestashop_51152/themes/theme1027/css/modules/themeconfigurator/css/hooks.css
 *	blockpermanentlinks.css :: /prestashop_51152/themes/theme1027/css/modules/blockpermanentlinks/blockpermanentlinks.css
 *	blocktopmenu.css 		:: /prestashop_51152/themes/theme1027/css/modules/blocktopmenu/css/blocktopmenu.css
 *	superfish-modified.css 	:: /prestashop_51152/themes/theme1027/css/modules/blocktopmenu/css/superfish-modified.css
 *	contact-form.css 		:: /prestashop_51152/themes/theme1027/css/contact-form.css
 *	contact-form.css 		:: /prestashop_51152/themes/theme1027/css/sitemap.css
 */



/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/global.css
 *	============================================
 */

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.42857;
  color: #777777;
  background-color: white; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

a {
  color: #000;
}
  a:hover, a:focus {
    color: #888888;
    text-decoration: none; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

p {
  margin: 0 0 9px; }

.lead {
  margin-bottom: 18px;
  font-size: 14.95px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 19.5px; } }

small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }

.text-warning {
  color: white; }

.text-danger {
  color: white; }

.text-success {
  color: white; }

.text-info {
  color: white; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.1; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px; }

h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px; }

h1, .h1 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 33px;
}

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 23px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 12px; }

h1 small, .h1 small {
  font-size: 23px; }

h2 small, .h2 small {
  font-size: 17px; }

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 13px; }

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 9px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-bottom: 18px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857; }

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0; }

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 0; }
  pre.prettyprint {
    margin-bottom: 18px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
table#sign{
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after,
  table#sign:before, table#sign:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after,
  table#sign:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }
	table#sign {
    max-width: 750px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }
	table#sign {
    max-width: 970px; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
	table#sign {
    max-width: 1170px; }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #d6d4d4; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #d6d4d4; }
  .table .table {
    background-color: white; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #d6d4d4; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #55c65e;
  border-color: #48b151; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #42c04c;
  border-color: #419f49; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f3515c;
  border-color: #d4323d; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #f13946;
  border-color: #c32933; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fe9126;
  border-color: #e4752b; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #fe840d;
  border-color: #da681c; }

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d4d4; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-control:-moz-placeholder {
  color: #999999; }
.form-control::-moz-placeholder {
  color: #999999; }
.form-control:-ms-input-placeholder {
  color: #999999; }
.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 11px 23px 12px 23px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #d6d4d4;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 44px;
  line-height: 44px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: white; }
.has-warning .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-warning .input-group-addon {
  color: white;
  border-color: white;
  background-color: #fe9126; }

.has-error .help-block,
.has-error .control-label {
  color: white; }
.has-error .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-error .input-group-addon {
  color: white;
  border-color: white;
  background-color: #f3515c; }

.has-success .help-block,
.has-success .control-label {
  color: white; }
.has-success .form-control {
  border-color: white;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }
.has-success .input-group-addon {
  color: white;
  border-color: white;
  background-color: #55c65e; }

.form-control-static {
  margin-bottom: 0;
  padding-top: 11px 23px1; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px 23px1; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.btn {
  display: inline-block;
  padding: 11px 23px 12px 23px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: white;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
a.btn,a.btn:hover,a.btn:focus,a.btn:visited,a.btn:active,a.btn:link{
	text-decoration:none;
}
.btn-default {
  color: white;
  background-color: black;
  border-color: black; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: white;
    background-color: black;
    border-color: black; }
  .open .btn-default.dropdown-toggle {
    color: white;
    background-color: black;
    border-color: black; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: black;
    border-color: black; }

.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd; }

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ed9c28;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }

.btn-success {
  color: white;
  background-color: #46a74e;
  border-color: #3e9546; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: white;
    background-color: #3a8a41;
    border-color: #2c6a31; }
  .open .btn-success.dropdown-toggle {
    color: white;
    background-color: #3a8a41;
    border-color: #2c6a31; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #46a74e;
    border-color: #3e9546; }

.btn-info {
  color: white;
  background-color: #5192f3;
  border-color: #3983f1; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: white;
    background-color: #2b7af0;
    border-color: #0f62de; }
  .open .btn-info.dropdown-toggle {
    color: white;
    background-color: #2b7af0;
    border-color: #0f62de; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5192f3;
    border-color: #3983f1; }

.btn-link {
  color: #252628;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #888888;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: ""; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #428bca; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; } }
.btn-default .caret {
  border-top-color: white; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: white; }
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-toolbar:after {
  clear: both; }
.btn-toolbar .btn-group {
  float: left; }
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 11px 23px 12px 23px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d4d4;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }
  .input-group-btn > .btn + .btn {
    margin-left: -4px; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #252628; }
  .nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: white;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 5px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    margin-right: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
    border-bottom-color: white; }

.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.tabbable:after {
  clear: both; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #252628;
  border-bottom-color: #252628; }

.nav a:hover .caret {
  border-top-color: #888888;
  border-bottom-color: #888888; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  z-index: 1030;
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; }

.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 8px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 18px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 16px;
          padding-bottom: 16px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px; }

.navbar-text {
  float: left;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .navbar-text {
      margin-left: 15px;
      margin-right: 15px; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777777; }
  .navbar-default .navbar-nav > li > a {
    color: #777777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #dddddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #dddddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #cccccc; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e6e6e6; }
  .navbar-default .navbar-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555; }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
      border-top-color: #555555;
      border-bottom-color: #555555; }
  .navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777777;
    border-bottom-color: #777777; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777777; }
    .navbar-default .navbar-link:hover {
      color: #333333; }

.navbar-inverse {
  background-color: #222222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: white;
    border-bottom-color: white; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: white;
    border-bottom-color: white; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: white;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: white; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #333333; }
  .breadcrumb > .active {
    color: #333333; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 11px 23px 12px 23px;
      line-height: 1.42857;
      text-decoration: none;
      background-color: black;
      border: 1px solid black;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #f13340; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: white;
    background-color: #f13340;
    border-color: #f13340;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: black;
    border-color: black;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: black;
      border: 1px solid black;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #f13340; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #999999;
    background-color: black;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .label[href]:hover, .label[href]:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #55c65e;
  border: 1px solid #36943e; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3aae43; }

.label-info {
  background-color: #5192f3;
  border: 1px solid #4b80c3; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #2174f0; }

.label-warning {
  background-color: #fe9126;
  border: 1px solid #e4752b; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #f07701; }

.label-danger {
  background-color: #f3515c;
  border: 1px solid #d4323d; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #f0212f; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #777777;
  background-color: white; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.thumbnail {
  display: block; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #252628; }

.thumbnail > img {
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #777777; }

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #55c65e;
  border-color: #48b151;
  color: white; }
  .alert-success hr {
    border-top-color: #419f49; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #5192f3;
  border-color: #4b80c3;
  color: white; }
  .alert-info hr {
    border-top-color: #3d73b7; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #fe9126;
  border-color: #e4752b;
  color: white; }
  .alert-warning hr {
    border-top-color: #da681c; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #f3515c;
  border-color: #d4323d;
  color: white; }
  .alert-danger hr {
    border-top-color: #c32933; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 40px 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: whitesmoke;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: white;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #46a74e; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-info {
  background-color: #5192f3; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0)); }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media > .pull-left {
  margin-right: 10px; }
.media > .pull-right {
  margin-left: 10px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #428bca;
    border-color: #428bca; }
    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
      color: #e1edf7; }

a.list-group-item {
  color: #555555; }
  a.list-group-item .list-group-item-heading {
    color: #333333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: whitesmoke; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 18px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table {
  margin-bottom: 0; }
.panel > .panel-body + .table {
  border-top: 1px solid #d6d4d4; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #dddddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: white;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #48b151; }
  .panel-success > .panel-heading {
    color: white;
    background-color: #55c65e;
    border-color: #48b151; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #48b151; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #48b151; }

.panel-warning {
  border-color: #e4752b; }
  .panel-warning > .panel-heading {
    color: white;
    background-color: #fe9126;
    border-color: #e4752b; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #e4752b; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #e4752b; }

.panel-danger {
  border-color: #d4323d; }
  .panel-danger > .panel-heading {
    color: white;
    background-color: #f3515c;
    border-color: #d4323d; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d4323d; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d4323d; }

.panel-info {
  border-color: #4b80c3; }
  .panel-info > .panel-heading {
    color: white;
    background-color: #5192f3;
    border-color: #4b80c3; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #4b80c3; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #4b80c3; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.hidden {
  display: none !important;
  visibility: hidden !important; }

.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

tr.visible-print {
  display: none !important; }

th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print {
    display: none !important; }

  tr.hidden-print {
    display: none !important; }

  th.hidden-print,
  td.hidden-print {
    display: none !important; } }


  /*!
   *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
   *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
   */@font-face{font-family:'FontAwesome';src:url('/_mod_files/font/fontawesome-webfont.eot?v=4.7.0');src:url('/_mod_files/font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/_mod_files/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/_mod_files/font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/_mod_files/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/_mod_files/font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}



a:hover {
  text-decoration: none; }

@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0; }
	table#sign {
    padding-left: 0;
    padding-right: 0; } }
body {
  min-width: 320px;
  height: 100%;
  line-height: 19px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #000;
  background: #191919; }
  body.content_only {
    background: none; }

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none; }

.btn:active, .btn:focus, .btn.active {
  outline: none; }

textarea {
  resize: none; }

sup, .required {
  color: red; }

/* -------------------------------------------------------------------------------
					 			STRUCTURE
------------------------------------------------------------------------------- */
#header {
  z-index: 5003; }

.columns-container {
	background: #fff url(_mod_files/img/content-bg.png) repeat-x;
	background: url(_mod_files/img/content-bg.png) repeat-x, url(/_img/_bg3.jpg) repeat #fff;
}

#columns {
  position: relative;
  padding-bottom: 30px;
  padding-top: 40px; }

#index .tab-content {
  margin-top: 30px;
  margin-bottom: 0px; }
#index .bottom_content {
  border-top: 3px solid #000;
  padding-top: 30px; }
#index #columns {
  padding-top: 0; }
#index .content_row {
  padding-top: 30px; }




header {
  z-index: 1;
  position: relative; }
  header .banner {
    background: black;
    max-height: 100%; }
    header .banner .row {
      margin: 0; }
  header .nav {
    padding: 15px 0; }
    header .nav .row {
      margin: 0; }
    header .nav nav {
      width: 100%;
      position: relative;
      z-index: 5; }
      header .nav nav #header_logo {
        float: left; }
        @media (min-width: 480px) and (max-width: 767px) {
          header .nav nav #header_logo {
            padding-top: 14px; } }
        @media (max-width: 479px) {
          header .nav nav #header_logo {
            padding: 0 0 20px;
            float: none; } }
        header .nav nav #header_logo a {
          display: block; }
          @media (min-width: 480px) and (max-width: 767px) {
            header .nav nav #header_logo a {
              width: 182px; } }
  header .bottom_footer .bf_indent {
    background: #7d7d7d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #585858));
    background: -webkit-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -o-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: -ms-linear-gradient(top, #7d7d7d 0%, #585858 100%);
    background: linear-gradient(to bottom, #7d7d7d 0%, #585858 100%); }
    header .bottom_footer .bf_indent > .container {
      position: relative; }
      header .bottom_footer .bf_indent > .container > .row {
        margin: 0;
        position: relative; }
  @media (min-width: 767px) {
    header .col-sm-4 + .col-sm-4 + .col-sm-4 {
      float: right; } }

.ie8 #header #header_logo {
  width: 350px; }

#header-contacts{
	float:right;
	padding-top:10px;
	color:#fff;
	text-align:right;
  }
#header-contacts ul{
	margin-bottom:2px;
}
  #header-contacts li{
	float:right;
	margin-left:10px;
	height:31px;
  }
  .header-contacts-email{
	text-transform: uppercase;
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
  }
  .header-contacts-email a{
	color: #f13340;
	font-weight: normal;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
  }
  .header-contacts-email a:hover{
	text-decoration: none;
  }
  .header-contacts-email i,
  .header-contacts-phone i{
	font-size: 25px;
	width: 26px;
	float: left;
	color: #f13340;
	padding-top: 1px;
	margin-right:10px;
  }
  .header-contacts-phone{
	text-transform: uppercase;
	padding: 5px 0 0 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
  }
	.header-contacts-phone-number,
	a.header-contacts-phone-number,a.header-contacts-phone-number:visited,a.header-contacts-phone-number:hover,a.header-contacts-phone-number:focus,a.header-contacts-phone-number:active{
		color:#fff;
		text-decoration:none;
	}
  .header-contacts-phone-sign{
	text-transform:none;
	line-height:12px;
	position:relative;
	top:-13px;
  }
  

/*
	.header_order_call {
		float: right;
		padding-top: 5px;
	}
	#order_call{
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		line-height: 22px;
		display: block;
		position: relative;
		padding: 0px 9px 0px 8px;
		cursor: pointer;
		background: #f02727;
		text-transform: uppercase;
	}
	a#order_call{
		text-decoration:none;
	}
	@media only screen and (min-width: 1200px) {
		#order_call {
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		#order_call span {
			position: relative;
			z-index: 3;
		}
		#order_call:before, #order_call:after {
			background: #fff;
			content: " ";
			height: 0;
			left: 50%;
			opacity: 0;
			position: absolute;
			top: 50%;
			transition: all 0.4s ease;
			width: 0;
			z-index: 2;
		}
		#order_call:after {
			background: #c41c1c;
			z-index: 1;
		}
		#order_call:before {
			transition-delay: 0.1s;
		}
	}
	#order_call:hover, #order_call.active {
		color: #f02727;
	}
	@media (max-width: 1199px){
		#order_call:hover, #order_call.active {
			background: #fff;
		}
	}
	#order_call:hover:before, #order_call:hover:after, #order_call.active:before, #order_call.active:after {
		height: 100%;
		left: 0;
		opacity: 1;
		top: 0;
		width: 100%;
	}

*/



















































































































/* ----------------------------------------------------------------------------
							 		TITLE
------------------------------------------------------------------------------ */
#center_column .page_product_box h3 {
  color: black;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  background: #fbfbfb; }

/* ---------------------------------------------------------------------------
								 	TEXT
---------------------------------------------------------------------------- */
p.info-title {
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px; }

p.info-account {
  margin: -4px 0 24px 0; }

.dark {
  color: #333333; }

.main-page-indent {
  margin-bottom: 30px; }

.alert {
  font-weight: bold; }
  .alert ul,
  .alert ol {
    padding-left: 15px;
    margin-left: 27px; }
    .alert ul li,
    .alert ol li {
      list-style-type: decimal;
      font-weight: normal; }
  .alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-success:before {
      font-family: "FontAwesome";
      content: "\f058";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px; }
  .alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1); }
    .alert.alert-danger:before {
      font-family: "FontAwesome";
      content: "\f057";
      font-size: 20px;
      vertical-align: -2px;
      padding-right: 7px;
      float: left; }

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px; }

label {
  color: #333333; }
  label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px; }

.unvisible {
  display: none; }

.checkbox {
  line-height: 16px; }
  .checkbox label {
    color: #777777; }

.close {
  opacity: 1; }
  .close:hover {
    opacity: 1; }

/* -----------------------------------------------------------------------
								BUTTONS
------------------------------------------------------------------------- */
.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive_small,
.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled {
  position: relative;
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #cc9900;
  font-weight: bold;
  color: black;
  background: url(_mod_files/img/bg_bt.gif) repeat-x 0 0 #f4b61b;
  cursor: pointer;
  white-space: normal;
  text-align: left; }

*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none; }

/* ------------------------------------------------------------------
				 		hover button
--------------------------------------------------------------------- */
.button_mini:hover,
.button_small:hover,
.button:hover,
.button_large:hover,
.exclusive_mini:hover,
.exclusive_small:hover,
.exclusive:hover,
.exclusive_large:hover {
  text-decoration: none;
  background-position: left -50px; }

.button_mini:active,
.button_small:active,
.button:active,
.button_large:active,
.exclusive_mini:active,
.exclusive_small:active,
.exclusive:active,
.exclusive_large:active {
  background-position: left -100px; }

input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  border: 1px solid #cccccc;
  color: #999999;
  background: url(_mod_files/img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
  cursor: default; }

.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3; }

.btn {
  border: none;
  font-size: 14px;
  font-weight: 900;
  line-height: 22px;
  text-transform: uppercase; }

.btn.btn-default {
  white-space: normal;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn.btn-default.icon-right span {
    display: block;
    padding-right: 15px;
    position: relative; }
    .btn.btn-default.icon-right span:after {
      font-family: "FontAwesome";
      content: "\f054";
      position: absolute;
      top: 50%;
      right: 0;
      height: 30px;
      line-height: 30px;
      margin-top: -14px;
      vertical-align: middle; }
  .btn.btn-default.icon-left span {
    display: block;
    padding-left: 15px;
    position: relative; }
    .btn.btn-default.icon-left span:before {
      font-family: "FontAwesome";
      content: "\f053";
      position: absolute;
      top: 50%;
      left: 0;
      height: 30px;
      line-height: 30px;
      margin-top: -14px;
      vertical-align: middle; }
  .btn.btn-default span i.left {
    vertical-align: 0;
    margin: 0 5px 0 0;
    display: inline-block; }
  .btn.btn-default span i.right {
    margin-right: 0;
    margin-left: 5px; }
  .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    color: white;
    background: #f13340; }

.btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
  color: #fff;
  padding: 11px 23px 12px 23px;
  padding-left: 18px;
  background: #f13340; }
  .btn.ajax_add_to_cart_button:hover, .btn.ajax_add_to_cart_product_button:hover {
    color: #fff;
    background: black; }
  .btn.ajax_add_to_cart_button:before, .btn.ajax_add_to_cart_product_button:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 25px;
    line-height: 22px;
    vertical-align: -3px;
    padding-right: 5px; }

.btn.lnk_view {
  color: #252628;
  padding: 0;
  background: none;
  border: none;
  padding-bottom: 1px; }
  .btn.lnk_view span:after {
    font-family: "FontAwesome";
    content: "";
    color: #f13340;
    font-size: 14px;
    line-height: 14px;
    padding-left: 7px;
    font-weight: normal; }
  .btn.lnk_view:hover, .btn.lnk_view:focus {
    color: #f13340;
    background: none;
    border: none; }
    .btn.lnk_view:hover span:after, .btn.lnk_view:focus span:after {
      color: #252628; }
  .btn.lnk_view i.left {
    padding-right: 8px;
    color: #000; }

.btn.btn-sm span i, .btn-group-sm > .btn span i {
  vertical-align: 0;
  margin-right: 5px; }
  .btn.btn-sm span i.right, .btn-group-sm > .btn span i.right {
    margin-right: 0;
    margin-left: 5px; }

.link-button {
  font-weight: bold; }
  .link-button i {
    margin-right: 5px; }
    .link-button i.large {
      font-size: 26px;
      line-height: 26px;
      vertical-align: -3px;
      color: silver; }

.btn.button-plus,
.btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: silver;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: 1px solid;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .btn.button-plus span,
  .btn.button-minus span {
    display: block;
    border: 1px solid white;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0 0 0;
    background: #1e5799;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0); }
  .btn.button-plus:hover,
  .btn.button-minus:hover {
    color: #333333; }
    .btn.button-plus:hover span,
    .btn.button-minus:hover span {
      filter: none;
      background: #f6f6f6; }

/* ----------------------------------------------------------------------
									FORM
------------------------------------------------------------------------- */
.form-control {
  padding: 3px 5px;
  height: 27px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .form-control:active, .form-control:focus {
    -webkit-box-shadow: transparent 0 0;
    box-shadow: transparent 0 0;
    border-color: #8b8b8b; }

/* -----------------------------------------------------------------------
								TABLE
-------------------------------------------------------------------------- */
table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit; }

table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999; }

table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3; }

table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top; }

.table {
  margin-bottom: 30px; }
  .table > thead > tr > th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .table > thead > tr > th {
        padding-left: 8px; } }
  @media only screen and (max-width: 767px) {
    .table td {
      padding-left: 8px !important; } }
  .table td a.color-myaccount {
    color: #252628;
    text-decoration: underline; }
    .table td a.color-myaccount:hover {
      text-decoration: none; }
  .table tfoot tr {
    background: #fbfbfb; }

/* --------------------------------------------------------------------
							PRODUCT ELEMENTS
----------------------------------------------------------------------- */
.product-name {
  font: 500 13px/20px "Roboto", sans-serif;
  color: #252628;
  margin-bottom: 0; }
  .product-name a {
    font: 500 13px/20px "Roboto", sans-serif;
    color: #252628; }
    .product-name a:hover {
      color: #f13340; }

a.product-name {
  font: 500 14px/20px "Roboto", sans-serif;
  color: #252628;
  margin-bottom: 0;
  text-decoration:none;
}
  a.product-name:hover {
    color: #f13340; }

.price {
  font-size: 13px;
  color: #777777;
  white-space: nowrap;
  font-weight: bold; }

.price.product-price {
  font: bold 29px/33px "Roboto", sans-serif;
  color: #252628; }

.old-price {
  color: #777;
  text-decoration: line-through; }

.old-price.product-price {
  font-size: 17px; }

.special-price {
  color: #777777; }

.price-percent-reduction {
  background: #f13340;
  border: none;
  font: bold 17px/19px "Roboto", sans-serif;
  color: white;
  padding: 0px 5px 2px 4px;
  display: inline-block; }
  .price-percent-reduction.small {
    font: 700 14px/17px "Roboto", sans-serif;
    padding: 1px 6px; }
.price_empty{
	white-space: normal;
}
.price.product-price .price_empty{
	font: bold 16px/18px "Roboto", sans-serif;
	display:inline-block;
}
ul.product_list.list > li .right-block .right-block-content .content_price span.price_empty{
	margin-bottom:0;
}
#our_price_display .price_empty{
	white-space: normal;
	font-size: 20px;
}
/* ------------------------------------------------------------------------
			 				Labels New/Sale
--------------------------------------------------------------------------- */
.new-box,
.sale-box {
  position: absolute;
  top: -10px;
  text-align: center;
  z-index: 0; }

.new-box {
  left: -10px; }

.sale-box {
  right: -10px; }

.new-label {
  font: 900 14px/20px "Roboto", sans-serif;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 1px 6px;
  text-align: center;
  z-index: 1; }

.sale-label {
  font: 900 14px/20px "Roboto", sans-serif;
  color: #fff;
  background: #f13340;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 1px 6px;
  text-align: center;
  z-index: 1; }

.lang_ru .sale-label {
  font-size: 10px; }

.ie8 .new-label {
  left: 0;
  top: 0;
  width: auto;
  padding: 5px 15px; }
  .ie8 .new-label:after {
    display: none; }
  .ie8 .new-label:before {
    display: none; }
.ie8 .sale-label {
  right: 0;
  top: 0;
  width: auto;
  padding: 5px 15px; }
  .ie8 .sale-label:after {
    display: none; }
  .ie8 .sale-label:before {
    display: none; }
.ie8 .new-box {
  top: -1px;
  left: -1px; }
.ie8 .sale-box {
  right: -1px;
  top: -1px; }

/* ---------------------------------------------------------------------------------
									BOXES
------------------------------------------------------------------------------------ */
.box {
  background: #fbfbfb;
  border: 1px solid #d8d8d8;
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px; }
  .box p {
    margin-bottom: 0; }
  .box.box-small {
    padding: 9px 10px 9px 20px; }
    .box.box-small .dark {
      padding-top: 10px;
      padding-right: 20px;
      margin-bottom: 0;
      width: auto; }

.page-product-box {
  padding-bottom: 10px; }

.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .product-box .product-image {
    position: relative;
    padding: 5px;
    display: block;
    margin-bottom: 11px; }
    .product-box .product-image img {
      max-width: 100%;
      width: 100%;
      height: auto; }

/* -----------------------------------------------------------------------------
								Homepage Tabs
-------------------------------------------------------------------------------- */
#home-page-tabs {
  border: none;
  background: #ededed;
  padding: 10px 10px 0; }
  @media (max-width: 479px) {
    #home-page-tabs {
      padding: 10px; } }
  #home-page-tabs > li {
    margin-bottom: 0; }
    @media (max-width: 479px) {
      #home-page-tabs > li {
        width: 100%; } }
    #home-page-tabs > li a {
      font: 500 17px/22px "Roboto", sans-serif;
      text-transform: uppercase;
      border: none;
      outline: none;
      margin: 0;
      padding: 9px 20px 19px;
      color: #000;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #home-page-tabs > li a strong {
        position: relative;
        z-index: 2; }
      #home-page-tabs > li a:before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        background: white;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #home-page-tabs > li a.homefeatured {
        color: #f02727; }
      @media (min-width: 768px) and (max-width: 991px) {
        #home-page-tabs > li a {
          font-size: 14px;
          padding: 6px 10px 7px; } }
      @media (max-width: 479px) {
        #home-page-tabs > li a {
          padding: 9px 20px 9px;
          margin: 1px 0; } }
  #home-page-tabs > li.active a:before,
  #home-page-tabs > li a:hover:before {
    top: 0; }

.block {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .block {
      margin-bottom: 0; } }
  .block .block_content > ul {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .block .block_content {
      margin-bottom: 20px; } }

.block .title_block,
.block h4 {
  font: 600 21px/25px "Roboto", sans-serif;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  padding: 16px 10px 19px 29px;
  margin: 0 0 20px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .block .title_block,
    .block h4 {
      font-size: 18px;
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .block .title_block,
    .block h4 {
      font-size: 14px;
      padding: 10px; } }
  @media (max-width: 767px) {
    .block .title_block,
    .block h4 {
      position: relative;
      padding-right: 40px; }
      .block .title_block:after,
      .block h4:after {
        display: block;
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 0;
        top: 17px;
        height: 36px;
        width: 36px;
        font-size: 26px;
        font-weight: normal; }
      .block .title_block.active:after,
      .block h4.active:after {
        content: ""; } }
  .block .title_block a,
  .block h4 a {
    color: #fff; }
    .block .title_block a:hover,
    .block h4 a:hover {
      color: #f02727; }
.block .list-block {
  margin-top: -13px; }
  @media (max-width: 767px) {
    .block .list-block {
      margin-top: 0; } }
  .block .list-block li {
    padding: 8px 0 10px 30px;
    border-top: 1px solid #d8d8d8; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block .list-block li {
        padding: 8px 0 10px; } }
    .block .list-block li a {
      font-size: 15px;
      line-height: 21px;
      font-weight: normal;
      color: #000; }
      .block .list-block li a i {
        display: none; }
      .block .list-block li a:hover {
        color: #f02727; }
    .block .list-block li:first-child {
      border-top: none; }
  .block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
    margin-bottom: 0; }
    .block .list-block .form-group select {
      max-width: 157px;
      width: 157px; }
  .block .list-block .btn {
    margin-top: 12px; }
.block .products-block li {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #d8d8d8;
  background: #fff; }
  @media (min-width: 1200px) {
    .block .products-block li {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .block .products-block li:hover {
        border-color: #fff;
        -webkit-box-shadow: 0 0 13px 3px #b8b8b8;
        -moz-box-shadow: 0 0 13px 3px #b8b8b8;
        box-shadow: 0 0 13px 3px #b8b8b8; } }
  .block .products-block li .products-block-image {
    float: left;
    margin-right: 19px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .block .products-block li .products-block-image {
        float: none;
        display: block;
        margin: 0 auto 10px;
        text-align: center; }
        .block .products-block li .products-block-image img {
          display: inline-block; } }
  .block .products-block li .product-content {
    overflow: hidden; }
    .block .products-block li .product-content h5 {
      margin: -3px 0 0 0; }
  .block .products-block li .price-box {
    padding-top: 10px;
    display: block;
    clear: both;
    text-align: center; }
.block .products-block .price-percent-reduction {
  font: 700 14px/17px "Roboto", sans-serif;
  padding: 1px 6px; }

.page-heading {
  font: 600 18px/22px "Roboto", sans-serif;
  color: black;
  text-transform: uppercase;
  padding: 0 0 17px 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden; }
  .page-heading span.heading-counter {
    font: bold 13px/22px "Roboto", sans-serif;
    float: right;
    color: #333333;
    text-transform: none;
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px; } }
  .page-heading span.lighter {
    color: #9c9c9c; }
  .page-heading.bottom-indent {
    margin-bottom: 16px; }
  .page-heading.product-listing {
    border-bottom: none;
    margin-bottom: 0; }
.page-heading.product-listing h1{
	display: inline;
	font: 600 18px/22px "Roboto", sans-serif;
	color: black;
	text-transform: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.page-subheading {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  font-size: 18px;
  padding: 0 0 15px;
  line-height: normal;
  margin: 0 0 12px;
  border-bottom: 1px solid #d8d8d8; }

h3.page-product-heading {
  color: black;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 20px 17px;
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  background: #fbfbfb; }

/* ----------------------------------------------------------------------------------------------
							 BLOCK .footer_links (cms pages)
------------------------------------------------------------------------------------------------- */
ul.footer_links {
  padding: 20px 0 0 0;
  border-top: 1px solid #d8d8d8;
  height: 65px; }
  ul.footer_links li {
    float: left; }
    ul.footer_links li + li {
      margin-left: 10px; }

/* -----------------------------------------------------------------------------------------------
						 barre comparaison / tri
-------------------------------------------------------------------------------------------------- */
.content_sortPagiBar .sortPagiBar {
  border-bottom: 1px solid #d8d8d8;
  clear: both; }
  .content_sortPagiBar .sortPagiBar #productsSortForm {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
      max-width: 192px;
      float: left; }
      @media (max-width: 991px) {
        .content_sortPagiBar .sortPagiBar #productsSortForm select {
          max-width: 160px; } }
    .content_sortPagiBar .sortPagiBar #productsSortForm .selector {
      float: left; }
  .content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: left;
    margin-bottom: 10px; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage select {
      max-width: 59px;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
      padding: 3px 0 0 12px;
      display: inline-block;
      float: left; }
    .content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
      float: left; }
  .content_sortPagiBar .sortPagiBar label,
  .content_sortPagiBar .sortPagiBar select {
    float: left; }
  .content_sortPagiBar .sortPagiBar label {
    padding: 3px 6px 0 0; }
  .content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none; }
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  float: right;
  margin-top: -4px; }
  .content_sortPagiBar .display li,
  .content_sortPagiBar .display_m li {
    float: left;
    padding-left: 12px;
    text-align: center; }
    .content_sortPagiBar .display li a,
    .content_sortPagiBar .display_m li a {
      color: gray;
      font-size: 11px;
      line-height: 14px;
      cursor: pointer;
	  text-decoration:none;
  }
  .content_sortPagiBar .display li.selected a,
    .content_sortPagiBar .display_m li a {
      color:#333;
  }
      .content_sortPagiBar .display li a i,
      .content_sortPagiBar .display_m li a i {
        display: block;
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        margin-bottom: -3px;
        color: #808080; }
      .content_sortPagiBar .display li a:hover,
      .content_sortPagiBar .display_m li a:hover,
	  .content_sortPagiBar .display li a:hover i,
      .content_sortPagiBar .display_m li a:hover i {
        color: #f13340; }
	  .content_sortPagiBar .display li.selected a:hover,
      .content_sortPagiBar .display_m li.selected a:hover,
	  .content_sortPagiBar .display li.selected a:hover i,
      .content_sortPagiBar .display_m li.selected a:hover i {
        color: #333; }
    .content_sortPagiBar .display li.selected a,
    .content_sortPagiBar .display_m li.selected a {
      cursor: default; }
    .content_sortPagiBar .display li.selected i,
    .content_sortPagiBar .display_m li.selected i {
      color: #333333; }
    .content_sortPagiBar .display li.display-title,
    .content_sortPagiBar .display_m li.display-title {
      font-weight: bold;
      color: #333333;
      padding: 7px 6px 0 0; }

/* -------------------------------------------------------------------------------------------------------
											 pagination
---------------------------------------------------------------------------------------------------------- */
.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  padding: 12px 0 12px 0;
  position: relative; }
	.top-pagination-content div.pagination,
	.bottom-pagination-content div.pagination {
		margin: 0;
		float:right;
	}
    @media (max-width: 767px) {
      .top-pagination-content div.pagination,
      .bottom-pagination-content div.pagination {
        float: left; } }
  .pagination_content ul.pagination {
    margin: 0px 0 8px 0; }
    .pagination_content ul.pagination li.pagination_previous,
    .pagination_content ul.pagination li.pagination_next {
      color: #777676;
      font-weight: bold; }
      .pagination_content ul.pagination li.pagination_previous > a,
      .pagination_content ul.pagination li.pagination_previous > span,
      .pagination_content ul.pagination li.pagination_next > a,
      .pagination_content ul.pagination li.pagination_next > span {
        border: none;
        background: none;
        display: block;
        margin: 0;
        color: #777; }
        .pagination_content ul.pagination li.pagination_previous > a:hover,
        .pagination_content ul.pagination li.pagination_previous > span:hover,
        .pagination_content ul.pagination li.pagination_next > a:hover,
        .pagination_content ul.pagination li.pagination_next > span:hover {
          color: #000; }
        .pagination_content ul.pagination li.pagination_previous > a b,
        .pagination_content ul.pagination li.pagination_previous > span b,
        .pagination_content ul.pagination li.pagination_next > a b,
        .pagination_content ul.pagination li.pagination_next > span b {
          display: none; }

        .pagination_content ul.pagination li.pagination_previous > a span,
        .pagination_content ul.pagination li.pagination_previous > span span,
        .pagination_content ul.pagination li.pagination_next > a span,
        .pagination_content ul.pagination li.pagination_next > span span {
          border: none;
          padding: 0;
          background: none; }

          .pagination_content ul.pagination li.pagination_previous > a span b,
          .pagination_content ul.pagination li.pagination_previous > span span b,
          .pagination_content ul.pagination li.pagination_next > a span b,
          .pagination_content ul.pagination li.pagination_next > span span b {
            display: none; }

      .pagination_content ul.pagination li.pagination_previous.disabled > a,
      .pagination_content ul.pagination li.pagination_previous.disabled > span,
      .pagination_content ul.pagination li.pagination_next.disabled > a,
      .pagination_content ul.pagination li.pagination_next.disabled > span {
        color: #ccc; }
    .pagination_content ul.pagination li > a,
    .pagination_content ul.pagination li > span {
      margin: 0 1px;
      border: none;
      color: #fff; }
  
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count {
    padding: 5px 0 5px 0;
    float: left; }
    @media (max-width: 991px) {
      .top-pagination-content .product-count,
      .bottom-pagination-content .product-count {
        clear: left; } }

@media (max-width: 767px) {
  .pagination > li > a, .pagination > li > span {
    padding: 5px 10px; }

  .pagination_content ul.pagination{
    padding: 10px 0 7px; } }
.bottom-pagination-content {
  border-top: 1px solid #d8d8d8; }

/* -----------------------------------------------------------------------------------------------------------
											 CART steps
-------------------------------------------------------------------------------------------------------------- */
ul.step {
  margin-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 480px) {
    ul.step {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; } }
  ul.step li {
    float: left;
    width: 20%;
    text-align: left;
    border: 1px solid;
    border-top-color: #c7c7c7;
    border-bottom-color: #c7c7c7;
    border-right-color: #c7c7c7;
    border-left-width: 0; }
    @media (max-width: 479px) {
      ul.step li {
        width: 100%;
        border-left-width: 1px; } }
    ul.step li a,
    ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
      display: block;
      padding: 13px 10px 14px 13px;
      color: #333333;
      font-size: 17px;
      line-height: 21px;
      font-weight: bold;
      text-shadow: 1px 1px white;
      position: relative; }
      @media (max-width: 992px) {
        ul.step li a,
        ul.step li span, ul.step li.step_current span, ul.step li.step_current_end span {
          font-size: 15px; } }
      @media (min-width: 992px) {
        ul.step li a:after,
        ul.step li span:after, ul.step li.step_current span:after, ul.step li.step_current_end span:after {
          content: ".";
          position: absolute;
          top: 6px;
          right: -18px;
          z-index: 0;
          text-indent: -5000px;
          display: block;
          width: 36px;
          height: 36px;
          margin-top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); } }
      ul.step li a:focus,
      ul.step li span:focus, ul.step li.step_current span:focus, ul.step li.step_current_end span:focus {
        text-decoration: none;
        outline: none; }
    ul.step li.first {
      border-left-width: 1px;
      border-left-color: #b7b7b7; }
      @media (min-width: 480px) {
        ul.step li.first {
          -moz-border-radius-topleft: 0;
          -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
          -moz-border-radius-bottomleft: 0;
          -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0; } }
      ul.step li.first span,
      ul.step li.first a {
        z-index: 5;
        padding-left: 13px !important; }
        @media (min-width: 480px) {
          ul.step li.first span,
          ul.step li.first a {
            -moz-border-radius-topleft: 0;
            -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0; } }
    ul.step li.second span,
    ul.step li.second a {
      z-index: 4; }
    ul.step li.third span,
    ul.step li.third a {
      z-index: 3; }
    ul.step li.four span,
    ul.step li.four a {
      z-index: 2; }
    ul.step li.last span {
      z-index: 1; }
    @media (min-width: 480px) {
      ul.step li.last {
        -moz-border-radius-topright: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0; }
        ul.step li.last span {
          -moz-border-radius-topright: 0;
          -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
          -moz-border-radius-bottomright: 0;
          -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0; } }
    ul.step li.step_current {
      font-weight: bold;
      background: #42b054;
      border-color: #2d7839; }
      ul.step li.step_current span {
        color: white;
        text-shadow: 1px 1px #208931;
        position: relative; }
        @media (min-width: 992px) {
          ul.step li.step_current span {
            padding-left: 38px; }
            ul.step li.step_current span:after {
              background: #42b054;
              border-top: 1px solid #2d7839;
              border-right: 1px solid #2d7839; } }
    ul.step li.step_current_end {
      font-weight: bold; }
    ul.step li.step_todo {
      background: #ededed; }
      ul.step li.step_todo span {
        display: block;
        color: #333333;
        position: relative; }
        @media (min-width: 992px) {
          ul.step li.step_todo span {
            padding-left: 38px; }
            ul.step li.step_todo span:after {
              background: #ededed;
              border-top: 1px solid #c7c7c7;
              border-right: 1px solid #c7c7c7; } }
    ul.step li.step_done {
      border-color: #454545;
      background: #6b6b6b; }
      ul.step li.step_done a {
        color: white;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3); }
        @media (min-width: 992px) {
          ul.step li.step_done a {
            padding-left: 38px; }
            ul.step li.step_done a:after {
              background: #6b6b6b;
              border-top: 1px solid #454545;
              border-right: 1px solid #454545; } }
    @media (min-width: 992px) {
      ul.step li.step_done.step_done_last a:after {
        background: #6b6b6b;
        border-top: 1px solid #454545;
        border-right: 1px solid #454545; } }
    @media (min-width: 992px) {
      ul.step li#step_end span:after {
        display: none; } }
    ul.step li em {
      font-style: normal; }
      @media (min-width: 480px) and (max-width: 767px) {
        ul.step li em {
          display: none; } }
  ul.step a:hover {
    background: #454545;
    border-color: #1f1f1f; }
    ul.step a:hover:after {
      border-top-color: #1f1f1f !important;
      border-right-color: #1f1f1f !important;
      background: #454545 !important; }

.hide-right-column.hide-left-column ul.step li em {
  display: inline; }
  @media (max-width: 1199px) {
    .hide-right-column.hide-left-column ul.step li em {
      display: none; } }
.hide-right-column.hide-left-column ul.step li a,
.hide-right-column.hide-left-column ul.step li span, .hide-right-column.hide-left-column ul.step li.step_current span, .hide-right-column.hide-left-column ul.step li.step_current_end span {
  font-size: 17px;
  line-height: 21px;
  padding-top: 13px;
  padding-bottom: 14px; }
  @media (max-width: 1199px) {
    .hide-right-column.hide-left-column ul.step li a,
    .hide-right-column.hide-left-column ul.step li span, .hide-right-column.hide-left-column ul.step li.step_current span, .hide-right-column.hide-left-column ul.step li.step_current_end span {
      padding-left: 15px;
      font-size: 14px; } }
  .hide-right-column.hide-left-column ul.step li a:after,
  .hide-right-column.hide-left-column ul.step li span:after, .hide-right-column.hide-left-column ul.step li.step_current span:after, .hide-right-column.hide-left-column ul.step li.step_current_end span:after {
    height: 36px;
    right: -18px;
    top: 6px;
    width: 36px; }
    @media (max-width: 1199px) {
      .hide-right-column.hide-left-column ul.step li a:after,
      .hide-right-column.hide-left-column ul.step li span:after, .hide-right-column.hide-left-column ul.step li.step_current span:after, .hide-right-column.hide-left-column ul.step li.step_current_end span:after {
        display: none; } }

.hide-right-column ul.step li em, .hide-left-column ul.step li em {
  display: none; }
.hide-right-column ul.step li a,
.hide-right-column ul.step li span, .hide-right-column ul.step li.step_current span, .hide-right-column ul.step li.step_current_end span, .hide-left-column ul.step li a,
.hide-left-column ul.step li span, .hide-left-column ul.step li.step_current span, .hide-left-column ul.step li.step_current_end span {
  font-size: 13px;
  line-height: 17px;
  padding-top: 13px;
  padding-bottom: 14px; }
  .hide-right-column ul.step li a:after,
  .hide-right-column ul.step li span:after, .hide-right-column ul.step li.step_current span:after, .hide-right-column ul.step li.step_current_end span:after, .hide-left-column ul.step li a:after,
  .hide-left-column ul.step li span:after, .hide-left-column ul.step li.step_current span:after, .hide-left-column ul.step li.step_current_end span:after {
    height: 32px;
    right: -17px;
    top: 6px;
    width: 32px; }

.two_columns ul.step li {
  width: 100%;
  border-top-width: 0; }
  .two_columns ul.step li:first-child {
    border-top-width: 1px; }
  .two_columns ul.step li em {
    display: none; }
  .two_columns ul.step li a,
  .two_columns ul.step li span, .two_columns ul.step li.step_current span, .two_columns ul.step li.step_current_end span {
    font-size: 13px;
    line-height: 17px;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 15px; }
    .two_columns ul.step li a:after,
    .two_columns ul.step li span:after, .two_columns ul.step li.step_current span:after, .two_columns ul.step li.step_current_end span:after {
      display: none; }

.ie8 ul.step li a:after,
.ie8 ul.step li span:after, .ie8 ul.step li.step_current span:after, .ie8 ul.step li.step_current_end span:after {
  display: none; }

/* -------------------------------------------------------------------------------------------------------
							 module productcomments
---------------------------------------------------------------------------------------------------------- */

.cancel,
.star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer; }

.cancel, .cancel a {
  background: url(_mod_files/modules/productcomments/img/delete.gif) no-repeat 0 -16px !important; }

.cancel a,
.star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0; }

div.star_on a {
  background-position: 0 -16px; }

div.star_hover a,
div.star a:hover {
  background-position: 0 -32px; }

.pack_content {
  margin: 10px 0 10px 0; }

.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow; }

#page .rte {
  background: transparent none repeat scroll 0 0; }

.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important; }

.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d8d8d8;
  color: #666666; }

.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333333; }

.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333333; }

/* ------------------------------------------------------------------------------------------------
									 BREADCRUMB
--------------------------------------------------------------------------------------------------- */
.breadcrumb {
	display: block;
	padding: 0 11px 0 0;
	border: 1px solid #d8d8d8;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	min-height: 6px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.breadcrumb .navigation-pipe {
	width: 10px;
	display: inline-block;
}
.breadcrumb a {
	display: inline-block;
	background: white;
	padding: 0 15px 0 15px;
	position: relative;
	z-index: 2;
	color: #333333;
	border-right: 1px solid #d8d8d8;
	text-decoration:none;
}
.breadcrumb a.home {
	font-size: 17px;
	color: #777777;
	width: 38px;
	text-align: center;
	padding: 0;
	margin: 0 -6px 0 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 99;
	line-height: 20px;
	display: inline-block;
	height: 24px;
}
.breadcrumb a.home i {
	vertical-align: -1px;
}
.breadcrumb a.home:before {
	border: none;
}
.breadcrumb a:hover {
	color: #f13340;
}
.breadcrumb span.navigation_page{
	padding:0 15px;
}

.ie8 .breadcrumb {
	min-height: 1px;
}
.ie8 .breadcrumb a:after {
	display: none;
}
.ie8 .breadcrumb .navigation-pipe {
	width: 20px;
}

/* ----------------------------------------------------------------------------------------------------
											FOOTER
------------------------------------------------------------------------------------------------------- */
.footer-container .container {}
.footer-container #footer {
  color: #777777; }
  .footer-container #footer .row {
    position: relative; }
  .footer-container #footer .footer-block {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .footer-container #footer .footer-block {
        margin-top: 20px; } }
  .footer-container #footer a {
    color: #777777; }
    .footer-container #footer a:hover {
      color: white; }
  .footer-container #footer h4 {
    font: 500 17px/21px "Roboto", sans-serif;
    color: white;
    margin: 0 0 26px 0;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer-container #footer h4 {
        font: 500 14px/20px "Roboto", sans-serif; } }
    @media (max-width: 767px) {
      .footer-container #footer h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px;
        padding-right: 25px; }
        .footer-container #footer h4:after {
          display: block;
          content: "\f055";
          font-family: "FontAwesome";
          position: absolute;
          right: 0;
          top: 1px; }
        .footer-container #footer h4.active:after {
          content: "\f056"; } }
    .footer-container #footer h4 a {
      color: white; }
      .footer-container #footer h4 a:hover {
        color: #f13340; }
  .footer-container #footer ul {
    margin-bottom: 0; }
    .footer-container #footer ul li {
      padding-bottom: 10px; }
      .footer-container #footer ul li a {
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
        color: #777777;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .footer-container #footer ul li a:hover {
          color: #f13340;
          text-decoration: underline; }
  .footer-container #footer #block_contact_infos h4 {
    margin-bottom: 24px; }
  .footer-container #footer #block_contact_infos > div ul li {
    padding: 0 70px 4px 0px;
    overflow: hidden;
    font-size: 12px;
    line-height: 23px; }
    @media (max-width: 1199px) {
      .footer-container #footer #block_contact_infos > div ul li {
        padding: 0 0px 4px 0px; } }
    .footer-container #footer #block_contact_infos > div ul li > span {
      font-size: 17px;
      font-weight: bold;
      color: white; }
      .footer-container #footer #block_contact_infos > div ul li > span a {
        color: #f13340;
        font-weight: normal;
        text-transform: none;
        font-size: 12px;
        font-weight: normal;
        text-decoration: underline; }
        .footer-container #footer #block_contact_infos > div ul li > span a:hover {
          text-decoration: none; }
    .footer-container #footer #block_contact_infos > div ul li:last-child {
      padding-top: 5px; }
      @media (max-width: 767px) {
        .footer-container #footer #block_contact_infos > div ul li:last-child {
          padding-bottom: 25px; } }
    .footer-container #footer #block_contact_infos > div ul li i {
      font-size: 25px;
      width: 26px;
      float: left;
      color: #f13340;
      padding-top: 1px; }
      .footer-container #footer #block_contact_infos > div ul li i.fa-envelope-o {
        font-size: 19px;
        width: 29px;
        padding-top: 4px; }
  .footer-container #footer #social_block {
    clear: right;
    float: right;
    padding-top: 8px; }
    .footer-container #footer #social_block ul li {
      float: left;
      width: 37px;
      text-align: center;
      padding-top: 20px; }
      .footer-container #footer #social_block ul li a {
        display: inline-block;
        color: #908f8f;
        font-size: 24px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .footer-container #footer #social_block ul li a span {
          display: none; }
        .footer-container #footer #social_block ul li a:before {
          font-family: "FontAwesome";
          font-weight: normal; }
        .footer-container #footer #social_block ul li a:hover {
          color: #f13340; }
      .footer-container #footer #social_block ul li.facebook a:before {
        content: "\f09a"; }
      .footer-container #footer #social_block ul li.twitter a:before {
        content: "\f099"; }
      .footer-container #footer #social_block ul li.rss a:before {
        content: "\f09e"; }
      .footer-container #footer #social_block ul li.youtube a:before {
        content: "\f167"; }
      .footer-container #footer #social_block ul li.google-plus a:before {
        content: "\f0d5"; }
      .footer-container #footer #social_block ul li.pinterest a:before {
        content: "\f0d2"; }
    .footer-container #footer #social_block h4 {
      float: left;
      margin-bottom: 0;
      font-size: 17px;
      line-height: 21px;
      padding-right: 8px;
      padding-top: 20px; }
      .footer-container #footer #social_block h4:after {
        display: none; }
  .footer-container #footer .bottom-footer {
    position: absolute;
    bottom: -13px;
    left: 0;
    font-size: 12px; }
    @media (max-width: 767px) {
      .footer-container #footer .bottom-footer {
        bottom: -33px; } }
    .footer-container #footer .bottom-footer div {
      width: 100%; }

#reinsurance_block {
  clear: both !important; }

/* ------- ---------------------------------------------------------------------------------------------------------------------
					Make sure lists are correctly displayed in tinyMCE BO edition mode too
-------------------------------------------------------------------------------------------------------------------------------- */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px; }

.rte ul {
  list-style-type: disc; }

.rte ol {
  list-style-type: decimal; }

.block_hidden_only_for_screen {
  display: none; }

/* ----------------------------------------------------------------------------------------------------------
										 PAIMENT - PAGE ORDER
------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------
											nav bottom
--------------------------------------------------------------------------------------------------------------- */
.cart_navigation {
  margin: 0 0 20px; }
  .cart_navigation .btn-md {
    float: right; }
  @media (max-width: 480px) {
    .cart_navigation > span {
      display: block;
      width: 100%;
      padding-bottom: 15px; } }

/* ---------------------------------------------------------------------------------------------------------------------
												 step 1 - cart
------------------------------------------------------------------------------------------------------------------------ */
.cart_last_product {
  display: none; }

.cart_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.cart_gift_quantity .cart_quantity_input {
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  width: 57px; }

.table tbody > tr > td {
  vertical-align: middle; }
  .table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 88px; }
    .table tbody > tr > td.cart_quantity .cart_quantity_button {
      margin-top: 3px;
      display: block !important; }
      .table tbody > tr > td.cart_quantity .cart_quantity_button a {
        float: left;
        margin-right: 3px; }
        .table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
          margin-right: 0; }
  .table tbody > tr > td.cart_delete, .table tbody > tr > td.price_discount_del {
	width:100px;
    padding: 5px; }
.table tfoot > tr > td {
  vertical-align: middle; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #333333; }
  .cart_delete a.cart_quantity_delete:hover,
  a.price_discount_delete:hover {
    color: silver; }

#cart_summary tbody td.cart_product {
  padding: 19px;
  width: 137px; }
#cart_summary tbody td.cart_unit .price span {
  display: block; }
  #cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block; }
  #cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through; }
#cart_summary tbody td.cart_description {
  width: 480px; }
  #cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0; }
#cart_summary tfoot td.text-right {
  font-weight: bold;
  color: #333333; }
#cart_summary tfoot td.price {
  text-align: right; }
#cart_summary tfoot td.total_price_container span {
  font: 600 18px/22px "Roboto", sans-serif;
  color: #555454;
  text-transform: uppercase; }
#cart_summary tfoot td#total_price_container {
  font: 600 21px/25px "Roboto", sans-serif;
  color: #f02727;
  background: white; }
  
.btn-checkout{
	background:#f02727;
	float:right;
}
.btn.btn-checkout:hover{
	background:#000;
}

@media (max-width: 767px) {
  #order-detail-content .cart_navigation{
	text-align:center;
  }
  #order-detail-content .btn{
	margin-top:5px;
  }
  #order-detail-content .btn-checkout{
	float:none;
  }
  
  /*#order-detail-content #cart_summary table,*/
  #order-detail-content #cart_summary thead,
  #order-detail-content #cart_summary tbody,
  #order-detail-content #cart_summary th,
  #order-detail-content #cart_summary td,
  #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    width: 50%;
    float: left;
    white-space: normal; }
    #order-detail-content #cart_summary td.cart_avail {
      clear: both; }
    #order-detail-content #cart_summary td.cart_quantity {
      clear: both;
      padding: 9px 8px 11px 18px; }
    #order-detail-content #cart_summary td.cart_delete {
      width: 100%;
      clear: both;
      text-align: right; }
      #order-detail-content #cart_summary td.cart_delete:before {
        display: inline-block;
        padding-right: 0.5em;
        position: relative;
        top: -3px; }
    #order-detail-content #cart_summary td div {
      display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
    #order-detail-content #cart_summary tfoot td:before {
      display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right, #order-detail-content #cart_summary tfoot tr .price {
    display: block;
    float: left;
    width: 50%; } }
@media (max-width: 768px) {
  #order-detail-content #cart_summary tbody td .price {
    text-align: left; } }
.cart_voucher {
  vertical-align: top !important; }
  .cart_voucher h4 {
    font: 600 18px/22px "Roboto", sans-serif;
    color: black;
    text-transform: uppercase;
    padding: 7px 0 10px 0; }
  .cart_voucher .title-offers {
    color: #333333;
    font-weight: bold;
    margin-bottom: 6px; }
  .cart_voucher fieldset {
    margin-bottom: 10px; }
    .cart_voucher fieldset #discount_name {
      float: left;
      width: 219px;
      margin-right: 11px; }
  .cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #252628; }
    .cart_voucher #display_cart_vouchers span:hover {
      color: #888888; }
  .cart_voucher #voucher #discount_name {
    height: 32px; }

.enable-multishipping {
  margin: -13px 0 17px; }
  .enable-multishipping label {
    font-weight: normal; }

#HOOK_SHOPPING_CART #loyalty i {
  font-size: 26px;
  line-height: 26px;
  color: #cfcccc; }

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: white; }

#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  background: url(_mod_files/img/bg_table_th.png) repeat-x 0 -10px #999999; }

#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: bold; }

.multishipping_close_container {
  text-align: center; }

#cart_summary table .gift-icon {
  color: white;
  background: #0088cc;
  line-height: 20px;
  padding: 2px 5px;
  border-radius: 5px; }

/* ----------------------------------------------------------------------------------------------------
											 step 3 - address
------------------------------------------------------------------------------------------------------- */
#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px; }
  #multishipping_mode_box .title {
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px; }
  #multishipping_mode_box .description_off {
    display: none; }
    #multishipping_mode_box .description_off div {
      margin-bottom: 10px; }
  #multishipping_mode_box .description_off a:hover,
  #multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc; }

#multishipping_mode_box.on .description_off {
  display: block; }

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px; }

#order .address_add.submit {
  margin-bottom: 20px; }

#ordermsg {
  margin-bottom: 30px; }

#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px; }

.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left; }
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("_mod_files/img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px; }
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0; }

/* -----------------------------------------------------------------------------------------------------------------------
								 				step 4 - paiement
-------------------------------------------------------------------------------------------------------------------------- */
#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal; }
  #order .delivery_option > div > table,
  #order-opc .delivery_option > div > table {
    background: white;
    margin-bottom: 0; }
    #order .delivery_option > div > table.resume,
    #order-opc .delivery_option > div > table.resume {
      height: 53px; }
      #order .delivery_option > div > table.resume.delivery_option_carrier,
      #order-opc .delivery_option > div > table.resume.delivery_option_carrier {
        margin-top: 10px;
        width: 100%;
        background: #5192f3;
        color: white;
        border: 1px solid #4b80c3;
        font-weight: bold; }
        #order .delivery_option > div > table.resume.delivery_option_carrier td,
        #order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
          padding: 8px 11px 7px 11px; }
          #order .delivery_option > div > table.resume.delivery_option_carrier td i,
          #order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
            font-size: 20px;
            margin-right: 7px;
            vertical-align: -2px; }
      #order .delivery_option > div > table.resume td.delivery_option_radio,
      #order-opc .delivery_option > div > table.resume td.delivery_option_radio {
        width: 54px;
        padding-left: 0;
        padding-right: 0;
        text-align: center; }
      #order .delivery_option > div > table.resume td.delivery_option_logo,
      #order-opc .delivery_option > div > table.resume td.delivery_option_logo {
        width: 97px;
        padding-left: 21px; }
      #order .delivery_option > div > table.resume td.delivery_option_price,
      #order-opc .delivery_option > div > table.resume td.delivery_option_price {
        width: 162px; }

.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px; }
  .order_carrier_content .carrier_title {
    font-weight: bold;
    color: #333333; }
  .order_carrier_content .checkbox input {
    margin-top: 2px; }
  .order_carrier_content .delivery_options_address .carrier_title {
    margin-bottom: 17px; }
  .order_carrier_content + div {
    padding-bottom: 15px; }

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: white; }

#carrierTable tbody {
  border-bottom: 1px solid #999999; }

#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: white;
  text-transform: uppercase;
  background: url(_mod_files/img/bg_table_th.png) repeat-x 0 -10px #999999; }

#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9; }

#carrierTable td.carrier_price {
  border: none; }

p.checkbox.gift {
  margin-bottom: 10px; }

#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px; }

a.iframe {
  color: #333333;
  text-decoration: underline; }
  a.iframe:hover {
    text-decoration: none; }
	
/********************************************************
			One-Page Checkout Styles
********************************************************/
#order-opc {
  line-height: 20px; }
  #order-opc .box {
    padding-bottom: 20px; }
  #order-opc .cart_navigation {
    margin-bottom: 53px; }
  #order-opc .page-heading.step-num {
    position: relative;
    padding-left: 45px;
    overflow: visible; }
    #order-opc .page-heading.step-num span {
      font-weight: bold;
      font-size: 42px;
      line-height: 51px;
      font-style: italic;
      color: #333333;
      position: absolute;
      left: 10px;
      top: -14px; }
  #order-opc .form-group {
    margin-bottom: 2px; }
    #order-opc .form-group .form-control {
      max-width: 271px; }
  #order-opc .lost_password {
    display: inline-block;
    text-decoration: underline;
    margin: 5px 0 14px; }
    #order-opc .lost_password:hover {
      text-decoration: none; }
  #order-opc .opc-button {
    padding: 11px 0 0 0; }
  #order-opc ul.bullet {
    line-height: 22px;
    margin-bottom: 5px; }
  #order-opc .date-select {
    padding-bottom: 10px; }
  #order-opc .opc-add-save {
    border-top: 1px solid #d8d8d8;
    margin-top: 20px;
    padding-top: 20px; }
  #order-opc #message {
    margin-bottom: 35px; }
  #order-opc #opc_payment_methods {
    margin-bottom: 30px; }
    #order-opc #opc_payment_methods p.warning {
      color: #F13340;
      font-weight: 700; }
  #order-opc #opc_account {
    margin-bottom: 30px; }
  #order-opc .address_delivery.select {
    margin-bottom: 15px; }
  #order-opc #address_invoice_form.form-group {
    margin-bottom: 30px; }

#new_account_form .id_state,
#new_account_form .dni,
#new_account_form .postcode {
  display: none; }



/* -------------------------------------------------------------------------------------------------------------
										 step 5 - paiement
---------------------------------------------------------------------------------------------------------------- */
p.payment_module {
  margin-bottom: 10px; }
  p.payment_module a {
    display: block;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
    font-weight: bold;
    padding: 33px 40px 34px 99px;
    letter-spacing: -1px;
    position: relative; }
    p.payment_module a.bankwire {
      background: url(_mod_files/img/bankwire.png) 15px 12px no-repeat #fbfbfb; }
    p.payment_module a.cheque {
      background: url(_mod_files/img/cheque.png) 15px 15px no-repeat #fbfbfb; }
    p.payment_module a.cash {
      background: url(_mod_files/img/cash.png) 15px 15px no-repeat #fbfbfb; }
    p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
      display: block;
      content: "\f054";
      position: absolute;
      right: 15px;
      margin-top: -11px;
      top: 50%;
      font-family: "FontAwesome";
      font-size: 25px;
      height: 22px;
      width: 14px;
      color: #252628; }
    p.payment_module a:hover {
      background-color: #f6f6f6; }
    p.payment_module a span {
      font-weight: bold;
      color: #757575; }

.payment_module.box {
  margin-top: 20px; }

p.cheque-indent {
  margin-bottom: 9px; }

.cheque-box .form-group {
  margin-bottom: 0; }
  .cheque-box .form-group .form-control {
    width: 269px; }

.order-confirmation.box {
  line-height: 29px; }
  .order-confirmation.box a {
    text-decoration: underline; }
    .order-confirmation.box a:hover {
      text-decoration: none; }

/* -----------------------------------------------------------------------------------------------------
									 PAGE ORDER-OPC
-------------------------------------------------------------------------------------------------------- */
.delivery_option_carrier td {
  width: 200px; }

.delivery_option_carrier td + td {
  width: 280px; }

.delivery_option_carrier td + td + td {
  width: 200px; }

.delivery_option_carrier tr td {
  padding: 5px; }

.delivery_option_carrier.selected {
  display: table; }

.delivery_option_carrier.not-displayable {
  display: none; }

/* --------------------------------------------------------------------------------------------------------
									 PAGES ADRESSES, IDENTITY
----------------------------------------------------------------------------------------------------------- */
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
  color: #f13340;
  margin: 9px 0 16px 0; }
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
  color: red; }
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
  margin-bottom: 4px; }
  #address .form-group .form-control,
  #identity .form-group .form-control,
  #account-creation_form .form-group .form-control,
  #new_account_form .form-group .form-control,
  #opc_account_form .form-group .form-control,
  #authentication .form-group .form-control {
    max-width: 271px; }
    #address .form-group .form-control#adress_alias,
    #identity .form-group .form-control#adress_alias,
    #account-creation_form .form-group .form-control#adress_alias,
    #new_account_form .form-group .form-control#adress_alias,
    #opc_account_form .form-group .form-control#adress_alias,
    #authentication .form-group .form-control#adress_alias {
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #address .form-group.phone-number,
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
      float: left;
      width: 270px;
      margin-right: 13px; } }
  @media (min-width: 1200px) {
    #address .form-group.phone-number + p,
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
      padding: 23px 0 0 0;
      margin-bottom: 0; } }
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
  margin-bottom: 4px;
  padding-top: 4px; }
  #address .gender-line > label,
  #identity .gender-line > label,
  #account-creation_form .gender-line > label,
  #new_account_form .gender-line > label,
  #opc_account_form .gender-line > label,
  #authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0; }
  #address .gender-line .radio-inline label,
  #identity .gender-line .radio-inline label,
  #account-creation_form .gender-line .radio-inline label,
  #new_account_form .gender-line .radio-inline label,
  #opc_account_form .gender-line .radio-inline label,
  #authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777; }

#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px; }
  #identity #center_column form.std .row .col-xs-4,
  #authentication #center_column form.std .row .col-xs-4,
  #order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 94px; }
    #identity #center_column form.std .row .col-xs-4 .form-control,
    #authentication #center_column form.std .row .col-xs-4 .form-control,
    #order-opc #center_column form.std .row .col-xs-4 .form-control {
      max-width: 84px; }
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0; }

.box .top-indent {
    padding-top: 30px;
}
  
#new_account_form .box {
  line-height: 20px; }
  #new_account_form .box .date-select {
    padding-bottom: 10px; }
  #new_account_form .box .top-indent {
    padding-top: 10px; }
  #new_account_form .box .customerprivacy {
    padding-top: 15px; }

/* -----------------------------------------------------------------------------------------------------
											 PASSWORD
-------------------------------------------------------------------------------------------------------- */
#password {
  padding-top: 0;
  border: none; }
  #password .box p {
    margin-bottom: 9px; }
  #password .box .form-group {
    margin-bottom: 20px; }
    #password .box .form-group .form-control {
      width: 263px; }

/* ------------------------------------------------------------------------------------------------------
											 PAGE SEARCH
--------------------------------------------------------------------------------------------------------- */
#instant_search_results a.close {
  font-size: 13px;
  font-weight: 600;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  font-family: "Roboto", sans-serif; }
  #instant_search_results a.close:hover {
    color: #888888; }

/* ---------------------------------------------------------------------------------------------------------
										 MANUFACTURERS/SUPPLIERS
------------------------------------------------------------------------------------------------------------ */
#manufacturer .top-pagination-content div.pagination .showall,
#manufacturer .bottom-pagination-content div.pagination .showall, #supplier .top-pagination-content div.pagination .showall,
#supplier .bottom-pagination-content div.pagination .showall {
  margin-right: 0; }

#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px; }
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px; }
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold; }
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d8d8d8;
  padding: 31px 0 30px 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .mansup-container,
    #suppliers_list.list li .mansup-container {
      text-align: center; } }
@media only screen and (max-width: 767px) {
  #manufacturers_list.list li .logo,
  #suppliers_list.list li .logo {
    margin-bottom: 10px; } }
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0; }
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center; }
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin: 0 0 0 0;
  padding-bottom: 8px; }
#manufacturers_list.list li .lnk_img img,
#suppliers_list.list li .lnk_img img {
  display: inline-block; }
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .middle-side,
    #suppliers_list.list li .middle-side {
      padding-right: 15px;
      padding-left: 15px; } }
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d8d8d8;
  padding: 0 0 32px 31px;
  min-height: 108px; }
  @media (max-width: 767px) {
    #manufacturers_list.list li .right-side-content,
    #suppliers_list.list li .right-side-content {
      min-height: 1px;
      padding: 0;
      border: none; } }
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center; }
  #manufacturers_list.grid li .product-container,
  #suppliers_list.grid li .product-container {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8; }
    #manufacturers_list.grid li .product-container .left-side,
    #suppliers_list.grid li .product-container .left-side {
      padding-bottom: 42px; }
    #manufacturers_list.grid li .product-container h3,
    #suppliers_list.grid li .product-container h3 {
      padding-bottom: 10px; }
    #manufacturers_list.grid li .product-container .product-counter,
    #suppliers_list.grid li .product-container .product-counter {
      margin-bottom: 12px; }
@media (min-width: 1200px) {
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left; }
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left; }
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none; } }
@media (max-width: 767px) {
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none; } }

#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d8d8d8; }
  #manufacturer .description_box .hide_desc,
  #supplier .description_box .hide_desc {
    display: none; }
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px; }
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d8d8d8; }

/* ---------------------------------------------------------------------------------------------------------------------
											 DISCOUNT PAGE
------------------------------------------------------------------------------------------------------------------------ */
table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px; }
  table.discount i.icon-ok {
    color: #46a74e; }
  table.discount i.icon-remove {
    color: #f13340; }

/* ------------------------------------------------------------------------------------------------------------------------
											 GUEST TRACKING
--------------------------------------------------------------------------------------------------------------------------- */
#guestTracking .form-control {
  max-width: 271px; }
@media (min-width: 1200px) {
  #guestTracking .form-group {
    overflow: hidden; }
    #guestTracking .form-group i {
      padding-left: 10px; }
  #guestTracking .form-control {
    float: left; }
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%; } }

/* ------------------------------------------------------------------------------------------------------------------------------
													 PAGE 404
--------------------------------------------------------------------------------------------------------------------------------- */
#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 0 auto;
  text-align: center; }
  #pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0; }
    #pagenotfound .pagenotfound .img-404 img {
      max-width: 100%; }
  #pagenotfound .pagenotfound h1 {
    font: 600 28px/34px "Roboto", sans-serif;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 7px; }
  #pagenotfound .pagenotfound p {
    font: 600 16px/20px "Roboto", sans-serif;
    color: #555454;
    text-transform: uppercase;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 19px;
    margin-bottom: 20px; }
  #pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #333333;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px; }
  #pagenotfound .pagenotfound label {
    font-weight: normal; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound label {
        display: block; } }
  #pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px; }
    @media (max-width: 767px) {
      #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block; } }
  #pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0; }
    #pagenotfound .pagenotfound .buttons .btn-md i.left {
      font-size: 17px; }

/* -------*--------------------------------------------------------------------------------------------------------
										addon RerversoForm
------------------------------------------------------------------------------------------------------------------- */
#account-creation_form fieldset.reversoform {
  padding: 10px !important; }

#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left; }

#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right; }

/* -------*--------------------------------------------------------------------------------------------------------
									 addon customer privacy
-*----------------------------------------------------------------------------------------------------------------- */
#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer; }

/* -------*--------------------------------------------------------------------------------------------------------
									 addon referralprogram
------------------------------------------------------------------------------------------------------------------- */
.tab-content {
  margin-top: 20px; }
  .tab-content > ul {
    margin-bottom: 0; }

/* -----------------------------------------------------------------------------------------------------------------
									 addons comments products
-------------------------------------------------------------------------------------------------------------------- */
form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee; }

form#sendComment h3 {
  font-size: 14px; }

#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0; }

#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 12px; }

#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(_mod_files/img/bg_input.png) repeat-x 0 0 white; }

#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc; }

#sendComment p.submit {
  padding: 0;
  text-align: right; }

#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(_mod_files/img/icon/delete.gif) no-repeat 0 0; }

.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal; }

.star {
  display: block; }
  .star a {
    display: block;
    position: absolute;
    text-indent: -5000px; }

div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #777676; }

div.star.star_on {
  display: block; }
  div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743; }

div.star.star_hover:after {
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743; }

/* ------- CSS Modules ------- */
/* ------- IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder. ------- */
/* -------*--------------------------------------------------------------------------------------------------------
															 Block ADVERTISING
------------------------------------------------------------------------------------------------------------------- */
.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center; }

/* -------*--------------------------------------------------------------------------------------------------------
															footer
------------------------------------------------------------------------------------------------------------------- */
.blockcategories_footer ul ul {
  display: none !important; }

/* -------*--------------------------------------------------------------------------------------------------------
														 Form validate
------------------------------------------------------------------------------------------------------------------- */
.form-group.form-error input,
.form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(_mod_files/img/icon/form-error.png) 98% 5px no-repeat #fff1f2; }
.form-group.form-ok input,
.form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(_mod_files/img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1; }
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px; }

/* -------*--------------------------------------------------------------------------------------------------------
											 uniform
------------------------------------------------------------------------------------------------------------------- */
.radio-inline,
.checkbox {
  padding-left: 0; }
  .radio-inline .checker,
  .checkbox .checker {
    float: left; }
    .radio-inline .checker span,
    .checkbox .checker span {
      top: 0; }
  .radio-inline div.radio,
  .checkbox div.radio {
    display: inline-block; }
    .radio-inline div.radio span,
    .checkbox div.radio span {
      float: left;
      top: 0; }

.checkbox .checker input[type="checkbox"],
.checkbox-inline .checker input[type="checkbox"] {
  float: none; }



/* -------*--------------------------------------------------------------------------------------------------------
												 Homepage pre-footer
------------------------------------------------------------------------------------------------------------------- */
#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  padding: 0 15px; }
  #facebook_block h4,
  #cmsinfo_block h4 {
    padding: 24px 0 0 0;
    margin: 0 0 8px 0;
    font: 500 17px/21px "Roboto", sans-serif;
    color: #000;
    text-transform: uppercase; }

#facebook_block {
  padding-left: 0; }
  @media (max-width: 991px) {
    #facebook_block {
      float: none;
      width: 100%;
      padding: 0 0 30px; } }
  #facebook_block > div {
    border: 1px solid #d8d8d8;
    padding: 0px 29px 13px;
    min-height: 319px;
    background: #fff; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #facebook_block > div {
        min-height: 380px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #facebook_block > div {
        min-height: 0; } }
    @media (max-width: 767px) {
      #facebook_block > div {
        min-height: 0; } }
  #facebook_block .facebook-fanbox {
    background: white;
    border: 1px solid #eeedee;
    border: none;
    padding: 0 5px 5px; }

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important; }

@media (max-width: 1199px) {
  .facebook-fanbox .fb-like-box iframe {
    overflow-y: scroll; } }

#cmsinfo_block {
  padding-right: 0; }
  @media (max-width: 991px) {
    #cmsinfo_block {
      padding: 0; } }
  #cmsinfo_block > div {
    padding: 0;
    padding-right: 15px; }
    @media (max-width: 767px) {
      #cmsinfo_block > div {
        width: 100%;
        padding: 0 0 30px; } }
    #cmsinfo_block > div > div {
      background: #fff;
      padding: 0px 15px 13px 25px;
      border: 1px solid #d8d8d8;
      min-height: 319px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #cmsinfo_block > div > div {
          min-height: 380px; } }
      @media (max-width: 767px) {
        #cmsinfo_block > div > div {
          min-height: 0;
          padding: 0px 10px 13px 10px; } }
  #cmsinfo_block > div + div {
    padding: 0;
    padding-left: 15px; }
    @media (max-width: 767px) {
      #cmsinfo_block > div + div {
        width: 100%;
        padding: 0; } }
    #cmsinfo_block > div + div > div {
      padding: 0px 30px 13px 30px;
      border: none;
      background: url(_mod_files/img/cms-bg.png) no-repeat right bottom #3d3d3d; }
      @media (min-width: 480px) and (max-width: 767px) {
        #cmsinfo_block > div + div > div {
          background-size: cover; } }
      @media (max-width: 767px) {
        #cmsinfo_block > div + div > div {
          min-height: 0;
          padding: 0px 10px 13px 10px; } }
      #cmsinfo_block > div + div > div p {
        color: #fff; }
        #cmsinfo_block > div + div > div p strong {
          color: #f13340; }
  #cmsinfo_block em {
    float: left;
    width: 59px;
    height: 59px;
    margin: 3px 10px 0 0;
    font-size: 32px;
    color: white;
    line-height: 59px;
    text-align: center;
    background: #1a1a1a;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px; }
    @media (max-width: 991px) {
      #cmsinfo_block em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px; } }
  #cmsinfo_block .type-text {
    overflow: hidden; }
  #cmsinfo_block ul {
    padding-top: 19px;
    margin: 0; }
    #cmsinfo_block ul li {
      font-size: 13px;
      line-height: 19px;
      color: #757575;
      font-weight: normal;
      padding: 16px 0 0px; }
  #cmsinfo_block h3 {
    font: 500 17px/21px "Roboto", sans-serif;
    margin: 0 0 4px;
    text-transform: uppercase;
    color: #f13340; }
  #cmsinfo_block h4 {
    margin-bottom: 12px;
    padding-top: 25px; }
  #cmsinfo_block p em {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: #777777;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic; }

.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px; }

/* -------*--------------------------------------------------------------------------------------------------------
										 Zoom
------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  .zoomdiv {
    display: none !important; } }
/* -------*--------------------------------------------------------------------------------------------------------
								 temporary fix for quickview
------------------------------------------------------------------------------------------------------------------- */
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0;
  padding-top: 0; }
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0; }

/* -------*--------------------------------------------------------------------------------------------------------
									 Product Compare
------------------------------------------------------------------------------------------------------------------- */
#product_comparison td.compare_extra_information {
  padding: 10px; }
#product_comparison #social-share-compare {
  margin-bottom: 50px; }
  #product_comparison #social-share-compare .socialsharing_product button {
    text-align: center; }

/* -------*--------------------------------------------------------------------------------------------------------
										 Social Sharing
------------------------------------------------------------------------------------------------------------------- */
.btn-facebook:hover,
.btn-twitter:hover,
.btn-google-plus:hover,
.btn-pinterest:hover {
  border-color: white; }

.btn-facebook i {
  color: #435f9f; }
.btn-facebook:hover {
  color: white;
  background-color: #435f9f; }
  .btn-facebook:hover i {
    color: white; }

.btn-twitter i {
  color: #00aaf0; }
.btn-twitter:hover {
  color: white;
  background-color: #00aaf0; }
  .btn-twitter:hover i {
    color: white; }

.btn-google-plus i {
  color: #e04b34; }
.btn-google-plus:hover {
  color: white;
  background-color: #e04b34; }
  .btn-google-plus:hover i {
    color: white; }

.btn-pinterest i {
  color: #ce1f21; }
.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21; }
  .btn-pinterest:hover i {
    color: white; }

/* -------*-------------------------------------------------------------------------------------------------------- Product page coroucels *****************************************/
#crossselling_list,
.accessories-block .block_content,
#productscategory_list {
  padding-bottom: 30px;
  /* -------*--------------------------------------------------------------------------------------------------------
  													RESET AND LAYOUT
  ------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
  														THEME
  ------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
  														 LOADER
  ------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
  														 PAGER
  ------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
  										 DIRECTION CONTROLS (NEXT / PREV)
  ------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
  										 AUTO CONTROLS (START / STOP)
  ------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
  								 PAGER WITH AUTO-CONTROLS HYBRID LAYOUT
  ------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
  										 IMAGE CAPTIONS
  ------------------------------------------------------------------------------------------------------------------- */ }

.productRelatedItems_wrapper{
	border: 1px solid #d8d8d8;
    border-bottom: none;
    background: #fbfbfb;
    padding: 20px 20px 30px 20px;
}

  #crossselling_list .bx-wrapper,
  .accessories-block .block_content .bx-wrapper,
  #productscategory_list .bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1; }
    @media only screen and (min-width: 991px) {
      #crossselling_list .bx-wrapper,
      .accessories-block .block_content .bx-wrapper,
      .productRelatedItems_wrapper .bx-wrapper,
      #productscategory_list .bx-wrapper {
        margin: 0 !important; } }
  #crossselling_list .bx-wrapper img,
  .accessories-block .block_content .bx-wrapper img,
  .productRelatedItems_wrapper .bx-wrapper img,
  #productscategory_list .bx-wrapper img {
    max-width: 100%;
    display: block; }
  #crossselling_list .bx-wrapper .bx-pager,
  #crossselling_list .bx-wrapper .bx-controls-auto,
  .accessories-block .block_content .bx-wrapper .bx-pager,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto,
  .productRelatedItems_wrapper .bx-wrapper .bx-pager,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto,
  #productscategory_list .bx-wrapper .bx-pager,
  #productscategory_list .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  #crossselling_list .bx-wrapper .bx-loading,
  .accessories-block .block_content .bx-wrapper .bx-loading,
  .productRelatedItems_wrapper .bx-wrapper .bx-loading,
  #productscategory_list .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(/_img/bx-slider/bx_loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none; }
  #crossselling_list .bx-wrapper .bx-pager,
  .accessories-block .block_content .bx-wrapper .bx-pager,
  .productRelatedItems_wrapper .bx-wrapper .bx-pager,
  #productscategory_list .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #666;
    padding-top: 10px; }
  #crossselling_list .bx-wrapper .bx-pager .bx-pager-item,
  #crossselling_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
  .accessories-block .block_content .bx-wrapper .bx-pager .bx-pager-item,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
  .productRelatedItems_wrapper .bx-wrapper .bx-pager .bx-pager-item,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
  #productscategory_list .bx-wrapper .bx-pager .bx-pager-item,
  #productscategory_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a,
  .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a,
  .productRelatedItems_wrapper .bx-wrapper .bx-pager.bx-default-pager a,
  #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #000;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #crossselling_list .bx-wrapper .bx-pager.bx-default-pager a.active,
  .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a.active,
  .productRelatedItems_wrapper .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .productRelatedItems_wrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
  #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #productscategory_list .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ec3533; }
  #crossselling_list .bx-wrapper .bx-controls-direction a,
  .accessories-block .block_content .bx-wrapper .bx-controls-direction a,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-direction a,
  #productscategory_list .bx-wrapper .bx-controls-direction a {
    margin-top: 38px;
    height: 20px;
    width: 20px;
    line-height: 0;
    position: absolute;
    top: 40%;
    margin-top: -10px;
    font-size: 0;
    overflow: hidden; }
    #crossselling_list .bx-wrapper .bx-controls-direction a:before,
    .accessories-block .block_content .bx-wrapper .bx-controls-direction a:before,
    .productRelatedItems_wrapper .bx-wrapper .bx-controls-direction a:before,
    #productscategory_list .bx-wrapper .bx-controls-direction a:before {
      padding-left: 2px;
      color: #c0c0c0;
      font-family: "FontAwesome";
      font-size: 20px;
      line-height: 22px; }
    #crossselling_list .bx-wrapper .bx-controls-direction a:hover:before,
    .accessories-block .block_content .bx-wrapper .bx-controls-direction a:hover:before,
    .productRelatedItems_wrapper .bx-wrapper .bx-controls-direction a:hover:before,
    #productscategory_list .bx-wrapper .bx-controls-direction a:hover:before {
      color: #333333; }
  #crossselling_list .bx-next,
  .accessories-block .block_content .bx-next,
  .productRelatedItems_wrapper .bx-next,
  #productscategory_list .bx-next {
    right: 10px; }
    #crossselling_list .bx-next:before,
    .accessories-block .block_content .bx-next:before,
    .productRelatedItems_wrapper .bx-next:before,
    #productscategory_list .bx-next:before {
      content: "\f138"; }
  #crossselling_list .bx-prev,
  .accessories-block .block_content .bx-prev,
  .productRelatedItems_wrapper .bx-prev,
  #productscategory_list .bx-prev {
    left: 10px; }
    #crossselling_list .bx-prev:before,
    .accessories-block .block_content .bx-prev:before,
    .productRelatedItems_wrapper .bx-prev:before,
    #productscategory_list .bx-prev:before {
      content: "\f137"; }
  #crossselling_list .bx-wrapper .bx-controls-direction a.disabled,
  .accessories-block .block_content .bx-wrapper .bx-controls-direction a.disabled,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-direction a.disabled,
  #productscategory_list .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }
  #crossselling_list .bx-wrapper .bx-controls-auto,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto,
  #productscategory_list .bx-wrapper .bx-controls-auto {
    text-align: center; }
  #crossselling_list .bx-wrapper .bx-controls-auto .bx-start,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto .bx-start,
  #productscategory_list .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px; }
  #crossselling_list .bx-wrapper .bx-controls-auto .bx-start:hover,
  #crossselling_list .bx-wrapper .bx-controls-auto .bx-start.active,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start:hover,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start.active,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto .bx-start:hover,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto .bx-start.active,
  #productscategory_list .bx-wrapper .bx-controls-auto .bx-start:hover,
  #productscategory_list .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0; }
  #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto .bx-stop,
  #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px; }
  #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop:hover,
  #crossselling_list .bx-wrapper .bx-controls-auto .bx-stop.active,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop.active,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls-auto .bx-stop.active,
  #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop:hover,
  #productscategory_list .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px; }
  #crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
  .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
  #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  #crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto,
  .accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto,
  .productRelatedItems_wrapper .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto,
  #productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  #crossselling_list .bx-wrapper .bx-caption,
  .accessories-block .block_content .bx-wrapper .bx-caption,
  .productRelatedItems_wrapper .bx-wrapper .bx-caption,
  #productscategory_list .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
  #crossselling_list .bx-wrapper .bx-caption span,
  .accessories-block .block_content .bx-wrapper .bx-caption span,
  .productRelatedItems_wrapper .bx-wrapper .bx-caption span,
  #productscategory_list .bx-wrapper .bx-caption span {
    color: white;
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px; }

@media (max-width: 479px){
	.productRelatedItems_wrapper{
		padding: 20px 10px 30px 10px;
	}
}







/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/autoload/highdpi.css
 *	============================================
 */

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.replace-2x {
		font-size: 1px;
	}
	.example {
		background-image: url(_mod_files/images/example2x.png);
		-webkit-background-size:13px 13px;
		-moz-background-size:13px 13px;
		-o-background-size:13px 13px;
		background-size:13px 13px;
	}
}





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/autoload/responsive-tables.css
 *	============================================
 */

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/autoload/uniform.default.css
 *	============================================
 */

/*
Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("img/jquery/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("_mod_files/img/jquery/uniform/bg-input.png") repeat-x 0 0;
  width: 0;
  height: 0; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  background: white;
  outline: 0; }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
  line-height: 27px;
  height: 27px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #fff; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background: none;
    height: 25px;
    line-height: 25px;
    padding-right: 30px;
    cursor: pointer;
    width: 100%;
    display: block; }
    div.selector span:after {
      content: '\f0d7';
      font-family: "FontAwesome";
      position: absolute;
      right: 1px;
      top: 1px;
      border: 1px solid #d8d8d8;
      text-align: center;
      height: 23px;
      width: 23px;
      font-size: 19px;
      line-height: 21px;
      color: #AFAEAE;
      background: #fafafa; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 150px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 27px;
    top: 0;
    left: 0;
    width: 100%; }
  div.selector.active span:after {
    color: #6f6e6e;
    top: 1px; }
  div.selector.hover span:after, div.selector.focus span:after {
    color: #6f6e6e;
    top: 1px; }
  div.selector.hover.active span:after, div.selector.focus.active span:after {
    color: #6f6e6e;
    top: 1px; }
  div.selector.disabled span:after, div.selector.disabled.active span:after {
    color: #6f6e6e;
    top: 1px; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span {
    width: 15px;
    height: 15px; }
  div.checker input {
    position: relative;
    left: -1px;
    top: -3px;
    width: 15px;
    height: 14px !important;
    padding: 0;
    cursor: pointer; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    border: 1px solid #d8d8d8;
    overflow: hidden;
    background: #fff; }
    div.checker span.checked:before {
      content: '\f00c';
      font-family: "FontAwesome";
      position: absolute;
      left: auto;
      top: auto;
      padding: 0 0 0 1px;
      text-align: center;
      width: 13px;
      height: 13px;
      line-height: 14px;
      font-size: 12px;
      background: #e9e9e9; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -15px -257px; }
    div.checker.active span.checked {
      background-position: -15px -257px; }
  div.checker.hover span, div.checker.focus span {
    background: #e9e9e9; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background: #e3e3e3; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: 0 -257px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: 0 -257px; }

/* Radio */
div.radio {
  position: relative;
  display: inline; }
  div.radio, div.radio span, div.radio input {
    width: 13px;
    height: 13px; }
  div.radio span {
    width: 14px;
    height: 14px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #d8d8d8;
    overflow: hidden; }
    div.radio span.checked:before {
      width: 8px;
      height: 8px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      background: #727272;
      position: absolute;
      z-index: 1;
      left: 2px;
      top: 2px;
      display: block;
      text-indent: -5000px;
      content: '.'; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span.checked {
    background-position: -13px -243px; }
  div.radio.hover span, div.radio.focus span {
    background-color: #f7f7f7; }

/* Uploader */
div.uploader {
  background: none;
  height: 27px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: 0 -378px;
    height: 27px;
    line-height: 27px;
    width: 94px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 27px;
    margin: 0 0 0 0;
    line-height: 27px;
    width: 172px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }

/* Buttons */
div.button {
  background-position: 0 -634px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 30px;
    text-align: center;
    background-position: right -514px;
    height: 30px;
    margin-left: 13px;
    padding: 0; }
  div.button.active {
    background-position: 0 -664px; }
    div.button.active span {
      background-position: right -544px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -694px; }
    div.button.hover span, div.button.focus span {
      background-position: right -574px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -724px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -604px;
      cursor: default; }

/* INPUT & TEXTAREA */
/* ************************************************************************************************
		uniform
************************************************************************************************ */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #777;
  border: solid 1px #d6d4d4; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    border-color: #cbcaca; }

/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
#compare_shipping .form-group label {
  display: block; }

div.selector {
  font-size: 12px; }
  div.selector span {
    color: #666;
    text-shadow: 0 1px 0 #fff; }
  div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px; }
  div.selector.disabled span, div.selector.disabled.active span {
    color: #bbb; }

.checker span input {
  margin: 0 !important; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 0 !important; }

.radio-inline,
.checkbox-inline {
  cursor: default; }

/* Checker */
div.checker {
  cursor: pointer;
  margin-right: 5px; }
  div.checker span {
    position: relative;
    top: 1px; }

#layered_form div.checker {
  display: inline;
  cursor: default; }

/* Radio */
div.radio {
  margin-right: 3px; }
  div.radio span {
    position: relative;
    top: 0; }

/* Uploader */
div.uploader span.action {
  text-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff; }
div.uploader span.filename {
  color: #777;
  border: solid 1px #d6d4d4;
  font-size: 13px;
  background: #fbfbfb;
  margin-right: 2px; }
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa; }
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }






 /**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/js/jquery/plugins/fancybox/jquery.fancybox.css
 *	============================================
 */

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.fancybox-opened {
	z-index: 8030;
}
/*
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
*/
.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/_img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/_img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/_img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 0 0 20px 0;
	margin:0 20px;
    text-align: center;
    font-size: 20px;
    color: #252628;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-skin {
  background: white !important; }

.fancybox-close {
	position: absolute;
	top: 8px;
	right: 7px;
	cursor: pointer;
	z-index: 8040;
	width: 25px;
	height: 25px;
	background: none;
	font-size: 25px;
	line-height: 25px;
	color: #333333;
	text-align: center;
	background: white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.fancybox-close:hover {
    color: #888888;
}
.fancybox-close:after {
	content: "\f057";
	font-family: "FontAwesome";
}
	
a.fancybox-close, a.fancybox-close:visited, a.fancybox-close:hover, a.fancybox-close:focus, a.fancybox-close:active{
	text-decoration:none;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url('/_img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/_img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/comparator.css
 *	============================================
 */

/********************************************************************
					Compare Page Styles
********************************************************************/
table#product_comparison{
	background:#fff;
}
table#product_comparison tbody tr td.product-block {
  vertical-align: top;
  padding: 14px 19px 19px;
  text-align: center; }
table#product_comparison tbody tr td.td_empty,
table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header {
  background: #fbfbfb;
  color: #333333; }
table#product_comparison tbody tr td.comparison_infos {
  text-align: center; }
  table#product_comparison tbody tr td.comparison_infos div.center {
    margin: 0 auto;
    width: 80px; }
table#product_comparison tbody tr td.td_empty {
  vertical-align: bottom; }
  table#product_comparison tbody tr td.td_empty > span {
    font: 600 18px/22px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #555454; }
table#product_comparison .remove {
  text-align: right;
  padding: 0 0 15px 0; }
  table#product_comparison .remove a {
    font-size: 23px;
    line-height: 23px;
    color: #c0c0c0; }
    table#product_comparison .remove a:hover {
      color: #888888; }
table#product_comparison .product-image-block {
  display: inline-block;
  position: relative; }
  table#product_comparison .product-image-block .product_image {
    position: relative;
    display: inline-block;
    margin: 0 0 8px 0; }
    table#product_comparison .product-image-block .product_image img {
      width: 100%; }
table#product_comparison h5 {
  padding: 0 0 8px 0;
  min-height: 54px; }
table#product_comparison .prices-container {
  padding: 0 0 5px 0; }
table#product_comparison .comparison_availability_statut {
  display: none;
  font-weight: 700;
  color: #060; }
table#product_comparison .product_discount {
  padding-top: 5px; }
  table#product_comparison .product_discount .reduced-price {
    color: #f13340;
    font-weight: 700; }
table#product_comparison .product_desc {
  padding: 0 0 12px 0; }
table#product_comparison .button-container a, table#product_comparison .button-container > span {
  margin-bottom: 10px; }
table#product_comparison .comparison_unit_price {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  color: #777777;
  font-style: italic; }
table#product_comparison .product-rating {
  width: 80px;
  margin: 0 auto;
  overflow: hidden; }
table#product_comparison .comparison_feature .product_name {
  display: none; }

.footer_link {
  margin: 0 0 20px 0; }

#stOCClose {
  width: 29px !important;
  height: 29px !important; }

.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices,
.stButton .stButton_gradient {
  height: 22px !important; }

.share strong {
  display: block;
  margin-bottom: 10px; }
.share > div {
  margin-bottom: 8px; }
@media (min-width: 1200px) {
  .share {
    position: relative;
    top: -350px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .share {
    position: relative;
    top: -260px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .share {
    position: relative;
    top: -245px; } }

.stArrow {
  display: none !important; }

/***** IE code ****/
.ie8 table#product_comparison .product-image-block .product_image img {
  width: auto; }

/**** responsive code ******/
@media (max-width: 992px) {
  #columns table#product_comparison tbody tr td.td_empty span {
    font-size: 14px; }
  #columns table#product_comparison tbody tr td.product-block {
    padding: 14px; }
  #columns table#product_comparison .btn.ajax_add_to_cart_button,
  #columns table#product_comparison .btn.lnk_view {
    font-size: 14px; } }
@media (max-width: 767px) {
  #product_comparison table,
  #product_comparison thead,
  #product_comparison tbody,
  #product_comparison th,
  #product_comparison td,
  #product_comparison tr {
    display: block; }

  #product_comparison thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  #product_comparison tr {
    overflow: hidden; }
    #product_comparison tr:last-child {
      border-bottom: none; }
      #product_comparison tr:last-child td {
        border-bottom: none; }

  #product_comparison td {
    border: none;
    position: relative;
    white-space: normal;
    float: left;
    width: 33.33%; }
    #product_comparison td:last-child {
      border-bottom: none; }

  #product_comparison .comparison_feature .feature-name {
    width: 100%;
    float: none;
    clear: both; } }
@media (max-width: 480px) {
  #product_comparison td {
    float: none;
    width: 100%; }

  #product_comparison .comparison_feature td {
    float: left;
    width: 50%; }
  #product_comparison .comparison_feature .feature-name {
    width: 100%;
    clear: both; }
  #product_comparison .comparison_feature .product-name {
    width: 50%;
    float: left;
    display: block; } }






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/product.css
 *	============================================
 */

/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px; }
  
#eshopItemDetails .primary_block {
	margin-bottom:0;
}

.product-description{
	border: 1px solid #d8d8d8;
    border-bottom: none;
    background: #fbfbfb;
    padding: 20px;
}

@media (max-width: 479px) {
	.product-description{
		padding: 20px 10px;
	}
}

.top-hr {
  background: #d8d8d8;
  height: 1px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 1200px) {
    .top-hr {
      margin: 0 15px 30px; } }

.hide-right-column.hide-left-column .top-hr {
  margin-left: 0;
  margin-right: 0; }

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Roboto", sans-serif; }

.box-security .product-heading-h5 {
  margin: 3px 0 -8px; }
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }

#productscategory_list .product-name,
.productRelatedItems_wrapper .product-name,
.accessories-block .product-name {
  margin-bottom: 5px; }
  #productscategory_list .product-name a,
  .productRelatedItems_wrapper .product-name a,
  .productRelatedItems_showAll .product-name a,
  .accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #252628;
	text-decoration:none;
}
    #productscategory_list .product-name a:hover,
    .productRelatedItems_wrapper .product-name a:hover,
    .productRelatedItems_showAll .product-name a:hover,
    .accessories-block .product-name a:hover {
      color: #f13340; }
#productscategory_list .no-print .ajax_add_to_cart_button,
.accessories-block .no-print .ajax_add_to_cart_button {
  padding: 5px;
  display: block;
  margin: 0;
  text-align: center; }
  #productscategory_list .no-print .ajax_add_to_cart_button span,
  .accessories-block .no-print .ajax_add_to_cart_button span {
    display: none; }
  #productscategory_list .no-print .ajax_add_to_cart_button:before,
  .accessories-block .no-print .ajax_add_to_cart_button:before {
    display: block; }
  @media only screen and (min-width: 1200px) {
    #productscategory_list .no-print .ajax_add_to_cart_button span,
    .accessories-block .no-print .ajax_add_to_cart_button span {
      display: block; }
    #productscategory_list .no-print .ajax_add_to_cart_button:before,
    .accessories-block .no-print .ajax_add_to_cart_button:before {
      display: none; }
    #productscategory_list .no-print .ajax_add_to_cart_button:hover span,
    .accessories-block .no-print .ajax_add_to_cart_button:hover span {
      display: none; }
    #productscategory_list .no-print .ajax_add_to_cart_button:hover:before,
    .accessories-block .no-print .ajax_add_to_cart_button:hover:before {
      display: block; } }

img {
  max-width: 100%;
  height: auto; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
	position: relative;
	z-index: 1;
	padding: 5px;
	border: 1px solid #d8d8d8;
	background: white;
	margin-bottom:10px;
}
  @media (max-width: 767px) {
    .pb-left-column #image-block {
      width: 280px;
      margin: 0 auto; } }
  .pb-left-column #image-block img {
    background: #fbfbfb;
    max-width: 100%; }
  .pb-left-column #image-block #view_full_size {
    display: block;
    cursor: pointer; }
    .pb-left-column #image-block #view_full_size .span_link {
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -68px;
      display: block;
      padding: 10px 0;
      text-align: center;
      line-height: 22px;
      color: #777676;
      width: 136px;
      text-align: center;
      font-weight: 700;
      background: rgba(255, 255, 255, 0.5);
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
      .pb-left-column #image-block #view_full_size .span_link:after {
        font-family: "FontAwesome";
        color: #c0c0c0;
        font-size: 20px;
        line-height: 22px;
        content: "\f00e";
        font-weight: normal;
        margin: 0 0 0 4px; }
      .pb-left-column #image-block #view_full_size .span_link:hover:after {
        color: #333333; }
  .pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px; }
  .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none; }
  .pb-left-column #image-block .zoomPad {
    z-index: auto !important; }
  .pb-left-column #image-block .new-box,
  .pb-left-column #image-block .sale-box {
    z-index: 50002; }

/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .pb-left-column #views_block {
      width: 280px;
      margin: 10px auto 0; } }

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 384px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #thumbs_list {
      width: 288px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list {
      width: 164px; } }
  @media (max-width: 767px) {
    #thumbs_list {
      width: 192px; } }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px; }
  #thumbs_list li {
    float: left;
    height: 88px;
    width: 88px;
    cursor: pointer;
    margin-right: 8px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 768px) and (max-width: 991px) {
      #thumbs_list li {
        width: 76px;
        height: 76px; } }
    #thumbs_list li a {
      display: block;
      border: 1px solid #d8d8d8;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fbfbfb; }
      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #989898; }
    #thumbs_list li img {
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

@media only screen and (min-width: 768px) {
  .two-columns #views_block {
    padding: 0 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .two-columns #views_block {
    padding: 0 35px; } }
@media only screen and (min-width: 768px) {
  .two-columns #thumbs_list {
    width: 288px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .two-columns #thumbs_list {
    width: 190px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .two-columns #thumbs_list {
    width: 385px; }
    .two-columns #thumbs_list li {
      width: 90px;
      height: 90px; }
      .two-columns #thumbs_list li img {
        height: 100%;
        width: 100%; } }

@media only screen and (min-width: 1200px) {
  .three-columns #views_block {
    padding: 0 55px; }
  .three-columns #thumbs_list {
    margin-right: 5px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .three-columns #views_block {
    padding: 0 40px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .three-columns #views_block {
    padding: 0 30px; }
  .three-columns #thumbs_list {
    width: 195px; }
    .three-columns #thumbs_list li {
      width: 90px;
      height: 90px; }
      .three-columns #thumbs_list li img {
        height: 100%;
        width: 100%; } }

span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px; }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      padding-left: 6px;
      width: 28px; } }

#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  text-decoration:none;
}
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: silver;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #333333; }

#view_scroll_right {
  float: left; }
  #view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left {
  margin-top: 0; }
  #view_scroll_left:before {
    content: "\f137";
    padding-right: 2px; }

.resetimg {
  padding: 10px 0 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

.view_scroll_spacer {
  margin-top: 38px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
      margin-top: 28px; } }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #usefull_link_block li {
    margin: 0 0 8px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    #usefull_link_block li:first-child {
      margin: 0 0 8px 0;
      border: none;
      padding: 0; }
    #usefull_link_block li a {
      color: #252628;
      font-weight: 700;
      position: relative;
      padding-left: 30px;
      line-height: 22px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #252628;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: #888888; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none; } }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f003"; }
    #usefull_link_block li#left_share_fb {
      clear: both;
      float: none; }
      #usefull_link_block li#left_share_fb a {
        padding-left: 18px; }
      #usefull_link_block li#left_share_fb a:before {
        content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
      cursor: pointer;
      font-weight: 700;
      clear: both;
      float: none;
      margin: 0 0 8px 0;
      border: none;
      padding: 0;
      position: relative; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #333333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: #888888; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 30px;
}
#eshopItemDetails .pb-center-column {
	margin-bottom:0;
}
  .pb-center-column h1 {
    padding-bottom: 20px;
    font-size: 20px;
    color: #252628;
    margin: -2px 0 0 0; }
  .pb-center-column p {
    margin-bottom: 2px; }
  .pb-center-column #product_reference {
    margin-bottom: 2px; }
    .pb-center-column #product_reference span {
      font-weight: 700;
      color: #333333; }
  .pb-center-column #short_description_block {
    color: #757575; }
    .pb-center-column #short_description_block .buttons_bottom_block {
      display: none; }
    .pb-center-column #short_description_block #short_description_content {
      padding: 0 0 10px;
      word-wrap: break-word; }
      .pb-center-column #short_description_block #short_description_content p {
        line-height: 18px; }
  .pb-center-column .socialsharing_product {
    padding: 8px 0 0 0;
    margin: 0 0 0 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #333333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  padding: 0 20px 20px;
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 0; }

#attributes fieldset {
  padding-bottom: 3px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block; }
#attributes .attribute_list {
  width: 100%; }
  #attributes .attribute_list .form-control {
    max-width: 230px; }
    #attributes .attribute_list .form-control option {
      background: white;
      color: #757575; }
  #attributes .attribute_list ul {
    clear: both; }
    #attributes .attribute_list ul li {
      float: left;
      margin-right: 10px; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #attributes .attribute_list div.radio,
  #attributes .attribute_list div.radio span,
  #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
  #attributes .attribute_list #color_to_pick_list {
    list-style-type: none; }
    #attributes .attribute_list #color_to_pick_list li {
      float: left;
      margin: 0 3px 3px 0;
      padding: 1px;
      border: 1px solid #d8d8d8;
      clear: none; }
      #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;
        height: 22px;
        width: 22px;
        cursor: pointer; }
      #attributes .attribute_list #color_to_pick_list li.selected {
        border: 1px solid #4d4d4d; }

.product_attributes,
.box-cart-bottom {
  -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
  padding: 19px 19px 3px; }

.box-cart-bottom {
  padding: 0; }

.box-info-product {
  background: #fbfbfb;
  border: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8; }
  .box-info-product p {
    margin-bottom: 7px; }
  .box-info-product .exclusive {
    padding: 8px 20px 8px 15px; }
    .box-info-product .exclusive:before {
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 25px;
      content: "\f07a";
      text-align: center;
      padding-right: 10px;
      vertical-align: -4px; }
      @media (max-width: 991px) {
        .box-info-product .exclusive:before {
          display: none; } }
    .box-info-product .exclusive.added:before {
      content: "\f00c"; }
    .box-info-product .exclusive.added.disabled, .box-info-product .exclusive.disabled, .box-info-product .exclusive[disabled] {
      opacity: 1 !important; }
      .box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before, .box-info-product .exclusive[disabled]:before {
        content: "\f110";
        animation: 2s linear 0s normal none infinite spin;
        -webkit-animation: 2s linear 0s normal none infinite spin;
        -moz-animation: 2s linear 0s normal none infinite spin;
        border: none;
        opacity: 1; }

#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: #fbfbfb;
  border: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8; }
  #center_column.col-sm-9 .col-md-3 .box-info-product p {
    margin-bottom: 7px;
    padding: 15px 10px 0; }

.product-custom-fields{
	margin-top:30px;
}

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  margin: 0 0 20px;
  background: white; }
  .table-data-sheet tr {
    border-top: 1px solid #d8d8d8; }
    .table-data-sheet tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 1px solid #d8d8d8;
        width: 30%;
        font-weight: 700;
        color: #333333; }

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  width: 50%;
  margin: 0 0 20px;
  background: white; }
  @media (max-width: 767px) {
    table.table-product-discounts {
      width: 100%; } }
  table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333333;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-left: 1px solid #d8d8d8;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d8d8d8;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none; }

/* accessories  */
.accessories-block .block_description {
  display: none; }
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
  .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none; }

/* quantity_wanted */
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d8d8d8;
  line-height: 27px; }
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px; }
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px; }

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right; }

#quantityAvailable {
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#availability_value,
#last_quantities {
  color: white;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  background: #46a74e;
  border: 1px solid #36943e;
  margin-left: 5px; }

#last_quantities {
  background: #ff7430;
  border: 1px solid #ea5e1a;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px; }

#availability_statut,
#pQuantityAvailable {
  display: inline-block; }

#pQuantityAvailable span {
  font-weight: 700;
  color: #333333; }

#availability_statut #availability_value.warning_inline {
  background-color: #fe9126;
  border-color: #e4752b;
  text-shadow: 1px 1px #e68322;
  margin: 0; }

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
  background-image: -o-linear-gradient(#ffffff, #fbfbfb);
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
  background-image: linear-gradient(#ffffff, #fbfbfb); }

/* prices */
.content_prices {
  padding: 13px 19px; }

.discount {
  display: none; }

.our_price_display {
  font-weight: 600;
  font-size: 29px;
  line-height: 32px;
  font-family: "Roboto", sans-serif;
  color: #333; }
  @media (max-width: 991px) {
    .our_price_display {
      font-size: 26px;
      line-height: 28px; } }

#old_price {
  padding-bottom: 0;
  font-size: 17px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  line-height: 23px;
  color: #ccc; }

#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 23px;
  color: white;
  background: #f13340;
  border: 1px solid #d02a2c; }
  #reduction_percent span,
  #reduction_amount span {
    display: block; }
.price-hint{
	display:block;
    font-size: 12px;
	color: #777;
	line-height: normal;
}
.price-hint-content{
	display:block;
	margin-bottom:10px;
}
.product_list.grid .price-hint{
	margin-top:-10%;
	min-height:20px;
}


/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

.buttons_bottom_block {
  clear: both;
  padding: 10px 19px 10px; }
  .buttons_bottom_block #wishlist_button {
    font-weight: 700; }

#add_to_cart.buttons_bottom_block {
  padding-top: 20px;
  padding-bottom: 0; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d8d8d8; }
  #send_friend_form .product p {
    padding: 0;
    color: #333333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333333; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid base-border-color;
        font-size: 12px;
        color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px; }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d8d8d8;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

.accessories_block div ul li a {
  display: inline-block; }
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700; }

.pb-left-column .zoomPad {
  float: none; }

/*************************************** two columns layout triks *******************************************/
#center_column .pb-right-column.two-colums,
#center_column .pb-right-column.three-colums {
  overflow: hidden; }
  #center_column .pb-right-column.two-colums .content_prices,
  #center_column .pb-right-column.three-colums .content_prices {
    padding: 15px 19px 10px 10px;
    overflow: hidden; }
    #center_column .pb-right-column.two-colums .content_prices .price p,
    #center_column .pb-right-column.three-colums .content_prices .price p {
      padding-top: 0;
      float: left;
      line-height: 25px;
      margin-bottom: 0; }
      #center_column .pb-right-column.two-colums .content_prices .price p.our_price_display,
      #center_column .pb-right-column.three-colums .content_prices .price p.our_price_display {
        padding-top: 2px;
        padding-right: 10px; }
      #center_column .pb-right-column.two-colums .content_prices .price p#old_price,
      #center_column .pb-right-column.three-colums .content_prices .price p#old_price {
        padding-top: 5px; }
  #center_column .pb-right-column.two-colums .product_attributes #quantity_wanted_p,
  #center_column .pb-right-column.three-colums .product_attributes #quantity_wanted_p {
    padding-left: 0;
    padding-top: 0; }
  #center_column .pb-right-column.two-colums .product_attributes #attributes .attribute_fieldset,
  #center_column .pb-right-column.three-colums .product_attributes #attributes .attribute_fieldset {
    width: 200px;
    margin-right: 15px;
    float: left; }
  #center_column .pb-right-column.two-colums .box-cart-bottom > p.buttons_bottom_block,
  #center_column .pb-right-column.three-colums .box-cart-bottom > p.buttons_bottom_block {
    padding-top: 10px;
    padding-bottom: 10px; }
  #center_column .pb-right-column.two-colums #product_payment_logos,
  #center_column .pb-right-column.three-colums #product_payment_logos {
    text-align: right; }

	
.productRelatedItems{}
.productRelatedItems_showAll__text{
	float: right;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    text-transform: none;
}
	

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    #product.content_only div.primary_block {
      margin-right: 0; } }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
      width: 38px;
      padding-left: 10px; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list {
      width: 380px; }
  #product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%; }
    @media (max-width: 991px) {
      #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
      padding-right: 0; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
    #product.content_only div.primary_block div.pb-center-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
  #product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
      border-top-width: 0;
      border-right: none;
      border-bottom: none;
      min-height: 623px;
      height: 100%;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0;
      position: relative;
      padding-bottom: 125px; }
      @media (max-width: 991px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          border: 1px solid #d8d8d8; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0; }
    #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
      width: 230px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
      -moz-box-shadow: transparent 0 0 0;
      -webkit-box-shadow: transparent 0 0 0;
      box-shadow: transparent 0 0 0; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes {
      padding-top: 0; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px; }
    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
      max-width: 470px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
      width: 90px;
      height: 90px; }
      #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
      #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px; }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: left;
    padding-left: 35px; }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: left; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
      border-top-width: 1px;
      min-height: 1px; } }
@media (max-width: 1050px) and (max-width: 479px) {
  #product.content_only div.primary_block,
  #product.content_only section.primary_block {
    margin-left: 0; } }
  @media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column,
    #product.content_only section.primary_block div.pb-center-column {
      width: 100%;
      float: none;
      padding-left: 15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-right-column,
    #product.content_only section.primary_block div.pb-right-column {
      margin-top: 10px;
      width: 100%;
      float: none;
      padding-left: 15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
#view_full_size .zoomPreload {
  background-position: center center;
  text-indent: -5000px; }

/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #d8d8d8; }
.ie8 .box-security {
  filter: none; }






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/product_list.css
 *	============================================
 */

/*******************************************************
Product list Styles
********************************************************/
ul.product_list .availability span {
  display: inline-block;
  color: white;
  font-weight: bold;
  padding: 0px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  ul.product_list .availability span.available-now {
    color: #000; }
  ul.product_list .availability span.out-of-stock {
    color: #ccc; }
ul.product_list .color-list-container {
  margin-bottom: 12px; }
  ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #d8d8d8; }
    ul.product_list .color-list-container ul li a {
      display: block;
      width: 23px;
      height: 23px;
      margin: 1px; }
ul.product_list .product-image-container {
  text-align: center; }
	ul.product_list .product-image-container img {
		margin: 0 auto;
		/*height: 210px;
		width: 190px;*/
	}
	ul.product_list.grid .product-image-container img {
		max-height:210px;
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		ul.product_list.grid > li .product-container .product-image-container img{
			max-height: 170px;
		}
	}
	/*@media (min-width: 480px) and (max-width: 620px) {
		ul.product_list.grid > li .product-container .product-image-container {
			width: 100%;
		}
	}*/
  ul.product_list .product-image-container .quick-view {
    font: normal 13px/16px "Roboto", sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -53px;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.4);
    width: 107px;
    text-align: center;
    display: block;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view {
        opacity: 1; } }
    @media (min-width: 1200px) {
      ul.product_list .product-image-container .quick-view {
        opacity: 0; } }
    @media (max-width: 767px) {
      ul.product_list .product-image-container .quick-view {
        opacity: 0; } }
ul.product_list .comments_note {
  text-align: center;
  overflow: hidden;
  padding-bottom: 10px;
  line-height: 17px; }
  ul.product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic;
    display: inline-block; }
ul.product_list .functional-buttons div a,
ul.product_list .functional-buttons div label {
  font-weight: bold;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration:none;
  color: #777676;
  cursor: pointer; }
  ul.product_list .functional-buttons div a:hover,
  ul.product_list .functional-buttons div label:hover {
    color: #000; }
ul.product_list .functional-buttons div.wishlist a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f08a";
  margin-right: 3px;
  padding: 0 3px; }
ul.product_list .functional-buttons div.wishlist a.checked:before {
  content: "\f004"; }
@media (min-width: 992px) and (max-width: 1199px) {
  ul.product_list .functional-buttons div.wishlist {
    border-right: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  ul.product_list .functional-buttons div.wishlist {
    border-right: 0; } }
ul.product_list .functional-buttons div.compare a:before {
  content: "\f067";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 3px; }
ul.product_list .functional-buttons div.compare a.checked:before {
  content: "\f068"; }

/*******************************************************
Product list(Grid) Styles
********************************************************/
ul.product_list.grid > li {
  padding-bottom: 30px; }
ul.productRelatedItems_showAll.product_list.grid > li {
	text-align: center;
    padding: 0 30px 30px 30px;
}
@media (min-width: 480px) and (max-width: 767px) {
	ul.product_list.grid > li {
		width: 50%;
		float: left;
	}
}

	  
ul.product_list.grid > li .product-name-container{
    white-space: normal;
    margin-bottom: 5px;
	text-align: center;
    min-height: 60px;
}
@media (max-width: 480px){
	ul.product_list.grid > li .product-name-container{
		min-height: 0;
	}
}
  ul.product_list.grid > li .product-container {
    background: white;
    border: 1px solid #d8d8d8;
    padding: 25px 29px 13px;
	/*width: 250px;
    height: 460px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 768px) and (max-width: 1199px) {
      ul.product_list.grid > li .product-container {
        padding: 20px 20px 10px; } }
    ul.product_list.grid > li .product-container .product-image-container {
		position: relative;
		margin-bottom: 5%;
	    width: 210px;
		height: 210px;
		display: table;
		margin:0 auto 5% auto;
	}

	
	@media (min-width: 992px) and (max-width: 1199px) {
		ul.product_list.grid > li .product-container .product-image-container {
			width: 170px;
			height: 170px;
		}
	}
	@media (min-width: 480px) and (max-width: 620px) {
		ul.product_list.grid > li .product-container .product-image-container {
			width: 100%;
		}
	}

	
	
	ul.product_list.grid > li .product-container .product-image-container .product_img_link {
        display: table-cell;
		vertical-align: middle;
	}
    ul.product_list.grid > li .product-container h5 {
      padding:8px 0px;
      margin: 0; }
/*ul.product_list.grid > li .product-name-container .list-name{
	display: none;
}*/
ul.product_list.grid > li .product-container .list-price-hint{
	display: none;
}
    ul.product_list.grid > li .product-container .availability span {
      display: block;
      text-align: center;
      text-decoration: underline; }
    ul.product_list.grid > li .product-container .comments_note {
      text-align: center; }
      ul.product_list.grid > li .product-container .comments_note .star_content {
        display: inline-block;
        margin: 0 0 0 0; }
    ul.product_list.grid > li .product-container .product-desc {
      display: none; }
      ul.product_list.grid > li .product-container .product-desc span.list-desc {
        display: none; }
    ul.product_list.grid > li .product-container .content_price {
		margin-top: 20px;
		text-align: center;
    }
	ul.product_list.grid > li .product-container .content_price .price-percent-reduction-wrapper {
		text-align:center;
		margin-top:-21px;
	}
      ul.product_list.grid > li .product-container .content_price .price-percent-reduction {
		  display: inline-block;
        margin-bottom: 0; }
      @media (min-width: 768px) and (max-width: 1199px) {
        ul.product_list.grid > li .product-container .content_price .price.product-price {
          font-size: 24px; } }
    ul.product_list.grid > li .product-container .old-price,
    ul.product_list.grid > li .product-container .price,
    ul.product_list.grid > li .product-container .price-percent-reduction {
      display: inline-block;
    margin-bottom: 10%;}
	ul.product_list.grid > li .product-container .price.product-price-new{
		margin-bottom:0;
	}
    ul.product_list.grid > li .product-container .product-flags {
      display: none; }
    ul.product_list.grid > li .product-container .old-price {
      /*margin-right: 5px;*/}
    ul.product_list.grid > li .product-container .button-container {
		margin-bottom: 8px;
		text-align: center;
	  }
      ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
      ul.product_list.grid > li .product-container .button-container span.btn,
      ul.product_list.grid > li .product-container .button-container .lnk_view {
        margin: 0 0 9px 0; }
	ul.product_list.grid > li .product-container .button-container form{
		display:inline;
	}
      @media (min-width: 768px) and (max-width: 1199px) {
        ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
        ul.product_list.grid > li .product-container .button-container span.btn {
          padding:8px 16px; }
          /*ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button span,
          ul.product_list.grid > li .product-container .button-container span.btn span {
            display: none; }*/
          ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button:before,
          ul.product_list.grid > li .product-container .button-container span.btn:before {
            font-size: 21px; } }
    ul.product_list.grid > li .product-container .functional-buttons {
      padding: 0px;
      background: #d8d8d8;
	  margin: 0 -30px -14px;
	}
      @media (min-width: 768px) and (max-width: 1199px) {
        ul.product_list.grid > li .product-container .functional-buttons {
          margin: 0 -21px -11px; } }
      ul.product_list.grid > li .product-container .functional-buttons div {
        width: 100%;
        float: left;
        padding: 10px 5px;
        text-align: center; }
        ul.product_list.grid > li .product-container .functional-buttons div a, ul.product_list.grid > li .product-container .functional-buttons div label {
          color: #fff; }
		ul.product_list.grid > li .product-container .functional-buttons div a span{
			position: relative;
			top: -5px;
			left: 5px;
		}
          ul.product_list.grid > li .product-container .functional-buttons div label span {
            display: none; }
          ul.product_list.grid > li .product-container .functional-buttons div a:before, ul.product_list.grid > li .product-container .functional-buttons div label:before {
            font-size: 26px;
            line-height: 30px;
            font-weight: normal; }
          ul.product_list.grid > li .product-container .functional-buttons div a:hover, ul.product_list.grid > li .product-container .functional-buttons div label:hover {
            color: #ec3533; }
        ul.product_list.grid > li .product-container .functional-buttons div.wishlist a:before, ul.product_list.grid > li .product-container .functional-buttons div.wishlist label:before {
          font-size: 23px; }
  @media (min-width: 1200px) {
    ul.product_list.grid > li.hovered .product-container {
      border-color: #fff;
      -webkit-box-shadow: 0 0 21px 5px #b8b8b8;
      -moz-box-shadow: 0 0 21px 5px #b8b8b8;
      box-shadow: 0 0 21px 5px #b8b8b8; }
      ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view {
        opacity: 1; } }
  @media (min-width: 992px) {
    ul.product_list.grid > li.first-in-line {
      clear: left; } }
  @media (min-width: 480px) and (max-width: 991px) {
    ul.product_list.grid > li.first-item-of-tablet-line {
      clear: left; } }

	@media (min-width: 992px) {
		ul.product_list.grid > li.first-in-md-line{
			clear: left;
		}
	}
	@media (min-width: 768px) and (max-width: 991px){
		ul.product_list.grid > li.first-in-sm-line{
			clear: left;
		}
	}
	@media (max-width: 767px){
		ul.product_list.grid > li.first-in-xs-line{
			clear: left;
		}
	}

/*******************************************************
Product list(List) Styles
********************************************************/
@media (max-width: 479px) {
  ul.product_list.list > li .left-block {
    width: 100%; } }
ul.product_list.list > li .product-container {
	padding: 30px 30px 30px;
	background: #FFF;
	border-top: 1px solid #d8d8d8;
}
ul.product_list.list > li .product-name-container__list-small{
	display:none;
	margin-bottom:15px;
}

@media (max-width: 479px) {
	ul.product_list.list > li .product-name-container{
		display:none;
	}
	ul.product_list.list > li .product-name-container__list-small{
		display:block;
	}
}
ul.product_list.list > li .product-image-container {
  position: relative;
  position: relative; }
  @media (max-width: 479px) {
    ul.product_list.list > li .product-image-container {
      max-width: 290px;
      margin: 0 auto; } }
  ul.product_list.list > li .product-image-container .content_price {
    display: none !important; }
ul.product_list.list > li .product-flags {
  color: #333333;
  margin: -5px 0 10px 0; }
@media (max-width: 479px) {
	ul.product_list.list > li .product-flags{
		margin-top: 10px;
	}
}
  ul.product_list.list > li .product-flags .discount {
    color: #f13340; }
ul.product_list.list > li h5 {
  padding-bottom: 8px; }
ul.product_list.list > li .product-name-container .grid-name{
	display: none;
}
ul.product_list.list > li .grid-price-hint{
	display: none;
}
ul.product_list.list > li .product-desc {
  margin-bottom: 15px; }
  ul.product_list.list > li .product-desc span.grid-desc {
    display: none; }
@media (max-width: 479px) {
  ul.product_list.list > li .center-block {
    width: 100%; } }
ul.product_list.list > li .center-block .comments_note {
  margin-bottom: 12px; }
  @media only screen and (min-width: 480px) {
    ul.product_list.list > li .center-block .comments_note {
      text-align: left; } }
  ul.product_list.list > li .center-block .comments_note .star_content {
    display: inline-block; }
@media (min-width: 992px) {
  ul.product_list.list > li .right-block .right-block-content {
    margin: 0;
    border-left: 1px solid #d8d8d8;
    padding-left: 15px;
    padding-bottom: 16px; } }
@media (max-width: 991px) {
  ul.product_list.list > li .right-block .right-block-content {
    padding-top: 20px; } }
@media (max-width: 479px) {
  ul.product_list.list > li .right-block .right-block-content {
    padding-top: 5px; } }
ul.product_list.list > li .right-block .right-block-content .content_price {
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    ul.product_list.list > li .right-block .right-block-content .content_price {
      padding-top: 13px;
      padding-bottom: 0; } }
  @media (max-width: 479px) {
    ul.product_list.list > li .right-block .right-block-content .content_price {
      padding-top: 0;
      width: 100%; } }
  ul.product_list.list > li .right-block .right-block-content .content_price span {
    display: inline-block;
    margin-top: -4px;
    margin-bottom: 14px; }
    ul.product_list.list > li .right-block .right-block-content .content_price span.old-price {
      margin-right: 8px; }
ul.product_list.list > li .right-block .right-block-content .button-container {
  overflow: hidden;
  padding-bottom: 20px; }
  @media (max-width: 479px) {
    ul.product_list.list > li .right-block .right-block-content .button-container {
      width: 100%; } }
  ul.product_list.list > li .right-block .right-block-content .button-container .btn {
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      ul.product_list.list > li .right-block .right-block-content .button-container .btn {
        float: left;
        clear: both; } }
  ul.product_list.list > li .right-block .right-block-content .button-container .ajax_add_to_cart_button,
  ul.product_list.list > li .right-block .right-block-content .button-container span.btn,
  ul.product_list.list > li .right-block .right-block-content .button-container .lnk_view {
    margin: 0 10px 10px 0; }
@media (min-width: 992px) {
  ul.product_list.list > li .right-block .right-block-content .functional-buttons {
    overflow: hidden; } }
@media (max-width: 991px) {
  ul.product_list.list > li .right-block .right-block-content .functional-buttons {
    clear: both; }
    ul.product_list.list > li .right-block .right-block-content .functional-buttons > div {
      float: left;
      padding-top: 0 !important;
      padding-right: 20px; } }
@media (max-width: 479px) {
  ul.product_list.list > li .right-block .right-block-content .functional-buttons {
    float: none;
    display: inline-block; }
    ul.product_list.list > li .right-block .right-block-content .functional-buttons a i, ul.product_list.list > li .right-block .right-block-content .functional-buttons a:before, ul.product_list.list > li .right-block .right-block-content .functional-buttons label i, ul.product_list.list > li .right-block .right-block-content .functional-buttons label:before {
      display: none !important; } }
ul.product_list.list > li .right-block .right-block-content .functional-buttons a {
  cursor: pointer; }
ul.product_list.list > li .right-block .right-block-content .functional-buttons .wishlist {
  border: none; }
ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare {
  padding-top: 10px; }
  ul.product_list.list > li .right-block .right-block-content .functional-buttons .compare a:before {
    margin-right: 10px; }
@media (min-width: 1200px) {
  ul.product_list.list > li:hover .product-image-container .quick-view {
    opacity: 1; } }
@media (max-width: 479px) {
  ul.product_list.list > li {
    text-align: center; } }

/*******************************************************
Product list(Index page) Styles
********************************************************/
#index ul.product_list.tab-pane > li .availability {
  display: none; }
@media (min-width: 480px) and (max-width: 767px) {
  #index ul.product_list.tab-pane > li.first-item-of-tablet-line {
    clear: none; }
  #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
    clear: left; } }

/***** IE code *****/
@media (min-width: 480px) and (max-width: 767px) {
  #product ul.product_list.grid > li.first-item-of-tablet-line {
    clear: none; }
  #product ul.product_list.grid > li.first-item-of-mobile-line {
    clear: left; } }

.ie8 .quick-view {
  background: #fff;
  border: 1px solid #d8d8d8; }






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/category.css
 *	============================================
 */

/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 30px;
  line-height: 19px;
  margin: 0 0 26px 0; }
  .content_scene_cat .content_scene_cat_bg {
    padding: 0; }
  .content_scene_cat span.category-name {
    font: normal 35px/40px "Roboto", sans-serif;
    margin-bottom: 12px;
    color: #ec3533;
    display: inline-block; }
    @media (max-width: 1199px) {
      .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px; } }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a.lnk_more {
    font-weight: bold; }
  .content_scene_cat a:hover {
    text-decoration: underline; }
  .content_scene_cat .content_scene {
    color: #757575; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #252628; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: #888888; }

.cat_desc ul{
	padding-left:20px;
}
/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  border-top: 1px solid #d8d8d8;
  padding: 15px 0 0 0; }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: #333333;
    margin: 0 0 15px 0; }
  #subcategories ul {
    margin: 0 0 0 -20px; }
    @media (max-width: 767px) {
      #subcategories ul {
        text-align: center; } }
    #subcategories ul li {
      float: left;
      width: 158px;
      margin: 0 0 33px 20px;
      text-align: center;
      padding: 0 10px 17px;
      border: 1px solid #d8d8d8;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      background: #fff; }
      @media (max-width: 767px) {
        #subcategories ul li {
          float: none;
          display: inline-block; } }
      #subcategories ul li .subcategory-image {
        padding: 0 0 12px 0; }
        #subcategories ul li .subcategory-image a {
          display: block;
          position: relative;
          padding: 20px 10px 6px; }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top;
            height: auto; }
      #subcategories ul li h5 {
        margin: 0; }
      #subcategories ul li .subcategory-name {
        font: normal 15px/18px "Roboto", sans-serif;
        color: black; }
        #subcategories ul li .subcategory-name:hover {
          color: #888888; }
      #subcategories ul li .cat_desc {
        display: none; }
      #subcategories ul li:hover {
        border-color: #fff;
        -webkit-box-shadow: 0 0 13px 3px #b8b8b8;
        -moz-box-shadow: 0 0 13px 3px #b8b8b8;
        box-shadow: 0 0 13px 3px #b8b8b8; }

.eshop-cat-subcategories{
	margin-bottom: 20px;
}
.eshop-cat-subcategory-name,
a.eshop-cat-subcategory-name, a.eshop-cat-subcategory-name:visited, a.eshop-cat-subcategory-name:hover, a.eshop-cat-subcategory-name:focus, a.eshop-cat-subcategory-name:active{
	display:inline-block;
	margin:0 15px 15px 0;
	font-size: 14px;
}
a.eshop-cat-subcategory-name:hover, a.eshop-cat-subcategory-name:focus, a.eshop-cat-subcategory-name:active{
	color:#f13340;
}


/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/print.css
 *	============================================
 */

@media only print {

  #center_column {
    width: 100% !important; }

  #left_column,
  #right_column {
    display: none; }

  .no-print,
  #quantity_wanted_p > a,
  a.quick-view {
    display: none !important; }

  div.selector,
  div.selector span,
  div.selector select {
    background: none; }

  #thumbs_list li a:hover,
  #thumbs_list li a.shown {
    border-color: #fff; }

  .product_attributes,
  .box-cart-bottom {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .pb-left-column #views_block {
    margin-top: 10px;
    width: 278px !important; }

  #thumbs_list_frame,
  #thumbs_list {
    width: 100% !important;
    height: 100% !important; }

  #thumbs_list li,
  #thumbs_list li:first-child {
    margin: 4px;
    width: 82px;
    height: 82px; }

  #view_scroll_left,
  #view_scroll_right,
  .view_scroll_spacer {
    display: none !important; }

  .bx-wrapper {
    width: 100% !important;
    max-width: 100% !important; }

  .bx-viewport {
    height: auto !important; }

  #bxslider,
  #bxslider1,
  #crossselling_list_car {
    width: 100% !important;
    height: auto !important;
    overflow: visible !important; }

  #bxslider1 .product-box {
    min-height: 200px; }

  .bx-controls-direction {
    display: none; }

  #footer .row > div,
  #footer .row > section {
    display: none; }
    #footer .row > div#block_contact_infos,
    #footer .row > section#block_contact_infos {
      display: block;
      width: 100%;
      border-left: none;
      border-top: 1px solid #515151;
      padding-top: 20px; }

  .footer-container #footer h4:after {
    display: none; } }





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/js/jquery/plugins/jqzoom/jquery.jqzoom.css
 *	============================================
 */

.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(/_img/bx-slider/bx_loader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}

.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/scenes.css
 *	============================================
 */

/********************************************************
			Scenes Styles
********************************************************/
#scenes .popover-button span {
  display: block;
  font-size: 28px;
  text-align: center; }
  #scenes .popover-button span:before {
    content: "\f0fe";
    font-family: "FontAwesome";
    display: block;
    vertical-align: 5px; }

.thumbs_banner {
  margin: 10px auto;
  padding: 0;
  height: 62px !important;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8; }
  .thumbs_banner .space-keeper {
    width: 21px;
    float: left;
    display: block;
    height: 100%; }
    .thumbs_banner .space-keeper a.prev {
      display: none;
      width: 21px;
      background: #fbfbfb;
      text-decoration: none;
      color: #333333; }
      .thumbs_banner .space-keeper a.prev:before {
        font-family: "FontAwesome";
        content: "\f053";
        vertical-align: middle;
        padding-top: 35px;
        padding-left: 5px; }
    .thumbs_banner .space-keeper a.next {
      float: left;
      display: block;
      width: 21px;
      background: #fbfbfb;
      text-decoration: none;
      color: #333333; }
      .thumbs_banner .space-keeper a.next:before {
        font-family: "FontAwesome";
        content: "\f054";
        vertical-align: middle;
        padding-top: 35px;
        padding-left: 5px; }

#scenes_list {
  overflow: hidden;
  float: left;
  width: 828px; }
  #scenes_list ul {
    list-style-type: none; }
  #scenes_list li {
    float: left; }
  #scenes_list a {
    display: block; }

#scenes a.popover-button {
  display: block;
  position: absolute;
  text-decoration: none; }
#scenes .popover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #d8d8d8; }
#scenes .product-image-container,
#scenes .product-name {
  margin-bottom: 15px; }
#scenes div.description {
  margin-bottom: 15px; }
#scenes .button-container {
  margin-bottom: 15px; }
  #scenes .button-container a {
    text-decoration: none; }
#scenes .price {
  margin-bottom: 10px; }
@media (max-width: 1199px) {
  #scenes {
    display: none; } }





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blockcart/blockcart.css
 *	============================================
 */

/*******************************************************************
					Cart Block Styles
********************************************************************/

.shopping_cart > a:first-child {
  padding: 13px 0 0 8px;
  width: 64px;
  height: 60px;
  border-right: 1px solid #191919;
  border-left: 1px solid #191919;
  background: #f02727;
  display: block;
  font-weight: normal;
  color: #000;
  overflow: hidden;
  position: relative;
  font-size: 15px;
  text-decoration:none;
  }
  @media only screen and (min-width: 1200px) {
    .shopping_cart > a:first-child {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .shopping_cart > a:first-child:hover {
        color: #fff; }
        .shopping_cart > a:first-child:hover:before {
          color: #191919; } }
  @media (max-width: 991px) {
	.shopping_cart > a:first-child {
		width: 46px;
		height: 44px;
		padding: 10px 0 0 4px;
		font-size: 12px;
	}
  }
  .shopping_cart > a:first-child span.cartSmall__qty {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
}
  .shopping_cart > a:first-child:before {
    content: "\f07a";
    font-family: "FontAwesome";
    display: block;
    font-size: 51px;
    line-height: 56px;
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 991px) {
      .shopping_cart > a:first-child:before {
        font-size: 35px;
        line-height: 44px;
		}
	}
		
.cartSmall__qty{}
a.cartSmall__title{
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
a.cartSmall__title:hover{
	color:#f13340;
}
.cartSmall__infoIsEmpty{
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 10px 20px 20px 20px;
}
.cartSmall__notEmpty .cartSmall__infoIsEmpty,
.cartSmall__typeSuccess .cartSmall__infoIsEmpty{
	display:none;
}
.cartSmall__block .cartSmall__infoNotEmpty{
	border: none;
	background: #3d3d3d;
	font-weight: bold;
	padding: 10px 20px 22px 20px;
}
.cartSmall__empty .cartSmall__infoNotEmpty{
	display:none;
}
.cartSmall__block .cartSmall__infoRow{
	overflow: hidden;
	border-bottom: 1px solid #515151;
	padding: 7px 0;
}
.cartSmall__block .cartSmall__infoRow_last{
	border:none;
}
.cartSmall__block .cartSmall__infoTitle{}
.cartSmall__block .cartSmall__infoValue{
	float:right;
}
.cartSmall__block .cartSmall__PopUpbtns,
.cartSmall__block .cartSmall__successMessage{
	display:none;
}

.cartSmall__typeSuccess .cartSmall__btns{
	display:none;
}
.cartSmall__PopUpbtns{
	margin-top:10px;
	text-align:center;
}
.cartSmall__PopUpbtns .btn{
	margin-bottom:5px;
}
.cartSmall__typeSuccess a.cartSmall__title{
	color:#333;
	border-bottom: 1px solid #d8d8d8;
	text-align:left;
}
.cartSmall__successMessage{
	font-size: 17px;
	color: #333;
	padding: 20px 0;
}
.cartSmall__typeSuccess .cartSmall__infoTitle{
	color:#333;
	font-weight:bold;
}
.cartSmall__typeSuccess .cartSmall__infoValue{
	color:#757575;
}
.cartSmall__typeSuccess .cartSmall__infoRow{
	padding: 0 0 7px 0;
}

.shopping_cart .ajax_cart_total {
  display: none !important; }
.shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  float: right;
  font-size: 18px;
  color: #686666;
  padding: 6px 0 0 0; }
.shopping_cart .block_cart_collapse:after {
  content: "\f0d8";
  padding: 4px 0 2px 0; }

.cart_block .cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 19px; }
.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
  color: #252628;
  display: block;
  width: 100%;
  height: 100%; }
  .cart_block .cart_block_list .remove_link a:before,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px; }
  .cart_block .cart_block_list .remove_link a:hover,
  .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #888888; }
.cart_block .cart-images {
  float: left;
  margin-right: 20px;
  position: relative;
  background: #fff;
  padding: 4px; }
  .cart_block .cart-images img {
    max-width: 100%;
    height: auto; }
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px; }
  .cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px; }
    .cart_block .cart-info .product-name a {
      font-size: 13px;
      line-height: 18px;
      display: inline-block; }
  .cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px; }
    .cart_block .cart-info .quantity-formated .quantity {
      font-size: 15px; }
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative; }
.cart_block dd {
  position: relative; }
  .cart_block dd .cart_block_customizations {
    border-top: 1px dashed #191919; }
    .cart_block dd .cart_block_customizations li {
      padding: 10px 20px; }
      .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }
.cart_block .cart-prices {
  border-top: 1px solid #d8d8d8;
  font-weight: bold;
  padding: 10px 20px 22px 20px; }
  .cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #515151;
    padding: 7px 0; }
    .cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6; }
  .cart_block .cart-buttons .btn {
    margin-bottom: 10px;
    background: #f02727; }
    .cart_block .cart-buttons .btn:hover {
      background: #000; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #191919;
  color: white;
  width: 270px; }
  @media (max-width: 991px) {
    #header .cart_block {
      top: 44px; } }
  #header .cart_block dl a {
    color: white; }
    #header .cart_block dl a:hover {
      color: #9c9b9b; }
  #header .cart_block .cart_block_list .remove_link a,
  #header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: white;
    outline: none;
    text-decoration: none; }
    #header .cart_block .cart_block_list .remove_link a:hover,
    #header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
      color: #9c9b9b; }
  #header .cart_block .price {
    color: white; }
  #header .cart_block dt {
    background: url(_mod_files/img/cart-shadow.png) repeat-x; }
    #header .cart_block dt.first_item {
      background: none; }
  #header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px; }
    #header .cart_block .product-atributes a {
      color: #9c9b9b; }
      #header .cart_block .product-atributes a:hover {
        color: white; }
  #header .cart_block .cart-prices {
    border: none;
    background: url(_mod_files/img/cart-shadow.png) repeat-x #3d3d3d; }
  #header .cart_block .cart-buttons {
    background: url(_mod_files/img/cart-shadow.png) repeat-x #191919; }
#header .block_content {
  margin-bottom: 0; }

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
  display: none; }

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right; }

.cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .cart_block table.vouchers tr td {
    padding: 2px; }
    .cart_block table.vouchers tr td.quantity {
      margin-right: 5px;
      min-width: 18px; }
    .cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 15px; }

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2; }

#layer_cart {
  background-color: white;
  position: absolute;
  display: none;
  z-index: 99;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  #layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static; }
    #layer_cart .layer_cart_product h2 {
      font: 400 23px/29px "Roboto", sans-serif;
      color: #f02727;
      margin: 0 0 22px;
      padding-right: 100px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_product h2 {
          font-size: 18px;
          padding-right: 0;
          line-height: normal; } }
      #layer_cart .layer_cart_product h2 i {
        font-size: 30px;
        line-height: 30px;
        float: left;
        padding-right: 8px; }
        @media (max-width: 767px) {
          #layer_cart .layer_cart_product h2 i {
            font-size: 22px;
            line-height: 22px; } }
    #layer_cart .layer_cart_product .product-image-container {
      position: relative;
      padding: 5px;
      float: left;
      max-width: 178px;
      margin-right: 30px; }
      @media (max-width: 480px) {
        #layer_cart .layer_cart_product .product-image-container {
          float: none;
          margin-right: 0;
          margin-bottom: 10px; } }
    #layer_cart .layer_cart_product .layer_cart_product_info {
      padding: 38px 0 0 0; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 8px; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
          padding-right: 3px; }
  #layer_cart .layer_cart_cart{
    background: #fafafa;
    border-left: 1px solid #d8d8d8;
    padding: 21px 30px 85px 30px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    position: relative; }
    @media (min-width: 1200px) {
      #layer_cart .layer_cart_cart{
        min-height: 250px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      #layer_cart .layer_cart_cart{
        min-height: 250px; } }
    @media (max-width: 991px) {
      #layer_cart .layer_cart_cart{
        border-left: none;
        border-top: 1px solid #d8d8d8; } }
    #layer_cart .layer_cart_cart h2 {
      font: 400 23px/29px "Roboto", sans-serif;
      color: #333333;
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 13px;
      margin: 0 0 17px; }
      @media (max-width: 767px) {
        #layer_cart .layer_cart_cart h2 {
          font-size: 18px; } }
    #layer_cart .layer_cart_cart .layer_cart_row {
      padding: 0 0 7px 0; }
    #layer_cart .layer_cart_cart .button-container{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 30px 20px 30px; }
      #layer_cart .layer_cart_cart .button-container .btn{
        margin-bottom: 10px; }
	#layer_cart .layer_cart_cart .button-container span.btn-md{
        margin-right: 5px;
	}

	
	
  #layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333333;
    z-index: 2; }
    #layer_cart .cross:before {
      content: "\f057";
      display: block;
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 25px; }
    #layer_cart .cross:hover {
      color: #888888; }
  #layer_cart p {
    padding: 0; }

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  border-top: 1px solid #d8d8d8;
  padding: 26px 30px 40px 30px;
  position: relative; }
#layer_cart .crossseling h2 {
  font: 400 23px/26px "Roboto", sans-serif;
  color: #333333;
  margin-bottom: 25px; }
#layer_cart .crossseling #blockcart_list {
  max-width: 773px;
  width: 84%;
  margin: 0 auto;
  overflow: hidden; }
  #layer_cart .crossseling #blockcart_list ul {
    display: block; }
    #layer_cart .crossseling #blockcart_list ul li {
      float: left;
      width: 178px;
      margin: 0 0 0 0; }
      #layer_cart .crossseling #blockcart_list ul li .product-image-container {
        border: 1px solid #d8d8d8;
        text-align: center;
        padding: 5px;
        margin-bottom: 15px; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%; }
      #layer_cart .crossseling #blockcart_list ul li .product-name {
        padding-bottom: 5px; }
        #layer_cart .crossseling #blockcart_list ul li .product-name a {
          font-size: 15px;
          line-height: 20px; }
  #layer_cart .crossseling #blockcart_list a.bx-prev,
  #layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after,
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      display: block;
      text-indent: 0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:hover,
    #layer_cart .crossseling #blockcart_list a.bx-next:hover {
      color: #c0c0c0; }
    #layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
    #layer_cart .crossseling #blockcart_list a.bx-next.disabled {
      display: none; }
  #layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-prev:after {
      content: "\f137"; }
  #layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%; }
    #layer_cart .crossseling #blockcart_list a.bx-next:after {
      content: "\f138"; }
  #layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden; }





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blockcategories/blockcategories.css
 *	============================================
 */

#categories_block_top {
  clear: both;
  position: relative;
  top: 30px; }
  #categories_block_top .sf-menu {
    position: relative; }
    #categories_block_top .sf-menu > li {
      position: static; }
      #categories_block_top .sf-menu > li > ul {
        width: 100%;
        top: 60px;
        margin: 0 20px; }
        #categories_block_top .sf-menu > li > ul > li {
          display: block;
          float: left;
          width: 20%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0 10px; }
        #categories_block_top .sf-menu > li > ul > .category_thumb {
          display: block;
          clear: both;
          overflow: hidden;
          width: 100%; }
          #categories_block_top .sf-menu > li > ul > .category_thumb img {
            display: inline-block;
            width: 33%; }
      #categories_block_top .sf-menu > li h4 a {
        font-size: 1.1em; }
        #categories_block_top .sf-menu > li h4 a:before {
          display: none; }
      #categories_block_top .sf-menu > li .main-level-submenus {
        position: relative;
        display: block !important;
        visibility: visible !important;
        top: 0;
        background: none;
        box-shadow: none;
        padding: 0;
        left: 0; }
    #categories_block_top .sf-menu .category_thumb {
      display: none; }

#categories_block_left .block_content > ul {
  border-top: 1px solid #d8d8d8; }
#categories_block_left li {
  position: relative; }
  #categories_block_left li a {
    font-weight: bold;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: 1px solid #d8d8d8; }
  #categories_block_left li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px; }
    #categories_block_left li span.grower.OPEN:before, #categories_block_left li span.grower.CLOSE:before {
      content: "\f068";
      display: block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      color: #333333;
      line-height: 30px;
      text-align: center; }
    #categories_block_left li span.grower.CLOSE:before {
      content: "\f067";
      color: silver; }
  #categories_block_left li span.grower:hover + a,
  #categories_block_left li a:hover,
  #categories_block_left li a.selected {
    background: #f6f6f6; }
  #categories_block_left li li a {
    font-weight: normal;
    color: #777777; }
    #categories_block_left li li a:before {
      content: "\f105";
      font-family: "FontAwesome";
      line-height: 29px;
      padding-right: 8px; }





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blocklayered/blocklayered.css
 *	============================================
 */

#enabled_filters {
  margin: 0 0 10px 0;
  background: #eee;
  padding: 5px; }

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#enabled_filters ul li {
  padding: 2px 0; }

#enabled_filters li a {
  float: right;
  cursor: pointer; }

#layered_block_left .layered_close {
  float: right;
  padding-right: 5px; }

#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 13px;
  width: 13px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/less.gif) no-repeat 2px 2px; }

#layered_block_left span.closed a {
  background: url(img/icon/more.gif) no-repeat 2px 2px; }

#layered_block_left .layered_subtitle {
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  color: #ec3533; }

#layered_block_left ul {
  clear: both;
  padding: 5px 0; }

#layered_block_left ul li {
  padding: 3px 0; }

#layered_block_left ul li label {
  cursor: pointer;
  display: inline;
  margin: 0; }

#layered_block_left ul {
  padding-left: 0; }

#layered_block_left ul li {
  list-style-type: none; }

#layered_block_left div > form > div > div {
  margin-top: 5px; }

#layered_block_left #enabled_filters, #layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0;
  border-bottom: 1px dotted #CCC; }

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left ul li .disabled {
  color: #666; }

#layered_block_left .color-option {
  border: 1px solid #666666;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

#layered_block_left .nomargin a {
  display: inline; }

#layered_form .select {
  width: 157px; }

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666; }

#layered_form .color-option.on {
  border: 1px solid red; }

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 89%; }

#layered_form .form-group {
  margin-bottom: 5px; }

#layered_form .form-label {
  display: inline-block;
  margin-bottom: 5px; }

.layered_slider {
  margin-top: 5px; }

.layered_list_selected {
  font-weight: bold; }

.layered_list {
  display: block;
  cursor: pointer; }

.layered_list:hover {
  color: #888888; }

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center; }

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: bold; }

#layered_form div div ul {
  max-height: 200px;
  overflow-x: auto; }

.layered_filter {
  border-bottom: 1px solid #eee; }
  .layered_filter label {
    font-weight: normal; }
  .layered_filter layered_subtitle {
    font-size: 1.2 em; }

#layered_block_left .title_block:after {
  display: none; }





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blockcontact/blockcontact.css
 *	============================================
 */

.shop-phone {
  float: left;
  padding: 5px 0 10px; }
  @media (max-width: 767px) {
    .shop-phone {
      display: none; } }
  .shop-phone i {
    font-size: 21px;
    line-height: 21px;
    color: white;
    padding-right: 7px; }
  .shop-phone strong {
    color: white; }

#contact-link {
  margin: 0;
  float: right;
  text-transform: uppercase;
  padding: 5px 11px 0 9px;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold; }
  #contact-link a {
    color: #fff;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    #contact-link a:hover, #contact-link a.active {
      color: #f02727; }
  @media (max-width: 991px) {
    #contact-link {
      display: none; } }

@media (max-width: 767px) {
  #contact_block {
    margin-bottom: 20px; } }
#contact_block .label {
  display: none; }
#contact_block .block_content {
  color: #888888; }
#contact_block p {
  margin-bottom: 4px; }
#contact_block p.tel {
  font: 400 17px/21px "Roboto", sans-serif;
  color: #333333;
  margin-bottom: 6px; }
  #contact_block p.tel i {
    font-size: 25px;
    vertical-align: -2px;
    padding-right: 10px; }





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blocknewsletter/blocknewsletter.css
 *	============================================
 */

@charset "UTF-8";
/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0; } }
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px; }
#columns #newsletter_block_left .success_inline {
  color: #418B19; }
#columns #newsletter_block_left .warning_inline {
  color: #f13340; }

/* Block newsletter footer */
#footer #newsletter_block_left {
  overflow: hidden;
  width: 33.33333%;
  clear: right;
  float: right;
  padding: 27px 15px 7px 15px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
      width: 100%;
      padding-top: 0; } }
  #footer #newsletter_block_left h4 {
    background: none;
    padding: 0;
    font: 500 17px/21px "Roboto", sans-serif;
    color: white;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    border: none; }
    #footer #newsletter_block_left h4:after {
      display: none; }
  #footer #newsletter_block_left .block_content {
    overflow: hidden; }
  #footer #newsletter_block_left .form-group {
    margin-bottom: 0; }
    #footer #newsletter_block_left .form-group .form-control {
      height: 36px;
      line-height: 20px;
      max-width: 279px;
      background: #757575;
      border: none;
      color: white;
      padding: 8px 42px 8px 12px;
      display: inline-block;
      float: left; }
      #footer #newsletter_block_left .form-group .form-control:focus {
        -moz-box-shadow: black 0 0 0;
        -webkit-box-shadow: black 0 0 0;
        box-shadow: black 0 0 0; }
    #footer #newsletter_block_left .form-group .btn-sm {
      margin-left: -42px;
      width: 42px;
      height: 36px;
      text-align: center;
      border: none;
      background: #191919;
      text-align: center;
      color: #f13340;
      padding: 3px 0 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #footer #newsletter_block_left .form-group .btn-sm:before {
        content: "";
        font-family: "FontAwesome";
        font-size: 28px;
        line-height: 28px;
        display: block;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
      #footer #newsletter_block_left .form-group .btn-sm:hover {
        color: #fff; }
        #footer #newsletter_block_left .form-group .btn-sm:hover:before {
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      #footer #newsletter_block_left .form-group .btn-sm span {
        display: none; }
  #footer #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both; }
    @media (min-width: 1200px) {
      #footer #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none; } }
  #footer #newsletter_block_left .newsletter-input {
    max-width: 279px !important; }






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/js/jquery/plugins/autocomplete/jquery.autocomplete.css
 *	============================================
 */

.ac_results {
	text-align: left;
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blocksearch/blocksearch.css
 *	============================================
 */



.ac_results {
  background: white;
  border: 1px solid #d8d8d8;
  width: 100%; }
  .ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px; }
    .ac_results li.ac_odd {
      background: white; }
    .ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb; }

form#searchbox {
  position: relative; }
  form#searchbox label {
    color: #333333; }
  form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#searchbox .btn.btn-sm {
    float: left; }
    form#searchbox .btn.btn-sm i {
      margin-right: 0; }





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blocktags/blocktags.css
 *	============================================
 */

.tags_block .block_content {
  overflow: hidden; }
  .tags_block .block_content a {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 4px 9px 5px 9px;
    border: 1px solid #d8d8d8;
    float: left;
    margin: 0 3px 3px 0; }
    .tags_block .block_content a:hover {
      color: #333333;
      background: #f6f6f6; }






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blockuserinfo/blockuserinfo.css
 *	============================================
 */

.header_user_info {
  float: right;
  padding-left: 5px;
  padding-top: 5px; }
  .header_user_info a {
    color: white;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    display: block;
    position: relative;
    padding: 0px 9px 0px 8px;
    cursor: pointer;
    background: #f02727;
    text-transform: uppercase; }
    @media only screen and (min-width: 1200px) {
      .header_user_info a {
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .header_user_info a span {
          position: relative;
          z-index: 3; }
        .header_user_info a:before, .header_user_info a:after {
          background: #fff;
          content: " ";
          height: 0;
          left: 50%;
          opacity: 0;
          position: absolute;
          top: 50%;
          transition: all 0.4s ease;
          width: 0;
          z-index: 2; }
        .header_user_info a:after {
          background: #c41c1c;
          z-index: 1; }
        .header_user_info a:before {
          transition-delay: 0.1s; } }
    .header_user_info a:hover, .header_user_info a.active {
      color: #f02727; }
      @media (max-width: 1199px) {
        .header_user_info a:hover, .header_user_info a.active {
          background: #fff; } }
      .header_user_info a:hover:before, .header_user_info a:hover:after, .header_user_info a.active:before, .header_user_info a.active:after {
        height: 100%;
        left: 0;
        opacity: 1;
        top: 0;
        width: 100%; }
  .header_user_info.acBox {
    display: none; }

.user_info {
  text-align: right;
  margin: 20px 0 0 0; }
  .user_info li {
    display: inline-block;
    padding-right: 15px; }
    .user_info li a {
      text-decoration: none; }
      .user_info li a:hover {
        text-decoration: underline; }






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/themeconfigurator/css/hooks.css
 *	============================================
 */

/* Top hook CSS */
#htmlcontent_top {
  padding-top: 30px; }
  #htmlcontent_top ul {
    margin: 0; }
    #htmlcontent_top ul li {
      padding: 0;
      position: relative; }
      #htmlcontent_top ul li .item-html {
        background: rgba(240, 39, 39, 0.9);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #fff;
        padding: 24px 32px 16px 28px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        #htmlcontent_top ul li .item-html h2 {
          color: #fff;
          margin: 0;
          font: 300 24px/30px "Lato", sans-serif;
          text-transform: uppercase; }
          #htmlcontent_top ul li .item-html h2 b {
            font-size: 26px; }
        #htmlcontent_top ul li .item-html .btnlnk {
          float: right;
          text-transform: uppercase;
          font-size: 15px;
          font-weight: 900;
          text-decoration: underline; }
      #htmlcontent_top ul li.htmlcontent-item-2 .item-html {
        background: rgba(0, 0, 0, 0.75); }
      #htmlcontent_top ul li img {
        max-width: 100%;
        height: auto;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      @media only screen and (min-width: 1200px) {
        #htmlcontent_top ul li > a {
          display: block;
          overflow: hidden; }
          #htmlcontent_top ul li > a:hover img {
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1); }
          #htmlcontent_top ul li > a:hover .item-html {
            bottom: 20px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        #htmlcontent_top ul li .item-html {
          padding: 15px 20px 10px; }
          #htmlcontent_top ul li .item-html h2 {
            font-size: 20px; }
            #htmlcontent_top ul li .item-html h2 b {
              font-size: 22px; }
          #htmlcontent_top ul li .item-html .btnlnk {
            font-size: 12px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #htmlcontent_top ul li .item-html {
          padding: 7px 15px 5px; }
          #htmlcontent_top ul li .item-html h2 {
            font-size: 16px; }
            #htmlcontent_top ul li .item-html h2 b {
              font-size: 18px; }
          #htmlcontent_top ul li .item-html p {
            display: none; } }
      @media (min-width: 480px) and (max-width: 767px) {
        #htmlcontent_top ul li .item-html {
          padding: 7px 10px 5px; }
          #htmlcontent_top ul li .item-html h2 {
            font-size: 12px;
            line-height: 20px; }
            #htmlcontent_top ul li .item-html h2 b {
              font-size: 14px; }
          #htmlcontent_top ul li .item-html p {
            display: none; } }
      @media (max-width: 479px) {
        #htmlcontent_top ul li {
          width: 100%; }
          #htmlcontent_top ul li .item-html {
            padding: 7px 10px 5px; }
            #htmlcontent_top ul li .item-html h2 {
              font-size: 20px; }
              #htmlcontent_top ul li .item-html h2 b {
                font-size: 22px; }
            #htmlcontent_top ul li .item-html .btnlnk {
              font-size: 11px; } }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blockpermanentlinks/blockpermanentlinks.css
 *	============================================
 */

/* block top links */
ul#header_links {
  list-style-type: none;
  margin: 0;
  float: right;
  padding-top: 5px; }
  ul#header_links li {
    text-transform: uppercase;
    float: left;
    padding: 0 11px 0 9px;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold; }
    ul#header_links li:first-child {
      border: none; }
    ul#header_links li a {
      color: #fff;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: #f02727; }
  @media (max-width: 991px) {
    ul#header_links {
      display: none; } }

/*block permanent links right and left columns*/
#permanent_links div {
  border-bottom: 1px dotted #eee; }

#permanent_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px; }

/* block footer links */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px; }

ul#footer_links li {
  display: inline;
  padding: 0 10px; }






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blocktopmenu/css/blocktopmenu.css
 *	============================================
 */

.stickUpTop {
  position: relative;
  width: 100%;
  left: 0;
  top: 0; }

.stickUpHolder {
  padding: 0; }

@media only screen and (max-width: 1199px) {
  .isStuck .container {
    padding-left: 15px;
    padding-right: 15px; } }







/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/modules/blocktopmenu/css/superfish-modified.css
 *	============================================
 */


@charset "UTF-8";
/*** ESSENTIAL STYLES ***/

#eshop_tree_links .title{
	margin:0;
}
@media (max-width: 767px) {
	#eshop_tree_links{
		display:none;
	}
}

.sf-contener {
  clear: both;
  float: left;
  width: 100%; }

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  padding: 0;
  width: 100%;
}
  @media (max-width: 767px) {
    .sf-menu {
      display: none;
      background: #191919; } }

.sf-menu ul {
	position: absolute;
	top: -999em;
	background: white;
	border:1px solid #eee;
	border-top:none;
}
	@media (max-width: 767px) {
		.sf-menu ul {
			position: relative;
		}
	}

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

.sf-menu li {
	border-top: 1px solid #eee;
	position:relative;
	width:100%;
}
  @media (max-width: 767px) {
    .sf-menu li {
      float: none;
      position: relative;
      border-right: none; }
      .sf-menu li .roll-icon {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 30px;
        height: 30px;
        z-index: 2;
        color: #fff; }
        .sf-menu li .roll-icon:after {
          font-family: "FontAwesome";
          content: "\f067";
          font-size: 26px; }
        .sf-menu li .roll-icon.active:after {
          content: "\f068"; } }
	.sf-menu li a{
		background: #7d7d7d;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, #7d7d7d 0%, #585858 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #585858));
		background: -webkit-linear-gradient(top, #7d7d7d 0%, #585858 100%);
		background: -o-linear-gradient(top, #7d7d7d 0%, #585858 100%);
		background: -ms-linear-gradient(top, #7d7d7d 0%, #585858 100%);
		background: linear-gradient(to bottom, #7d7d7d 0%, #585858 100%);
		display: block;
		padding: 8px 5px 10px 30px;
		font: 500 17px/22px "Roboto", sans-serif;
		text-transform: uppercase;
		text-decoration:none;
		color: #fff;
		position: relative;
	}
	/*.sf-menu li span {
		cursor:default;
	}*/
	.sf-menu li a .menu-item-text{
		font-weight: 500;
	}
	@media (max-width: 767px) {
		.sf-menu li a{
			background:none;
		}
	}
    @media (min-width: 992px) and (max-width: 1199px) {
		.sf-menu li a{
			padding: 7px 3px 9px 20px;
		}
		.sf-menu li li{
			width:210px;
		}
	}
    @media (min-width: 768px) and (max-width: 991px) {
		.sf-menu li a{
			font: 500 13px/18px "Roboto", sans-serif;
			padding: 6px 3px 8px 15px;
		}
		.sf-menu li li{
			width:155px;
		}
	}
	@media only screen and (min-width: 1200px) {
		.sf-menu li a{
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		.sf-menu li a .menu-item-text{
			position: relative;
			z-index: 3;
		}
		.sf-menu li a:before, .sf-menu li a:after{
			background: #f02727;
			content: " ";
			height: 0;
			left: 50%;
			opacity: 0;
			position: absolute;
			top: 50%;
			transition: all 0.4s ease;
			width: 0;
			z-index: 2;
		}
		.sf-menu li a:after{
			background: #c41c1c;
			z-index: 1;
		}
		.sf-menu li a:before{
			transition-delay: 0.1s;
		}
		.sf-menu li li{
			width:270px;
		}
	}
  .sf-menu li.sfHover > a:before, .sf-menu li.sfHover > a:after,
  .sf-menu li a:hover:before,
  .sf-menu li a:hover:after, .sf-menu li.sfHoverForce > a:before, .sf-menu li.sfHoverForce > a:after {
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%; }
  @media (max-width: 1199px) {
    .sf-menu li.sfHover > a,
    .sf-menu li a:hover, .sf-menu li.sfHoverForce > a {
      background: #f02727; } }

.sf-menu li ul {
  display: none;
  left: 100%;
  top: -1px;
  border-right:none;
  /* match top ul list item height */
  z-index: 99;
  }
  @media (max-width: 767px) {
    .sf-menu li ul {
      top: 0;
      background: #000; } }

.cat-title{
  display: none; }
  @media (max-width: 767px) {
    .cat-title{
      display: block;
      font: 900 23px/23px "Roboto", sans-serif;
      text-transform: uppercase;
      color: #fff;
      padding: 17px 30px 19px;
      text-transform: uppercase; }
      .cat-title:after{
        font-family: "FontAwesome";
        content: "";
        font-size: 23px;
        line-height: 23px;
        padding-left: 15px;
        font-weight: normal;
		}
      .cat-title.active:after{
        content: ""; }
      .cat-title:hover, .cat-title.active{
        background: #7d7d7d;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ODU4NTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #7d7d7d 0%, #585858 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7d7d), color-stop(100%, #585858));
        background: -webkit-linear-gradient(top, #7d7d7d 0%, #585858 100%);
        background: -o-linear-gradient(top, #7d7d7d 0%, #585858 100%);
        background: -ms-linear-gradient(top, #7d7d7d 0%, #585858 100%);
        background: linear-gradient(to bottom, #7d7d7d 0%, #585858 100%); } }

.sf-menu li.sf-search {
  border: none; }
  .sf-menu li.sf-search input {
    display: inline;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    background: white;
    margin: 13px 10px 0 0;
    font-size: 13px;
    color: #9c9b9b;
    border: 1px solid #d6d4d4; }






/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/contact-form.css
 *	============================================
 */

/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact-title {
  margin: -5px 0 27px 0;
  line-height: 23px; }
  .contact-title i {
    font-size: 23px;
    color: #c0c0c0;
    padding: 0 8px 0 0; }

.contact-form-box {
  padding: 23px 0 0 0;
  margin: 0 0 30px 0;
  background: url(_mod_files/img/contact-form.png) repeat-x white;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
  box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px; }
  .contact-form-box fieldset {
    padding: 0 19px 21px 19px;
    background: url(_mod_files/img/form-contact-shadow.png) center bottom no-repeat;
    background-size: contain; }
  .contact-form-box label {
    margin: 0 0 6px 0; }
  .contact-form-box .page-subheading {
    padding-left: 0;
    border: none;
    margin-bottom: 0; }
  .contact-form-box .col-md-3 {
    padding-left: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-3 {
        padding-right: 0; } }
  .contact-form-box .col-md-9 {
    padding-right: 0; }
    @media (max-width: 991px) {
      .contact-form-box .col-md-9 {
        padding-left: 0; } }
  .contact-form-box #desc_contact0 {
    display: none; }
  .contact-form-box .form-group {
    margin-bottom: 7px; }
  .contact-form-box textarea {
    height: 257px; }
  .contact-form-box .submit {
    margin-top: 13px; }
  .contact-form-box select.form-control {
    max-width: 270px;
    width: 100%; }
  .contact-form-box input.form-control {
    max-width: 270px; }

#contact.hide-right-column div.uploader span.filename,
#contact.hide-left-column div.uploader span.filename {
  width: 97px; }
@media (min-width: 992px) and (max-width: 1199px) {
  #contact.hide-right-column div.uploader span.filename,
  #contact.hide-left-column div.uploader span.filename {
    width: 53px; } }

#contact.hide-right-column.hide-left-column div.uploader span.filename {
  width: 172px; }
@media (min-width: 992px) and (max-width: 1199px) {
  #contact.hide-right-column.hide-left-column div.uploader span.filename {
    width: 114px; } }
@media (min-width: 320px) and (max-width: 340px) {
  #contact.hide-right-column.hide-left-column div.uploader span.filename {
    width: 155px; } }





/**
 *	============================================
 *	file inclusion ::
 *	/prestashop_51152/themes/theme1027/css/sitemap.css
 *	============================================
 */

/******************************************************************
					Sitemap Page Styles
*******************************************************************/
#sitemap .sitemap_block .page-subheading {
  margin-bottom: 16px; }
#sitemap .sitemap_block li {
  line-height: 16px;
  padding-bottom: 11px; }
  #sitemap .sitemap_block li a:before,
  #sitemap .sitemap_block li span:before {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    padding-right: 10px; }

#listpage_content div.tree_top {
  padding: 5px 0 0 8px; }
  #listpage_content div.tree_top a:before,
  #listpage_content div.tree_top span:before {
    content: "\f015";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #333333; }

#center_column ul.tree {
  padding-left: 5px; }
  #center_column ul.tree li {
    margin: 0 0 0 2px;
    padding: 5px 0 0 22px;
    border-left: 1px solid #d8d8d8;
    background: url(_mod_files/img/sitemap-horizontal.png) no-repeat left 15px transparent; }
  #center_column ul.tree > li {
    margin: 0 0 0 11px; }
  #center_column ul.tree li.last {
    border: medium none;
    background: url(_mod_files/img/sitemap-last.png) no-repeat 0 -4px transparent; }





/**
 **************************************************************************
 *	=======================================================================
 *	Additional styles by Wixar
 *	=======================================================================
 **************************************************************************
 */
 
/* SYSTEM ***/

table#sign{
    width:100%;
}

table#sign td{
    text-align:center;
    font-size: 11px;
    color:#777;
    padding:0 10px;
}

table#sign A, table#sign A:visited {
    color:#777;
    font-size: 11px;
	text-decoration:none;
}
table#sign A:hover{
    text-decoration:underline;
}

#stat {
    display:none;
}

#sp {
    display:none;
}

#wixarSign{
	text-align:center;
}
#wixarSign a,#wixarSign a:hover,#wixarSign a:focus,#wixarSign a:active,#wixarSign a:visited{
	color:#777;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}
#wixarSign a:hover,#wixarSign a:focus{
	text-decoration:underline;
}
#wixarSign a:hover:after,#wixarSign a:focus:after{
	background:url(_img/_wixar_sign_23.png) right bottom no-repeat;
}
#wixarSign a:after{
	content:"-";
	display:inline-block;
	margin:0 0 0 5px;
	padding-right:60px;
	background:url(_img/_wixar_sign_23.png) right top no-repeat;
	height:23px;
	line-height:25px;
}

.liveInternetLogo{
	text-align:center;
}

.nowrap{white-space: nowrap;}

.specialHeader{
	font-family: Roboto, sans-serif;
	font-size: 33px;
	color: #000;
	margin:20px 0;
}

.specialHeader2{
	font-family: Roboto, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin:20px 0;
}
a.specialHeader2{
	display:inline-block;
}
a.specialHeader2:hover, a.specialHeader2:focus{
	text-decoration:none;
	color:#000;
}

.reqFields{
	color:#f13340;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 23px;
	line-height: 23px;
}
.reqFields span{
	margin-left:10px;
}

.wixarPagination__hidden{
	display:none;
}

.browsehappy{
	background:#fff;
	text-align:center;
	padding:5px;
}
.browsehappy a{
	color:#f13340;
	text-decoration:underline;
}
.browsehappy a:hover{
	text-decoration:none;
}

.neighboring_items{
	margin-bottom:20px;
	padding:0 10px;
}
.neighboring_items a, .neighboring_items a:hover, .neighboring_items a:focus, .neighboring_items a:active, .neighboring_items a:visited{
	text-decoration:none;
}
.neighboring_items a:hover, .neighboring_items a:focus, .neighboring_items a:active{
	color: #f13340;
}
.neighboring_items__prev{}
.neighboring_items__next{
	float:right;
}

.contactPage__info{
	width:49%;
	float:left;
}
#contactPageMap {
    width: 49%;
	float:right;
    height: 330px;
}
#contactPageMap.mapReady {
	box-shadow: 0 0px 7px 0 #ddd;
}

.widePage__body{
	padding: 20px;
    background: #fbfbfb;
    border: 1px solid #ccc;
}

@media screen and (max-width: 989px) {
	.contactPage__info{
		width:100%;
		float:none;
	}
    #contactPageMap {
		float:none;
		width:100%;
        height:270px;
    }
}

@media screen and (max-width: 768px) {
    #contactPageMap {
        height:240px;
    }
}

@media screen and (max-width: 640px) {
    #contactPageMap {
        height:200px;
    }
}

@media screen and (max-width: 480px) {
	.widePage__body{
		padding:20px 10px;
	}
    #contactPageMap {
        height:190px;
    }
}




/*** POPUP & ALERT ***/

.status_error, .error {
    background:#fff;
    color: #f13340;
}

.status_normal {
    background:#fff;
}

.status_notice {
    background:#fff;
}

.local_status_error {
    color:#f13340;
}

.local_status_notice {
    color:#333;
}

.local_status_normal {
    color:#333;
}


.AlertWindow, #status_message {
    position:fixed;
    top:200px;
    left:200px;
    padding:0 0 40px 0;
    font-size:14px;
    visibility:hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:10000;
}
div.AlertWindow {
    overflow: hidden;
    
	font-size: 17px;
	color: #333;
}

div.AlertWindow .popupClose{
	position: absolute;
	right: 3px;
	top: 3px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color: #333333;
	z-index: 2;
	display: block;
}
div.AlertWindow .popupClose:before{
	content: "\f057";
	display: block;
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 25px;
}

div.AlertWindow .popupHeader{
    display: block;
    width:100%;
    cursor: move;
	height: 30px;
	background: #eee;
}

div.AlertWindow .popupHeaderText {
    display: none;
}

div.AlertWindow .popupContent {
    padding: 20px;
	text-align: center;
}

/* Ami Popup */

div.popupWindowShadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #fff;
    background: #000000;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    opacity: 0.3;
    z-index:10;
}

div.amiPopup {
    display: none;
    position: fixed;
    background: white;
    overflow: hidden;
    /*box-shadow: 0px 0px 15px 3px #000;*/
	height: auto !important;
	border-radius: 5px;
}

div.amiPopup .popupClose{
	position: absolute;
	right: 7px;
	top: 8px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color: #333333;
	z-index: 2;
    display: block;
}
div.amiPopup .popupClose:before{
	content: "\f057";
	display: block;
	font-family: "FontAwesome";
	font-size: 25px;
	line-height: 25px;
}

div.amiPopup .popupHeader{
    cursor:move;
    position: relative;
    display: block;
    height: 0;
}

div.amiPopup .popupHeaderText{
    margin: 3px 0px 0px 14px;
    font-weight: bold;
}

.popupContent {
    padding: 20px;
}

#cartPopupWindow .popupHeaderText{
	margin:0;
}


/*** END POPUP & ALERT ***/



/*** TABS ON INDEX (MAIN) PAGE ***/

.indexPageTabs{}
.indexPageTabs__tabs{
	margin-bottom: 30px;
	list-style: none;
	background: #ededed;
	padding: 10px 10px 0;
}

@media (max-width: 479px) {
	.indexPageTabs__tabs{
		padding: 10px;
	}
}

.indexPageTabs__tab{
	position: relative;
	display: block;
	float: left;
	margin-bottom: 0;
	font: 500 17px/22px "Roboto", sans-serif;
	text-transform: uppercase;
	border: none;
	outline: none;
	margin: 0;
	padding: 9px 20px 19px;
	color: #000;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
}
@media (max-width: 479px) {
	.indexPageTabs__tab {
		width: 100%;
	}
}
.indexPageTabs__tab strong {
	position: relative;
	z-index: 2;
}
.indexPageTabs__tab:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	background: white;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

		
@media (min-width: 768px) and (max-width: 991px) {
	.indexPageTabs__tab {
		font-size: 14px;
		padding: 6px 10px 7px;
	}
}
@media (max-width: 479px) {
	.indexPageTabs__tab {
		padding: 9px 20px 9px;
		margin: 1px 0;
	}
}
.indexPageTabs__tabActive:before,
.indexPageTabs__tab:hover:before {
	top: 0;
}
.indexPageTabs__tabActive{
	background-color: #fff;
	cursor: default;
	color: #f02727;
}
.indexPageTabs__tabBody{
	display:none;
}
.indexPageTabs__tabBodyVisible{
	display:block;
}

/*** END TABS ON INDEX (MAIN) PAGE ***/



/*** Brend ***/

.brendsSmall__list{}
.brendsSmall__item{
	text-align:center;
	margin-bottom:10px;
}
.brendsSmall__item a, .brendsSmall__item a:hover, .brendsSmall__item a:focus, .brendsSmall__item a:active, .brendsSmall__item a:visited{
	text-decoration:none;
}
.brendsSmall__img{
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.brendsSmall__img:hover{
	-webkit-box-shadow: 0 0 12px 3px #b8b8b8;
	-moz-box-shadow: 0 0 12px 3px #b8b8b8;
	box-shadow: 0 0 12px 3px #b8b8b8;
}

.brends__item{
	border-bottom:1px solid #d8d8d8;
	margin-bottom:30px;
	padding-bottom:20px;
}
.brends__itemImg{
	float:left;
	margin-right:15px;
}
.brends__allItemsLinkWrapper{
	margin:10px 0;
}
.brends__itemDescription{
	
}
a.brends__allItemsLink{
	color: #f13340;
	text-decoration: underline;
	font-size: 15px;
}
a.brends__allItemsLink:hover{
	text-decoration:none;
}
a.brendDetails__allItemsLink{
	font-size: 14px;
	color: #f13340;
	font-weight: 500;
	text-decoration: underline;
}
a.brendDetails__allItemsLink:hover{
	text-decoration:none;
}

/*** END Brend ***/

/*** Index page benefits Slider ***/

#benefits {
	margin-bottom:40px;
	height:140px;
	overflow:hidden;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	z-index:1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

#benefits .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 1px #ccc;
	-webkit-box-shadow: 0 0 1px #ccc;
	box-shadow: 0 0 1px #ccc;

	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/_img/bx-slider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}


.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/_img/bx-slider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/_img/bx-slider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 2;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/*** RELATED FILES ***/

.wixarRelatedFiles__list{
	border-top: 1px solid #dfdede;
	padding: 19px 19px 6px;
}
.wixarRelatedFiles__item{
	margin: 0 0 8px 0;
	border: none;
	padding: 0;
}
.wixarRelatedFiles__fileIcon{
	margin-right: 12px;
	vertical-align: top;
}
.wixarRelatedFiles__fileInfo{}
.wixarRelatedFiles__fileName a{
	color: #252628;
	font-weight: 700;
	position: relative;
	line-height: 22px;
	display: inline-block;
}
.wixarRelatedFiles__fileName a:hover{
	color:#888;
}
.wixarRelatedFiles__fileParams{}


/*** END RELATED FILES ***/



/*** ORDER - SHIPPING ***/

.shippingTypes__wrapper{
	border:1px solid #d6d4d4;
	border-top:none;
}
.shippingTypes{
	width:100%;
}
.shippingTypes td{
	border:none;
	border-top:1px solid #d6d4d4;
	vertical-align:middle;
}
.shippingTypes td.shippingTypes__radioBlock{
	width:54px;
	border-right:1px solid #d6d4d4;
	text-align:center;
}
.shippingTypes__label{
	display:block;
	margin:0;
	padding:0;
	cursor:pointer;
}
.shippingTypes__radioBlock{}
.shippingTypes__info{
	color:#757575;
}
.shippingTypes__name{
	font-weight:bold;
}
.shippingTypes__hint{}

/*** END ORDER - SHIPPING ***/




/*** ORDER - Cart content ***/

.eshopOrdering__typePurchase{}

.orderContent{}
.orderContent__change a{
	margin-left: 25px;
	font-family: Roboto, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	text-decoration:underline;
	float:right;
}
.orderContent__qty{
	width: 88px;
}

.orderAccepted{
	background:#fff;
	border-radius:5px;
	color:#333;
	padding-bottom: 1px;
	max-width: 510px;
	margin: 0 auto;
	text-align: center;
}
.orderAccepted__text{
	padding:15px 20px;
}
.orderAccepted__orderNumber{
	margin:10px;
	
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	display: block;
	position: relative;
	padding: 0px 9px 0px 8px;
	background: #f02727;
	text-transform: uppercase;
}

/*** END ORDER - Cart content ***/



/*** BOTTOM MENU ***/

.bottomMenu{
	margin:20px 0;
	text-align:center;
}
.bottomMenu__item,
a.bottomMenu__item,
.footer-container #footer a.bottomMenu__item{
	display:inline-block;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #ddd;
	text-transform: uppercase;
	text-decoration:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin:5px 10px;
	white-space: nowrap;
}
.bottomMenu__itemActive,
a.bottomMenu__itemActive,
.footer-container #footer a:hover,
.footer-container #footer a.bottomMenu__itemActive{
	color: #f13340;
	text-decoration: underline;
}

/*** END BOTTOM MENU ***/



/*** FOOTER CONTACTS ***/

.footerContacts{
	margin:20px 0;
	text-align:center;
}
.footerContacts>span,
.footerContacts>span a,
.footer-container #footer .footerContacts a{
	font-size: 14px;
	color: #999;
	font-weight: bold;
	text-decoration:none;
}
.footer-container #footer .footerContacts a:hover{
	color: #f13340;
}
.footerContacts i{
	font-size: 19px;
	width: 29px;
	color: #f13340;
	padding-top: 4px;
}
.footerContacts__phone,
.footerContacts__email,
.footerContacts__skype,
.footerContacts__msg{
	white-space: nowrap;
	padding: 10px;
	display: inline-block;
}
.footerContacts__phone a,
.footerContacts__email a,
.footerContacts__msg a{
	white-space:nowrap;
}


/*** END FOOTER CONTACTS ***/


/*** ARTICLES ***/

.articles_item{}
.articles_item-list__item-list{}
.articles_item-list__list{}
.articles_item-row{}
.articles_item-row__header{
	padding-right: 30px;
	margin-top: 18px;
	margin-bottom: 9px;
}
a.articles_item-row__header-name{
	font: 600 15px/20px "Roboto", sans-serif;
	color: #333;
	text-transform: uppercase;
	padding: 0 0 17px 0;
	margin: 0 0 30px;
	overflow: hidden;
}
.articles_item-row__announce{
	margin-bottom: 10px;
	padding-right: 30px;
	line-height: 18px;
}
.articles_item-detailed__header-name{
	float: left;
	width: 100%;
	margin:20px 0;
}
.articles_item-detailed__description {
	clear: both;
	margin:20px 0;
}

.articles_small{
	background:#fff;
	border: 1px solid #d8d8d8;
	padding:20px;
}
.articles_item-small-row{
padding-bottom: 10px;
}
.articles_item-small-row-splitter{
height:0;
margin:0 0 20px 0;
padding:0;
border-bottom: 1px solid #d8d8d8;
}
.articles_item-small-row__header a{
text-transform: uppercase;
font-size: 14px;
text-decoration:none;
}
.articles_item-small-row__announce{}
.articles_item-small-row__more{
	color:#333;
	text-align:right;
}


/*** END ARTICLES ***/


/*** ESHOP FILTER ***/

.filter{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}
.filter__cover{
	background:#fff;
	opacity:0.7;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-1;
}
.filter__form{

}
.filter__body{
	padding:15px;
}
.filter__fieldList{
}

.filter__fieldLast{
	border:none;
}
.filter__fieldCaption{
	color: #252628;
	font-size: 13px;
	font-weight: bold;
	max-width:90%;
	margin-right:3%;
}
.filter__textFieldCaption{
	float:left;
	/*min-width: 150px;*/
}
.filter__fieldset{
	margin:5px 0;
}
.filter__checkboxLabel,
.filter__radioLabel{
	display:block;
}
.filter__fieldset div.checker,
.filter__fieldset div.radio{
	float:left;
	margin-right:10px;
}
.filter__checkboxLabelText,
.filter__radioLabelText{
	font-weight:normal;
}
.filter__textField{
	font-size: 13px;
	line-height: 1.42857;
	color: #333;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #d6d4d4;
	padding: 3px 5px;
	height: 27px;
	width:54px;
}
.filter__price,
.filter__interval{
	padding:5px 15px;
}
.filter__priceFromText,
.filter__intervalFromText{
	margin-right:7px;
}
.filter__priceToText,
.filter__intervalToText{
	margin-left:10px;
	margin-right:7px;
}
.filter__clearWrapper{
	text-align:right;
}
.filter__extendedBtnWrapper{
	
}
.filter__clear,
.filter__extendedBtn span{
	font-size:14px;
	text-decoration:none;
	color:#000;
	cursor:pointer;
	border-bottom:1px dashed #000;
}
.filter__clear:hover,
.filter__extendedBtn span:hover{
	color:#f13340;
	border-bottom:1px dashed #f13340;
}
.filter__extended{
	display:none;
}
.filter__extendedBtn{
	margin-top:10px;
	margin-bottom:-20px;
}



.filter__HSplitter{
	clear:both;
	border-bottom: 1px solid #ddd;
}
.filter__field{
	float:left;
	
	padding: 10px 0;
}
.filter__select{
	margin-top:5px;
	
	font-size: 13px;
	line-height: 1.42857;
	color: #333;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #d6d4d4;
	padding: 3px 5px;
	height: 27px;
	width:120px;
}
.filter__checkboxRow{
	margin-right:6px;
	float:left;
}
.filter__radioRow{
	/*float: left;
	width: 60px;*/
}
.filter__field.filter__fieldPrice,
.filter__field.filter__fieldBrand,
.filter__field.filter__fieldCountry{
	width:100%;
	float:none;
	border-bottom: 1px solid #ddd;
}
.filter__fieldBrand .filter__checkboxRow,
.filter__fieldCountry .filter__checkboxRow{
	width:150px;
}
.filter__field.filter__fieldSize{
	width:33%;
}

@media (max-width: 479px) {
	.filter__field{
		width:100%;
	}
	.filter__field.filter__fieldSize{
		width:100%;
	}
}
/*@media (min-width: 768px) {*/
@media (min-width: 480px) {
	.filter__field{
		width:33%;
	}
	.filter__checkboxRow div.checker{
		margin-right: 3px;
	}
	.filter__checkboxLabelText{
		font-size:0.9em;
	}
	.filter__fieldBrand .filter__checkboxRow,
	.filter__fieldCountry .filter__checkboxRow{
		width:48%;
		margin-right:2%;
	}

}

@media (min-width: 550px) {
	.filter__fieldBrand .filter__checkboxRow,
	.filter__fieldCountry .filter__checkboxRow{
		width:32%;
		margin-right:1%;
	}
}

@media (min-width: 768px) {
	.filter__checkboxRow div.checker{
		margin-right: 10px;
	}
	.filter__checkboxLabelText{
		font-size:1em;
	}
	.filter__fieldBrand .filter__checkboxRow,
	.filter__fieldCountry .filter__checkboxRow{
		width:32%;
		margin-right:1%;
	}
}

@media (min-width: 992px) {
	.filter__body{
		margin:15px;
	}
	.filter__fieldBrand .filter__checkboxRow,
	.filter__fieldCountry .filter__checkboxRow{
		width:24%;
		margin-right:1%;
	}
	.filter__radioRow {
		float: left;
		width: 60px;
	}
}

@media (min-width: 1200px) {
	.filter__checkboxRow{
		margin-right:10px;
	}
	.filter__radioRow{
		width: 75px;
	}
	.filter__fieldBrand .filter__checkboxRow,
	.filter__fieldCountry .filter__checkboxRow{
		width:19%;
		margin-right:1%;
	}
}

.filter__fieldBrand .filter__checkboxLabelText,
.filter__fieldCountry .filter__checkboxLabelText{
	font-size:1em;
}
.filter__fieldBrand .filter__checkboxRow div.checker,
.filter__fieldCountry .filter__checkboxRow div.checker{
	margin-right: 10px;
}

.rootCatBrand{}
.rootCatBrand__wrapper{
	max-height: 73px;
	overflow: hidden;
}
.rootCatBrand__full .rootCatBrand__expandLink,
.rootCatBrand__min .rootCatBrand__minimizeLink{
	display:none;
}
.rootCatBrand__full .rootCatBrand__minimizeLink,
.rootCatBrand__min .rootCatBrand__expandLink{
	display:block;
}
.rootCatBrand__expandLink, a.rootCatBrand__expandLink, a.rootCatBrand__expandLink:hover, a.rootCatBrand__expandLink:focus, a.rootCatBrand__expandLink:active, a.rootCatBrand__expandLink:visited,
.rootCatBrand__minimizeLink, a.rootCatBrand__minimizeLink, a.rootCatBrand__minimizeLink:hover, a.rootCatBrand__minimizeLink:focus, a.rootCatBrand__minimizeLink:active, a.rootCatBrand__minimizeLink:visited{
	text-decoration:none;
	margin:5px 0;
}
.rootCatBrand__expandLink span,
.rootCatBrand__minimizeLink span{
	border-bottom:1px dashed #000;
}
.rootCatBrand__expandLink:hover span, a.rootCatBrand__expandLink:focus span, a.rootCatBrand__expandLink:active span,
.rootCatBrand__minimizeLink:hover span, a.rootCatBrand__minimizeLink:focus span, a.rootCatBrand__minimizeLink:active span{
	border:none;
}


.wixarDinamicItemList{
	position:relative;
}
.wixarDinamicItemList__cover{
	position:absolute;
	top:-10px;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	opacity:0.5;
	z-index:5;
}
.wixarDinamicItemList__loading{
	width:32px;
	height:32px;
	background:#FFF url(/_img/bx-slider/bx_loader.gif) 0 0 no-repeat;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-16px;
}

/*** END ESHOP FILTER ***/


/*** FAQ ***/

.faqDetails{}
.faqDetails__question{
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #333;
	margin-bottom:10px;
}
.faqDetails__questionCaption,
.faqDetails__answerCaption{
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.faqDetails__answer{}
.faqDetails__answerCaption{
	display:block;
}
.faqDetails__navLinksTop{
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
.faqDetails__navLinksBottom,
.faqDetails__navLinksBottom .faq__allCatsLink{
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}

.faq__pager .pagination_content{
	float:right;
}
.faq__navLinks{
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
}
.faq__catName{
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}
.faq__catList{}
.faq__catAnnounce{
	margin-bottom:35px;
}
.faq__item{
	font-size:14px;
	color:#000;
	margin-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
}
.faq__rowIndex{
	color: #f13340;
	padding: 0 5px;
	display:block;
	float:left;
	width:26px;
}
.faq__item a{
	color:#000;
}
.faq__item a:hover{
	color:#000;
	text-decoration:underline;
}

.faq__itemQuestion{}
.faq__itemQuestionCaption{
	font-weight:bold;
}
.faq__itemAnswer{
	margin:10px 0 0 26px;
}
.faq__itemAnswerCaption{
	font-weight:bold;
}

.faq__allCatsLink{
	font-size:14px;
}

.faq__form{
	padding: 21px 19px;
	margin:30px 0;
	background:#fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
	box-shadow: rgba(0, 0, 0, 0.17) 0 5px 13px;
}

.faq__form .col-md-3 {
	padding-left: 0;
}
@media (max-width: 991px) {
	.faq__form .col-md-3 {
		padding-right: 0;
	}
}
.faq__form .col-md-9 {
	padding-right: 0;
}
@media (max-width: 991px) {
	.faq__form .col-md-9 {
		padding-left: 0;
	}
}
.faq__header{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	padding: 0 0 15px 0;
	line-height: normal;
	margin-bottom: 30px;
}
.faq__subHeader{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	padding: 0 0 15px 0;
	line-height: normal;
}

#faq__form .form-group .form-control{
	max-width:271px;
}
#faq__form .form-group #faq_question{
	max-width:100%;
	height: 159px;
}

.faq__qCatItem{
	margin-bottom: 15px;
}
.faq__qCatItemName{
	font: 600 14px/20px "Roboto", sans-serif;
	color: #333;
	text-transform: uppercase;
	padding: 0 0 17px 0;
	margin: 0 0 30px;
	overflow: hidden;
}
a.faq__qCatItemName{
	text-decoration:underline;
}
a.faq__qCatItemName:hover{
	color:#333;
	text-decoration:none;
}
.faq__qCatItemNum{
	font: 600 14px/20px "Roboto", sans-serif;
	color: #757575;
}
.faq__qCatAnnounce{}


/*** END FAQ ***/



/*** Call order ***/

.callOrder .contact-form-box{
	background:#fff;
	box-shadow:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin:0;
}
.callOrder .contact-form-box textarea {
	height: 100px;
}

.callOrder .form-control{
	color:#333;
}
.callOrder__success{
	margin-top: 150px;
	text-align: center;
	color: #333;
}

/*** END Call order ***/



/*** Compare ***/

#wixarCompare__sbItemsList{
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #d8d8d8;
	background: #fff;
}
#wixarCompare__sbItemsList a{
	text-decoration:none;
}
#wixarCompare__sbItemsList a:hover, #wixarCompare__sbItemsList a:focus{
	color:#f13340;
}
#wixarCompare__sbItemsList ul li{
	position:relative;
	text-transform: uppercase;
	font-size: 14px;
	padding-right:16px;
	margin-bottom:10px;
}
#wixarCompare__sbItemsList .wixarCompare__removeFromCompare{
	position: absolute;
	right: 0;
	top: 0;
}
#wixarCompare__sbItemsList .fa-times{
	float:right;
	font-size: 20px;
	color: #f13340;
}

/*** END Compare ***/





/*** Eshop Item Details ***/

.eshopItemDetails__images{
	cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;
	display:block;
	text-align:center;
}
.eshopItemDetails__moreImages{
	margin-bottom:10px;
	padding:0 44px;
}
.eshopItemDetails__moreImages{}

.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-prev,
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	outline: 0;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	text-decoration:none;
	z-index: 2;
	background:none;
}
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-prev{
	left:-30px;
}
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-next {
	right:-30px;
}
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-prev:before,
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-next:before {
	padding-left: 2px;
	color: silver;
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 22px;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-prev:hover:before,
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-next:hover:before {
	color: #333333;
}
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-prev:before{
	content: "\f137";
	padding-right: 2px;
	left:0;
}
.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-next:before {
	content: "\f138";
	right:0;
}

.product-share{
	padding: 0 0 20px 14px;
}
.product-share .b-share__text{
	font-size:14px;
}

/* Rating */
.rating img {margin: 0px !important;}
.rating{
	color:#323232;
	font-family:Tahoma;
}
.rating_type_item-detailed{
	-moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05);
	line-height:2;
	margin-top:15px;
	padding: 19px;
	position:relative;
}

/* Start Rating Stars Oneblock */
.rating-stars__form {
    line-height: 1;
}
body .rating-stars__form-block, .rating-stars__form-votes {
    width: 130px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;
}
.rating-stars__rate-on {
    color: #21C268;
}
.rating-stars__rate-block {
    font-size: 12px;
    text-align: left;
    padding-top: 5px;
}
.rating-stars__votes-area{
	vertical-align: middle;
    margin-left: 5px;
    line-height: 22px;
}



/* End Rating Stars Oneblock */
@media (max-width: 767px) {
	.eshopItemDetails__moreImages {
		width: 280px;
		margin: 10px auto;
		padding:0 44px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.eshopItemDetails__moreImages {
		padding:0 18px;
	}
	.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-prev{
		left:-22px;
	}
	.eshopItemDetails__moreImages .bx-wrapper .bx-controls-direction .bx-next {
		right:-22px;
	}
}

/*** END Eshop Item Details ***/


/*** Comments ***/
.comments{}
.comments__list{}
.comments__item{
	margin-bottom:30px;
}
.comments__itemInfoBlock{
	width:16.66667%;
	float:left;
	padding:0 20px;
}
.comments__itemAuthor{
	display:block;
}
.comments__itemDate{
	color:#757575;
	display:block;
}
.comments__itemBody{
	width:83.33333%;
	float:left;
	overflow: hidden;
    border-left: 1px solid #aaa;
	padding: 5px 20px;
	min-height:40px;
}
.comments__itemText{}

.comments__formWrapper{
	padding: 0 20px 20px 20px;
	
}
.comments__formTitle{
	padding:20px 0;
    font-size: 18px;
    color: #252628;
    text-align: center;
}
.comments__form{}
.comments__formRow{
	margin-bottom: 10px;
}
.comments__formFieldName{
	margin: 0 0 6px 0;
}
.comments__formField{
	color: #333;
	max-width: 270px;
}
.comments__formFieldName_textarea{}
.comments__formTextarea.form-control{
	color: #333;
	height:100px;
}
.comments__formBtn{
	margin-top:10px;
}

#amiroTEdPureDiv{
	display:none;
}

@media (max-width: 991px) {
	.comments__itemBody{
		border-left:none;
		padding: 0 20px 0 0;
	}
}
@media (max-width: 767px) {
	.comments__itemInfoBlock{
		float:none;
		width:auto;
		padding:0 0 10px 20px;
	}
	.comments__itemBody{
		float:none;
		width:auto;
		padding:0 0 10px 20px;
		border-bottom:1px solid #ccc;
	}
}

/*** END Comments ***/



/*** Bottom Bar ***/

table#sign{
	margin-bottom:55px;
}

.bottomBar{
	display:none;
	position: fixed;
    bottom: 0;
    background: #252525;
    width: 100%;
	height:50px;
    z-index: 100;
}
.bottomBar__visible{
	display:block;
}
.bottomBar__logo{
	margin-top:3px;
	margin-left:75px;
	float:left;
}
.bottomBar__phone{
	float:left;
	margin-left:75px;
}
.bottomBar__phone .fa-phone{
	font-size: 25px;
    color: #f02727;
    margin-right: 15px;
    top: 4px;
    position: relative;
}
.bottomBar__phoneNumber{
	font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}
.bottomBar__cart{
	float:right;
	margin-right:75px;
}
.bottomBar__cart .fa-shopping-cart{
	font-size: 25px;
    color: #f02727;
    margin-right: 15px;
    top: 2px;
    position: relative;
}
.bottomBar__cartTitle{
	font-size: 18px;
    line-height: 50px;
    color: #fff;
}
a.bottomBar__cartTitle, a.bottomBar__cartTitle:link, a.bottomBar__cartTitle:hover, a.bottomBar__cartTitle:focus, a.bottomBar__cartTitle:active, a.bottomBar__cartTitle:visited{
	color:#fff;
}
.bottomBar__cartQty{
	background: #f02727;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0 15px;
    text-align: center;
    width: 28px;
	position: relative;
    vertical-align: top;
    margin-top: 11px;
}
.bottomBar__cartSum{
	color:#fff;
}
.bottomBar__cartCheckout{
	float:right;
}
.bottomBar__cartCheckout{
	color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    display: block;
    position: relative;
    padding: 0px 25px;
	margin:8px 0 8px 15px;
    cursor: pointer;
    background: #f02727;
    text-transform: uppercase;
}
a.bottomBar__cartCheckout{
	text-decoration:none;
}

.bottomBar__cartCheckout:hover, .bottomBar__cartCheckout.active {
	color: #f02727;
}
.bottomBar__cartCheckout:hover:before, .bottomBar__cartCheckout:hover:after, .bottomBar__cartCheckout.active:before, #order_call.active:after {
	height: 100%;
	left: 0;
	opacity: 1;
	top: 0;
	width: 100%;
}

.toTop{
	width: 50px;
    height: 50px;
    padding: 10px 11px;
    background: #f13340;
	/*opacity:0.8;*/
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 #555;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    left: 20px;
    bottom: 70px;
    z-index: 2;
}
.toTop:before{
	content: "\f062";
	display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.toTop:hover, .toTop:focus, .toTop:active{
	opacity:1;
}


@media only screen and (min-width: 1200px) {
	.bottomBar__cartCheckout {
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.bottomBar__cartCheckout span {
		position: relative;
		z-index: 3;
	}
	.bottomBar__cartCheckout:before, .bottomBar__cartCheckout:after {
		background: #fff;
		content: " ";
		height: 0;
		left: 50%;
		opacity: 0;
		position: absolute;
		top: 50%;
		transition: all 0.4s ease;
		width: 0;
		z-index: 2;
	}
	.bottomBar__cartCheckout:after {
		background: #c41c1c;
		z-index: 1;
	}
	.bottomBar__cartCheckout:before {
		transition-delay: 0.1s;
	}
}

@media (max-width: 1199px){
	.bottomBar__logo{
		margin-left:25px;
	}
	.bottomBar__cart{
		margin-right:25px;
	}
	.bottomBar__cartCheckout:hover, .bottomBar__cartCheckout.active {
		background: #fff;
	}
}
@media (max-width: 991px){
	.bottomBar__logo{
		margin-left:0;
	}
	.bottomBar__cart{
		margin-right:0;
	}
	.bottomBar__cart .fa-shopping-cart{
		margin-right:10px;
	}
	.bottomBar__phone {
		margin-left: 25px;
	}
	.bottomBar__phone .fa-phone {
		font-size: 22px;
		margin-right: 8px;
		top: 3px;
	}
	.bottomBar__phoneNumber{
		font-size:16px;
	}
	.bottomBar__cartTitle{
		font-size:16px;
	}
	.bottomBar__cartQty{
		margin: 11px 7px 0 7px;
	}
	.bottomBar__cartCheckout{
		margin-left:15px;
	}
}
@media (max-width: 767px){
	.bottomBar .container,
	.bottomBar.bottomBar__visible .container{
		display:none;
	}
	.bottomBar.bottomBar__visible{
		height:0;
		visibility:hidden;
	}
	.toTop{
		bottom:20px;
		visibility:visible;
	}
	table#sign{
		margin-bottom:0;
	}
}


/*** END Bottom Bar ***/


/*** Eshop Categories List ***/

.esCatCards{
	margin-bottom:20px;
}
.esCatCards__rootCat{}
.esCatCard{
	float: left;
    width: 22%;
    margin: 4% 0 0 4%;
    clear: none;
    background: #fff;
    border: 1px solid #d8d8d8;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.esCatCards__rootCat .esCatCard{
	width: 31%;
    margin: 3.5% 0 0 3.5%;
	height:230px;
}
.esCatCard:hover{
	border-color: #fff;
    -webkit-box-shadow: 0 0 21px 5px #b8b8b8;
    -moz-box-shadow: 0 0 21px 5px #b8b8b8;
    box-shadow: 0 0 21px 5px #b8b8b8;
}
.esCatCard__link{
	display:block;
	text-decoration:none;
	margin:3px 10px 10px 10px;
}
.esCatCard__imgBlock{
	display:block;
	text-align:center;
	margin-bottom:7px;
	height:165px;
	font-size:0;
}
.esCatCard__imgBlock:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
.esCatCard__img{
	max-width:100%;
	max-height:100%;
	width:auto !important;
	height:auto !important;
	display:inline-block;
	vertical-align:middle;
}
.esCatCard__nameBlock{
	display:block;
	text-align:center;
	height:55px;
	font-size:0;
}
.esCatCard__nameBlock:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
.esCatCard__name{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	display:inline-block;
	vertical-align:middle;
	max-width:99%;
}
.esCatCard__link:hover .esCatCard__name, .esCatCard__link:focus .esCatCard__name, .esCatCard__link:active .esCatCard__name,
.esCatCard__nameBlock:hover .esCatCard__name, .esCatCard__nameBlock:focus .esCatCard__name, .esCatCard__nameBlock:active .esCatCard__name{
	color:#ff1619;
}
.esRootCatCard .esCatCard__nameBlock{
	height:50px;
	padding:0 5px;
}
.esCatCard__count{
	color:#777;
}

.esCatCards .cardFirst__row4{
	clear:left;
	margin-left:0;
}
.esCatCards__rootCat .cardFirst__row4{
	clear:none;
	margin-left:3.5%;
}
.esCatCards__rootCat .cardFirst__row3{
	clear:left;
	margin-left:0;
}

.esCatCard__subCategories{
	padding:10px;
}
.esCatCard__subCategory{
	font-size: 12px;
    display: block;
    line-height: 13px;
    margin-bottom: 7px;
}
.esCatCard__subCategory:hover, .esCatCard__subCategory:focus{
	color:#ff1619;
}
.esCatCard__moreSubCats{
	font-size:14px;
	font-weight:bold;
}
.esCatCard__moreSubCats:hover, .esCatCard__moreSubCats:focus{
	color:#ff1619;
}

.esRootCatCard .esCatCard__subCategories{
	display:none;
}
.esRootCatCard:hover .esCatCard__subCategories{
	display:block;
}
.esRootCatCard:hover .esCatCard__imgBlock{
	display:none;
}
.esRootCatCard:hover .esCatCard__imgBlock{
	display:none;
}
.esRootCatCard__noSubcats:hover .esCatCard__imgBlock{
	display:block;
}

@media (max-width: 1199px) and (min-width: 992px){
	
}

@media screen and (max-width: 1199px){
	.esCatCard__imgBlock{
		height:132px;
	}
	.esCatCards__rootCat .esCatCard{
		height:200px;
	}
}
@media screen and (max-width: 991px) {
	/* 3 items in category row */
	.esCatCard{
		width:31%;
		margin:0 0 3.5% 3.5%;
	}
	.esCatCards .cardFirst__row2,
	.esCatCards .cardFirst__row4{
		clear:none;
		margin-left:3.5%;
	}
	.esCatCards .cardFirst__row3{
		clear:left;
		margin-left:0;
	}
	/* Root Category :: 2 items in category row */
	.esCatCards__rootCat .esCatCard{
		width:48%;
		margin:0 0 4% 4%;
	}
	.esCatCards__rootCat .cardFirst__row3{
		clear:none;
		margin-left:4%;
	}
	.esCatCards__rootCat .cardFirst__row2,
	.esCatCards__rootCat .cardFirst__row4{
		clear:left;
		margin-left:0;
	}
	
	.esCatCard__imgBlock{
		height:145px;
	}
	.esCatCards__rootCat .esCatCard{
		height:210px;
	}
}
@media screen and (max-width: 767px){
	/* 4 items in category row */
	.esCatCard{
		width: 22%;
		margin:0 0 4% 4%;
	}
	.esCatCards .cardFirst__row2,
	.esCatCards .cardFirst__row3{
		clear:none;
		margin-left:4%;
	}
	.esCatCards .cardFirst__row4{
		clear:left;
		margin-left:0;
	}
	/* Root Category :: 3 items in category row */
	.esCatCards__rootCat .esCatCard{
		width:31%;
		margin:0 0 3.5% 3.5%;
	}
	.esCatCards__rootCat .cardFirst__row2,
	.esCatCards__rootCat .cardFirst__row4{
		clear:none;
		margin-left:3.5%;
	}
	.esCatCards__rootCat .cardFirst__row3{
		clear:left;
		margin-left:0;
	}
	.esCatCard__imgBlock{
		height:132px;
	}
	.esCatCards__rootCat .esCatCard{
		height:200px;
	}
	.esCatCard__name{
		font-size:12px;
	}
}
@media screen and (max-width: 700px){
	/* 3 items in category row */
	.esCatCard{
		width:31%;
		margin:0 0 3.5% 3.5%;
	}
	.esCatCards .cardFirst__row2,
	.esCatCards .cardFirst__row4{
		clear:none;
		margin-left:3.5%;
	}
	.esCatCards .cardFirst__row3{
		clear:left;
		margin-left:0;
	}
	/* Root Category :: 2 items in category row */
	.esCatCards__rootCat .esCatCard{
		width:48%;
		margin:0 0 4% 4%;
	}
	.esCatCards__rootCat .cardFirst__row3{
		clear:none;
		margin-left:4%;
	}
	.esCatCards__rootCat .cardFirst__row2,
	.esCatCards__rootCat .cardFirst__row4{
		clear:left;
		margin-left:0;
	}
	.esCatCard__imgBlock{
		height:140px;
	}
	.esCatCards__rootCat .esCatCard{
		height:205px;
	}
}
@media screen and (max-width: 479px){
	/* 2 items in category row */
	.esCatCard{
		width:48%;
		margin:0 0 4% 4%;
	}
	
	/* 2 items in product row */
	.esCatCards .cardFirst__row3,
	.esCatCards .cardFirst__row4{
		clear:none;
		margin-left:4%;
	}
	.esCatCards .cardFirst__row2{
		clear:left;
		margin-left:0;
	}
	/* Root Category :: 1 items in category row */
	.esCatCards__rootCat .esCatCard{
		width:100%;
		margin:0 0 4% 0;
	}
	.esCatCards__rootCat .cardFirst__row3,
	.esCatCards__rootCat .cardFirst__row4,
	.esCatCards__rootCat .cardFirst__row2{
		clear:left;
		margin-left:0;
	}
}

/*** END Eshop Categories List ***/



/*** Catalog on main page (eshop tree home) ***/
.esHome{
	background:#fff;
	border: 1px solid #d8d8d8;
	padding-top:20px;
	margin-bottom:40px;
}
.esHomeCards{
	font-size: 0;
}

.esHomeCard{}
.esHomeCard{
	display:inline-block;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
	padding:0 10px;
	margin-bottom:40px;
	font-size: 0;
    vertical-align: top;
}

.esHomeCard__imgBlock{
    display:inline-block;
	vertical-align:top;
	font-size:0;
	width:30%;
}
.esHomeCard__img{
	max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.esHomeCard__categories{
	display: inline-block;
    width: 70%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.esHomeCard__link{
	display:block;
	height:40px;
	padding-bottom:7px;
	border-bottom:1px solid #d8d8d8;
    margin-bottom: 7px;
	font-size:0;
    text-decoration: none;
}
.esHomeCard__link:hover, .esHomeCard__link:focus{
	color: #f02727;
}
.esHomeCard__link:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%;
}
.esHomeCard__name{
	display:inline-block;
	vertical-align:middle;
	font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.esHomeCard__subcategories{}
.esHomeCard__subLink{
	font-size:12px;
	text-decoration:none;
	display:inline-block;
}
.esHomeCard__subLink:hover, .esHomeCard__subLink:focus{
	color: #f02727;
}
.esHomeCard__subLink:after{
    content: '\2022';
    margin: 0 5px;
    vertical-align: middle;
}
.esHomeCard__subLink:last-of-type:after{
	display:none;
}
.esHomeCard__more{
	font-size:14px;
	display:block;
}
.esHomeCard__more a:hover, .esHomeCard__more a:focus{
	color: #f02727;
}

@media screen and (max-width: 1199px){
	.esHome{
		border-bottom:0;
		padding-bottom:0;
	}
	.esHomeCards{
		margin-bottom:0;
	}
	.esHomeCard{
		display:table;
		width:100%;
		padding-bottom:20px;
		border-bottom:1px solid #d8d8d8;
		margin-bottom:20px;
	}
	.esHomeCard__imgBlock{
		display:table-cell;
		width:100px;
	}
	.esHomeCard__categories{
		display:table-cell;
		width:auto;
	}
	.esHomeCard__link{
		height:auto;
		border:none;
	}
	.esHomeCard__link:hover, .esHomeCard__link:focus{
		color: #f02727;
	}
	.esHomeCard__link:before{
		display:none;
	}
	.esHomeCard__name{
		font-size:18px;
	}
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px){}
@media screen and (max-width: 479px){
	.esHome{
		padding:0;
	}
	.esHomeCard{
		padding:0;
		margin:0;
	}
	.esHomeCard__imgBlock{
		width:80px;
		height:76px;
		vertical-align:middle;
		text-align:center;
	}
	.esHomeCard__img{
		max-width:60px;
		max-height:60px;
	}
	.esHomeCard__categories{
		vertical-align:middle;
	}
	.esHomeCard__link{
		margin:0;
		padding:0;
	}
	.esHomeCard__name{
		font-size:16px;
	}
	.esHomeCard__subcategories{
		display:none;
	}
}

/*** END Catalog on main page (eshop tree home) ***/

/*
 * FILE END: _mod_files/_css/ami_custom.css
 */

/*
 * FILE START: _mod_files/_css/ami_content.css
 */


/*
 * FILE END: _mod_files/_css/ami_content.css
 */
