@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: 728px;
    height: 90px;
	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: 12px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    height: 40px;
}

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

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

.copy {
    width: 220px;
    height: 30px;
    bottom: 48px;
    text-align: center;
    right: 15px;
}

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

#subheadline {
    font-size: 16px;
}

.cta {
    cursor: pointer;
    width: 135px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background: #57be20;
    bottom: 9px;
    right: 55px;
	font-size: 11px;
    letter-spacing: 0.3pt;
    color: #fff;
}

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

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

#slider {
	position: absolute;
	left: 140px;
	width: 340px;
	height: inherit;
}

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

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

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

#product_price {
    width: inherit;
    height: 44%;
    overflow: hidden;
    bottom: 0;
}

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

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

.from {
    font-size: 11px;
}

.priceNumber {
    font-size: 18px;
}

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

.pro_title {
    width: 94%;
    height: 100%;
    font-size: 20px;
    top: 5px;
    left: 4%;
    text-align: center;
}

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

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

.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: 15px;
    height: 24px;
    background: #57be20;
    cursor: pointer;
    bottom: 37%;
    position: inline-block;
}

.btn:hover {
    background: #fff;
}

#next_btn {
    right: 140px;
    left: auto;
}

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

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

.arrow-left {
    border-right: 6px solid;
    border-right-color: white;
}
.sale {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: url("sale.svg") no-repeat;
}
