@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;
	//font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family:"calibri";
	font-size:17px;
}

body{
		background:#e1e1e1;
}

/*h1, h2, h3, h5, h6{
	font-family:"avant";
}*/

h4{
	font-family:"calibri";
	font-size:17px;
	font-weight:normal;
}

.wrapper{
	width:100%;
	margin:auto;
	position:relative;
}

.container{
	max-width:1100px;
	width:95%;
	margin:auto;
}

.container-shadow{
	box-shadow:0 0 8px 0 rgba(0,0,0,0.3);
	position:relative; 
}

img{
	border:0;
	width:100%;
}

p{
	text-align:justify;
	font-family:"calibri";
	font-size:16px;
	color:#333333;
}

.clear{
	clear:both;
}


ul li{
	float:left;
	list-style:none;
}

i{
	width:30px;
	height:30px;
	float:left;
}


.pull-left{
	float:left;
}

.pull-right{
	float:right;
}

input, select, textarea{
	transition:all 0.4s ease;
}

a{
	text-decoration:none;
	color:#333333;
	//display:block;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	font-family:"calibri";
}


[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
 // margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/microsite/images/sprite4.png);
  background-repeat: no-repeat;
}

.header{
	position:relative;
	
}

.box-shadow{
	 width:100%;
	 height:250px;
	 background:#fff;
	 box-shadow:0 10px 40px rgba(0,0,0,0.2);
	 position:absolute;
	 top:-10px;
	 z-index:-1;
}

.logo{
	width:auto;
	float:left;
	margin:8px 0;
	margin-left:10px;
        margin-right: 10px;
}

.logo img{
	width:auto;
	height:85px;
}

.cntct-social-top{
	float:right;
}

.cntct-detail-top{
	float:right;
	border-bottom-left-radius:10px;
	color:#333;
}


.cntct-detail-top ul li a{
	color:#333;
}
.cntct-detail-top ul li{
	margin-right:10px;
	margin-top:8px;
}

.social{
	clear:right;
	float:right;
	margin-top:20px;
	background:none;
	margin-right:10px;
}


.social ul li{
	padding:0 2px;
}



.bg-white{
	background:#fff;
}



.cntct-detail-bottom{
	float:right;
}

.form .form-group{
	width:80%;
	float:left;
	margin:8px 0;
	margin-left:12px;
}

.form .form-group .label{
	width:100px;
	float:left;
	font-family:"calibri";
	font-size:16px;
	line-height:30px;
}

.form .form-group input{
	height:25px;
	width:50%;
	float:left;
	padding-left:5px;
	border:#cecece solid thin;
	box-shadow:inset 1px 2px 5px 0 rgba(0,0,0,0.3);
}

button{
	padding:4px 8px;
	margin:0;
	font-family:"calibri";
	font-size:17px;
	border:0;
	border-radius:3px;
	cursor:pointer;
}

/* aside */

.aside{
	width:22.9%;
	float:right;
	margin-top:15px;
	margin-right:10px;
}

.aside h3.head{
	font-family:"calibri";
	font-size:18px;
	line-height:40px;
	padding-left:10px;		
	float:left;
}

.line-tab{
	width:15px;
	float:right;
	margin-right:10px;
	margin-top:15px;
}

.side-links{
	width:100%;
}

.side-links ul li{
	width:100%;
}

.side-links ul li a{
	display:block;
	line-height:45px;
	color:#333333;
	font-family:"calibri";
	text-indent:10px;
	border-bottom:#dbdbdb solid thin;
	width:100%;
}

.side-2{
	width:100%;
	text-align:center;
	margin-top:8px;
        /*margin-top: 0px;*/
	margin-bottom:15px;
}

.side-2 ul li{
	float:none;
	line-height:0;
	margin-top:10px;
}

.side-2 ul li img{
	width:90%;
}

.side-2 ul li.img-width img{
	width:72%;
}

.aside button {
	margin-left:100px;
}


/* quick and contact */
.cntct-quick{
	margin-top:5px;
	padding:10px 0;
	position:relative;
	z-index:1;
}

.hlf-div{
	width:49%;
}

.quick{
	float:left;
 }
 
.cntct-detail-bottom{
		border-left:#cdcdcd solid thin;
		padding-left:10px;
}
 
.cntct-quick .heading{
	margin-top:10px !important;
	margin-left:10px !important;
}

.quick button{
	margin-left:100px;
}

.quick .form, .adrs{
	margin-top:10px;
}

.quick .form button{
	padding:2px 5px;
}

.row {
	float:left;
	margin:8px 0;
	clear:both;
	width:90%;
}

.row .icon{
	float:left;
	width:auto;
}

.row .cntnt{
	float:left;
	width:80%;
	font-size:17px;
	color:#333;
}

.row h2{
	font-size:21px;
	color:#333;
	font-weight:bold;
	font-family:"calibri";
}
/* section */

.section{
	width:76%;
	float:left;
}

#nav {
	width:100%;
	line-height:40px;
	color:#333;
	margin-top:10px;
	position:relative;
        background-color: #4e4e4e;
}

#nav span{
	position:absolute;
	//bottom:-12px;
	width:11px;
	height:50px;
}

#nav ul{
	margin-left:10px;
}

#nav a{
	transition:none;
	display:block;
	font-family:"calibri";
	font-size:16px;
	padding:0 25px;
	color:#fff;
}

#nav .menu-head{
	display:none;
}

#nav .menu-head .line-tab{
	float:left;
	margin-left:10px;
}

#nav ul li.product-res{
	display:none;
}

#content{
	padding:10px;
}

.fullpage-desri p{
	padding-left:5px;
}

#slider{
	position:relative;
	float:left;
	width:100%;
}

#slider li{
	border:#fff solid 5px;
	line-height:0;
}

#slider .shadow{
	width:100%;
	float:left;
}

.heading{
	float:left;
	width:auto;
	position:relative;
}

.section .heading{
	left:-10px;
	/*color:#FFFFFF;*/
}

.heading h2{
	line-height:39px;
}

.heading span.btm-dark{
	width:6px;
	height:50px;
	position:absolute;
	left:-6px;
}

p.pdng{
	padding-left:12px;
}

.read-more{
	float:right;
}

.view-more{
	margin-top:15px;
}

.read-more a{
	border-radius:3px;
	font-family:"calibri";
	font-weight:bold;
	font-size:15px;
	line-height:30px;
	float:left;
	padding:0 10px;
}

.hr-line{
	clear:both;
	margin:20px 0;
	height:2px;
	background:#eee;
}

.top-show{
	width:auto;
	float:right;
	font-size:16px;
	line-height:35px;
	color:#333;
	margin-right:5px;
	margin-top:14px;
}

.top-show select{
	box-shadow:inset 1px 0 8px 0 rgba(0,0,0,0.3);
	border:solid thin #aaa;
	width:60px;
	height:30px;
	padding-left:5px;
}

.prdct{
	float:left;
	margin-top:20px;
	margin-left:5px;
        width: 100%;
}

.prdct ul li{
	border:#bebebe solid thin;
	padding:5px;
	width:30%;
	margin:5px 0.9%;
}

.prdct .img-thumb{
	width:100%;
}

.prdct .prdct-name{
	width:70%;
	float:left;
}

.prdct .inquiry-btn{
	float:right;
	margin-top:7px;
}

.prdct .inquiry-btn a{
	border-radius:3px;
	font-family:"calibri";
	font-size:15px;
	line-height:25px;
	float:left;
}

.prdct .prdct-name h4{
	font-size:17px;
	font-weight:bold;
}

.prdct ul li:hover{
	box-shadow:0 0 5px 0 rgba(0,0,0,0.5);
}

.aside .heading{
	border-bottom:none !important;
	position:relative;
	width:100.1%;
	margin:0 !important;
}

.content-bg{
	background:#f3f3f3;
	border:#dbdbdb solid thin;
}


.cntnt a{
	font-size:17px;
	color:#333333;
	font-family:"calibri";
}

.footer{
	position:relative;
}

.overlap{
	background:#323232;
	position:absolute;
	height:120px;
	width:100%;
	bottom:0;
	z-index:-1;
}

.copy{
	position:relative;
	z-index:1;
	font-size:15px;
	color:#FFFFFF;
	padding:15px 0;
	float:left;
}

.copy a{
	color:#fff;
	font-family:"calibri";
}

.footer-logo{
	float:right;
	padding-top:21px;
	position:relative;
	z-index:1;
}

/* product category page */

.prdct-category .inquiry-btn{
	float:left;
	clear:both;
}

/* popup overlay */
.pop-overlay{
	width:500px;
	padding:10px;
	background:#e4e4e4;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.7);
}

.pop-overlay .heading {
	width:100%;
}

.pop-overlay .form{
	margin:15px 0;
}

.pop-overlay .form .form-group{
	margin-left:10px;
}

.pop-overlay .form .form-group .label{
	line-height:30px;
	width:130px;
}


.pop-overlay .form .form-group input, .pop-overlay .form .form-group textarea{
	width:63%;

	
}

 .pop-overlay .form .form-group textarea{
 		resize:none;
		padding-top:5px;
 }

.pop-overlay .form .form-group select{
	width:65%;
}

.pop-overlay .form .form-group input, .pop-overlay .form .form-group textarea, .pop-overlay .form .form-group select{
	font-family:"calibri";
	font-size:15px;
}

.pop-overlay .form .form-group button{
	margin-left:130px;
}

.pop-overlay h2{
	float:left;
	margin:5px 0;
}

.close-btn{
	float:right;
	margin-right:10px;
	cursor:pointer;
	margin:5px 0;
}


/* =====================================  Different color combination ================================== */

/* brown color */

body#brown{
	background:#fffaeb;
}

#brown #nav{
	background:#9F894C;
}

#brown #nav span.left{
	left:-11px;
	background:url(/microsite/images/btm-dark-round-left.png) no-repeat top right;
}

#brown #nav span.right{
	right:-11px;
	background:url(/microsite/images/btm-dark-round-right.png) no-repeat top left;
}

#brown .icon-call{
	background-position:-26px -16px;
}

#brown .icon-mail{
	background-position:-26px -49px;
}


#brown .nav-bg{
	height:40px;
	width:100%;
	position:absolute;
	z-index:-1;
	background:#7a662e;
	left:0;
	margin-top:8px;
}

#brown .nav-white{
	background:#fff;
	height:8px;
	width:100%;
	position:absolute;
	z-index:-1;
	left:0;
}

#brown .heading{
	background:#9f894c;

	text-indent:10px;
	margin:10px 0;
}

#brown .heading span.btm-dark{
	background:url(/microsite/images/btm-dark-round-left.png) no-repeat;
}



#brown .heading h2{
	color:#fff;
	font-size:21px;
	font-family:"calibri";
	float:left;
}

#brown .cntct-quick .heading{
	background:none;
	border-bottom:#9F894C solid 2px;
	text-indent:0;
}

#brown .read-more a{
	color:#FFFFFF;
	background:#9F894C;
}

#brown .read-more a:hover{
	background:#826E35;
}

#brown .cntct-quick .heading h2{
	color:#333333;
	text-align:left;
	padding:0;
	margin:0;
}

#brown .cntct-quick .heading h2 span {
	color:#9F894C;
}

#brown .aside h3.head{
	color:#FFFFFF;
}

#brown .lines{
	width:100%;
	height:2px;
	background:#fff;
	margin-bottom:2px;
}

#brown #nav ul li a:hover, #brown #nav ul li a.active {
	color:#9F894C;
	background:#fff;
}

#brown .side-links ul li a:hover, #brown .side-links ul li a.active{
	background:#f3e4bb;
	color:#826e35;
}



#brown .prdct .inquiry-btn a{
	color:#FFFFFF;
	background:#9f894c;
	text-align:center;
	padding:0 8px;
}

#brown .prdct .inquiry-btn a:hover{
	background:#826e35;
}

#brown .prdct .prdct-name .txt{
	font-family:"calibri";
	font-size:15px;
	color:#9f894c;
}

#brown button{
	background:#9f894c;
	color:#fff;
	padding:0 8px;
}


#brown button:hover{
	background:#826E35;
}

#brown .row .icon-location{
	background-position:-27px -84px;
}

#brown .row .icon-call-brown{
	background-position:-27px -118px;
}

#brown .row .icon-mail-brown{
	background-position:-27px -147px;
}

#brown .cntnt a:hover, #brown .copy a:hover{
	text-decoration:underline;
	color:#9f894c;
}

#brown .side-links ul li a{
	border-bottom:thin solid #9F894C;
}

/* orange color */

body#orange{
	background:#fff4e4;
}

#orange #nav{
	background:#D89A41;
}

#orange #nav span.left{
	left:-11px;
	background:url(/microsite/images/btm-dark-left-orange.png) no-repeat top right;
}

#orange #nav span.right{
	right:-11px;
	background:url(/microsite/images/btm-dark-right-orange.png) no-repeat top left;
}

#orange .icon-call{
	background-position:-26px -16px;
}

#orange .icon-mail{
	background-position:-26px -49px;
}

#orange .nav-bg{
	height:40px;
	width:100%;
	position:absolute;
	z-index:-1;
	background:#7a662e;
	left:0;
	margin-top:8px;
}

#orange .nav-white{
	background:#fff;
	height:8px;
	width:100%;
	position:absolute;
	z-index:-1;
	left:0;
}

#orange .heading{
	background:#D89A41;

	text-indent:10px;
	margin:10px 0;
}

#orange .heading span.btm-dark{
	background:url(/microsite/images/btm-dark-left-orange.png) no-repeat;
}

#orange .heading h2{
	color:#fff;
	font-size:21px;
	font-family:"calibri";
	float:left;
}

#orange .cntct-quick .heading{
	background:none;
	border-bottom:#D89A41 solid 2px;
	text-indent:0;
}

#orange .read-more a{
	color:#FFFFFF;
	background:#D89A41;
}

#orange .read-more a:hover{
	background:#9E6E29;
}

#orange .cntct-quick .heading h2{
	color:#333333;
	text-align:left;
	padding:0;
	margin:0;
}

#orange .cntct-quick .heading h2 span {
	color:#D89A41;
}

#orange .aside h3.head{
	color:#FFFFFF;
}

#orange .lines{
	width:100%;
	height:2px;
	background:#fff;
	margin-bottom:2px;
}

#orange #nav ul li a:hover, #orange #nav ul li a.active {
	color:#D89A41;
	background:#fff;
}

#orange .side-links ul li a:hover, #orange .side-links ul li a.active{
	background:#EDBC75;
	color:#333;
}

#orange .prdct .inquiry-btn a{
	color:#FFFFFF;
	background:#D89A41;
	text-align:center;
	padding:0 8px;
}

#orange .prdct .inquiry-btn a:hover{
	background:#9E6E29;
}

#orange .prdct .prdct-name .txt{
	font-family:"calibri";
	font-size:15px;
	color:#D89A41;
}

#orange button{
	background:#D89A41;
	color:#fff;
	padding:0 8px;
}


#orange button:hover{
	background:#9E6E29;
}

#orange .row .icon-location{
	background-position:-69px -84px;
}

#orange .row .icon-call-orange{
	background-position:-69px -118px;
}

#orange .row .icon-mail-orange{
	background-position:-69px -147px;
}

#orange .cntnt a:hover, #orange .copy a:hover{
	text-decoration:underline;
	color:#D89A41;
}

#orange .side-links ul li a{
	border-bottom:thin solid #D89A41;
}

/* blue color */

body#blue{
	background:#f2faff;
}

#blue #nav{
	background:#0A73AF;
}

#blue #nav span.left{
	left:-11px;
	background:url(/microsite/images/btm-dark-left-blue.png) no-repeat top right;
}

#blue #nav span.right{
	right:-11px;
	background:url(/microsite/images/btm-dark-right-blue.png) no-repeat top left;
}

#blue .icon-call{
	background-position:-26px -16px;
}

#blue .icon-mail{
	background-position:-26px -49px;
}

#blue .nav-bg{
	height:40px;
	width:100%;
	position:absolute;
	z-index:-1;
	background:#7a662e;
	left:0;
	margin-top:8px;
}

#blue .nav-white{
	background:#fff;
	height:8px;
	width:100%;
	position:absolute;
	z-index:-1;
	left:0;
}

#blue .heading{
	background:#0A73AF;

	text-indent:10px;
	margin:10px 0;
}

#blue .heading span.btm-dark{
	background:url(/microsite/images/btm-dark-left-blue.png) no-repeat;
}

#blue .heading h2{
	color:#fff;
	font-size:21px;
	font-family:"calibri";
	float:left;
}

#blue .cntct-quick .heading{
	background:none;
	border-bottom:#0A73AF solid 2px;
	text-indent:0;
}

#blue .read-more a{
	color:#FFFFFF;
	background:#0A73AF;
}

#blue .read-more a:hover{
	background:#08517A;
}

#blue .cntct-quick .heading h2{
	color:#333333;
	text-align:left;
	padding:0;
	margin:0;
}

#blue .cntct-quick .heading h2 span {
	color:#0A73AF;
}

#blue .aside h3.head{
	color:#FFFFFF;
}

#blue .lines{
	width:100%;
	height:2px;
	background:#fff;
	margin-bottom:2px;
}

#blue #nav ul li a:hover, #blue #nav ul li a.active {
	color:#0A73AF;
	background:#fff;
}

#blue .side-links ul li a:hover, #blue .side-links ul li a.active{
	background:#4E9DCC;
	color:#fff;
}

#blue .prdct .inquiry-btn a{
	color:#FFFFFF;
	background:#0A73AF;
	text-align:center;
	padding:0 8px;
}

#blue .prdct .inquiry-btn a:hover{
	background:#08517A;
}

#blue .prdct .prdct-name .txt{
	font-family:"calibri";
	font-size:15px;
	color:#0A73AF;
}

#blue button{
	background:#0A73AF;
	color:#fff;
	padding:0 8px;
}


#blue button:hover{
	background:#08517A;
}

#blue .row .icon-location{
	background-position:-100px -84px;
}

#blue .row .icon-call-blue{
	background-position:-100px -118px;
}

#blue .row .icon-mail-blue{
	background-position:-100px -147px;
}

#blue .cntnt a:hover, #blue .copy a:hover{
	text-decoration:underline;
	color:#0A73AF;
}

#blue .side-links ul li a{
	border-bottom:thin solid #0A73AF;
}

/* burgandy color */

body#burgandy{
	background:#fff2f4;
}

#burgandy #nav{
	background:#A55562;
}

#burgandy #nav span.left{
	left:-11px;
	background:url(/microsite/images/btm-dark-left-burgandy.png) no-repeat top right;
}

#burgandy #nav span.right{
	right:-11px;
	background:url(/microsite/images/btm-dark-right-burgandy.png) no-repeat top left;
}

#burgandy .icon-call{
	background-position:-26px -16px;
}

#burgandy .icon-mail{
	background-position:-26px -49px;
}

#burgandy .nav-bg{
	height:40px;
	width:100%;
	position:absolute;
	z-index:-1;
	background:#7a662e;
	left:0;
	margin-top:8px;
}

#burgandy .nav-white{
	background:#fff;
	height:8px;
	width:100%;
	position:absolute;
	z-index:-1;
	left:0;
}

#burgandy .heading{
	background:#A55562;

	text-indent:10px;
	margin:10px 0;
}

#burgandy .heading span.btm-dark{
	background:url(/microsite/images/btm-dark-left-burgandy.png) no-repeat;
}

#burgandy .heading h2{
	color:#fff;
	font-size:21px;
	font-family:"calibri";
	float:left;
}

#burgandy .cntct-quick .heading{
	background:none;
	border-bottom:#A55562 solid 2px;
	text-indent:0;
}

#burgandy .read-more a{
	color:#FFFFFF;
	background:#A55562;
}

#burgandy .read-more a:hover{
	background:#732f3a;
}

#burgandy .cntct-quick .heading h2{
	color:#333333;
	text-align:left;
	padding:0;
	margin:0;
}

#burgandy .cntct-quick .heading h2 span {
	color:#A55562;
}

#burgandy .aside h3.head{
	color:#FFFFFF;
}

#burgandy .lines{
	width:100%;
	height:2px;
	background:#fff;
	margin-bottom:2px;
}

#burgandy #nav ul li a:hover, #burgandy #nav ul li a.active {
	color:#A55562;
	background:#fff;
}

#burgandy .side-links ul li a:hover, #burgandy .side-links ul li a.active{
	background:#A55562;
	color:#fff;
}

#burgandy .prdct .inquiry-btn a{
	color:#FFFFFF;
	background:#A55562;
	text-align:center;
	padding:0 8px;
}

#burgandy .prdct .inquiry-btn a:hover{
	background:#732f3a;
}

#burgandy .prdct .prdct-name .txt{
	font-family:"calibri";
	font-size:15px;
	color:#A55562;
}

#burgandy button{
	background:#A55562;
	color:#fff;
	padding:0 8px;
}


#burgandy button:hover{
	background:#732F3A;
}

#burgandy .row .icon-location{
	background-position:-130px -84px;
}

#burgandy .row .icon-call-burgandy{
	background-position:-130px -118px;
}

#burgandy .row .icon-mail-burgandy{
	background-position:-130px -147px;
}

#burgandy .cntnt a:hover, #burgandy .copy a:hover{
	text-decoration:underline;
	color:#A55562;
}

#burgandy .side-links ul li a{
	border-bottom:thin solid #A55562;
}

/* slider arrow */

#slider .bx-controls{
	position:absolute;
	top:45%;
	width:100%;
}

#slider .bx-controls .bx-prev, #slider .bx-controls .bx-next{
	width:35px;
	height:35px;
	background-size:100% !important;
}

#slider .bx-controls .bx-prev{
	position:absolute;
	background:url(/microsite/images/arw-prev.png) no-repeat;
	left:5px;
}

#slider .bx-controls .bx-next{
	position:absolute;
	background:url(/microsite/images/arw-next.png) no-repeat;
	right:0;
}
label.error{
	text-transform: capitalize;
	font-size:14px;
}
#quick_contact input.error{
	color:red;	
	box-shadow:none;
	border:red solid thin;
}

#quick_contact label{
	display:none !important;
}
#inquiry label.error{
	color:#FF0000;
}

/* Add */

.inquiry-btn a{
	border-radius:3px;
	font-family:"calibri";
	font-size:15px;
	line-height:25px;
	float:left;
}



.prdct-category{
	width:100%;
}

.prdct-category .prdct-name{
	width:100%;
}

.prdct-category .inquiry-btn{
	float:left;
	margin:5px 1.8%;
}

.prdct-category .inquiry-btn a{
	padding:0 19px !important;
}

.pop-overlay .heading{
	margin:0 !important;
}

.close-btn{
	margin-top:13px;
	margin-right:5px;
}

.img{
	float:left;
	margin-right:10px;
	width:38%;
}

.inquiry-btn a{
	border-radius:3px;
	font-family:"calibri";
	font-size:15px;
	line-height:25px;
	float:left;
}

.prdct-head .prdct-name h4{
	border-bottom:#ccc solid thin;
	font-size:21px;
	padding-bottom:10px;
}

.close-btn img{
	width:auto;
}

#brown .inquiry-btn a{
	color:#FFFFFF;
	background:#9F894C;
	text-align:center;
	padding:0 8px;
}

#brown .inquiry-btn a:hover{
	background:#826E35;
}

#brown .prdct .prdct-name .txt{
	font-family:"calibri";
	font-size:15px;
	color:#9F894C;
}


#orange .inquiry-btn a{
	color:#FFFFFF;
	background:#D89A41;
	text-align:center;
	padding:0 8px;
}

#orange .inquiry-btn a:hover{
	background:#c08920;
}

#orange .prdct .prdct-name .txt{
	font-family:"calibri";
	font-size:15px;
	color:#D89A41;
}

#blue .inquiry-btn a{
	color:#FFFFFF;
	background:#0a73af;
	text-align:center;
	padding:0 8px;
}

#blue .inquiry-btn a:hover{
	background:#0c6496;
}

#blue .prdct .prdct-name .txt{
	font-family:"calibri";
	font-size:15px;
	color:#0a73af;
}


#burgandy .inquiry-btn a{
	color:#FFFFFF;
	background:#a55562;
	text-align:center;
	padding:0 8px;
}

#burgandy .inquiry-btn a:hover{
	background:#853844;
}

#burgandy .prdct .prdct-name .txt{
	font-family:"calibri";
	font-size:15px;
	color:#a55562;
}



/* pagination */

.pagination{
	width:100%;
	margin:10px 0;
	text-align:center;
	float:left;
	border-bottom:#ccc solid thin;
	border-top:#ccc solid thin;
	padding:8px 0;
}

.pagination ul li{
	float:none;
	display:inline-block;
	margin:0 5px;	
}

.pagination ul li a{
	width:30px;
	height:30px;
	display:block;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	background:#eee;
	border:solid thin #dbdbdb;
	font-size:16px;
	
}

.icon-page{
	width:30px;
	height:30px;
	margin:0;
	padding:0;
}

#orange .pagination ul li a:hover, #orange .pagination ul li a.active{
	background:#D89A41;
	border:#C48933 solid thin;
	color:#fff;
	font-weight:bold;
}

#brown .pagination ul li a:hover, #brown .pagination ul li a.active{
	background:#9F894C;
	border:#826E35 solid thin;
	color:#fff;
	font-weight:bold;
}

#blue .pagination ul li a:hover, #blue .pagination ul li a.active{
	background:#0A73AF;
	border:#0c6496 solid thin;
	color:#fff;
	font-weight:bold;
}

#burgandy .pagination ul li a:hover, #burgandy .pagination ul li a.active{
	background:#a55562;
	border:#0c6496 solid thin;
	color:#fff;
	font-weight:bold;
}

/* contact us */

.cntct-main{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	float:left;	
}

.cntct-main .label{
	float:left;
	width:200px;
	font-weight:bold;
}

.cntct-main .detail{
	float:left;
}

.dots{
	width:auto;
	float:right;
	margin-right:10px;
}

.heading-inner{
	 width:90%;
	 line-height:30px;
	 border-bottom:#ccc solid 1px;
}

.heading-inner h2{
	font-family:"calibri";
	font-size:21px;
}


.row {
	float:left;
	margin:8px 0;
	clear:both;
	width:90%;
}

.row .icon{
	float:left;
	width:auto;
}

.row .cntnt{
	float:left;
	width:80%;
	font-size:17px;
	color:#333;
}

.row h2{
	font-size:21px;
	color:#333;
	font-weight:bold;
	font-family:"calibri";
}

#brown .icon-call-ftr{
	background-position:-26px -117px;
}

#orange .icon-call-ftr{
	background-position:-66px -117px;
}

#blue .icon-call-ftr{
	background-position:-98px -117px;
}
#burgandy .icon-call-ftr{
	background-position:-128px -117px;
}

#brown .icon-mail-ftr{
	background-position:-26px -148px;
}

#orange .icon-mail-ftr{
	background-position:-68px -148px;
}

#blue .icon-mail-ftr{
	background-position:-98px -148px;
}

#burgandy .icon-mail-ftr{
	background-position:-128px -148px;
}

.prdct-category .inquiry-btn{
	clear:none;
}

.map {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.map iframe {
    width: 100%;
    height: 300px;
    border: none;
    float: left;
}
.site-title{
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}
.site-title h1{
    font-size: 36px;
    font-family: calibri;
}
.cmpy-heading{margin-top: 20px;}
#content .heading {
    margin-bottom: 10px;
}
.inpt-cptcha {
    float: left;
    width: 26%;
}
.captcha input{
	width:30%;
	float:left;
}
.captcha-img{
	float:left;
	width:auto;
}
.cptch-code{
	float:left;
	margin-top:2px;
}
.refresh-img{
	float:left;
	width:30px;
	margin:0 10px;
}
.refresh-img img{
	height:auto;
}