﻿/************************ OTHER CSS begins ************************/
/*h1, h2, h3, h4, h5, h6{
	margin:0 0 1%;
	padding:0 0 1%;
	font-family:'AnthologY', sans-serif;
	color:#000;
	border-bottom:0px solid #333;
	text-transform:uppercase;
}

h1::first-letter, h2::first-letter, h3::first-letter, h4::first-letter, h5::first-letter, h6::first-letter{
	color:#009c7d;
}

h1 {
	font-size:42px;
}
h2 {
	font-size:35px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:22px;
}
h6 {
	font-size:18px;
}*/

.fleft{
	float:left;
}

.fright{
	float:right;
}

.left_img, .figure_left{
	margin:0 25px 8px 0;
	float:left;
	clear:both;
}

.right_img, .figure_right{
	margin:0 0 8px 25px;
	float:right;
	clear:both;
}

.align-left{
	text-align:left;
}

.align-center{
	text-align:center;
}

.align-right{
	text-align:right;
}

.align-justify{
	text-align:justify;
}

.full_row, .full-col{
	width:100%;
	overflow:hidden;
}

.display_block{
	display:block;
}

.inline-block{
	display:inline-block;
}

.auto-margin{
	margin:0 auto;
	display:block;
}

.margin_bottom-15{
	margin-bottom:15px;
}

.padding_top-20{
	padding-top:20px;
}

.bold-font {
	font-weight:bold;
}

.uline-font
{
    text-decoration:underline;
}

.italic-font
{
    font-style:italic;
}

.uppercase{
	text-transform:uppercase;
}

.img_border{
	border:4px solid #009c7d;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.img_border:hover{
	border-color:#222;
}

.clear{
	clear:both;
}

.clear-none{
	clear:none;
}

.red-font{
	color:#009c7d!important;
}

.y-font
{
    color:#F3CA61!important;
}

.black-font
{
    color:#333!important;
}

.white-font
{
    color:#fff!important;
}

.font_16{
	font-size:16px;
	font-weight:bold;
}

.inner {
	padding:10px;
	overflow:hidden;
}

.inner_25{
	padding:2%;
	overflow:hidden;
}

.hor_split{
	margin:15px 0;
	height:1px;
	background:#999;
}

.red-hor_split{
	margin:15px 0;
	height:1px;
	background:#009c7d;
}

.inner_padding-12{
	padding:12px;
	overflow:hidden;
}

ul.disc_list{
	margin:0;
	padding:0;
}

.disc_list li{
	margin:0 0 8px;
	padding:0 0 0 25px;
	background:url(../images/circ-list.png) no-repeat 0 5px;
	list-style-type:none;
}

.lo_links {
	margin: 10px 0;
	display:block;
	color:#fff;
	font-size:11px;
	text-align:center;
	overflow:hidden;
}

.lo_links a {
	color:#fff;
	text-decoration:none;
}

.lo_links a:hover, .lo_links a.active {
	color:#009c7d;
	text-decoration:underline;
}

.lo_links.footer_links a
{
    margin:0 5px;
}

.lo_links a.no_margin, .lo_links.no_margin-padding {
	margin:0;
	padding:0;
}

.field_row
{
    margin-bottom: 5px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.contact-col
{
    width: 30.7%;
    float: left;
}

.contact-col.lr_margin
{
    margin: 0 15px;
    padding: 0 15px 15px;
    border-left: 1px dotted #222;
    border-right: 1px dotted #222;
}

.contact-col.rmargin
{
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #98938f;
}

.contact-col p
{
    padding-bottom: 8px;
}

#ContactForm
{
    width: 100%;
}

#ContactForm input[type="text"]
{
    margin: 0;
    padding: 4px;
    width: 100%;
    /*height: 20px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333 !important;
    background-color: #ffffff;
    border: 1px solid #ccc;
    display: block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#ContactForm textarea
{
    margin: 0;
    padding: 4px;
    width: 100%;
    height: 170px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    display: block;
    overflow: auto;
    resize: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#ContactForm input[type="text"]:hover, #ContactForm textarea:hover, #ContactForm input[type="text"]:focus, #ContactForm textarea:focus
{
    border: 1px solid #009c7d;
    outline: none;
}

#ContactForm input[type="submit"], #ContactForm input[type="reset"]
{
    margin: 0 0px 0 2%;
    padding: 4px;
    width: 75px;
    /*height: 28px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    background-color: #009c7d;
    border: 1px solid #009c7d;
    display: inline-block;
    outline: 0;
    cursor: pointer; /*float:right;*/
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}


#ContactForm input[type="submit"]:hover, #ContactForm input[type="reset"]:hover, #ContactForm input[type="submit"]:focus, #ContactForm input[type="reset"]:focus
{
    background-color: #222;
    border: 1px solid #222;
}

span.contact_label
{
    margin: 0 5px 0 0;
    padding-right: 5px;
    width: 40px;
    float: left;
}

img.captcha
{
    margin: 0 15px 0 0;
    width: 91px;
    height: 26px;
    border: 1px solid #999;
    float: left;
}

#ContactForm input[type="text"].txtCaptcha
{
    margin: 0 !important; /*margin:0 0 5px!important;*/
    width: 58% !important; /*width:114px!important;*/
    float: left;
}

#ContactForm input#Captchatext
{
    background: url("login_img/patternb.png") repeat scroll 0 0 transparent;
    border: 1px solid #7F9DB9;
}

.map
{
    padding:2%;
    width:100%;
    height: 350px;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 2px;
    background: #fff;
    border: 2px solid #009c7d;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -khtml-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.two-cols
{
    width: 46.6%;
    float: left;
}

.two-cols.rmargin
{
    margin: 0 3.25% 0 0;
    padding: 0 3.25% 0 0;
    border-right: 1px dotted #222;
}

.three-cols
{
    margin: 0 1.5%;
    padding:1.5% 0;
    width: 30%;
    float: left;
}

.three-cols img
{
    width:100%;
    height:auto;
    max-width:250px;
    max-height:174px;
    border:4px solid #009c7d;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.three-cols img:hover
{
    border-color:#222;
}

.min-height_300
{
    min-height:300px;
}

ul.gallery_list{
	margin:0;
	padding:0;
	overflow:hidden;
}

.gallery_list li{
	margin:0 4.5px 8.5px;
	width:440px;
	height:300px;
	background:url(../images/bg-center.jpg);
	border:0px solid #ccc;
	list-style-type:none;
	overflow:hidden;
	float:left;
	position:relative;
}

.gallery_list li.lr_margin{
	margin:0 12px;
}

.gallery_list li.last{
	margin-right:0;
}
.gallery_list li img{
	margin:0 auto 10px;
	width:440px;
	height:300px;
	border:3px solid #222;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-khtml-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:block;
}

.gallery_list img:hover
{
    border-color:#fff;
}

.contact_img
{
    width:100%;
    height:auto;
    max-width:242px;
    max-height:109px;
}

#thisdiv
{
    padding:0 2% 0 0;
    width:98%;
    height:515px;
    overflow:hidden;
}

.slicknav_menu
{
    display:none;
}
/************************ OTHER CSS ends ************************/

/********************* CLEAR THE FLOATS begins *********************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/********************* CLEAR THE FLOATS ends *********************/