* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #555;
	font-weight: lighter;
	font-style: normal;
	width: 100%;
	min-width: 1100px;
	background: #640804 url(images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	color: #2f100e;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0px 0px 20px 0px;
	margin: 0px !important;
}
h2, .h2 {
	color: #660000;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h3, .h3 {
	color: #431010;
	font-size: 21px;
	line-height: 21px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h4, .h4 {
	color: #2f100e;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h5, .h5 {
	color: #474747;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
a {
	color: #620d0d;
	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;
}
.text-size-bold {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	color: #2f100e;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #555;
	font-size: 15px;
	line-height: 15px;
    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: #fff;
	font-size: 18px;
	line-height: 13px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	background: #620d0d;
	padding: 12px 25px 15px 25px;
	border: 0px;
}
.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: #555;
	font-size: 15px;
	line-height: 26px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
 #checkbox { 
	margin-right: 5px;
}
 .checkbox { 
 	width: 20px;
	height: 20px;
 	line-height: 15px;
	padding-right: 10px;
	margin-right: 5px;
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #555;
	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: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #2f100e !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: #2f100e !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: #2f100e !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #2f100e !important;
	font-weight: normal;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

/* 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 45px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 45px;
}
.images, .images_left, .images_right {
	border: none;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 35px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 35px;
}
hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}
.a_button {
	display: inline-block;
	color: #fff;
	font-size: 17px;
	line-height: 12px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	text-align: center;
	background: #620d0d;
	padding: 16px 33px 17px 33px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #7d0f07;
	text-decoration: none;
	background: #fff;
}
.a_button1 {
	display: inline-block;
	color: #2f100e;
	font-size: 17px;
	line-height: 12px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	text-align: center;
	background: #fff;
	padding: 16px 33px 17px 33px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button1:hover {
	color: #fff;
	text-decoration: none;
	background: #7d0f07;
}
.columns {
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
	-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;
	font-size: 14px;
	line-height: 18px;
	max-width: 92%;
	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: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	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
-----------------------------------------------------------------------------*/
.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: #fff;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Barlow Condensed', sans-serif;
	 text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #555;
	text-align: center;
	padding: 8px 10px 8px 10px;
	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: #fff;
	text-decoration: none;
	background: #620d0d;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	line-height: 16px;
	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: #431010;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	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;
}

.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: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(0,0,0,0.5);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
	background: rgba(98,13,13,0.8);
}
.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 {
	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;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	background: rgba(0,0,0,0.4);
	text-align: center;
	padding: 28% 5% 5% 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
	background: rgba(105, 5, 5, 0.9);
}

/* 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: #fff;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,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: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,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: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	color: #555;
	font-size: 15px;
	line-height: 15px;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.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: 16px;
	line-height: 13px;
}
.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: #620d0d;
}
.breadcrumbs ol li:hover a {
	text-decoration: none;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #2f100e;
	border-left: 1px solid #2f100e;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #2f100e; 
	border-right: 1px solid #2f100e; 
	color: #2f100e;
}
.table thead td, .table tfoot td {
	background: #efae40;
	font-family: 'Barlow Condensed', sans-serif;
	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-family: 'Barlow Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #f7f7f7;
}
.table tr:nth-child(odd) {
	background: #f2f4f5;
}
.table tr:nth-child(even) {
	background: #fdfdfe;
}

/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}
table.cell-tab  {
}
.cell-tab td {
	padding: 0px 20px 20px 0px;
}

/* 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: 55px;
}
.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);
}

/* Header Top
-----------------------------------------------------------------------------*/
#headertop {
	width: 100%;
	height: 32px;
	background: #f7f7f7;
	position: relative;
	padding: 9px 0px 9px 0px;
} 
#headertop_slogan {
	float: left;
	color: #620d0d;
	font-size: 15px;
	line-height: 11px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	margin-top: 11px;
}

#headertop_menu_application {
	float: right;
	height: 15px;
	margin: 9px 0px 0px 0px;
	background: url(images/applicant_icon.png) left 0px no-repeat;
}
#headertop_menu_application ul {
	float: left;
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
	list-style: none;
	list-style-image: none;
}
#headertop_menu_application li {
	float: left;
	background: url(images/menutop_li_bg.png) left center no-repeat;
	padding: 0px;
	margin: 0px 1px 0px 1px;
}
#headertop_menu_application li:last-child a {
	padding-right: 2px;
}
#headertop_menu_application ul li a {
	display: block;
	color: #620d0d;
	font-size: 17px;
	line-height: 12px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	height: auto;
	text-align: center;
	padding: 0px 16px 0px 20px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_menu_application ul li:hover a, 
#headertop_menu_application li.selected a {
	color: #2f100e;
	text-decoration: none;
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 55px;
	background: #fff;
}
#menutop ul {
	float: left;
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	background: url(images/menutop_li_bg.png) right center no-repeat;
	padding: 0px;
	margin: 0px 1px 0px 1px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop li:last-child {
	background: none;
}
#menutop li:first-child a {
	margin-left: 2px;
}
#menutop ul li a {
	display: block;
	color: #2f100e;
	font-size: 17px;
	line-height: 12px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	height: 32px;
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 0px 25px 0px 20px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #620d0d;
	text-decoration: none;
	border-bottom: 2px #620d0d outset;
}
#menutop_social {
	float: right;
	width: auto;
	margin-top: 12px;
}
#menutop_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#menutop_social a:hover img {
	opacity: 0.7;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 110px;
	background: #fff;
	position: relative;
	border-bottom: #ececec 1px solid;
}
#header_logo {
	width: 161px;
	position: absolute;
	left: 0px;
	top: 20px;
}

#header_logo1 {
	width: 123px;
	position: absolute;
	right: 0px;
	top: 20px;
}

#header_info {
	width: 700px;
	position: absolute;
	left: 280px;
	top: 20px;
}
#header_phone {
	background: url(images/icon_phone.png) left center no-repeat;
	padding-left: 28px;
}
#header_working {
	background: url(images/icon_working.png) left center no-repeat;
	padding-left: 28px;
}
#header_address {
	background: url(images/icon_location.png) left center no-repeat;
	padding-left: 28px;
	margin-right: 0px !important;
}
#header_working, 
#header_address, 
#header_phone {
	float: left;
	width: auto;
	color: #620d0d;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	margin: 42px 35px 0px 0px;
}
#header_phone span, 
#header_working span, 
#header_address span {
	display: block;
	color: #838383;
	font-size: 8px;
	line-height: 10px;
	font-weight: 300;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 633px;
	position: relative;
	background: #201e1f;
	z-index: 0;
} 
.inside #slideshow {
	height: 403px;
}
#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;
	list-style: none;
	list-style-image: none;
}
.inside #slideshow li  {
	background-position: center top;
}
#slide_box {
	width: 1100px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	z-index: 101;
	text-align: center;
}
#slide_box a {
	margin: 0px 4px 0px 4px;
}
#slide_slogan {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 150px;
}
.inside #slide_slogan {
	margin-top: 61px;
}
#slide_slogan .content_title {
	color: #fff;
	font-size: 74px;
	line-height: 72px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	text-shadow: 3px 5px 1px #620d0d;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	margin-bottom: 34px;
}
#slide_slogan .content_title span {
	color: #fff;
	font-size: 24px;
	line-height: 18px;
	text-shadow: none;
	margin-bottom: 17px;
}
#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 231px;
	right: 40px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 231px;
	left: 40px;
	z-index: 101;
}
.inside #slides_arrow_next, 
.inside #slides_arrow_prev {
	top: 110px;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 103 !important; 
	position: absolute; 
	left: 0px;
	bottom: 39px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 10px;
	height: 10px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 1px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

/* box_products  
----------------------------------------------------------------------------*/
#box_products {
	width: 100%;
	padding: 40px 0px 40px 0px;
	background: #f5f5f5 url(images/box_products_bg.jpg) center top no-repeat;
	position: relative;
}
#box_products .content_title {
	text-align: center;
	margin-bottom: 36px;
}
#box_products ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
} 
#box_products li {
	float: left;
	width: auto;
	height: 540px;
	height: 290px;
	padding: 0px;
	margin: 0px 20px 20px 0px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
	position: relative;
}
#box_products ul li a {
	display: block;
	height: 290px;
	overflow: hidden;
	z-index: 1;
}
#box_products ul li a img {
	transition: all 0.5s ease;
}
#box_products ul li div { 
	position: absolute;
	width: auto;
	height: auto;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	z-index: 1;
}
#box_products ul li a p { 
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	width: auto;
	height: auto;
	left: 0px;
	bottom: 0px;
	padding: 0px;
	margin: 0px 25px 25px 25px;
	z-index: 2;
}
#box_products ul li a p span { 
	margin-top: 16px;
}
#box_products ul li a p img { 
	margin-bottom: 10px;
}
#box_products ul li a:hover p { 
	color: #fff;
	text-decoration: none;
}
#box_products ul li:hover div {
	background: rgba(0, 0, 0, 0.4);
	opacity: 1;
}
#box_products li:nth-child(2), 
#box_products li:nth-child(4), 
#box_products li:nth-child(6)  {
	margin-right: 0px;
}

/* box_featured_product
-----------------------------------------------------------------------------*/
#box_featured_product {
	width: 100%;
	padding: 50px 0px 50px 0px;
	background: #fff;
	position: relative;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 50px 0px 50px 0px;
	background: #f9f9f9;
	position: relative;
}
.inside #middle {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #2f100e;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 29px;
}
.inside .content_title {
	text-align: center;
}
.content_title span {
	display: block;
	color: #620d0d;
	font-size: 18px;
	line-height: 12px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	margin-bottom: 12px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #2f100e;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
}

/* 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: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.inside #service_area ul {
	margin: 10px 0px 0px 120px;
	padding: 0px;
}
#service_area .content_title {
	color: #431010;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#service_area .content_title span {
}
	
#service_area a[href="javascript:;"] {
	color: #555;
	text-decoration: none;
	cursor: text;
}

/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews { 
	height: 306px;
	/*height: 346px;*/
	background: #6a0905 url(images/box_reviews_bg.jpg) center top no-repeat;
	position: relative;
	padding: 90px 0px 50px 0px;
	/*padding: 50px 0px 50px 0px;*/
}
#box_reviews .content_title {	
	color: #fff;
	text-align: center;
	margin-bottom: 29px;
}
#box_reviews .content_title span {	
	color: #fff;
}
#box_reviews_content {
	width: auto;
	color: #fff;
	height: 180px;
	font-size: 15px;
	line-height: 26px;
	margin: 0px 180px 5px 180px;
}
#box_reviews_content ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	text-align: center; 
}
#box_reviews_content ul li {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#quotes_top {
    width: auto;
	display: inline-block;
	position: absolute;
	top: 92px;
	left: 120px;
	text-align: center;
}
#quotes_bottom {
    width: auto;
	display: inline-block;
	position: absolute;
	bottom: 150px;
	right: 120px;
	text-align: center;
}

/* reviews_pager
-----------------------------------------------------------------------------*/
#reviews_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 85px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#reviews_pager span { 
    width: 10px;
	height: 10px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 0px; 
}
#reviews_pager span.cycle-pager-active {
	background: url(images/slide_icon_reviews_on.png) left top no-repeat;
}
#reviews_pager > * {
	cursor: pointer;
}

/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	height: 453px;
	background: #fff;
	position: relative;
	padding: 40px 0px 0px 0px;
}
#box_gallery .content_title {
	text-align: center;
	margin-bottom: 36px;
}
#box_gallery ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_gallery ul li {
	float: left;
	width: 480px;
	padding: 0px;
	margin: 0px;
}
#box_gallery li:first-child {
	margin-left: -410px;
}
#box_gallery li:last-child {
	margin-right: -410px;
}
#box_gallery ul li a {
	display: block;
	width: 480px;
	height: 360px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_gallery ul li a img {
	transition: all 0.5s ease;
}
#box_gallery ul li a:hover img {
	opacity: 1;
	transform: scale(1.07);
}
#box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(105, 5, 5, 0.9) url(images/icon_zoom.png) center center no-repeat;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_gallery a:hover div {
	opacity: 1;
	background: rgba(105, 5, 5, 0.9) url(images/icon_zoom.png) center center no-repeat;
	transition: all 0.5s ease;
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 356px;
	padding: 104px 0px 100px 0px;
	background: url(images/box_contact_bg.jpg) center top no-repeat;
	position: relative;
} 
#box_contact .content_title {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
	margin-bottom: 36px;
}
#box_contact .content_title span {
	color: #fff;
}  

/* form contact
-----------------------------------------------------------------------------*/
#form_contact {
	width: 100%;
}
#form_contact fieldset {
	border: none;
}
#form_contact fieldset > table {
	width: 100%;
}
#form_contact fieldset > table tr td {
	vertical-align: top;
}
#form_contact label input {
	width: 540px;
	height: 45px;		
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 9px 10px 8px 18px;
	margin-bottom: 12px;
	border: none;
} 
#form_contact label textarea {
	width: 540px;
	height: 159px;	
	font-size: 18px;
	line-height: 18px;
	color: #2f100e;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 11px 35px 14px 18px;
	background: rgba(255,255,255,1);
	margin-bottom: 0px;
	border: none;
}
#form_contact input.submit {
	color: #fff;
	font-size: 18px;
	line-height: 12px;
	font-weight: bold;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	background: #620d0d;
	padding: 16px 41px 17px 41px;
}
#form_contact #scode_block #scode {
	height: 45px;
}
#form_contact #scode_block table td {
	padding: 0px 5px 0px 5px;
	margin: 0px;
}
#form_contact input:required {
	background: url(images/placeholder_star_bg.png) 2% 18px no-repeat,  rgba(255,255,255,1);
}
#form_contact input:required:active,
#form_contact input:required:focus,
#form_contact input:required:valid {
	background: rgba(255,255,255,1);
}
#form_contact #scode_block span {
	display: block;
	color: #fff;
	line-height: 17px;
	line-height: 15px;
	padding: 5px 0px 6px 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
} 

/*Box  Footer
----------------------------------------------------------------------------*/
#box_footer {
	padding: 58px 0px 68px 0px;
	background: #640804 url(images/box_footer_bg.jpg) center top no-repeat;
	position: relative;
	height: 552px;
	color: #fff;
}
#box_footer .content_title {
	color: #fff;
}
#box_footer .content_title span {
	color: #fff;
}

/* footer_left
----------------------------------------------------------------------------*/
#footer_left {
	float: left;
	width: 518px;
}
#footer_info {
	margin-bottom: 72px;
}
#footer_logos {
	width: 518px;
	display: block;
}
#footer_logos a {
	width: auto; 
	margin-right: 44px;
}
#footer_address_links {
	padding-top: 30px;
	color: #bcbcbc;
	font-size: 14px;
	line-height: 18px;
}
#footer_address_links span {
	color: #fff;
}
#footer_address_links a {
	color: #bcbcbc;
}

/* footer_right
----------------------------------------------------------------------------*/
#footer_right {
	float: right;
	width: 525px;
}
#footer_right img {
	float: left;
	margin-left: -30px;
}
#footer_service_areas {
	margin-bottom: 24px;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 400px;
	float: left;
}
#contact_form {
	width: 650px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 38px;
	height: 38px;
	background: #2f100e url(images/scroll_top_bg.png) center no-repeat;
	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: #6e0905 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}

/* box_page  
----------------------------------------------------------------------------*/
.box_page {
	width: 100%;
	position: relative;
	text-align: center;
}
.box_page ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
} 
.box_page li {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	font-family: 'Barlow Condensed', sans-serif;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 15px 25px 15px;
}
.box_page li a {
	color: #555;
	text-decoration: none;
	outline: none;
}
.box_page li a:hover {
	color: #620d0d;
	text-decoration: none;
}