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

html, body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
   	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	background-color: #000000;
}

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

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

/*  Header Top */

.header-top {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

.header-top-box {
	width: 100%;
	height: 40px;
}

.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;
	background-color: #FFFFFF;
}

.header-bottom-box {
	width: 100%;
	height: 150px;
}

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

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

/*  Navigation Menu */

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

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

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

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

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

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

.header-top-box-right nav ul li {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	width: 121px;
	height: 35px;
}

.header-top-box-right nav ul li a:link, 
.header-top-box-right nav ul li a:visited {
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

.header-top-box-right nav ul li a:hover, 
.header-top-box-right nav ul li a.selected {
	color: #FFFFFF;
	background-color: #3C7140;	
}

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

/*  Logo */

.logo {
	width: 315px;
	height: 55px;
	margin: 10px 0 0 2px; 
	padding: 0;
	border: 0;
	outline: 0;
}


/* CONTENT STRUCTURE SECTION
=========================================================================
*/

.content {
    background-color: #FFFFFF;
	padding-top: 80px;
	color: #000000;
	font-size: 14px; 
	font-weight: normal;
	overflow: hidden;
	clear: both;
}

.group {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}

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

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

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

.space-block {
	display: block;
	height: 50px;
	margin-bottom: 50px;
}

/*  --- Homepage Banner --- */

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

.container_banner {
  	position: relative;
  	float: left;
  	width: 100%;
	margin: 0;
	padding: 0;
}

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

.ban li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
	padding: 0;
	border: 0;
}

.ban li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}

.ban img {
  	display: block;
  	float: left;
  	width: 100%;
	height: auto;
	padding: 3px;
	border: 1px solid #000000;
}

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

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

.box_specials {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: center;
}

.box_specials img {
	width: 413px;
	height: 140px;
	border: 0;
}

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

.box_listing .title {
	background-color: #3C7140;
	padding: 10px;
	margin-bottom: 20px;
	border: 0;
	box-shadow: 0;
	text-shadow: 0;
}

.box_listing .title h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}

.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%;
	margin-bottom: 10px;
	border: 2px solid #FFFFFF;
	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);
}

.title_featured {
	padding: 15px 0 0 0;
	margin-bottom: 20px;
	background: #FFFFFF;
}

.title_featured h1 {
	text-align: left;
	line-height: 20px;
	text-transform: uppercase;
	color: #70BF44;
}

/*  --- Services --- */

.services {	
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 20px 20px 20px;
	padding: 0 1px 0 1px;
}

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

.services-box {
	width: 100%;
	height: auto;
}

.services-box-left {
	float: left;
	width: 400px;
	padding: 0;
	margin-top: 0;
}

.services ul {
	overflow: hidden;
}

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

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

.services-box-right {
	float: right;
	width: 500px;
	height: 500px;
	padding: 0;
	margin: 10px 0 25px 0;
}

/*  --- Grid --- */
.section {
	clear: both;
	padding: 0;
	margin: 0;
}

.col {
	display: block;
	float: left;
	margin: 1% 0 1% 1%;
	background-color: #FFFFFF;
}

.col:first-child { 
	margin-left: 0; 
}

.colonne {
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: #FFFFFF;
}

.colonne:first-child { 
	margin-left: 0; 
}

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

.group:after { 
	clear: both;
}
.group { 
	zoom: 1;
}

.padded {
	background-color: #FFFFFF;
	padding: 1em;
}

.section .title {
	background-color: #3C7140;
	padding: 10px;
	margin-bottom: 0;
	border: 0;
	box-shadow: 0;
	text-shadow: 0;
}

.section .title h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
}

.span_1_of_3 {
	width: 32.26%; 
}

.span_1_of_1 {
	width: 100%; 
}

.span_1_of_2 {
	width: 56%;
	margin-right: 1%;
	text-align: left;
}

.span_2_of_2 {
	width: 42%; 
	margin-left: 1%;
	text-align: right;
}

.span_2_of_2 img {
	padding: 3px;
	border: 1px solid #000000;
}

/*  --- Contacts --- */

.contacts {	
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 20px 0 20px;
	padding: 0 1px 0 1px;
}

.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 {
	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: #3C7140;
	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: #3C7140;
	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-left: 25px;
}

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

/*  Contacts */

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

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

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

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

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

.contacts ul li.foto {
	padding: 3px;
	border: 1px solid #000000;
}

/*  Contact Form */

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

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

#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: bold;
	font-style: normal;
	text-align: left;
	text-transform: none;
}

.contact_success {
	font-family: Verdana, Geneva, sans-serif;
	color: #339900;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: none;
	padding: 5px 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 {
	border: 1px solid #CCCCCC;
	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: #3C7140;
	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 {
	background-color: #3C7140;
	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
=========================================================================
*/

footer {
    width: 100%;
    margin: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	padding: 20px 0; /* top and bottom / right and left */
	background-color: #000000; 
	clear: both;
}

.footer h1 {
	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;
}

/*  Footer Address */

.footerAddress {
	width: 50%;
	float: left;
	padding-left: 5px;
}

.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: 50%;
	float: right;
	padding-right: 5px;
}

.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 Copyrights */

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

.footerCopyrights p {
	display: block;
	text-align: center;
	line-height: 20px;
	padding: 25px 0 25px 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: rgba(30, 113, 64, 1.0) 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, .no-touch .cd-top:hover {
	-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.cd-is-visible {
  	visibility: visible;
  	opacity: 1;
}

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

.no-touch .cd-top:hover {
  	background-color: #3C7140;
  	opacity: 0.8;
}