* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: arial;
	font-size: 14px;
	line-height: 24px;
	color: #635d5e;
	width: 100%;
	min-width: 320px;
	background: #fff;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: 'Oranienbaum', serif;
	font-size: 33px;
	line-height: 33px;
	font-weight: normal;
	color: #2C570B;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align:center;
}
h2, .h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	color: #3B4A02;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align:center;
}
h3, .h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #007911;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align:center;
}

a {
	color: #a92b19;
	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 {
}
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: 18px;
	line-height: 18px;
    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: 100%;
	max-width: 500px;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	color: #fff;
	background: #E7912A;
	font-size: 16px;
	line-height: 16px;
	border: 0px;
	padding: 11px 10px 12px 10px;
	text-transform: uppercase;
}
.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: #231f20;
	font-size: 20px;
	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: #231f20;
	font-size: 18px;
	line-height: 25px;
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #231f20;
}
.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: 85px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !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%); /* - 2*border */
	max-width: -moz-calc(100%);
	max-width: calc(100%);
	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: 0px;
}


hr, .hr {
	line-height: 2px;
	height: 2px;
	font-size: 1px;
	background: url(images/hr_bg.png) top repeat-x;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #8B231C;
	font-family: 'Oranienbaum', serif;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
	text-align: center;
	padding: 12px 20px 12px 20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	text-transform: uppercase;
	border:4px double #8B231C;		
}
.a_button:hover {
	color: #F5A74A;
	text-decoration: none;
}

.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: #79675c;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #a92b19;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #a92b19;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.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;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 97px;
	padding-top: 7px;
	text-align: center;
	background: url(images/mobi-header.jpg) top repeat-x;
}
#header_social {
	width: 100%;
	height: 37px;
	text-align: center;
	background: url(images/mobi-header-social.jpg) top repeat-x;	
	padding-top:3px;
}
#header_social img
{
margin-right:5px;	
}
#header_phone {
	padding-top: 2px;
	text-align: center;
}
#header_phone a {
	color: #231f20;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
#header_phone a:hover {
	text-decoration: none;
}

#header1 {
	width: 100%;
	height: 180px;
	background: #8E552C url(images/mobi-banner.jpg) center center no-repeat;
}
#header2 {
	width: 100%;
	height: 32px;
	line-height:32px;
	background: #F3A547;
	text-align:center;
	font-family: 'Oranienbaum', serif;
	font-size:26px;
	color:#fff;
}


/* Menu
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: #E5DDCF linear-gradient(to bottom, #E5DDCF 0px, #F2ECE1 36px);
}
.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: #111;
    font-size: 15px;
	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: #E8922B linear-gradient(to bottom, #E8922B 0px, #F5A74A 32px);
}
#menu a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menu a:hover {
	text-decoration: none;
}

#menu li.selected > a {
	color: #111;
}

#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;
}


/* 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;
}

/* 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: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #635d5e;
	text-decoration: none;
	cursor: text;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	background: #dcdace url(images/mobi-footer.jpg) top repeat-x;
}
#footer a {
	color: #fff;
}
#footer span {
	color: #fff;
}


/* 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;
}
