@import "reset.css";
@import "grid.css";
@import "font-awesome.css";
@import "superfish.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(//fonts.googleapis.com/css?family=Marvel:400);
@import url(//fonts.googleapis.com/css?family=Marvel:700);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
background-color:#fff;
	position: relative;
    color: #878787;
    font: 14px/20px 'Droid Sans', sans-serif;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	color: #3e454c;
    font-family: 'Roboto Condensed', sans-serif;
}

h3 {
    font-size: 36px;
    line-height: 36px;
    color: #313030;
    padding-top: 14px;
    margin-bottom: 20px;
}

.page1 h3 {
    margin-bottom: 46px;
    padding-top:26px;
}

.h3__ind1 {
    padding-top: 76px;
    margin-bottom: 39px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


.chemimage img
{
float:left;

}

.chemdesc 
{
    display: inline-block;
    margin-top: -30px;
	    padding: 0px 0px 0px 15px;
}

.chemdesc p
{
margin-top: -41px;
}


.chemcontentt
{
        margin-top: 36px;
   
}

.chemcontent1
{
    margin-top: 25px;
    padding-top: 6px;
    margin-left: 35px;

}

.list li {
    overflow: hidden;
}

.list_count {
    float: left;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    margin-top: 4px;
    margin-right: 13px;
    background-color: #fdc903;
    font: 36px/44px 'Roboto Condensed', sans-serif;
}

.list li .text1 {
    margin-bottom: 3px;
}

.list li+li {
    margin-top: 19px;
}


/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #fdc903;
}

.btn {
    display: inline-block;
    background-color: #fdc903;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 26px 8px 25px;
}

.btn:hover {
    background-color: #585757;
}

#bookingForm .btn {
    margin-top: 13px !important;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 17px;
	margin-top: 7px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-top: 4px;
}

.page1 .fleft {
    margin-top: 5px;
}

.page1 .fleft {
    margin-right: 16px;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
	    font-size: 22px;
    font-weight: 600;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

.main {
    background-color:none;
}

header {
	display: block;
}


header h1 {
	position: relative;
	text-align:justify;
    padding:0px 0px 0px 0px;
}

.page1 header h1 {
    margin-bottom:0px;
}
footer{ background-color:#FFFFFF; border-top: solid 1px #000;}

header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 251px;
    height: 122px;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.banner {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #e5e5e7;
     margin:11px 0px 10px 0px;
    overflow: hidden;
    position: relative;
    padding:0px 5px 15px 10px;
}


.banner_title {
      overflow: hidden;
    padding-top: 10px;
    color: #2a2929;
    font-size: 46px;
    line-height: 26px;
    margin-bottom: 9px;
}

.banner img {
    position: relative;
    top: -1px;
    float: left;
    margin-right: 17px;
}

.banner a {
    font-size: 30px;
    float: right;
    position: relative;
    margin-top: -10px;
    color: #959596;
}

.banner a:hover {
    color: #6b6b6c;
}

.c_phone {
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    padding: 62px 0 61px;
    text-align: center;
    font-size: 65px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #fdc903;
}

.c_phone span {
    padding-top: 30px;
    padding-left: 45px;
    font-size: 50px;
    display: block;
}

.c_phone .fa {
    font-size: 48px;
    line-height: 48px;
    margin-right: 10px;
    position: relative;
    top: -9px;
}

.c_phone>div>div {
    position: relative;
}

.c_phone>div>div:after {
    position: absolute;
    background: url(../images/tax_bg.png) 0 0 no-repeat;
    width: 183px;
    height: 53px;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -31px;
}

.c_phone>div>div:before {
    position: absolute;
    background: url(../images/tax_bg.png) 0 0 no-repeat;
    width: 183px;
    height: 53px;
    content: '';
    right: 0;
    top: 50%;
    margin-top: -31px;
}


.welcomechem{ background-color:#fff;
    padding: 20px;
    max-width:100%;
	

}

.inearpage_bg{    margin-top: 0px;
    height:80px;
    background-color:rgba(255, 255, 255, 0.88);
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
	border-bottom:solid 1px #000000;}
	
	.toptocheam{      font-weight: 600;
    color: #F47277;
        margin: 0em 0em 0em 0em;
    font-size: 24px;
    position: relative !important;}
	.toptocheam1{     font-weight: 600;
    color: #F47277;
       margin: 0em 0em 0em 0em;
    font-size: 24px;
    position: relative !important; text-align:right;}
	
	.fa-angle-right{ margin:0px 0px 0px 0px;}
	
	.toptocheam1 a:hover{ text-decoration:none;}


.rangeimgone{margin: -10px 0px 0px 0px; background-color: #fff;
    padding: 5px 0px 5px 0px;}
	
	.rangeimgone h1{    font-size: 16px;
    font-weight: 600;
    color: #CC0033;
    text-align: justify;
    margin: 5px 0px 10px 0px;}
.randeone{ background-color:#FFFFFF; padding:10px 0px 10px 0px; }
.randeone img{ border:solid 1px #000000;}
.homerange ul li{
	border-radius: 10px;
	border:solid 1px rgba(51, 51, 51, 0.41);
	text-align:center;
	list-style:none;
    /*background-color: antiquewhite;*/
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 0px 0px;}
	
	.homerange ul li:hover{
    border-radius: 10px;
	border:solid 1px rgba(153, 0, 0, 0.76);
	text-align:center;
	list-style:none;
    background-color:rgba(250, 235, 215, 0.26);
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 0px 0px;}
	
	.homerange ul li h3{margin-bottom: 10px;     font-size: 20px;
    font-family: 'Rokkitt', sans-serif; font-style:normal; font-weight:normal;}
	
	.homerange ul li p{ text-align:center;}
	
	

	
	
	
	
	.homerange ul li a{ text-decoration:none;}
.cheambaitech
.cheambaitech h1{font-family: 'Rokkitt', sans-serif;
    color: #0000CC;
    font-size: 18px;
    font-weight:normal;
	font-style:normal; 
    text-align: justify;
    padding: 5px 0px 10px 0px;}
.cheamimg{float:left; width:300px;padding:0px 15px 5px 0px; }
.cheamimg img{  border:solid 1px #990033;}
.cheambaitech p{ font-family: 'Droid Sans', sans-serif;
    color: 090909;
	    line-height: 20px;
    font-size: 12px;
    text-align: justify;}
.pharmacolor{ color:#0033CC;}
.bgonecolor{ background-color:none;     padding: 10px 0px 0px 0px;}
.cheambiotechgallery
.menugallery2{ text-align:center !important;}
.cheambiohedding{ background-color:#FFFFFF; height:auto;}
.cheambiohedding h1{ text-align:center; font-size:24px; font-weight:600; color:#0033CC; padding:5px 0px 10px 0px;}


.contactone{ background:#FFFFFF; padding:20px 0px 20px 0px; /*min-height:680px;*/  max-width: 91.4%;}

.contactperson h1{  color:#0033FF; font-family:'Droid Sans', sans-serif; font-size:18px; font-weight:normal; font-style:normal; }
.contactperson li{ text-align:justify; list-style:none; font-family:'Droid Sans', sans-serif; font-size:14px; font-weight:normal; font-style:normal; }
.contactperson li i{font-size:16px; line-height:30px;}
/**Content**/

.content {
    padding-bottom: 113px;
}
.page1  .content {
    padding-bottom: 82px;
}

.type {
    border: 1px solid #ebeaea;
    position: relative;
    margin-top: 84px;
    display: block;
    font-family: 'Droid Sans', sans-serif;
}

.type_caption {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 312px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/capt_bg.png) 0 0 repeat;
    color: #fff;
    font-size: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 7px 30px 8px;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.type:hover .type_caption {
    width: 100%;
}

.type+.type {
    margin-top: 11px;
}

.type+.type+.type {
    margin-top: 10px;
}

.text1 {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 20px;
}

.cl1 {
    height: 24px;
}

.bq1 {
    padding: 61px 38px 26px 46px;
    background: url(../images/quotes.png) 31px 33px no-repeat #e5e5e7;
}

.bq1 .color2 {
    color: #727171;
    text-align: right;
    font: 18px/20px 'Roboto Condensed', sans-serif;
}

.bq1:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -27px;
    left: 67px;
    border-style: solid;
    border-width: 27px 0 0 40px;
    border-color: #cfcfd0 transparent transparent transparent;
}

.gallery {
    overflow: hidden;
    padding-top: 27px;
}

a.gal {
    background: url(../images/magnifier.png) center center no-repeat #fdc903;
    margin-right: 1px;
    margin-bottom: 27px;
    display: block;
    border: 1px solid #ebeaea;
    border-right-width: 2px;
}

a.gal img {
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
    opacity: 0.2;
}

.box {
    margin-bottom: 23px;
    margin-top: 4px;
    background-color: #e5e5e7;
    padding: 23px 22px 28px;
}

.box img {
    margin-bottom: 25px;
}

.box a.btn {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 23px;
}

/**Map**/

.color1 {
    color: #fdc903;
}

.color1 a:hover , a.color1:hover {
    color: #4a4a4a;
}

.color2 {
    color: #4a4a4a;
}

.map {
    overflow: hidden;
    position: relative;
}
 

.map figure {
    padding: 27px 0 10px;
    position: relative;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map figure iframe {
	width: 100%;
	height: 399px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map .text1 {
    padding-top: 8px;
}

.map address dt{
}

address dd span {
	display: inline-block;
	text-align: left;
}



/**Footer**/

footer {
	display: block;
    padding: 0px 0 16px;
    font-size: 14px;
    color: #aaa;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.copy {
    font-family: 'Open Sans', sans-serif;
	    color: #333;
}

.st1 {
    padding-top: 22px;
    color: #333;
    margin-bottom: 8px;
}


.brand {
    position: relative;
    top: -7px;
    font: 30px/18px 'Rokkitt', sans-serif;
    display: inline-block;
    font-size: 30px;
}

.f_phone {
	font-family: 'Rokkitt', sans-serif;
  padding-top: 41px;
    font-size: 20px;
    line-height: 36px;
    float: right;
    color:#282626;
}

.f_phone  span {
    position: relative;
        top: 0px;
    font-size: 22px;
}

.socials {
    margin-right: 96px;
    padding-top: 28px;
    float: right;
    overflow: hidden;
}

.socials a {
    display: block;
    float: left;
    margin: 0 6px 0 7px;
    color: #fff;
    text-align: center;
   /* background-color: #fdc903;*/
    border-radius: 500px;
    width: 58px;
    height: 58px;
    font-size: 24px;
    line-height: 58px;
}


.socials a:hover {
    color:#fff;
    background-color:none;
	text-decoration:none;
}

.fa-twitter{ background-color:#0099e5;}
.fa-facebook{ background-color:#4264aa;}
.fa-google-plus{ background-color:#d34836;}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 610px;
    overflow: hidden;
    width: 61px;
    height: 75px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    /*background-position: right 0;*/
}


.tablegenral{ background-color:#FFFFFF;     padding: 0em 0em 3em 0em;}
.tablegenral h3 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
text-align:center;
font-weight:600;
margin-bottom:15px;

color:rgba(51, 122, 183, 0.7);

}
.tablegenral .tabb1 th
{
background-color:rgba(51, 122, 183, 0.7);
}
.tablegenral .tabb1 td,th
{
border:1px solid black;
text-align:center;
}

.imageslide{ padding:10px 0px 10px 0px; margin: 10px 0px 10px 0px; background-color:#fff;}
.imageslide h1{    color: #0033CC;
    margin: 0px 0px 0px 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0px 10px 0px;}

/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}


.fl1 {
    float: none;
    margin-left: 0 !important;
    width: auto;
}

 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.nowrap {
    white-space: normal;
}


.caption .price {
    display: none;
}

.caption {
    padding-top: 20px;
}


.camera_prev {
    margin-left: -374px;
} 

.camera_next  {
    margin-right: -374px;
}

.fl1.fl2 {
    clear: both;
}



}


@media only screen and (max-width: 767px) {
body {
    min-width: 420px;
}

header {
    -webkit-background-size: auto auto !important;
    -moz-background-size:  auto auto !important;
    -ms-background-size:  auto auto !important;
    -o-background-size:  auto auto !important;
    background-size:  auto auto !important;
}

#bookingForm {
    margin-right: 0;
}

.tmRadio p {
   padding-left: 0;
   padding-top: 10px;
}

.tmRadio {
    margin-left: 0 !important;
}

.tmRadio strong {
    margin-left: 0;
}

#bookingForm > strong + .controlHolder {
    width: 280px;
}

.camera_prev {
    margin-left: 0;
    left: 20px;
    bottom: 60px;
    top: auto;
    margin-top: 0;
} 

.camera_next  {
    margin-right: 0;
    right: 20px;
    bottom: 60px;
    top: auto;
    margin-top: 0;
}


.banner img {
    width: 100%;
}


.banner {
    margin-bottom: 25px;
} 

.block1 {
    margin-bottom: 30px;
}

.map address +address {
    margin-left: 0;
    float: none;
    margin-top: 20px;
}

.socials {
    float: none;
    overflow: hidden;
}

.copy {
    float: none;
    padding-top: 40px;
}

header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
    margin-bottom: 20px;
}

.img_inner {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}

.img_inner img {
	width: 100%;
}

header h1 {
    float: none;
    text-align: center;
}

header h1 a {
 	width: auto;
 	display: inline-block;
    height: auto;
}


 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

.noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.map address {
    float: none;
}

.ui-datepicker {
    width: 280px;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

#bookingForm > strong + .controlHolder {
    width: 210px;
}

.ui-datepicker {
    left: 50% !important;
    margin-left: -140px;
}

}
