html,body{position:relative;height:100%;}
body {
	background:url(../images/bg.png) 0 0 #fff;
}

a {
	color:#0b58a7;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #511905;
  border: 1px solid #dddddd;
}

a.list-group-item,
button.list-group-item,
.list-group-item a {
  color: #EEEF9D;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #EEEF9D;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #EEEF9D;
  background-color: #af3312;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #af3312;
  border-color: #511905;
}


.breadcrumb {
	background:#fbe4bd
}
h1,h2,h3,h4 {
	padding:10px;
	background-color:#fbe4bd;
	margin:0;
}
.breadcrumb a {
	color: #511905;
}


.breadcrumb > .active {
	color: #af3312;
}


.pagination>li>a,.pagination>li>span{
	position:relative;
	float:left;
	padding:6px 12px;
	line-height:1.42857143;
	text-decoration:none;
	color:#2c7dc4;
	background-color:#fff;
	border:1px solid #ddd;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>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{
	z-index:3;color:#1e5586;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{
	z-index:2;color:#fff;background-color:#af3312;border-color:#511905;cursor:default}
	

.btn-custom {
  background-color: #af3312;
  border-color: #af3312;
  color:#fbe4bd;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #982c10;
  border-color: #81260d;
  color:#EEEB65;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #af3312;
  border-color: #af3312;
}

.btn-vishny{
	background: #af3312;
	color:#fff;
}

.leadlead {
	font-size:17px;	
	font-weight:bold;
}
progress {
	margin: 1em auto;
	display: block;
	border-radius : 2px;
	background: #fff;
	padding: 0;
	border: 0;
	text-align: center;
	height: 12px;
	box-shadow: 1px 2px rgba(0,0,0,.3) inset, 0 0 0 1px rgba(0,0,0,.5);
	overflow:hidden;
	background: -webkit-linear-gradient(#4c4, #8f8 50%, #4c4);
		background: -moz-linear-gradient(#4c4, #8f8 50%, #4c4);
			background: -o-linear-gradient(#4c4, #8f8 50%, #4c4);
				background: linear-gradient(#4c4, #8f8 50%, #4c4);
	width:100%;
}
header,article,footer,nav,aside {
	display:block;
	padding:0;
	margin:0;
}

header,footer {
	background-color:#660000;
	padding:20px 0;
	color:#fff;
}
footer {
	
}

header {
	background-image:none;
	background-image:
		linear-gradient(to bottom,rgba(118,47,22,0) 0,rgba(118,47,22,0) 100px,#6E2910 450px,#0c99d5),
		
		repeating-linear-gradient(118deg,rgba(118,47,22,0) 0,
		#792608 550px,rgba(118,47,22,0) 550px,
		#792608 800px,rgba(118,47,22,0) 800px,
		#792608 950px);


}

.nav-stacked > li {
	color:#eeef9d;
	background-color:#511905;
}
.nav-stacked > li > a {
	color:#eeef9d;
}

#header-1 {
	position:fixed;
	background-image:url(../images/bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	
	left:0;
	right:0;
	z-index:20;
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,.3);
	box-sizing:border-box;
	height:150px;
}

#header {
	color:#eeef9d;
	left:0;
	right:0;
	z-index:20;
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,.3);
	box-sizing:border-box;
	height:150px;
	position:fixed;
}


.tops {
	height:150px;
}
.pos-abs {
	position:absolute;
	width:100%;
	min-height:200px !important;
	background:#fff;
	margin-top:3px;
	left:0;
	top:36px;
	z-index:201;
	box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.125), 1px 1px 6px 2px rgba(0,0,0,0.35);
	color:#111;
	box-sizing:border-box;
	border:#777 1px solid;
	padding:10px;
	max-height:350px;
	overflow-y:auto;
}
.file-items img {
	float:left;
	margin-right:20px;
}
.inline.form-control {
	display:inline-block;
	width:auto;
}

.loader {
	min-width:100px;
	min-height:80px;
	background-image:url(../images/loader.gif); 
	background-repeat: no-repeat;
	background-position: center center;
}

.btn-primary {
	background-color:#006DD9;
}
.btn-yellow {
	background-color: #eeef9d;
	border-color: #edba2b;
	color:#511905;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {

}
.btn-yellow.disabled:hover,
.btn-yellow.disabled:focus,
.btn-yellow.disabled:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled]:hover,
.btn-yellow[disabled]:focus,
.btn-yellow[disabled]:active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow:hover,
fieldset[disabled] .btn-yellow:focus,
fieldset[disabled] .btn-yellow:active,
fieldset[disabled] .btn-yellow.active {

}
    .btn-file {
	   position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
.t-shadow-y {
	text-shadow: 0 -1px #FFC400, 1px 0 #FFC400, 0 1px #FFC430, -1px 0 #FFC430;
}
.t-shadow-b {
	text-shadow: 0 -1px #777, 1px 0 #777, 0 1px #666, -1px 0 #666;
	text-decoration:none;
}

hr.ftr {
	border-top:#545B63 1px solid;
	border-bottom:#626971 1px solid;
}

.bd-white {
	background-color:#fff;
}


.bgr-tg{
	background-color:#FF9400;
}
.bgr-lg{
	background-color:#FEFEFB;
}
.m-top-20 {
	margin-top:20px;
}
.m-top-30 {
	margin-top:30px;
}
.m-top-40 {
	margin-top:40px;
}
.m-top-10 {
	margin-top:10px;
}
.m-top-5{
	margin-top:5px;
}

.m-bot-20 {
	margin-bottom:20px;
}

.p-10-0 {
	padding:10px 0;
}
.p-bot-20 {
	padding-bottom:20px;
}


header {
	padding:10px 0;
}

.topmenu {
	padding:20px 0;
	margin:0px auto;
	position:relative;
	display:inline-block;
}
.topmenu a {
	padding:10px;	
	display:inline-block;
	color:#333;
	border:#333 1px solid;
	border-right:none;;
}
.topmenu a:last-child {
	border-right:#333 1px solid;
}

.brd-none {
	border:none;
	box-shadow: none;
}
.brd-none:hover,
.brd-none:focus,
.brd-none:active {
	border:none;
	box-shadow: none;
}

.brd-bottom {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:#ececec 1px dashed;
}

input.orders,
input.range-orders {
	min-width:100px;
	width:100%;	
}
.mx-wd-200 {
	max-width:200px;
	width:100px;
}
.all-items {
	width:100% !important;
	position:relative;
}

.all-items.active:before {
	display:block;
	position:absolute;
	top:0px;
	left:10px;
	color:red1;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:3.2em;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
//	content:'\f024';
	z-index:10;	
}

.navbar-collapse{
	padding-right:0;padding-left:0;
}

.nvbleft button.navbar-toggle {
	float:none;
	font-size:20px;
}

#cart-y {
	position:fixed;
	left:16px;
	bottom:16px;
	width: 50px;
	height: 50px;
	overflow:hidden;
	background-color:#EEEF9D;
	border:#EDE940 10px solid;
	border-radius:50%;
	box-shadow: 0 3px 5px rgba(10,10,10,.16);
	z-index:102;
	text-align:center;	
	font-size:20px;
	color:#333;
}

#panel {
	position:fixed;
	left:16px;
	top:16px;
	right:16px;
	bottom:16px;
	overflow:hidden;
	background:url(../images/bg.png) 0 0 #fff;
	border:#ccc 1px solid;
	box-shadow: 0 1px 2px rgba(10,10,10,.16);
	z-index:101;
}
#panel-close {
	position:absolute;
	top:10px;
	right:10px;	
}

#panel .panel-content {
	position:absolute;
	left:10px;
	top:60px;
	right:10px;
	bottom:10px;
	overflow:auto;
	background:#fff;
	border-top:#ccc 1px solid;	
	z-index:101;
}
.h100 {
	height:99%;	
	box-sizing:border-box;
}
.h90 {
	height:88%;
	box-sizing:border-box;	
}
#panel .panel-title {
	position:absolute;
	top:12px;
	left:10px;
	right:40px;
	display:block;
	max-height:34px;
	overflow:hidden;
}
#acontent {
	height:80%;
}
.link {
	cursor:pointer;
}
.hide {
	display:none;
	visibility:hidden;
}
.pull-right-md {
	float:right;
}


.list-group-item.active a {
	color:#fff;
}
a.text-muted:hover,
a.text-muted:focus,
a.text-muted:active {
	color:#6f6f6f;
}

.form-control-feedback {
	position: relative;
	display: inline;
	top: 0;
	line-height: 14px;
}
.relat {
	//position:relative;
}
.swiper-container{width:100%;height:300px;margin-left:auto;margin-right:auto;}
.swiper-slide{background-size:cover;background-position:center;position:responsive;}
.gallery-top{height:100%;width:100%;}
.gallery-thumbs {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
		:88px;
	box-sizing:
	border-box;padding:10px 0;
}


.gallery-thumbs .swiper-slide{width:auto;height:88px;opacity:0.64;}
.gallery-thumbs .swiper-slide-active{opacity:1;}
.swiper-slide .text-content {
	position: absolute; 
	top:20%;left:10%;
	max-width:70%;
	max-height:60%;
	overflow:hidden;
}
.swiper-slide .title{
	font-size:47px;
	font-weight:500;	
	text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
	color:#FAF0D0;
	margin-bottom:20px;
}
.swiper-slide .mbutton {
	position:absolute;
	bottom:100px;
	right:50px;
}
.swiper-slide .subtitle{font-size:31px;}
.swiper-slide .text{
	font-size:24px;
	font-weight:600;
	letter-spacing: 2px;	
	line-height:1.3;	
	text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000,  1px 1px 3px rgba(0, 0, 0, 0.32);
	color:#FAF0D0;
}

.swipper-gallery {
	height:220px;
	width:100%;
	overflow:hidden;
	margin:20px 0;
	position:relatie;
}

.swipper-gallery.swiper-container {
	height: 200px;
	width:100%;
	margin: 25px auto;
}


.swipper-gallery .swiper-slide-1 {
	text-align: center;
	font-size: 14px;
	background: #fff;
	width:200px !important;
	height:200px !important;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position:relative;
	
}
.swipper-gallery .swiper-pagination {
	top:7px;
	bottom:160px;
	max-height:20px !important;
}

.swiper-slide-1 .swp-text {
	position:absolute;
	display:block;
	height:140px !important;
	overflow:hidden;
	bottom:-110px;
	left:0;
	right:0;
	padding:10px;
	background:#333;
	opacity:.5;
	color:#fff;
	-webkit-transition: bottom .7s ease-out 0.1s;
	-moz-transition: bottom .7s ease-out 0.1s;
	-o-transition: bottom .7s ease-out 0.1s;
	transition: bottom .7s ease-out 0.1s;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	z-index:3;
}
.swiper-slide-1 .swp-text:hover,
.swiper-slide-1 .swp-text:focus,
.swiper-slide-1 .swp-text:active,
.swiper-slide-1 .swp-text.active {
	bottom:0;
	opacity:1;
	color:#fff;
	text-decoration:none;

}
.swiper-slide-1 img {
	width:200px !important;
	height:200px;
	box-sizing:border-box;
	z-index:2;
}


#pnl-orders {
	position: absolute;
	position: fixed;
	right:20px;
	top:300px;
	width:auto;	
	border-radius:3px;
	padding:12px;
	z-index:101;
	background:#db8131;
	color:#fff;	
}

#pnl-orders span {
	dipslay:inline-block;
	padding:0px;
	margin:18px 0;
	font-size:32px;
}
#pnl-orders span.br {
	border-right:#db81315 1px solid;
	padding-right:10px;
}
#pnl-orders span.bl {
	border-left:#db8131 1px solid;;
	padding-left:10px;
}
#pnl-orders .bt {
	border-top:#565D65 1px solid;;
	font-size:18px;
	width:100%;
	white-space: nowrap;
}



@media (max-width:767px) {
	.tc-xs {
		text-align:center;
	}
	.m-top-20-xs {
		margin-top:20px;
	}
	.pull-right-md {
		float:none;
	}
	#pnl-orders span {
		right:10px;
	}
	#pnl-orders span {
		margin:10px 0;
		font-size:21px;
	}
	#header {
		position:static;
		height:auto;
	}
	.tops {
		height:auto;
	}
	a.name {
		font-size:24px;				
	}
	.price-formatted-val {
		font-size:24px;
	}
	h1 {
		font-size:25px;
	}
	.m-top-20{
		margin-top:16px;
	}
}

@media (max-width:992px) {
	.tc-xs {
		text-align:center;
	}
	.m-top-20-xs {
		margin-top:20px;
	}
	.pull-right-md {
		float:none;
	}
	#pnl-orders span {
		right:10px;
	}
	#pnl-orders span {
		margin:10px 0;
		font-size:21px;
	}
	#header {
		position:static;
		height:auto;
	}
	.tops {
		height:auto;
	}
}

.owl-items {
	position:relative;
	height:100%;
}

.owl-items .caption {	
	height:40px !important;
	overflow:hidden;
	position:relative;
}
.owl-items .caption:before {
}	
.owl-items .caption:after {	
	position:absolute;
	display:block;
	height:7px !important;
	width:100%;
	content:' ';
	background:#efefef;
	bottom:0;
	left:0;


background: -moz-linear-gradient(top,  rgba(239,239,239,0) 0%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(239,239,239,0) 0%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */


}

.owl-items .form-control {
	padding:3px;
	padding-top:3px;
	padding-bottom:1px;
	line-height:12px;
	font-size:12px;
	height:24px;
	width:99%;
	min-width:auto;
}
.owl-items .owl-data {
	height:100%;
	margin-bottom:2px;
	background:#efefef;
}
.owl-items .pnl-order {
	border-top:#ccc 1px solid;	
	padding:5px 0;
	background:#efefef;
}

.xs-breadcrumb {
	font-size:18px;
	padding:10px 0;
}
.xs-breadcrumb a {
	color:#111;
}

.footer-button button {
	background-color:transparent;
	text-align:left;
	border:none;
	border-bottom:1px #EEEB65 solid;
	display:block;
	width:100%;
}