/* google_fonts
-----------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #231f20;
	width: 100%;
	min-width: 1100px;
	font-weight: 300;
	background: url(images/body_center_bg.png) center repeat-y, #515151 url(images/body_bg.png) center repeat-y;
	position: relative;
	overflow-x: hidden;
	padding-top: 44px;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-size: 24px;
	line-height: 27px;
	font-weight: 300;
	color: #635a5c;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 300;
	color: #231f20;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	color: #a2681b;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	color: #635a5c;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
a {
	color: #f83436;
	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 10px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
	list-style-image: url(images/icon_bullet.png);
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 15px;
	line-height: 15px;
    box-sizing: border-box;
	background: url(images/input_bg.png) top repeat-x;
}
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: #fff;
	background: #ef2f32;
	font-size: 24px;
	line-height: 25px;
	text-transform: uppercase;
	border: 0px;
	padding: 10px 35px 10px 35px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 25px;
}
.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;
	font-size: 15px;
	line-height: 22px;
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 8px;
}

.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* 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 6px 0px 6px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #000;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #000;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #000;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #000;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.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;
}

.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_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	background: #c0c0c0;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.png) top repeat-x;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: 300;
	outline: none;
	background: #fd3739 url(images/a_button_bg.png) top repeat-x;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 20px 7px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #af8044;
	transform: scale(1.1);
}

.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-image: 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: #fff;
	background: #fc3638;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #b9894c;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #b9894c;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.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;
}


/* portfolio_slides
-----------------------------------------------------------------------------*/
.portfolio_slides {
	position: relative;
}
.portfolio_slides ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.portfolio_slides li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center;
}
.portfolio_slides .images {
	max-width: -webkit-calc(100% - 8px); /* - 2*border */
	max-width: -moz-calc(100% - 8px);
	max-width: calc(100% - 8px);
	max-width: 100%;
	height: auto;
}

.portfolio_slides_pager {
	position: relative;
	display: table;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.portfolio_slides_pager span {
	width: 15px;
	height: 15px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 40px;
	color: #4d1658;
}
.portfolio_slides_pager span.cycle-pager-active {
	color: #d1b26d;
}
.portfolio_slides_pager > * {
	cursor: pointer;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.png) top repeat-x;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
	vertical-align: top;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 47px;
}

.body_wrapper {
	max-width: 1920px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 1920px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

#menutop {
	width: 100%;
	height: 44px;
	background: url(images/menutop1_bg.png) bottom repeat-x, #5b3724 url(images/menutop_bg.png) top repeat-x;
}
#menutop_social {
	padding-top: 12px;
	float: right;
}
#menutop_social a img {
	margin-left: 7px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop_social a:hover img {
	transform: scale(1.1);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);	
}
#menutop ul {
	display: table;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	position: relative;	
}
#menutop li {
	float: left;
	height: 44px;
	padding: 0px;
	margin: 0px;
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 18px 16px 18px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop li:first-child a {
	padding: 14px 18px 16px 0px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #e8ba7c;
	text-decoration: none;
	transform: scale(1.1);
}
#header {
	width: 100%;
	height: 109px;
	background: #fff;
	position: relative;
}
#header:after {
	content: "";
	display: block;
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: -24px;
	left: 0px;
	z-index:10;
	background: url(images/header_shadow.png) center top no-repeat;
}
#header_logo {
	padding: 12px 0px 0px 0px;
	float: left;
	width: 220px;
}
#header_call_area {
	padding: 22px 0px 0px 0px;
	float: left;
	width: 880px;
	font-size: 23px;
	line-height: 25px;
	color: #231f20;
	text-align: right;
	text-transform: uppercase;
}
#header_call_area span {
	display: inline-block;
	font-size: 18px;
	padding: 0px 0px 5px 20px;
	background: url(images/icon_phone.png) left 5px no-repeat;
}
#slideshow {
	width: 100%;
	height: 694px;
	position: relative;
	overflow: hidden;
	z-index:0;
}
.inside #slideshow {
	height: 364px;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}
#slides_arrow_next, #slides_arrow_prev {
	width: 24px;
	height: 132px;
	position: absolute;
	top: 291px;
	z-index: 170;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.inside #slides_arrow_next, .inside #slides_arrow_prev {
	top: 121px;
}
#slides_arrow_prev {
	left: 20px;
	background: url(images/slides_arrow_prev.png) center center no-repeat;
}
#slides_arrow_next {
	right: 20px;
	background: url(images/slides_arrow_next.png) center center no-repeat;	
}
#slides_arrow_next:hover, #slides_arrow_prev:hover {
	transform: scale(1.1);
}
#slides_arrow_next:hover {
	transform-origin: 100% 50%;
}
#slides_arrow_prev:hover {
	transform: scale(1.1);
	transform-origin: 0% 50%;
}
#slideshow_pager { 
	position: absolute;
	bottom: 36px;
	z-index: 140;
	width: 100%;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.16); 	 
	text-align: center;
}
#slideshow_pager span { 
	width: 16px;
	height: 11px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 40px;
	color: #ffffff;
}
#slideshow_pager span.cycle-pager-active {
	color: #ec2e31;
}
#slideshow_pager > * {
	cursor: pointer;
}
#slide_slogan {
	position: absolute;
	bottom: 281px;
	z-index: 110;
	width: 100%;
}
.inside #slide_slogan {
	bottom: 121px;
}
#slide_slogan .page_wrapper {
	padding: 34px 0px 33px 0px;
	background: #fd3739 url(images/slide_slogan_bg.jpg) center top repeat-x;
	font-size: 44px;
	line-height: 45px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#box_links {
	width: 100%;
	padding: 43px 0px 25px 0px;
	min-height: 388px;
	background: url(images/box_links1_bg.png) center top no-repeat, #aa7d42 url(images/box_links_bg.jpg) center center no-repeat;
	background-size: auto, cover;
}
.inside #box_links {
	padding: 0px;
	min-height: 36px;
	background: #794c1d url(images/box_links_inside_bg.jpg) center top no-repeat;
	background-size: auto;
}
#box_links ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;

}
#box_links ul li {
	width: 353px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: -4px;
	padding-right: 20px;
}
#box_links ul li:last-child {
	padding-right: 0px;
}
#box_links ul li a {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
#box_links ul li a:hover {
	text-decoration: none;
}
#box_links ul li a img {
	-webkit-border-radius: 106px;
	-moz-border-radius: 106px;
	border-radius: 106px;
}
#box_links ul li a b {
	display: block;
	padding: 20px 0px 16px 0px;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
#box_links ul li a span {
	display: inline-block;
	margin-top: 17px;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: 300;
	outline: none;
	background: #fd3739 url(images/a_button_bg.png) top repeat-x;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 20px 7px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_links ul li a:hover span {
	color: #fff;
	text-decoration: none;
	background: #af8044;
}
#middle {
	width: 100%;
	padding: 48px 0px 30px 0px;
	min-height: 395px;
	background: #fff url(images/middle_bg.jpg) center top no-repeat;
}
#content {
	float: left;
	width: 750px;
	padding-right: 40px;
}
#menuleft {
	float: left;
	width: 310px;
}
#menuleft ul {
	width: 100%;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#menuleft ul li {
	font-size: 0px;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}
#menuleft li a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
	text-transform: uppercase;
	padding: 14px 10px 13px 39px;
	background: url(images/menuleft_a_arrow.png) 23px 18px no-repeat, #fd3739 url(images/menuleft_a.png) top repeat-x;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	transform: scale(1);
}
#menuleft ul li:hover a {
	background: url(images/menuleft_a_arrow.png) 23px 18px no-repeat, #bb8b4d url(images/menuleft_selected_a.png) top repeat-x;
	text-decoration: none;
	font-size: 21px;
}
#menuleft li.selected a {
	background: url(images/menuleft_a_arrow.png) 23px 18px no-repeat, #bb8b4d url(images/menuleft_selected_a.png) top repeat-x;
	text-decoration: none;
	font-size: 21px;
}

#box_portfolio {
	width: 100%;
	padding: 50px 0px 40px 0px;
	min-height: 403px;
	background: url(images/box_portfolio1_bg.png) center top no-repeat, #787984 url(images/box_portfolio_bg.jpg) center center no-repeat;
	background-size: auto, cover;
}
#box_portfolio_thumbs {
	padding-bottom: 18px;
}
#box_portfolio_thumbs a {
	display: block;
	float: left;
	position: relative;	
	line-height:0px;
	margin: 0px 20px 20px 0px;
}
#box_portfolio_thumbs a img {
	border: 4px solid #fff;
}
#box_portfolio_thumbs a div {
	z-index: 200;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: -webkit-calc(100% - 8px);
	width: -moz-calc(100% - 8px);
	width: calc(100% - 8px);
	height: -webkit-calc(100% - 8px);
	height: -moz-calc(100% - 8px);
	height: calc(100% - 8px);
	background: #e0282b url(images/icon_zoom.png) center center no-repeat;
	border: 4px solid #fff;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;	
}
#box_portfolio_thumbs a:hover div {
	opacity: 1;
}
#box_portfolio_thumbs a:nth-child(3) {
	margin: 0px 0px 20px 0px;
}

#box_contact {
	width: 100%;
	padding: 51px 0px 30px 0px;
	min-height: 347px;
	background: url(images/box_contact1_bg.png) center top no-repeat, #a5793e url(images/box_contact_bg.jpg) center center no-repeat;
	background-size: auto, cover;
	color: #fff;
}
#box_contact_form table tr {
	vertical-align: top;
}
#box_contact_form .td_half {
	width: 50%;
}
#box_contact_form textarea {
	height: 171px;
	color: #222222;
	font-size: 20px;
	line-height: 20px;
	padding: 12px 10px 13px 20px;
	background: #eeeeee;
	border: none;
}
@-moz-document url-prefix() {
	#box_contact_form textarea {
		height: 159px;
	}
}
#box_contact_form #name,
#box_contact_form #phone,
#box_contact_form #email,
#box_contact_form #scode {
	color: #222222;
	font-size: 20px;
	line-height: 20px;
	padding: 12px 10px 13px 20px;
	background: #eeeeee;
	border: none;
	text-transform: uppercase;
	margin: 0px 0px 12px 0px;	
}
#box_contact_form input:required {
	background: #eeeeee url(images/placeholder_req_bg.png) 13px 13px no-repeat!important;
}
#box_contact_form input:required:active,
#box_contact_form input:required:focus,
#box_contact_form input:required:valid {
	background: #eeeeee!important;
}
#box_contact_form label {
	padding-right:18px;
}
#box_contact_form td:nth-child(2) label {
	padding-right:0px;
}
#box_contact_form #scode_block #scode {
	width: 107px;
}
#box_contact_form ::-webkit-input-placeholder {
	color: #000;
	font-size: 20px;
	line-height: 20px;
}
#box_contact_form ::-moz-placeholder {
	color: #000;
	font-size: 20px;
	line-height: 20px;
}
#box_contact_form :-moz-placeholder {
	color: #000;
	font-size: 20px;
	line-height: 20px;
}
#box_contact_form :-ms-input-placeholder {
	color: #000;
	font-size: 20px;
	line-height: 20px;
}

#footer {
	width: 100%;
	padding: 57px 0px 50px 0px;
	min-height: 134px;
	background: url(images/footer_bg.png) center top repeat-x;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}

/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 430px;
	float: right;
}
/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	padding: 0px 0px 21px 0px;
	margin: 0px;
	font-size: 40px;
	line-height: 41px;
	font-weight: 300;
	color: #231f20;
	text-transform: uppercase;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	font-size: 40px;
	line-height: 41px;
	font-weight: 300;
	color: #231f20;
	text-transform: uppercase;
}
#box_portfolio .content_title,
#box_contact .content_title {
	padding: 0px 0px 30px 0px;
	color: #fff;
	text-align: center;
}
/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 4;
    -webkit-column-count: 4;
	column-count: 4;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#service_area span {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #231f20;
	text-decoration: none;
	cursor: text;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 42px;
	height: 42px;
	background: #ef2f32 url(images/scroll_top_bg.png) center no-repeat;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #a07337 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}


.chk_boxes label {
	float:none;
	width: auto!important;
}
.chk_boxes label input {
	width: auto!important;
	margin-right: 5px;
}
