@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');

.slick-list{
    height:auto !important;
}
#carousel img.rsImg {
    height: auto !important;
}

.place-to-buy-wrap img{
    max-width: 100%;
}
.place-to-buy-desktop{
   
    background: url(https://ams.iqmetrix.net/images/d32355de-e49c-49a4-8921-fe27a2cf70b3/preview/2400/790) center;
    background-repeat: no-repeat;
    height: 520px;
    background-size: 65%;

}

.place-to-buy-desktop .place-to-buy-text{
    position: absolute;
    top: 12%;
    left: 55%;
    color:#363636;
    width:26%;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
	

}


.place-to-buy-desktop .place-to-buy-text p{
    font-size:22px;
}
.place-to-buy-desktop .place-to-buy-text .lg-text{
    font-size: 53px;
    line-height: 56px;
	font-family: 'Open Sans', serif !important;
	font-weight: 500;
}
.place-to-buy-desktop .place-to-buy-text img{
    width: 210px;
    margin-bottom: 20px;
}
.place-to-buy-wrap .btn-wrap{
    margin:25px 0px;
}

.place-to-buy-desktop .btn-wrap div{
    margin-bottom: 7px;
    /* width: 170px; */
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 40px;
    padding: 5px 15px;
    float: left;
    margin-right: 15px;
   
}
.place-to-buy-desktop .btn-wrap div a{
    font-size: 16px;
    color: #bbb;
}
.place-to-buy-desktop .btn-wrap div a:hover{
    font-size: 16px;
    color: #777;
}

.lg-b-text{
	font-weight: 800;
}


/* MOBILE */
.place-to-buy-mobile{
   
    background: url(https://ams.iqmetrix.net/images/c918fbfe-1943-489d-ab66-48f2775106e8/preview/600/500) right;
    background-repeat: no-repeat;
    height: 670px;
    background-size: 106%;

}

.place-to-buy-mobile .place-to-buy-text{
    position: absolute;
    top: 64%;
    left: 23%;
    color:#363636;
    width:51%;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
	text-align: center;

}


.place-to-buy-mobile .place-to-buy-text p{
    font-size:37px;
}

.place-to-buy-mobile .btn-wrap div{
    margin-bottom: 7px;
    width: 170px;
    text-align: center;
    border: 1px solid #bbb;
    border-radius: 40px;
    padding: 5px;
   
}
.place-to-buy-mobile .btn-wrap div a{
    font-size: 16px;
    color: #bbb;
}
.place-to-buy-mobile .btn-wrap div a:hover{
    font-size: 16px;
    color: #777;
}




@media (min-width:1701px) {
    .place-to-buy-desktop{
        height: 500px;
        background-size: 86%;
    }
    .place-to-buy-desktop .place-to-buy-text {
        top: 22%;
    }
}
@media (min-width:1501px) and (max-width:1700px){
    .place-to-buy-desktop{
        height: 490px;
    background-size: 100%;
    }
}
@media (min-width:1381px) and (max-width:1500px){
    .place-to-buy-desktop{
        height: 450px;
        background-size: 100%;
    }
}
@media (min-width:1281px) and (max-width:1380px){
    .place-to-buy-desktop{
        height: 435px;
    background-size: 103%;
    }
    .place-to-buy-desktop .place-to-buy-text{
        width:35%;
    }
}


@media (min-width:1023px) and (max-width:1280px){
    .place-to-buy-desktop{
        height: 370px;
        background-size: 111%;
    }
    .place-to-buy-desktop .place-to-buy-text {
        width:37%;
		left: 50%;
    }
    .place-to-buy-desktop .place-to-buy-text .lg-text {
        font-size: 52px;
        line-height: 56px;
    }
}

@media (min-width:800px) and (max-width:1022px){
    .place-to-buy-desktop{
        background: url(https://ams.iqmetrix.net/images/d32355de-e49c-49a4-8921-fe27a2cf70b3/preview/2400/790) right;
        background-repeat: no-repeat;
        height: 350px;
    background-size: 110%;
    }
    .place-to-buy-desktop .place-to-buy-text{
        width: 40%;
    left: 49%;
        top:10%
    }
    .place-to-buy-desktop .place-to-buy-text .lg-text {
  font-size: 38px;
line-height: 44px;
    }
    .place-to-buy-desktop .place-to-buy-text img {
        width: 170px;
        margin-bottom: 10px;
    }
    .place-to-buy-desktop .place-to-buy-text p {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .place-to-buy-wrap .btn-wrap {
        margin: 15px 0px;
    }
}
@media (min-width:824px) and (max-width:969px){
    .place-to-buy-desktop{
        height: 300px;
    background-size: 108%;
    }
    .place-to-buy-desktop .place-to-buy-text {
        width: 40%;
    }
}
@media (max-width:823px){
    .place-to-buy-desktop{
        height: 300px;
    background-size: 113%;
    }
    .place-to-buy-desktop .place-to-buy-text {
        width: 42%;
        left: 50%;
    }
}
@media (min-width:800px){
    .place-to-buy-mobile{
        display: none;
    }
}

@media (max-width:800px){
    .place-to-buy-desktop{
        display: none;
    }
    .place-to-buy-wrap .btn-wrap{
        margin-top: 50px;
    }
}
@media (max-width:740px){
    .place-to-buy-mobile{
        height: 650px;
        background-size: 110%;
    }
}

@media (max-width:700px){
    .place-to-buy-mobile{
        height: 600px;
    }
			.place-to-buy-mobile .place-to-buy-text{
	width: 70%;			
    top: 64% !important;
    left: 14% !important;
}
.place-to-buy-mobile .place-to-buy-text p{
    font-size:34px !important;
}
}
@media (max-width:667px){
    .place-to-buy-mobile{
        background-position: 0px 0px;
    }
			.place-to-buy-mobile .place-to-buy-text{
				width: 70%;
    top: 64% !important;
    left: 14% !important;
}
.place-to-buy-mobile .place-to-buy-text p{
    font-size:34px !important;
}
}
@media (max-width:640px){
    .place-to-buy-mobile{
        height: 565px;
        background-position: 0px 0px;
    }
	.place-to-buy-mobile .place-to-buy-text{
		width: 70%;
    top: 64% !important;
    left: 13% !important;
}
.place-to-buy-mobile .place-to-buy-text p{
    font-size:32px !important;
}
}
@media (max-width:600px){
    .place-to-buy-mobile{
        height: 530px;
        background-position: 0px 0px;
    }
		.place-to-buy-mobile .place-to-buy-text{
			width: 70%;
    top: 60% !important;
    left: 13% !important;
}
.place-to-buy-mobile .place-to-buy-text p{
    font-size:32px !important;
}
}

@media (max-width:450px){
    .place-to-buy-mobile{
        height: 420px;
        background-position: 0px 0px;
    }
    .place-to-buy-mobile .place-to-buy-text p {
        font-size: 20px;
        margin-top: 25px;
    }
	.place-to-buy-mobile .place-to-buy-text{
		width: 70% !important;
    top: 50% !important;
    left: 15% !important;
}
.place-to-buy-mobile .place-to-buy-text p{
    font-size:29px !important;
	line-height: 36px !important;
}
    
}
@media (max-width:400px){
    .place-to-buy-mobile .btn-wrap div{
        width: 175px;
    }
    .place-to-buy-mobile{
        height: 380px;
        background-position: 0px 0px;
    }
	.place-to-buy-mobile .place-to-buy-text{
    top: 53% !important;
    left: 15% !important;
}
.place-to-buy-mobile .place-to-buy-text p{
    font-size: 19px !important;
    line-height: 29px !important;
    margin-top: 38px !important;
}
}
@media (max-width:360px){
    .place-to-buy-mobile{
        height: 370px;
        background-position: 0px 0px;
    }
	.place-to-buy-mobile .place-to-buy-text{
    top: 49% !important;
    left: 15% !important;
}
.place-to-buy-mobile .place-to-buy-text p{
    font-size:26px !important;
}
}

@media (max-width:320px){
    .place-to-buy-mobile{
        height: 330px;
        background-position: 0px 0px;
    }
    .place-to-buy-mobile .place-to-buy-text p {
        font-size: 18px;
        margin-top: 32px;
    }
	.place-to-buy-mobile .place-to-buy-text{
    top: 47% !important;
    left: 15% !important;
}
.place-to-buy-mobile .place-to-buy-text p{
    font-size:21px !important;
}
   
		}
