/*
Custom Style
=========================== */
nav {
	/* border-bottom: solid 1px #efefef; */
	min-height: 60px;
	background: #c7b086;
}

nav .wrap-core-nav-list,
nav .nav-header {
	/* background: #fff; */
}

nav .brand {
	display: block;
	position: relative;
	width: 250px;
	top: 20px;
}

nav .brand img {
	width: 100%;
}

.icon-facebook:before{
	margin-left: 0 !important;
}















.core-nav.nav-core-sticky.on-scroll .menu li a {
	display: block;
	margin: 0px 0px;


	/*padding: 20px 25px;*/

}


.core-nav.nav-core-sticky.on-scroll ul.attributes li a {
	margin: 0px 0px;
}
.core-nav.nav-core-sticky.on-scroll .brand {
	width: 180px;
	top: 5px;
}



nav .menu li a {
	display: block;
	padding: 20px 25px;
	text-decoration: none;
	color: #453734;
	font-size: 20px;position: relative;z-index: 1;font-weight: 500;
}

nav .menu li.active > a,
nav .menu li a:hover {
	color: #c7b086;
	background: #453734;
}

nav button {
	background: transparent;
	border: none;
	outline: none;
}

@media (max-width: 992px) {
	nav {
 
    background: #f5f5f5;
}
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 60px;
	}

	nav .nav-header .brand {
		margin: 0px auto 5px;
		float: none;
		padding: 15px 0px;width: 220px;top: 0;
	}

	nav .nav-header .toggle-bar {
		font-size: 18px;
		position: absolute;
		top: 26px;
		left: 15px;
	}

	nav .menu li a {
		padding: 10px 10px;
		border-bottom: solid 1px #c7b086;
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}
}
/* =========================== */

@media (min-width: 992px) {

	.menu .core-nav-list{
		margin-left: 60px;
	}
	nav .brand {

		width: 200px;
	}
	nav .menu li a {

		
		margin: 15px 0px;padding: 20px 15px;font-size: 16px;
	}

	nav .brand:before {
		content: '';
		background: #ffffff;
		width: 1000px;
		height: 1000px;
		position: absolute;
		top: -600px;
		left: -809px;
		z-index: -1;
		transform: rotate(45deg);
	}
	.core-nav.nav-core-sticky.on-scroll .brand:before {
		content: '';
		background: #ffffff;
		width: 1000px;
		height: 1000px;
		position: absolute;
		top: -600px;
		left: -850px;
		z-index: -1;
		transform: rotate(45deg);
	}

}
/* =========================== */

@media (min-width: 1400px) {
	nav .brand {

		width: 280px;
	}
	nav .brand:before {
		content: '';
		background: #ffffff;
		width: 1000px;
		height: 1000px;
		position: absolute;
		top: -600px;
		left: -736px;
		z-index: -1;
		transform: rotate(45deg);
	}
	nav .menu li a {
		display: block;
		margin: 35px 0px;
		text-decoration: none;
		color: #453734;
		font-size: 20px;
		padding: 20px 25px;position: relative;
		z-index: 1;
	}
	.core-nav .wrap-core-nav-list.center {
		text-align: center;
		margin-left: 20%;
	}
}
/* =========================== */
@media (min-width: 1850px) {
	nav .brand {

		width: 350px;
	}
	nav .brand:before {
		content: '';
		background: #ffffff;
		width: 1000px;
		height: 1000px;
		position: absolute;
		top: -600px;
		left: -640px;
		z-index: -1;
		transform: rotate(45deg);
	}
}
/* =========================== */

@media (min-width: 2150px) {
	nav .brand {

		width: 455px;
	}
	nav .menu li a {
		display: block;
		margin: 35px 0px;
		text-decoration: none;
		color: #453734;
		font-size: 20px;
		padding: 20px 25px;
		position: relative;
		z-index: 1;
	}
	nav .brand:before {
		content: '';
		background: #ffffff;
		width: 1000px;
		height: 1000px;
		position: absolute; 
		top: -600px;
		left: -490px;
		z-index: -1;
		transform: rotate(45deg);
	}
}
/* =========================== */
.customer-logo ul{
	text-align: center;
	margin-bottom: 0;
	padding: 20px;
}
.customer-logo .logo-img{
	font-size: 14px;
	list-style: none;
	text-align: center;
	vertical-align: top;
}
.customer-logo .logo-img img{
	height: 50px;
	max-width: 100%;
	margin: 10px 5px;
}
.readmore{
	display: inline-block;
	margin: auto;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 5px 25px;
	color: #fff;
} 