* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Montserrat", sans-serif, Arial, Helvetica;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
    letter-spacing: 1px;
	background: linear-gradient(to right, #1d6f7a 0%, #7c2a30 100%), #7c2a30;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-size: 24px;
	line-height: 27px;
	font-weight: 600;
	color: #aa323b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h2, .h2 {
	font-size: 23px;
	line-height: 26px;
	font-weight: 600;
	color: #933038;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h3, .h3 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	color: #7c2a30;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h4, .h4 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 600;
	color: #1b818f;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h5, .h5 {
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	color: #1d6f7a;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}
h6, .h6 {
	font-size: 19px;
	line-height: 21px;
	font-weight: 600;
	color: #888888;
	padding: 0px 0px 10px 0px;
	margin: 0px;
    text-transform: uppercase;
}

a {
	color: #7c2a30;
	text-decoration: none;
	outline: none;
}
b, strong {
    font-weight: 600;
}
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;
}


.inline_blocks_centered {
	display: table;
    width: 100%;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
    text-align: center;
}
.inline_blocks_centered li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 15px 30px 15px;
}

p {
	margin: 0px 0px 24px 0px;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 14px;
	line-height: 14px;
    box-sizing: border-box;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	background: #7c2a30;
	padding: 26px 30px 26px 30px;
	border: 0px;
    font-family: "Playfair Display", serif, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
    font-weight: 900;
    border-radius: 3px;
    letter-spacing: normal;
    cursor: pointer;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 14px;
	line-height: 30px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}

.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 14px;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 9px 10px 9px 10px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}
#scode_block ul {
	display: table;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
    text-align: center;
}
#scode_block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
#scode_block ul li:first-child {
	margin: 0px 5px 0px 0px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 0px 5px;
}

@media screen and (max-width: 1840px) {
#scode_block ul li {
	margin: 0px 5px 10px 5px;
}
#scode_block ul li:first-child {
	margin: 0px 5px 10px 0px;
}
#scode_block ul li:last-child {
	margin: 0px 0px 10px 5px;
}
}
/* 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 {
	display: block;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 1140px) {
.desktop_only {
	display: none;
}
.mobile_only {
	display: block;
}
}


.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	padding: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	text-decoration: none;
	font-weight: 400;
    text-transform: uppercase;
	text-align: center;
	outline: none;
	background: #7c2a30;
	padding: 17px 36px 16px 36px;
    border-radius: 22px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button1 {
	background: #1d6f7a;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #1d6f7a;
	transform: scale(1.1);    
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
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;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}

/* 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: #7c2a30;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d6f7a;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d6f7a;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}


/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #7c2a30;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #fff;
	text-decoration: none;
	background: #1d6f7a;
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: 600;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	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 {
	font-size: 27px;
	line-height: 30px;
	font-weight: 400;
	color: #7aa201;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}

.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	color: #fff;
	font-size: 19px;
	line-height: 19px;
	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: #888888;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: " >";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 3px;
	right: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 7px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #7c2a30;
}
.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;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-weight: 600;
	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: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
.page_wrapper {
	width: auto;
	margin: 0px 20px 0px 20px;
}
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 0px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}
@media screen and (max-width: 1840px) {
.body_wrapper {
	max-width: 1920px !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: 2560px !important;
	float: none !important;
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}
#menutop {
    width: 100%;
    height: 45px;
    position: absolute;
    z-index: 15;
    top: 99px;
    background: #fff;
}
#menutop_logo {
    position: absolute;
    left: 0px;
    top: -24px;
    width: 264px;
}
@media screen and (max-width: 1840px) {
#menutop {
    top: 171px;
}
#menutop_logo {
    top: -96px;
}
}
#menutop_logo img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop.box_fixed #menutop_logo img {
	transform: scale(0.4);
    transform-origin: left center;
}
#menutop ul {
	display: table;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#menutop ul li a {
	display: block;
	font-size: 13px;
	line-height: 13px;
    color: #888888;
	font-weight: 400;
	text-align: center;
    text-transform: uppercase;
	padding: 16px 24px 16px 24px;
	margin: 0px;
	transition: color 250ms ease-in;
	-webkit-transition: color 250ms ease-in;    
}
#menutop li:first-child a {
	padding: 16px 24px 16px 0px;
}
#menutop li:last-child a {
	padding: 16px 0px 16px 24px;
}
@media screen and (max-width: 1840px) {
#menutop {
    top: 171px;
}
#menutop_logo {
    top: -96px;
}
#menutop ul li a {
	padding: 16px 27px 16px 27px;
}
#menutop li:first-child a {
	padding: 16px 27px 16px 0px;
}
#menutop li:last-child a {
	padding: 16px 0px 16px 27px;
}
}
#menutop ul li:hover a, 
#menutop li.selected a {
	text-decoration: none;
	color: #1d6f7a;
}
#header_social {
    position: absolute;
    top: 6px;
    right: 0px;
}
@media screen and (max-width: 1840px) {
#header_social {
    top: -66px;
}
}
#header_social .a_button {
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	padding: 10px 28px 10px 28px;
    border-radius: 15px;
	background: #1d6f7a;
    margin-right: 3px;  
}
#header_social img {
    margin-left: 7px;
}
@media screen and (max-width: 1140px) {
#menutop {
    width: 100%;
    height: 1px;
    top: -1px!important;
    background: none;
    text-align: center;
}
#menutop.box_fixed {
	position: absolute!important;
	top: -1px!important;
}
#menutop.box_fixed #menutop_logo img {
	transform: none;
}
#menutop nav {
    display: none;
}
#menutop_logo {
    top: 70px!important;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
#header_social {
    position: absolute;
    top: 170px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
}
}
#header_contacts {
	width: 100%;
    padding-top: 16px;
    height: 34px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
    z-index: 12;
    position: relative;
}
#header_contacts span,
#header_contacts a {
    display: inline-block;
    vertical-align: top;
    color: #fff;    
}
#header_contacts a:hover {
    text-decoration: none;
}
#header_slogan {
    padding-right: 259px;
}
#header_hours {
	padding: 0px 259px 0px 24px;
	background: url(images/icon_hours.webp) left top no-repeat;
}
#header_email {
	padding: 0px 0px 0px 24px;
	background: url(images/icon_email.webp) left top no-repeat;
}
#header_app {
    position: absolute;
    top: 0px;
    right: 0px;
}
#header_phone {
	font-size: 14px;
	font-weight: 600;
	padding: 0px 0px 0px 24px;
	background: url(images/icon_phone.webp) left top no-repeat;
    margin-left: 12px;
}
@media screen and (max-width: 1840px) {
#header_slogan {
    padding-right: 185px;
}
#header_hours {
	padding: 0px 185px 0px 24px;
}
#header_app {
    top: 98px;
    right: 330px;
    color: #1d6f7a!important;
}
#header_phone {
	background: url(images/icon_phone1.webp) left top no-repeat;
    color: #7c2a30!important;
}
}
@media screen and (max-width: 1140px) {
#header_contacts {
    text-align: center;
}    
#header_slogan {
    display: none!important;
}
#header_hours {
	display: none!important;
}
#header_email {
	display: none!important;
}
#header_app {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    color: #fff!important;     
}
#header_phone {
	background: url(images/icon_phone.webp) left top no-repeat;
    color: #fff!important;
}
}
#header {
	width: 100%;
	height: 94px;
	background: #fff;
    position: relative;
    padding-bottom: 46px;
    z-index: 11;
}
@media screen and (max-width: 1840px) {
#header {
	height: 166px;
    padding-bottom: 8px;
}
}
@media screen and (max-width: 1140px) {
#header {
	height: 170px;
    padding-bottom: 0px;
}
}
/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f7f9fa 0px, #fff 100%);
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}

.menu_icons a {
	display: block;
	text-align: center;
	color: #888888;
    font-size: 12px;
	line-height: 36px;
	font-weight: 400;
	height: 34px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
.menu_icons a#mobile_menu_home {
	color: #1d6f7a;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

@media screen and (max-width: 1140px) {
.menu_icons {
	display: block;
}
}
/* menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	width: 100%;
	display: none;
}

#menumobile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #7c2a30 0px, #91373e 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 11px;
	line-height: 12px;
	font-weight: 400;
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	text-decoration: underline;
}

#menumobile li.closed > ul {
	display: none;
}

#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}


/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}

#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}
#slideshow {
	width: 100%;
	height: 1200px;
	position: relative;
	z-index: 10;
	background: #7d92a1;
}
.inside #slideshow {
	height: 694px;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	list-style: none;
	list-style-image: none;
}
@media screen and (min-width: 1141px) {
#slide1 {
	background: url(images/slides_2560_01.webp) center top no-repeat;
}
#slide2 {
	background: url(images/slides_2560_02.webp) center center no-repeat;
}
#slide3 {
	background: url(images/slides_2560_03.webp) center center no-repeat;
}
}
#slideshow_bg {
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0px;
	top: 0px;
	z-index: 230;
    background: url(images/slideshow_flowers.webp) center center no-repeat;
    background-size: cover;
}
.inside #slideshow_bg {
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0px;
	top: 0px;
	z-index: 230;
    background: url(images/slideshow_inside_flowers.webp) center center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 1840px) {
#slideshow {
	height: 918px;
}
#slideshow_bg {
    background: url(images/slideshow_flowers_1920.webp) center center no-repeat!important;
}
}
#slides_arrow_next, 
#slides_arrow_prev {
	width: 28px;
	height: 172px;
	position: absolute;
	top: 50%;
    margin-top: -86px;
	z-index: 237;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#slides_arrow_prev {
	left: 210px;
	background: url(images/slides_arrow_prev.webp) center center no-repeat;
}
#slides_arrow_next {
	right: 210px;
	background: url(images/slides_arrow_next.webp) center center no-repeat;	
}
@media screen and (max-width: 2150px) {
#slides_arrow_prev {
	left: 40px;
}
#slides_arrow_next {
	right: 40px;
}
}
@media screen and (max-width: 1920px) {
#slides_arrow_prev {
	left: 10px;
}
#slides_arrow_next {
	right: 10px;
}
}
@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}
#slideshow_pager { 
	position: absolute;
	bottom: 182px;
	z-index: 237;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
}
.inside #slideshow_pager { 
	bottom: 50px;
}
@media screen and (max-width: 1840px) {
#slideshow_pager { 
	bottom: 162px;
}
}
#slideshow_pager span { 
	width: 16px;
	height: 10px; 
    display: inline-block;
	cursor: pointer;
    font-family: arial;
	font-size: 0px;
	background: url(images/slide_icon.webp) center center no-repeat;
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) center center no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}
@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}
#slideshow_content {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 218px;
	z-index: 231;
    padding: 130px 0px 131px 0px;
    background: url(images/slideshow_content_bg.webp) center bottom no-repeat, url(images/slideshow_content_bg.webp) center top no-repeat;
    text-align: center;
}
.inside #slideshow_content {
	top: 50px;
}
@media screen and (max-width: 1840px) {
#slideshow_content {
	top: 37px;
}
}
#slideshow_content span {
    font-family: "Playfair Display", serif, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 600;
	color: #fff;
    text-transform: uppercase;
}
#slideshow_content .page_wrapper div {
    font-family: "Playfair Display", serif, Arial, Helvetica, sans-serif;
	font-size: 90px;
	line-height: 100px;
	font-weight: 600;
	color: #fff;
    padding-top: 28px;
    letter-spacing: normal;
}
#slideshow_content p {
    margin: 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
    text-transform: uppercase;
    padding: 15px 0px 0px 0px;
}
#slideshow_content .a_button {
    margin-top: 31px;
    background: #7c2a30;
}
@media screen and (max-width: 1140px) {
#slideshow {
    height: 402px;
	background: url(images/mobile_slideshow_bg.webp) center top no-repeat;
}
.inside #slideshow {
    height: 224px;
}
#slideshow_bg {
	display: none;
}
#slideshow_content {
	top: 70px;
    padding: 0px;
    background: none;
}
.inside #slideshow_content {
	top: 40px;
}
#slideshow_content .page_wrapper {
	width: 280px;
    margin: 0px auto;
}
#slideshow_content span {
    display: block;
	line-height: 30px;
    padding: 0px 60px;
}
#slideshow_content .page_wrapper div {
	font-size: 48px;
	line-height: 40px;
    padding-top: 21px;
}
.inside #slideshow_content .page_wrapper div {
	font-size: 30px;
	line-height: 24px;
    padding-top: 9px;
}
#slideshow_content p {
    display: none;
}
#slideshow_content .a_button {
    display: none;
}
}
#box_services {
	width: 100%;
	height: 849px;
    position: relative;
}
#box_services1 {
    position: absolute;
    left: 0px;
    top: -122px;
    z-index: 20;
}
.ul_services1 li {
    width: 880px;
	margin: 0px 34px 0px 0px;
    background: #fff;
    text-align: left;
}
.ul_services1 li:last-child {
	margin: 0px;
}
.ul_services1 li:last-child .content_title {
	color: #7c2a30;
}
.ul_services1_padd {
    padding: 74px 66px 78px 80px;
}
.ul_services1_padd .content_title {
    width: 45%;
    float: left;
}
.ul_services1_padd .img_right {
	margin: 0px 0px 0px 30px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #7c2a30;
    text-align: center;
    text-transform: uppercase;
}
.ul_services1 li:last-child .ul_services1_padd .img_right {
	color: #1d6f7a;
}
.ul_services1_padd .img_right img {
	margin-bottom: 33px;
}
.ul_services1_padd p {
    display: block;
    clear: left;
    margin: 0px;
    padding: 0px;
    min-height: 250px;
}
.ul_services2 {
    padding-top: 36px;
    font-size: 14px;    
}
.ul_services2 li {
	margin: 0px 34px 0px 0px;
}
.ul_services2 li:last-child {
	margin: 0px;
}
.ul_services2 li a {
    display: block;
    width: 421px;    
    padding: 192px 0px 33px 0px;
}
@media screen and (max-width: 1840px) {
#box_services {
	height: 1081px;
}
.ul_services1 li {
    width: 534px;
	margin: 0px 26px 0px 0px;
}
.ul_services1_padd {
    padding: 72px 65px 78px 65px;
}
.ul_services1_padd .content_title {
    width: 100%;
    float: none;
}
.ul_services1_padd .img_right {
	margin: 0px 0px 21px 0px;
    text-align: left;
    float: none;
}
.ul_services1_padd p {
    min-height: 187px;
}
.ul_services2 {
    padding-top: 26px;
}
.ul_services2 li {
	margin: 0px 26px 0px 0px;
}
.ul_services2 li a {
    width: 252px;    
}
}
.ul_services2 li a:hover {
    text-decoration: none;
}
.ul_services2 li a span {
    display: table;
    width: 100%;
    min-height: 48px;
}
.ul_services2 li a span strong {
    display: table-cell;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	color: #888888;
    text-transform: uppercase;
    vertical-align: middle;
}
.ul_services2 li a:hover span strong {
	color: #fff;
}
#service_bazi {
    background: #fff url(images/icon_service_bazi.webp) center 60px no-repeat;
}
#service_bazi:hover {
    background: #7c2a30 url(images/icon_service_bazi_hover.webp) center 60px no-repeat;
}
#service_feng_shui {
    background: #fff url(images/icon_service_feng_shui.webp) center 60px no-repeat;
}
#service_feng_shui:hover {
    background: #7c2a30 url(images/icon_service_feng_shui_hover.webp) center 60px no-repeat;
}
#service_chakra_harmonization {
    background: #fff url(images/icon_service_chakra_harmonization.webp) center 53px no-repeat;
}
#service_chakra_harmonization:hover {
    background: #7c2a30 url(images/icon_service_chakra_harmonization_hover.webp) center 53px no-repeat;
}
#service_understanding_animal_chakras {
    background: #fff url(images/icon_service_understanding_animal_chakras.webp) center 52px no-repeat;
}
#service_understanding_animal_chakras:hover {
    background: #7c2a30 url(images/icon_service_understanding_animal_chakras_hover.webp) center 52px no-repeat;
}
@media screen and (max-width: 1140px) {
#box_services {
	width: auto;
	height: auto!important;
    padding: 20px 0px;
}
#box_services1 {
    position: relative;
    left: 0px;
    top: 0px;
}
.ul_services1 li {
    width: 280px!important;
	margin: 0px 5px 10px 5px!important;
    text-align: center;
}
.ul_services1 li:last-child {
	margin: 0px 5px 10px 5px!important;
}
.ul_services1_padd {
    padding: 20px!important;
}
.ul_services1_padd .img_right {
	padding: 0px!important;    
    text-align: center!important;
	font-size: 13px;
	line-height: 15px;    
}
.ul_services1_padd .img_right img {
    width: 232px;
    height: auto;
	margin-bottom: 15px;
}
.ul_services1_padd p {
    min-height: 340px;
}
#box_services1 .a_button {
    margin-top: 10px;
}
.ul_services2 {
    padding-top: 0px;
}
.ul_services2 li {
	margin: 0px 5px 10px 5px;
}
.ul_services2 li:last-child {
	margin: 0px 5px 10px 5px;
}
.ul_services2 li a {
    width: 280px;    
}
}
#middle {
	width: 100%;
	padding: 98px 0px 100px 0px;
	background: #fff url(images/middle_bg.webp) center bottom no-repeat;
}
.inside #middle {
    min-height: 600px;
	background: #fff url(images/footer1_flowers.webp) center bottom no-repeat;
}
#middle1 {
    width: 1055px;
}
.inside #middle1 {
    width: 100%;
}
@media screen and (max-width: 1840px) {
#middle {
	background: #fff url(images/middle_1920_bg.webp) center bottom no-repeat;
}
#middle1 {
    width: 100%;
}
}
@media screen and (max-width: 1140px) {
#middle {
	width: auto;
	padding: 40px 0px;
	background: #fff;
}
}
#box_reviews {
	width: 100%;
	padding: 154px 0px 155px 0px;
	background: url(images/box_reviews_flowers.webp) center bottom no-repeat, #83a463 url(images/box_reviews_bg.webp) center center no-repeat;
    background-size: auto, cover;
}
#box_reviews li {
    width: 496px;
	margin: 0px 122px 0px 0px;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 1840px) {
#box_reviews li {
    width: 325px;
	margin: 0px 47px 0px 0px;
}
}
#box_reviews li:last-child {
	margin: 0px;
}
#box_reviews li span {
    display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	padding: 0px 0px 34px 0px;
    text-transform: uppercase;
}
#box_reviews .a_button {
	margin-top: 50px;
}
@media screen and (max-width: 1140px) {
#box_reviews {
	width: auto;
	padding: 40px 0px;
	background: #7d92a1;
    background-size: auto;
}
#box_reviews li {
    width: 260px;
	margin: 0px 15px 20px 15px;
}
#box_reviews li span {
	font-size: 15px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
}
#box_reviews .a_button {
	margin-top: 15px;
}
}
#box_benefits {
	width: 100%;
	padding: 118px 0px 120px 0px;
	background: #fff url(images/box_benefits_bg.webp) center top no-repeat;
}
#box_benefits li {
    width: 810px;
	margin: 0px 108px 0px 0px;
    text-align: left;
}
#box_benefits li:last-child {
	margin: 0px;
}
#box_benefits li div {
    min-height: 145px;
    margin-bottom: 33px;
    padding-left: 155px;
}
@media screen and (max-width: 1840px) {
#box_benefits li {
    width: 505px;
	margin: 0px 80px 0px 0px;
}
#box_benefits li div {
    min-height: 265px;
}
#box_benefits li div:nth-child(2) {
    min-height: 165px;
}    
}
#box_benefits li span {
    display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
    color: #7c2a30;
	padding: 0px 0px 8px 0px;
    text-transform: uppercase;
}
#box_benefits_comfort {
	background: url(images/box_benefits_comfort.webp) left top no-repeat;
}
#box_benefits_care {
	background: url(images/box_benefits_care.webp) left top no-repeat;
}
#box_benefits_convenience {
	background: url(images/box_benefits_convenience.webp) left top no-repeat;
}
#box_benefits_less_exposure {
	background: url(images/box_benefits_less_exposure.webp) left top no-repeat;
}
@media screen and (max-width: 1140px) {
#box_benefits {
	width: auto;
	padding: 20px 0px;
	background: #fff;
}
#box_benefits li {
    display: block;
    width: 100%;
	margin: 0px;
}
#box_benefits li div {
    min-height: auto;
    margin-bottom: 30px;
}
}
#box_gallery {
	width: 100%;
	padding: 98px 0px 120px 0px;
}
#box_gallery ul {
	display: table;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
    text-align: center;
}
#box_gallery ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 35px 35px 0px;
}
#box_gallery ul li.last {
	margin: 0px 0px 35px 0px;
}
#box_gallery ul li.nomargin {
	margin: 0px;
}
#box_gallery ul li a {
	display: block;
	padding: 0px;
	position: relative;
    overflow: hidden;
}
#box_gallery ul li a div {
    box-sizing: border-box;
    display: table;
	margin: 0px;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
    text-align: center;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_gallery ul li a:hover div {
	opacity: 1;
}
#box_gallery ul li a div strong {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 1840px) {
#box_gallery ul li {
	margin: 0px 24px 23px 0px;
}
#box_gallery ul li.last {
	margin: 0px 0px 23px 0px;
}    
#box_gallery ul li a img {
	width: 254px;
    height: auto;
}
#box_gallery ul li a img.big {
	width: 536px;
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
	width: auto;
	padding: 20px 0px;
}
#box_gallery ul li {
	margin: 0px 10px 20px 10px;
}
#box_gallery ul li.last {
	margin: 0px 10px 20px 10px;
}
#box_gallery ul li a img {
    max-width: 100%;
    height: auto;
}
}
#footer1 {
	width: 100%;
	padding: 110px 0px 130px 0px;
	background: #fff url(images/footer1_flowers.webp) center bottom no-repeat;
}
#footer1_hours {
    width: 1071px;
    background: url(images/footer1_hours_flowers.webp) left bottom no-repeat, url(images/footer1_hours_photo.webp) left bottom no-repeat;
}
#footer1_hours1 {
    width: 244px;
    background: #7c2a30;
    padding: 68px 64px 79px 78px;
    font-size: 14px;
    color: #fff;
}
#footer1_form {
    width: 729px;
    background: #1d6f7a url(images/footer1_form_flowers.webp) right bottom no-repeat;
    color: #fff;
    font-size: 14px;    
}
#box_contact {
    width: 565px;
    padding: 68px 0px 80px 78px;
}
#footer1_form textarea {
	height: 117px!important;
	height: 47px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
    text-transform: uppercase;
	padding: 16px 10px 16px 42px;
    background: none;
	border: none;
    border-bottom: 1px solid #fff;
}
#footer1_form #name,
#footer1_form #email,
#footer1_form #phone {
	height: 47px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
    text-transform: uppercase;
	padding: 16px 10px 16px 42px;
    background: none;
	border: none;
    border-bottom: 1px solid #fff;
	margin: 0px 0px 12px 0px;
}
#footer1_form #name {
    background: url(images/footer1_form_name.webp) 17px center no-repeat;
}
#footer1_form #email {
    background: url(images/footer1_form_email.webp) 17px center no-repeat;
}
#footer1_form #phone {
    background: url(images/footer1_form_phone.webp) 17px center no-repeat;
}
#footer1_form #message {
    background: url(images/footer1_form_message.webp) 17px 17px no-repeat;
}
#footer1_form ::-webkit-input-placeholder {
	font-size: 14px;
	line-height: 14px;
	color: #fff!important;
	font-weight: 600;
    text-transform: uppercase;
}
#footer1_form ::-moz-placeholder {
	font-size: 14px;
	line-height: 14px;
	color: #fff!important;
	font-weight: 600;
    text-transform: uppercase;
}
#footer1_form :-moz-placeholder {
	font-size: 14px;
	line-height: 14px;
	color: #fff!important;
	font-weight: 600;
    text-transform: uppercase;
}
#footer1_form :-ms-input-placeholder {
	font-size: 14px;
	line-height: 14px;
	color: #fff!important;
	font-weight: 600;
    text-transform: uppercase;
}
#footer1_form #scode_block {
	text-align: left;
}
#footer1_form ul {
	margin: 0px;
	padding: 30px 0px 0px 0px;
    text-align: left;
}
@media screen and (max-width: 1840px) {
#footer1_hours {
    width: 470px;
}
#footer1_hours1 {
    padding: 48px 42px 60px 61px;
}
#footer1_form {
    width: 630px;
    background: #1d6f7a;
}
#box_contact {
    width: 525px;
    padding: 48px 0px 80px 46px;
}
}
@media screen and (max-width: 1140px) {
#footer1 {
	width: 100%;
	padding: 0px;
}
#footer1 .page_wrapper {
	width: 100%;
	padding: 0px;
    margin: 0px;
}
#footer1_1 {
    width: 100%;
    display: block;
}      
#footer1_hours {
    width: 100%;
    display: block;
    background: none;
    text-align: center;
}
#footer1_hours1 {
    width: auto;
    background: #7c2a30;
    padding: 20px;
}
#footer1_form {
    display: block;
    width: 100%;
    background: #1d6f7a;
}
#box_contact {
    width: auto;
    padding: 20px;
}
#footer1_form #scode_block {
	text-align: center;
}
#footer1_form ul {
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
    text-align: center;
}
#footer1_form #scode_block ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 5px 10px 5px;
}
#footer1_form #scode_block ul li:first-child {
	margin: 0px 5px 10px 0px;
}
#footer1_form #scode_block ul li:last-child {
	margin: 0px 0px 10px 5px;
}
}
@media screen and (max-width: 370px) {
.g-recaptcha {
                width: 280px;
                overflow: hidden;
}
}
#footer2 {
	width: 100%;
	padding: 132px 0px 129px 0px;
	background: url(images/footer2_flowers.webp) center top no-repeat, linear-gradient(to right, #7c2a30 0%, #1d6f7a 100%), #1d6f7a;
	color: #fff;
    font-size: 14px;
}
#footer2 a {
	color: #fff;    
}
#footer_logo {
    width: 25%;
    float: left;
    padding-top: 14px;
}
#footer_address {
    width: 75%;
    float: left;
}
@media screen and (max-width: 1840px) {
#footer_logo {
    width: 34%;
}
#footer_address {
    width: 66%;
}
}

@media screen and (max-width: 1140px) {
#footer2 {
	width: auto;
	padding: 30px 0px;
	background: none;
	text-align: center;
}    
#footer_logo {
    display: none;
}
#footer_address {
    width: 100%;
    float: none;
    text-align: center;
}
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
}
#contact_form {
	width: 1400px;
	float: right;
}


@media screen and (max-width: 1840px) {
#contact_form {
	width: 720px;
	float: right;
}
}

@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}
/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	padding: 0px 0px 32px 0px;
	margin: 0px 0px 0px 0px;
    font-family: "Playfair Display", serif, Arial, Helvetica, sans-serif;
	color: #1d6f7a;
	font-size: 60px;
	line-height: 60px;
    font-weight: 900;
    text-transform: none;
    letter-spacing: normal;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
    font-family: "Playfair Display", serif, Arial, Helvetica, sans-serif;
	color: #1d6f7a;
	font-size: 60px;
	line-height: 60px;
    font-weight: 900;
    text-transform: none;
    letter-spacing: normal;
}
.content_title span {
    display: block;
	padding: 0px 0px 19px 0px;
	margin: 0px;
	font-family: "Montserrat", sans-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #b6b6b6;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.content_title strong {
    display: block;
	padding: 25px 0px 0px 0px;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	color: #b6b6b6;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#box_reviews .content_title,
#box_gallery .content_title {
	color: #fff;
    text-align: center;
}
#box_reviews .content_title span,
#box_gallery .content_title span {
	color: #fff;
}
#box_benefits .content_title {
    text-align: center;
}
#box_benefits .content_title strong {
    display: block;
	padding: 27px 0px 0px 0px;
	font-family: "Montserrat", sans-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	color: #888888;
    letter-spacing: 1px;    
    text-transform: uppercase;
}
#box_gallery .content_title strong {
    display: block;
	padding: 27px 0px 0px 0px;
	font-family: "Montserrat", sans-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#footer1_form .content_title,
#footer1_hours1 .content_title {
	color: #fff;
}
#footer1_form .content_title span,
#footer1_hours1 .content_title span {
	color: #fff;
}


@media screen and (max-width: 1140px) {
.content_title {
	padding: 0px 0px 20px 0px;
	font-size: 40px;
	line-height: 43px;
}
.content_title h1 {
	font-size: 40px;
	line-height: 43px;
}
}
/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 86px;
	height: 86px;
	background: #7c2a30 url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 43px;
	-moz-border-radius: 43px;
	border-radius: 43px;
	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: #737576 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	transform: scale(1.1);
}


@media screen and (max-width: 1140px) {
#scroll_top {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}    
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
.link1 {
    color: #1d6f7a;
}

.table_container {
    display: table;
}
.table_cell {
    display: table-cell;
}

.reviews_5_stars {
    display: inline-block;
    width: 120px;
    height: 24px;
    background: url(images/rating-5-stars.webp) left center repeat-x;
    margin-right: 15px;
}

/* service_area
--------------------------------------------------------------*/
#service_area {
	position: relative;
}
#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;
}
@media screen and (max-width: 1140px) {
#service_area ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}
#service_area span {
    display: block;
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	color: #1d6f7a;
    text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#service_area a[href="javascript:;"] {
	color: #000;
	text-decoration: none;
	cursor: text;
}
