* {
	margin: 0;
	padding: 0;
}
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
	line-height: 38px;
	color: #606060;
	width: 100%;
	min-width: 1800px;
	background: #252525;
	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-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	color: #494949;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h2, .h2 {
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 47px;
	line-height: 47px;
	color: #5b5045;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 44px;
	color: #555b45;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 41px;
	line-height: 41px; 
	color: #455b56;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h5, .h5 {
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 38px;
	color: #454e5b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h6, .h6 {
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 35px;
	color: #52455b;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 40px;
	line-height: 40px;
}
h2, .h2 {
	font-size: 37px;
	line-height: 37px;
}
h3, .h3 {
	font-size: 34px;
	line-height: 34px;
}
h4, .h4 {
	font-size: 31px;
	line-height: 31px; 
}
h5, .h5 {
	font-size: 28px;
	line-height: 28px;
}
h6, .h6 {
	font-size: 25px;
	line-height: 25px;
}}

a {
	color: #c4272d;
	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:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* 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: 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;
	color: #fff;
	background: #c4272d;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	border: 0px;
	padding: 14px 25px 14px 25px;
}
.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;
	font-size: 18px;
	line-height: 38px;
	color: #606060;
}
.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: #606060;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #231f20 !important;
	font-weight: 900;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #231f20 !important;
	font-weight: 900;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #231f20 !important;
	font-weight: 900;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #231f20 !important;
	font-weight: 900;
	text-transform: uppercase;
	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;
}
.homeimage {
	width: auto;
	float: left;
	padding: 0px 60px 30px 0px; 
}
.homeimage img {
	clip-path: polygon(90% 0, 100% 29.5%, 100% 100%, 16.5% 100%, 0% 57%, 0 0);
}
.homeimage_right_bg   {
	position: absolute;
	width: 80px;
	height: 136px;
	top: 165px;
	left: 920px;
	right: 0px;
	z-index: 101!important;
	background: url(images/red_corner_right.webp) right top no-repeat;
}
.homeimage_left_bg   {
	position: absolute;
	width: 139px;
	height: 209px;
	top: 518px;
	left: 0px;
	right: 0px;
	z-index: 101!important;
	background: url(images/homeimage_left_bg.webp) right top no-repeat;
}
@media screen and (max-width: 1820px) {
.homeimage img {
	width: 649px;
	height: 365px;
	clip-path: polygon(90% 0, 100% 29.5%, 100% 100%, 16.5% 100%, 0% 57%, 0 0);
}
.homeimage_right_bg   {
	width: 52px;
	height: 89px;
	top: 235px;
	left: 597px;
	background: url(images/red_corner_right_1920.webp) right top no-repeat;
}
.homeimage_left_bg   {
	width: 91px;
	height: 136px;
	top: 464px;
	left: 0px;
	background: url(images/homeimage_left_bg_1920.webp) right top no-repeat;
}
}
@media screen and (max-width: 1140px) {
.homeimage {
	display: none !important;
}	
}


@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: 17px;
	line-height: 17px;
	text-decoration: none;
	font-weight: 900;
	outline: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #c4272d url(images/a_button_bg.webp) center center no-repeat;
	text-align: center;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);	
	padding: 24px 50px 24px 50px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #f0323a url(images/a_button_bg_on.webp) center center no-repeat;
}

.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: #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: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #c1b7a0;
	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: #9baa55;
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: 'Open Sans', 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: 'Open Sans', 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 {
	font-family: 'Open Sans', sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #7aa201;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}

.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	font-family: 'Open Sans', 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: 18px;
	line-height: 18px;
	color: #606060;
	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: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #c4272d;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.webp) top repeat-x;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 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: 150px;
}

.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: 100 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}


/* box_fixed_scroll
-----------------------------------------------------------------------------*/
.box_fixed_scroll {
	position: fixed !important;
	top: 0px !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 99 !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: none;
}
@media screen and (max-width: 1820px) {
.box_fixed_scroll {
	max-width: 1920px !important;
}
}
@media screen and (max-width: 1140px) {
.body_offset  {
	padding-top: 0px;
}
}

/* Header1
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 180px;
	background: #252525 url(images/header_bg.webp) top center no-repeat;
	
}

#header_email {
	width: 150px;
	position: absolute;
	left: 30px;
	top: 70px;
	color: #b9b9b9;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}
#header_email span {
	color: #fff;
}
#header_email a, #header_email a:hover  {
	color: #fff;
	text-decoration: none;
}

#header_email:before {
	content: "";  
	display: block;
	position: absolute;
	top: 17px;
	left: -32px;
	z-index: 102;
	width: 22px;
	height: 22px;
	background: url(images/icon_email.webp) no-repeat;
}
#header_email.header_email_fixed {
	top: 25px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}

#header_phone {
	width: 200px;
	position: absolute;
	left: 1550px;
	top: 70px;
	color: #b9b9b9;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}
#header_phone span {
	color: #fff;
}

#header_phone:before {
	content: "";  
	display: block;
	position: absolute;
	top: 22px;
	left: -26px;
	z-index: 102;
	width: 18px;
	height: 18px;
	background: url(images/icon_phone.webp) no-repeat;
}
#header_phone.header_phone_fixed {
	top: 25px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}

#header_social {
	width: 90px;
	position: absolute;
	left: 1700px;
	top: 70px;
	text-align: right;
}
#header_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.8;
}
#header_social.header_social_fixed {
	top: 25px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}

#header.header_fixed {
	height: 100px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}

#header_logo {
	width: 627px;
	height: 387px;
	position: fixed !important;
	left: 0;
	right: 0;
	background: url(images/header_logo_bg.webp) top no-repeat;
	z-index: 102;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
}
#header_logo.header_logo_fixed {
	width: 324px;
	height: 200px;
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0px;
	background: url(images/header_logo_fixed_bg.webp) top no-repeat;	
	margin-left: auto; 
	margin-right: auto;
	z-index: 10002!important;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
}
#header_logo img {
	width: 528px;
	height: 286px;
	position: absolute;
	top: 46px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
}
#header_logo.header_logo_fixed img {
	width: 277px;
	height: 150px;
	top: 20px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;
}
 
@media screen and (max-width: 1820px) {
#header {
	height: 237px;
	background: #252525 url(images/header_bg_1920.webp) top center no-repeat;
}
#header_logo {
	width: 409px;
	height: 237px;
	background: url(images/header_logo_bg_1920.webp) top no-repeat;
}
#header_logo.header_logo_fixed {
	width: 173px;
	height: 100px;
	background: url(images/header_logo_fixed_bg_1920.webp) top no-repeat;	
}
#header_logo img {
	width: 320px;
	height: 173px;
	top: 24px;
}
#header_logo.header_logo_fixed img {
	width: 130px;
	height: 70px;
	top: 10px;
}
#header_email {
	top: 100px;
}
#header_email.header_email_fixed {
	top: 25px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}
#header_phone {
	left: 850px;
	top: 100px;
}
#header_phone.header_phone_fixed {
	top: 25px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}

#header_social {
	width: 90px;
	position: absolute;
	left: 1010px;
	top: 100px;
	text-align: right;
}
#header_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.8;
}
#header_social.header_social_fixed {
	top: 25px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}

#header.header_fixed {
	height: 100px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}	
}
@media screen and (max-width: 1140px) {
#header {
	display: none;
}
}



/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 63px;
	background: #c4272d;
	margin-top: 180px;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 1820px) {
#menutop {
	margin-top: 237px;
}
}

#menutop.menutop_fixed {
	margin-top: 100px;
	transition: all 400ms ease-in;
	-webkit-transition: all 400ms ease-in;	
}

#menutop ul {
	display: table;    
	margin: 0 auto;
	list-style: none;
	float: left;	
	list-style-image: none;   
}
#menutop li {
	float: left;
	padding: 0px 18px 0px 18px;
	margin: 0px;
}
#menutop li:first-child {
	padding: 0px 18px 0px 0px;
}
#menutop li:first-child a {
	padding-left: 0px;
}
#menutop li:last-child {
	padding: 0px 0px 0px 18px;
}
#menutop li:last-child a {
	padding-right: 0px;
}
#menutop ul li:nth-child(4) {
	padding: 0px 0px 0px 0px;
	margin-right: 690px;
}


#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	font-weight: 900;
	height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding: 23px 10px 0px 10px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	background-position: right 36px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #c4c4c4;
	text-decoration: none;
}
@media screen and (max-width: 1820px) {
#menutop li {
	float: left;
	padding: 0px 18px 0px 18px;
	margin: 0px;
}
#menutop li:first-child {
	padding: 0px 18px 0px 0px;
}
#menutop li:first-child a {
	padding-left: 0px;
}
#menutop li:last-child {
	padding: 0px 0px 0px 18px;
}
#menutop li:last-child a {
	padding-right: 0px;
}
#menutop ul li:nth-child(4) {
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f7f5f5 0px, #fff 100%);
	border-bottom: 1px solid #e5e5e5;
	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: #231f20;
    font-size: 15px;
	line-height: 36px;
	font-weight: 900;
	height: 35px;
	padding: 1px 20px 0px 20px;
	text-transform: uppercase;
}
.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) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
}


/* menumobile_social
-----------------------------------------------------------------------------*/
#menumobile_social {
	height: 40px;
	padding: 7px 20px 12px 20px;
	line-height: 1px;
	background: #202020;
	border-bottom: 1px solid #313131;
}
#menumobile_social:after {
    content:"";
    display:block;
    clear: both;
}
#menumobile_social ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile_social li {
	vertical-align: middle;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
#menumobile_social li img {
	padding-top: 8px;
}
#menumobile_social ul li:first-child {
	padding-left: 0px;
}
#menumobile_social ul li:last-child {
	padding-right: 0px;
}
#menumobile_social_phone {
	float: left;
	text-align: left;
	width: 110px;
	position: relative;
	top: 17px;
	right: 0px;    
	left: 0px;
  	font-weight: 900;
	margin-left: auto;
	margin-right: auto;
	text-transform: lowercase;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
}
#menumobile_social_phone a {
	color: #fff;
	text-decoration: none;
}
#menumobile_social_phone:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -22px;
	width: 18px;
	height: 18px;
	background: url(images/icon_phone.webp) no-repeat;
}



/* menumobile_header
-----------------------------------------------------------------------------*/
#menumobile_header {
	height: 116px;
	padding: 8px 20px 0px 20px;
	background: #202020 url(images/mobile_header_bg.webp) center top no-repeat;
	text-align: center;
}
@media screen and (min-width: 1140px) {
#menumobile_header {
	display: none !important;
}
#menumobile_social {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
#menumobile_social {
	display: block;
}
#header {
	display: none;
}
}


/* 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, #c4272d 0px, #a81e23 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 15px;
	line-height: 15px;
	font-weight: 900;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #231f20;
}

#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;
}
#box_slogan {
	display: none !important;
}
}



/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 1059px;
	position: relative;
	z-index: 0;
}
#slideshow:before {
	content: "";
	display: block;
	width: 100%;
	height: 1059px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	background: url(images/slideshow_bg.webp) center top no-repeat;
}
.inside #slideshow {
	height: 659px;
}
.inside #slideshow:before {
	height: 659px;
	background: url(images/slideshow_bg_inside.webp) center top no-repeat;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: bottom bottom;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

@media screen and (min-width: 1141px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 45px;
	z-index: 102;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 45px;
	z-index: 102;
}

#slideshow_slogan {
	width: 1800px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 410px;
	text-align: center;
	color: #fff;
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;	
	font-size: 140px;
	line-height: 140px;
	z-index: 101;
}
#slideshow_button {
	width: 220px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 630px;
	z-index: 101;
}

@media screen and (max-width: 1820px) {
#slideshow {
	height: 909px;
}
#slideshow:before {
	height: 909px;
	background: url(images/slideshow_bg_1920.webp) center top no-repeat;
}
.inside #slideshow {
	height: 509px;
}	
.inside #slideshow:before {
	height: 509px;
	background: url(images/slideshow_bg_1920_inside.webp) center top no-repeat;
}
#slideshow_slogan {
	width: 1100px;
	top: 320px;
}
	
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}


@media screen and (max-width: 1141px) {
#slideshow {
	display: none;	
}
}

#menumobile_slideshow {
  width: 100%;
  height: 303px;
  background: #2a2928 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
@media screen and (min-width: 1140px) {
#menumobile_slideshow {
	display: none !important;
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 5px;
	bottom: 10px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#slideshow_pager span { 
    width: 11px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 5px 0px 5px;
	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;
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 150px 0px 250px 0px;
	height: auto;
	background: #fff url(images/middle_top_bg.webp) top center no-repeat;
	position: relative;
}
.inside #middle {
	padding: 150px 0px 370px 0px;
}

#middle:after {
	content: "";
	display: block;
	width: 100%;
	height: 405px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(images/middle_bottom_bg.webp) center bottom no-repeat;
	z-index: 2;
}

.inside #middle:after {
	height: 527px;
    background: url(images/middle_bottom_bg_inside.webp) center bottom no-repeat;
}

.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
@media screen and (max-width: 1820px) {
#middle {
	padding: 150px 0px 200px 0px;
	background: #fff url(images/middle_top_bg_1920.webp) top center no-repeat;
}
.inside #middle {
	padding: 150px 0px 180px 0px;
	background: #fff url(images/middle_top_bg_1920_inside.webp) top center no-repeat;
}
.inside #middle:after {
	height: 413px;
    background: url(images/box_contact_bottom_bg_1920_inside.webp) center bottom no-repeat;
}	
}
@media screen and (max-width: 1140px) {
#middle:after {
	background: none;
}
#middle {
	padding: 50px 0px 50px 0px;
	height: auto;
}
.inside #middle {
	padding: 50px 0px 170px 0px;
}	
}



/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
	float: left;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 1840px) {
.inside #content {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 1140px) {
#content {
	width: 100%;
	text-align: left;
	position: relative;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #494949;
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 70px;
	text-align: center;
	background: url(images/content_title_bg.webp) center bottom no-repeat;
	padding: 0px 0px 45px 0px;
	margin-bottom: 50px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #494949;
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 70px;
	text-align: center;
}
#content_title_contact {
	color: #fff;
	background: url(images/content_title_contact_bg.webp) center bottom no-repeat;	
}
#content_title_our_gym {
	color: #fff;
	background: url(images/content_title_our_gym_bg.webp) center bottom no-repeat;	
}
#content_title_our_classes {
	color: #fff;
	background: url(images/content_title_our_classes_bg.webp) center bottom no-repeat;	
}
#content_title_our_classes_mobile {
	color: #fff;
	background: url(images/content_title_our_classes_bg.webp) center bottom no-repeat;	
}
#content_title_our_gym_mobile {
	color: #fff;
	background: url(images/content_title_our_gym_bg.webp) center bottom no-repeat;	
}

.content_title_our_classes_small {
	color: #494949;
	font-size: 60px;
	line-height: 60px;
	text-align: left;	
	background: none;
	padding: 0px 0px 25px 0px;
	margin-bottom: 0px;	
}
@media screen and (max-width: 1840px) {
.content_title {
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 35px;
	line-height: 35px;
	background: url(images/content_title_bg_mobile.webp) center bottom no-repeat;
	margin-bottom: 30px;
}
.content_title h1 {
	font-size: 35px;
	line-height: 35px;
}
}
#mobile_homeimage {
  width: 280px;
  height: 220px;
}
@media screen and (min-width: 1140px) {
#mobile_homeimage {
	display: none !important;
}
}


/* box_our_classes
-----------------------------------------------------------------------------*/
#box_our_classes {
	height: auto;
	position: relative;
	padding: 120px 0px 275px 0px;
	background: url(images/box_our_classes_bg.webp) top center repeat-y;	
}
#box_our_classes:after {
	content: "";
	display: block;
	width: 100%;
	height: 499px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	background: url(images/box_our_classes_bottom_bg.webp) bottom center no-repeat;
}
#box_our_classes_object_left {
	background: url(images/box_our_classes_object_left.webp) left top no-repeat;
	width: auto;
	min-width: 313px;
	height: 950px;
	position: absolute;
	top: 397px; 
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);          
	z-index: 0;
}
#box_our_classes_object_right {
	background: url(images/box_our_classes_object_right.webp) right top no-repeat;
	width: auto;
	min-width: 308px;
	height: 980px;
	position: absolute;
	top: 1361px; 
	right: -webkit-calc(50% - 1280px);
	right: -moz-calc(50% - 1280px);
	right: calc(50% - 1280px);          
	z-index: 0;
}
#box_our_classes_01 {
	height: 517px;
}
#box_our_classes_01 ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_classes_01 ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 0;
}
#box_our_classes_01 ul li:first-child img {
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0% 33%);
}
#box_our_classes_01 ul li:first-child .small_corner_left {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	left: -820px;
	right: 0px;
	z-index: 1!important;
	background: url(images/red_corner_left.webp) left top no-repeat;
}
#box_our_classes_01 ul li:first-child .corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 395px;
	height: 517px;
	top: 0px;
	left: 505px;
	right: 0px;
	z-index: 1!important;
	background: url(images/red_corner_right_big.webp) left top no-repeat;
}

#box_our_classes_01 ul li:last-child {
	float: right;
	width: 740px;
	position: relative;
	padding: 80px 80px 59px 80px;
  	background: #fff;
	background: linear-gradient(-121deg, transparent 87px, #fff 0) top right;
}
#box_our_classes_01 ul li:last-child .small_corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	right: -820px;
	left: 0px;
	z-index: 102!important;
	background: url(images/red_corner_right.webp) left top no-repeat;
}
/***** end box_our_classes 1 *****/

#box_our_classes_02 {
	height: 517px;
	padding-top: 20px;
}
#box_our_classes_02 ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_classes_02 ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 0;
}
#box_our_classes_02 ul li:first-child {
	float: left;
	width: 740px;
	position: relative;
	padding: 80px 80px 59px 80px;
  	background: #fff;
	background: linear-gradient(121deg, transparent 87px, #fff 0) top left;
}
#box_our_classes_02 ul li:first-child .small_corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	right: 0px;
	left: -820px;
	z-index: 102!important;
	background: url(images/red_corner_left.webp) left top no-repeat;
}
#box_our_classes_02 ul li:last-child img {
	clip-path: polygon(89% 0, 100% 33%, 100% 100%, 0 100%, 0 0);
}
#box_our_classes_02 ul li:last-child .small_corner_left {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	left: 0px;
	right: -820px;
	z-index: 1!important;
	background: url(images/red_corner_right.webp) left top no-repeat;
}
#box_our_classes_02 ul li:last-child .corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 395px;
	height: 517px;
	top: 0px;
	left: 0px;
	right: 505px;
	z-index: 1!important;
	background: url(images/red_corner_left_big.webp) left top no-repeat;
}

/***** end box_our_classes 2 *****/

#box_our_classes_03 {
	height: 517px;
	padding-top: 20px;
}
#box_our_classes_03 ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_classes_03 ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 0;
}
#box_our_classes_03 ul li:first-child img {
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0% 33%);
}
#box_our_classes_03 ul li:first-child .small_corner_left {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	left: -820px;
	right: 0px;
	z-index: 1!important;
	background: url(images/red_corner_left.webp) left top no-repeat;
}
#box_our_classes_03 ul li:first-child .corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 395px;
	height: 517px;
	top: 0px;
	left: 505px;
	right: 0px;
	z-index: 1!important;
	background: url(images/red_corner_right_big.webp) left top no-repeat;
}

#box_our_classes_03 ul li:last-child {
	float: right;
	width: 740px;
	position: relative;
	padding: 80px 80px 59px 80px;
  	background: #fff;
	background: linear-gradient(-121deg, transparent 87px, #fff 0) top right;
}
#box_our_classes_03 ul li:last-child .small_corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	right: -820px;
	left: 0px;
	z-index: 102!important;
	background: url(images/red_corner_right.webp) left top no-repeat;
}
/***** end box_our_classes 1 *****/

#box_our_classes_04 {
	height: 517px;
	padding-top: 20px;
}
#box_our_classes_04 ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_classes_04 ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 0;
}
#box_our_classes_04 ul li:first-child {
	float: left;
	width: 740px;
	position: relative;
	padding: 80px 80px 59px 80px;
  	background: #fff;
	background: linear-gradient(121deg, transparent 87px, #fff 0) top left;
}
#box_our_classes_04 ul li:first-child .small_corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	right: 0px;
	left: -820px;
	z-index: 102!important;
	background: url(images/red_corner_left.webp) left top no-repeat;
}
#box_our_classes_04 ul li:last-child img {
	clip-path: polygon(89% 0, 100% 33%, 100% 100%, 0 100%, 0 0);
}
#box_our_classes_04 ul li:last-child .small_corner_left {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	left: 0px;
	right: -820px;
	z-index: 1!important;
	background: url(images/red_corner_right.webp) left top no-repeat;
}
#box_our_classes_04 ul li:last-child .corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 395px;
	height: 517px;
	top: 0px;
	left: 0px;
	right: 505px;
	z-index: 1!important;
	background: url(images/red_corner_left_big.webp) left top no-repeat;
}

/***** end box_our_classes 2 *****/

#box_our_classes_05 {
	height: 517px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}
#box_our_classes_05 ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_our_classes_05 ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 0;
}
#box_our_classes_05 ul li:first-child img {
	clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0% 33%);
}
#box_our_classes_05 ul li:first-child .small_corner_left {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	left: -820px;
	right: 0px;
	z-index: 1!important;
	background: url(images/red_corner_left.webp) left top no-repeat;
}
#box_our_classes_05 ul li:first-child .corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 395px;
	height: 517px;
	top: 0px;
	left: 505px;
	right: 0px;
	z-index: 1!important;
	background: url(images/red_corner_right_big.webp) left top no-repeat;
}

#box_our_classes_05 ul li:last-child {
	float: right;
	width: 740px;
	position: relative;
	padding: 80px 80px 59px 80px;
  	background: #fff;
	background: linear-gradient(-121deg, transparent 87px, #fff 0) top right;
}
#box_our_classes_05 ul li:last-child .small_corner_right {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 80px;
	height: 136px;
	top: 0px;
	right: -820px;
	left: 0px;
	z-index: 102!important;
	background: url(images/red_corner_right.webp) left top no-repeat;
}
@media screen and (max-width: 1840px) {
#box_our_classes_01 {
	height: 983px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	right: 100px;
}
#box_our_classes_01 ul li:first-child .small_corner_left {
	left: -818px;
}
#box_our_classes_01 ul li:first-child .corner_right {
	left: 505px;
}
#box_our_classes_01 ul li:last-child {
	width: 740px;
}
#box_our_classes_01 ul li:last-child .small_corner_right {
	width: 80px;
	height: 136px;
	right: -820px;
}
	
#box_our_classes_02 {
	height: 983px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	right: 100px;
	padding-top: 70px;
}
#box_our_classes_02 ul li:first-child {
	top: 517px;
	position: relative;
	z-index: 10!important;
}	
#box_our_classes_02 ul li:last-child img {
	position: relative;
	z-index: 5!important;
	top: -517px;
}
#box_our_classes_02 ul li:last-child .small_corner_left {
	top: -517px;
}
#box_our_classes_02 ul li:last-child .corner_right {
	top: -517px;
	position: absolute;
	z-index: 6!important;	
}

#box_our_classes_03 {
	height: 983px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 52px;
	right: 100px;
}
#box_our_classes_03 ul li:first-child .small_corner_left {
	left: -819px;
}
#box_our_classes_03 ul li:first-child .corner_right {
	left: 505px;
}
#box_our_classes_03 ul li:last-child {
	width: 740px;
}
#box_our_classes_03 ul li:last-child .small_corner_right {
	width: 80px;
	height: 136px;
	right: -820px;
}
	
#box_our_classes_04 {
	height: 983px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 54px;
	right: 100px;
	padding-top: 70px;
}
#box_our_classes_04 ul li:first-child {
	top: 517px;
	position: relative;
	z-index: 10!important;
}	
#box_our_classes_04 ul li:last-child img {
	position: relative;
	z-index: 5!important;
	top: -517px;
}
#box_our_classes_04 ul li:last-child .small_corner_left {
	top: -517px;
}
#box_our_classes_04 ul li:last-child .corner_right {
	top: -517px;
	position: absolute;
	z-index: 6!important;	
}

#box_our_classes_05 {
	height: 983px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0px;
	top: 105px;
	right: 100px;
}
#box_our_classes_05 ul li:first-child .small_corner_left {
	left: -819px;
}
#box_our_classes_05 ul li:first-child .corner_right {
	left: 505px;
}
#box_our_classes_05 ul li:last-child {
	width: 740px;
}
#box_our_classes_05 ul li:last-child .small_corner_right {
	width: 80px;
	height: 136px;
	right: -820px;
}
}

@media screen and (max-width: 1140px) {
#box_our_classes {
	display: none;
}
}

/* box_our_classes_mobile
-----------------------------------------------------------------------------*/
#box_our_classes_mobile {
	height: auto;
	background: url(images/box_our_classes_bg_mobile.webp) top center repeat;
	padding: 50px 0px 50px 0px;
}
#box_our_classes_mobile ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
	text-transform: uppercase;
	text-align: center;	
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	list-style: none;
	list-style-image: none;
}
#box_our_classes_mobile ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px 30px 0px;
	margin: 0px;
}
#box_our_classes_mobile ul li a {
	display: inline-block;
	position: relative;	
	width: 280px;
	height: 183px; 
	overflow: hidden;
	z-index: 1;
	margin-bottom: 10px;
}
#box_our_classes_mobile ul li img {
	position: relative;
	z-index: 1;
}
#box_our_classes_mobile ul li:nth-child(1) span, #box_our_classes_mobile ul li:nth-child(3) span, #box_our_classes_mobile ul li:nth-child(5) span {
	position: absolute;
	top: 43px;
	left: 186px;
	right: 0px;
	z-index: 2!important;
	width: 95px;
	height: 140px; 	
	background: url(images/box_our_classes_mobile_corner_right.webp) right bottom no-repeat;
}
#box_our_classes_mobile ul li:nth-child(2) span, #box_our_classes_mobile ul li:nth-child(4) span {
	position: absolute;
	top: 43px;
	left: 0px;
	right: 0px;
	z-index: 2!important;
	width: 95px;
	height: 140px; 	
	background: url(images/box_our_classes_mobile_corner_left.webp) right bottom no-repeat;
}
@media screen and (min-width: 1140px) {
#box_our_classes_mobile {
	display: none !important;
}
}


/* box_our_gym_mobile
-----------------------------------------------------------------------------*/
#box_our_gym_mobile {
	height: auto;
	background: #e42229 url(images/box_our_gym_mobile_bg_mobile.webp) bottom center no-repeat;
	padding: 50px 0px 50px 0px;
}
#box_our_gym_mobile ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	list-style: none;
	list-style-image: none;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}
#box_our_gym_mobile ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#box_our_gym_mobile ul li a {
	display: inline-block;
	float: left;
	margin: 0px 10px 10px 10px;
	position: relative;	
	line-height:0px;
}
#box_our_gym_mobile a div {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
    background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_our_gym_mobile a:hover div {
	opacity: 1;
    background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}
@media screen and (min-width: 1140px) {
#box_our_gym_mobile {
	display: none !important;
}
}


/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	height: 871px;
	background: url(images/box_portfolio_bg.webp) top center no-repeat;
	padding: 160px 0px 100px 0px;
}

#hexGrid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-family: sans-serif;
  list-style-type: none;
}

.hex {
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  backface-visibility: hidden;
  will-change: transform;
  transition: all 0.5s;
}
.hex::after{
  content:'';
  display:block;
  padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin: 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
      -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
          transform: rotate3d(0,0,1,-60deg) skewY(30deg);
    transition: all 0.5s;
}
.hexIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
	cursor: pointer;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
        -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
            transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}




/*** HEX CONTENT **********************************************************************/
.hex img {
  width: 336px;
  height: 386px;
}

.img_hex {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.img_hex:before, .img_hex:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: opacity 0.5s;
}
.img_hex:before {
  background: rgba(0, 0, 0, 0.3)
}


/*** HOVER EFFECT  **********************************************************************/



.hexIn:hover .img_hex:before,
.hexIn:hover .img_hex:after,
.hexIn:hover .hexLink {
  opacity: 1;
}


/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media screen and (max-width: 1840px) {
#hexGrid {
  	position: relative;	
	width: 1920px;
    left: 50%;
	margin: 0;
    margin-left: -960px;	
	text-align: center;
}
}
@media (min-width:1140px) {
  #hexGrid{
    padding-bottom: 4.4%   
  }
  .hex {
    width: 20%;
  }
  .hex:nth-child(9n+6){ 
    margin-left:10%;
  }
}


@media screen and (max-width: 1140px) {
#box_portfolio {
	display: none;
}
}




/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 742px;
	padding: 355px 0px 0px 0px;
	background: url(images/box_contact_bg.webp) center top no-repeat;
	color: #fff;
	position: relative;
}
#box_contact:before {
	content: "";
	display: block;
	width: 100%;
	height: 203px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/box_contact_top_bg.webp) top center no-repeat;
}

#box_contact:after {
	content: "";
	display: block;
	width: 100%;
	height: 147px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(images/box_contact_bottom_bg.webp) bottom center no-repeat;
}
@media screen and (max-width: 1840px) {
#box_contact:after {
	height: 110px;	
	background: url(images/box_contact_bottom_bg_1920.webp) bottom center no-repeat;
}
}

#box_contact form {
	width: 100%;
}

.captcha {
	display: table;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 1140px) {
#box_contact {
	height: auto;
	padding: 50px 0px 50px 0px;
	background: #373839;
}
#box_contact:before {
	display: none;
}
#box_contact:after {
	display: none;
}	
}


/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width: 100%;
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	width: 100%;
	color: #231f20;
	font-weight: 900;
	font-size: 17px;
	line-height: 17px;
	padding: 15px;
	margin: 0px 0px 10px 0px;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;	
}
#form_estimate_side textarea {
	height: 179px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 49%;
	padding-right: 1%;
	vertical-align: top;
}

@media screen and (max-width: 1840px) {
#form_estimate_side #table_form {
	width: 90%;
	display: table;
	margin: 0 auto;
}
#form_estimate_side textarea {
	height: 175px;
}	
}

@media screen and (max-width: 1140px) {
#form_estimate_side textarea {
	height: 90px;
}
#form_estimate_side #table_form td {
	width: 100%;
	display: block;
	padding-right: 0%;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #b2b2b2;
	background: url(images/footer_bg.webp) center no-repeat;
	height: 297px;
	text-align: center;
	position: relative;
	padding: 110px 0px 0px 0px; 
	font-size: 16px;
	line-height: 25px;
}
#footer_address {
	float: left;
	width: 736px;
	text-align: left;
	padding-top: 83px;
}
#footer_links {
	float: right;
	text-align: right;
	width: 737px;	
	padding-top: 83px;
}
#footer_links a {
	color: #b2b2b2;
}

#footer_logo {
	float: left;
	width: 327px;
	text-align: center;
}

@media screen and (max-width: 1840px) {
#footer {
	height: 335px;
	padding: 73px 0px 0px 0px; 	
	background: url(images/footer_bg_1920.webp) center center no-repeat;
}
.inside #footer {
	height: 335px;
	padding: 73px 0px 0px 0px; 	
	background: url(images/footer_bg_1920_inside.webp) center center no-repeat;
}
	
#footer_address {
	width: 550px;
	padding-top: 190px;
}
#footer_links {
	width: 500px;	
	padding-top: 190px;
}
#footer_logo img {
	width: 247px;
	height: 134px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: -340px;
	right: 0px;
	top: 0px;	
}
}

@media screen and (max-width: 1140px) {
#footer {
	height: auto;
	padding: 60px 0px 60px 0px;
}	
.inside #footer {
	height: auto;
	padding: 60px 0px 60px 0px;
}		
#footer_address {
	float: none;
	width: auto;
	text-align: center;
	margin-left: 0px;
	padding-top: 0px;
}
#footer_links {
	float: none;
	width: auto;
	text-align: center;
	margin-left: 0px;	
	padding-top: 0px;
}	
#footer_logo {
	display: none;
}
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 350px;
	float: left;
	padding-right: 50px;
}
#contact_form {
	width: 1400px;
	float: left;
	padding-bottom: 70px;
	
}

@media screen and (max-width: 1820px) {
#contact_form {
	width: 700px;
}
}


@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 30px;
    width: 74px;
    height: 40px;
    margin-top: 40px;
    background-color: #c4272d;
    border-color: #c4272d;
	background: #c4272d url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 20px solid;
    border-color: inherit;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    position: absolute;
    top: -20px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;	
}
#scroll_top:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -20px;
    border-top: 20px solid;
    border-color: inherit;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;	
}
#scroll_top:hover {
	background: #231f20 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}
#scroll_top:hover:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 20px solid;
    border-color: #231f20;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    position: absolute;
    top: -20px;
}
#scroll_top:hover:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -20px;
    border-top: 20px solid;
    border-color: #231f20;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
}


@media screen and (max-width: 1140px) {
.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%;
}
}
