
/* Promo style 1 */
.location-section-promo.style-1 {}

.location-section-promo.style-1 .section-background, .location-section-promo.style-1 .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-section-promo.style-1 {
    padding: 100px 0;
}

.location-section-promo.style-1 .content .ry-flex {
    align-items: center;
}

.location-section-promo.style-1 .content .ry-flex .ry-each:nth-child(1) {
    max-width: 600px;
    width: 40%;
    padding-right: 8.333vw;
}

.location-section-promo.style-1 .content .ry-flex .ry-each:nth-child(2) {
    width: 60%;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .text-wrapper .location-title h2 {
    color: #fff;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .text-wrapper .ry-text p {
    color: #fff;
    line-height: 1.6;
    margin: 10px 0 30px;
	font-size: 16px;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .text-wrapper .ry-text .ry-btn {
    margin-left: auto;
    margin-right: auto;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 35px 50px;
	border: unset;
	margin: 12.5px 0;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .photo-promo,
.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .photo-promo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .ry-text {
    position: relative;
    z-index: 2;
    max-width: 70%;
    margin-right: auto;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .ry-text h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fc6880;
    text-transform: uppercase;
	letter-spacing: -.5px;
	line-height: 1;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .ry-text .span-1, 
.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .ry-text .span-1 strong {
    font-size: 16px !important;
    font-weight: 700 !important;
	color: #333;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .ry-text  p {
    line-height: 1.5;
}

.location-section-promo.style-1 .content .ry-flex .ry-each  .slick-dots {
    padding-left: 0;
    list-style: none;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .slick-dots li button {
    text-indent: -999999px;
    padding: 0;
    border: unset;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: .5;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .slick-dots li.slick-active button {
    opacity: 1;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .slick-dots li {
    height: 12px;
    width: 12px;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .slick-dots li:not(:last-child) {
    margin-bottom: 5px;
}

.location-section-promo.style-1 .content .ry-flex .ry-each .slick-dots {
    position: absolute;
    right: -30px;
    top: 57%;
	transform: translate(0, -50px);
	padding-left: 0;
	list-style: none;
}
.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .slick-list {
	margin: -12px 0;
}
.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .ry-text p {
    line-height: 1.6;
    font-size: 16px !important;
}
/* End promo style 1*/
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.location-section-promo.style-1 .content .ry-flex .ry-each:nth-child(1) {
		max-width: 100%;
		padding-right: 0;
		width: 100%;
	}

	.location-section-promo.style-1 .content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.location-section-promo.style-1 .content .ry-flex .ry-each:nth-child(2) {
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 768px) {

	.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo .ry-text {
		max-width: 100%;
		z-index: 3;
	}
	.location-section-promo.style-1 .content .ry-flex .ry-each .slick-dots {
		right: -20px;
	}
	.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.8);
		content: "";
		z-index: 1;
	}
	.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .each-promo {
		margin: 0;
	}

	.location-section-promo.style-1 .content .ry-flex .ry-each .promo-carousel .slick-list {
		margin: 0;
	}
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}