@font-face {
    font-family: "ProximaNova-Bold";
    src: url("ProximaNova-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "ProximaNova-Regular";
    src: url("ProximaNova-Regular.woff2") format("woff2");
}

body {
    margin: 0;
    padding: 0;
    font-family: 'ProximaNova-Bold', sans-serif;
}

div {
    position:absolute;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 970px;
    height: 250px;
	overflow: hidden;
	background: #000;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #4b4b4b;
    pointer-events: none;
    top: 0;
}

#border {
    border: 1px solid #959595; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
    top: 0;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
    top: 0;
}

#introBg {
    width: inherit;
    height: inherit;
    background: url("intro.jpg") no-repeat;
    background-size: cover;
    cursor: pointer;
    top: 0;
}

/******************** LOGO ********************/

#logo {
    cursor: pointer;
    left: 200px;
    top: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 135px;
    height: 50px;
}

#logoexit {
    width: inherit;
    height: 100px;
    cursor: pointer;
}

/******************** TEXT ********************/

.copy {
    width: 350px;
    height: 60px;
    top: 53%;
    text-align: center;
    left: 200px;
    transform: translate(-50%, -50%);
    font-size: 60px;
}

#headline {
    text-transform: uppercase;
}

#subheadline {
    top: 57%;
}

/******************** CTA ********************/

.cta {
    cursor: pointer;
    width: 180px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #57be20;
    bottom: 10px;
    left: 200px;
    transform: translateX(-50%);
	font-size: 13px;
    letter-spacing: 0.3pt;
    color: #fff;
}

/******************** SLIDER ********************/

#sliderexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
    top: 0;
}

#slider {
	position: absolute;
	right: 0;
	width: 570px;
	height: inherit;
}

#slides_wrapper {
    height: 220px;
    width: inherit;
    overflow: hidden;
}

#product_info {
    bottom: 0;
    width: inherit;
    height: 30px;
    background: #fff;
    color: #fff;
    pointer-events: none;
}

#line {
    height: inherit;
    width: 1px;
    background: #000;
    right: 33%;
}

#product_price {
    width: 33%;
    height: inherit;
    overflow: hidden;
    right: 0;
}

.pro_price {
    text-align: center;
    height: inherit;
    width: 100%;
    top: 5px;
}

.nights {
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 11px;
}

.from {
    font-size: 11px;
}

.priceNumber {
    font-size: 18px;
}

#product_title {
    width: 67%;
    height: inherit;
    overflow: hidden;
}

.pro_title {
    width: 94%;
    height: 80%;
    font-size: 13px;
    top: 11%;
    left: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.region {
    font-family: 'ProximaNova-Regular', sans-serif;
}

.pro, .mask_image {
	width: inherit;
	height: inherit;
    top: 0;
    overflow: hidden;
}

.mask_image {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    width: 20px;
    height: 35px;
    background: #57be20;
    cursor: pointer;
    bottom: 46%;
    position: inline-block;
}

.btn:hover {
    background: #fff;
}

#next_btn {
    right: 0;
    left: auto;
}

.arrow {
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 50%;
    top: 9px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.arrow-right {
    border-left: 8px solid;
    border-left-color: white;
}

.arrow-left {
    border-right: 8px solid;
    border-right-color: white;
}

.sale {
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    background: url("sale.svg") no-repeat;
}