/*@font-face {*/
/*font-family: 'Brandon Grotesque Regular';*/
/*src: url('../fonts/BrandonGrotesque-Regular.eot');*/
/*src: url('../fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),*/
/*url('../fonts/BrandonGrotesque-Regular.woff') format('woff'),*/
/*url('../fonts/BrandonGrotesque-Regular.ttf') format('truetype');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/

html, body{
	margin: 0px;
	padding: 0px;
		height: 100%;
}
a{
	text-decoration: none;
	color: #333;
}
footer a, footer{
	font-size: 14px;
}

body{
	font-family: 'Lato', sans-serif;
	/*font-family: 'Brandon Grotesque Regular', sans-serif;*/
	color: #333;
	background: #fff;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Nuosu SIL', serif;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 35px;
}
h3{
	font-size: 30px;
}
div.wrap{
	height: 100%;
}
#header-border, #nav-wrap, #logo, #menu-button{
  transition-duration: 0.1s;
}

div.header-border{
height:90px;
border-bottom: 0px solid #5E4C38;
position: absolute;
width: 100%;
top: 0px;
background: #fff;
opacity: 0;
box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 7px;
}

.mainContent {
	margin-top: 90px;
	margin-bottom: 40px;
}

header{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 60px;
z-index: 100000;
}

div.instagram{
position: absolute;
top: 6px;
right: 25px;
font-size: 19px;
}

div.searchholder{
position: relative;
top: 6px;
z-index: 100;
}


#nav-wrap a.search-button, #nav-wrap a.socialmedia {
    font-size: 20px;
    margin-top: -3px;
}

h4.contact{

	letter-spacing: 2px;
	font-size: 17px;
	font-weight: 300;
}
div.contact-info{
	padding-left: 30px;
}
div.contact-info a, div.contact-info span{

	position: relative;
	line-height: 35px;
}
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: block;
    width: 430px;
    max-width: 60%;
    position: absolute;
    left: 25px;
    margin: auto;
    top: 30px;
}
nav.nav-wrap{
	display: table;
	position: absolute;
	right: 20px;
	top: 18px;
}
#nav-wrap ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap ;
}

#nav-wrap li{
	list-style: none;
}
#nav-wrap a{
	font-family: 'Lato', sans-serif;
	/*font-family: 'Brandon Grotesque Regular', sans-serif;*/
	font-size: 14px;
font-weight: 300;
	color: #111;
	text-decoration: none;
	margin-left: 23px;
	letter-spacing: 2px;
}

.menubtn{
	display: none;

}



img.page-img{
	float: right;
	max-width: 100%;
}

img.thumb-image{
	max-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
a.thumb{
	height: 0px;
	padding-top: calc(100% + 80px);
	display: block;
	position: relative;
	margin-bottom: 30px;
}
div.item-title{
	position: absolute;
	top: calc(100% - 70px);
}

.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: #333;
    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%;
	}

@media  (max-width: 1200px) {

	img.page-img{
		float: unset;
		margin-top: 30px;
		width: 100%;
	}
	div.headermenu{
		display: table;
	}
	a.logo {
		display: table-cell;
position: relative;
left: 0;
margin: auto;
top: 30px;
vertical-align: middle;
padding-right: 30px;
	}

	.menubtn{
		display: block;
	z-index: 1000000;
	position: absolute;
	right: 20px;
	top: 33px;
	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 !important;
	    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;
			overflow: auto;
	}

	nav.show {
		 left: 0px;

	}

	#nav-wrap a{
		font-family: 'Lato', sans-serif;
		/*font-family: 'Brandon Grotesque Regular', sans-serif;*/
		font-size: 18px;
		line-height: 30px;
		display: block;
		margin-left: 0px;
		margin-bottom: 15px;
	}

	.bar1, .bar2, .bar3 {
	  width: 25px;
	  height: 3px;
	  background-color: #111;
	  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.catimage {
    padding-top: 85%;
    width: 100%;
    height: 0px;
    display: block;
}
h6.catname {
    color: black;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    padding: 7px;
    width: 100%;
    font-weight: 500;
    z-index: 1000;
    text-align: center;
		margin: 0px;
}

.HomePortfolioSection .portfolio figure.portfolio-item {
    padding: 15px;
        padding-bottom: 15px;
    margin: 0;
    padding-bottom: 50px;
}
.img-item {
    position: relative;
}

div.copyright{
	text-align: center;
padding-top: 40px;
padding-bottom: 30px;
}
div.catdescription{
	padding: 0px 20px;
}

section.homesection{
	background: #f2f6f7;
	background: -moz-radial-gradient(center, ellipse cover,  #f2f6f7 55%, #e2e6e7 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  #f2f6f7 55%,#e2e6e7 100%);
	background: radial-gradient(ellipse at center,  #f2f6f7 55%,#e2e6e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f7', endColorstr='#e2e6e7',GradientType=1 );

	background-size: auto;
background-size: cover;
padding: 70px 0px ;

}





 .homepage a, .homepage p{
	font-size: 22px;
margin: 0px;
}
.homepage div.ruud p{
 font-size: 15px;
 line-height: 21px;
margin: 0px;
}
 div.ruud{

	 padding: 0px;
 }
.homepage h1, .homepage h3{
	margin:10px 0px;
	text-transform: uppercase;
}

.homepage h3 {
  font-size: 26px;
}

ul.homecats li{
	list-style: none;
}

ul.homecats {
	padding: 0px;
	margin: 0px;
}


.d-flex {
	justify-content: flex-start;
display: flex;
}
