/* google_fonts
-----------------------------------------------------------------------------*/
@import url('http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('http://fonts.googleapis.com/css?family=Great+Vibes');

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	width: 100%;
	min-width: 1100px;
	font-weight: 300;
	background: #000000;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-size: 36px;
	line-height: 39px;
	font-weight: 600;
	color: #c16121;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 35px;
	font-weight: 600;
	color: #b97100;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 28px;
	line-height: 31px;
	font-weight: 600;
	color: #b58400;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 5px 20px;
	padding: 0px 0px 0px 0px;
	list-style-position: inside;
}
ul {
	list-style-image: none;
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}
ul.page_list {
	list-style: disc;
}
.page_list li, .page_list li span {
	vertical-align: middle !important;
}

p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    box-sizing: border-box;
	background: none;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 700px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 350px !important;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #000;
	background: #b36806;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding: 6px 10px 7px 10px;
	text-transform: uppercase;
	border: 0px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #fff;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #000;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	background: #cbc6b9;
	border: none;
}
.form select {
	padding: 4px;
}

.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}
.cell_third_part {
	width: 40%;
}
.cell_half {
	width: 50%;
}
.cell_fourth {
	width: 25%;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #000;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #000;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #000;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #000;
	font-weight: normal;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}
.align_center_ds {
	text-align: center;
	margin: auto;
}
.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.text_small {
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
}
.edit_full {
	width: 100%;
}
.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.box_center {
	display: table;
	margin: 0 auto !important;
}
.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.hidden {
	display: none;
}
.desktop_only {
}
.mobile_only {
	display: none;
}
.img_left {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_left_ds {
	width: auto;
	float: left;
	margin-bottom: 0px
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}
.images, .images_left, .images_right {
	border: 0px;
	background: #000;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 30px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 30px;
}
hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #cbc6b9;
	border: 0px;
}

.a_button { 
	width: 155px;
	height: 54px;
	display: inline-block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	line-height: 40px;
	text-decoration: none;
	font-weight: 300;
	text-transform: uppercase;
	outline: none;
	background: url(images/a_button.png) center top no-repeat;
	text-align: center;
}
.a_button:hover {
	text-decoration: none;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	list-style: none;
}
ul.columns_list > li {
	list-style: none;
	list-style-images: none;
	display: inline-block;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
ul.columns_list > li, ul.columns_list[data-columns-count="2"] > li {
	width: 47%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 30%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 22%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 17%;
	margin-right: 3%;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #000;
	background: #ada48c;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 3px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #b36806;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #b36806;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 3px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}
.sectionname_divider {
	display: none;
}
.imagesmallname {
	color: #000;
}
.imagemediumname {
	color: #000; 
	font-weight: bold;
}
.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: auto;
	border-top: 2px solid #cbc6b9;
	border-left: 2px solid #cbc6b9;
	text-align: left;
}
.table tr {
	vertical-align: middle;
}
.table th {
	padding: 8px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	font-size: 15px;
	line-height: 20px;
	color: #64534c; 
	text-align: left;
}
.table td {
	padding: 8px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	font-size: 14px;
	line-height: 18px;
	color: #64534c; 
	font-family: 'Raleway', sans-serif;
	text-align: left;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.png) top repeat-x;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
	text-align: left;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
	overflow: hidden;
}
.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
 
/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 804px;
	position: relative;
	z-index: 0;
}
.inside #header {
	width: 100%;
	height: 605px;
	position: relative;
}
#header_top {
	width: 100%;
	height: 176px;
	background: url(images/header_top_bg.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	z-index: 101;
}
#header_logo {
	width: 450px;
	position: absolute;
	top: 12px;
	left: 10px;
}
#header_bottom {
	width: 100%;
	height: 162px;
	background: url(images/header_bottom_bg.png) center bottom no-repeat;
	background-size: 100% 162px;
	position: absolute;
	top: 642px;
	z-index: 110;
}
.inside #header_bottom {
	width: 100%;
	height: 174px;
	background: url(images/header_bottom_inside_bg.png) center bottom no-repeat;
	background-size: cover;
	position: absolute;
	top: 431px;
	z-index: 110;
}
#fertilizing_slogan {
	width: 98%;
	margin: auto;
	position: absolute;
	top: 228px;
	left: 10px;
	text-align: center;
	font-size: 48px;
	line-height: 52px;
	font-family: 'Raleway', sans-serif; 
	font-weight: 700;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	z-index: 110;
}
	
/* header_slogan
----------------------------------------------------------------------------*/
#header_slogan {
	background: url(images/header_slogan_text.png) center 83px no-repeat, url(images/header_slogan_bg.png) center no-repeat;
	position: absolute;
	top: 571px;
	text-align: center;
	height: 233px;
	z-index: 112;
}
.inside #header_slogan {
	position: absolute;
	top: 360px;
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop { 
	width: 67%;
	position: absolute;
	top: 12px;
	left: 460px;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 2px;
}
#menutop li {
	background: url(images/menutop_li.png) right center no-repeat;
	float: left;
	height: 35px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li:last-child a {
	padding-right: 3px;
}

#menutop li:last-child {
	background: none;
	padding-right: 0px;
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center; 
	text-transform: uppercase;
	padding: 10px 8px 0px 8px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a {
	color: #ffd505;
	text-decoration: none;
	transform: scale(1.05);
}
#menutop li.selected a {
	color: #ffd505;
	transform: scale(1.05);
}

/* header_phone
-----------------------------------------------------------------------------*/
#header_phone { 
	width: 210px;
	position: absolute;
	top: 84px;
	left: 890px;
	color: #fff; 
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: right;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 30px; 
}
#header_phone span {
	color: #ffd501;
	font-size: 22px;
	line-height: 30px; 
}

/* header_social
-----------------------------------------------------------------------------*/
#header_social {
	width: 205px;
	position: absolute;
	left: 894px;
	top: 122px;
	text-align: right;
}
#header_social img {
	float: left;
	width: auto;
	margin-left: 9px;
}

/* pager
-----------------------------------------------------------------------------*/
.cycle-pager { 
    text-align: center; 
	width: 100%; 
	z-index: 115; 
	position: absolute; 
	bottom: 80px; 
	overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 38px; width: 15px; height: 15px; 
    display: inline-block; color: #fff; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #ffb600;}
.cycle-pager > * { cursor: pointer;}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow { 
	width: 100%;
	height: 738px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	width: 100%;
	height: 520px !important;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}
.inside #slideshow  li {
	background-size: 100% 520px;
}

/* slides arrows
-----------------------------------------------------------------------------*/
#slides_arrow_prev {
	position: absolute;
	top: 55%;
	margin-top: -55px;
	left: 6px;
	background: #b36806;
	width: 46px;
	height: 51px;
	padding: 7px 0px 0px 12px;	
	-webkit-border-radius: 58px;
	-moz-border-radius: 58px;
	border-radius: 58px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 102;
}
#slides_arrow_prev:hover {
	background: #916a43;
	text-decoration: none;
	transform: scale(1.05);
}
.inside #slides_arrow_prev {
	position: absolute;
	top: 60%;
	margin-top: -60px;
}
#slides_arrow_next {
	position: absolute;
	top: 55%;
	margin-top: -55px;
	right: 6px;
	background: #b36806;
	width: 41px;
	height: 51px;
	padding: 7px 0px 0px 17px;	
	-webkit-border-radius: 58px;
	-moz-border-radius: 58px;
	border-radius: 58px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 102; 
}
#slides_arrow_next:hover {
	background: #916a43;
	text-decoration: none;
	transform: scale(1.05);
}
.inside #slides_arrow_next {
	position: absolute;
	top: 60%;
	margin-top: -60px;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	min-height: 355px;
	height: auto !important;
	background: url(images/middle_top_bg.jpg) center top no-repeat, url(images/middle_bg.jpg) repeat;
	background-size: 100% 470px, 89px 93px;
	position: relative;
	z-index: 0;
}
.inside #middle {
	width: 100%;
	height: 672px;
	background: url(images/middle_top_inside_bg.jpg) center top no-repeat, url(images/middle_bg.jpg) repeat;
	background-size: 100% 672px, 89px 93px;
	position: relative;
	z-index: 0;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: auto;
	overflow-x: hidden;
	padding: 29px 0px 20px 0px;
}
.inside #content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 29px 0px 29px 0px;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 47px;
	line-height: 47px;
	text-align: left;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 23px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 47px;
	line-height: 47px;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
	text-align: center;
}
.inside .content_title, .inside .content_title h1 {
	text-align: left !important;
}

/* menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%;	
	position: relative;
	background: url(images/menu_top_bg.jpg) center top no-repeat, url(images/menu_bottom_bg.jpg) center bottom no-repeat, url(images/menu_bg.jpg) center repeat-y;
	background-size: 100% 110px, 100% 121px, 100% 109px;
	padding: 55px 0px 55px 0px;
	z-index: 1;
}
.inside #menu {
	background: url(images/menu_top_inside_bg.jpg) center top no-repeat, url(images/menu_bottom_inside_bg.jpg) center bottom no-repeat, url(images/menu_bg.jpg) center repeat-y;
	background-size: 100% 25px, 100% 25px, 100% 109px;
	padding: 38px 0px 33px 0px;
	z-index: 1;
}  
#menu ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu li {
	float: left;
	width: 355px;
	height: 61px;
	background: url(images/menu_li_bg.jpg) top center no-repeat;
	padding: 0px;
	margin: 0px 15px 16px 0px;
}
.inside #menu li {
	height: 44px;
}
#menu li:nth-child(3n+3) {
	margin-right: 0px;
}
#menu li:nth-child(10) {
	margin: 0px 0px 0px 370px;
}
#menu a {
	display: block;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	height: 38px;
	text-align: center;
	text-transform: uppercase;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	padding-top: 23px;
}
.inside #menu a {
	height: 29px;
	padding-top: 15px;
}
#menu li:hover {
	background: url(images/menu_li_bg.jpg) left no-repeat;
	text-align: center;
}
#menu li:hover a {
	text-decoration: none;
	color: #e3e5e7;
	transform: scale(1.1);
}
#menu li.selected a {
	color: #e3e5e7;
	transform: scale(1.1);
}

/* #box_portfolio
----------------------------------------------------------------------------*/
#box_portfolio { 
	width: 100%; 
	background: #867f6a url(images/box_portfolio_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 55px 0px 35px 0px;
	z-index: 1;
}
.inside #box_portfolio { 
	background: #f5f5f5;
	height: 10px;
	padding: 0px;
}
#box_portfolio ul {
	width: auto;
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
}
#box_portfolio li {
	float: left;
	width: auto;
	height: 263px;
	list-style-image: none;
	list-style: none;
	display: table-cell;
	padding: 0px;
	margin: 0px 6px 6px 0px;
    overflow: hidden; 
	position: relative;
}
#box_portfolio li:nth-child(3n+3) {
	margin-right: 0px;
}
#box_portfolio ul li a {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_portfolio ul li a:hover {
}
#box_portfolio a img {
	transition: transform 250ms ease-in;
}
#box_portfolio li:last-child a {
	margin-right: 0px;
}

#box_portfolio a:hover img {
	transition: transform 250ms ease-in;
	transform: scale(1.03);
}
#box_portfolio a span {
	position: absolute;
	width: 282px;
	height: 263px;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: url(images/icon_zoom.png) center center no-repeat;
	transition: all 250ms ease-in;
	z-index: 1;
}
#box_portfolio a div {
	position: absolute;
	width: 524px;
	height: 263px;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: url(images/icon_zoom.png) center center no-repeat;
	transition: all 250ms ease-in;
	z-index: 1;
}
#box_portfolio a:hover span, #box_portfolio a:hover div  {
	opacity: 1;
	background: url(images/icon_zoom.png) center center no-repeat;
	transition: all 250ms ease-in;
}

/* Box footer
----------------------------------------------------------------------------*/
#box_footer {
	width: 100%;
	padding-top: 40px;
	background: url(images/box_footer_bg.jpg) top center no-repeat;
	background-size: 100% 370px;
	position: relative;
	z-index: 1;
}
#box_footer .content_title {
	font-size: 23px;
	line-height: 16px;
	color: #c16e02;
	font-family: 'Raleway', sans-serif;
	font-weight: 600; 
	margin-bottom: 28px;
}

/* box_footer_special
---------------------------------------------*/
#box_footer_special {
	float: left;
	width: 500px;
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 40px;
}

/* box_footer_form
---------------------------------------------*/
#box_footer_form {
	float: right;
	width: 520px;
	padding-bottom: 40px;
}

/* form_estimate_side
---------------------------------------------*/
#form_estimate_side {
	width: 100%;
}
#form_estimate_side fieldset {
	border: none;
}
#form_estimate_side td label.edit {
	width: 50%;
}
#form_estimate_side label.edit_full {
	width: 100%;
}
#form_estimate_side label.edit_half {
	width: 25%;
}
#form_estimate_side fieldset > table {
	width: 100%;
	padding-bottom: 15px;
}
#form_estimate_side fieldset > table {
	vertical-align: top;
}
#form_estimate_side fieldset > table td:nth-child(1) {
	padding: 0px 15px 0px 0px;
}
#form_estimate_side label input, #form_estimate_side label textarea {
	border: none;
	padding: 5px 8px 6px 8px;
	background: #c5c0b3;
	font-size: 17px;
	font-weight: 300;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 15px;
	border: #a9a394 1px solid;
}
#form_estimate_side label textarea {
	width: 250px;
	height: 129px;
}
#form_estimate_side input.submit {
	font-size: 20px;
	line-height: 33px;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	padding: 0px 30px 0px 30px;
	background: #b36806;
}
#form_estimate_side #img_code {
}

#form_estimate_side input.scode {
	height: 33px;
}
#form_estimate_side #scode_block {
	font-family: 'Raleway', sans-serif;
	color: #fff; 
	font-size: 16px;
	line-height: 19px;
}

/* box_footer_cards
---------------------------------------------*/
#box_footer_cards {
	width: 100%;
	position: relative;
	background: url(images/box_footer_top_cards_bg.png) top no-repeat, url(images/box_footer_cards_bg.jpg) 0px 4px no-repeat;
	background-size: 100% 4px, 100% 156px; 
}
#box_footer_cards_content  {
	width: auto;
	margin: auto;
	display: table;
	text-align: center;
	padding: 40px 0px 38px 0px; 
}
#box_footer_cards_content div {
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	margin-right: 64px;
	margin-top: 3px;
}
#box_footer_cards_content div strong {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600; 
}
#box_footer_cards span {
	float: left;
	margin-right: 20px;
	margin-top: 9px;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	background: #000000;
	position: relative;
	padding: 44px 0px 44px 0px;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	z-index: 2;
}
#footer:before { 
	content: "";
	display: block;
	width: 100%;
	height: 170px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/footer_bg.jpg) top center no-repeat;
	background-size: cover;
}

/* User Guide:
----------------------------------------------*/
#footer_menu {
	float: left;
	width: 221px;
	margin-left: 9px;
}

/* menubottom
-----------------------------------------------------------------------------*/
#menubottom ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}
#menubottom li {
	background: url(images/menubottom_li.png) left 3px no-repeat;
}
#menubottom ul a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 0px 0px 8px 12px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menubottom ul li:hover a {
	color: #ba6900;
	text-decoration: none;
	transform: scale(1.05);
	padding-left: 16px;
}
#menubottom li.selected a {
	color: #ba6900;
	transform: scale(1.05);
	padding-left: 16px;
} 

/* footer_logo
----------------------------------------------*/
#footer_logo {
	float: left;
	width: 370px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	margin-left: 125px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
#footer_logo img {
	 margin-bottom: 28px;
}
#footer_logo span { 
	color: #fff;
}
#footer_logo a { 
	color: #fff;
}

/* Address:
----------------------------------------------*/
#footer_address {
	float: right;
	width: 245px;
	font-size: 14px;
	line-height: 18px; 
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #FFF;
}
#footer_address span {
	font-size: 20px;
}
#footer_address div {
	color: #b36806;
	font-weight: 500;
	margin-bottom: 10px;
}
#footer_address a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
}
#contact_form {
	width: 690px;
	float: right;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	vertical-align: central;
	margin: 10px 0px 0px 20px !important;
}
#service_area span { 
	display: block;
}
.service_area_ul a[href="javascript:;"] {
	line-height: 24px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	cursor: text;
	padding-top: 10px;
}
.area_service {	
	color: #b36806;
	font-weight: 700;
	margin-bottom: 10px;
}
.service_area_ul {
	float: left;
	padding-top: 10px;
	vertical-align: central;
	
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;	
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 58px;
	height: 58px;
	background: #b36806 url(images/scroll_top_bg.png) center no-repeat;
	-webkit-border-radius: 58px;
	-moz-border-radius: 58px;
	border-radius: 58px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: background 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #916a43 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}

/* star - disposal-services.php
-----------------------------------------------------------------------------*/
.star {
	background: url(images/star_bg.png) center no-repeat;
	width: auto;
	height: auto;
	text-align: center;
	color: #0c4125;
	font-size: 30px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 50px 50px 40px 50px;
	margin: 0px;
}
.star span {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}
.table_ds {
	max-width: 100%;
	width: auto !important;
}
.table_ds td {
	float: left;
	width: auto;
	margin-right: 25px;
	margin-bottom: 15px;
}
.table_ds tr td:last-child {
	margin-right: 0px;
}