* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Ubuntu', sans-serif, Arial, Helvetica;
	font-size: 15px;
	line-height: 24px;
	color: #201e1f;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #121212 url(images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	color: #ff3600;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 20px;
	line-height: 23px;
	font-weight: normal;
	color: #625d60;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #201e1f;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #ff3600;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
a {
	color: #ff3600;
	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;
/*	list-style-position: inside;*/
}
ul {
/*	list-style-image: url(images/icon_bullet.png);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0px 0px 24px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	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;
	background: #ff3600;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	border: 0px;
	padding: 14px 25px 13px 25px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 25px;
}
.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: 15px;
	line-height: 15px;
	padding: 11px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 9px 10px 9px 10px;
}
.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;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	/*border-radius: 2px;*/
}


/* 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 {
	background: #ebebeb;
}
.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;
	background: url(images/hr_bg.png) top repeat-x;
	border: 0px;
}
.a_button {
	display: inline-block;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #ff3600;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	border: 0px;
	padding: 5px 18px 5px 18px;
	background: url(images/a_button_bg.png) left center no-repeat;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #201e1f;
	text-decoration: none;
	transform: scale(1.1);
	background: url(images/a_button_hover_bg.png) left center no-repeat;
}
.a_button1 {
	display: inline-block;
	background: #ff3600;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	border: 0px;
	padding: 14px 25px 13px 25px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button1:hover {
	color: #fff;
	text-decoration: none;
	background: #201e1f;
	transform: scale(1.1);
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-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: #fff;
	background: #ff3600;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #201e1f;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #201e1f;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.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-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	outline: none;
	background: #ff3600;
	text-align: center;
	padding: 10px 15px 10px 15px;
	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: #201e1f;
}


/* 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: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	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 {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #7aa201;
	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(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	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 {
	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: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	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: #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 {
	font-size: 14px;
	line-height: 14px;
	color: #201e1f;
	padding: 0px 0px 13px 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: 3px;
	right: 0px;
	text-align: right;
	font-size: 13px;
	line-height: 7px;
}
.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: #ff3600;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* 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;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	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: 'Montserrat', sans-serif, Arial, Helvetica;
	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;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard 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: 60px;
}

.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 {
	width: 100%;
	height: 130px;
	background: #fff;
}
#header_logo {
	width: 216px;
	float: left;
	padding-top: 36px;
}
#header_menu {
	width: 648px;
	float: left;
}
#header_menu ul {
	display: table;
	margin: 0px;
	margin-left: auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	background: url(images/header_menu_li.png) left top repeat-y;	
}
#header_menu li {
	float: left;
	padding: 0px 1px 0px 0px;
	margin: 0px;
	background: url(images/header_menu_li.png) right top repeat-y;
}
#header_menu ul li a {
	display: block;
	height: 56px;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #201e1f;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 74px 49px 0px 49px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#hm_pre_owned {
	background: url(images/icon_pre_owned.png) center 48px no-repeat;	
}
#hm_rentals {
	background: url(images/icon_hm_rentals.png) center 48px no-repeat;	
}
#header_menu ul li:hover a, 
#header_menu li.selected a {
	background-color: #201e1f;
	color: #ff3600;
	text-decoration: none;
}
#header_contact {
	width: 236px;
	float: left;
	text-align: right;
}
#header_contact div a {
	display: block;
	padding: 37px 0px 7px 0px;
}
#header_contact div a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 21px;
	line-height: 21px;
	color: #201e1f;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	vertical-align: middle;
}
#header_contact div a:hover {
	color: #ff3600;
	text-decoration: none;
}
#header_contact div a img {
	margin-left: 10px;
}
#header_contact span a {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	color: #201e1f;
	text-align: left;
	padding: 0px 10px 0px 22px;
	background: url(images/icon_map.png) left 1px no-repeat;
}
#header_contact span a:hover {
	color: #ff3600;
	text-decoration: none;
}
#menutop {
	width: 100%;
	height: 60px;
	background: #ff3600;
}
#menutop_search_box {
	float:right;
	width: 350px;
	padding: 10px 0px 0px 0px;
	position: relative;
	z-index:10;
}
#search_text {
    box-sizing: border-box;
	width: 350px;
	height: 40px;
	border: none;
	padding: 15px 40px 13px 40px;
	color: #231f20;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align: center;
	background: #fff url(images/icon_search.png) 16px center no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#search_submit {
	width: 49px;
	height: 22px;
	position: absolute;
	top: 20px;
	right: 5px;
	background: none;
	border: none;	
}
#menutop_search_box ::-webkit-input-placeholder {
	color: #ff3600 !important;
}
#menutop_search_box ::-moz-placeholder {
	color: #ff3600 !important;
}
#menutop_search_box :-moz-placeholder {
	color: #ff3600 !important;
}
#menutop_search_box :-ms-input-placeholder {
	color: #ff3600 !important;
}
#menutop ul {
	display: table;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 1px 0px 0px;
	margin: 0px;
}
#menutop li:last-child {
	padding: 0px;
}
#menutop ul li a {
	display: block;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 24px 20px 22px 20px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, 
#menutop li.selected a {
	background: #201e1f;
	text-decoration: none;
}
#slide_area {
	width: 100%;
	height: 620px;
	background: #5f4132 url(images/slide_area_bg.jpg) center top no-repeat;
	padding-top: 40px;
}
.inside #slide_area {
	height: auto;
	background: #fff;
	padding-top: 41px;
}
#slide_area1 {
	border: 1px solid #fff;
	position: relative;
	font-size: 0px;
	line-height: 0px;	
}
.inside #slide_area1 {
	border: none;
	border-bottom: 10px solid #ff3600; 
}
#slideshow {
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: #201e1f;
}
#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;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}
#slides_arrow_next, 
#slides_arrow_prev {
	width: 28px;
	height: 172px;
	position: absolute;
	top: 50%;
	margin-top: -86px;
	z-index: 204;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#slides_arrow_prev {
	left: -95px;
	background: url(images/slides_arrow_prev.png) center center no-repeat;
}
#slides_arrow_next {
	right: -95px;
	background: url(images/slides_arrow_next.png) center center no-repeat;	
}
#slides_arrow_next:hover, #slides_arrow_prev:hover {
	transform: scale(1.1);
}
#slides_arrow_next:hover {
	transform-origin: 100% 50%;
}
#slides_arrow_prev:hover {
	transform-origin: 0% 50%;
}
#slideshow_pager { 
	position: absolute;
	bottom: 39px;
	z-index: 204;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
	font-size: 0px;
	line-height:0px;
}
#slideshow_pager span { 
	width: 13px;
	height: 8px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) center center no-repeat;
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) center center no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}
#slide_area_menu {
	width: 100%;
	border-top: 1px solid #fff;
	background: #201e1f;
}
#slide_area_menu ul {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slide_area_menu li {
	display: block;
    box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #fff;
}
#slide_area_menu li:last-child {
	border-right: none;
}
#slide_area_menu ul li a {
	display: block;
	width: 100%;
    box-sizing: border-box;
	height: 98px;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #fff;
	font-size: 36px;
	line-height: 37px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 21px 20px 0px 40px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#slide_area_menu ul li a span {
	display: block;
	font-family: 'Ubuntu', sans-serif, Arial, Helvetica;
	font-size: 16px;
	line-height: 15px;
}
#slide_area_menu ul li:hover a, 
#slide_area_menu li.selected a {
	background: #ff3600;
	text-decoration: none;
}
#middle {
	width: 100%;
	padding: 110px 0px 40px 0px;
	min-height: 384px;
	background: #fff;
}
.inside #middle {
	padding: 36px 0px 40px 0px;
	min-height: 400px;
}
#box_map {
	width: 100%;
	padding: 0px;
	background: #515151;
}
#map_img {
	display: block;
	width: 100%;
	height: 404px;
	background: url(images/pic_map.jpg) center center no-repeat;
}
#footer {
	width: 100%;
	padding: 88px 0px 50px 0px;
	min-height: 248px;
}
#footer_contact {
	width: 400px;
	float: left;
}
#footer_phone {
	padding-top: 23px;
}
#footer_phone a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #fff;
	padding: 0px 38px 16px 0px;
	background: url(images/footer_phone_bg.png) left bottom repeat-x;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#footer_phone a:hover {
	color: #ff3600;
	text-decoration: none;
}
#footer_contact ul {
	display: table;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#footer_contact li {
	float: left;
	padding: 0px 14px 0px 0px;
	margin: 0px;
}
#footer_contact li a {
	display: inline-block;
    box-sizing: border-box;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #ff3600;
	text-transform: uppercase;
	padding: 15px 28px 16px 47px;
	background: url(images/footer_icon_map.png) 24px 13px no-repeat;
	border: 2px solid #ff3600;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#footer_contact li a:hover {
	color: #fff;
	border: 2px solid #fff;
	background: url(images/footer_icon_map_hover.png) 24px 13px no-repeat;
	text-decoration: none;
}
#footer_contact li span {
	display: inline-block;
	padding-top: 5px;
	font-size: 13px;
	line-height: 19px;
	color: #fff;
}
#footer_menu {
	width: 193px;
	float: left;
}
#footer_menu ul {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#footer_menu ul li {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
#footer_menu li a {
	display: block;
	position: relative;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #ff3600;
	text-transform: uppercase;
	padding: 4px 0px 4px 0px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#footer_menu ul li:hover a,
#footer_menu li.selected a {
	color: #fff;
	text-decoration: none;
}
#footer_hours {
	width: 250px;
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #fff;    
}
#footer_hours table {
	margin-top: 12px;
}
#footer_hours table td {
	font-size: 13px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
}
#footer_hours table tr:first-child td:first-child {
	width: 108px;
}
#footer_links {
	width: 257px;
	float: left;
}
#footer_links1 {
	padding-top: 12px;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
#footer_links1 a {
	color: #fff;
}
#footer_links1 a:hover {
	color: #ff3600;
	text-decoration: none;
}
#footer_links2 {
	padding-top: 24px;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #797979;
}
#footer_links2 a {
	color: #797979;
}
/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 780px;
	float: right;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	padding: 0px 0px 28px 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ff3600;
	text-transform: uppercase;
	text-align: center;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #ff3600;
	text-transform: uppercase;
	text-align: center;
}
#footer .content_title {
	padding: 0px;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	text-align: left;
}

/* service_area
----------------------------------------------------------------------------*/
.service_area {
	padding: 0px 0px 15px 0px;
}
.service_area span {
	display: block;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #ff3600;
	padding: 0px 0px 10px 0px;
}
.service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-moz-column-gap: 32px;
	-webkit-column-gap: 32px;
	column-gap: 32px;
}
.service_area a[href="javascript:;"] {
	color: #201e1f;
	text-decoration: none;
	cursor: text;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: #ff3600 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 {
	text-decoration: none;
	transform: scale(1.1);	
}

#home_text {
	width: 926px;
	margin: 0px auto;
}

#product_list {
	width: 100%;
    box-sizing: border-box;	
}
.product_photo {
	width: 40%;
	float: left;
	text-align: center;
}
.product_details {
	width: 60%;
	float: left;
}
.product_name {
	width: 63.6%;
	float: left;
}
.product_name a {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #ff3600;
}
.product_name a:hover {
	text-decoration: none;
	color: #201e1f;
}
.product_prices {
	width: 36.4%;
	float: left;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #ff3600;
	text-align: right;
}
.product_price_text {
	padding: 15px 0px 25px 0px;
}
.product_details ul {
	display: table;
	width: 70%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
}
.product_details ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	line-height: 25px;
	color: #201e1f;
}
.product_man_icon {
	width: 30%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
.product_buttons {
	width: 100%;
	background: #ff3600;
	text-align: center;
}
.product_buttons .a_button1 {
	margin: 0px 10px 0px 10px;
}
.pd_details_page {
	width: 100%;
    box-sizing: border-box;	
}
#pd_details_page h2 {
	font-size: 20px;
	line-height: 23px;
	color: #ff3600;
}
.pd_product_photo {
	width: 40%;
	float: left;
	text-align: center;
}
.pd_product_info {
	width: 60%;
	float: left;
	text-align: right;
}
.pd_product_prices {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	color: #ff3600;
}
#pd_flex_container {
	width: 100%;
    display: -webkit-flex;
    display: flex;
}
.pd_flex_column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	min-height: 500px;
}
.pp_tabs {
	width: 65%;
	float: left;
	padding-right: 1px;
}
.pp_notabs {
    box-sizing: border-box;
	width: 34%;
	float: left;
	background: #ebebeb;
	margin-top: 67px;
	padding: 20px;
}
/* TABS  */
.tabs {
	margin-top: 20px;
}
.tabs > div {
	background: #ebebeb !important;
	padding: 20px;
}
.tabs ul.horizontal {
	list-style: none outside none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}
.tabs li {
	display: inline-block;
	background: #ebebeb;
	margin: 0px;
	font-size: 15px;
	line-height: 15px;
	color: #201e1f;
	text-transform: uppercase;
}
.tabs a {
	color: #ff3600;
	display: block;
	height: 30px;
	font-size: 18px;
	padding: 15px 30px 0px 30px;
	text-decoration: none;
	background: #ebebeb;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #fff;
}
.tabs li:hover {
	background: #ebebeb;
}
.tabs li:hover a {
	color: #ff3600;
}
.tabs li.active {
	background: #ebebeb !important;
}
.tabs li.active a {
	height: 30px;
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	background: #ebebeb !important;
	border-bottom: 1px solid #ebebeb !important;
	border-right: 2px solid #fff;
}
.tabs h3 {
	color: #ff3600;
}
#tab-2 ul,
.pp_notabs ul {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;	
}
#tab-2 ul li,
.pp_notabs ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	line-height: 15px;
	color: #201e1f;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0px 10px 0px;
}
#tab-2 ul li h4 {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	line-height: 25px;
	color: #ff3600;
}
#tab-2 ul li strong,
.pp_notabs ul li strong {
	display: inline-block;
	width: 50%;
	text-align: left;
	vertical-align: top;
	line-height: 15px;	
	text-transform: none;
}
#tab-2 ul li span,
.pp_notabs ul li span  {
	display: inline-block;
	width: 50%;
	text-align: right;
	vertical-align: top;
	line-height: 15px;	
	text-transform: none;
}
.pp_notabs ul li strong {
	text-align: right;
}
.pp_notabs ul li span  {
	text-align: left;
}

