/* google_fonts
-----------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Oranienbaum); 


* {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #2c2925;
	width: 100%;
	min-width: 320px;
	background: #000;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	color: #7d090a;
	font-family: 'Oranienbaum', serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #b74d27;
	font-family: 'Oranienbaum', serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #a71724;
	font-family: 'Oranienbaum', serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: 'Oranienbaum', serif;
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #79131c;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

a {
	color: #a80a0b;
	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;
}
p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #2c2925;
	font-size: 14px;
	line-height: 14px;
    box-sizing: border-box;
	background: none;
}
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: #a80a0b;
	font-size: 22px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: 'Oranienbaum', serif;
	padding: 13px 16px 12px 16px;
	border: 0px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #2c2925;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #2c2925;
	font-size: 14px;
	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: #2c2925;
	font-size: 14px;
	line-height: 14px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 7px;
}
.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: 105px;
	height: 43px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #2c2925 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #2c2925 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #2c2925 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #2c2925 !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%-6px); /* - 3*border */
	max-width: -moz-calc(100%-6px);
	max-width: calc(100% - 6px);
	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: 3px solid #e9e9ea;
}
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: #a80a0b;
	font-family: 'Oranienbaum', serif;
	font-size: 16px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: none;
	text-align: center;
	padding: 11px 15px 10px 15px;
	border: #000 1px solid;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #a80a0b;
	border: #000 1px solid;
	transform: scale(1.07);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.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;
	font-size: 17px;
	line-height: 17px;
	background: #878787;
	padding: 4px 6px 4px 6px;
	margin: 0px 3px 5px 0px;
	font-family: 'Oranienbaum', serif;
	border-radius: 5px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	background: #9c0c0d;
	font-family: 'Oranienbaum', serif;
	border-radius: 5px;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	background: #9c0c0d;
	padding: 4px 6px 4px 6px;
	margin: 0px 3px 5px 0px;
	font-family: 'Oranienbaum', serif;
	border-radius: 5px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}
.sectionname_divider {
	display: none;
}
.imagesmallname {
	color: #2c2925;
}
.imagemediumname {
	color: #2c2925; 
	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 #a2a1aa;
	border-left: 1px solid #a2a1aa;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #a2a1aa; 
	border-right: 1px solid #a2a1aa; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #a90a0b;
	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: #a90a0b;
}
.table tr:nth-child(odd) {
	background: #f5f5f6;
}
.table tr:nth-child(even) {
	background: #e9e9ea;
}

/* table_mo
-----------------------------------------------------------------------------*/
table.table_mo thead {
    display: none;
}
table.table_mo tr {
    display: block;
    border-bottom: 1px solid #a2a1aa;
}
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: 96px;
	padding-top: 8px;
	text-align: center;
	background: #fff;
}
#header1 {
	width: 100%;
	height: 224px;
	background: #030303 url(images/mobile_header1_bg.jpg) center top no-repeat;
	text-align: center;
}
#header1 a {
	background: url(images/mobile_icon_phone.png) left center no-repeat;
	display: inline-block;
	color: #FFF;
	font-size: 27px;
	line-height: 21px;
	font-family: 'Oranienbaum', serif;
	margin-top: 192px;
	padding-left: 25px;
	text-decoration: none;
	outline: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#header1 a:hover {
	color: #e43e3f;
}
.inside #header1 {
	width: 100%;
	height: 124px;
	background: #030303 url(images/mobile_header1_inside_bg.jpg) center top no-repeat;
}
.inside #header1 a {
	margin-top: 92px;
}

/* Menu
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: #9d0909 url(images/mobile_menu_icons_bg.png) top repeat-x;
}
.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: #fff;
    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: #010101 url(images/mobile_menu_li_bg.png) top repeat-x;
}
#menu a {
	display: block;
	text-align: center;
	color: #fff;
    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: #b00b0c;
}
#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;
	padding: 26px 20px 20px 20px;
	min-height: 300px;
    height: auto !important;
    height: 300px;
}

.content_title {
	width: 100%;
	width: auto;
	display: table;
	margin: 0 auto;
	color: #a80a0b;
	font-family: 'Oranienbaum', serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 12px 0px;
	position: relative;
	margin-bottom: 22px;
}
.content_title:after {
	content: "";
	margin: auto;
	display: block;
	width: 78px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px; 
	border-bottom: #a2a1aa 2px solid;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #a80a0b;
	font-family: 'Oranienbaum', serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
/* service_area
----------------------------------------------------------------------------*/
#service_area { 
	width: 100%;	
}
#service_area b {
	font-size: 15px;
	line-height: 15px;
	display: block;
	text-align: center; 
	font-weight: bold;
}
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#service_area ul li {
	list-style: none;
	list-style-image: none;	
}
#service_area span {
	font-family: 'Oranienbaum', serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #2c2925;
	text-decoration: none;
	cursor: text;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	color: #909090;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	padding: 22px 0px 22px 0px;
	background: url(images/mobile_footer_bg.png) top repeat-x;
}
#footer a {
	color: #909090;
}
#footer span {
	font-weight: bold;
}

/* thin-veneer.php
-----------------------------------------------------------------------------*/
#thin_slideshow {
	width: auto;
	margin: auto; 
	display: block;
	text-align: center;
}
#thin_slideshow img {
	margin-right: 15px;
	margin-bottom: 15px;
}

/* 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;
}