@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: 300px;
    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;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110px;
    height: 45px;
}

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

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

#copy {
    width: 90%;
    left: 5%;
    text-align: center;
    height: 140px;
    top: 53%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}

.copy {
    display: inline-block;
}

#headline {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 85%;
}

#subheadline {
    font-size: 17px;
}

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

.cta {
    cursor: pointer;
    width: 140px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background: #fff;
    bottom: 10px;
    right: 9px;
	font-size: 11px;
    letter-spacing: 0.5pt;
    color: #fff;
}

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

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

#slider {
	position: absolute;
	top: 55px;
	height: 150px;
	width: inherit;
}

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

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

#line {
    height: 1px;
    width: 56%;
    background: #000;
    top: 57%;
    left: 22%;
}

#product_price {
    width: 100px;
    height: 35px;
    overflow: hidden;
    bottom: 10px;
    left: 25px;
    pointer-events: none;
}

.pro_price {
    width: inherit;
    height: inherit;
    text-align: center;
    top: 3px;
    line-height: 105%;
}

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

.from {
    font-size: 11px;
}

.priceNumber {
    font-size: 18px;
}

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

.pro_title {
    width: 96%;
    height: 90%;
    font-size: 20px;
    top: 3px;
    left: 2%;
    text-align: center;
}

.title {
    width: inherit;
    display: inline-block;
    height: 50%;
}

.region {
    width: inherit;
    display: inline-block;
    font-family: 'ProximaNova-Regular', sans-serif;
    height: 40%;
    top: -5px;
}

.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: 16px;
    height: 30px;
    background: #57be20;
    cursor: pointer;
    bottom: 52%;
    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: 7px;
    -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;
}
