body {
	background-color: #fff;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	line-height: 1.714;
}

.page-template-_aline-acasa div#page .background_aline_head .aline_modify_container .header-main-normal {
	-webkit-box-shadow: 0px 0 0px 0px #4B4B4B!important;
	-moz-box-shadow: 0px 0 0px 0px #4B4B4B!important;
	box-shadow: 0px 0 0px 0px #4B4B4B!important;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('https://aline.ro/comanda/wp-content/uploads/2020/05/header_background_color.png');
	margin-bottom: -10px;
}

.top_container--aline {
	background-color: #77c7c6!important;
}

.page-template-_aline-poveste div#page .background_aline_head .aline_modify_container,
.page-template-_aline-prajituri div#page .background_aline_head .aline_modify_container,
.page-template-_aline-servici div#page .background_aline_head .aline_modify_container,
.page-template-_aline-cataloage div#page .background_aline_head .aline_modify_container,
.page-template-_aline-contact div#page .background_aline_head .aline_modify_container,
.page-template-_aline-torturi div#page .background_aline_head .aline_modify_container {
	background-image: url(https://aline.ro/comanda/wp-content/uploads/2020/05/page-banner.jpg);
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


/*Preload*/

.pageload-overlay.show,
.pageload-overlay {
	background-color: #77c7c6;
	visibility: visible;
}

.pageload-loading {
	background-color: #77c7c6;
}

.pageload-overlay svg path {
	fill: #77c7c6;
}

.pageload-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}

.pageload-overlay.show {
	visibility: visible
}

.pageload-overlay svg {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none
}

.pageload-overlay svg path {
	fill: #f15f2a
}
.hidden{
  visibility: hidden;
}

.pageload-overlay::after,
.pageload-overlay::before {
	content: '';
	position: fixed;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	-webkit-transition: opacity .15s, visibility 0s .15s;
	transition: opacity .15s, visibility 0s .15s;
}

.pageload-overlay::after {
	background: #6cc88a;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-animation: moveRight .6s linear infinite alternate;
	animation: moveRight .6s linear infinite alternate;
}

.pageload-overlay::before {
	background: #fff;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-animation: moveLeft .6s linear infinite alternate;
	animation: moveLeft .6s linear infinite alternate
}

@-webkit-keyframes moveRight {
	to {
		-webkit-transform: translateX(20px)
	}
}

@keyframes moveRight {
	to {
		transform: translateX(20px)
	}
}

@-webkit-keyframes moveLeft {
	to {
		-webkit-transform: translateX(-20px)
	}
}

@keyframes moveLeft {
	to {
		transform: translateX(-20px)
	}
}

.pageload-loading {
	background-color: #f15f2a
}

body {
	background: 0 0
}


/*.sk-circle {
  margin: 0;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px; }*/

.sk-circle {
	margin: 0;
	width: 60px;
	height: 60px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 20%;
	height: 20%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle.sk-circle-out .sk-child:before {
	width: 20%;
	height: 20%;
}

.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-circleBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.page-template-_aline-poveste div#page .background_aline_head .aline_modify_container .header-main-normal {
	-webkit-box-shadow: 0px 0 0px 0px #4B4B4B!important;
	-moz-box-shadow: 0px 0 0px 0px #4B4B4B!important;
	box-shadow: 0px 0 0px 0px #4B4B4B!important;
}

.__aline--header li.nav-item a.nav-link {
	color: #fff!important;
	opacity: 1!important;
	line-height: 80px;
	font-weight: 400;
	text-transform: uppercase;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 13px;
	padding: 10px 15px;
}

.policy_aline_page article .card-body header.entry-header h1 {
	position: relative;
	padding-bottom: 50px;
	font-family: 'Rancho', cursive;
	font-size: 50px;
	text-transform: capitalize;
	color: #29272e;
	margin: 0;
	text-align: center;
}

.__aline--header li.nav-item {
	position: relative;
}

.custom-logo-link {
	margin-right: 1rem;
	z-index: 77777;
}

.aline_external--page_design {
	margin-top: -50px;
	margin-bottom: -25px;
}

.__aline--header li.nav-item a.nav-link:after {
	content: '';
	position: absolute;
	height: 2px;
	left: 15px;
	width: 0;
	top: 50%;
	margin-top: 15px;
	background-color: #77c7c6;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.__aline--header>li.nav-item>a,
.__aline--header>li:hover>a {
	position: relative;
}

.__aline--header>li.nav-item>a:hover:after {
	width: 60px!important;
}

.__aline--header>li.active>a {
	position: relative;
	background-color: transparent;
}

.__aline--header>li.active>a:after {
	width: 60px!important;
}

.custom_logo_wordpress a.custom-logo-link img {
	height: 100px!important;
	width: auto;
	margin-top: 80px;
}


/* Footer Area */

.program_aline section .textwidget {
	position: relative;
	padding-top: 0px;
	padding-bottom: 100px;
}

.program_aline section .textwidget .reservation-box {
	color: #fff;
	background-color: rgba(241, 95, 42, 0.87);
	background-image: url("https://aline.ro/comanda/wp-content/uploads/2020/05/ft-res-bg.jpg");
	background-size: cover;
	position: relative;
	top: -40px;
	padding: 20px;
}

.program_aline section .textwidget .reservation-box .reservation-wrap {
	border: 1px solid #fff;
	padding: 10px 25px 25px;
	position: relative;
}

.program_aline section .textwidget .reservation-box .reservation-wrap:before,
.program_aline section .textwidget .reservation-box .reservation-wrap:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}

.program_aline section .textwidget .reservation-box .reservation-wrap:before {
	top: -5px;
	right: -5px;
}

.program_aline section .textwidget .reservation-box .reservation-wrap:after {
	bottom: -5px;
	left: -5px;
}

.program_aline section .textwidget .reservation-box .reservation-wrap .res-title {
	font-size: 40px;
	text-align: center;
	font-family: 'Rancho', cursive;
}

.program_aline section .textwidget .reservation-box .reservation-wrap .res-date {
	width: 60%;
	float: left;
	overflow: hidden;
}

.program_aline section .textwidget .reservation-box .reservation-wrap .res-date .res-date-item {
	display: table;
	width: 100%;
}

.program_aline section .textwidget .reservation-box .reservation-wrap .res-date .res-date-text {
	display: table-cell;
}

.program_aline section .textwidget .reservation-box .reservation-wrap .res-date .res-date-dot {
	display: table-cell;
	padding-left: 5px;
	opacity: 0.7;
	font-size: 12px;
	letter-spacing: 1px;
}

.program_aline section .textwidget .reservation-box .reservation-wrap .res-time {
	width: 40%;
	float: right;
	padding-left: 5px;
	color: #1d1b20;
}

.program_aline section .textwidget .reservation-box .reservation-wrap .res-number {
	font-size: 30px;
	font-weight: 700;
	color: #1d1b20;
	text-align: center;
}

.footer_aline {
	background-color: #040609;
	background-size: cover;
}

.menu-footer-menu-container ul {
	padding-left: 0px!important;
	padding-top: 15px;
}

.menu-footer-menu-container ul li.menu-item {
	list-style: none!important;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
}

.menu-footer-menu-container ul li.menu-item a {
	color: #fff!important;
}

.data_aline_footer {
	padding-top: 45px;
}

.data_aline_footer aside section:nth-of-type(4) .textwidget .about-contact-info .address-info .info-content,
.data_aline_footer aside section:nth-of-type(4) .textwidget .about-contact-info .phone-info .info-content,
.data_aline_footer aside section:nth-of-type(4) .textwidget .about-contact-info .email-info .info-content {
	padding-top: 15px;
}

.data_aline_footer aside section:nth-of-type(3) .textwidget p,
.data_aline_footer aside section:nth-of-type(4) .textwidget .about-contact-info .address-info .info-content p,
.data_aline_footer aside section:nth-of-type(4) .textwidget .about-contact-info .phone-info .info-content p,
.data_aline_footer aside section:nth-of-type(4) .textwidget .about-contact-info .email-info .info-content p {
	color: #bcbac1;
	!important;
	font-size: 14px;
	line-height: 18px;
}

.data_aline_footer aside section:nth-of-type(1) .textwidget {
	text-align: end;
}

.data_aline_footer aside section:nth-of-type(1) .textwidget a {
	display: inline-block;
	background-color: #0e1012;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	color: #fff!important;
}

.data_aline_footer aside section:nth-of-type(1) .textwidget a:hover {
	background-color: #77c7c6;
}

.deosebit_created {
	padding-top: 20px;
	padding-bottom: 70px;
}


/*Home Page Style*/

.aline_home_img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.our_stroy_container {
	padding-top: 100px;
	padding-bottom: 140px;
	padding-left: 25px!important;
	padding-right: 25px!important;
}

.our_stroy_row .swin-sc-title {
	text-align: center;
	margin-bottom: 50px;
}

.our_stroy_row .swin-sc-title .top-title {
	font-weight: 500;
	font-size: 16px;
	color: #77c7c6;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
}

.our_stroy_row .swin-sc-title .top-title:before,
.our_stroy_row .swin-sc-title .top-title:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #77c7c6;
	top: 50%;
	margin-top: -1px;
}

.our_stroy_row .swin-sc-title .top-title:before {
	left: -65px;
}

.our_stroy_row .swin-sc-title .top-title:after {
	right: -65px;
}

.our_stroy_row .swin-sc-title .top-title span {
	position: relative;
}

.our_stroy_row .swin-sc-title .top-title span:before,
.our_stroy_row .swin-sc-title .top-title span:after {
	content: '';
	position: absolute;
	width: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77c7c6;
	top: 50%;
	margin-top: 0px;
}

.our_stroy_row .swin-sc-title .top-title span:before {
	left: -65px;
}

.our_stroy_row .swin-sc-title .top-title span:after {
	right: -65px;
}

.swin-sc-title .subtitle {
	margin-top: 10px;
}

.our_stroy_row .swin-sc-title.text-left {
	text-align: left;
}

.our_stroy_row .swin-sc-title.text-left .top-title:before,
.our_stroy_row .swin-sc-title.text-left .top-title span:before {
	display: none;
}

.our_stroy_row .swin-sc-title.text-right {
	text-align: right;
}

.our_stroy_row .swin-sc-title.text-right .top-title:after,
.our_stroy_row .swin-sc-title.text-right .top-title span:after {
	display: none;
}

.our_stroy_row .swin-sc-title.light .title {
	color: #fff;
}

.our_stroy_row .swin-sc-title.light .subtitle {
	color: #c9c9c9;
}

.our_stroy_row .swin-sc-title.style-2 .title {
	position: relative;
	padding-bottom: 20px;
}

.our_stroy_row .swin-sc-title.style-2 .title:before,
.our_stroy_row .swin-sc-title.style-2 .title:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #77c7c6;
	bottom: -2px;
}

.our_stroy_row .swin-sc-title.style-2 .title:before {
	left: 50%;
	margin-left: -25px;
}

.our_stroy_row .swin-sc-title.style-2 .title:after {
	left: 50%;
	margin-left: 25px;
}

.our_stroy_row .swin-sc-title.style-2 .title span:after {
	content: '';
	position: absolute;
	width: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77c7c6;
	bottom: 0px;
	left: 50%;
	margin-left: -25px;
}

.our_stroy_row .swin-sc-title.style-2.light .title {
	color: #fff;
}

.our_stroy_row .swin-sc-title.style-2.text-left span:after {
	left: 25px;
	width: 100px;
}

.our_stroy_row .swin-sc-title.style-2.text-left .title:after {
	left: 75px;
}

.our_stroy_row .swin-sc-title.style-2.text-left .title:before {
	display: none;
}

.our_stroy_row .swin-sc-title.style-2.text-right .title:before {
	left: auto;
	right: 50px;
}

.our_stroy_row .swin-sc-title.style-2.text-right .title:after {
	left: auto;
	right: 0px;
}

.our_stroy_row .swin-sc-title.style-2.text-right span:after {
	left: auto;
	right: 0;
}

.our_stroy_row .swin-sc-title.style-3 .title {
	display: inline-block;
	position: relative;
	line-height: 1;
}

.our_stroy_row .swin-sc-title.style-3 .title:before,
.our_stroy_row .swin-sc-title.style-3 .title:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #77c7c6;
	top: 50%;
}

.our_stroy_row .swin-sc-title.style-3 .title:before {
	left: -65px;
}

.our_stroy_row .swin-sc-title.style-3 .title:after {
	right: -65px;
}

.our_stroy_row .swin-sc-title.style-3 .title span:before,
.our_stroy_row .swin-sc-title.style-3 .title span:after {
	content: '';
	position: absolute;
	width: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77c7c6;
	top: 50%;
	margin-top: 1px;
}

.our_stroy_row .swin-sc-title.style-3 .title span:before {
	left: -65px;
}

.our_stroy_row .swin-sc-title.style-3 .title span:after {
	right: -65px;
}

.our_stroy_row .swin-sc-title.style-3.light .title {
	color: #fff;
}

.our_stroy_row .swin-sc-title.style-4 .title {
	font-size: 80px;
}

.our_stroy_row .swin-sc-title.style-4 .top-title {
	/* font-size: 20px; */
}

.our_stroy_row div.des p {
	color: #616f7d;
	font-size: 14px;
}

.our_stroy_row p.des.font-bold {
	font-size: 15px;
	color: #29272e;
	margin-bottom: 15px;
}

.swin-sc-iconbox .item .description p {
	font-size: 14px;
	color: #616f7d;
}

.services_container_aline {
	padding-top: 30px;
	padding-bottom: 100px;
	padding-left: 25px!important;
	padding-right: 25px!important;
}

.footer_aline {}

.box_shadow_container {
	/* -webkit-box-shadow: -5px 0 5px -5px #4B4B4B;
    -moz-box-shadow: -5px 0 5px -5px #4B4B4B;
    box-shadow: -5px 0 5px -5px #4B4B4B;
    -webkit-box-shadow: 5px 0 5px -5px #4B4B4B;
    -moz-box-shadow: 5px 0 5px -5px #4B4B4B;
    box-shadow: 5px 0 5px -5px #4B4B4B;*/
}

.swin-sc-timeline-2 .timeline-content-item .timeline-content-detail p {
	margin-bottom: 35px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	line-height: 1.714;
	color: #616f7d;
	text-align: center;
}

.our_stroy_page__ {
	padding-left: 50px!important;
	padding-right: 50px!important;
	padding-top: 90px;
	padding-bottom: 90px;
}

.__aline--header li.nav-item .dropdown-menu li.nav-item a.nav-link {
	color: #000000!important;
	line-height: 20px;
}

.__aline--header li.nav-item ul.dropdown-menu {
	margin-top: -10px;
}

@media (min-width: 1250px) {
	.aline_modify_container {
		max-width: 1200px!important
	}
	.no_gutter-wrap {
		padding-left: 0!important;
		padding-right: 0!important
	}
}

.swin-sc-product.products-02 .products .item .block-img {
	position: relative;
	display: none;
}

.products_container_empty_space {
	padding-top: 100px;
	padding-bottom: 100px;
}


/******************/


/*---------------------------  <<<Laravel Source CSS>>> --------------------------------------*/


/*****************/

.products_container_empty_space .swin-sc-title.style-3 .title {
	display: inline-block;
	position: relative;
	line-height: 1;
}

.products_container_empty_space .swin-sc-title.style-3 .title:before,
.products_container_empty_space .swin-sc-title.style-3 .title:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #77c7c6;
	top: 50%;
}

.products_container_empty_space .swin-sc-title.style-3 .title:before {
	left: -65px;
}

.products_container_empty_space .swin-sc-product.products-02 .products .slick-padding {
	padding: 10px;
}

.products_container_empty_space .swin-sc-product.products-02 .products .item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.products_container_empty_space .swin-sc-product.products-02 .products .item .block-img {
	position: relative;
}

.products_container_empty_space .swin-sc-product.products-02 .products .item .block-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.products_container_empty_space .swin-sc-product.products-02 .products .item .block-img .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.products_container_empty_space .swin-sc-product.products-02 .products .item .block-content {
	padding: 30px 30px 15px;
}

.products_container_empty_space_row .blog-item .block-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.products_container_empty_space_row .blog-item:after {
	content: '';
	position: absolute;
	border: 0;
	height: 2px;
	width: 0;
	left: 50%;
	bottom: 0;
	background-color: #77c7c6;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.products_container_empty_space .swin-sc-product.products-02 .products .item .title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 30px;
	font-family: "rancho";
	text-transform: capitalize;
}

.products_container_empty_space_row .blog-item .block-content .title a {
	color: #29272e;
}

.swin-sc:before {
	content: '';
	display: table;
}

.swin-sc:after {
	content: '';
	clear: both;
	display: table;
}

.slick-slide img {
	margin: auto;
}

.products_container_empty_space_row .blog-item .block-content .title a:hover {
	color: #77c7c6;
	text-decoration: none;
}

.swin-sc-product.products-02 .products .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.swin-transition {
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.swin-sc-product.products-02 .products .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.swin-sc-product.products-02 .products .item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.swin-sc-product.products-02 .products .item {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.swin-transition {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.products_container_empty_space_row .blog-item:hover:after {
	left: 0;
	width: 100%;
}

.products_container_empty_space_row .blog-item {
	position: relative;
}

.notice-info {
	border-color: #45ABCD!important;
}

.servici_aline--container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact_aline--container {
	padding-top: 140px;
	padding-bottom: 100px;
}

.notice {
	padding: 15px;
	background-color: #fafafa;
	border-left: 6px solid #7f7f84;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
	color: #616f7d;
}

.notice-info>strong {
	color: #45ABCD;
}

.swin-sc-title.style-2 .title {
	position: relative;
	padding-bottom: 50px;
}

.swin-sc-contact .item .media-left {
	padding-right: 20px;
}

.swin-sc-contact .item .media-body {
	font-size: 14px;
	padding-top: 8px;
}

.swin-sc-contact .item .media-left .wrapper-icon {
	border-radius: 50%;
	background-color: #f4f4f4;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 52px;
	border: 3px solid transparent;
	font-size: 24px;
}

.swin-sc-contact .item .media-body .title {
	color: #29272e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Merriweather Sans";
}

.swin-sc-contact .item .media-body .description {
	color: #505b65;
}

.swin-sc-contact .item:not(:first-child) {
	margin-top: 35px;
}

.swin-sc-contact .item:hover .wrapper-icon {
	border: 3px solid #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	background-color: #77c7c6;
}

.swin-sc-contact .item:hover .wrapper-icon i.icons {
	color: #ffffff;
}

.swin-sc-contact .item .media-left .wrapper-icon {
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.contact_form_row .reservation-form.style-02 {
	padding: 20px 5%;
	border: 4px solid #dfdfdf;
}

.contact_form_row .reservation-form.style-02 .swin-sc-contact-form {
	margin-top: 20px;
}

.swin-sc-contact-form .form-group {
	padding: 0 15px;
	margin-bottom: 30px;
}

.swin-sc-contact-form .form-group:before {
	content: '';
	display: table;
}

.swin-sc-contact-form .form-group:after {
	content: '';
	display: table;
	clear: both;
}

.swin-sc-contact-form .form-group .input-group:last-child {
	padding-right: 0;
}

.swin-sc-contact-form.light .form-group .input-group .input-group-addon {
	background-color: #f6f6f6;
}

.swin-sc-contact-form.light .form-group .input-group .input-group-addon {
	background-color: #f6f6f6;
}

.swin-sc-contact-form .form-group .input-group .input-group-addon {
	background-color: rgba(255, 255, 255, 0.05);
	border: 0;
	border-radius: 0;
	color: #9d9d9d;
	position: relative;
	min-width: 40px;
	text-align: center;
	padding-top: 10px;
	height: 40px;
}

.swin-sc-contact-form.light .form-group .input-group .input-group-addon:after {
	background-color: #e4e4e4;
}

.swin-sc-contact-form.light .form-group .input-group .form-control {
	background-color: #f6f6f6;
	color: #999;
}

.swin-sc-contact-form.light .form-group .input-group .form-control {
	background-color: #f6f6f6;
	color: #999;
}

.swin-sc-contact-form .form-group .input-group .form-control {
	background-color: rgba(255, 255, 255, 0.05);
	border: 0;
	border-radius: 0;
	height: 40px;
	color: #a2a2a2;
	box-shadow: none;
	font-size: 14px;
}

.swin-sc-contact-form.light .form-group textarea {
	background-color: #f6f6f6;
	color: #999;
}

.swin-sc-contact-form.light .form-group textarea {
	background-color: #f6f6f6;
	color: #999;
}

.swin-sc-contact-form textarea {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.05);
	height: 170px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 200px!important;
	color: #a2a2a2;
}

.contact_body .form-group .input-group {
	-ms-flex-wrap: inherit!important;
	flex-wrap: inherit!important;
}

.contact_body .form-group .input-group p {
	width: 100%;
}

.swin-btn-wrap input.wpcf7-form-control.wpcf7-submit {
	min-width: 50px;
	min-height: 20px;
	padding: 10px 35px;
	background-color: #77c7c6;
	border: 1px solid #77c7c6;
	text-transform: uppercase;
	border-radius: 25px;
	display: inline-block;
	position: relative;
	color: #fff;
}

.mantain_mobile_addaptability {
	height: 35px;
	padding-left: 20px;
}

@media (max-width: 1199.98px) {
	.mantain_mobile_addaptability {
		height: 100%;
	}
	.mantain_mobile_addaptability {
		width: 100%!important;
		padding: 10px 15px;
	}
	.no_gutter-wrap {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.custom_logo_wordpress a.custom-logo-link img {
		height: 76px!important;
		width: auto;
		margin-top: 0px;
	}
	.about-contact-info .address-info,
	.about-contact-info .phone-info,
	.about-contact-info .email-info {
		width: 100%!important;
		padding-left: 0px!important;
	}
}

@media (max-width: 991.98px) {
	/*.parallax-mirror{
     width: 100%!important;
     left: 0!important;
    right: 0!important;
  }*/
	/*  .mantain_mobile_addaptability{
    width: 100%!important;
    padding: 10px 15px;
  }*/
	#primary-menu-wrap {
		background-color: #fff;
		z-index: 9999;
		width: 100%;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 5px;
		padding-bottom: 30px;
	}
	.custom_logo_wordpress a.custom-logo-link img {
		margin-top: 5px;
		height: 80px!important;
	}
	#primary-menu-wrap #primary-menu li.nav-item a.nav-link {
		color: #29272e!important;
	}
	.__aline--header li.nav-item a.nav-link {
		line-height: 40px;
	}
	.contact_mobile_adaptibility .swin-sc .title {
		font-size: 40px!important;
	}
	.contact_mobile_adaptibility .swin-sc .media .media-body .title {
		font-size: 14px!important;
	}
	/*.about-contact-info .address-info,
  .about-contact-info .phone-info,
  .about-contact-info .email-info{
    width: 100%!important;
    padding-left: 0px!important;
  }*/
	.products_container_empty_space_row {
		padding-bottom: 15px;
	}
	.our_stroy_page__ {
		padding-left: 10px!important;
		padding-right: 10px!important;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.our_stroy_container {
		padding-bottom: 65px;
	}
}

@media (max-width: 767.98px) {
	.policy_aline_page article .card-body header.entry-header h1 {
		font-size: 40px;
	}
	/* .mantain_mobile_addaptability{
    width: 100%!important;
    padding: 10px 15px;
  }*/
	#primary-menu-wrap {
		background-color: #fff;
		z-index: 9999;
		width: 100%;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 5px;
		padding-bottom: 30px;
	}
	.custom_logo_wordpress a.custom-logo-link img {
		margin-top: 5px;
		height: 80px!important;
	}
	#primary-menu-wrap #primary-menu li.nav-item a.nav-link {
		color: #29272e!important;
	}
	.__aline--header li.nav-item a.nav-link {
		line-height: 40px;
	}
	.contact_mobile_adaptibility {
		padding-top: 85px;
	}
	.about-contact-info .address-info,
	.about-contact-info .phone-info,
	.about-contact-info .email-info {
		width: 100%!important;
		padding-left: 0px!important;
	}
	.products_container_empty_space_row {
		padding-bottom: 15px;
	}
	/*.our_stroy_page__ {
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 60px;
    padding-bottom: 60px;
  }*/
	.parallax-mirror {
		width: 100%!important;
		left: 0!important;
		right: 0!important;
	}
	.parallax-slider {
		width: 100%!important;
		left: 0!important;
	}
	/*.our_stroy_container {
     padding-bottom: 65px;
  }*/
}

@media (max-width: 575.98px) {
	/* .parallax-mirror{
    width: 100%!important;
    left: 0!important;
    right: 0!important;
  }
  .parallax-slider{
    width: 100%!important;
    left: 0!important;
  }*/
	#content {
		position: relative;
	}
	.nav-slider .slides .slick-list {
		width: 100%;
	}
	/*.mantain_mobile_addaptability{
    width: 100%!important;
    padding: 10px 15px;
  }*/
	.custom_logo_wordpress a.custom-logo-link img {
		margin-top: 5px;
		height: 80px!important;
	}
	#primary-menu-wrap {
		background-color: #fff;
		z-index: 9999;
		width: 100%;
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 5px;
		padding-bottom: 20px;
	}
	#primary-menu-wrap #primary-menu li.nav-item a.nav-link {
		color: #29272e!important;
	}
	.__aline--header li.nav-item a.nav-link {
		line-height: 30px;
	}
	.our_stroy_row .swin-sc-title.style-4 .title {
		font-size: 50px;
	}
	/*.about-contact-info .address-info,
  .about-contact-info .phone-info,
  .about-contact-info .email-info{
    width: 100%!important;
    padding-left: 0px!important;
  }*/
	.program_aline section .textwidget {
		padding-bottom: 0;
	}
	/*.our_stroy_page__ {
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-top: 60px;
    padding-bottom: 60px;
  }*/
	.products_container_empty_space_row {
		padding-bottom: 15px;
	}
	.products_container_empty_space_row .swin-sc p.title {
		font-size: 38px!important;
	}
	.products_container_empty_space .swin-sc-title.style-3 .title:before,
	.products_container_empty_space .swin-sc-title.style-3 .title:after {
		width: 0px!important;
	}
	.swin-sc-title.style-3 .title span:before,
	.swin-sc-title.style-3 .title span:after {
		width: 0px!important;
	}
	.contact_mobile_adaptibility {
		padding-top: 85px;
	}
}