* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
    font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #6f6f6f;
	width: 100%;
	min-width: 1100px;
	font-weight: 300;
	background: #515151 url(images/body_bg.webp) center repeat-y;
}

/* text styles
-----------------------------------------------------------------------------*/

h1,.h1,h2,.h2,h3,.h3,h4,.h4 {
    font-family: 'Fira Sans Condensed', sans-serif;
	font-weight: 500;
	padding:0 0 10px 0;
	margin:0;
}
h1, .h1 {
	font-size: 30px;
	line-height: 33px;
	color: #4b3c3f;
}
h2, .h2 {
	font-size: 28px;
	line-height: 31px;
	color: #3a3133;
}
h3, .h3 {
	font-size: 26px;
	line-height: 29px;
	color: #231f20;

}
h4, .h4 {
	font-size: 24px;
	line-height: 27px;
	color: #2e241d;
}

a {
	color: #cb1312;
	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:0 0 30px 20px;
	padding:0 0 0 20px;
	list-style-position:outside;
}
/*ul.new_bullet {
	margin:0 ;
	padding:0 0 0 18px;
	list-style-image: url(images/icon_bullet.webp);
}
}*/
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}
p {
	margin:0 0 25px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 16px;
	line-height: 16px;
    box-sizing: border-box;
}
input[type="image"] {
	background:none !important;
	border:none !important;
	outline:0 !important;
}
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;
	height:40px;
	color: #fff;
	background: #cb1312;
	font-size:16px;
	font-weight:300;
	line-height:40px;
	border:0;
	border-radius:0;
	padding: 0 40px;
    margin-top: 10px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 17px;
	line-height: 21px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form label.edit_half {
	width: 25%;
}
.form label.edit_third {
	width: 33%;
}

.form label.no_float {
	float:none !important;
}

.form input[type=text], .form input[type=file], .form input[type=email],.form input[type=number],.form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
    height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.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:0 2px;
	margin:0;
}
#scode_block #scode {
	width: 90px;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 0px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: 300;
    font-size: 14px;
    letter-spacing: .35px;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: 300;
    font-size: 14px;
    letter-spacing: .35px;
	text-overflow: ellipsis;
	opacity:1;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: 300;
    font-size: 14px;
    letter-spacing: .35px;
	text-overflow: ellipsis;
	opacity:1;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: 300;
    font-size: 14px;
    letter-spacing: .35px;
	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: 0px solid #b7b7b7;
}
.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.webp) top repeat-x;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
    font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	background: #cb1312;
	text-align: center;
	padding: 12px 38px 13px 38px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #231f20;
}

.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, .res_list1 {
}
.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align:top;
}

.res_list1 div {
	display: inline-block;
	padding:0 10px 10px 10px;
	vertical-align:middle;
}

/* 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: #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 3px 10px 2px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}

a.portfolio_button {
	display: inline-block;
	color: #fff;
    font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	background: #cb1312;
	text-align: center;
	padding: 8px 11px 9px 11px;
	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: #231f20;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	font-weight: 500;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 3px 10px 2px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: 500;
	color: #4b3c3f;
	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: 70px;
	float: left;
}
.portfolio_navigation_next {
	width: 70px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);
	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: 'Fira Sans Condensed', sans-serif;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	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.webp) 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.webp) 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: 15px;
	line-height: 15px;
    font-weight: 400;
	color: #000;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.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 {
	position: absolute;
	content: " / ";
	display: block;
	width: 20px;
	height: 100%;
	top:1px;
	right:0;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.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: #cb1312;
}
.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.webp) top repeat-x;
	font-family: 'Fira Sans 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: 'Fira Sans 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: #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: 47px;
}

.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
-----------------------------------------------------------------------------*/
#header_top {
	position:relative;
	width:100%;
	height:52px;
	background:#231f20;
	z-index:1;
}

#header_description {
	float:left;
    color: #fff;
    padding-top: 13px;
}

#header_description1 {
	float:right;
    clear: right;
    color: #fff;
    padding-top: 13px;
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height:52px;
    background: #cb1312;
	z-index:2;
}

#menutop ul.dropdown_top {
    float: left;
	display: table;
	margin: 0 auto 0 0;
	padding: 0px;
    width: 900px;
	list-style: none;
	list-style-image: none;
}
#menutop ul.dropdown_top li {
	float: left;
	padding:0;
	margin:0;
}
#menutop ul.dropdown_top li:last-child {
	background: none;
}
#menutop ul.dropdown_top li:last-child a {
}

#menutop ul.dropdown_top li a {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	height: 32px;
	text-align: center;
	padding:20px 0 0 0;
	margin: 0 34px;
	/*transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;*/
}
#menutop ul.dropdown_top li:first-child a {
	margin: 0 34px 0 0;
}
#menutop ul.dropdown_top li:last-child a {
	margin: 0 0 0 34px;
}
#menutop ul.dropdown_top li:hover a, #menutop ul.dropdown_top li.selected a {
	text-decoration: none;
	background: url(images/menutop_li_hover.webp) left bottom repeat-x;
}

#header_social {
	position:relative;
	float:right;
    clear: right;
}

#header_social ul {
	display:table;
	margin:0 0 0 auto;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	float:left;
	display:table;
	margin:10px 0 0 5px;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity:1;
}
#header_social a:hover img {
	opacity:.7;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height:746px;
	margin-top:104px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 2;
}

.inside #header {
	height:466px;
}

#header_logo {
	position: absolute;
	width:172px;
	top:33px;
	left:0;
    z-index: 201;
}

#header_phone,
#header_hours,
#header_location,
#header_financing {
	position:relative;
	float:left;
	color:#cfcfcf;
	font-size:12px;
	line-height:12px;
	font-weight:400;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	margin-top: 38px;
	z-index:1;
}

#header_phone {
	padding-left:38px;
	margin-right:50px;
    margin-left:246px;
}

#header_hours {
	padding-left:42px;
	margin-right:49px;
}

#header_location {
	padding-left:42px;
	margin-right:50px;
}

#header_financing {
	padding-left:39px;
	margin-right:0;
}

#header_phone strong,
#header_hours strong,
#header_location strong,
#header_financing strong {
	display:block;
    font-family: 'Fira Sans Condensed', sans-serif;
	color:#fff;
	font-size:18px;
	line-height:18px;
    font-weight: 500;
    padding-top: 6px;
}

#header_financing strong {
    padding-top: 7px;
}

#header_phone:before,
#header_hours:before,
#header_location:before,
#header_financing:before {
	position:absolute;
	content:"";
	width:32px;
	height:32px;
	top:1px;
	left:0;
}

#header_phone:before {
	width:28px;
}

#header_phone:before {
	background: url(images/header_phone_icon.webp) center center no-repeat;
}

#header_hours:before {
	background: url(images/header_hours_icon.webp) center center no-repeat;
}

#header_location:before {
	background: url(images/header_location_icon.webp) center center no-repeat;
}

#header_financing:before {
	background: url(images/header_financing_icon.webp) center center no-repeat;
}

#header_angi {
    position: absolute;
    bottom: 40px;
    right: 0;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
    position: absolute;
	width: 100%;
	height: 746px;
    top: 104px;
    left: 0;
	z-index: 1;
}
/*#slideshow:before {
    position: absolute;
    content: "";
	width: 100%;
	height: 100%;
    background: rgba(35, 31, 32, .4);
    top: 0;
    left: 0;
	z-index:101;
}*/
#slideshow:after {
    position: absolute;
    content: "";
	width: 100%;
	height:218px;
	background: url(images/slideshow_shadow.webp) left top no-repeat;
    top: 0;
    left: 0;
	z-index:101;
}
.inside #slideshow {
	height: 466px;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
}

#slides_arrow_next {
	position: absolute;
	width: auto;
	top: 50%;
	margin-top: -86px;
	right: 40px;
	z-index: 101;
}
#slides_arrow_prev {
	position: absolute;
	width: auto;
	top: 50%;
	margin-top: -86px;
	left: 40px;
	z-index: 101;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
	position: absolute; 
    text-align: center; 
	width: 100%; 
	left: 0px;
	bottom: 30px; 
	overflow: hidden;
	z-index: 101 !important; 
}

#slideshow_pager span { 
    width: 11px;
	height: 10px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding:0 2px 0 3px;
	font-family: arial; font-size:0;line-height:0;
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	position:relative;
	background: #f5f5f5;
	padding:30px 0 85px 0;
	z-index:1;
}
#box_services_contact {
    position: absolute;
    width: 526px;
    height: 136px;
    overflow: hidden;
    top:48px;
    right: 0;
    z-index: 101;
}

#box_services_contact .a_button {
    margin-top: 42px;
}

#box_services ul {
	display: table;
	margin:0 auto;
	padding:0 0 35px 0;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display:inline-block;
	vertical-align: top;
	margin:0 50px 90px 0;
	width:525px;
	height:400px;
	line-height:0;
	font-size:0;
}

#box_services ul li:nth-child(2n + 2),
#box_services ul li:last-child {
	margin:0;
}

#box_services ul li a {
	position: relative;
	display: block;
	width:525px;
	height:400px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1;
}

#box_services ul li a span {
	position:absolute;
	display:block;
    background: #cb1312;
    font-family: 'Fira Sans Condensed', sans-serif;
	color:#fff;
    font-size: 30px;
    line-height: 30px;
	font-weight:500;
	text-align:center;
	width:369px;
    height:55px;
    padding-top:25px;
	bottom:-40px;
	left:50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index:2;
}

#box_services ul li a:hover span {
	color:#231f20;
    background: #fff;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	position: relative;
	padding: 60px 0;
	background: #fff;
}
.inside #middle {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 55px 0 60px 0;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 1100px;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #231f20;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	text-align: left;
	padding: 17px 0 0 0;
	margin-bottom: 34px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #231f20;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	text-align: left;
}

.content_title h1#title_welcome {
	width:525px;
}

.content_title span {
    position: relative;
    display: table;
    font-family: 'Poppins', sans-serif;
	color: #6e6e6e;
	font-size: 16px;
	line-height: 16px;
    font-weight: 300;
	text-align: left;
	padding-left: 21px;
    margin-bottom: 20px;
}

.content_title span:before {
    position:absolute;
    content: "";
    display: block;
	background: url(images/content_title_icon.webp) left top no-repeat;
    width: 11px;
    height: 11px;
    top: 3px;
    left: 0;
}

#box_services .content_title {
	width:520px;
	padding: 57px 0 0 0;
}

#box_portfolio .content_title {
	text-align: center;
	margin-bottom: 42px;
}

#box_portfolio .content_title span {
	text-align: center;
    margin:0 auto 20px auto;
}

#box_testimonials .content_title {
	margin-bottom:111px;
}

#box_contact .content_title {
    width:350px;
	margin-bottom:34px;
    margin-top: 103px;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
}
#service_area ul {
	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 ul {
	margin:0 ;
	padding:0;
	list-style: none;
	list-style-image: none;
}

#service_area ul li {
	margin:0 ;
	padding:0 0 0 10px;
	background: url(images/icon_bullet.webp) left 13px no-repeat;
	list-style: none;
	list-style-image: none;
}

#service_area span {
    display: block;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size:24px;
	line-height: 24px;
	font-weight: 500;
    margin-bottom: 27px;
}
#service_area a[href="javascript:;"] {
	color: #6f6f6f;
	text-decoration: none;
	cursor: text;
}

/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	position: relative;
	background: #f5f5f5;
	padding:60px 0 52px 0;
	z-index:1;
}

#box_portfolio ul {
	display: table;
	margin: 0 auto;
	padding:0 0 9px 0;
	list-style: none;
	list-style-image: none;
}
#box_portfolio ul li {
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0 31px 31px 0;
	padding:0;
	width:346px;
	height:470px;
	line-height:0;
}
#box_portfolio li:nth-child(3n + 3) {
	margin-right:0;
}

#box_portfolio ul li:nth-child(2),
#box_portfolio ul li:nth-child(4),
#box_portfolio ul li:nth-child(6) {
	height:310px;
}
#box_portfolio ul li:nth-child(5) {
	margin-top:-160px;
}
#box_portfolio ul li a {
	position: relative;
	display: block;
	width:346px;
	height:470px;
	overflow:hidden;
	z-index:1;
}
#box_portfolio ul li:nth-child(2) a,
#box_portfolio ul li:nth-child(4) a,
#box_portfolio ul li:nth-child(6) a {
	height:310px;
}
#box_portfolio ul li a img {
	transition: all 0.5s ease;
}
#box_portfolio ul li a:hover img {
	opacity: 1;
	transform: scale(1.05);
}

#box_portfolio a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(203, 19, 18, 0.9) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_portfolio a:hover div {
	opacity: 1;
	background: rgba(203, 19, 18, 0.9) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
}

/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	position: relative;
    height:730px;
	background:#fff;;
	padding:0;
	z-index:1;
}

#box_testimonials:after {
    position: absolute;
    content: "";
	width: 960px;
	height: 730px;
	background: url(images/box_testimonials_bg.webp) center top no-repeat;
    top: 0;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
	z-index:-1;
}

#box_testimonials_contents {
    position: relative;
    width:480px;
    margin-left:620px;
    padding-top: 60px;
}

#reviewshow {
	position: relative;
	display:table;
	margin:0 auto 37px auto;
	width:480px;
	height:299px;
	z-index:1;
}

#reviewshow_quote_left {
	position:absolute;
	width:34px;
	height:29px;
	top:205px;
	left:0px;
	background: url(images/reviewshow_quote_left.webp) center center no-repeat;
	z-index:101; 
}

#reviewshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#reviewshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
	color:#6f6f6f;
	font-size:15px;
	line-height:28px;
}

#reviewshow em {
	display:block;
    font-style: normal;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #231f20;
    margin-bottom: 14px;
}

#box_testimonials .a_button {
	padding: 11px 40px 10px 40px;
}

/* review_pager
-----------------------------------------------------------------------------*/
#review_pager { 
	position: absolute; 
    text-align: left; 
	width: 100%; 
	left: 0px;
	bottom: 86px; 
	overflow: hidden;
	z-index: 101 !important; 
}

#review_pager span { 
    width: 11px;
	height: 10px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon1.webp) left top no-repeat;
	padding:0 2px 0 3px;
	font-family: arial; font-size:0;line-height:0;
}
#review_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#review_pager > * {
	cursor: pointer;
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	position: relative;
	height:769px;
	padding:0;
	background:#f5f5f5;
    z-index: 1;
}

#box_contact:after {
    position: absolute;
    content: "";
	width: 890px;
	height:769px;
	background: url(images/box_contact_bg.webp) center top no-repeat;
    top: 0;
	left: -webkit-calc(50% + 70px);
	left: -moz-calc(50% + 70px);
	left: calc(50% + 70px);
	z-index:-1;
}

#box_contact_contents {
    position: relative;
    float: left;
    width:479px;
    height:579px;
    margin-top: 90px;
}

#box_content_call_us {
    position: relative;
    font-size: 16px;
    color: #6e6e6e;
    padding-top:81px;
}

#box_content_call_us span {
    display: block;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 50px;
    font-weight: 500;
    color: #cb1312;
    margin-top: 25px; 
}

#box_content_call_us:before {
    position:absolute;
    content: "";
    width: 133px;
    height: 2px;
	background: url(images/box_content_call_us_icon.webp) center top no-repeat;
    top: 28px;
    left: 0;
}

#box_contact_contents1 {
    position: relative;
    float: left;
    width:481px;
    height:439px;
    background: #fff;
    padding: 70px;
    margin-top: 90px;
}

#box_contact form {
	width: 100%;
}

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	/*width: 100%;*/
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	margin:0 0 12px 0;
	height:45px;
	padding:1px 18px 0 18px;
	background:#f5f5f5;
	border:none;
	font-size:14px;
    font-weight: 300;
	color: #231f20 !important;
}

#form_estimate_side input.submit {
	border:none;
	padding:0 46px;
	height:45px;
	line-height:45px;
}

#form_estimate_side textarea {
	padding:1px 19px 0 19px;
	margin:0 !important;
	height:115px;
}

#form_estimate_side #table_form {
	width: 100%;
    margin-bottom: 20px;
}
#form_estimate_side #table_form td {
	width: 49%;
	/*padding-right: 2.3%;*/
	vertical-align:top;
}
#form_estimate_side #table_form td:last-child {
	padding-right:0;
}

#form_estimate_side input#name:required {
	background:#f5f5f5 url(images/placeholder_req_bg.webp) left 63px top 16px no-repeat;	
}

#form_estimate_side input#phone:required {
	background:#f5f5f5 url(images/placeholder_req_bg.webp) left 65px top 16px no-repeat;	
}

#form_estimate_side input#email:required {
	background:#f5f5f5 url(images/placeholder_req_bg.webp) left 67px top 16px no-repeat;	
}

#form_estimate_side input#name:required:active,
#form_estimate_side input#phone:required:active,
#form_estimate_side input#email:required:active,
#form_estimate_side input#name:required:focus,
#form_estimate_side input#phone:required:focus,
#form_estimate_side input#email:required:focus,
#form_estimate_side input#name:required:valid,
#form_estimate_side input#phone:required:valid,
#form_estimate_side input#email:required:valid {
	background:#f5f5f5;
}

#form_estimate_side #scode_block {
	width:auto !important;
	text-align:center !important;
	margin-top:3px !important;
	font-size:13px;
	line-height:22px;
	color:#828282;
}

#form_estimate_side #scode_block #scode {
	margin:0 6px !important;
	width:107px;
	height:45px;
	font-size:17px;
}

#form_estimate_side #scode_block table {
	padding-top:17px;
}

/* box_our_location
-----------------------------------------------------------------------------*/
#box_our_location {
	position: relative;
	min-height:450px;
	height: auto !important;
	height:450px;
	z-index: 1;
}

#location_map {
	position:absolute;
	width:1920px;
	height:450px;
	display: block;
	bottom:0;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
}

#location_map img,
#location_map a {
	display: block;
}

/* box_services_areas
-----------------------------------------------------------------------------*/
#box_services_areas {
	position: relative;
	background:#2d2829;
    color: #bdbdbd;
    padding:77px 0 62px 0;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	position: relative;
	color: #b0b0b0;
	background:#2d2829;
	padding:0 0 85px 0;
	font-size: 13px;
	line-height: 22px;
}

#footer .page_wrapper {
    border-top: 1px #6c696a solid;
}

#footer_logo {
	float: left;
	width: 200px;
    margin-top: 61px;
}

#footer_address {
	float: right;
	width: 700px;
	text-align: right;
    margin-top: 68px;
}
#footer_address span {
    color: #fff;
    text-transform: uppercase;
}
#footer_address div {
    margin:22px 0;
}

#footer_address a {
	color: #b0b0b0;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 750px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 45px;
	right: 45px;
	width: 45px;
	height: 45px;
	background: #cb1312 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #690807 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}
/****************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
html {
        /*margin-left: 1px;*/
    }
    /*html.evenWidth {
        margin-left: 0;
    }*/
}
/****************************************/
#welcome_box {
    position: relative;
}

#welcome_box .images_right {
	width: auto;
	float: right;
	margin:-167px 0 15px 48px;
}
#welcome_box .a_button {
	margin-top:16px;
}

.callus_red {
    font-size: 18px;
    color: #cb1312;
}

.small_font {
	font-size:small;
}
.big_font {
	font-size:large;
	line-height:normal;
}
#read_more_links {
}
#read_more_links strong a {
	color:#000;
}
#read_more_links strong a span {
	color:#4e9707;
}
/****************************************/
span.dollar {
	position:relative;
}
span.dollar:before {
	position:absolute;
	content:"$";
	top:-2px;
	left:5px;
	color:#000;
}
span.dollar input {
	padding-left:15px !important;
}
.integral_phone {
	display:inline-block;
	white-space:nowrap;
	font-weight:700;
}
/****************************************/
.review_box {
}
.stars_small_one_line {
	display:inline-block;
	width:60px;
	height:10px;
	background:url(images/stars_small.webp) left top repeat-x;
	margin:0 5px 10px 0;
	line-height:0;
	font-size:0;
}
.stars_small {
	display:inline-block;
	width:100%;
	height:10px;
	background:url(images/stars_small.webp) left -10px repeat-x;
	line-height:0;
	font-size:0;
}
.stars_small_one_line_4 {
	width:46px;
}
/**************************************/
