* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #dcdec1;
	width: 100%;
	min-width: 754px;
	font-weight: normal;
	background: url(images/body_left_bg.png) left top repeat-y, url(images/body_right_bg.png) right top repeat-y, #262717 url(images/body_bg.jpg) left top repeat;
	position: relative;
} 

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	color: #ffa509;
	font-size: 15px;
	line-height: 15px;
   font-weight: normal;
   font-family: "Times New Roman", serif;
   text-transform: uppercase;
	padding: 0px 0px 15px 0px;
	margin: 0px !important;
}
h2, .h2 {
	color: #deec8b;
	font-size: 14px;
	line-height: 14px;
   font-weight: bold;
   font-family: "Times New Roman", serif;
   text-transform: uppercase;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
h3, .h3 {
	color: #9ac32c;
	font-size: 13px;
	line-height: 13px;
   font-weight: bold;
   font-family: "Times New Roman", serif;
   text-transform: uppercase;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
h4, .h4 {
	color: #f8ea7c;
	font-size: 12px;
	line-height: 12px;
   font-weight: bold;
   font-family: "Times New Roman", serif;
   text-transform: uppercase;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}
a {
	color: #fbc432;
	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;
}
ul {
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}
p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 11px;
	line-height: 11px;
    box-sizing: border-box;
}
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: #dcdec1;
	font-size: 14px;
	line-height: 13px;
	font-weight: bold;
	letter-spacing: 0.3px;
   font-family: "Times New Roman", serif;
   text-transform: uppercase;
	background: #38391e;
	padding: 11px 18px 11px 18px;
	border: 0px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #dcdec1;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #dcdec1;
	font-size: 11px;
	line-height: 18px;
}
.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 input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #a3a67f;
}
.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: 100px;
	height: 35px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 0px;
}

/* 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;
}
.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;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	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 {
	border: 3px solid #909262;
}
.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;
	border-bottom: rgba(125, 128, 94, 0.5) 1px solid;
}
.a_button {
	display: inline-block;color: #fbc432;
	font-size: 14px;
	line-height: 9px;
	font-weight: bold;
   font-family: "Times New Roman", serif;
	text-decoration: none;
	outline: none;
	padding: 8px 16px 8px 16px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
	background: url(images/box_title_bg.jpg) left top repeat;
	border: #6b6d4a 2px solid;
	text-align: center;
}
.a_button:hover {
	color: #dcdec1;
	text-decoration: none;
}

.columns {
	-moz-column-gap: 26px;
	-webkit-column-gap: 26px;
	column-gap: 26px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.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;
	vertical-align: top;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 1% 15px 1%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list.align_center li {
	text-align: center;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}
ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #dcdec1;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
	background: #84875c;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #dcdec1;
	background: #343724;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #dcdec1;
	background: #343724;
	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: #dcdec1;
}  
.imagemediumname {
	color: #fff; 
	font-weight: bold;
}
.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #dcdec1;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #84875c;
	text-align: center;
	padding: 6px 8px 5px 8px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #dcdec1;
	text-decoration: none;
	background: #343724;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: rgba(125, 128, 94, 0.5) 1px solid;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-size: 15px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}
.portfolio_section_name {
	color: #9ac32c;
	font-size: 13px;
	line-height: 13px;
   font-weight: normal;
   font-family: "Times New Roman", serif;
   text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
	border: 3px solid #909262;
}
.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}
.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #dcdec1;
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 6px 4% 6px 4%;
	opacity: 0.5;
	background: rgba(52, 55, 36, 0.5);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	background: rgba(52, 55, 36, 0.8);
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}

/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}
.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	border: 3px solid #909262;
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}
.portfolio_index_caption {
	width: 90%;
	position: absolute;
	left: 0;
	top: 20%;
	right: 0;
	bottom: 0;
	margin-top: -15%;
	opacity: 0.7;
	transition: all 0.5s ease;
	z-index: 2;
	background: none;
	color: #edefce;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
	text-align: center;
	padding: 28% 5% 5% 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.portfolio_index ul li:hover .portfolio_index_caption {
	background: rgba(53, 54, 34, 0.9);
	opacity: 1;
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}
.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}
.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #dcdec1;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}
.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.png) center center no-repeat;
}
.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.png) center center no-repeat;
}
.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}
.portfolio_slider_slideshow {
	position: relative;
}
.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}
.portfolio_slider_thumbnail {
	text-align: center;
}
.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}
.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}
.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #dcdec1;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}

/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 12px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #dcdec1;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-size: 10px;
	line-height: 10px;
	color: #dcdec1;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 18px 0px;
	border-bottom: 1px solid #6b6d49;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: " » ";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 10px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
.breadcrumbs ol li a {
	color: #fcc533;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #898c60;
	border-left: 1px solid #898c60;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #898c60; 
	border-right: 1px solid #898c60; 
	color: #36371e;
}
.table thead td, .table tfoot td {
	background: #36371e;
	color: #dcdec1;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	color: #dcdec1;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #b5b88e;
}
.table tr:nth-child(odd) {
	background: #d6d9b4;
}
.table tr:nth-child(even) {
	background: #b5b88e;
}

/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}
.page_wrapper {
	width: 754px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background:  url(images/frame_sides_bg.png) center top repeat-y, url(images/page_wrapper_top_bg.jpg)  left top repeat-x, url(images/page_wrapper_bg.jpg) left top repeat;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.9);
}
#main_wrapper {
	padding: 35px 0px 35px 0px;
	overflow: hidden;
}
.body_offset {
	padding-top: 0px;
}
.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
-----------------------------------------------------------------------------*/
#menutop {
	height: 72px;
	margin: 0px 22px 0px 22px;
	background: url(images/menutop_bg.jpg) center 14px no-repeat, url(images/frame_top_bg.jpg) center top repeat-x;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	background: url(images/menutop_li.jpg) right 14px no-repeat;
	padding: 0px;
	margin: 0px 1px 0px 0px;
}
#menutop li:first-child {
	margin-left: 0px;
}
#menutop li:last-child {
	background: none;
	margin-right: 0px;
}
#menutop li:last-child a {
}
#menutop ul li a {
	display: block;
	color: #e7e49e;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	height: 30px;
	text-align: center;
	padding: 34px 8px 0px 9px;
	margin: 0px 2px 0px 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #dcdec1;
	text-decoration: none;
	background: url(images/menutop_li_on.jpg) left bottom repeat-x;
}
#menutop ul li:hover:nth-child(4) a, #menutop li:nth-child(4).selected a {
	background: url(images/dropdown_arrow_top.png) 50% 53px no-repeat, url(images/menutop_li_on.jpg) left bottom repeat-x;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 248px;
	background: url(images/header_bg.jpg) center top no-repeat;
	position: relative;
	margin: 0px 22px 0px 22px;
}
#header_logo {
	width: 457px;
	position: absolute;
	right: 9px;
	top: 4px;
}

/* header_menu
-----------------------------------------------------------------------------*/
#header_menu {
	width: 220px;
	position: absolute;
	left: 20px;
	top: 22px;
}
#header_menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_menu ul li {
	list-style: none;
	list-style-image: none;
	background: url(images/menu_arrow.png) 0px 7px no-repeat;
}
#header_menu a {
	display: block;
	color: #e6e8c6;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	padding: 0px 0px 2px 10px;
}
#header_menu ul li:hover a, #header_menu li.selected a {
	color: #deec80;
	text-decoration: none;
}

/* Header slogan
-----------------------------------------------------------------------------*/
#header_slogan {
	height: 48px;
	background: url(images/header_slogan_bg.jpg) center top no-repeat;
	position: relative;
	color: #e7e49e;
	font-size: 32px;
	line-height: 32px;
	font-family: 'Niconne', cursive;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.62); 
	padding: 10px 0px 0px 0px;
	text-align: center;
	margin: 0px 22px 0px 22px;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	width: 660px;
	position: relative;
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.9);
	padding: 20px 25px 20px 25px;
	margin: 0px 22px 0px 22px;
}
.inside #middle {
	min-height: 444px;
	height: auto !important;
	height: 444px;
}
#middle:before {
	content: "";
	display: block;
	width: auto;
	height: auto; 
	position: absolute;
	top: 20px;
	left: 24px;
	right: 24px;
	bottom: 20px;
	background: url(images/middle_top_bg.jpg) center top no-repeat, url(images/middle_bottom_bg.jpg) center bottom no-repeat, url(images/middle_bg.jpg) center top repeat-y; 
	border: inset #b5b88e 5px solid;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.9);
}
#middle:after {
	content: "";
	display: block;
	width: 710px; 
	height: 54px; 
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url(images/middle_shadow_top_bg.png) top center no-repeat;
}

/*middle content
-----------------------------------------------------------------------------*/
#middle_content {
	margin: 16px 16px 6px 16px;
}
.inside #middle_content {
	border: #6f714e 1px solid;
	background: url(images/box_content_bg.jpg) center top repeat-y;
	position: relative;
	min-height: 444px;
	height: auto !important;
	margin: 12px 16px 16px 16px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
}

/*box_social
-----------------------------------------------------------------------------*/
#box_social {
	background: url(images/box_social_bg.jpg) center  center no-repeat;
	position: relative;
	height: 32px;
	line-height: 32px;
	padding: 9px 25px 9px 25px;
	text-align: center;
}
#icon_socials ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#icon_socials li {
	float: left;
	line-height: 1px;
	padding: 0px;
	margin: 0px 2px 0px 2px;
}
#icon_socials li:first-child {
	margin-left: 0px;
}
#icon_socials li:last-child {
	background: none;
	margin-right: 0px;
}
#icon_socials a img {
	margin: 0px 2px 0px 2px;
	opacity: 0.7;
}
#icon_socials a:hover img {
	opacity: 1;
}

/* box, box_title
-------------------------------------------------*/
.box {
	width: auto;
	border: #6f714e 1px solid;
	background: url(images/box_content_bg.jpg) center top repeat-y;
	position: relative;
	padding: 0px;
	box-shadow: 1px 1px 4px rgba(52,56,33,0.7);
	margin-bottom: 8px;
} 

/* box - img_left, img_right
-----------------------------------------*/
#box_left {
	float: left;
	width: 356px;
	margin: 0px;
}
#box_right {
	float: right;
	width: 263px;
	margin: 0px;
}

/* content
-----------------------------------------------------------------------------*/
#content {	
	padding: 9px 14px 9px 14px;
} 
.inside #content {	
	padding: 14px;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	float: left;
	width: 151px;
	height: 155px;
	position: relative;
	margin: 0px 14px 14px 0px; 
	border: #909262 3px solid;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.75);
}
#slideshow ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
	border: #E4F90E 1px;
}

/* content_side
----------------------------------------------------------------------------*/
#content_side {
	display: inline-block;
	width: 153px;
	font-size: 11px;
	line-height: 12px;
}
#content_side p {
	margin: 0px 0px 7px 0px;
}

/* content_title
-----------------------------------------------------------------------------*/
.box_title {
	width: auto;
	height: 19px;
	padding: 6px 16px 0px 16px;
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.9);
	background: url(images/box_title_bg.jpg) left top repeat;
	border-bottom: #6b6d4a 1px solid;
}
.content_title {
	color: #ffa509;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #ffa509;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	text-transform: uppercase;
	text-align: left;
}
.content_title1 {
	color: #ffa509;
	font-size: 12.2px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
}
.content_title1 h1 {
	color: #ffa509;
	font-size: 12.2px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	text-align: left;
}

/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	padding: 7px 10px 5px 10px;
	border-top: rgba(53,55,30,0.9) 1px solid;
	position: relative;
}
#box_portfolio div {
	display: inline-block;
	padding: 0px;
	 margin: 0px;
}
#box_portfolio ul {
	display: inline-table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_portfolio ul li {
	float: left;
	width: 142px;
	height: 138px;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	position: relative;
}
#box_portfolio li:first-child, 
#box_portfolio li:first-child a {
	width: 15px;
	border: none;
	box-shadow: none;
	margin-right: 10px;
}
#box_portfolio li:last-child, 
#box_portfolio li:last-child a {
	width: 15px;
	border: none;
	box-shadow: none;
	margin-left: 1px;
}
#box_portfolio ul li a {
	display: block;
	width: 142px;
	height: 138px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_portfolio ul li span {
	width: 133px;
	height: 25px;
	display: block;
	text-align: right;
	position: absolute; 
	top: 126px;
}
#box_portfolio ul li a:hover span {
	color: #dcdec1; 
	text-decoration: none;  
}
#box_portfolio ul li a img {
	display: block;
	border: #909262 3px solid;
	box-shadow: 6px 6px 5px rgba(0,0,0,0.75);
	transition: all 0.5s ease;
}
#box_portfolio ul li a:hover img {
	opacity: 1;
}
#box_portfolio a div {
	position: absolute;
	width: 94%;
	height: 82%;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_portfolio a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}
 .box_arrow {
	width: 15px;
	height: 139px;
	background: #2b2b1b;
}
 .box_arrow a {
	padding-top: 60px;
	color: #909262;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#box_portfolio ul li .box_arrow:hover a {
	color: #dcdec1; 
	text-decoration: none;  
}

/* box_before_after
-----------------------------------------------------------------------------*/
#box_before_after {
	width: 242px;
	padding: 3px 5px 2px 14px;
	border-top: rgba(53,55,30,0.9) 1px solid;
	position: relative;
}
#box_before_after div {
	display: inline-block;
	padding: 0px;
	 margin: 0px;
}
#box_before_after ul {
	display: inline-table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none; 
	text-align: center;
	border-bottom: rgba(181,184,142,0.2) 1px solid;
	box-shadow: 0px 2px 0px rgba(22,23,13,0.2);
}
#box_before_after ul:nth-child(3) {
	border-bottom: none;
	box-shadow: none;
}
#box_before_after ul li {
	float: left;
	width: 121px;
	height: 118px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	position: relative;
}
#box_before_after ul li a {
	display: block;
	width: 121px;
	height: 118px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_before_after ul li a img {
	display: block;
	border: #909262 3px solid;
	box-shadow: 6px 6px 5px rgba(0,0,0,0.75);
	transition: all 0.5s ease;
}
#box_before_after ul li a:hover img {
	opacity: 1;
}
#box_before_after li span {
	position: absolute;
	width: 34px;
	height: 29px;
	right: -10px;
	top: 40px;
	background: url(images/swirling-arrow.png) left top no-repeat;
	transition: all 0.5s ease;
	z-index: 100;
}
#box_before_after a div {
	position: absolute;
	width: 94%;
	height: 94%;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_before_after a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}

/* box_about
-----------------------------------------------------------------------------*/
#box_about {
	width: auto;
	padding: 14px;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	height: 52px;
	color: #b9bf90; 
	font-size: 10px; 
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	background: url(images/footer_bg.jpg) center top no-repeat;
	position: relative;
	padding-top: 15px;
	margin: 0px 22px 0px 22px;
}
#footer_name  {
	float: left;
	width: 182px;
	margin-left: 24px;
}
#footer_service_area {
	float: left;
	width: 182px;
	margin-left: 24px;
}
#footer_address {
	float: left;
	width: 260px;
	text-align: center;
	margin: 0px 10px 0px 10px;
}
#footer_links {
	float: left;
	width: 260px;
	text-align: center;
	margin: 0px 10px 0px 10px;
}
#footer_links1 {
	float: right;
	width: 182px;
	margin-right: 24px;
	text-align: right;
}
#footer_links a, #footer_links1 a {
	color: #b9bf90;
}

/* service_area
-----------------------------------------------------------------------------*/
#service_area {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1100 !important;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}	
#service_area ul {
	text-align: left;
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
   font-size: 16px;
   line-height: 16px;
   font-weight: bold;
   font-family: "Times New Roman", serif
}
#service_area a[href="javascript:;"] {
  color: #f0f0eb;
  text-decoration: none;
  outline: none;
   cursor: text;
}	
#service_area > div {
	width: 800px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	background: url(images/service_area_bg.jpg) left top repeat;
	border: 7px  #fff double;
	font-size: 15px;
	line-height: 24px;
	color: #dcdec1;
	padding: 30px;
}
#service_area_x {
	width: auto;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 2px solid #5b5d3e;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0.7px;
	color: #dcdec1;
	padding: 3px 5px 3px 5px;
	display: block;
}
#service_area_x:hover {
color: #5b5d3e !important;
 text-decoration: none;
 cursor: pointer!important;
}

@media screen and (max-width: 900px) {
#service_area > div {
	width: 80%;
	font-size: 14px;
	line-height: 17px;
}
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#contact_form {
	width: 100%;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 38px;
	height: 38px;
	background: url(images/scroll_top_bg.png) center no-repeat, rgba(57, 57, 31, 0.5);
	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: url(images/scroll_top_bg.png) center no-repeat, rgba(137, 140, 95, 0.5);
	text-decoration: none;
}
