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

td { font-family:Arial, Helvetica, sans-serif; color: #6f694a; line-height:16px; }
img { border:0px; outline:none; text-decoration:none; }
a img { border: none; }
a { color:#7e6b5d; }
.RespoDesk { display: block; }
.RespoFeatMo, .RespoMob { display: none; width: 0px; height: 0px; }
.RespoDesc { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:22px; padding:0px 35px; text-align: justify; color:#6f694a; }
.footer { font-size:10px; line-height:18px; text-align:center; }

/* Box Wrap */
.BoxWrap { width:100% !important;  }

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

.stick-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
}

.menu {
	margin: 0 auto;
	padding: 15px 0px;
	color: #fff !important;
	font-family: 'MinionPro-Semibold', Times, serif;
	width: 320px;
	/*background-color: #7e7663;*/
}
.home .menu {
	/*background-color: #69604c !important;*/
}

.menu a { 
	color: #fff;
	transition-property:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	text-decoration: none;
}
.menu a:hover { color: #fff5e1; text-decoration: none; }
.menu ul { width: 320px; }
.menu ul li, .menu div { 
	list-style-type: none;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 8px;
}

.TitleR { max-width: 414px; }
.TitleFullR { max-width: 470px; }

.brandstory section {
    overflow: hidden;
    /*background: #987131 url(../images/anyexcuse-header.png) left bottom no-repeat;*/
    height: 500px;
}
.brandstory section.align-right .text {
    float: right;
}
.brandstory section .text {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}
.brandstory section .text .text-body {
	text-align: left;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 440px;
    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;
}

.pname { padding: 10px 20px; font-weight: bold; }
.pname span { color: #555; }
.otherproducts {
	background-color: #FFF;
}
.otherproducts p {
	padding: 10px;
	min-height: 100px;
	font-size: 13px;
	font-weight: bold;
}


.act {
	background-color: #FFF;
}
.act .col-sm-6 { padding-left: 0px; padding-right: 0px; }
.act-details {
	text-align: left;
	padding-left: 25px !important;
}
.item {
	
}

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

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;
}

@media only screen and (max-width: 1200px) {
	.pname { padding: 10px 15px; }

}
@media only screen and (max-width: 992px) {
	.pname { padding: 10px 10px; }

}
@media only screen and (max-width: 768px) {
	.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: 8%;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	}
	.brandstory section figure {
	    width: 100%;
	    height: 0;
	    float: none;
	    padding-bottom: 93%;
	}
	

	.act { background-color:transparent; }
	.act-details {
		text-align: center;
		padding-left: 0px;
		padding-bottom: 40px;
		background-color:#FFF;
	}
	.act-details hr { margin-left: auto !important; }


}


@media only screen and (max-width: 480px) {
	body { font-size: 13px; }
	.TitleR { width: 90%; }
	.TitleFullR { max-width: 414px; }

}