@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: 600px;
	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: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 230px;
    height: 90px;
}

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

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

.copy {
    width: 270px;
    height: 40px;
    bottom: 75px;
    text-align: center;
    left: 15px;
}

#headline {
    font-size: 34px;
    text-transform: uppercase;
}

#subheadline {
    font-size: 16px;
}

.cta {
    cursor: pointer;
    width: 190px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #57be20;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	font-size: 12px;
    letter-spacing: 0.5pt;
    color: #fff;
}

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

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

#slider {
	position: absolute;
	top: 120px;
	height: 340px;
	width: inherit;
}

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

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

#line {
    width: 1px;
    height: inherit;
    background: #000;
    left: 100px;
}

#product_price {
    width: 100px;
    height: inherit;
    overflow: hidden;
}

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

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

.from {
    font-size: 11px;
}

.priceNumber {
    font-size: 18px;
}

#product_title {
    width: 200px;
    left: 100px;
    height: inherit;
    overflow: hidden;
}

.pro_title {
    width: 180px;
    height: inherit;
    font-size: 20px;
    margin-left: 10px;
    top: 5px;
}

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

.region {
    width: inherit;
    height: 45%;
    display: inline-block;
    top: -5px;
    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;
}

.pro_name {
    width: inherit;
    height: inherit;
    left: -150px;
}

.pro_promo {
    width: inherit;
    height: inherit;
    left: -150px;
}

.pro_market {
    width: inherit;
    height: inherit;
    left: -150px;
}

.btn {
    width: 20px;
    height: 35px;
    background: #57be20;
    cursor: pointer;
    bottom: 50%;
    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;
}
