@font-face {
    font-family: 'proxima_nova_scosfLtIt';
    src: url('libs/fonts/mark_simonson_-_proxima_nova_scosf_light_italic-webfont.eot');
    src: url('libs/fonts/mark_simonson_-_proxima_nova_scosf_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('libs/fonts/mark_simonson_-_proxima_nova_scosf_light_italic-webfont.woff2') format('woff2'),
         url('libs/fonts/mark_simonson_-_proxima_nova_scosf_light_italic-webfont.woff') format('woff'),
         url('libs/fonts/mark_simonson_-_proxima_nova_scosf_light_italic-webfont.ttf') format('truetype'),
         url('libs/fonts/mark_simonson_-_proxima_nova_scosf_light_italic-webfont.svg#proxima_nova_scosfLtIt') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'melbournebold';
    src: url('libs/fonts/melbourne_bold_basic-webfont.eot');
    src: url('libs/fonts/melbourne_bold_basic-webfont.eot?#iefix') format('embedded-opentype'),
         url('libs/fonts/melbourne_bold_basic-webfont.woff2') format('woff2'),
         url('libs/fonts/melbourne_bold_basic-webfont.woff') format('woff'),
         url('libs/fonts/melbourne_bold_basic-webfont.ttf') format('truetype'),
         url('libs/fonts/melbourne_bold_basic-webfont.svg#melbournebold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'melbournelight';
    src: url('libs/fonts/melbourne_light_basic-webfont.eot');
    src: url('libs/fonts/melbourne_light_basic-webfont.eot?#iefix') format('embedded-opentype'),
         url('libs/fonts/melbourne_light_basic-webfont.woff2') format('woff2'),
         url('libs/fonts/melbourne_light_basic-webfont.woff') format('woff'),
         url('libs/fonts/melbourne_light_basic-webfont.ttf') format('truetype'),
         url('libs/fonts/melbourne_light_basic-webfont.svg#melbournelight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'melbourneregular';
    src: url('libs/fonts/melbourne_regular_basic-webfont.eot');
    src: url('libs/fonts/melbourne_regular_basic-webfont.eot?#iefix') format('embedded-opentype'),
         url('libs/fonts/melbourne_regular_basic-webfont.woff2') format('woff2'),
         url('libs/fonts/melbourne_regular_basic-webfont.woff') format('woff'),
         url('libs/fonts/melbourne_regular_basic-webfont.ttf') format('truetype'),
         url('libs/fonts/melbourne_regular_basic-webfont.svg#melbourneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'db_helvethaica_x75_bd';
    src: url('libs/fonts/db_helvethaica_x_bd_v3.2-webfont.eot');
    src: url('libs/fonts/db_helvethaica_x_bd_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
         url('libs/fonts/db_helvethaica_x_bd_v3.2-webfont.woff2') format('woff2'),
         url('libs/fonts/db_helvethaica_x_bd_v3.2-webfont.woff') format('woff'),
         url('libs/fonts/db_helvethaica_x_bd_v3.2-webfont.ttf') format('truetype'),
         url('libs/fonts/db_helvethaica_x_bd_v3.2-webfont.svg#db_helvethaica_x75_bd') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'db_helvethaica_x65_med';
    src: url('libs/fonts/db_helvethaica_x_med_v3.2-webfont.eot');
    src: url('libs/fonts/db_helvethaica_x_med_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
         url('libs/fonts/db_helvethaica_x_med_v3.2-webfont.woff2') format('woff2'),
         url('libs/fonts/db_helvethaica_x_med_v3.2-webfont.woff') format('woff'),
         url('libs/fonts/db_helvethaica_x_med_v3.2-webfont.ttf') format('truetype'),
         url('libs/fonts/db_helvethaica_x_med_v3.2-webfont.svg#db_helvethaica_x65_med') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'db_helvethaica_x55_regular';
    src: url('libs/fonts/db_helvethaica_x_v3.2-webfont.eot');
    src: url('libs/fonts/db_helvethaica_x_v3.2-webfont.eot?#iefix') format('embedded-opentype'),
         url('libs/fonts/db_helvethaica_x_v3.2-webfont.woff2') format('woff2'),
         url('libs/fonts/db_helvethaica_x_v3.2-webfont.woff') format('woff'),
         url('libs/fonts/db_helvethaica_x_v3.2-webfont.ttf') format('truetype'),
         url('libs/fonts/db_helvethaica_x_v3.2-webfont.svg#db_helvethaica_x55_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html{
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}
body {
   /* Prevent scroll on narrow devices */
  padding-bottom: 0px !important; 
  
}
.section{
	width: 100%;
	position: relative;
	display: block; float: left;
}
/****************** GLOBAL **********************/
.img-rs img{
	max-width: 100%;
}
.red {
	color:red;
}
.black {
	color:black;
}
.orange {
	color:#ff6700;
}
.white {
	color:white;
}
.grey {
	color:#7e7e7e;
}
.none-line {
	text-decoration: none;
}
.none-line:hover {
	text-decoration: none;
}

.text-left {
	text-align:left;
}
.text-right{
	text-align: right;
}
.text-center {
	font-family: 'melbournebold';
	text-align: center;
	/*color: #ff5809;*/
	font-size: 30px;
	text-transform:uppercase;
}

.text-why{
	font-family: 'db_helvethaica_x65_med';
	text-align: left;
	/*color: #ff5809;*/
	font-size: 18px;
	padding-top: 2%;
	width: 350px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.tahoma {
	font-family: 'Tahoma';
}
.font-x75 {
	font-family: 'Arial';
	color: #ffffff;
	letter-spacing: -0.02cm;
	font-size: 14px;
	padding-top: 15%;
	padding-bottom: 12%;
}
.font-x75-th {
	font-family: 'db_helvethaica_x65_med';
	color: #ffffff;
	font-size: 20px;
	padding-top: 2.5%;
	
	
}

/*.pull-right {
	float: !important;
}*/
@media (max-width: 600px) {
 .font-x75 {
	font-family: 'Arial';
	color: #ffffff;
	letter-spacing: -0.02cm;
	font-size: 10px;
	padding-top: 5%;
	
  }
  .tahoma {
	font-family: 'Tahoma';
  }
  
  
  .text-why{
	font-family: 'db_helvethaica_x65_med';
	/*color: #ff5809;*/
	font-size: 12px;
	padding-top: 2%;
	width: 350px;
	/*padding-left: 10px;*/
	padding-bottom: 10px;
  }
}


.font-x65 {
	font-family: 'db_helvethaica_x65_med';
}
.font-x55 {
	font-family: 'db_helvethaica_x55_regular';
}


/*----------------- HEADER ----------------*/
.header {
	background-image: url(images/bg.jpg);
	/*background-repeat: repeat-x;*/
	/*background-repeat: repeat-y;*/
	/*padding-top:1.5%;
	padding-bottom: 1%;*/
}
.text-menu {
	
}
.text-menu a{
	color: black;
	/*margin-right: 3%;*/
	text-decoration: none;
}
.text-menu a:last-child{
	margin-right: 0px;
}
.text-menu a:hover{
	color: #ff6700;
}
.text-menu a.active{
	color: #ff6700;
}
.lineheader{
	background-color:#ffb03b;
	/*text-transform:uppercase;*/
}
.container-line{
	background-color:#574236;
}

.carousel .item {
  height: 300px;
 /* background-color: #777;*/
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}
}

/*--------------Classified Home ----------------*/
.classified {
	margin-top:3%;
}
.out-box {
	padding-right: 2%;
	padding-left: 0px;
	height: 300px;
}
.contact-box {
	padding-right: 2%;
	padding-left: 0px;
	height: 100%;
}
.classified .filter {
	border:1px solid #e8e8e8;
	height: 300px;
	padding: 10%;
	padding-top: 8%;
}
#filterFrm {
	font-size: 20px;
}
#filterFrm select {
	font-size: 20px;
}
.line-list {
	border-bottom: 2px solid #e8e8e8;
	padding: 0px;
	height: 40px;
}
.line-list .col-md-4{
	padding: 0px;
}
.box-class {
	height: 415px;
	border:1px solid #e8e8e8;
}
.box-class .box-img {
	
}
.box-class .box-img .premium-tab{
	position: absolute;
}
.box-class .box-img .soldout{
	position: absolute;
	top: 20%;
	left: 20%;
}
.bg-premium {
	background-image: url('images/premium-bg.png');
	background-repeat: repeat;
}
.cont-box {
	padding-top: 1.5%;
	
}
.box-class  .box-detail{
	padding-left: 15px;
	padding-right: 15px;
}
.box-class  .box-detail h4{
	font-size: 150%;
}
.banner-b {
	margin-top:20px;
}
.banner-b .b-box {
	padding:0px;
}
.home-login {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}


/*----------- DETAIL --------------*/

.detail-bar {
	background-color:#ff8a18;
	padding-top: 1%;
	padding-bottom: 1%;
}
.detail-bar h2{
	margin: 0px;
	padding: 0px;
}




/*----------- FOOTER --------------*/
.footer {
	border-top:2px solid #e8e8e8;
	/*margin-top: 30px;*/
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.footer-bottom {
	background-color: #e8e8e8;
	height: 20px;
}


.banner{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	
}

.text-footer a{
	color: #797979;
	font-family: 'db_helvethaica_x65_med';
	text-decoration:none;
}

.footer-surin{
	background-color: #e2e2e2;
	font-family: 'melbournebold';
	/*padding-bottom: 2%;*/
	padding-left: 3%;
	font-size: 20px;
	color: #000000;
	text-transform:uppercase;
}

.button-more{
	font-family: 'db_helvethaica_x65_med';
	
	border : solid 1px #5d3d35;
	border-radius : 3px 3px 3px 3px ;
	font-size: 16px;
	color : #FFFFF;
	/*moz-border-radius : 8px 8px 8px 9px ;*/
	/*-webkit-box-shadow : 1px 0px 5px rgba(0,0,0,1.0);*/
	/*-moz-box-shadow : 1px 0px 5px rgba(0,0,0,1.0)*/
	background-color: #5d3d35;
	/*width: 50%;*/
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	
}
.button-process{
	background-color: #ffd245;
	color: #5d3d35;
	text-align: left;
}
.text-process{
	font-family: 'melbournebold','db_helvethaica_x65_med';
	color: #ff5809;
	font-size: 40px;
	line-height: 33px;
	padding-top: 0%;
	text-transform:uppercase;
}
.text-process1{
	font-family: 'db_helvethaica_x65_med';
	color: #ff5809;
	font-size: 20px;
	line-height: 30px;
	padding-top: 7%;
	text-transform:uppercase;
	padding-top: 0%;
}
.text-pro{
	font-family: 'melbournebold';
	color: #ff5809;
	font-size: 35px;
	line-height: 33px;
	padding-top: 0%;
	text-transform:uppercase;
}
.text-con{
	font-family: 'melbournebold';
	color: #ff5809;
	font-size: 30px;
	line-height: 33px;
	padding-top: 0%;
	text-transform:uppercase;
}
.process-detail{
	font-family: 'db_helvethaica_x65_med';
	color: #5d3d35;
	font-size: 13px;
	padding-top: 0%;
	height: 100%;
}

.more{
	font-family: 'Myriad Pro';
	color: #5d3d35;
	font-size:15px;
	text-align: left;
	/*line-height: 22px;	*/
	/*position: absolute;
	left:10%; 
	top:30%;*/
}
.more-th{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 16px;
		padding-left: 4%;
		padding-top: 2%;
}
.texttop-banner{
	font-family: 'proxima_nova_scosfLtIt','db_helvethaica_x65_med';
	color: #ffd245;
	font-size: 25px;
	margin-top: -50px; /* -(height/2) */
 	margin-left: 15px;
	position: absolute;
	text-align: center;
	top:38%;
	/*padding: 0px;*/
	text-transform:capitalize;	
}
.texttop-banner-th{
	font-family: 'proxima_nova_scosfLtIt','db_helvethaica_x65_med';
	color: #ffd245;
	font-size: 30px;
	margin-top: -50px; /* -(height/2) */
 	margin-left: 15px;
	position: absolute;
	text-align: center;
	top:38%;
	/*padding: 0px;*/
	text-transform:capitalize;	
}
.text-banner{
	
  	margin-top: -50px; /* -(height/2) */
 	margin-left: 15px;
	/*font-family: 'melbourneregular';*/
	font: bold;
	color: #ffffff;
	font-size: 15px;
	position: absolute;
	/*left:25%;*/
	top:50%;
	text-align: center;
		
}
.text-banner-th{
	
  	margin-top: -50px; /* -(height/2) */
 	margin-left: 15px;
	/*font-family: 'melbourneregular';*/
	font: bold;
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	/*left:25%;*/
	top:50%;
	text-align: center;
		
}
.text-product{
	font-family: 'melbournebold','db_helvethaica_x65_med';
	font-size: 20px;
	position: absolute;
	left:3%; 
	top:17%;
	color: #ffffff;
}
.text-article-th{
		font-family: 'db_helvethaica_x65_med';
		font-size: 15px;
		position: absolute;
		right: 3%;
		top:20%;
		color: #ffffff;
		padding: 0px;
	}
/*.text-product-th{
		font-family: 'db_helvethaica_x65_med';
		font-size: 22px;
		position: absolute;
		padding:0px;
		left:3%; 
		top:10%;
		color: #ffffff;
	}*/
.text-product1{
	font-family: 'melbournebold','db_helvethaica_x65_med';
	color: #675027;
	font-size: 30px;
	line-height: 33px;
	padding-top: 3%;
	padding-left: 3%;
	text-transform:uppercase;
}
.top-packing{
	font-weight:bold;
	font-family: 'db_helvethaica_x65_med';
	color: #675027;
	font-size: 24px;
	padding-right: 3%;
}
.top-packing1{
	font-family: 'db_helvethaica_x65_med';
	top:-1px;
	font-size: 20px;
	padding-right: 3%;
}

.text-topartcle{
	font-family : 'db_helvethaica_x65_med';
	color: #675027;
	font-size: 25px;
	

}
.text-topartcle1{
	font-family : 'db_helvethaica_x65_med';
	/*color: #675027;*/
	font-size: 20px;


}
.readmore{
	font-family: 'proxima_nova_scosfLtIt';
	text-transform:uppercase;
	color: #b5b5b5;
}
.readmore-th{
	font-family: 'db_helvethaica_x65_med';
	text-transform:uppercase;
	color: #b5b5b5;
	font-size: 16px;
}
.text-back{
	font-family: 'melbournebold';
	font-size: 20px;
	color: #826d5c;
}
.text-article{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		font-size: 15px;
		position: absolute;
		right:3%;
		top:20%;
		color: #ffffff;
		/*padding:0px;*/
}
.text-article1{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		font-size: 15px;
		position: absolute;
		right:3%; 
		top:20%;
		color: #ffffff;
		
}

.textwhy{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		/*padding-bottom: 2%;*/
		padding-left: 4%;
		font-size: 25px;
		padding-top: 0%;
		color: #000000;
		text-transform:uppercase;
}
.text-why-process{
	font-family: 'db_helvethaica_x65_med';
	color:#5aa135;
	font-size:23px;	
}
.text-contact{
	font-family : 'melbournebold','db_helvethaica_x55_regular';
	color: #ff5809;
	font-size: 30px;
	line-height: 30px;
	padding-top: 7%;
	text-transform:uppercase;
}
.btn-style {
	font-family: 'Myriad Pro';
	border : solid 1px #ffffff;
	border-bottom: solid 2px #f8bf0d ;
	border-radius : 5px 5px 0px 0px ;
	moz-border-radius : 20px 3px 20px 4px ;
	-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	box-shadow : 0px 0px 1px rgba(0,0,0,0);
	font-size : 18px;
	/*color : #675027;*/
	/*padding-left: 2%;
	padding-right: 2%;*/
	 height:35px;
	color: #675027;
	background-color : #fbd96e;
	text-align: center;
	
}
.process-active {
	font-family : 'melbournebold','db_helvethaica_x55_regular';
	border-left : solid 2px #f8bf0d;
	border-right: solid 2px #f8bf0d;
	border-top:solid 2px #f8bf0d;
	border-bottom: solid 2px #ffffff ;
	border-radius : 5px 5px 0px 0px ;
	moz-border-radius : 20px 3px 20px 4px ;
	-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	box-shadow : 0px 0px 1px rgba(0,0,0,0);
	font-size : 18px;
	
	 height:35px;
	color: #675027;
	background-color : #ffffff;
	text-align: center;
	
}
.line{
	border-bottom: solid 2px #f8bf0d;
	
	
}
.text-active{
	font-family: 'db_helvethaica_x55_regular';
	font-size : 35px;
	color: #675027;
	padding-top: 1%;
	padding-left: 3%;
	padding-right: 3%;
}
.text-detail{
	font-family: 'db_helvethaica_x55_regular';
	font-size : 20px;
	padding-top: 2%;
	padding-left: 3%;
	padding-right: 3%;
}
.menu li {
	/*background-color:#FFCC33;*/  
    position:relative;  
    display:block;  
    float:left;  
    height:35px;  
    padding:0px 15px;  
    margin:0px;  
    list-style:none; 
    color: #675027;
}
.menu-tab{
	position:relative;  
    display:block;  
   
    height:35px;  
    padding:0px;  
    margin:0px;  
    list-style:none;      
    /*background-color:#99CCCC;  */
    overflow:visible;  
    line-height:35px;
    color: #675027; 
}
.button-menu{
	background-color: #5d3d35;
	color: #ffffff;
	font-family: 'db_helvethaica_x55_regular';
	
}

.contact-us{
	font-family: 'melbournebold','db_helvethaica_x55_regular';
	color: #6c514b;
	/*font-size: 35px;*/
}
@media (max-width: 667px) {
	.menu li {
		/*background-color:#FFCC33;*/  
	    position:relative;  
	    display:block;  
	    float:left;  
	    height:25px;  
	    padding:0px 15px;  
	    margin:0px;  
	    list-style:none; 
	    color: #675027;
	}
	.menu-tab{
		position:relative;  
	    display:block;  
	   
	    height:25px;  
	    padding:0px;  
	    margin:0px;  
	    list-style:none;      
	    /*background-color:#99CCCC;  */
	    overflow:visible;  
	    line-height:25px;
	    color: #675027; 
	}
	.line{
		border-bottom: solid 1px #f8bf0d;
	}
	.lang{
		position: absolute; top: 10%; left:74%;
	}
	.line-top{
		/*background-image: url(images/header-line.png);*/
		padding-left: 4%;
		padding-right: 6%;
		/*height: 35px;*/
		
	}
	.line-top2{
		background-color: #574236;
		/*background-image: url(images/header-line.png);*/
		padding-top: 3%;
		padding-left: 1%;
		padding-right: 1%;
		height: 35px;
	}
	.container-line{
		background-color:#574236;
		/*padding-top: 0%;
		left: 6%;*/
		/*padding-left: 6%;
		padding-right: 2%;*/
		height: 10px;
		/*width: 207px;*/
	}
	.container-line1{
		background-color:#574236;
		padding-top: 0%;
		/*left: 6%;*/
		/*padding-left: 6%;
		padding-right: 2%;*/
		height: 35px;
		/*width: 207px;*/
	}
	
	
	.text-active{
		font-family: 'db_helvethaica_x55_regular';
		font-size : 25px;
		color: #675027;
		padding-top: 1%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.font-x75 {
		font-family: 'Arial';
		color: #ffffff;
		letter-spacing: -0.02cm;
		font-size: 15px;
		padding-top: 5%;
		text-decoration:none;
	  }
	.text-detail{
		font-family: 'db_helvethaica_x55_regular';
		font-size : 18px;
		padding-top: 5%;
		/*padding-left: 3%;
		padding-right: 3%;*/
	}
	

	.btn-style {
		font-family: 'Myriad Pro';
		border : solid 1px #ffffff;
		border-bottom: solid 1px #f8bf0d ;
		/*border-radius : 5px 5px 0px 0px ;
		moz-border-radius : 20px 3px 20px 4px ;
		-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		box-shadow : 0px 0px 1px rgba(0,0,0,0);*/
		font-size : 10px;
		/*color : #675027;*/
		/*padding-left: 2%;
		padding-right: 2%;*/
		background-color : #fbd96e;
		text-align: center;
		text-decoration: none;
	}
	
	.process-active{
		font-family: 'Myriad Pro';
		border-left : solid 1px #f8bf0d;
		border-right: solid 1px #f8bf0d;
		border-top:solid 1px #f8bf0d;
		border-bottom: solid 1px #ffffff ;
		/*border-radius : 5px 5px 0px 0px ;*/
		/*moz-border-radius : 20px 3px 20px 4px ;
		-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		box-shadow : 0px 0px 1px rgba(0,0,0,0);*/
		font-size : 15px;
		/*color : #675027;*/
		/*padding-left: 2%;
		padding-right: 2%;*/
		/*padding-top: 0.5%;
		padding-bottom: 0.5%;*/
		background-color : #ffffff;
		text-align: center;
		text-decoration: none;
	}
	.text-contact{
		font-family : 'melbournebold','db_helvethaica_x55_regular';
		color: #ff5809;
		font-size: 35px;
		line-height: 30px;
		padding-top: 7%;
		text-transform:uppercase;
	}
	.text-why-process{
		font-family: 'db_helvethaica_x65_med';
		color:#5aa135;
		font-size:23px;	
	}
	.top-packing{
		font-weight:bold;
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 18px;
		padding-right: 3%;
	}
	.top-packing1{
		font-family: 'db_helvethaica_x65_med';
		top:-1px;
		font-size: 18px;
		padding-right: 3%;
	}
	.banner{
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
		
	}
  	.text-process{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #ff5809;
		font-size: 35px;
		line-height: 30px;
		padding-top: 7%;
		text-transform:uppercase;
	}
	.text-process1{
		font-family: 'db_helvethaica_x65_med';
		color: #ff5809;
		font-size: 20px;
		line-height: 33px;
		padding-top: 7%;
		padding-left: 4%;
		padding-right: 4%;
		text-transform:uppercase;
	}
	.text-pro{
		font-family: 'melbournebold';
		color: #ff5809;
		font-size: 30px;
		line-height: 33px;
		padding-left: 4%;
		text-transform:uppercase;
	}
	.text-con{
		font-family: 'melbournebold';
		color: #ff5809;
		font-size: 30px;
		line-height: 33px;
		padding-top: 0%;
		text-transform:uppercase;
	}
	.process-detail{
		font-family: 'db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 13px;
		padding-left: 4%;
	}

	.more{
		font-family: 'Myriad Pro';
		color: #5d3d35;
		font-size: 14px;
		padding-left: 4%;
		padding-top: 2%;
	}
	.more-th{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 16px;
		padding-left: 4%;
		padding-top: 2%;
	}
	.text-footer a{
		/*padding-top: 50%;*/
		color: #797979;
		font-family: 'db_helvethaica_x65_med';
		text-decoration:none;
		font-size: 15px;
	}
	.footer-surin{
		background-color: #e2e2e2;
		font-family: 'melbournebold';
		/*padding-bottom: 2%;*/
		padding-left: 2%;
		font-size: 12px;
		padding-top: 2%;
		padding-bottom: 2%;
		color: #000000;
		text-transform:uppercase;
	}
	.footer-pic1{
		position:absolute; left:65%; top: 10%;
	}
	.footer-pic2{
		position:absolute; left:78%; top: 10%;
	}
	.footer-pic3{
		position:absolute; left:92%; top: -10%;
	}
	
	.footer-pic4{
		position:absolute; left:92%; top: -10%;
	}
	
	.process-pic{
		margin-top: 0%;
	}
	
	.text-product{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		font-size: 15px;
		position: absolute;
		left:6%; 
		/*top:30%;*/
		color: #ffffff;
	}
	.text-article-th{
		font-family: 'db_helvethaica_x65_med';
		font-size: 15px;
		position: absolute;
		right: 3%;
		top:20%;
		color: #ffffff;
		padding: 0px;
	}
	.text-product-th{
		font-family: 'db_helvethaica_x65_med';
		font-size: 22px;
		position: absolute;
		padding:0px;
		left:3%; 
		top:0%;
		color: #ffffff;
	}
	
	.text-product1{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #675027;
		font-size: 20px;
		line-height: 15px;
		padding-top: 3%;
		text-transform:uppercase;
		padding-left: 5%;
	}
	.text-topartcle{
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 23px;
		
		/*background-color: #fef6dd;*/

	}
	.text-topartcle1{
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 18px;


	}
	.readmore{
		font-family: 'proxima_nova_scosfLtIt';
		text-transform:uppercase;
		color: #b5b5b5;
		font-size: 10px;
	}
	.readmore-th{
		font-family: 'db_helvethaica_x65_med';
		text-transform:uppercase;
		color: #b5b5b5;
		font-size: 16px;
	}
	.text-back{
		font-family: 'melbournebold';
		font-size: 20px;
		color: #826d5c;
	}
	.textwhy{
		
		font-family: 'melbournebold';
		/*padding-bottom: 2%;*/
		padding-left: 6.5%;
		font-size: 14px;
		padding-top: 0%;
		color: #000000;
		text-transform:uppercase;
	}
	
	.text-article{
		font-family: 'melbournebold';
		font-size: 12px;
		position: absolute;
		right:6%;
		top:20%;
		color: #ffffff;
		padding: 0px;
	}
	.text-banner{
	/*font-family: 'melbourneregular';*/
		word-wrap: break-word;
		font: bold;
		color: #ffffff;
		font-size:11px;
		position: absolute;
		/*left:0%; 
		top:0%;*/
		text-align: center;
		margin-top: -20px; 
		margin-left: 15px;	
	}
	.text-banner-th{
	
	  	margin-top: -50px; /* -(height/2) */
	 	margin-left: 15px;
		/*font-family: 'melbourneregular';*/
		font: bold;
		color: #ffffff;
		font-size: 15px;
		position: absolute;
		/*left:25%;*/
		top:50%;
		text-align: center;
			
	}
	
	.texttop-banner{
		font-family: 'proxima_nova_scosfLtIt','db_helvethaica_x65_med';
		color: #ffd245;
		font-size: 15px;
		margin-top: -30px; 
		margin-left: 15px;
		position: absolute;
		/*left:22%; 
		top:20%;*/
		text-transform:capitalize;	
		text-align: center;
	}
	
	.classified .out-box {
		padding-right: 2%;
		padding-left: 0px;
		padding-top: 2%;
		padding-bottom: 5%;
	}
	.footer-text{
		padding-top: 2%; padding-bottom: 2%; text-align: center;
		font-size: 12px;
	}
	.text-detail img{
		width: 100% !important; height: auto !important;
	}
	.button-more{
		font-family: 'db_helvethaica_x65_med';
		border : solid 1px #5d3d35;
		border-radius : 3px 3px 3px 3px ;
		font-size: 16px;
		color : #FFFFF;
		/*moz-border-radius : 8px 8px 8px 9px ;*/
		/*-webkit-box-shadow : 1px 0px 5px rgba(0,0,0,1.0);*/
		/*-moz-box-shadow : 1px 0px 5px rgba(0,0,0,1.0)*/
		background-color: #5d3d35;
		/*width: 50%;*/
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	
	.content-product{
		display: block;
		padding-left:5%; 
		border: solid 2px #eed835; 
		width: 95%; 
		  
		
	}
	
	.height-img{
		
	 	height: 233px;
	 	width: 700px;
	 }
	.height-img1{
		padding-top: 10px;
	 	/*height: 233px;*/
	 	width: 670px;
	 }
	
}


/*ipad*/
@media (min-width: 668px) {
	.footer-pic{
		text-align: center;
		width: 100%;
	}
	.footer-pic .img-rounded{
		width: auto;
		text-align: center;
		max-width: 100%;
		margin: 0px 3px;
		
	}
	#footer-content{
		width:100%;
		float: left;
	}
	#myTabContent{
		
	}
	#myTabContent .tab-pane.active{
		float: left; display: block; width: 100%;
		height: auto !important;
	}
	#myTabContent .tab-pane.active .row{
		padding-left: 15px; padding-right: 15px;
		font-family: 'db_helvethaica_x55_regular';
		
		
	}
	.navbar-toggle{
		top: -15px;
	}
	.container-fluid .navbar-toggle.in{
		position: relative;
		top: 35px !important;
		
	}
	
	.menu li {
		/*background-color:#FFCC33;*/  
	    position:relative;  
	    display:block;  
	    float:left;  
	    height:25px;  
	    padding:0px 15px;  
	    margin:0px;  
	    list-style:none; 
	    color: #675027;
	}
	.menu-tab{
		position:relative;  
	    display:block;  
	   
	    height:25px;  
	    padding:0px;  
	    margin:0px;  
	    list-style:none;      
	    /*background-color:#99CCCC;  */
	    overflow:visible;  
	    line-height:25px;
	    color: #675027; 
	}
	.line{
		border-bottom: solid 1px #f8bf0d;
		
		
	}
	.line-top{
		/*background-image: url(images/header-line.png);*/
		padding-left: 4%;
		padding-right: 6%;
		/*height: 35px;*/
		
	}
	.line-top2{
		background-color: #574236;
		/*background-image: url(images/header-line.png);*/
		padding-top: 1.3%;
		/*padding-left: 4%;
		padding-right: 2%;*/
		height: 35px;
		
		
	}
	.lang{
		position: absolute; top: 6%; left:88%;
	}
	.container-line{
		background-color:#574236;
		/*padding-top: 0%;*/
		/*left: 2%;
		right: 2%;*/
		height: 10px;
		
	}
	.text-active{
		font-family: 'db_helvethaica_x55_regular';
		font-size : 25px;
		color: #675027;
		padding-top: 1%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.font-x75 {
		font-family: 'Arial';
		color: #ffffff;
		letter-spacing: -0.02cm;
		font-size: 10px;
		padding-top: 5%;
		padding-bottom: 12%;
		text-decoration:none;
	  }
	.text-detail{
		font-family: 'db_helvethaica_x55_regular';
		font-size : 18px;
		padding-top: 5%;
		/*padding-left: 3%;
		padding-right: 3%;*/
	}
	

	.btn-style {
		font-family: 'Myriad Pro';
		border : solid 1px #ffffff;
		border-bottom: solid 1px #f8bf0d ;
		/*border-radius : 5px 5px 0px 0px ;
		moz-border-radius : 20px 3px 20px 4px ;
		-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		box-shadow : 0px 0px 1px rgba(0,0,0,0);*/
		font-size : 15px;
		/*color : #675027;*/
		/*padding-left: 2%;
		padding-right: 2%;*/
		background-color : #fbd96e;
		text-align: center;
		text-decoration: none;
	}
	
	.process-active{
		font-family : 'melbournebold','db_helvethaica_x55_regular';
		border-left : solid 1px #f8bf0d;
		border-right: solid 1px #f8bf0d;
		border-top:solid 1px #f8bf0d;
		border-bottom: solid 1px #ffffff ;
		/*border-radius : 5px 5px 0px 0px ;*/
		/*moz-border-radius : 20px 3px 20px 4px ;
		-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		box-shadow : 0px 0px 1px rgba(0,0,0,0);*/
		font-size : 15px;
		/*color : #675027;*/
		/*padding-left: 2%;
		padding-right: 2%;*/
		/*padding-top: 0.5%;
		padding-bottom: 0.5%;*/
		background-color : #ffffff;
		text-align: center;
		text-decoration: none;
	}
	.text-contact{
		font-family : 'melbournebold','db_helvethaica_x55_regular';
		color: #ff5809;
		font-size: 35px;
		line-height: 30px;
		padding-top: 7%;
		text-transform:uppercase;
	}
	.text-why-process{
		font-family: 'db_helvethaica_x65_med';
		color:#5aa135;
		font-size:23px;	
	}
	.top-packing{
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 18px;
		padding-right: 3%;
		text-align: left;
	}
	.top-packing1{
		font-family: 'db_helvethaica_x65_med';
		top:-1px;
		font-size: 15px;
		padding-right: 3%;
	}
	.banner{
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
		
	}
  	.text-process{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #ff5809;
		font-size: 35px;
		line-height: 30px;
		padding-top: 7%;
		text-transform:uppercase;
	}
	.text-process1{
		font-family: 'db_helvethaica_x65_med';
		color: #ff5809;
		font-size: 20px;
		line-height: 33px;
		padding-top: 7%;
		padding-left: 4%;
		padding-right: 4%;
		text-transform:uppercase;
	}
	.text-pro{
		font-family: 'melbournebold';
		color: #ff5809;
		font-size: 30px;
		line-height: 33px;
		padding-left: 4%;
		text-transform:uppercase;
	}
	.text-con{
		font-family: 'melbournebold';
		color: #ff5809;
		font-size: 30px;
		line-height: 33px;
		padding-top: 0%;
		text-transform:uppercase;
	}
	.process-detail{
		font-family: 'db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 13px;
		padding-left: 4%;
	}

	.more{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 14px;
		padding-left: 4%;
		padding-top: 2%;
	}
	.more-th{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 16px;
		padding-left: 4%;
		padding-top: 2%;
	}
	.text-footer a{
		/*padding-top: 50%;*/
		color: #797979;
		font-family: 'db_helvethaica_x65_med';
		text-decoration:none;
		font-size: 15px;
	}
	.footer-surin{
		background-color: #e2e2e2;
		font-family: 'melbournebold';
		/*padding-bottom: 2%;*/
		padding-left: 2%;
		font-size: 12px;
		padding-top: 2%;
		padding-bottom: 2%;
		color: #000000;
		text-transform:uppercase;
	}
	.footer-pic1{
		position:absolute; left:65%; top: 10%;
	}
	.footer-pic2{
		position:absolute; left:78%; top: 10%;
	}
	.footer-pic3{
		position:absolute; left:92%; top: -10%;
	}
	
	.footer-pic4{
		position:absolute; left:92%; top: -10%;
	}
	
	.process-pic{
		margin-top: 0%;
	}
	
	.text-product{
		font-family: 'melbournebold';
		font-size: 15px;
		position: absolute;
		padding:0px; 
		top:20%;
		color: #ffffff;
	}
	
	.text-product1{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #675027;
		font-size: 20px;
		line-height: 15px;
		padding-top: 3%;
		text-transform:uppercase;
		padding-left: 2%;
	}
	.text-topartcle{
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 23px;
		
		/*background-color: #fef6dd;*/

	}
	.text-topartcle1{
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 18px;


	}
	.readmore{
		font-family: 'proxima_nova_scosfLtIt';
		text-transform:uppercase;
		color: #b5b5b5;
		font-size: 10px;
	}
	.readmore-th{
		font-family: 'db_helvethaica_x65_med';
		text-transform:uppercase;
		color: #b5b5b5;
		font-size: 16px;
	}
	.text-back{
		font-family: 'melbournebold';
		font-size: 20px;
		color: #826d5c;
	}
	.textwhy{
		
		font-family: 'melbournebold';
		/*padding-bottom: 2%;*/
		padding-left: 6.5%;
		font-size: 14px;
		padding-top: 0%;
		color: #000000;
		text-transform:uppercase;
	}
	
	.text-article{
		font-family: 'melbournebold';
		font-size: 12px;
		position: absolute;
		
		top:20%;
		color: #ffffff;
		padding: 0px;
	}
	.text-banner{
	/*font-family: 'melbourneregular';*/
		margin-top: -50px; 
		margin-left: 15px;
		font: bold;
		color: #ffffff;
		font-size: 10px;
		/*position: absolute;
		left:0%; 
		top:0%;*/
		text-align: center;
			
	}
	.text-banner-th{
	
	  	margin-top: -50px; /* -(height/2) */
	 	margin-left: 15px;
		/*font-family: 'melbourneregular';*/
		font: bold;
		color: #ffffff;
		font-size: 25px;
		position: absolute;
		/*left:25%;*/
		top:50%;
		text-align: center;
			
	}
	
	.texttop-banner{
		font-family: 'proxima_nova_scosfLtIt','db_helvethaica_x65_med';
		color: #ffd245;
		font-size: 15px;
		/*position: absolute;
		left:22%; 
		top:20%;*/
		text-transform:capitalize;	
		text-align: center;
	}
	
	.classified .out-box {
		padding-right: 2%;
		padding-left: 0px;
		padding-top: 2%;
		padding-bottom: 5%;
	}
	.footer-text{
		padding-top: 2%; padding-bottom: 2%; text-align: center;
		font-size: 12px;
	}
	.text-detail img{
		width: 100% !important; height: auto !important;
	}
	.height-img{
	 	height: 233px;
	 	width: 700px;
	 }
	.height-img1{
	 	height: 233px;
	 	width: 670px;
	 }
	 
}
@media (min-width: 1024px) {
	
	.footer-pic{
		text-align: center;
		width: 100%;
	}
	.footer-pic .img-rounded{
		width: auto;
		text-align: center;
		max-width: 100%;
		margin: 0px 3px;
		
	}
	#footer-content{
		width:100%;
		float: left;
	}
	#myTabContent{
		
	}
	#myTabContent .tab-pane.active{
		float: left; display: block; width: 100%;
		height: auto !important;
	}
	#myTabContent .tab-pane.active .row{
		padding-left: 15px; padding-right: 15px;
		font-family: 'db_helvethaica_x55_regular';
		
		
	}
	.navbar-toggle{
		top: -15px;
	}
	.container-fluid .navbar-toggle.in{
		position: relative;
		top: 35px !important;
		
	}
	
	.menu li {
		/*background-color:#FFCC33;*/  
	    position:relative;  
	    display:block;  
	    float:left;  
	    height:30px;  
	    padding:0px 15px;  
	    margin:0px;  
	    list-style:none; 
	    color: #675027;
	}
	.menu-tab{
		position:relative;  
	    display:block;  
	   
	    height:30px;  
	    padding:0px;  
	    margin:0px;  
	    list-style:none;      
	    /*background-color:#99CCCC;  */
	    overflow:visible;  
	    line-height:25px;
	    color: #675027; 
	}
	.line{
		border-bottom: solid 1px #f8bf0d;
		
		
	}
	.line-top{
		/*background-image: url(images/header-line.png);*/
		padding-left: 4%;
		padding-right: 6%;
		/*height: 35px;*/
		
	}
	.line-top2{
		background-color: #574236;
		/*background-image: url(images/header-line.png);*/
		padding-top: 1.3%;
		/*padding-left: 4%;
		padding-right: 2%;*/
		height: 35px;
		
		
	}
	.lang{
		position: absolute; top: 6%; left:88%;
	}
	.container-line{
		background-color:#574236;
		/*padding-top: 0%;*/
		/*left: 2%;
		right: 2%;*/
		height: 10px;
		
	}
	.text-active{
		font-family: 'db_helvethaica_x55_regular';
		font-size : 25px;
		color: #675027;
		padding-top: 1%;
		padding-left: 3%;
		padding-right: 3%;
	}
	.font-x75 {
		font-family: 'Arial';
		color: #ffffff;
		letter-spacing: -0.02cm;
		font-size: 12px;
		padding-top: 5%;
		padding-bottom: 12%;
		text-decoration:none;
	  }
	  .font-x75-th {
		font-family: 'db_helvethaica_x65_med';
		color: #ffffff;
		font-size: 20px;
		padding-top: 2.5%;
		
		
	}
	.text-detail{
		font-family: 'db_helvethaica_x55_regular';
		font-size : 18px;
		padding-top: 5%;
		/*padding-left: 3%;
		padding-right: 3%;*/
	}
	

	.btn-style {
		font-family : 'melbournebold','db_helvethaica_x55_regular';
		border : solid 1px #ffffff;
		border-bottom: solid 1px #f8bf0d ;
		/*border-radius : 5px 5px 0px 0px ;
		moz-border-radius : 20px 3px 20px 4px ;
		-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		box-shadow : 0px 0px 1px rgba(0,0,0,0);*/
		font-size : 16px;
		/*color : #675027;*/
		/*padding-left: 2%;
		padding-right: 2%;*/
		background-color : #fbd96e;
		text-align: center;
		text-decoration: none;
	}
	
	
	.process-active{
		font-family : 'melbournebold','db_helvethaica_x55_regular';
		border-left : solid 1px #f8bf0d;
		border-right: solid 1px #f8bf0d;
		border-top:solid 1px #f8bf0d;
		border-bottom: solid 1px #ffffff ;
		/*border-radius : 5px 5px 0px 0px ;*/
		/*moz-border-radius : 20px 3px 20px 4px ;
		-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
		box-shadow : 0px 0px 1px rgba(0,0,0,0);*/
		font-size : 16px;
		/*color : #675027;*/
		/*padding-left: 2%;
		padding-right: 2%;*/
		/*padding-top: 0.5%;
		padding-bottom: 0.5%;*/
		background-color : #ffffff;
		text-align: center;
		text-decoration: none;
	}
	.text-contact{
		font-family : 'melbournebold','db_helvethaica_x55_regular';
		color: #ff5809;
		font-size: 35px;
		line-height: 30px;
		padding-top: 7%;
		text-transform:uppercase;
	}
	.text-why-process{
		font-family: 'db_helvethaica_x65_med';
		color:#5aa135;
		font-size:23px;	
	}
	.top-packing{
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 18px;
		font-weight:bold;
		padding-right: 3%;
		text-align: left;
	}
	.top-packing1{
		font-family: 'db_helvethaica_x65_med';
		top:-1px;
		font-size: 18px;
		padding-right: 3%;
	}
	.banner{
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
		
	}
  	.text-process{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #ff5809;
		font-size: 35px;
		line-height: 30px;
		padding-top: 7%;
		text-transform:uppercase;
	}
	.text-process1{
		font-family: 'db_helvethaica_x65_med';
		color: #ff5809;
		font-size: 20px;
		line-height: 33px;
		padding-top: 7%;
		padding-left: 4%;
		padding-right: 4%;
		text-transform:uppercase;
	}
	.text-pro{
		font-family: 'melbournebold';
		color: #ff5809;
		font-size: 30px;
		line-height: 33px;
		padding-left: 4%;
		text-transform:uppercase;
	}
	.text-con{
		font-family: 'melbournebold';
		color: #ff5809;
		font-size: 30px;
		line-height: 33px;
		padding-top: 0%;
		text-transform:uppercase;
	}
	.process-detail{
		font-family: 'db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 19px;
		padding-left: 4%;
		padding-top: 0%;
		padding-bottom: 0%;
	}

	.more{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 14px;
		padding-left: 4%;
		padding-top: 2%;
	}
	.more-th{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #5d3d35;
		font-size: 16px;
		padding-left: 4%;
		padding-top: 2%;
	}
	.text-footer a{
		/*padding-top: 50%;*/
		color: #797979;
		font-family: 'db_helvethaica_x65_med';
		text-decoration:none;
		font-size: 15px;
	}
	.footer-surin{
		background-color: #e2e2e2;
		font-family: 'melbournebold';
		/*padding-bottom: 2%;*/
		padding-left: 2%;
		font-size: 12px;
		padding-top: 2%;
		padding-bottom: 2%;
		color: #000000;
		text-transform:uppercase;
	}
	.footer-pic1{
		position:absolute; left:65%; top: 10%;
	}
	.footer-pic2{
		position:absolute; left:78%; top: 10%;
	}
	.footer-pic3{
		position:absolute; left:92%; top: -10%;
	}
	
	.footer-pic4{
		position:absolute; left:92%; top: -10%;
	}
	
	.process-pic{
		margin-top: 0%;
	}
	
	.text-product{
		font-family: 'melbournebold';
		font-size: 15px;
		position: absolute;
		padding:0px; 
		top:22%;
		color: #ffffff;
	}
	.text-product-th{
		font-family: 'db_helvethaica_x65_med';
		font-size: 22px;
		position: absolute;
		padding:0px;
		left:3%; 
		top:10%;
		color: #ffffff;
	}
	.text-product1{
		font-family: 'melbournebold','db_helvethaica_x65_med';
		color: #675027;
		font-size: 22px;
		line-height: 15px;
		padding-top: 3%;
		text-transform:uppercase;
		padding-left: 2%;
	}
	.text-topartcle{
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 23px;
		
		/*background-color: #fef6dd;*/

	}
	.text-topartcle1{
		font-family: 'db_helvethaica_x65_med';
		color: #675027;
		font-size: 18px;


	}
	.readmore{
		font-family: 'proxima_nova_scosfLtIt';
		text-transform:uppercase;
		color: #b5b5b5;
		font-size: 10px;
	}
	.readmore-th{
		font-family: 'db_helvethaica_x65_med';
		text-transform:uppercase;
		color: #b5b5b5;
		font-size: 16px;
	}
	.text-back{
		font-family: 'melbournebold';
		font-size: 20px;
		color: #826d5c;
	}
	.textwhy{
		
		font-family: 'melbournebold';
		/*padding-bottom: 2%;*/
		padding-left: 6.5%;
		font-size: 14px;
		padding-top: 0%;
		color: #000000;
		text-transform:uppercase;
	}
	
	.text-article{
		font-family: 'melbournebold';
		font-size: 12px;
		position: absolute;
		
		top:22%;
		color: #ffffff;
		padding: 0px;
	}
	.text-article-th{
		font-family: 'db_helvethaica_x65_med';
		font-size: 15px;
		position: absolute;
		right: 3%;
		top:20%;
		color: #ffffff;
		padding: 0px;
	}
	.text-banner{
	/*font-family: 'melbourneregular';*/
		margin-top: -50px; 
		margin-left: 15px;
		font: bold;
		color: #ffffff;
		font-size: 15px;
		/*position: absolute;
		left:0%; 
		top:0%;*/
		text-align: center;
			
	}
	.text-banner-th{
	
	  	margin-top: -50px; /* -(height/2) */
	 	margin-left: 15px;
		/*font-family: 'melbourneregular';*/
		font: bold;
		color: #ffffff;
		font-size: 20px;
		position: absolute;
		/*left:25%;*/
		top:50%;
		text-align: center;
			
	}
	.texttop-banner{
		font-family: 'proxima_nova_scosfLtIt','db_helvethaica_x65_med';
		color: #ffd245;
		font-size: 25px;
		/*position: absolute;
		left:22%; 
		top:20%;*/
		text-transform:capitalize;	
		text-align: center;
	}
	
	
	.classified .out-box {
		padding-right: 2%;
		padding-left: 0px;
		padding-top: 2%;
		padding-bottom: 5%;
	}
	.footer-text{
		padding-top: 2%; padding-bottom: 2%; text-align: center;
		font-size: 12px;
	}
	.text-detail img{
		width: 100% !important; height: auto !important;
	}
	.height-img{
	 	height: 233px;
	 	width: 700px;
	 }
	.height-img1{
	 	height: 233px;
	 	width: 670px;
	 }
	 
}


/*moblie*/
@media (min-width: 290px) and (max-width: 480px) {
	.text-article-th{
		font-family: 'db_helvethaica_x65_med';
		font-size: 15px;
		position: absolute;
		right: 3%;
		top:20%;
		color: #ffffff;
		padding: 0px;
	}
	.text-product-th{
			font-family: 'db_helvethaica_x65_med';
			font-size: 22px;
			position: absolute;
			padding:0px;
			left:3%; 
			top:10%;
			color: #ffffff;
		}
	.footer-pic{
		text-align: center;
		width: 100%;
	}
	.footer-pic .img-rounded{
		width: auto;
		text-align: center;
		max-width: 100%;
		margin: 0px 3px;
		
	}
	#footer-content{
		width:100%;
		float: left;
	}
	#myTabContent{
		
	}
	#myTabContent .tab-pane.active{
		float: left; display: block; width: 100%;
		height: auto !important;
	}
	#myTabContent .tab-pane.active .row{
		padding-left: 15px; padding-right: 15px;
		font-family: 'db_helvethaica_x55_regular';
		
		
	}
	.navbar-toggle{
		top: -15px;
	}
	.container-fluid .navbar-toggle.in{
		position: relative;
		top: 35px !important;
		
	}
	
	.line-top2{
		background-color: #574236;
		/*background-image: url(images/header-line.png);*/
		padding-top: 3%;
		padding-left: 1%;
		padding-right: 1%;
		height: 35px;
	}
	.height-img{
	 	height: 160px;
	 	width: 670px;
	 }
	
}




