
html, body{
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #000;
}
footer a, footer{
	font-size: 14px;
}

html{

	background: #ada11e;


}

body{
	font-family:  'Poppins', sans-serif;
	color: #000;



}

div.header-border{
border-bottom: 0px solid #5E4C38;
position: absolute;
width: 100%;
top: 0px;

	background: #ada11e;

}

.mainContent {
	margin-top: 290px;
	margin-bottom: 100px;
}

header{
	z-index: 1000;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 60px;
}

div.instagram{
position: absolute;
top: 6px;
right: 25px;
font-size: 19px;
}

div.searchholder{
position: relative;
top: 6px;
z-index: 100;
}

h4.contact{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: 300;
}
div.contact-info{
	padding-left: 30px;
}
div.contact-info a, div.contact-info span{

	position: relative;
	line-height: 30px;
}
div.contact-info i{
	position: absolute;
	left: -30px;
	top: 4px;
}

input.search{
font: bold 10px/16px  Arial;
padding: 0 0 0px 4px;
width:100px;
height:18px;
min-height: 16px;
border: solid 1px #bbb;
background-color: #fff;
color: #555;
float: left;
border-radius: 0px;
-webkit-appearance: none;
}

input.searchsubmit{
font: bold 10px/16px  Arial;
padding: 0px 0px 0px 0px;
width:55px;
height:18px;
border: none;
background-color: #bbb;
color: #fff;
cursor: pointer;
float: left;
text-shadow: 0;
display: inline-table;
border-radius: 0px;
text-shadow: 0 0px rgba(0, 0, 0, 0);
-webkit-appearance: none;
}

input.searchsubmit:hover{
background-color: #777;
}

li.searchmenu{
	display: block;
}


a.logo:visited{
	color:#fff;
}

a.logo {
    display: table;

    position: relative;
    margin: auto;
		padding: 0px 0px;
}
img.logo{
	width: 250px;
	 transition: width 0.2s;
}

img.logo-icon{
	width: 130px;
	margin: auto;
	position: relative;
	display: table;
	 transition: width 0.2s;
	 margin-bottom: -10px;
margin-top: 10px;
}


@media  (max-width: 992px) {
	img.logo-icon{
		width: 70px !important;
		margin: unset;
		position: relative;
		display: inline-table;
	}
}
nav.nav-wrap{
	display: table;
	position: relative;

	top: 0px;
	width: 100%;
}
#nav-wrap ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap ;
	padding: 0px;
	justify-content: center;
margin: 0px 0px 10px 0px;
}

#nav-wrap ul.navmenu{
	width: 100%;
}


#nav-wrap li{
	list-style: none;
}
#nav-wrap a.lan {
    opacity: 0.5;
}
#nav-wrap a {
	font-family:  'Poppins', sans-serif;
	font-size: 14px;
    font-weight: 300;
	text-decoration: none;

	text-transform: uppercase;
	padding: 8px ;
}



.menubtn{
	display: none;

}



img.page-img{
	float: right;
	max-width: 100%;
}

img.thumb-image{
	max-width: 100%;
	max-height:  calc(100% - 80px);
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	right: 0px;
	padding: 10px;
}
a.thumb{
	height: 0px;
	padding-top: calc(100% + 80px);
	display: block;
	position: relative;
	margin-bottom: 30px;
	background: #fff;
}
div.item-title{
	position: absolute;
	top: calc(100% - 70px);
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.onsale {
    height: 40px;
    width: 40px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 40px;
    top: 15px;
    right: 35px;
    margin: 0;
    background: #ff0000;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    z-index: 2;
		text-transform: uppercase;
line-height: 40px;
}

#scroll-top a.scrollup {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
		font-size: 20px;
		text-align: center;
		line-height: 32px;
    display: none;
    opacity: 0.89;
    filter: alpha(opacity=89);
    z-index: 999;
    border-radius: 100%;
	}



	#nav ul.dropdown {

	    margin: 0px ;
			padding: 0px;
	    list-style: none;
	    z-index: 9;
	    position: absolute;

				background: #ada11e; 
	    z-index: 91000;
	    display: none;
	    line-height: 25px;

			border: 0px;

	}


	#nav-wrap li:hover > ul.dropdown {
	    display: block;
	}

#nav ul li {
	display: block;
}
#nav ul.dropdown li ul {
	margin: -25px 0 0 100%;
	width: 170px;
	border: 0px solid #CCCCCC;
	border-top: #a9a9a9 0px solid;
}

@media (max-width: 992px) {
	#nav ul.dropdown li ul {
		margin: 0;
		width: auto;
		padding: 0;
		padding-left: 10px;
	}

	#nav ul.dropdown {
		position: relative;
		display: block;
		top: 0px;
		background: none;
	}


	div.header-border {

		height: 120px;
	}

	.mainContent {
		margin-top: 130px;
		margin-bottom: 100px;
	}

	img.page-img {
		float: unset;

		width: 100%;
	}

	div.headermenu {
		display: table;
	}

	a.logo {
		display: table-cell;
		width: calc(100% - 80px);
		max-width: 380px;
		padding-right: 40px;
		height: 57px;
		position: relative;
		left: 0;
		margin: auto;
		top: 30px;
		vertical-align: middle;
	}

	img.logo {
		height: unset;
		width: unset;
		max-width: calc(100% - 80px);
		max-height: 100%;
	}

	.menubtn {
		display: block;
		z-index: 1000000;
		position: absolute;
		right: 20px;
		top: 46px;
		cursor: pointer;
	}

	#nav-wrap ul {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		margin-top: 40px;
	}

	nav.nav-wrap {
		display: table;
		position: fixed;
		left: 100%;
		top: 0px;
		background: #fff;
		width: 100%;
		height: 100%;
		margin: 0px;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	nav.show {
		left: 0px;

	}

	#nav-wrap a {
		font-family: 'Poppins', sans-serif;
		font-size: 18px;
		line-height: 20px;
		display: block;
		margin-left: 20px;
		margin-bottom: 3px;
	}

	.bar1, .bar2, .bar3 {
		width: 25px;
		height: 3px;
		background-color: #000;
		margin: 4px 0;
		transition: 0.4s;
	}

	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-2px, 6px);
		transform: rotate(-45deg) translate(-2px, 6px);
	}

	.change .bar2 {
		opacity: 0;
	}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-3px, -8px);
		transform: rotate(45deg) translate(-3px, -8px);
	}

}




div.copyright{
	text-align: center;
	padding: 30px;
	font-size: 14px;
}
