* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #4a4a4a;
	width: 100%;
	min-width: 320px;
	background: #ae8648;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #4a4a4a;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #2d2d2d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #75572a;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

a {
	color: #af6e0a;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}

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 {
}
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: 13px;
	line-height: 13px;
    box-sizing: border-box;
	background: url(images/input_bg.gif) top repeat-x;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 100%;
	max-width: 500px;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #ae8648;
	font-size: 22px;
	line-height: 22px;
	padding: 11px 20px 12px 20px;
	border: 0px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
.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: 13px;
	line-height: 13px;
	padding: 11px;
	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 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 65px;
}
#scode_block input[type=text] {
	margin: 0px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #000 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #000 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #000 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #000 !important;
	font-weight: normal;
	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;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.visible {
	display: block;
}
.hidden {
	display: none;
}

.desktop_only {
	display: none;
}
.mobile_only {
}

.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}
.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: -webkit-calc(100% - 4px); /* - 2*border */
	max-width: -moz-calc(100% - 4px);
	max-width: calc(100% - 4px);
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.images, .images_left, .images_right, .images_full {
	border: 2px solid #e2e2d9;
}

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;
	font-family: 'Economica', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	outline: none;
	background: #ae8648;
	padding: 8px 9px 7px 9px;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: auto;
	display: table;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
}
ul.columns_list > li {
	list-style-image: none;
	display: inline-block;
	padding: 0px 10px 10px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	width: 270px;
}
ul.columns_list > li {
	list-style-images: none;
	display: inline-block;
	padding: 0px 3% 10px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	min-width: 270px;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #ab7c34;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #6a9048;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #6a9048;
	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_button_last {
	float: left;
}
#portfolio_button_next {
	float: right;
}


/* 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;
}


/* table_mo
-----------------------------------------------------------------------------*/
table.table_mo thead {
    display: none;
}

table.table_mo tr {
    display: block;
    border-bottom: 1px solid #7d7b7b;
}
table.table_mo tr:last-child {
    border-bottom: none;
}

table.table_mo th {
    display: block;
	margin: 0 !important;
	padding: 5px !important;
	text-align: center !important;
}

table.table_mo td {
    display: block;
	margin: 0 !important;
	padding: 5px !important;
	text-align: right !important;
}
table.table_mo td:before {    
    float: left;
	content: attr(data-label);
	font-weight: bold;
}

/* Menu_social
-----------------------------------------------------------------------------*/
#menu_social {
	width: 100%;
	height: 49px;
	background: #fff url(images/header_bg.png) center bottom repeat-x;
	line-height: 1px;
}
#menu_social:after {
    content:"";
    display:block;
    clear: both;
}
#menu_social ul {
	float: right;
	margin: 0 auto;
	padding: 0px 10px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#menu_social li {
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 5px;
}
#menu_social ul li:first-child {
	padding-left: 0px;
}
#menu_social ul li:last-child {
	padding-right: 0px;
}
#header_phone a {
	display: inline-block;
	padding: 17px 0px 0px 17px;
	background: url(images/icon_phone.png) left 18px no-repeat;	
	font-family: 'Economica', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	color: #4a4a4a;
	margin-left:10px;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	padding-top: 17px;
	height: 54px;
	background: #fff url(images/menutop_bg.png) center bottom repeat-x;
	text-align: center;
}

/* Menu
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #e5e5e5 0px, #ffffff 100%);
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}

.menu_icons a {
	display: block;
	text-align: center;
	color: #231f20;
    font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	height: 34px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}


/* Menu
-----------------------------------------------------------------------------*/
#menu {
	width: 100%;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menu ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #ae8648 0px, #c7a36c 100%);
}
#menu a {
	display: block;
	text-align: center;
	color: #fffefe;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 0px 8px 0px;
	text-transform: uppercase;
}
#menu a:hover {
	text-decoration: none;
}

#menu li.selected > a {
	color: #000;
}

#menu li.closed > ul {
	display: none;
}
#menu li.closed > a {
	/* closed arrow on dropdown menu */
	background: url(images/mobile_arrow_close.png) 99% no-repeat;
}

#menu li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#menu li.open > a {
	/* open arrow on dropdown menu */
	background: url(images/mobile_arrow_open.png) 99% no-repeat;
}

#header1 {
	width: 100%;
	height: 180px;
	background: #9a9fa2 url(images/mobile_header1_top_bg.jpg) center top no-repeat;
}
.inside #header1 {
	width: 100%;
	height: 100px;
	background: #9a9fa2 url(images/mobile_header1_inside_top_bg.jpg) center top no-repeat;
}

/* Content
-----------------------------------------------------------------------------*/
#content {
	background: #fff url(images/mobile_content_bg.png) top repeat-x;
	padding: 20px 20px 20px 20px;
	min-height: 300px;
    height: auto !important;
    height: 300px;
}

.content_title {
	font-family: 'Economica', Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 27px;
	font-weight: 700;
	color: #4a4a4a;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	width: auto;
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	font-family: 'Economica', Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 27px;
	font-weight: 700;
	color: #4a4a4a;
	text-align: center;
	text-transform: uppercase;
}


/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	
	-moz-column-gap: 32px;
	-webkit-column-gap: 32px;
	column-gap: 32px;
}
#service_area span {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #4a4a4a;
	text-decoration: none;
	cursor: text;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding: 30px 0px 30px 0px;
	background: #ae8648;
}
#footer a {
	color: #fff;
}
#footer span {
	font-weight: normal;
}


/* styles
-----------------------------------------------------------------------------*/

/* res_table
-----------------------------------------------------------------------------*/

.belgard, .res_table {
	width: 100%!important;
}
.belgard td, .res_table td {
	display: block;
	width: 100% !important;
	text-align: center;
	margin-bottom: 14px;
}
.belgard tr td:last-child, .res_table tr td:last-child {
	margin-bottom: 0px;
}
#home_popup {
/*	display: none; */
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1100;
	overflow: auto;
}
#home_popup_container {
	display: table-cell;
	width: 50%;
	height: 60%;
	vertical-align: middle;
	margin: 0 auto;
}
#home_popup_container div {
	display: inline-block;
	width: auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
}