html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	width:160px;
	height:600px;
}

img {    
	image-rendering: auto;
}

.content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:160px;
	height:600px;
	border: 1px solid #494949;
	overflow: hidden;
	background-color: #F2F2F2;
}

.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
#button{
	position: absolute;
    width: 135px;
    height: 30px;
    bottom: 20px;
    right: 12px;
   
    cursor: pointer;
}
.butMask{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 135px;
    height: 30px;
    overflow: hidden;
}
.pinkBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 135px;
    height: 30px;
	border: 0 none;
	background-color: #E83969;
	cursor: pointer;
}
.lightPink{
	position: absolute;	 
	top:0px;
	left:-200px;
	width: 200px;
    height: 30px;
    background-color: #EC6087;
    border-radius: 16px;
    
}


button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}
.but_shade{
	position: absolute;
	height:10px;
	width: 171px;
	top: 23px;
	left: 2px;
	
}
.but_text{
	position: absolute;
	top:8px;
	left: 24px;
}

.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:160px;
	height:600px;
}
.copy{

	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 36px;
	color:#ffffff;
}
#copy_frame_1{
	position: absolute;
	top:100px;
	left:40px;
}
#copy_frame_2{
	position: absolute;
	top:150px;
	left:40px;
}

.grijsFrame{
	position: absolute;
	top:0px;
	left:0px;
	width:800px;
	height:800px;
	background-color: #F2F2F2;
}
.paarsFrame{
	position: absolute;
	top:0px;
	left:0px;
	width:800px;
	height:800px;
	background-color: #3D2683;
	
}
.geelFrame{
	position: absolute;
	top:0px;
	left:0px;
	width:800px;
	height:800px;
	background-color: #FEA434;
}
.color_square{
	position: absolute;
	bottom:0px;
	left:0px;
	width:80px;
	height:80px;
	background-color: #e93968;
	background-color: #FEA434;
	
}

.color_square_2{
	position: absolute;
	bottom:0px;
	left:80px;
	width:80px;
	height:80px;
	background-color: #35cfd7;
}
.color_square_3{
	position: absolute;
	bottom:0px;
	left:80px;
	width:80px;
	height:80px;
	background-color: #e93968;
}
.measure{
	position: absolute;
	top:0px;
	left:0px;
	height:160px;
	width:20px;
	background-color: #fff;
}
.color_square_4{
	position: absolute;
	top: 10px;
    left: -90px;
	width:140px;
	height:140px;
	background-color: #FEA434;
}

.rozeFrame{
	position: absolute;
	top:-60px;
	left:0px;
	width:800px;
	height:800px;
	background-color: #E83969;
}

#introLogo{
	position: absolute;
	top:250px;
	left:4px;
	width:150px;
	height:30px;
}
.logo{
	position: absolute;
	top:0px;
	left:0px;
	width:150px;
	height:30px;
}
.logo img{
	width:150px;
	height:30px;
}
.logo_color{
	position: absolute;
	top:0px;
	left:0px;
	width:160px;
	height:60px;
}
.logo_color img{
	width:150px;
	height:30px;
}
.color_circle_1{
	position: absolute;
	top: 548px;
    left: 200px;
    width:100px;
	height:100px;
	border-radius: 50%;
	background-color: #e93968;
}
.color_circle_2{
	position: absolute;
	top: 548px;
    left: 200px;
    width:100px;
	height:50px;
    overflow: hidden;
}
#circle_inside_1{
	position: absolute;
	top:0px;
	left:0px;
	 width:100px;
	height:100px;
	border-radius: 50%;
	background-color: #3D2683;
}