
@font-face {
  font-family: 'MinionPro-Semibold';
  src: url('../fonts/MinionPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MinionPro-Semibold.otf') format('opentype'),
		url('../fonts/MinionPro-Semibold.woff') format('woff'),
		url('../fonts/MinionPro-Semibold.ttf') format('truetype'),
		url('../fonts/MinionPro-Semibold.svg#MinionPro-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	background: #e5efe8 url('../images/bg-edm.jpg') center top;
	font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	padding-top: 48px;
	text-align: center;
	width: 100%;
	color: #69604c;
}

.wow {
	visibility: hidden
}

img {
	border: 0px;
	max-width: 100%
}

a {
	color: #7e6b5d
}

a.back-to-top {
	display: none;
	color: #fff;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.5) url(../images/backtotop.png) no-repeat center center;
}

.footer {
	color: #7e6b5d;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
	font-family: 'MinionPro-Semibold', Times, serif;
}


/******************************************************************************************
Nav Bar
******************************************************************************************/
.nav {
	background: #7e7663;
	font: 15px 'MinionPro-Semibold', Times, serif;
	text-transform: uppercase;
}
.nav-link {
	color: #fff;
	text-decoration: none;
	padding: 15px 8px;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}
.nav-link:hover {
	color: #ecdbc1
}


/******************************************************************************************
Slick Carousel 1.8
******************************************************************************************/
.slick-slide {padding-right: 10px}
.slick-prev:before, .slick-next:before {color:#69604c}
.slick-dots {bottom:-35px}
.slick-dots li {width:15px}
.slick-dots li button:before {font-size:12px;color:#69604c}
.slick-dots li.slick-active button:before{color:#69604c;opacity:1}

.title {
	max-width: 414px;
}
.title-full {
	max-width: 470px;
}


/******************************************************************************************
Activities
******************************************************************************************/
.act-row {
	background-color: #FFF;
}
.act-row .col-sm-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.act-row .act-details {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px
}


/******************************************************************************************
Products
******************************************************************************************/
.pname {
	padding: 10px 20px;
	font-weight: bold;
}
.pname span {
	color: #555;
}
#productContainer figcaption p {
	width: 100%
}
#sec_hk, #sec_other {
	overflow-anchor: auto;
}
/*
.otherproducts {
	background-color: #FFF;
}

.otherproducts p {
	padding: 10px;
	min-height: 100px;
	font-size: 13px;
	font-weight: bold;
}
*/



/******************************************************************************************
Brandstory
******************************************************************************************/
.container-fluid.brandstory .logo {
/*	background: #1b1d20;*/
}
.brandstory, .brandstory div[class*="col-"] {
	padding-left: 0;
	padding-right: 0
}
.brandstory section {
	overflow: hidden;
	height: 600px;
}

.brandstory section.align-right .text {
	float: right;
}

.brandstory section .text {
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
}

.brandstory section .text .text-body {
	font-size: 16px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
/*	width: 440px;*/
	padding: 5% 10% 5% 5%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.brandstory section figure {
	display: block;
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


/******************************************************************************************
Responsive
******************************************************************************************/
@media only screen and (max-width:767px) {
	body {
/*		padding-top: 24px*/
	}
	.act-row .act-details {
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
		background-color: #FFF
	}
	.act-details hr {
		margin-left: auto !important;
	}
	.brandstory section {
		height: auto;
	}
	.brandstory section.align-right .text {
		float: none;
	}
	.brandstory section .text {
		width: 100%;
		height: auto;
		float: none;
	}
	.brandstory section .text .text-body {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		padding: 10%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.brandstory section figure {
		width: 100%;
		height: 0;
		float: none;
		padding-bottom: 93%;
	}
	#car1 .slick-slide, #car2 .slick-slide {height:200px}
	.slick-prev:before, .slick-next:before {color:white!important;opacity:1!important}
	.slick-prev {left:0;z-index:9999}
	.slick-next {right:0;z-index:9999}
}
@media only screen and (max-width:413px) {
	h1 {font-size: 2rem !important}
	h2 {font-size: 1.6rem !important}
	#car1 .slick-slide, #car2 .slick-slide {height:150px}
}