@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700,700italic&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Cuprum&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,latin-ext);
body {
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
}

a:focus {
	outline: none;
}

a:link, a:active, a:visited {
	color: #333333;
}


audio {
	display: none;
}
.language-line {
	width: 100%;
	min-height: 40px;
	height: auto;
	overflow: hidden;
	color: #000000;
	text-align: center;
	background: url(../images/front/langlineback.jpg) repeat-x;
}

.language-line span {
	display: block-inline;
	float: right;
	padding: 10px 5px 0px 0px;
}
.language-line a:link, .language-line a:active, .language-line a:visited {
	height: 100%;
	width: 60px;
	display: block-inline;
	float: right;
	color: #000000;
	text-align: center;
	min-height: 40px;
	overflow: hidden;
	padding-top: 10px;
}

.language-line a:hover {
	text-decoration: none;
	background: #000000;
	color: #ffffff;
}

.activelang {
	text-decoration: none;
	background: #000000!important;
	color: #ffffff!important;
}


.video {
	background: #000000;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.video .container {
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	z-index: 20;
	width: 1100px;
	left: 50%;
	margin-left: -550px;
}



.gold {
	font-weight: bold;
	color: #ae9b43;
	font-size: 30px;
}


.search-line {
	padding-top: 10px;
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 206;
}


.first-line {
	min-height: 165px;
	height: auto;
	width: 100%;
}




.basket {
	text-align: right;
}

.basket form {
	display: inline;
	width: 400px;
	float: none;
	text-align: center!important;
	padding-top: 80px!important;
}

.logo {
	margin-top: 20px;
	display: block;
}

.logotitle {
	float: left;
	text-align: left;
	margin-left: -40px;
	margin-top: 30px;
}

a.show_basket:link, a.show_basket:active, a.show_basket:visited {
	margin-top: 30px;
	padding: 3px 0px 0px 30px;
	background: url(../images/basket.png) left 5px no-repeat;
	color: #606060;
	font-size: 16px;
	display: block;
	float: right;
}

.slicknav_menu {
	display: none;
}

a.login_account_button:link, a.login_account_button:active, a.login_account_button:visited {
	display: block-inline;
	padding: 5px 10px;
	background: #c6a65a;
	border: 1px solid #c6a65a;
	color: #ffffff;
	text-align: center;
	width: 220px;
	clear: both;
	float: right;
	margin-bottom: 10px;
	transition: all 0.2s ease-in 0s;
}


.no-video {
	background: url(../img/backimg1.jpg) center top no-repeat;
	background-size: cover;
}


video {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    width: auto;
}

.backlines {
	background-image: url(../images/front/back.png);
	width: 100%;
	height: 700px;
	position: absolute;
}

/* top logo on main site */
#mlogo {
	display: none;
}


.comments h3 {
	font-size: 15px;
}

.comments table tr td:nth-child(2) {
	font-weight: bold;
	color: #c6a65a;
}

a.login_account_button:hover{
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	border: 1px solid #ffffff;
}

a.logout_account_button:link, a.logout_account_button:active, a.logout_account_button:visited {
	display: block;
	padding: 5px 10px;
	background: #c6a65a;
	color: #ffffff;
	text-align: center;
	width: 100px;
	margin-left: 10px;
}

a.logout_account_button:hover {
	text-decoration: underline;
	background: #caab61;
}


.orregister {
	clear: both;
	float: right;
	margin-top: 5px;
}

a.sharefb:link, a.sharefb:active, a.sharefb:visited {
	width: 175px;
	height: 35px;
	text-align:left;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	background: url(../images/sharefb.jpg);
	padding-top: 8px;
	padding-left: 40px;
	margin-top: 20px;
}

.orregister a {
	color: #333333!important;
}

.mainp .orregister a {
	color: #ffffff!important;
}


.lab-active {
	background: #c6a65a url(../images/x.jpg) no-repeat right center!important;
}	
.mainp .account-container {
	text-align: right;
	float: right;
	display: inline;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
	font-size: 14px;
}

.account-container {
	text-align: right;
	float: right;
	display: inline;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	font-size: 14px;
}

.account-container a {
	color: #ffffff;
}

.account-container table {
	float: right;
}


.account-container-box {
	position: absolute;
	width: 220px;
	border: 4px solid #e1e1e1;
	padding: 10px;
	color: #606060;
	text-align: left;
	background: #ffffff;
	z-index: 1000;
	display: none;
	margin-top: 15px;
	margin-right: 15px;
	right: 0;
}

.mainp .account-container-box {
	position: absolute;
	width: 220px;
	border: 4px solid #e1e1e1;
	padding: 10px;
	color: #606060;
	text-align: left;
	background: #ffffff;
	z-index: 1000;
	display: none;
	margin-top: 15px;
	margin-right: 0px;
	right: 0;
}

.account-container-box input[type="text"], .account-container-box input[type="password"]{
	border: none;
	background: #efefef;
	padding: 3px 5px;
	width: 190px;
	font-size: 13px;
}


.account-container-box input[type="submit"]{
	border: none;
	background: #000000;
	padding: 3px 5px;
	width: 190px;
	color: #ffffff;
	margin-top: 5px;
}

.account-container-box a {
	font-size: 13px;
	color: #606060;
	width: 190px;
	text-align: center;
	display: block;
	margin-top: 30px;
}

.menu-line {
	width: 100%;
	min-height: 74px;
	height: auto;
	overflow: hidden;
	padding-bottom: 0px;
	background: #000000;
	margin-top: 30px;
	text-align: center;
}




.fixed {
	position: fixed;
	z-index: 90;
	top: 0;
	margin-top: 0px;
	height: 54px!important;
	-webkit-box-shadow: 0px 2px 4px #a0a0a0;
	-moz-box-shadow: 0px 2px 4px #a0a0a0;
	box-shadow: 0px 2px 4px #a0a0a0;
}

.main-menu ul {
	list-style: none;
	margin: 0px;
	text-align: center;
	width: auto;
	overflow: hidden;
	padding: 0px;
}

.main-menu li {
	display: inline;
	
}




.main-menu li a:link, .main-menu li a:active, .main-menu li a:visited {
	color: #ffffff;
	font-size: 16px;
	height: 100%;
	min-height: 74px;
	display: inline-block;

	padding: 23px 9px;
	font-family: Roboto Condensed;
	font-weight: bold;
}


.main-menu li a:hover {
	background: #ffffff;
	color: #000000!important;
	text-decoration: none;
	
}


.activemen {
	background: #c6a65a!important;
	color: #ffffff!important;
	text-decoration: none!important;
}


.activemenred {
	background: #cf001e url(../images/menudown.jpg) repeat-x bottom left!important;
	color: #ffffff!important;
	text-decoration: none!important;
}

.slicknav_nav li {
	display: block!important;
	float: none;
}

.slicknav_nav li a:link, .slicknav_nav li a:visited, .slicknav_nav li a:active{
	text-align: center;
	border-bottom: 1px solid #eeeeee;
}

.navbar-collapse  {
	height: auto;
	overflow: hidden;
	margin-left: 0px!important;
}


/* reset navbar main menu */


.navbar {
	margin-bottom: 10px!important;
}
.navbar-default {
	background: none;
	border: none;
}

.navbar-header button {
	clear: both;
	float: left;
	margin-left: 48%;
}



.wall-line {
	width: 100%;
	height: 507px;
	background: url(../images/wall.jpg) center top no-repeat;
	border-bottom: 7px solid #f4f4f4;
}


.texth {
	width: 350px;
	margin: 40px 0px 0px 60px;
	display: inline;
	float: left;
	font-family: Roboto Condensed;
}
	
.texth h2 {

	width: 200px;
	padding: 5px;
	display: block;
	background: #ffffff!important;
	margin: 0px;

}

.texth h3 {
	width: 270px;
	padding: 5px;
	margin: 0px;
	display: block;
	background: #ffffff!important;

}
	
	
.texth span{
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	display: inline;
	float: left;
	font-family: Roboto Condensed;
	font-size: 30px;
	line-height: 14px;

}

.summersale {
	margin-left: 100px;
}

.ppgold {
	font-weight: bold;
	color: #c6a65a !important
}

.text {
	margin: 70px 0px 0px 20px;
	display: inline;
	float: left;
}


.girls-container {
	margin-top: 13px;
	width: 343px;
	height: 487px;
	overflow: hidden;
	display: inline;
	float: right;
}

a.neworders {
	color: #333;
}

.mainp a.neworders {
	color: #ffffff;
}


.girls-container ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.girls-container ul li img{
	position: absolute;
}
.brands-container {
	display: inline;
	float: left;
	width: 1100px;
	height: 65px;
	background: #ffffff;
	overflow: hidden;
	padding-top: 5px;
	margin: 40px 0px 0px 20px;
}

.brands-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.brands-container li {
	display: inline;
}

.socialine {
	color: #8c8c8c;
	padding-top: 30px;
	font-size: 13px;
}

a.paypal:link, a.paypal:active, a.paypal:visited {
	display: block;
	width: 194px;
	height: 31px;
	background: url(../images/paypal.jpg) no-repeat;
	margin-top: 5px;
}

a.paypal:hover {
	background: url(../images/paypal-h.jpg) no-repeat;
}


a.facebook:link, a.facebook:active, a.facebook:visited {
	display: block-inline;
	float: right;
	width: 37px;
	height: 37px;
	background: url(../images/facebook-icon.jpg) no-repeat;
	margin-top: 5px;
}

a.facebook:hover {
	background: url(../images/facebook-icon-h.jpg) no-repeat;
}


a.twitter:link, a.twitter:active, a.twitter:visited {
	display: block-inline;
	float: right;
	width: 37px;
	height: 37px;
	background: url(../images/twitter-icon.jpg) no-repeat;
	margin-top: 5px;
}

a.twitter:hover {
	background: url(../images/twitter-icon-h.jpg) no-repeat;
}


a.yt:link, a.yt:active, a.yt:visited {
	display: block-inline;
	float: right;
	width: 37px;
	height: 37px;
	background: url(../images/yt-icon.jpg) no-repeat;
	margin-top: 5px;
}

a.yt:hover {
	background: url(../images/yt-icon-h.jpg) no-repeat;
}


.downline {
	width: 100%;
	background: #000000;
	min-height: 65px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}

.downtextfurs {
	padding: 20px 0px;
	max-width: 510px;
	width: auto;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
}

.downtextfurs img {
	width: 140px;
	margin: 0 auto;
}

.linedown {
	margin: 0 auto;
}

#downmenu {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

#downmenu li {
	display: inline;
}

#downmenu li a:link, #downmenu li a:active, #downmenu li a:visited{
	color: #ffffff;
	display: block-inline;
	float: none;
	padding: 10px 20px;
}

#downmenu li a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
}



a.mainbox:link, a.mainbox:active,a.mainbox:visited {
	display: block-inline;
	border: 5px solid #ffffff;
	height: 574px;
	width: 255px;
	font-size: 12px;
	color: #6a6763;
	overflow: hidden;
	float: right;
	position: relative;
	margin-right: 10px;
	text-decoration: none;
}


a.mainbox:hover {
	border: 5px solid #c6c6c6;
}


.mainboxaboutus {
	display: block;
	height: auto;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	color: #6a6763;
	overflow: hidden;
	padding: 20px;
	text-align: justify;
}

.fursboxes {
	padding-bottom: 50px;
}


.mainbox h2, .mainboxaboutus h2 {
	color: #c6a65a!important;
	font-family: Roboto Condensed;
}

.mainbox img {
	position: absolute;
	top: 0;
	z-index: 1;
}


.mainboxtext {
	position: absolute;
	display: block;
	margin-top: 280px;
	z-index: 3;
	width: 225px;
	left: 0;
	margin-left: 10px;
	text-align: justify;
	top: 0;
}

/********************************************/
/********************PRODUCTS****************/
/********************************************/


.product-line  {
	background: #ffffff;
}


.allproducts {
	padding: 20px 0px 50px 0px;
	border-bottom: 1px solid #	border-bottom: 1px solid #bfbfbf;
}


.textcontent {
	padding: 20px 0px 50px 0px;
	border-bottom: 1px solid #	border-bottom: 1px solid #d8d8d8;
	min-height: 400px;
	height: auto;
	overflow: hidden;
}

.allproducts {
	padding: 20px 0px 50px 0px;
	border-bottom: 1px solid #bfbfbf;
	min-height: 400px;
	height: auto;
}

.product-list-title {
	background: #000000;
	color: #ffffff;
	text-align: center;
	padding: 5px 15px;
	font-weight: bold;
	width: 150px;
	display: inline;
	float: left;
	margin-left: 35px;
}



.product-list-elems {
	color: #a5a5a5;
	text-align: center;
	padding: 5px 15px;
	width: 150px;
	display: inline;
	float: left;
}



.product-list-search {
	text-align: right;
}


a.product:active, a.product:link, a.product:visited {
	margin-left: 40px;
	margin-top: 4px;
	width: 260px;
	display: block-inline;
	float: left;
	border: 3px solid #ffffff;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	position: relative;
}

a.product:hover {
	text-decoration: none;
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
}


.lazy {
    display: none;
}

.productimage {
	overflow: hidden;
	position: relative;
	border: 4px solid #f4f4f4;
	width: 231px;
	height: 393px;
}

.productimage img:nth-child(1){
	width: 231px;
	height: 393px;
	display: block;
}


.productimage img:nth-child(2) {
    background: url("../images/loading_small.gif") no-repeat scroll center center #fff;
    display: block;
    height: 393px;
    position: absolute;
    top: 0;
    width: 231px;
    z-index: 1;
}


.shopprice img {
	margin-top: 10px;
	width: 100%;
	height: 1px;
	position: absolute;
}



.producttitle {
	font-size: 13px;
	padding: 10px 0px 40px 0px!important;
	height: 60px;
	color: #333333;
	display: block;
	border-bottom: 1px solid #f4f4f4;
	font-family: Roboto Condensed;
}

.producttitle strong {
 color: #f00000;
 display: block;
 clear: both;
}


.productprice {
	padding: 10px 0px!important;
	height: 65px!important;
	overflow: hidden;
	color: #333333;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 231px;
}



.shopprice {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.shopprice-inside {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #a8b2b1!important;
	text-decoration: line-through;
}

#pprice {margin-bottom: 10px;
    margin-top: 20px;font-size: 26px; color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;}
	
#ppprice {margin-bottom: 10px;
    margin-top: 20px;font-size: 26px; color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
	color: #a8b2b1!important;
	text-decoration: line-through;
	
	}
.zah2 {font-size: 22px;text-transform:uppercase;}

.shopprice-inside img {
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	margin-top: 40px;
}

a.videoyt:link, a.videoyt:visited, a.videoyt:active {
	display: block;
	background: url(../images/watchmovie.jpg) left center no-repeat; 
	font-weight: bold;
	font-size: 20px;
	padding: 10px 40px 10px 40px;
	width: 240px;
	margin-left: 170px;
	
}
a.videoyt:hover {
	background: url(../images/watchmoviegold.jpg) left center no-repeat;
	text-decoration: none;	
}


.videoytimg span {
	position: absolute;
	z-index: 50;
	display: block;
	top: 0;
	width: 100%;
	margin-top: 230px;
	font-size: 16px;
	
}

.videoytimg img:nth-child(1) {
	position: absolute;
	margin-top: 90px;
	margin-left: 60px;
}


.videoytimg img:nth-child(2) {
	opacity: 0.2;
}



a.videoytimg:link, a.videoytimg:visited, a.videoytimg:active {
	display: block;
	font-weight: bold;
	font-size: 20px;
	width: 235px;
	height: 400px;
	position: relative;
	text-align: center;
	color: #757575;
	margin: 0 auto;
}
a.videoytimg:hover {
	text-decoration: none;	
}

iframe[name="google_conversion_frame"] {
	display: none;
}




.socialicon {
	position: fixed;
	right: 0;
	z-index: 4;
	list-style: none;
	top: 40%;
}

.socialicon li {
	display: block;
	margin-right: 0;
	margin-top: 4px;
}

.socialactive {
	position: relative;
	margin-right: 0;
	padding-bottom: 40px;
}

.socialicon li  a:link, .socialicon li  a:active, .socialicon li  a:visited {
	display: block;
	height: 61px;
	right: 0;
}









.fb-div {
	top: 0;
	position: absolute;
	right: 0;
	border: 5px solid #4b67b8;
	width: 295px;
	display: block;
	background-color: #ffffff;
	height: 400px;
	overflow: hidden;
	margin-right: -295px;
}


.fb-div iframe {
	width: 300px !important;
    height: 400px !important;
}


.yt-div {
	top: 0;
	position: absolute;
	right: 0;
	border: 5px solid #cd251b;
	width: 295px;
	display: block;
	background-color: #ffffff;
	height: 400px;
	overflow: scroll;
	margin-right: -295px;
	text-align: center;
	font-size: 12px;
}

.yt-div a:link, .yt-div a:visited, .yt-div a:active {
	display: block;
	overflow: hidden;
	height: 141px!important;
	width: 250px;
	margin: 10px auto;
}

.ytitem {
	background: #dedede;
	padding-top: 5px;
	color: #8c0000;
	font-weight: bold;
}





.ourprice {
	font-size: 17px;
	font-weight: bold;
	color: #c6a65a;
}


.products_button {
	display: block-inline;
	float: left;
	width: 117px;
	height: 36px;
	background: #8d8d8d;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	padding-top: 5px;
	font-weight: bold;
	border-left: 2px solid #ffffff;
}


.promotion_text {
	background: #7e0000;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	height: 20px;
	position: absolute;
	z-index: 12;
	margin-top: 340px;
	margin-left: 40px;
}

.data_count_down {
	background: #ff0000;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	height: 25px;
	position: absolute;
	z-index: 12;
	margin-top: 355px;
	margin-left: 40px;
}



.padding-more {
	padding-top: 12px!important;
}

.products_button_center {
	display: block-inline;
	width: 75px;
	height: 36px;
	background: #8d8d8d;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	margin: 0 auto;
	line-height: 12px;
	padding-top: 10px;
	font-weight: bold;
}

.phover {
	background: #c6a65a!important;
}

a.mainkontakt:link, a.mainkontakt:active, a.mainkontakt:visited {
	display: block-inline;
	float: right;
	padding: 5px 10px;
	text-align: center;
	width: 150px;
	font-size: 14px;
	margin-top: 10px;
	height: 34px;
	margin-right: 10px;
	background: #ffffff url(../images/telephoneiconmenu.jpg) 10px center no-repeat;
	border-bottom: 1px solid #bfbfbf;
}

a.mainkontakt:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000 url(../images/telephoneiconmenuh.jpg) 10px center no-repeat;
}


.video a.mainkontakt:link, .video a.mainkontakt:active, .video a.mainkontakt:visited {
	display: inline;
	float: right;
	padding: 5px 10px;
	background: #c6a65a;
	color: #ffffff;
	text-align: center;
	width: 150px;
	font-size: 14px;
	margin-top: 90px;
	margin-right: 10px;
	border: 1px solid #c6a65a;
}

.video a.mainkontakt:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.textf {
	line-height: 26px;
	font-weight: bold;
	padding-left: 20px;
	text-align: center;
	width: 280px;
}

a.mainpayment:link, a.mainpayment:active, a.mainpayment:visited {
	margin-top: 10px;
	display: block-inline;
	float: right;
	font-size: 14px;
	height: 34px;
    padding: 7px 10px 6px 30px;
	background:  url(../images/euroicon.jpg) 10px center no-repeat;
	margin-right: 14px;
	border-bottom: 1px solid #bfbfbf;
}

a.mainpayment:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	background: #000000 url(../images/euroiconh.jpg) 10px center no-repeat;
}


.products_button_sold {
	background: url(../images/sold-circle.png) no-repeat;
	text-align: center;
	color: #ffffff;
	position: absolute;
	height: 67px;
	width: 67px;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	padding-top: 27px;
	right: 0;
	top: 0;
	z-index: 20;
}

.products_button_new {
	background: url(../images/new-circle.png) no-repeat;
	text-align: center;
	color: #ffffff;
	position: absolute;
	height: 67px;
	width: 67px;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	padding-top: 27px;
	right: 0;
	top: 0;
	z-index: 20;
}

.products_button_invisible {
	text-align: center;
	display: block-inline;
	width: 75px;
	height: 36px;
	font-size: 12px;
	margin: 0 auto;
	line-height: 12px;
	font-weight: bold;
	padding-top: 12px;
}

.allproducts > .container {
	text-align: center;
	
}

input[name="buttonsearch"] {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/searchbutton.jpg);
	border: none;
	width: 47px;
	height: 43px;
}


.search-line input[name="buttonsearch"] {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/searchbutton.png);
	border: none;
	width: 47px;
	height: 43px;
}


.searchboxcontainer {
	position: relative;
	margin-top: 70px;
}


.searchboxcontainer input[name="szukaj"] {
	border-radius: 12px; 
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	border: 2px solid #B5B5B5;
	height: 43px;
	width: 100%;
	padding: 7px 10px;
	color: #747474;
	
}


.search-line input[name="szukaj"] {
	border: none;
	border-bottom: 2px solid #ffffff;
	height: 50px;
	width: 220px;
	padding: 7px 10px;
	color: #ffffff;
	font-weight: bold;
	background: none;
	font-size: 12px;
	float: right;
	background: url(../images/front/search.png);
	
}
:focus {outline:none;}

a.arrowdownlang:link, a.arrowdownlang:active, a.arrowdownlang:visited {
	display: block;
	position: absolute;
	right: 0;
	width: 31px;
	height: 27px;
	background: url(../images/arrowdownlang.jpg) no-repeat;
	padding: 0px!important;
	top: 0;
	margin-right: 10px!important;
	margin-top: 10px!important;
}

a.arrowdownlang:hover {
	background: url(../images/arrowdownlang-h.jpg) no-repeat;
}

a.arrowtoplang:link, a.arrowtoplang:active, a.arrowtoplang:visited {
	display: block;
	position: absolute;
	right: 0;
	width: 31px!important;
	height: 27px!important;
	background: url(../images/arrowtoplang.jpg) no-repeat;
	padding: 0px!important;
	top: 0;
	margin-right: 10px!important;
	margin-top: 10px!important;
	
}

a.arrowtoplang:hover {
	background: url(../images/arrowtoplang-h.jpg) no-repeat;
	padding: 0px;
}
/*******************************/
/**************ITEM*************/


a.fsize:active, a.fsize:link, a.fsize:visited {
	display: inline-block;
	height: 40px;
	width: 40px;
	color: #666e6e;		
	background: #ffffff;
	border: 1px solid #a8b2b1;
	font-size: 18px;
	text-align: center;
	padding-top: 7px;
	transition: all 0.2s ease-in 0s;
	margin-left: 10px;
	margin-top: 10px;
}
	
a.fsize:hover {
	text-decoration: none!important;
	background: #dfe9e8;
}

.factive {
	background: #a8b2b1!important;
	color: #ffffff!important;
	transition: all 0.2s ease-in 0s;
	text-decoration: none!important;
}
	

#producut_info {
    height: auto;
    margin: 0 auto;
    max-width: 800px;
    overflow: hidden;
    width: auto;
}

#product_title h2{
	padding: 10px 10px;
	display: block;
	width: 100%;
	font-size: 25px;
	clear: both;
	font-family: Roboto Condensed!important;
}

#product_title h1{
	padding: 10px 10px;
	display: block;
	width: 100%;
	font-size: 22px;
	clear: both;
	font-family: Roboto Condensed!important;
}

#product_title p {
	font-size: 13px;
	float: right;
	padding: 5px;
	background: #f5f5f5;
	clear: both;
	display: block;
	margin-right: 100px;
}

#pid {
	font-weight: bold;
}


#gallery {
	width: 442px;
	height: auto;
	overflow: hidden;
	text-align: center;
	display: inline;
	float: left;
}

#gallery_right {
	margin-left: 5px;
	width: 330px;
	height: 561px;
	display: inline;
	float: right;
	overflow: hidden;
	position: relative;
}

#lupa {
	position: absolute;
	z-index: 3;
	left: 0;
	cursor: pointer;
	display: none;
}

.zoomtext {
	display: none;
	margin-left: 160px;
	top: 50%;
	margin-top: 30px;
	position: absolute;
	z-index: 4;
	left: 0;
	cursor: pointer;
}


#foo {
	text-align: left; 
	float: none; 
	position: absolute; 
	top: 0px; 
	right: auto; 
	bottom: auto; 
	left: 0px; 
	margin: 0px; 
	width: 700px; 
	height: 174px; 
	z-index: auto;
}

#foo a:link, #foo a:active, #foo a:link {
	display: block;
	float: left;
	margin-left: 0px;
	overflow: hidden;
}



#gallery_left {
	width: 98px;
	padding-left: 19px;
	height: 561px;
	display: inline;
	float: left;
	overflow: hidden;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}



#gallery_left img {
	height: 104px;
	display: block;
}

a.prodmin:link, a.prodmin:visited, a.prodmin:active {
	margin-top: 6px;
	border: 2px solid #ffffff;
	display: block;
	width: 61px;
	overflow: hidden;
}
a.prodmin:hover {
	border: 2px solid #b9b9b9;
}

.galleryactivemin {
	margin-top: 6px;
	border: 2px solid #000000;
	display: block;
	overflow: hidden;
}

.gallery_arrow {
	width: 440px;
	display: block;
	overflow: hidden;
	height: auto;
}
.slide_up {
	background-image: url(../images/arrow_up.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 34px;
	display: block;
	margin-left: 0px;
	clear: both;
	float: left;
}

a.slide_down:link, a.slide_down:active, a.slide_down:visited {
	background-image: url(../images/arrow_down.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 34px;
	display: block;
	margin-left: 0px;
	float: left;
}

a.slide_up:hover {
	background-image: url(../images/arrow_uph.jpg);
	background-repeat: no-repeat;
}

a.slide_down:hover {
	background-image: url(../images/arrow_downh.jpg);
	background-repeat: no-repeat;
}

.product_desc_title {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px dashed #d6d6d6;
    border-top: 1px dashed #d6d6d6;
    clear: both;
    display: block;
    font-weight: bold;
    padding: 8px 10px;
	text-align: left;
}

.product_desc_title_center {
    clear: both;
    display: block;
    font-weight: bold;
    padding: 8px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;

}

.product_all_description {
	display: block;
	clear: both;
    color: #313437;
    text-align: center!important;
	padding-top: 30px;
}





a.addbasket:link, a.addbasket:active, a.addbasket:visited {
    background: url(../images/shop_icon.png) no-repeat scroll 20px center #c6a65a;
    color: #ffffff;
    display: block;
    font-size: 17px;
    height: 57px;
    margin-right: 8px;
    padding-left: 10px;
    padding-top: 15px;
    text-align: center;
	font-family: Roboto Condensed;
    text-decoration: none;
    width: 300px;
	margin: 0 auto;
	transition: all 0.2s ease-in 0s;
}

a.addbasket:hover {
	background: url(../images/shop_icon.png) no-repeat scroll 20px center #000000;
} 


@keyframes example {
	0% {background-color: #c6a65a;}
    100% {background-color: #ef0000;}
    
}


a.proposalprice:link, a.proposalprice:active, a.proposalprice:visited {
    background: url(../images/proposal_icon.png) no-repeat scroll 20px center #c6a65a;
    color: #ffffff;
    display: block;
    font-size: 17px;
    height: 57px;
    margin-right: 8px;
    padding-left: 10px;
    padding-top: 15px;
    text-align: center;
	font-family: Roboto Condensed;
    text-decoration: none;
    width: 300px;
	margin: 0 auto;
	transition: all 0.2s ease-in 0s;
}

a.scrolltotop:link, a.scrolltotop:active, a.scrolltotop:visited {
	width: 54px;
	height: 55px;
	background: url(../images/scrolltotop.png) no-repeat;
	display: none;
	position:fixed;
	-webkit-backface-visibility: hidden;
	right:40px;
	right: 0;
	bottom: 0;
	margin-right: 40px;
	margin-bottom: 140px;
	z-index: 1000;
}

a.scrolltotop:hover {
	background: url(../images/scrolltotoph.png) no-repeat;
}

a.proposalprice:hover {
	background: url(../images/proposal_icon.png) no-repeat scroll 20px center #000000;
}

.proposalstatus {
	padding-top: 17px!important;
	display: block;
	clear: both;
}

a.proposalhelp:link, a.proposalhelp:active, a.proposalhelp:visited {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 40px;
	display: block;
	margin-right: 5px;
	width: 34px;
	height: 34px;
	background: url(../images/info.jpg) no-repeat;
}

a.proposalhelp:hover {
	display:block;
	background: url(../images/infoh.jpg) no-repeat;
}

input[name="cena"] {
    border: 1px solid #d4d4d4;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 75px;
	border-radius: 4px;
}

input[name="youremail"] {
	border: 1px solid #d4d4d4;
    height: 30px;
	border-radius: 4px;
	padding-left: 5px;
    padding-right: 5px;
    width: 170px;
	margin-top: 5px;

}

.product_desc, .product_price {
	padding: 10px;
}


.product_desc  table tr td:nth-child(1){
	padding: 5px 15px;
	text-align: right;
}

.product_desc  table tr td:nth-child(2){
	text-align: left;
}

.product_price table, .product_desc table {
	margin: 0 auto;
}
.product_price table td {
	padding: 0px 6px;
}

.fsizec {
	display: block;
	height: 60px;
	text-align: center;
	margin: 0 auto;
}



.pricee select {
	margin-top: 8px;
}

.product_price h1 {
	padding: 0px;
}

.rozmiary {
	list-style: none;
	margin: 0px;
	text-align: center;
	width: auto;
	overflow: hidden;
	padding: 0px;
}

.rozmiary li {
	display: inline;
}

#product_description {

    height: auto;
    overflow: hidden;

}

.pdess_title {
	width: 100%;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-weight: bold;
	color: #787a7a;
	background: url(../images/prodrightbottom.jpg) left bottom no-repeat;
}


.productrightl {
	padding-top: 30px;
	height: 100%;
	background: url(../images/prodrightleft.jpg) 15px top no-repeat;
}

select {
	min-width: 60px;
	padding: 3px;
	border: 1px solid #ccc;
    border-radius: 4px;
}

a.goback:link, a.goback:active, a.goback:visited {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	margin: 10px 0px 0px 40px;
	background: #000000 url(../images/arrow-back.png) no-repeat center center;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
}

.now {
	color: #c6a65a;
	font-weight: bold;
}

.cookieline {
	min-height: 60px;
	background-color: #f1f0ef;
	text-align: justify;
	color: #626262;
	padding: 10px;
	border-bottom: 1px solid #bfbfbf;
}

.cookieline p {
	display: inline;
}

a.closeicon:link, a.closeicon:active, a.closeicon:visited {
	width: 55px;
	height: 54px;
	background: url(../images/closeicon.jpg) no-repeat!important;
	float: right;
	display: inline-block;
	padding-left: 15px;
}

a.closeicon:hover {
	width: 55px;
	height: 54px;
	background: url(../images/closeiconh.jpg) no-repeat!important;
}


/***************************************************/
/*******************WINDOW***************************/
/******************QUESTION***************************/

#cookieswindow {
	color: #2c312e;
	font-family: Roboto Condensed;
	color: #abacab;
}


.avanti {
	color: #363636!important;
	font-weight: bold;
	text-align: center;
}


#cookieswindow h3 {
	font-size: 36px;
	font-weight: bold;
	color: #c6a65a;
	padding: 0px 0px 0px 50px;
	background: url(../images/envelope.jpg) left center no-repeat;
}

.cookieswindowl {
	font-size: 19px!important;
	font-weight: bold;
}

.cookieswindowr {
	font-size: 16px;
}

.combine {
	font-size: 12px;
	font-weight: normal;
	background: #d0011f;
	color: #ffffff;
	padding: 2px;
}

.cookieswindowr input{
	border-radius:10px;
	height: 35px;
	border: 1px solid #cbcbcb;
	display: block-inline;
	font-size: 14px;
	font-weight: normal!important;
	color: #393939;
	padding: 3px 10px;
	width: 220px;
	float: left;
}

a.savenewsleeter:link, a.savenewsleeter:active, a.savenewsleeter:visited {
	background: #000000;
	color: #ffffff;
	display: block-inline;
	height: 35px;
	border-radius: 10px;
	text-align: center;
	width: 100px;
	padding-top: 5px;
	float: left;
}

.get {
	font-size: 40px;
	font-weight: bold;
	color: #2c312e;
	padding: 0px!important;
}

.ten {
	font-size: 72px;
	font-weight: bold;
	color: #c6a65a;
	padding: 0px!important;
}



.questionbox {
	background-color: #ffffff;
	display: none;
	font-size: 14px;
	padding: 30px;
	position: relative;
	z-index: 1000;
	margin-top: 100px;
	border: 2px solid #d4d4d4
	-webkit-box-shadow: 0px 0px 12px 0px rgba(92,92,92,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(92,92,92,1);
	box-shadow: 0px 0px 12px 0px rgba(92,92,92,1);
}


.questionbox h3 {
	font-family: Roboto Condensed;
	
}

.questionbox input {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	padding: 5px 10px;
	height: 25;
	margin-top: 30px;
}

.questionbox textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	padding: 5px 10px;
	min-height: 100px;
	resize: vertical;
	margin-top: 30px;
}
/***************************************************/
/******************WINDOW***************************/


#gallery_plugin {
	position: fixed;
	-webkit-backface-visibility: hidden;
	height: 100%;
	width: 100%;
	background-image:url(../images/b.png);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}



#gallery_plugin_home {
	position: fixed;
	-webkit-backface-visibility: hidden;
	height: 100%;
	width: 100%;
	background-image:url(../images/bb.png);
	z-index: 100;
	top: 0;
	left: 0;
	cursor: pointer;
}


.basketbox {
	background-color: #ffffff;
	display: none;
	font-size: 14px;
	padding: 30px;
	position: relative;
	z-index: 1000;
	margin-top: 100px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(92,92,92,1);
	-moz-box-shadow: 0px 0px 12px 0px rgba(92,92,92,1);
	box-shadow: 0px 0px 12px 0px rgba(92,92,92,1);
}

.basketbox h3 {
	padding: 0;
	font-size: 16px;
}

.basketbox table {
	width: 100%;
}

.basketbox table thead td {
	padding-left: 10px;
	background-color: #ebebeb;
	color: #7e7e7e;
	height: 40px;
	border-bottom: 1px solid #adadad;
}

.basketbox table thead td:nth-child(3), .basketbox table thead td:nth-child(4), .basketbox table thead td:nth-child(5), .basketbox table thead td:nth-child(6){
	text-align: center;
}


.basketbox table tbody td {
	padding: 10px;
	color: #4a464a;
	height: 40px;
	border-bottom: 1px solid #adadad;
}


.basketbox table tbody td:nth-child(1) {
	width: 100px;
	text-align: center;
}


.basketbox table tbody td:nth-child(3) {
	width: 50px;
	text-align: center;
}

.basketbox table tbody td:nth-child(4) {
	width: 100px;
	text-align: center;
}

.basketbox table tbody td:nth-child(5) {
	width: 100px;
	text-align: center;
	
}

.basketbox table tbody td:nth-child(6) {
	width: 100px;
	text-align: center;
}


.basketbox table tbody td:nth-child(1) > img {
	display: block;
    height: 104px;
}

#closebasket {
	float: right;
	cursor: pointer;
}

a.next_right:link, a.next_right:active, a.next_right:visited {
	display: inline-block;
	width: 179px;
	height: 33px;
	background: #000000;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	float: right;
	margin-top: 10px;
	padding-top: 6px;
	position: relative;
}

a.next_right:hover {
	background: #c6a65a;
	text-decoration: underline;
	text-align: center;
}

a.next_left:link, a.next_left:active, a.next_left:visited {
	display: inline-block;
	width: 179px;
	height: 33px;
	background: #000000;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	float: left;
	margin-top: 10px;
	padding-top: 5px;
}

a.next_left:hover {
	background: #3f3f3f;
	text-decoration: underline;
	text-align: center;
}

a.applycode:link, a.applycode:active, a.applycode:visited {
	padding-top: 4px;
	display: inline-block;
	height: 28px;
	width: 60px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

a.applycode:hover {
	background: #3f3f3f;
	text-decoration: underline;
	text-decoration: none;
}
input[name="discount_code"] {
	border: 1px solid #d4d4d4;
    border-radius: 4px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
	width: 100px;
}

.input_success {
	border: 1px solid #3c763d!important;
	color: #3c763d!important;
}

.input_error {
	border: 1px solid #a94442!important;
	color: #a94442!important;
}


/***************************************/
/*****************BASKET****************/

.info_box {
	width: 100%;
	background: #000000;
	color: #ffffff;
}

.baskettable {
	width: 100%;
}


.baskettable thead td {
	padding-left: 10px;
	background-color: #ebebeb;
	color: #363636;
	height: 40px;
	border-bottom: 1px solid #adadad;
	text-align: center;
}

.baskettable tbody tr {
	border-bottom: 1px solid #f2f2f2;
}


.baskettable tbody td {
	padding: 10px 5px;
	text-align: center;
}

#status_number {
	text-align: center;
}

#status_number ul {
	list-style: none;
	margin: 0 auto;
	padding: 0px;
}

#status_number li {
	display: inline;
}

#status_number li a:link, #status_number li a:active, #status_number li a:visited {
	width: 100px;
	background: url(../images/h-disable.jpg) center top no-repeat;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
	text-decoration: none;
}

#status_number li a:hover {
	text-decoration: underline;
}

a.statusactive:link, a.statusactive:active, a.statusactive:visited {
	background: url(../images/h-active.jpg) center top no-repeat!important;
	display: inline-block;
	color: #c6a65a;
}

.delete_basket {
	cursor: pointer;
}



.status {
	font-weight: bold;
	color: #a71502!important;
}
/**************ACCOUNT*******************/
/****************************************/




#account_right table td, #account_all table td {
	text-align: left;
	padding: 5px 10px;
}

#account_all table td:nth-child(1){
	font-weight: bold; 
}
#account_right input[type="text"], #account_left input[type="text"], #account_left input[type="password"], #account_right input[type="password"]{
    border: 1px solid #d4d4d4;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
	border-radius: 4px;
}

label {
	font-weight: normal;
}

#account_right select{
    border: 1px solid #d4d4d4;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    width: 170px!important;
	border-radius: 4px;
}

/****************payment***************/
.inputpay {
	margin: 0 auto;
	overflow: hidden;
	width: 600px;
}


.input label, .inputpay label {
	display: block;
}

.input label input, .inputpay label input {
	margin-top: 20px;
	float: left;
	
}

#account input[type="submit"], .input input[type="submit"], .inputpay input[type="submit"], #account button[type="button"]{
	display: inline-block;
	width: 179px;
	height: 33px;
	background: #000000;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	float: right;
	padding: 8px 0px;
	position: relative;
	border: 0px;
	margin-top: -10px;
}


#account input[type="submit"]:hover, #account button[type="button"]:hover {
	text-decoration: underline;
	background: #3f3f3f;
}


#paypalinfo, #paypalcardinfo, #payuinfo, #normalinfo   {
	display: none;
	padding: 10px;
}


label {
	height: auto;
	clear: both;
	overflow: hidden;
}

label img {
	margin-left: 10px;
}

label span {
	position: absolute;
	margin-top: 16px;
	margin-left: 10px;
	clear: both;
}

hr {
	background-color: #e6e6e6;
}


form[type="hidden"] {
	display: none;
}

form[name="payform"] {
	overflow: hidden;
}


/****************contact******************/
#map {
	height: 300px;
	width: 100%;
	border: 4px solid #f3f3f3;
}

.taba input, .taba textarea {
	border: 1px solid #d4d4d4;
    height: 30px;
	border-radius: 4px;
	padding-left: 5px;
    padding-right: 5px;
    width: 100%;
	margin-top: 5px;
}

.taba textarea {
	resize: vertical;
	height: 200px;
}

input[name="sum"] {
	width: 60px;
	border: 1px solid #d4d4d4;
    height: 30px;
	border-radius: 4px;
	padding-left: 5px;
    padding-right: 5px;
}

.sendmail {
	width: 100px!important;
	height: 30px!important;
	margin-top: 0px!important;
	margin-left: 5px!important;
}


.sorts {
	display: inline;
	float: left;
	padding-left: 30px;
}


.langcenter {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 360px;
	padding-top: 20px;
}


.minktop {
	background: #e2e2e2 url(../images/minktop.jpg) bottom right no-repeat;
	height: auto;
	min-height: 325px;
	border-bottom: 6px solid #cec1b5;
	padding: 0px 300px 20px 50px;
}


.sabletop {
	background: #e2e2e2 url(../images/sabletop.jpg) bottom right no-repeat;
	height: auto;
	min-height: 325px;
	border-bottom: 6px solid #cec1b5;
	padding: 0px 300px 20px 50px;
}


.foxtop {
	background: #e2e2e2 url(../images/foxtop.jpg) bottom right no-repeat;
	height: auto;
	min-height: 325px;
	border-bottom: 6px solid #cec1b5;
	padding: 0px 300px 20px 50px;
}


.parkatop {
	background: #e2e2e2 url(../images/parkatop.jpg) bottom right no-repeat;
	height: auto;
	min-height: 325px;
	border-bottom: 6px solid #cec1b5;
	padding: 0px 300px 20px 50px;
}

.chinchillatop {
	background: #e2e2e2 url(../images/chinchillatop.jpg) bottom right no-repeat;
	height: auto;
	min-height: 325px;
	border-bottom: 6px solid #cec1b5;
	padding: 0px 300px 20px 50px;
}

.swakaratop {
	background: #e2e2e2 url(../images/swakaratop.jpg) bottom right no-repeat;
	height: auto;
	min-height: 325px;
	border-bottom: 6px solid #cec1b5;
	padding: 0px 300px 20px 50px;
}
.lambtop {
	background: #e2e2e2 url(../images/lambtop.jpg) bottom right no-repeat;
	height: auto;
	min-height: 325px;
	border-bottom: 6px solid #cec1b5;
	padding: 0px 300px 20px 50px;
}

.shoptop h1 {
	color: #c6a65a;
	font-size: 26px;
	font-weight: bold;
	font-family: Roboto Condensed;
}
/*
iframe {
	width: 0px!important;
	height: 0px!important;
	display: none;
}
*/





	
.windowf {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.4);
}



a.questionen:link, a.questionen:active, a.questionen:visited {
	background: url(../images/askquestionen.png);
	width: 101px;
	height: 114px;
	display:block;
	margin: 0 auto;
}

a.questionen:hover {
	background: url(../images/askquestionen-h.png);
}


a.questionpl:link, a.questionpl:active, a.questionpl:visited {
	background: url(../images/askquestionpl.jpg);
	width: 101px;
	height: 114px;
	display:block;
	margin: 0 auto;
}

a.questionpl:hover {
	background: url(../images/askquestionpl-h.jpg);
}





a.oopen:link, a.oopen:active, a.oopen:visited {
	background: url(../images/oop-en.jpg);
	width: 121px;
	height: 114px;
	display:block;
	margin: 0 auto;
}

a.oopen:hover {
	background: url(../images/oop-en-h.jpg);
}


a.ooppl:link, a.ooppl:active, a.ooppl:visited {
	background: url(../images/oop.jpg);
	width: 121px;
	height: 114px;
	display:block;
	margin: 0 auto;
}

a.ooppl:hover {
	background: url(../images/oop-h.jpg);
}


a.questionde:link, a.questionde:active, a.questionde:visited {
	background: url(../images/askquestionde.png);
	width: 101px;
	height: 114px;
	display:block;
	margin: 0 auto;
}

a.questionde:hover {
	background: url(../images/askquestionde-h.png);
}



.windowsizes {
	
}
.windowfclose {
	
}

.allproductscon {
	position: relative;
}


.askquestionfixed {
	margin-top: -100px;
	top: 0;
	-webkit-backface-visibility: hidden;
	z-index: 6;
}
#seealso {
	overflow: hidden;
	height: 700px;
}

#seealso ul {
    display: inline-block;
    height: 600px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}





#seealso a .products_button {
	display: block-inline;
	float: left;
	width: 114px;
	height: 36px;
	background: #8d8d8d;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	padding-top: 5px;
	font-weight: bold;
	border-left: 2px solid #ffffff;
}



.galadiv {
	position: fixed;
	width: 100%;
	text-align: center!important;
	height: 1000px;
	overflow: hidden;
	z-index: 1000;
}

.gala {
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
}

.gala img {
	margin: 60px auto;
}

.closehome {
	position: absolute;
	left: 50%;
	z-index: 10000;
	margin-left: 300px;
}

.menu-line .container {
	position: relative;
}

a.vipclubm:link, a.vipclubm:active, a.vipclubm:visited {
	position: absolute;
	right: 0;
	background: #000000 url(../images/crown.jpg) 8px center no-repeat;
	color: #ffffff!important;
	padding: 25px 10px 10px 30px!important;
}

a.vipclubm:hover {
	background: #c6a652 url(../images/crown.jpg) 8px center no-repeat!important;
	text-decoration: none!important;
}


.uppi{text-transform:uppercase;}


a.box1:link, a.box1:visited, a.box1:active  {
	display: inline;
	float: left;
	width: 395px;
	height: 182px;
	background: url(../images/box1.jpg) right top;
	overflow: hidden;
	margin-left: 4px;
	padding: 5px 140px 10px 10px;
	font-size: 12px;
	color: #6a6763;
	border-bottom: 5px solid #cec1b5;
	transition: all 0.2s ease-in 0s;
}




a.box2:link, a.box2:visited, a.box2:active  {
	display: inline;
	float: left;
	width: 395px;
	height: 182px;
	background: url(../images/box2.jpg) right top;
	overflow: hidden;
	margin-left: 4px;
	padding: 5px 140px 10px 10px;
	font-size: 12px;
	color: #6a6763;
	border-bottom: 5px solid #cec1b5;
	transition: all 0.2s ease-in 0s;
}

a.box3:link, a.box3:visited, a.box3:active  {
	display: inline;
	float: left;
	width: 395px;
	height: 182px;
	font-size: 12px;
	background: url(../images/box3.jpg) right top;
	overflow: hidden;
	margin-left: 4px;
	padding: 5px 190px 10px 10px;
	color: #6a6763;
	border-bottom: 5px solid #cec1b5;
	transition: all 0.2s ease-in 0s;
}

a.box1:hover, a.box2:hover, a.box3:hover {
	color: #000000;
}


.secured {
	margin: 0 auto!important;
}

.secureddiv {
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	margin-top: 40px;
}

.secureddiv_blank {
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
}

.secureddiv_blank img {
	margin: 0 auto;
}

.secureddiv img {
	margin: 0 auto;
}


.fursboxes a:hover {
	text-decoration: none;
}

.fursboxes a h2 {
	line-height: 0px!important;
	padding: 5px 0px 20px 0px!important;
	color: #c6a65a!important;
	font-family: Roboto Condensed;
}

.mainboxaboutus span img {
	margin: 0 auto;
}


@media (min-width: 979px) and (max-width: 1199px) {
	.summersale {
		width: 500px;
	}
	
	
	.brands-container {
		display: inline;
		float: left;
		width: 600px;
		height: 65px;
		background: #ffffff;
		overflow: hidden;
		padding-top: 5px;
		margin: 80px 0px 0px 20px;
	}
	
	a.mainbox:link, a.mainbox:active,a.mainbox:visited {
		display: block-inline;
		border: 5px solid #ffffff;
		height: 574px;
		width: 250px;
		font-size: 12px;
		color: #6a6763;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		margin: 0px 10px 0px 50px;
		float: left;
	}


	a.mainbox:hover {
		border: 5px solid #c6c6c6;
	}
	
	.mainboxaboutus {
		display: block;
		width: 100%;
	}
	
	a.box1:link, a.box1:visited, a.box1:active  {
		display: inline;
		float: left;
		width: 315px;
		height: 182px;
		background: url(../images/box1.jpg) -150px 0px;
		overflow: hidden;
		margin-left: 4px;
		padding: 5px 125px 10px 10px;
		font-size: 11px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
	}

	a.box2:link, a.box2:visited, a.box2:active  {
		display: inline;
		float: left;
		width: 315px;
		height: 182px;
		background: url(../images/box2.jpg) -150px 0px;
		overflow: hidden;
		margin-left: 4px;
		padding: 5px 125px 10px 10px;
		font-size: 11px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
	}

	a.box3:link, a.box3:visited, a.box3:active  {
		display: inline;
		float: left;
		width: 315px;
		height: 182px;
		font-size: 11px;
		background: url(../images/box3.jpg) -130px 0px;
		overflow: hidden;
		margin-left: 4px;
		padding: 5px 165px 10px 10px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
	}

	
}


@media (min-width: 767px) and (max-width: 979px) {

	
	.summersale {
		margin-left: 50px;
		width: 300px;
	}


	.wall-line {
		width: 100%;
		height: 507px;
		background: url(../images/wall.jpg) -300px top no-repeat;
		border-bottom: 7px solid #f4f4f4;
	}


	.main-menu li a:link, .main-menu li a:active, .main-menu li a:visited {
		color: #515151;
		font-size: 14px;
		height: 100%;
		min-height: 44px;
		display: block;
		padding: 10px 5px;
	}

	.main-menu li a:hover {
		color: #ffffff!important;
	
	}
	
	.activemen {
		color: #ffffff!important;
	}
	
	.texth {
		margin: 50px 0px 0px 50px;
	}
	
	.text {
		width: 200px;
		margin: 50px 0px 0px 60px;
		display: inline;
		float: left;
	}


	.brands-container {
		display: inline;
		float: left;
		width: 350px;
		height: 65px;
		background: #ffffff;
		overflow: hidden;
		padding-top: 5px;
		margin: 80px 0px 0px 20px;
	}
	
	
	/*******************************/
	/**************ITEMS*************/

	#gallery {
		width: 400px;
		height: auto;
		overflow: hidden;
		text-align: center;
		display: inline;
		float: left;
	}

	#gallery_right {
		margin-left: 2px;
		width: 290px;
		height: 493px;
		display: inline;
		float: left;
		overflow: hidden;
		position: relative;
	}
	
	#gallery_right img {
		width: 290px;
	}

	.zoomtext {
		display: none;
		margin-left: 160px;
		top: 50%;
		margin-top: 30px;
		position: absolute;
		z-index: 4;
		left: 0;
		cursor: pointer;
	}

	#gallery_left {
		width: 98px;
		padding-left: 19px;
		height: 498px;
		display: inline;
		float: left;
		overflow: hidden;
		border-top: 2px solid #cccccc;
		border-bottom: 2px solid #cccccc;
	}

	
	.minktop, .sabletop, .parkatop, .foxtop {
		font-size: 13px;
	}

	
	.logo img {
		height: 150px;
	}
	
	.mainbox {
		float: none;
		margin: 0 auto;
		
	}
	
	
	
	a.mainbox:link, a.mainbox:active,a.mainbox:visited {
		display: block-inline;
		border: 3px solid #ffffff;
		height: 574px;
		width: 240px;
		font-size: 12px;
		color: #6a6763;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		margin: 0px 5px 0px 0px;
		float: left;
	}


	a.mainbox:hover {
		border: 3px solid #c6c6c6;
	}
	
	.mainboxaboutus {
		display: block;
		width: 100%;
	}
	
	.mainboxtext {
		width: 215px;
	}
	
	.fursboxes {
		text-align: center;
	}
	
	.box1, .box2, .box3 {
		float: none;
		display: block;
		margin: 10px auto;
		margin-left: auto;
	}
}




@media (max-width: 767px) {



	a.box1:link, a.box1:visited, a.box1:active  {
		display: block;
		float: none;
		width: 395px;
		height: 182px;
		background: url(../images/box1.jpg) -80px 0px;
		overflow: hidden;
		margin-left: 4px;
		padding: 5px 140px 10px 10px;
		font-size: 12px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
		margin: 10px auto;
	}

	a.box2:link, a.box2:visited, a.box2:active  {
		display: block;
		float: none;
		width: 395px;
		height: 182px;
		background: url(../images/box2.jpg) -80px 0px;
		overflow: hidden;

		padding: 5px 140px 10px 10px;
		font-size: 12px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
		margin: 10px auto;
	}

	a.box3:link, a.box3:visited, a.box3:active  {
		display: block;
		float: none;
		width: 395px;
		height: 182px;
		font-size: 12px;
		background: url(../images/box3.jpg) -70px 0px;
		overflow: hidden;

		padding: 5px 190px 10px 10px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
		margin: 10px auto;
	}
	
	

	.logofurs {
		text-align: center;
	}
	.logofurs a {
		margin: 0 auto!important;
	}
	
	
	.minktop {
		background: #e2e2e2 url(../images/minktop.jpg) bottom right no-repeat;
		height: auto;
		min-height: 325px;
		border-bottom: 6px solid #cec1b5;
		padding: 10px 10px 320px 10px;
	}
	
	
	.sabletop {
		background: #e2e2e2 url(../images/sabletop.jpg) bottom right no-repeat;
		height: auto;
		min-height: 325px;
		border-bottom: 6px solid #cec1b5;
		padding: 10px 10px 320px 10px;
	}
	
	
	.foxtop {
		background: #e2e2e2 url(../images/foxtop.jpg) bottom right no-repeat;
		height: auto;
		min-height: 325px;
		border-bottom: 6px solid #cec1b5;
		padding: 10px 10px 320px 10px;
	}
	
	.shoptop {
		font-size: 12px;
	}
	.shoptop h1 {
		color: #c6a65a;
		font-size: 26px;
		font-weight: bold;
	}

	.parkatop {
		background: #e2e2e2 url(../images/parkatop.jpg) bottom right no-repeat;
		height: auto;
		min-height: 325px;
		border-bottom: 6px solid #cec1b5;
		padding: 10px 10px 320px 10px;
	}

	a.mainpayment:link, a.mainpayment:active, a.mainpayment:visited {
		display: block;
		float: none;
		font-size: 17px;
		height: 100%;
		min-height: 44px;
		padding: 10px 10px 10px 30px;
		background: #ffffff url(../images/euroicon.jpg) 10px center no-repeat;
	}

	a.mainpayment:hover {
		background: #000000;
		color: #ffffff;
		text-decoration: none;
		background: #000000 url(../images/euroiconh.jpg) 10px center no-repeat;
	}



	.language-line {
		text-align: center;
		padding-top: 30px;
	}
	
	
	.language-line span {
		display: block;
		float: none;
		padding: 10px 5px 10px 0px;
		margin: 0 auto;
	}
	.language-line a:link, .language-line a:active, .language-line a:visited {
		height: 100%;
		width: 55px;
		display: inline;
		float: left;
		text-align: center;
		min-height: 40px;
		overflow: hidden;
		padding-top: 10px;
		margin: 0 auto;
	}

	a.product:active, a.product:link, a.product:visited {
		margin-left: 40px;
		width: 260px;
		display: block-inline;
		float: left;
		border: 3px solid #ffffff;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		position: relative;
	}
	a.login_account_button:link, a.login_account_button:active, a.login_account_button:visited {
		display: block;
		padding: 5px 10px;
		background: #c6a65a;
		color: #ffffff;
		text-align: center;
		width: 220px;
		clear: both;
		margin: 0 auto;
	}

	
	.account-container-box {
		float: none;
		display: block;
		position: relative;
		width: 220px;
		border: 4px solid #e1e1e1;
		padding: 10px;
		color: #606060;
		text-align: left;
		background: #ffffff;
		display: none;
		margin: -25px auto;
		padding-bottom: 28px;
	}
	
	
	.mainp .account-container-box {
		position: absolute;
		width: 220px;
		border: 4px solid #e1e1e1;
		padding: 10px;
		color: #606060;
		text-align: left;
		background: #ffffff;
		z-index: 1000;
		display: none;
		margin-top: 15px;
		margin-right: 0px;
	}
	.account-container {
		text-align: center;
	}
	
	
	.account-container table {
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	
	.account-container a.login_account_button {
		float: none;
		margin: 0 auto;
		
	}
	
	.orregister {
		float: none;
		margin: -15px auto;
	}

	.slicknav_menu {
		display: block;
	}

	#menu {
		display:none;
	}
	
	
	.text {
		margin: 100px auto;
		display: block;
		float: none;
		width: 220px;
	}


	.brands-container {

		float: left;
		width: 320px;
		height: 65px;
		background: #ffffff;
		overflow: hidden;
		padding-top: 5px;
		margin: 20px 0px 0px 20px;
	}
	
	
	.girls-container {
		overflow: hidden;
		float: none;
		display: block;
		margin: 15px auto;
		height: 280px;
		width: 211px;
	}
	
	.girls-container img {
		height: 280px;
	}
	
	.summersale {
		display: none;
	}
	
	.wall-line {
		width: 100%;
		height: 300px;
		background: url(../images/wall.jpg) -400px 0px no-repeat;
		border-bottom: 7px solid #f4f4f4;
	}

	
	.socialine {
		text-align: center;
	}
	
	.logo {
		text-align: center;
	}
	
	.logo img {
		height: 150px;
	}
	.basket {
		text-align: center;
	}
	
	a.show_basket:link, a.show_basket:active, a.show_basket:visited {
		margin: 30px auto 0px auto;
		padding: 3px 0px 0px 0px;
		background: url(../images/basket.png) left 5px no-repeat;
		color: #606060;
		font-size: 16px;
		display: block;
		float: none;
		overflow: hidden;
		max-width: 260px;
	}

	.account-container {
		float: none;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
		text-align: center;
		clear: both;
	}


	
	a.paypal:link, a.paypal:active, a.paypal:visited {
		display: block;
		width: 194px;
		height: 31px;
		background: url(../images/paypal.jpg) no-repeat;
		margin: 5px auto;
		
	}
	

	a.paypal:hover {
		background: url(../images/paypal-h.jpg) no-repeat;
	}

	a.yt:link, a.yt:active, a.yt:visited, a.facebook:link, a.facebook:active, a.facebook:visited,a.twitter:link, a.twitter:active, a.twitter:visited  {
		display: block;
		float: none;

		margin: 0 auto;

		overflow: hidden;
	}
	
	#downmenu li {
		display: block;
	}

	#downmenu li a:link, #downmenu li a:active, #downmenu li a:visited{
		color: #ffffff;
		display: block-inline;
		float: none;
		padding: 0px 20px;
	}

	.slicknav_item.slicknav_row a{
		border: none!important;
	}
	
	/*********************************/
	/*********PRODUCTS****************/

	.product-list-search {
		padding: 20px 0px;
		text-align: center;
	}
	
	.product-list-title {
		margin: 0 auto;
		background: #000000;
		color: #ffffff;
		text-align: center;
		padding: 5px 15px;
		font-weight: bold;
		width: 150px;
		display: block;
		float: none;
	}

	.product-list-elems {
		display: none;
	}
	
	#product_description {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	.product_desc table {
		margin: 0 auto;
	}
	
	.product_all_description {
		border-top: 1px solid #f4f4f4;
	}
	
	a.addbasket:link, a.addbasket:active, a.addbasket:visited {
		background: url(../images/shop_icon.png) no-repeat scroll 120px center #c6a65a;
		color: #ffffff;
		display: block;
		float: none;
		font-size: 13px;
		height: 37px;
		margin: 0 auto;
		padding-left: 10px;
		padding-top: 8px;
		text-align: left;
		text-decoration: none;
		width: 150px;
		transition: all 0.2s ease-in 0s;
	}

	a.proposalprice:link, a.proposalprice:active, a.proposalprice:visited {
		background: url(../images/proposal_icon.png) no-repeat scroll 125px center #c6a65a;
		color: #ffffff;
		display: block;
		float: none;
		font-size: 13px;
		height: 37px;
		margin: 0 auto;
		padding-left: 15px;
		padding-top: 8px;
		text-align: left;
		text-decoration: none;
		width: 150px;
	}

	a.proposalprice:hover {
		
	}


	/*******************************/
	/**************ITEMS*************/

	#gallery {
		width: 400px;
		height: auto;
		overflow: hidden;
		text-align: center;
		display: block;
		float: none;
		margin: 0 auto;
		
	}

	#gallery_right {
		margin-left: 2px;
		width: 200px;
		height: 335px;
		display: inline;
		float: left;
		overflow: hidden;
		position: relative;
	}
	
	#gallery_right img {
		width: 200px;
	}

	.zoomtext {
		display: none;
		margin-left: 160px;
		top: 50%;
		margin-top: 30px;
		position: absolute;
		z-index: 4;
		left: 0;
		cursor: pointer;
	}

	#gallery_left {
		width: 88px;
		padding-left: 9px;
		height: 340px;
		display: inline;
		float: left;
		overflow: hidden;
		border-top: 2px solid #cccccc;
		border-bottom: 2px solid #cccccc;
	}

	#lupa {
		position: absolute;
		z-index: 3;
		left: 0;
		cursor: pointer;
		display: none;
	}

	.zoomtext {
		display: none;
		margin-left: 160px;
		top: 50%;
		margin-top: 30px;
		position: absolute;
		z-index: 4;
		left: 0;
		cursor: pointer;
	}


	#foo {
		text-align: left; 
		float: none; 
		position: absolute; 
		top: 0px; 
		right: auto; 
		bottom: auto; 
		left: 0px; 
		margin: 0px; 
		width: 420px; 
		height: 174px; 
		z-index: auto;
	}

	#foo a:link, #foo a:active, #foo a:link {
		display: block;
		float: left;
		margin-left: 0px;
		overflow: hidden;
	}

	.gallery_arrow {
		width: 320px;
		display: block;
		overflow: hidden;
		height: auto;
	}


	.texth {
		display: none;
		float: left;
		font-family: Roboto Condensed;
	}
		
	.texth h2 {
		display: none;

	}

	.texth h3 {
		display: none;
	}
		
		
	.texth span{
		width: 500px;
		margin: 0px 0px 0px 0px;
		padding: 5px;
		display: inline;
		float: left;
		font-family: Roboto Condensed;
		font-size: 30px;
		line-height: 14px;

	}

	.ppgold {
		font-weight: bold;
		color: #c6a65a !important
	}

	.text {
		display: none;
	}
	
	
	a.fsize:active, a.fsize:link, a.fsize:visited {
		display: inline-block;
		height: 20px;
		width: 20px;
		color: #666e6e;		
		background: #ffffff;
		border: 1px solid #a8b2b1;
	}
	

	a.mainbox:link, a.mainbox:active,a.mainbox:visited {
		display: block;
		border: 5px solid #ffffff;
		height: 574px;
		width: 250px;
		font-size: 12px;
		color: #6a6763;
		overflow: hidden;
		position: relative;
		text-decoration: none;
		margin: 0 auto;
		float: none;
	}


	a.mainbox:hover {
		border: 5px solid #c6c6c6;
	}


	.mainboxaboutus {
		display: block;
		height: auto;
		overflow: hidden;
		font-size: 12px;
		color: #6a6763;
		overflow: hidden;
		float: none;
		position: relative;
		margin: 0 auto;
		padding: 20px;
		text-align: justify;
	}

	.fursboxes {
		padding-bottom: 50px;
	}


	.mainbox h2, .mainboxaboutus h2 {
		color: #c6a65a!important;
		font-family: Roboto Condensed;
	}

	.mainbox img {
		position: absolute;
		top: 0;
		z-index: 1;
	}


	.mainboxtext {
		position: absolute;
		display: block;
		margin-top: 280px;
		z-index: 3;
		width: 225px;
		left: 0;
		margin-left: 10px;
		text-align: justify;
		top: 0;
	}

     #seealso {
		height: auto!important;
		overflow: hidden;
	 }
	#seealso a {
		padding: 5px!important;
		width: 248px!important;
		white-space: normal!important;
		margin-left: 0px!important;
		margin: 25px auto!important;
		display: block;
		float: none;
	}

}



@media (max-width: 440px) {


	a.box1:link, a.box1:visited, a.box1:active  {
		display: block;
		float: none;
		width: 300px;
		height: 152px;
		background: url(../images/box1.jpg);
		overflow: hidden;
		margin-left: 4px;
		padding: 5px 20px 10px 10px;
		font-size: 12px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
		margin: 10px auto;
	}

	a.box2:link, a.box2:visited, a.box2:active  {
		display: block;
		float: none;
		width: 300px;
		height: 152px;
		background: url(../images/box2.jpg);
		overflow: hidden;

		padding: 5px 20px 10px 10px;
		font-size: 12px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
		margin: 10px auto;
	}

	a.box3:link, a.box3:visited, a.box3:active  {
		display: block;
		float: none;
		width: 300px;
		height: 152px;
		font-size: 12px;
		background: url(../images/box3.jpg);
		overflow: hidden;

		padding: 5px 20px 10px 10px;
		color: #6a6763;
		border-bottom: 5px solid #cec1b5;
		margin: 10px auto;
	}
	
	

	a.product:active, a.product:link, a.product:visited {
		margin: 0 auto;
		width: 260px;
		display: block;
		float: none;
		border: 3px solid #ffffff;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		position: relative;
		height: auto;
		overflow: hidden;
	}
	
	a.product:active, a.product:link, a.product:visited {
		margin-left: 5px;
		margin-top: 4px;
		width: 153px;
		display: block-inline;
		float: left;
		border: 3px solid #ffffff;
		padding: 4px;
		text-align: center;
		text-decoration: none;
		position: relative;
	}

	a.product:hover {
		text-decoration: none;
		border: 3px solid #ffffff;
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	}


	.lazy {
		display: none;
	}

	.productimage {
		overflow: hidden;
		position: relative;
		border: 4px solid #f4f4f4;
		width: 145px;
		height: 247px;
	}

	.productimage img:nth-child(1){
		width: 145px;
		height: 247px;
		display: block;
	}


	.productimage img:nth-child(2) {
		background: url(../images/loading_small.gif) no-repeat scroll center center #fff;
		display: block;
		height: 247px;
		position: absolute;
		top: 0;
		width: 145px;
		z-index: 1;
	}
	.products_button {
		display: block;
		width: 117px;
		height: 36px;
		background: #8d8d8d;
		color: #ffffff;
		text-align: center;
		font-size: 11px;
		margin-top: 10px;
		margin-left: 10px;
		line-height: 12px;
		padding-top: 5px;
		font-weight: bold;
		display: none;
		border-left: 2px solid #ffffff;
	}

	.products_button_center {
		display: none;
	}
	
	.promotion_text {
		background: #7e0000;
		color: #ffffff;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		width: 145px;
		height: 20px;
		position: absolute;
		z-index: 12;
		margin-top: 203px;
		margin-left: 0px;
	}

	.data_count_down {
		background: #ff0000;
		color: #ffffff;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		width: 145px;
		height: 25px;
		position: absolute;
		z-index: 12;
		margin-left: 0px;
		margin-top: 218px;
	}
	
	.text {
		display: none;
	}
	
	.girls-container {
		overflow: hidden;
		height: 280px;
		float: none;
		display: block;
		margin: 15px auto;
	}
	
	#product_description {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	
	a.next_right:link, a.next_right:active, a.next_right:visited {
		display: block;
		width: 179px;
		height: 33px;
		background: #000000;
		text-decoration: none;
		color: #ffffff;
		text-align: center;
		float: none;
		margin: 10px auto;
		padding-top: 6px;
		position: relative;
	}

	a.next_right:hover {
		background: #c6a65a;
		text-decoration: underline;
		text-align: center;
	}

	a.next_left:link, a.next_left:active, a.next_left:visited {
		display: block;
		width: 179px;
		height: 33px;
		background: #000000;
		text-decoration: none;
		color: #ffffff;
		text-align: center;
		float: none;
		margin: 10px auto;
		padding-top: 5px;
	}

	a.next_left:hover {
		background: #3f3f3f;
		text-decoration: underline;
		text-align: center;
	}
	
    #account_right table, #account_right td{width: 100% !important;}
    #account_right td {display: block !important;}
	
	
	.logo img {
		height: 100px;
	}
	
	.searchboxcontainer {
		position: relative;
		margin-top: 30px;
	}
	
	#gallery_right {
		margin-left: 2px;
		width: 200px;
		height: 340px;
		display: inline;
		float: left;
		overflow: hidden;
		position: relative;
	}

     #seealso {
		height: auto!important;
		overflow: hidden;
	 }
	#seealso a {
		padding: 5px!important;
		width: 248px!important;
		white-space: normal!important;
		margin-left: 0px!important;
		display: block;
		float: none;
	}
	
	.cookieline {
		min-height: 60px;
		background-color: #f1f0ef;
		text-align: justify;
		color: #626262;
		padding: 10px;
		font-size: 11px;
		border-bottom: 1px solid #bfbfbf;
	}

	.cookieline p {
		display: inline;
	}

	/* disable video from main website */
	#vd {
		display: none;
	}
	
	#mlogo {
		display: block;
		margin: 0 auto;
		width: 120px;
	}
	.video {
		height: 370px;
	}
	
	.backlines {
		display: none;
	}
	
	.video .container {
		color: #ffffff;
		font-size: 24px;
		position: relative;
		z-index: 20;
		width: auto;
		left: 0%;
		margin-left: 0px;
		height: auto;
		overflow: hidden;
	}



	.mainp {
		padding: 0px;
		height: 100%;
		overflow: hidden;
	}	
	
	.mainp .account-container {
		margin-top: 10px;
		height: auto;
		min-height: 70px;
		overflow: hidden;
	}
	
	.main-menu li a:link, .main-menu li a:active, .main-menu li a:visited {
		width: 100%;
		min-height: 50px;
		padding: 15px;
	}
	


	.video a.mainkontakt:link, .video a.mainkontakt:active, .video a.mainkontakt:visited {
		display: block;
		clear: both;
		padding: 5px 10px;
		background: #c6a65a;
		border: 1px solid #c6a65a;
		color: #ffffff;
		text-align: center;
		width: 220px;
		float: none;
		margin: 10px auto;
		transition: all 0.2s ease-in 0s!important;
	}
	
	
	
	
	.video a.mainkontakt:hover {
		color: #ffffff;
		text-decoration: none;
		background: #000000;
		color: #ffffff;
		border: 1px solid #ffffff;
	}

	.textf {
		line-height: 26px;
		font-weight: bold;
		padding-left: 20px;
		text-align: center;
		width: 100%;
		margin-top: 0px;
	}


	.search-line {
		display: none;
	}
	
	.mainlogo {
		display: none;
	}
	
	#downmenu li a:link, #downmenu li a:active, #downmenu li a:visited{
		color: #ffffff;
		display: block;
		float: none;
		padding: 10px 20px!important;
	}

	#downmenu li a:hover {
		color: #000000!important;
		background: #ffffff;
		text-decoration: none;
	}

	a.facebook:link, a.facebook:active, a.facebook:visited {
		display: block-inline;
		float: right;
		width: 37px;
		height: 37px;
		background: url(../images/facebook-icon.jpg) no-repeat;
		margin-top: 5px;
	}

	a.facebook:hover {
		background: url(../images/facebook-icon-h.jpg) no-repeat;
	}


	a.twitter:link, a.twitter:active, a.twitter:visited {
		display: block-inline;
		float: right;
		width: 37px;
		height: 37px;
		background: url(../images/twitter-icon.jpg) no-repeat;
		margin-top: 5px;
	}

	a.twitter:hover {
		background: url(../images/twitter-icon-h.jpg) no-repeat;
	}


	a.yt:link, a.yt:active, a.yt:visited {
		display: block-inline;
		float: right;
		width: 37px;
		height: 37px;
		background: url(../images/yt-icon.jpg) no-repeat;
		margin-top: 5px;
		margin-right: 70px;
	}

	a.yt:hover {
		background: url(../images/yt-icon-h.jpg) no-repeat;
	}

	a.login_account_button:link, a.login_account_button:active, a.login_account_button:visited {
		display: block;
		padding: 5px 10px;
		background: #c6a65a;
		border: 1px solid #c6a65a;
		color: #ffffff;
		text-align: center;
		width: 220px;
		clear: both;
		float: none;
		margin-bottom: 10px;
		transition: all 0.2s ease-in 0s!important;
	}


	a.login_account_button:hover{
		text-decoration: none;
		background: #000000;
		color: #ffffff;
		border: 1px solid #ffffff;
	}
	
	
	.mainp .account-container-box {
		position: absolute;
		width: 220px;
		border: 4px solid #e1e1e1;
		padding: 10px;
		color: #606060;
		text-align: left;
		background: #ffffff;
		z-index: 1000;
		display: none;
		margin-top: -10px;
		left: 50%;
		margin-left: -110px;
	}
	
	
	.mainp .account-container-box {
		height: 190px;
	}
	
	
	
	.orregister {
		clear: both;
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	
	
	a.mainpayment:link, a.mainpayment:active, a.mainpayment:visited {
		margin-top: 10px;
		display: block-inline;
		float: none;
		width: 100%;
		font-size: 14px;
		height: 34px;
		padding: 10px 10px;
		text-align: center;
		background:  url(../images/euroicon.jpg) 10px center no-repeat;
		border-bottom: 1px solid #bfbfbf;
		font-size: 12px;
	}

	a.mainkontakt:link, a.mainkontakt:active, a.mainkontakt:visited {
		display: block;
		float: none;
		padding: 10px 10px;
		text-align: center;
		width: 100%;
		font-size: 14px;
		margin-top: 10px;
		height: 34px;
		margin-right: 10px;
		background: #ffffff url(../images/telephoneiconmenu.jpg) 10px center no-repeat;
		border-bottom: 1px solid #bfbfbf;
		font-size: 12px;
	}
	
	a.mainpayment:hover {
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	background: #000000 url(../images/euroiconh.jpg) 10px center no-repeat;
	}



	a.mainkontakt:hover {
		color: #ffffff;
		text-decoration: none;
		background: #000000 url(../images/telephoneiconmenuh.jpg) 10px center no-repeat;
	}
	
	.logofurs a img{
		height: 150px;
	}
	
	.searchboxcontainer {
		position: relative;
		margin-top: 20px;
	}
	
	.menu-line {
		width: 100%;
		min-height: 50px;
		height: auto;
		overflow: hidden;
		padding-bottom: 0px;
		background: #000000;
		margin-top: 30px;
		text-align: center;
	}
	
	
	a.fsize:active, a.fsize:link, a.fsize:visited {
		display: inline-block;
		height: 30px;
		width: 30px;
		color: #666e6e;		
		background: #ffffff;
		border: 1px solid #a8b2b1;
		font-size: 14px;
		text-align: center;
		padding-top: 5px;
		transition: all 0.2s ease-in 0s;
		margin-left: 7px;
		margin-top: 7px;
	}
	
	a.fsize:hover {
		text-decoration: none!important;
		background: #dfe9e8;
	}

	.product_price table:nth-child(1) tr:nth-child(1)  td:nth-child(1), .product_price table:nth-child(1) tr:nth-child(1)  td:nth-child(2) {
		display: block;
	}

	a.addbasket:link, a.addbasket:active, a.addbasket:visited {
		background: url(../images/shop_icon.png) no-repeat scroll 120px center #c6a65a;
		color: #ffffff;
		display: block;
		float: none;
		font-size: 13px;
		height: 37px;
		margin: 0 auto;
		padding-left: 10px;
		padding-top: 8px;
		text-align: left;
		text-decoration: none;
		width: 150px;
		transition: all 0.2s ease-in 0s;
	}
	

	a.addbasket:hover {
		background: url(../images/shop_icon.png) no-repeat scroll 120px center #000000;
	}	
	
	a.proposalprice:hover {
		background: url(../images/proposal_icon.png) no-repeat scroll 120px center #000000;
	}
	
	.fursboxes {
		margin-top: -50px;
	}
}

