/*  GENERAL STYLING
=========================================================================
*/

html, body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
   	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background: url('../images/background.png') repeat;
}

.wrapper {
    position: relative;	
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

/*  HEADER SECTION 
=========================================================================
*/

/*  Header Top */

.header-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url('../images/header.png') repeat-x;
}

.header-top-box {
	width: 100%;
	height: 140px;
	border: 0;
}

.header-top-box-left {
	float: left;
}

.header-top-box-right {
	float: right;
}

.header-bottom {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}

.header-bottom-box {
	width: 100%;
	height: 40px;
	border: 0;
}

/*  Navigation Menu */

.header-bottom-box nav {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0; 
}

.header-bottom-box .menu {
    position: absolute;
	top: 10px;
	right: 0;
	margin: 0 auto;
	padding: 0;
    display: none;
}

.header-bottom-box .menu_text {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 25px;
}

.header-bottom-box a.hamburger {
	width: 20px;
	height: 20px;
	padding: 2px;
	background: url('../images/hamburger_icon.png') no-repeat;
}

.header-bottom-box a.hamburger.opned {
	background: url('../images/close_menu_icon.png') no-repeat;
}

.header-bottom-box nav ul {
	list-style: none;
    overflow: hidden;
    float: left;
}
	
.header-bottom-box nav ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.header-bottom-box nav ul li {
	float: left;
	list-style: none;
	width: 165px;
}

.header-bottom-box nav ul li a:link,
.header-bottom-box nav ul li a:visited {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 8px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-color: #815339;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.header-bottom-box nav ul li a:hover, 
.header-bottom-box nav ul li a.selected {
	color: #FFFFFF;
	background-color: #5d3823;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.header-bottom-box nav ul li a.firstbox { 
	margin-left: 1px;
}

.header-bottom-box nav ul li a.lastbox,
.header-bottom-box nav ul li.lastbox a.selected { 
	margin-right: 0;
}

.logo {
	width: 300px;
	height: 120px;
	margin: 3px 0 0 0; 
	padding: 0;
	border: 0;
	outline: 0;
}

/* CONTENT
=========================================================================
*/

.content {
	padding: 190px 0 60px 0;
	background: #2ba3ed url('../images/water.jpg') top left repeat fixed;
	overflow: hidden;
	clear: both;
}

.group {
	float: left;
	width: 100%;
	padding: 0;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

.content_column {
	float: left;
	width: 100%;
	padding: 5px;
	margin: 0;
	background-color: #FFFFFF;
}

.inner-block {
	margin: 0;
	padding: 0;	
}

.box_listing .text_list {
	padding: 0;
}

.box_listing .text_list p {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	line-height: 20px;
	padding: 10px 0px 10px 0px;
	text-transform: none;
	text-decoration: none;
}

/*  --- Banner --- */

.banner {
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
}

.ban {
	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
	height: auto;
  	margin: 0;
	padding: 0;
}

.ban img {
  	display: block;
  	float: left;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

/*  CONTENT HOMEPAGE PAGE
=========================================================================
*/

.col-cell-full {
	float: left;
	width: 100%;
}

.box_listing {
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.box_listing .title {
	padding: 0 5px 0 5px;
	margin-top: 10px;
	border: 0;
	box-shadow: 0;
	text-shadow: 0;
}

.container {
	margin: 0 auto 0 auto;
	padding: 0 5px 0 5px;
}

.container:before,
.container:after {
	display: table;
	content: " "
}

.container:after {
	clear: both;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.row {
	margin: 0 -25px 0 -25px;
	overflow: hidden;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.col-row, 
.col-cell,
.coll-cell-full {
	position: relative;
	min-height: 1px;
	padding: 20px 20px 0 20px;
}

.featured_services {
	position: relative;
	display: inline-block;
	height: 100%;
	max-width: 100%;
}

/*  --- Thumbnail Gallery --- */

.clr {
	clear:both;
}

/* Elastislide */

.es-carousel-wrapper {
	padding: 10px 27px;
	position: relative;
	margin-bottom: 10px;
}

.es-carousel {
	overflow: hidden;
	background-color: #FFFFFF;
}

.es-carousel ul {
	display: none;
}

.es-carousel ul li {
	height: 100%;
	float: left;
	display: block;
}

.es-carousel ul li a {
	display: block;
	border-style: solid;
	border-color: #006c9f;
	-webkit-touch-callout: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.es-carousel ul li.selected a {
	display: block;
	border-style: solid;
	border-color: #FF0000;
}

.es-carousel ul li a img {
	display: block;
	border: none;
	max-height: 100%;
	max-width: 100%;
}

.es-nav span {
	position: absolute;
	top: 50%;
	left: 8px;
	background: transparent url('../images/nav_thumbs.png') no-repeat top left;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	text-indent: -9000px;
	cursor: pointer;
}

.es-nav span.es-nav-next {
	right: 8px;
	left: auto;
	background-position: top right;
}

.rg-image-wrapper {
	position: relative;
	padding: 20px 30px;
	min-height: 20px;
}
.rg-image {
	position: relative;
	text-align: center;
	line-height: 0px;
}

.rg-image img {
	max-height: 100%;
	max-width: 100%;
}

.rg-image-nav a {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/nav.png') no-repeat -20% 50%;
	width: 28px;
	height: 100%;
	text-indent: -9000px;
	cursor: pointer;
	outline: none;
}

.rg-image-nav a.rg-image-nav-next {
	right: 0px;
	left: auto;
	background-position: 115% 50%;
}

.rg-image-nav a:hover {
	opacity: 0.8;
}

.rg-caption {
	text-align: center;
	margin-top: 15px;
	position: relative;
}

.rg-caption p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	color: #000000;
	line-height: 16px;
	padding: 0 10px;
	text-transform: uppercase;
}

.rg-loading {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url('../images/loader.gif') no-repeat center center;
	margin: -23px 0px 0px -23px;
	z-index: 100;
	-moz-border-radius:  10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.7;
}

/*  --- Contacts --- */

.contacts {	
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 20px 0 20px;
	padding: 0 1px 0 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.contacts p {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
   	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 20px;
	padding: 5px 0 5px 0;
}

.contacts-box {
	width: 100%;
}

.contacts-box-left {
	float: left;
	display: block;
	clear: both;
	width: 50%;
	padding: 0;
	margin: 10px 0 10px 0;
}

.contacts ul {
	overflow: hidden;
}

.contacts ul li {
	list-style: none;
}

.contacts ul li.data-space {
	margin-top: 45px;
}

.contacts ul li {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
   	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 15px;
	padding: 5px 0 5px 0;
}

.contacts h1 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding: 0;
}

.contacts ul {
	overflow: hidden;
}

.contacts ul li {
	list-style: none;
	margin-bottom: 10px;
}

.contacts ul li, 
.contacts ul li a, 
.contacts ul li a:visited {
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	text-align: left;	
	outline: 0;
}

.contacts ul li a:hover {
	text-decoration: none;
	line-height: 20px;
	text-align: left;
	color: #CCCCCC;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.contacts a.map,
.contacts a.map:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
   	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	outline: 0;
}

.contacts a.map:hover {
	text-decoration: none;
	line-height: 20px;
	text-align: left;
	color: #CCCCCC;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

/* Address */

.contactAddress {
	float: left;
	display: block;
	clear: both;
	padding-left: 5px;
	margin-bottom: 20px;
}

.contacts ul li.address {
	background: url('../images/address_icon_black.png') no-repeat left top;
	padding: 0 0 0 25px;
}

.contacts ul li.map {
	background: url('../images/map_icon_black.png') no-repeat left top;
	padding: 0 0 0 25px;
}

.contacts ul li.phone {
	background: url('../images/phone_icon_black.png') no-repeat left top;
	padding: 0 0 0 25px;
}

.contacts ul li.mobile {
	background: url('../images/mobile_icon_black.png') no-repeat left top;
	padding: 0 0 0 25px;
}

.contacts ul li.fax {
	background: url('../images/fax_icon_black.png') no-repeat left top;
	padding: 0 0 0 25px;
}

.contacts ul li.emlink {
	background: url('../images/email_icon_black.png') no-repeat left top;
	padding: 0 0 0 25px;
}

.contacts ul li.facebook {
	background: url('../images/facebook_icon_black.png') no-repeat left top;
	padding: 0 0 0 25px;
}

.contacts .contactphone_ms {
	display: block;
	color: #666666;
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 5px;
}

/*  Contact Form */

.contacts-box-right {
	float: right;
	width: 50%;
	padding: 0;
	margin: 10px 0 25px 0;
}

.onlineForm {
	width: 100%;
	padding: 5px;
	margin: 0;
}

.contact_banner ul li img {
  	display: block;
  	float: left;
  	width: 100%;
	height: auto;
	margin: 0;
	border: 2px solid #000000;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
}

#ContactResponse p {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
   	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 20px;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
}

.onlineForm label {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
   	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
}

.contact_error {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	padding: 0 0 5px 0;
	margin: 15px 0 15px 0;
}

.contact_success {
	font-family: Verdana, Geneva, sans-serif;
	color: #339900;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	padding: 0 0 5px 0;
	margin: 15px 0 15px 0;
}

.onlineForm input[type=text] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
	padding: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	outline: none;
	-webkit-appearance: none;
}

.onlineForm textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	width: 100%;
	max-width: 100%;
	height: 130px;
	max-height: 130px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	resize: none;
	outline: none;
	-webkit-appearance: none;
} 

.onlineForm input[type=text]:focus,
.onlineForm textarea:focus {
	background-color: #F3F3F3;
	outline: none;
	-webkit-appearance: none;
}

.onlineForm input[type=submit] {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: none;
	margin-bottom: 20px;
	width: 100%;
	padding: 10px;
	border: 0;
	background-color: #006c9f;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

.onlineForm #submit:hover, 
.onlineForm #submit:focus {
	outline: none;
	-webkit-appearance: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

/*  FOOTER SECTION
=========================================================================
*/

.shadow {
	width: 100%; 
	height: 21px;  
	background: url('../images/shadow.png') repeat-x;
}

footer {
    width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	clear: both;
}

.footer h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0;
}

.footer ul {
	overflow: hidden;
}

.footer ul li {
	list-style: none;
	margin-bottom: 20px;
}

.footer ul li, 
.footer ul li a, 
.footer ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
	text-align: left;	
}

.footer ul li a:hover {
	text-decoration: none;
	line-height: 20px;
	text-align: left;
	color: #CCCCCC;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.page-container {    
	diplay: block;
	width: 100%;
} 

/*  Footer Address */

.footerAddress {
	width: 49.6666%;
	float: left;
	text-align: left;
	padding: 10px 0 10px 10px;
	margin: 10px 0 10px 0;
}

.footer ul li.address {
	background: url('../images/address_icon.png') no-repeat left top;
	padding-left: 25px;
}

.footer ul li.map {
	background: url('../images/map_icon.png') no-repeat left top;
	padding-left: 25px;
}

/*  Footer Contacts */

.footerContacts {
	width: 49.3333%;
	float: right;  
    text-align: right;
	padding: 10px 0 10px 10px;
	margin: 10px 0 10px 0;
}

.footer ul li.phone {
	background: url('../images/phone_icon.png') no-repeat left top;
	padding-left: 25px;
}

.footer ul li.mobile {
	background: url('../images/mobile_icon.png') no-repeat left top;
	padding-left: 25px;
}

.footer ul li.fax {
	background: url('../images/fax_icon.png') no-repeat left top;
	padding-left: 25px;
}

.footer ul li.emlink {
	background: url('../images/email_icon.png') no-repeat left top;
	padding-left: 25px;
}

.footer .phone_ms {
display: block;
font-style: italic;
font-size: 10px;
line-height: 14px;
margin-top: 2px;
margin-bottom: 5px;
}

/*  Footer Copyrights */

.footerCopyrights {
	width: 100%;
	float: left;
	margin: 20px 0 20px 0;
}

.footerCopyrights p {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding: 20px 0 20px 0;
}

.footerContactsCopyrights {
	width: 100%;
	float: left;
}

.footerContactsCopyrights p {
	display: block;
	text-align: center;
	line-height: 20px;
	padding: 25px 0 25px 0;
}

/*  Back To Top */

.cd-top {
	display: inline-block;
	height: 30px;
	width: 30px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #006c9f url('../images/top-arrow.svg') no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top:hover {
	background: rgba(204, 204, 204, 0.4) url('../images/top-arrow.svg') no-repeat center 50%;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible {
  	visibility: visible;
  	opacity: 1;
}

.cd-top.cd-fade-out {
  	opacity: 0.7;
}