/*@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: 'Montserrat', sans-serif;
	/*font-family: 'Brandon Grotesque Regular', sans-serif;*/
	color: #333;
	background: #fff;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', serif;
}
div.wrap{
	height: 100%;
}

#header-border, #nav-wrap, #logo, #menu-button{
  transition-duration: 0.1s;
}

div.header-border{
height: 100%;
border-bottom: 0px solid #5E4C38;
position: absolute;
width: 100%;
top: 0px;
background: #fff;
}

.mainContent {
	margin-top: 100px;
	margin-bottom: 40px;
}

header{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
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;
}

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: 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: 250px;
    max-width: 60%;
    margin: auto;
	padding-top: 5px;
}
#nav-wrap ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0;
	-ms-flex-pack: center;
	justify-content: center;
}

#nav-wrap li{
	list-style: none;
}
#nav-wrap a{
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Brandon Grotesque Regular', sans-serif;*/
	font-size: 14px;
	text-transform: uppercase;
font-weight: 300;
	color: #080808;
	text-decoration: none;
	margin-left: 23px;
}

.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;
}
a.thumb{
	height: 0px;
	padding-top: calc(100% + 80px);
	display: block;
	position: relative;
	margin-bottom: 30px;
}
div.item-title{
	position: absolute;
	top: calc(100% - 80px);
}

.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) {

	.mainContent {
		margin-top: 80px;
	}

	img.page-img{
		float: unset;
		margin-top: 30px;
		width: 100%;
	}
	div.headermenu{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}

	a.logo {
		display: table-cell;
		width: 230px;
		position: relative;
		left: 0;
		margin: auto;
		top: unset;
		vertical-align: middle;
		height: 70px;
		padding-top: 0;
	}
	a.logo img {
		max-height: 100%;
	}

	.menubtn {
		display: block;
		z-index: 1000000;
		cursor: pointer;
	}

	.menubtn:not(.change) {
		flex: 1;
	}

	.menubtn.change {
		right: 20px;
		top: 33px;
		position: absolute;
	}

	#nav-wrap ul{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap ;
		margin-top: 40px;
	}
	nav.nav-wrap {
	    z-index: 2;
	    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;
			overflow: auto;
	}

	nav.show {
		 left: 0px;

	}

	#nav-wrap a{
		font-family: 'Montserrat', 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: #333;
	  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: 100%;
    width: 100%;
    height: 0px;
    display: block;
}
h6.catname {
    color: black;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    padding: 7px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    z-index: 1000;
    text-align: center;
		line-height: 21px;
		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;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

.modal {
	z-index: 10004;
}

.position-relative {
	position: relative!important;
}

.p-0 {
	padding: 0!important;
}

.text-center {
	text-align: center!important;
}

.ml-auto {
	margin-left: auto!important;
}

.mr-auto {
	margin-right: auto!important;
}

@media (min-width: 1200px) {
	#nav-wrap ul {
		padding: 0;
	}

	.home-page-section .portfolio {
		display: flex;
		flex-wrap: nowrap;
		justify-items: stretch;
		justify-content: stretch;
	}
	.home-page-section .portfolio .portfolio-item {
		width: 100%;
	}
}