@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
	top:0 !important;
}
.body2 {
	background:url(../images/lotus.jpg) right 24% repeat-x;
}


h1{
    font-size: 25px;
}
h2{
	font-size:18px;
	margin:0 0 10px;
	font-weight:normal;
	color:#f59f2e;
}
a{
	color:#3B6C50;
}
p{
	text-align:justify;
	font-size:14px;
	line-height:22px;
        color: rgba(104, 102, 105, 1);
}

.cle{clear:both;}

#wrap{
	width:1000px;
	margin:0 auto;
	padding: 0 1%;
}
.header #wrap{
	width:1300px;
}
.header{
	background:url(../images/nav-bg.jpg) repeat-x #fff;
	position:fixed;
	z-index:1;
	width:100%;
	top:0;
}
.logo{
	top:44px;
}
.logo a{
	padding:2px 26px;
}
.logo a,
.ddsmoothmenu ul .logo a:hover{
	background:none !important;
	padding-bottom: 0 !important;
}
nav{
	text-align:center;
	padding-bottom: 39px !important;
}
.slide{
	background:url(../images/lotus.jpg) right;
	margin: 90px 0 50px;
	padding: 12px 0;
}
.slide #wrap{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.62);
    padding: 5px;
	border-radius:5px;
}
.tagline h1{
	text-align:center;
	color: #01411C;
    border-bottom: 4px double #999;
    padding-bottom: 12px;
	font-family: 'Playfair Display', serif;
}
.box-2{
	float:left;
	width:320px;
	margin:0 0 30px 30px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
	border-radius: 15px;
    overflow: hidden;
	padding: 0 0px 10px;
}
.box-2 h2{
    padding: 7px 0;
    border-bottom: 1px dashed;
	text-align:center;
	background:#920A02;
}
.box-2 .read a{
	color:#F18900;
	text-decoration:none;
	font-size:13px;
}
.box-2 h2 a {
    color: #fff;
	text-decoration:none;
}
.box-2 p{
	padding:0 15px;
}
.box-3{
	float:left;
	width:670px;
	margin:0 0 30px 30px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
	border-radius: 15px;
    overflow: hidden;
	padding: 0 15px 10px;
}
.box-3 h2{
    padding: 7px 0;
    border-bottom: 1px dashed;
}
.box-3 .read a{
	color:#F59F2E;
	text-decoration:none;
	font-size:12px;
}
.box{
	float:left;
	width:207px;
	margin:0 0 30px 24px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
	border-radius: 15px;
    overflow: hidden;
    text-align: center;
	min-height: 298px;
}
.box p{
	padding:10px;
}
.box-2 .read,
.box .read{
	float:right;
}
.box .read a{
	text-decoration:none;
	color:#000;
	padding: 2px 9px;
    float: right;
}
.box h2 a{
	color:#FFFFFF;
	text-decoration:none;
}
.content-left{
	float:left;
	width:73%;
}
.content h1,
.content-left h1{
	font-weight:normal;
	border-bottom: 4px double #F59F2E;
    padding-bottom: 7px;
	margin:0;
	color: #A00800;
}
.content-left h1 span{
	color:#f59f2e;
}
.content-left ul{
	margin:0;
	padding-left:29px;
}
.content-left ul li{
	list-style:url(../images/bullet.png);
	margin: 6px 0px;
}
.content-left ul li a{
	text-decoration:none;
	font-size:14px;
	color:#000;
}

.content-right{
	float:right;
	width:25%;
}
.new{
	background:#f4f4f4;
	padding:5px 14px;
	border-radius: 15px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
}
.new h1{
	margin:0;
	color: #D51D1B;
    font-size: 22px;
    font-weight: normal;
}
.new p{
	margin:5px 0;
}
.new ul{
	margin:0;
	padding-left: 25px;
}
.new ul li{
	margin:15px 0;
}
.new ul li a{
	text-decoration:none;
	color:#01411C;
	font-size:14px;
}
.new ul li a:hover{
	color:#A00800;
}

.footer{
	background:#696969;
}
.footer-box{
	float:left;
	width:250px;
	margin:0 0 0 75px;
}
.footer-box ul{
	margin:0;
	padding:0;
}
.footer-box ul li{
	list-style:none;
}
.footer-box ul li a{
	color:#d0d0d0;
	text-decoration:none;
	font-size:14px;
}
.footer-box h1{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
.footer-box p{
	color:#fff;
}
.footer-box p span{
	margin: 11px;
}
.footer-box input[type="text"]{
	background: rgba(238, 238, 238, 0.02);
    border: 0;
    padding: 5px;
    margin: 0 0 14px;
    outline: 0;
    color: #fff;
    border-left: 1px solid #A2A2A2;
    border-bottom: 1px solid #A2A2A2;
}
.footer-box input[type="submit"]{
	background: #f59f2e;
    cursor: pointer;
    border: 2px solid #FFF;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 5px;
}
.footer-box input[type="submit"]:hover{
	background:#A00800;
}
.copy{
	background:url(../images/copy-border.png) top center no-repeat;
	font-size: 13px;
    text-align: center;
    padding: 1.5% 0;
    color: #969696;
    margin-top: 20px;
}
.copy a{
	color:#FDD900;
}

.content {
    padding: 5px 0;
	margin-top: 90px;
}
table{
	text-align:center;
	font-size:14px;
}
.cercle{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 10px;
}
table .st strong {
    color: #D51D1B;
    font-weight:normal;
}
.content h1 {
    color: #D51D1B;
}
.pro {
    margin-top: 40px;
}
.pro li{
	list-style:none;
}
.pro li img{
	width:100%;
}
/************************************contact**************************************************/
.box-4{
	float: left;
	width:229px;
	background:#fff;
	margin: 20px 0 20px 20px;
	border-radius: 5px;
    min-height: 184px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.54);
	overflow:hidden;
}
.box h2,
.box-4 h2{
	background:-webkit-linear-gradient(#FFF, #A00800, #FFF);
	background:-moz-linear-gradient(#FFF, #A00800, #FFF);
	background:-o-linear-gradient(#FFF, #A00800, #FFF);
	padding:14px 15px;
	color:#fff;
}
.box-5 p,
.box-4 p{
	padding:0 15px;
}
.box-4 img{
	margin-right:5px;
}
.box-5 {
    width: 726px;
	float:left;
    margin-left: 30px;
	margin-top:20px;
}
/**************************************************** product ************************************/
.product table td{
	border-bottom:1px solid #eee;
}
/*************************************************** enquiry *********************************/
.enquiry{
	margin-top:15px;
	font-size:14px;
}
.enquiry select,
.enquiry textarea,
.enquiry input{
	padding:2px 5px;
    background:#fff;
    border: 0;
    margin: 5px 0 0;
    outline: 0;
    color: #000;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.54);
}
.enquiry input[type="submit"]{
	background: #A00800;
    cursor: pointer;
    border: 2px solid #D7D7D7;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 5px;
}
.enquiry input[type="submit"]:hover{
	background:#01411C;
}
.succes{
    padding: 10px;
    border-radius: 5px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
}
.enquiry td span{
	color:red;
}
/*********************************************************** acid dye **********************************************/
.acid-dye .box{
	width:268px;
	min-height: 276px;
}
.content h1 span a{
    text-decoration:none;
	background:#00943C;
	padding:5px 14px;
	border-radius:15px;
	color:#fff;
	font-size:18px;
}
.content h1 span {
    float: right;
}


.page-pic{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.62);
    padding: 5px;
	border-radius: 15px;
	margin-left: 29px;
    margin-bottom: 20px;
}
.page-pic img{
	width:100%;
	border-radius: 15px;
}
.pro-con{
	text-align: center;
    text-decoration: underline;
}
#google_translate_element {
    float: right;
    margin-top: -5px;
}
.goog-te-banner-frame{
	display:none;
}
.trans {
    position: absolute;
    right: 0;
}
img.iso {
    margin-top: 16px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.64);
}
/************************************************** responsive *****************************************************/
@media screen and (min-width: 1024px) {
.header{
	display:block;
}
.container{
	display:none;
}
}

@media screen and (max-width: 1024px) {
.header{
	display:none;
}
.container{
	display:block;
}
#wrap{
	width:92%;
}
.slide{
	margin-top:32px;
}
#google_translate_element{
	margin-top:-46px;
}
.content{
	margin-top:44px;
}
.box-3{
	width:auto;
}
.box{
	width:189px;
	min-height:338px;
}
.box-5{
	width:223px;
	margin-left:2px;
}
.box-5 p{
	text-align:left;
}
}

@media screen and (max-width: 980px) {
.footer-box{
	margin-left:65px;
}
.box-2{
	width:307px;
}
.box {
    width: 30.5%;
    min-height: 360px;
}
.box-5 {
    width: 50%;
    margin-left: 0;
    min-height: 220px;
}
}

@media screen and (max-width: 800px) {
.box-2{
	width:247px;
	margin-left:25px;
}
.footer-box{
	width:218px;
	margin-left:33px;
}
.footer-box input[type="text"] {
    width: 94%;
}
.box {
    width: 46.5%;
    margin: 10px 8px !important;
}
.acid-dye .box {
    width: 46.5%;
    min-height: 338px;
}
.content h1 span a{
	font-size:14px;
}
}

@media screen and (max-width: 768px) {
.content-left{
	float:none;
	width:auto;
}
.content-right{
	clear:both;
	float:none;
	width:auto;
}
.box-2{
	width: 330px;
	margin-left: 30px;
}
.footer {
    margin-top: 20px;
}
.footer-box{
	width:207px;
}
.content h1 span a {
    font-size: 12px;
}
}

@media screen and (max-width: 480px) {
#slider div.mc-caption,
#slider div.mc-caption-bg{
	width:200px !important;
}
.box-2{
	margin-left:0;
}
.footer-box {
    width: 250px;
    margin-left: 0;
}
.acid-dye .box {
    min-height: auto;
    width: 95%;
}
.content h1 span {
    display: block;
    margin: 8px 0;
	float:none;
}
.box-5 {
    width: 100%;
    margin-left: 0;
    min-height: auto;
}
.enquiry textarea,
.enquiry input {
    width: 95%;
}
}

@media screen and (max-width: 320px) {
.box-2{
	width:288px;
}
#slider div.mc-caption-bg,
#slider div.mc-caption-bg2{
	left:70px !important;
}
.content h1 span a {
    font-size: 11px;
}
table{
	font-size:11px;
}
}