@font-face {
    font-family: 'proxima-nova';
    src: url('proximanova-regular.woff2') format('woff2'),
         url('proximanova-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'proxima-nova';
    src: url('ProximaNova-Bold.woff2') format('woff2'),
         url('ProximaNova-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'georgia';
    src: url('georgiaBold.woff2') format('woff2'),
         url('georgiaBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

body {
	background: none;
}

#stage {
	width: 100%;
	height: 276px;
	position: absolute;
	overflow: hidden;
}

.hiddenOnload {
	opacity:0;
}

.logo {
	position: absolute;
	width: 70px;
	right: 17px;
	top: 17px;
}

.container {
	position: absolute;
	width: 300px;
	height: 276px;
	top: 0;
	left: calc(50% - 150px);
	background: #f2f2f2;
}

.mainCard{
	position: absolute;
	background-color: #fff;
	transition: all 3 ease;
	top: 7px;
	left: 7px;
	width: calc(100% - 14px);
	height: 164px;
	overflow: hidden;
}

.card {
	cursor: pointer;
}

.card:hover .dis {
	color: #7DBDB7;
	fill: #7DBDB7;
}

.cards {
	position: absolute;
	top: 177px;
	left: 7px;
	width: calc(100% - 14px);
	height: 73px;
}

.card:hover .image {
	transform: scale(1.05);
}

.smallCard {
	position: relative;
	background-color: #fff;
	transition: all 3 ease;
	width: 100%;
	height: 73px;
}

.extraCard {
	display: none;
}

.button {
	position: absolute;
	top: 47px;
	height: 170px;
	left: -32px;
	width: 170px;
	border-radius: 50%;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 32px;
	position: absolute;
	background-color: rgba(255,255,255,.6);
	z-index: 3;
	transition: all .3 ease;
}

.imageOverflow {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 100%;
	overflow: hidden;
}

.IO1 {
	width: 100%;
	height: 100%;
}

.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .2s ease-in-out;
}

.text {
	position: absolute;
	width: calc(100% - 120px);
	left: 125px;
	font-size: 15px;
	line-height: 15px;
	height: 100%;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-size: 14px;
	top: 0px;
	height: 100%;
	overflow: hidden;
}

.text1 {
	top: 90px;
	width: 110px;
	left: 10px;
	z-index: 300;
	white-space: normal;
	height: 48px;
	font-weight: 600;
	height: 70px;
	overflow:visible;
}

.title,  .mainTitle {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	padding: 0;
	width: 100%;
	max-height: 112px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mainTitle {
	font-family: 'georgia';
	font-weight: 600;
}

.title {
	position: relative;
	width: 100%;
	padding: 0 20px;
	font-size: 13px;
	top: 50%;
	transform: translateY(-50%);
}

.mainDisclaimer, .disclaimer {
	font-size: 10px;
	color: #F97E7B;
	font-weight: 700;
}

.disclaimer {
	position: absolute;
	right: 8px;
	bottom: 5px;
	top: auto;
}

.woonbutton {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 126px;
	height: 27px;
	background-color: #E40047;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 27px;
	/* proxima nova alt */
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
}

.slick-arrow {
	display: none !important;
}

.slick-dots {
	position: absolute;
	top: 81px;
	width: 60px;
	left: calc(50% - 30px);
	display: flex;
	flex-direction: row;
}
.slick-dots li {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #e5e5e5;
	list-style-type: none;
	transition: .2s ease;
	padding: 6px;
	margin: 0 5px;
	cursor: pointer;
}

.slick-dots li button {
	display: none;
}

.slick-dots .slick-active {
	background-color: #F97E7B;
}

.arrow {
	position: absolute;
	top: 161px;
	width: 18px;
	cursor: pointer;
	z-index: 100;
}

.arrowRight {
	right: 0;
}

.arrowLeft {
	left: 0;
}


@media (min-width: 375px){
	.container {
		width: 375px;
		left: calc(50% - 187.5px)
	}
}


@media (min-width:600px) {

	.container {
		width: 600px;
		left: calc(50% - 300px);
	}

	.mainCard {
		top: 7px;
		left: 7px;
		width: 287px;
		height: 175px;
		z-index: 50;
	}

	.cards {
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
	}

	.IO5 {
		display: none;
	}

	.smallCard {
		position: absolute;
		width: 287px;
		height: 72px;
		left: 305px;
	}

	.card2 {
		left: 7px;
		top:193px;
	}

	.card3 {
		top: 11px;
	}

	.card4 {
		top: 91px;
	}

	.extraCard {
		display: block;
		cursor: pointer;
		transition: all .2s ease-in-out;
		top: 172px;
		height: 94px;
		background-color: #F2DDE4;
	}

	.backgroundCard {
		position: absolute;
		width: 274px;
		left: calc(50% - 137px);
		height: 80px;
		top: calc(50% - 40px);
	}

	.extraCard .disclaimer {
		left: 17px;
		bottom: 15px;
		top: auto;
		right: auto;
	}

	.imageOverflow {
		width: 120px;
	}

	.IO1 {
		height: 100%;
		width: 100%;
	}

	.text5 {
		position: absolute;
		top: 0px;
		transform: translateY(0px);
		height: 100%;
		width: 100%;
		padding: 0 6px;
		text-align: left;
		lefT: 0;
		font-size: 14px;
		font-family: 'georgia', serif;
		font-weight: 600;
	}

	.title5 {
		position: absolute;
		top: 35px;
		font-size: 16px;
		width: 280px;
		padding: 0 11px;
	}

	.logo {
		left: auto;
		right: 28px;
		bottom: 28px;
		top: auto;
	}

	.arrow {
		display: none;
	}
	
}

