
/* EL ROI ARTISTIC */
	/* SLIDE */
			.artistic_home .ah_photo_message{position:absolute;z-index:1;width:100%;height:100%;text-align:center;padding:240px 0px;font-weight:bold;color:#fff}
			.artistic_home .ah_photo_message h2,
			.artistic_home .ah_photo_message label{
				text-shadow: 0px 0px 2px #000;
				-moz-text-shadow: 0px 0px 2px #000;
				-webkit-text-shadow: 0px 0px 2px #000;
			}
			.artistic_home .ah_photo_message h2 span{color:rgb(231, 49, 25);
				text-shadow: 0px 0px 1px #e73119;
				-moz-text-shadow: 0px 0px 1px #e73119;
				-webkit-text-shadow: 0px 0px 1px #e73119;
			}


			.artistic_home .ah_photo{position:relative;width:100%;height:600px;}
			.artistic_home .ah_photo .swiper-pagination-bullet-active {background:#e73119;}
			.artistic_home .ah_photo .swiper-button-prev,
			.artistic_home .ah_photo .swiper-container-rtl .swiper-button-prev {
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e73119'%2F%3E%3C%2Fsvg%3E");
			}
			.artistic_home .ah_photo .swiper-button-next,
			.artistic_home .ah_photo .swiper-container-rtl .swiper-button-next{
				background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e73119'%2F%3E%3C%2Fsvg%3E");
			}

			.artistic_home .ah_photo .slideIMG{width:100%;height:600px;}
			.artistic_home .ah_photo .slideIMG img {width:100%;height:100%;object-fit: cover;}
			@media (max-width:720px){
				/*.artistic_home .ah_photo .slideIMG img {width:auto;height:100%}*/
			}
		/**/
/* EL ROI CONTACT */
	.home_contact { height: 450px; position: relative;
		background-position:left center ;
		background-size:cover;
		margin-top:10px;
	}
	.home_contact_wrap { position: absolute; right: 0; top: 0; bottom: 0; width: 60%;
		font-size: 40px;color: #fff;
		background:rgba(220,55,43,0.8);
	}
	.home_contact_content{display:table; width:100%; height:100%;}
	.home_contact_content_inner{ vertical-align:middle; display:table-cell; padding:0 5%;letter-spacing:-0.04em}
	.home_contact_content_inner .contact div{font-size:13pt;border-bottom:1px solid #FFF;line-height:2.5em}

	.home_contact_content_call { line-height:44px}
	.home_contact_content_call .home_contact_content_ico{
			width:95%;height:90%;position:absolute;
			/*background:url(/img/home/contact_01.png) no-repeat right bottom;
			background-size:auto 90%;*/
		}
	.home_contact_content_call a{font-size:10pt;letter-spacing:0.3em;}
	.home_contact_content_call label{font-size:25pt !important;font-weight:bold;display:block}
	.home_contact_content_call .sr-button {width:50%;}
	.home_contact_content_time li{list-style:none;font-size:16pt;padding:10px 5px;border-bottom:1px solid #FFF;}


	@media (max-width:1200px){
		.home_contact {background-position:0px -60px;background-size:auto 120%;}
		.home_contact_wrap {top:50%;width: 100%;height:50%;}
		.home_contact_content_ico {display:none;}
	}
	@media (max-width:780px){
		.home_contact_padding {padding:0px;}
		.home_contact_section {padding-bottom:0px;}
		.home_contact_wrap{top:0px;height:100%;}
		.home_contact_content_call {text-align:center;}
		.home_contact_content_call .home_contact_content_ico {display:none;}
		.home_contact_content_call label{font-size:35pt !important;}
		.home_contact_content_call .sr-button {width:80%;margin-bottom:30px;}
	}
/**/
