* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #434343;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #fff url(images/body_bg.webp) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 26px;
	line-height: 29px;
	color: #384452;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
}
h2, .h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
	line-height: 27px;
	color: #5d5d5d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
}
h3, .h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: #cda649;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
}
h4, .h4 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #384452;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
	text-align: center;
}

a {
	color: #ce6500;
	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.webp);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 18px;
	line-height: 18px;
    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;
	background: #cda649;
	padding: 14px 25px 14px 25px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	border: 0px;
	padding: 13px 20px 12px 20px;
}
.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: #333;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #231f20;
	font-size: 14px;
	line-height: 14px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 7px;
}

.form textarea {
	height: 150px;
}

.required {
	color: #ce6500;
}

/* 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 {
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
}
.mobile_only {
	display: none;
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	border: 1px solid #ccc;
}
.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: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
	font-weight: bold;
	outline: none;
	background: #cda649;
	text-transform: uppercase;
	text-align: center;
	padding: 14px 25px 14px 25px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	text-decoration: none;
	background: #55697e;
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.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;
}


/* 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 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: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	outline: none;
	background: #cda649;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	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 {
	text-decoration: none;
	background: #55697e;
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
/*	border-bottom: 1px solid #eae9e9;*/
	margin-bottom: 0px;
}
.portfolio_sections_list_caption {
	font-family: 'Fjalla One', 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: 'Fjalla One', 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 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	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;
	bottom: 0px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.8;
	text-align: center;
	background: rgba(56,68,82,1);
	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: 'Fjalla One', sans-serif;
	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.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: 13px;
	line-height: 13px;
	color: #666;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 10px 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: 1px;
	right: 0px;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
}
.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: #ce6500;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #536b7e;
	border-left: 1px solid #536b7e;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 7px;
	border-bottom: 1px solid #536b7e; 
	border-right: 1px solid #536b7e; 
	color: #536b7e;
}
.table thead td, .table tfoot td {
	background: #c1c1c1;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #536b7e;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #c1c1c1;
}
.table tr:nth-child(odd) {
	background: #eaeaea;
}
.table tr:nth-child(even) {
	background: #fdfdfd;
}


/* 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: 90px;
}

.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);
}


/* box_announce
-----------------------------------------------------------------------------*/
#box_announce {
	position: relative;
	height: 27px;
	background: #cf6501;
	color: #fff;
	text-transform: uppercase;
	padding-top: 13px;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	z-index: 1 !important;
}
#box_announce a {
	color: #fff;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_announce a:hover {
	color: #FF0;
	text-decoration: none;
}

#box_announce_left {
	position: absolute;
	left: 0px;
	width: 300px;
	text-align: center;
}
#box_announce_right {
	position: absolute;
	right: 0px;
	width: 600px;
	text-align: center;
}


#box_announce_new {
	position: relative;
	background: #cf6501;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	line-height: 16px; 
	z-index: 1 !important;
	padding: 5px 50px 5px 50px;
	font-weight: bold;
}
#box_announce_new a {
	color: #fff;
}

.bounce {
	height: 40px;
	overflow: hidden;
	position: relative;
}
            
.bounce p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 40px;
	text-align: center;
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	-moz-animation: bouncing-text 10s linear infinite alternate;
	-webkit-animation: bouncing-text 10s linear infinite alternate;
	animation: bouncing-text 25s linear infinite alternate;
}
            
@-moz-keyframes bouncing-text {
	0% {
		-moz-transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-50%);
	}
}
            
@-webkit-keyframes bouncing-text {
	0% {
		-webkit-transform: translateX(50%);
	}
	100% {
		-webkit-transform: translateX(-50%);
	}
}
            
@keyframes bouncing-text {
	0% {
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/* Header_top
-----------------------------------------------------------------------------*/
#header_top {
	width: 100%;
	position: relative;
	height: 50px;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	background: #55697e;
	z-index: 1;
}

#header_top_slogan {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 17px;
}

#bt_visualizer {
	position: absolute;
	left: 160px;
	top: 5px;
	color: #536373;
	background: #f6f5f4;
	display: block;
	padding: 8px 10px 7px 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#bt_visualizer span {
	color: #e5bd85;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#bt_visualizer:hover, #bt_visualizer:hover span {
	color: #ce6500;
	text-decoration: none;
}

#header_top_phone {
	width: 100px;
	position: absolute;
	left: 480px;
	top: 18px;
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 3px 23px;
	background: url(images/icon_phone.webp) left center no-repeat;
}
#header_top_phone a {
	color: #fff;
}
#header_top_phone a:hover {
	text-decoration: none;
}

#header_top_search {
	width: 230px;
	position: absolute;
	left: 600px;
	top: 10px;
	color: #fff;
	text-align: center;
	z-index: 1000;
}

#header_top_search ::-webkit-input-placeholder {
	color: #edeeef !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
#header_top_search ::-moz-placeholder {
	color: #edeeef !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
#header_top_search :-moz-placeholder {
	color: #edeeef !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
#header_top_search :-ms-input-placeholder {
	color: #edeeef !important;
	font-weight: normal;
	text-overflow: ellipsis;
}

#searchBox {
	width: 230px;
	height: 32px;
	background: #536373 url(images/icon_search.webp) 10px 8px no-repeat;
	padding: 0px 0px 0px 30px;
	border: 0px;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}

#header_top_social {
	width: 295px;
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: right;
}
#header_top_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
#header_top_social a:hover img {
	opacity: 0.7;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 90px;
	color: #000;
	font-size: 13px;
	line-height: 13px;
	background: #fff;
}

#header_logo {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 13px;
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	position: absolute;
	right: 0px;
	top: 30px;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 2px;
}

#menutop ul li a {
	display: block;
	color: #536373;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 17px 15px 17px;
	margin: 0px;
	transition: all 20ms ease-in;
	-webkit-transition: all 20ms ease-in;
}
#menutop ul li:hover, #menutop li.selected {
	background: #f6f5f4;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #ce6500;
	text-decoration: none;
}


#header.box_fixed {
	height: 70px;
}
#header.box_fixed #header_logo {
	top: 3px;
}
#header.box_fixed #menutop {
	position: absolute;
	right: 0px;
	top: 12px;
}



/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 550px;
	position: relative;
	z-index: 0;
	background: #fff;
}
.inside #slideshow {
	height: 350px;
}

#slideshow a {
	color: #fff;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 101;
}

#slideshow_slogan {
	width: 950px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 240px;
	text-align: center;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	font-size: 66px;
	line-height: 70px;
	text-transform: uppercase;
	z-index: 201;
}
.inside #slideshow_slogan {
	top: 130px;
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom: 40px; 
	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.webp) 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.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}


/* box_counters
-----------------------------------------------------------------------------*/
#box_counters {
	height: 236px;
	background: #586c81 url(images/box_counters_bg.webp) center top no-repeat;
	padding: 70px 0px 0px 0px;
	position: relative;
	text-align: center;
}
#box_counters ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_counters ul li {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 70px 80px 0px 80px;
}
#box_counters ul li:nth-child(1) {
	background: url(images/icon_years.webp) center top no-repeat;
}
#box_counters ul li:nth-child(2) {
	background: url(images/icon_pieces.webp) center top no-repeat;
}
#box_counters ul li:nth-child(3) {
	background: url(images/icon_dealers.webp) center top no-repeat;
}
#box_counters ul li b {
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	line-height: 36px;
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#box_counters ul li a:hover {
	color: #cda649;
	text-decoration: none;
}


/* box_projects
-----------------------------------------------------------------------------*/
#box_projects {
	background: #f6f5f4;
	padding: 65px 0px 60px 0px;
	position: relative;
	text-align: center;
}
#box_projects ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_projects ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 40px 40px 0px;
}
#box_projects ul li:nth-child(3n) {
	margin-right: 0px;
}
#box_projects ul li a {
	display: block;
	width: 340px;
	height: 326px;
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	display: block;
	padding-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
}
#box_projects ul li a span {
	width: 100%;
	display: block;
	height: 35px;
	font-family: 'Fjalla One', sans-serif;
	font-size: 22px;
	line-height: 22px;
	display: block;
	padding-top: 15px;
	text-transform: uppercase;
	background: rgba(56, 68, 82, 0.8);
	position: absolute;
	left: 0px;
	bottom: 130px;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
#box_projects ul li a:hover span {
	background: rgba(56, 68, 82, 1);
}

#box_projects ul li:nth-child(1) a {
	background: url(images/projects-pavers.webp) center center no-repeat;
}
#box_projects ul li:nth-child(2) a {
	background: url(images/projects-steptreads.webp) center center no-repeat;
}
#box_projects ul li:nth-child(3) a {
	background: url(images/projects-roof-pavers.webp) center center no-repeat;
}
#box_projects ul li:nth-child(4) a {
	background: url(images/projects-wall-cap.webp) center center no-repeat;
}
#box_projects ul li:nth-child(5) a {
	background: url(images/projects-pool-coping.webp) center center no-repeat;
}
#box_projects ul li:nth-child(6) a {
	background: url(images/projects-dekstone.webp) center center no-repeat;
}

#box_projects ul li a:hover {
	color: #cda649;
	text-decoration: none;
}


/* box_colors
-----------------------------------------------------------------------------*/
#box_colors {
	background: #fff;
	padding: 65px 0px 60px 0px;
	position: relative;
	text-align: center;
}
#box_colors ul {
	width: 550px;
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_colors ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 15px 0px;
}
#box_colors ul li:nth-child(6n) {
	margin-right: 0px;
}
#box_colors ul li a {
	display: block;
	width: 79px;
	height: 79px;
}

.colors_home {
	border-radius: 40px;
}

/* box_specs
-----------------------------------------------------------------------------*/
#box_specs {
	height: 511px;
	background: #586c81 url(images/box_specs_bg.webp) center top no-repeat;
	padding: 65px 0px 60px 0px;
	position: relative;
	text-align: center;
}
#box_specs ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	list-style: none;
	list-style-image: none;
}
#box_specs ul li {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	padding: 0px 80px 40px 80px;
}
#box_specs ul li a {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding-top: 65px;
	transition: all 150ms ease-in;
	-webkit-transition: all 150ms ease-in;
}
#box_specs ul li a:hover {
	color: #cda649;
	text-decoration: none;
}

#box_specs ul li:nth-child(1) a {
	background: url(images/icon_brochures.webp) center top no-repeat;
}
#box_specs ul li:nth-child(1) a:hover {
	background: url(images/icon_brochures_on.webp) center top no-repeat;
}

#box_specs ul li:nth-child(2) a {
	background: url(images/icon_ctma_handbook.webp) center top no-repeat;
}
#box_specs ul li:nth-child(2) a:hover {
	background: url(images/icon_ctma_handbook_on.webp) center top no-repeat;
}

#box_specs ul li:nth-child(3) a {
	background: url(images/icon_details.webp) center top no-repeat;
}
#box_specs ul li:nth-child(3) a:hover {
	background: url(images/icon_details_on.webp) center top no-repeat;
}

#box_specs ul li:nth-child(4) a {
	background: url(images/icon_faqs_reports.webp) center top no-repeat;
}
#box_specs ul li:nth-child(4) a:hover {
	background: url(images/icon_faqs_reports_on.webp) center top no-repeat;
}

/*
#box_specs ul li:nth-child(5) a {
	background: url(images/icon_icpi_tech_specs.webp) center top no-repeat;
}
#box_specs ul li:nth-child(5) a:hover {
	background: url(images/icon_icpi_tech_specs_on.webp) center top no-repeat;
}
*/

#box_specs ul li:nth-child(5) a {
	background: url(images/icon_infographics.webp) center top no-repeat;
}
#box_specs ul li:nth-child(5) a:hover {
	background: url(images/icon_infographics_on.webp) center top no-repeat;
}

#box_specs ul li:nth-child(6) a {
	background: url(images/icon_product_data_sheets.webp) center top no-repeat;
}
#box_specs ul li:nth-child(6) a:hover {
	background: url(images/icon_product_data_sheets_on.webp) center top no-repeat;
}

#box_specs ul li:nth-child(7) a {
	background: url(images/icon_safety_data_sheet.webp) center top no-repeat;
}
#box_specs ul li:nth-child(7) a:hover {
	background: url(images/icon_safety_data_sheet_on.webp) center top no-repeat;
}

#box_specs ul li:nth-child(8) a {
	background: url(images/icon_shapes_dimensions.webp) center top no-repeat;
}
#box_specs ul li:nth-child(8) a:hover {
	background: url(images/icon_shapes_dimensions_on.webp) center top no-repeat;
}

#box_specs ul li:nth-child(9) a {
	background: url(images/icon_three_part_specs.webp) center top no-repeat;
}
#box_specs ul li:nth-child(9) a:hover {
	background: url(images/icon_three_part_specs_on.webp) center top no-repeat;
}


/* box_before_after
-----------------------------------------------------------------------------*/
#box_before_after {
	background: #fff;
	padding: 65px 0px 60px 0px;
	position: relative;
	text-align: center;
}
#box_before_after ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_before_after ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 80px 80px 0px;
}
#box_before_after ul li:nth-child(3n) {
	margin-right: 0px;
}
#box_before_after ul li a {
	display: block;
	width: 300px;
	height: 276px;
	position: relative;
}
#box_before_after ul li a span {
	display: block;
	position: absolute;
	width: 174px;
	height: 150px;
	border: 3px solid #eeeeee;
	left: -40px;
	bottom: -40px;
}

#box_before_after ul li:nth-child(1) a {
	background: url(images/before-after-01.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(2) a {
	background: url(images/before-after-02.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(3) a {
	background: url(images/before-after-03.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(4) a {
	background: url(images/before-after-04.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(5) a {
	background: url(images/before-after-05.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(6) a {
	background: url(images/before-after-06.webp) center center no-repeat;
}

#box_before_after ul li:nth-child(1) a span {
	background: url(images/before-01.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(2) a span {
	background: url(images/before-02.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(3) a span {
	background: url(images/before-03.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(4) a span {
	background: url(images/before-04.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(5) a span {
	background: url(images/before-05.webp) center center no-repeat;
}
#box_before_after ul li:nth-child(6) a span {
	background: url(images/before-06.webp) center center no-repeat;
}


/* box_advantages
-----------------------------------------------------------------------------*/
#box_advantages {
	background: #f6f5f4;
	padding: 65px 0px 60px 0px;
	position: relative;
	text-align: center;
}
#box_advantages ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_advantages ul li {
	width: 330px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 50px 40px 0px;
}
#box_advantages ul li:nth-child(3n) {
	margin-right: 0px;
}
#box_advantages ul li span {
	display: block;
	width: 100%;
	font-family: 'Fjalla One', sans-serif;
	color: #536373;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 75px 0px 10px 0px;
}

#box_advantages ul li:nth-child(1) {
	background: url(images/icon_advantages_01.webp) center top no-repeat;
}
#box_advantages ul li:nth-child(2) {
	background: url(images/icon_advantages_02.webp) center top no-repeat;
}
#box_advantages ul li:nth-child(3) {
	background: url(images/icon_advantages_03.webp) center top no-repeat;
}
#box_advantages ul li:nth-child(4) {
	background: url(images/icon_advantages_04.webp) center top no-repeat;
}
#box_advantages ul li:nth-child(5) {
	background: url(images/icon_advantages_05.webp) center top no-repeat;
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 0px 0px 60px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	padding: 65px 0px 60px 0px;
	background: #fff;
}


/* box_home_quote
-----------------------------------------------------------------------------*/
#box_home_quote {
	color: #696866;
	background: url(images/quote_left.webp) 0px 35px no-repeat, url(images/quote_right.webp) 0px 390px no-repeat;
	width: 265px;
	float: left;
	font-size: 20px;
	line-height: 30px;
	padding: 70px 0px 100px 0px;
	z-index: 2;
	position: relative;
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #536373;
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0px;
	margin-bottom: 35px;
	text-transform: uppercase;
}
.content_title span {
	display: block;
	color: #ce6500;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin-top: 20px;
	text-transform: none;
	font-weight: bold;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #536373;
	font-family: 'Fjalla One', sans-serif;
	font-size: 36px;
	line-height: 36px;
}

.content_title1 {
	color: #fff;
}
.content_title1 span {
	color: #fff;
}


/* side
----------------------------------------------------------------------------*/
#side {
	width: 220px;
	float: left;
	margin: 0px 20px 0px 0px;
}

#side .content_title {
	font-size: 25px;
	line-height: 25px;
	padding: 20px 0px 10px 20px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	/*border-bottom: 1px solid #CCC;*/
}


/* menu
-----------------------------------------------------------------------------*/
#menu {
	background: #f6f5f4;
	padding: 5px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	/*border: 1px solid #ccc;*/
}

#menu ul {
	list-style: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	list-style: none;
	list-style-image: none;
	padding: 0px 0px 0px 0px;
}
#menu ul li a {
	display: block;
	color: #536373;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px 6px 33px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background: url(images/menu_page_li_bg.webp) 20px 11px no-repeat;
}

#menu ul li:hover > a, #menu ul li.selected > a {
	color: #ce6500;
	text-decoration: none;
}

#menu ul ul {
	margin: 0px 5px 0px 14px;
}
#menu ul ul li {
	padding: 0px 0px 0px 0px;
}
#menu ul ul li a {
	color: #536373;
	background: none;
	font-size: 12px;
	line-height: 12px;
	background: url(images/menu_page_li_bg.webp) 20px 11px no-repeat;
	padding: 6px 0px 6px 33px;
}

#menu ul ul ul {
	margin: 0px 5px 0px 15px;
}
#menu ul ul ul li {
	padding: 0px 0px 0px 0px;
}

#menu ul li a:hover, #menu ul li.selected a {
	/*color: #ce6500;*/
	text-decoration: none;
}

#menu ul li.selected a {
	background: url(images/menu_page_li_bg_on.webp) 20px 11px no-repeat;
}
#menu ul ul li a.selected {
	/*color: #ce6500;*/
	background: none;
}
#menu ul ul ul li a.selected {
	background: url(images/menu_page_li_bg_on.webp) 20px 11px no-repeat;
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
	padding: 65px 0px 0px 0px;
	z-index: 2;
	position: relative;
}
.inside #content {
	padding: 0px 0px 0px 0px;
	width: 860px;
	float: right;
}


/* menu_page
----------------------------------------------------------------------------*/
.menu_page {
	background: #f6f5f4;
	margin-bottom: 20px;
	/*border: 1px solid #ccc;*/
}
.menu_page ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_page li {
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(images/menu_page_li_bg.webp) 3px 21px no-repeat;
}

.menu_page ul li a {
	display: block;
	color: #536373;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 15px 15px 15px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.menu_page ul li:last-child a {
}

.menu_page li.selected {
	background: url(images/menu_page_li_bg_on.webp) 3px 21px no-repeat;
}
.menu_page ul li:hover a, .menu_page li.selected a {
	color: #ce6500;
	text-decoration: none;
}


/* 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;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #434343;
	text-decoration: none;
	cursor: text;
}


/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	background: #f6f5f4;
	position: relative;
	padding: 45px 0px 60px 0px;
}
#box_portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_portfolio ul li {
	display: inline-block;
	width: 340px;
	padding: 0px 0px 0px 0px;
	margin: 0px 40px 0px 0px;
	vertical-align: top;
	text-align: center;
	color: #5d5d5d;
}
#box_portfolio li:last-child {
	margin-right: 0px;
}

#box_portfolio ul li a {
	display: block;
	position: relative;
	color: #5d5d5d;
}
#box_portfolio ul li a:hover {
	text-decoration: none;
}

#box_portfolio ul li .content_title {
	padding-bottom: 320px;
}

#box_portfolio ul li:nth-child(1) {
	background: url(images/portfolio_01.webp) center 50px no-repeat;
}
#box_portfolio ul li:nth-child(2) {
	background: url(images/portfolio_02.webp) center 50px no-repeat;
}
#box_portfolio ul li:nth-child(3) {
	background: url(images/portfolio_03.webp) center 50px no-repeat;
}


/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	min-height: 448px;
	background: url(images/box_testimonials_bg.webp) center top no-repeat;
	background-size: cover;
	padding: 65px 0px 60px 0px;
	position: relative;
	color: #fff;
	text-align: center;
}

#box_testimonials_content {
	width: 840px;
	position: relative;
	padding: 0px 130px 0px 130px;
}
#box_testimonials ul {
	width: 100%;
	min-height: 230px;
	margin: 0;
	padding: 0px 0px 20px 0px;
	list-style: none;
	list-style-image: none;
}

#box_testimonials li {
	list-style: none;
	list-style-image: none;
	font-size: 18px;
	line-height: 25px;
}

#box_testimonials li span {
	display: block;
	color: #cda649;
	padding-top: 20px;
}

#box_testimonials .content_title, #box_testimonials .content_title span {
	color: #cda649;
}

#slides_testimonials_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -120px;
	right: 45px;
	z-index: 101;
}
#slides_testimonials_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -120px;
	left: 45px;
	z-index: 101;
}

/* slides_testimonials_pager
-----------------------------------------------------------------------------*/
#slides_testimonials_pager { 
	width: 100%; 
	z-index: 101 !important; 
	position: relative; 
	overflow: hidden;
}

#slides_testimonials_pager span { 
    width: 10px;
	height: 10px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 2px 0px 2px;
	font-family: arial; font-size: 1px; 
}
#slides_testimonials_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slides_testimonials_pager > * {
	cursor: pointer;
}


/* box_logos
-----------------------------------------------------------------------------*/
#box_logos {
	width: 100%;
	padding: 50px 0px 50px 0px;
	background: #54697e;
	color: #fff;
	position: relative;
	text-align: center;
}
#box_logos ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_logos ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 15px;
	vertical-align: middle;
}


/* box_partners
----------------------------------------------------------------------------*/
#box_partners {
	padding: 32px 0px 29px 0px;
	background: #fff;
	position: relative;
}
#box_partners ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#box_partners ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 15px;
	vertical-align: middle;
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	height: 140px;
	color: #a6abbb;
	background: #384452;
	position: relative;
	padding: 40px 0px 50px 0px;
	font-size: 13px;
	line-height: 18px;
}
#footer_links a {
	color: #a6abbb;
}

#footer_note {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0px 0px 0px;
}

#footer_links {
	width: 320px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer_links span {
	color: #fff;
	font-weight: bold;
}

#footer_support {
	width: 320px;
	position: absolute;
	left: 415px;
	top: 0px;
	line-height: 25px;
}

#footer_about {
	width: 320px;
	position: absolute;
	left: 675px;
	top: 0px;
	line-height: 25px;
}

#footer_support b, #footer_about b {
	color: #a6abbb;
	font-size: 15px;
	font-weight: normal;
}
#footer_support a, #footer_about a {
	color: #fff;
	font-weight: bold;
}
#footer_support a:hover, #footer_about a:hover {
	color: #cda649;
	text-decoration: none;
}

#footer_social {
	width: 295px;
	position: absolute;
	right: 0px;
	top: 20px;
	text-align: right;
}
#footer_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
#footer_social a:hover img {
	opacity: 0.7;
}


/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width: 300px;
	float: left;
}
#contact_form {
	width: 400px;
	float: right;
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	background: #cda649 url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	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: #231f20 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}

#scroll_visualizer {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 223px;
	height: 147px;
	background: url(images/scroll_visualizer.webp) center center no-repeat;
	text-decoration: none;
	cursor: pointer;
	z-index: 1000;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}


/* ul inline
-----------------------------------------------------------------------------*/
.inline-center {
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.inline-center li {
	display: inline-block;
	width: auto;
	padding: 0px 15px 15px 15px;
	margin: 0px;
	position: relative;
}


/* infographic_list
-----------------------------------------------------------------------------*/
.infographic_list {
	position: relative;
}
.infographic_list ul {
	width: 95%;
	margin: 0 auto;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
}
.infographic_list li {
	width: 150px !important;
	font-size: 14px;
	line-height: 15px;
	vertical-align: top;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 20px 2px;
	vertical-align: top;
}

.infographic_list li span {
	display: block;
	min-height: 30px;
	padding-bottom: 5px;
}

.slick-prev {
	position: absolute;
	left: -5px;
	top: 45%;
	width: 20px;
	height: 37px;
	background: url(images/arrow-prev.webp) center center no-repeat;
}
.slick-next {
	position: absolute;
	right: -5px;
	top: 45%;
	width: 20px;
	height: 37px;
	background: url(images/arrow-next.webp) center center no-repeat;
}
