body{	
	background:#cbb496;
	padding: 0px;
	margin: 0px;
}
.shadow{
	box-shadow: 0px 0px 5px rgb(34, 34, 34);
	background: #e3ab6d;
	margin-bottom:0px;
    padding:0;
}
.haeder{
    background: url(/css/img/hed-bg.png) no-repeat top;
	background-color:#e3ab6d;
	margin-bottom:2px;
	min-height: 177px;
	padding-left:20px;
	border-left:5px solid #e3ab6d;
	border-right:5px solid #e3ab6d;
}
.hed{
	border-bottom: 1px solid #e3ab6d;
}
img.dop_photo{
	margin-left:10px;
}
img.work_galery{
	margin-left:5px;
	margin-bottom:5px;
}
img.nagrad {
    width: 250px;
    border: 10px double #D19955;
    background: #AA7F52;
    box-shadow: 0px 0px 5px rgb(0, 0, 0);
	margin-bottom:20px;
}
/*---------------------------------- MENY --------------------------------------*/
ul.mainmenu {
	margin: 0;
	margin-left:3px;
	max-width:970px;
	padding:0px 0px 0px 3px;
    display: table;
}

ul.mainmenu li {
	float: left;
	list-style: none;
	position: relative;
	border-right:1px solid #ba8b4c;
    border-left: 1px solid #ba8b4c;
    border-bottom:0;
    background-image:-moz-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image:-webkit-gradient(linear,  top,  top, color-stop(0%,#e3ab6d),  color-stop(100% #a77d44));
    background-image:-webkit-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image:-o-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image:-ms-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image:linear-gradient(top, #e3ab6d 0% ,#a77d44 100%);
    background-color:#a77d44;
}
.mainmenu li:hover {
	background-image:-moz-linear-gradient(top, #e3ab6d 0%, #876537 100%);
    background-image:-webkit-gradient(linear,  top,  top, color-stop(0%,#e3ab6d),  color-stop(100% #876537));
    background-image:-webkit-linear-gradient(top, #e3ab6d 0%, #876537 100%);
    background-image:-o-linear-gradient(top, #e3ab6d 0%, #876537 100%);
    background-image:-ms-linear-gradient(top, #e3ab6d 0%, #876537 100%);
    background-image:linear-gradient(top, #e3ab6d 0% ,#876537 100%);
}
ul.mainmenu li a {
	display: block;
	font-family: Arial;
	text-decoration: none;
	text-shadow: 0px 0px 1px #dbdbdb;
    padding:3px 10px 5px 10px;
	color:#000000;
    font-size: 15px;
    font-weight: bold;
}

ul.mainmenu li a:hover, ul.mainmenu li.active a{
	text-shadow:none;
	text-decoration:none;
	color: #f9dec1;
	text-shadow: 0px 0px 1px #000000;
    font-size: 15px;
    font-weight: bold;
}
ul.mainmenu li.active ul li a{
	text-shadow: none;
}
ul.mainmenu li:first-child a:hover {
	/*border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;*/
}
ul.mainmenu li ul {
	display: none;

}
ul.mainmenu li:hover ul {
	display: block;
	position: absolute;
	top: 28px;
	z-index: 1000;
}
ul.mainmenu li ul.sub_m1{
    border-right:1px solid #ba8b4c;
    border-bottom:1px solid #ba8b4c;
    padding:0;
    top: 29px;
    left:0;
}
ul.mainmenu li ul.sub_m1-left{
    border-right:1px solid #ba8b4c;
    border-bottom:1px solid #ba8b4c;
    padding:0;
    top: 29px;
    right:0px;
}
ul.mainmenu li:hover ul li {
	float: none;
	width: 300px;
	border-right: none;
	padding:0;
}

ul.mainmenu li:hover ul li a {
	border-top: 1px solid #BA8B4C;
	padding: 5px;
	font-size:13px;
	color:#000;
	background-color: #E3AB6D;
}

ul.mainmenu li:hover ul li a:hover {
	background-color: #bb8c56;
	color: #fff;
}

ul.mainmenu li:hover ul li:first-child a:hover {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#basket_linck {
	color:#000000;
	padding:0px 7px 0px 7px;
	font-size:20px;
	text-shadow: 0 0 1px #ffffff;
}
#basket_linck:hover, ul.mainmenu li.active #basket_linck{
	text-shadow:none;
	text-decoration:none;
	//color: #f9dec1;
	text-shadow: 0px 0px 1px #FFFFFF;
    //font-weight: bold;
}
/*-----------------------------------------  SMAL MENY   --------------------------------------------------------------------------*/
.nav > li.dropdown{
    float: left;
    width:50%;    
    border-right:1px solid #ba8b4c;
    border-left: 1px solid #ba8b4c;
    background-image:-moz-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image:-webkit-gradient(linear,  top,  top, color-stop(0%,#e3ab6d),  color-stop(100% #a77d44));
    background-image:-webkit-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image:-o-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image:-ms-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image:linear-gradient(top, #e3ab6d 0% ,#a77d44 100%);
    background-color:#a77d44;    
}
.nav > li.dropdown a {
	display: block;
	font-family: Arial;
    text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px 1px #dbdbdb;
    color:#000000;
    font-size: 15px;
    font-weight: bold;
}
/*{
    background-color: #eeeeee;
    border-color: #428bca;
}*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav > li.dropdown a:hover, .nav > li.dropdown > a:hover, .nav > li.dropdown > a:focus{
	background-image:-moz-linear-gradient(top, #e3ab6d 0%, #876537 100%);
    background-image:-webkit-gradient(linear,  top,  top, color-stop(0%,#e3ab6d),  color-stop(100% #876537));
    background-image:-webkit-linear-gradient(top, #e3ab6d 0%, #876537 100%);
    background-image:-o-linear-gradient(top, #e3ab6d 0%, #876537 100%);
    background-image:-ms-linear-gradient(top, #e3ab6d 0%, #876537 100%);
    background-image:linear-gradient(top, #e3ab6d 0% ,#876537 100%);
    color: #f9dec1;
	text-shadow: 0px 0px 1px #000000;
}
ul.dropdown-menu {
    min-width: 290px;
    max-width: 100%;
    margin: 0px;
    border-radius: 0px;
    background-color: #C99350;
}
.nav > li.dropdown.open ul a{
	border-top:1px solid #E0AE72;
	border-bottom:1px solid #A0784B;
	background:#C99350;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3px;
	padding-right:3px;
	white-space: normal;
}
.nav > li.dropdown.open ul a:hover, .nav > li.dropdown.open ul li.active a{
	background: #B78547;
	//color: #f9dec1;
	//text-shadow: 0px 0px 1px #000000;
}

ul.dropdown-menu-right{
	right:0;
}
/*---------------------------------------------------------------------------------------------------*/
.galeri_menu {
    list-style-type: none;
    margin: 0px;    
	padding:0;
	padding-bottom: 5px;
}
.galeri_menu li {
    text-align: left;
    padding: 3px 4px;
    border: 1px solid #BA8B4C;
    margin-top: 3px;
    text-shadow: 0px 0px 1px #A57C51;
    background-color: #DAA261;
}
.galeri_menu li a {
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0px 0px 1px #CCC;
}
.galeri_menu li a:hover, .galeri_menu li.active a {
	color:#f9dec1;
	display: block;
	text-decoration:none;
	font-weight: bold;
	font-size:13px;
	text-shadow: 0px 0px 1px #000000;
}
/*ul.galeri_menu li.komplekt {
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
}
ul.galeri_menu li.komplekt a {
    color: #000;
    font-weight: bold;
    font-size: 18px;
	line-height: 1.2;
}
ul.galeri_menu li.komplekt a:hover {
	text-shadow:none;
	text-decoration:none;
	color: #f9dec1;
	text-shadow: 0px 0px 1px #000000;
	font-size: 18px;
	font-weight: bold;
}*/
ul.galeri_menu li.last {
	border-radius:10px;
	text-align:center;
	margin-top:10px;
	line-height: 20px;
}
ul.galeri_menu li.last a {
	color:#000000;
	font-weight: bold;
	font-size:18px;
}
ul.galeri_menu li.last a:hover, ul.galeri_menu li.active.last a {
	text-shadow:none;
	text-decoration:none;
	color: #f9dec1;
	text-shadow: 0px 0px 1px #000000;
	font-size: 18px;
	font-weight: bold;
}
ul.all_g{
	list-style-type: none;
	padding:0;
}
ul.all_g a{
	font-weight: bold;
}
/*---------------------------------------------------------------------------------------------------*/
.left-panel{
	box-shadow:	#e3ab6d 0px -1px 1px,#222222 0px 2px 5px;
	padding:0;
	border-left:5px solid #e3ab6d;
	border-right:3px solid #e3ab6d;	
	background-color:#e3ab6d;
}
.L-names{
	text-align: center;
	font-size: 18px;
	color: #000;
	text-shadow: 0px 0px 2px #FFF;
	font-weight: bold;
	border-left: 5px solid #E3AB6D;
	border-right: 3px solid #E3AB6D;
	background-image:-moz-linear-gradient(left, #e3ab6d 0%,#D19955 20%,#D19955 80%, #e3ab6d 100%); /* FF3.6+ */
	background-image:-webkit-gradient(linear,  left,  left, color-stop(0%,#e3ab6d),  color-stop(20% #D19955), color-stop(80% #D19955),color-stop(100% #e3ab6d)); /* Chrome,Safari4+ */
	background-image:-webkit-linear-gradient(left, #e3ab6d 0%,#D19955 20%,#D19955 80%, #e3ab6d 100%); /* Chrome10+,Safari5.1+ */
	background-image:-o-linear-gradient(left, #e3ab6d 0%,#D19955 20%,#D19955 80%, #e3ab6d 100%); /* Opera 11.10+ */
	background-image:-ms-linear-gradient(left, #e3ab6d 0%,#D19955 20%,#D19955 80%, #e3ab6d 100%); /* IE10+ */
	background-image:linear-gradient(left, #e3ab6d 0%,#D19955 20%,#D19955 80%, #e3ab6d 100%); /* W3C */
	background-color:#a77d44;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:5px;
}
.left_baner a p {
    text-align: center;
	color:#000000;
}
.left_baner a:hover{
    text-align: center;
	color:#000000;
	text-decoration:none;
}
.contents{
	padding-top:15px;
	margin-bottom:15px;
}
.title-1{
	font-size:20px;
	font-weight: bold;
	color: #000000;
	text-shadow: 0px 0px 1px #cccccc;
	
}
.con-1{
	text-align:center;
	background:#AB9880;
	border-top:2px solid #967040;
	border-bottom:3px solid #967040;
	padding-top:10px;
	padding-bottom:10px;
}
.con-1 a.highslide > img{
	margin-left:5px;
	margin-top:5px;
}
.con-1-w {
    background: #EFEFEF none repeat scroll 0% 0%;
    border-top: 2px solid #967040;
    border-bottom: 3px solid #967040;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-search{
	background:#EFEFEF;
	padding-top:5px;
	padding-bottom:2px;
	border: 1px solid #A77D44;
	border-radius: 5px 5px 0px 0px;
}
.button_tr {
    background-image: -moz-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image: -webkit-gradient(linear, top, top, color-stop(0%,#e3ab6d), color-stop(100% #a77d44));
    background-image: -webkit-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image: -o-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image: -ms-linear-gradient(top, #e3ab6d 0%, #a77d44 100%);
    background-image: linear-gradient(top, #e3ab6d 0% ,#a77d44 100%);
    background-color: #a77d44;
    padding: 8px;
    color: #000000;
    border: 1px solid #a77d44;
    font-weight: bold;
    border-radius: 5px;
    text-shadow: 0px 0px 1px #dbdbdb;
}
ul.top_forums{
	list-style-type: none;
	margin: 0;
	padding:0;
	background: #FCFCFC;
}
ul.top_forums li{
    padding: 5px;
    border-bottom: 1px solid #cccccc;
}
ul.top_forums li a{
	text-decoration: none;
    color: #000000;
    text-shadow: 0px 0px 1px #cccccc;
}
input[type="text"], input[type="password"], select{
    display: block;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
select{
	padding:0;
}
input.error, select.error{
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);	
	border-radius: 4px;
}
label.error {
    color: #a94442;
}
.shop-sear-panel{
	background: #EFEFEF none repeat scroll 0% 0%;
	//border:1px solid #967040;
	border-radius: 10px 10px 0px 0px;
	padding:3px;
}
.sh_d_b{
	font-size:25px;
	color:#d9534f;
}
.inp_dis{
	display: block;
	height: 30px;
	padding-top:5px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #efefef;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s

}
li.selected a{
	font-weight: bold;
	color:#000000;
	border-color: #AF834A;
	background:#ead3b6;
}
/********* MEDIA **********************************************/
@media (max-width: 991px) {
    .contents {
        padding:0px;
		padding-top:15px;
    }	
	.con-1 a.highslide > img, img.mini-center{
    margin: 0 auto;    
	}
}
@media (max-width: 768px) {
    form select ,form input{
        height:35px;
		font-size:20px;
    }
	img{
		display: block;
		max-width: 100%;
		height: auto;
	}
	img.mini-L-center{
		margin: 0 auto;    
	}
	img.dop_photo{
		margin-bottom:10px;
	}
	.sh_d_b{
		font-size:40px;
	}
	input.shop_search_t{
		height:40px;
		font-size:20px;
	}
}
