@CHARSET "UTF-8";
/*
.rounded{-webkit-border-radius: RADIUS;-moz-border-radius: RADIUS;}body{background:#efefef;margin-top:100px;font-family:'Audiowide',cursive;}#warning{margin:30px;}.logo{background:#e9e9e9;padding:10px;width:125px;margin:0 auto;border:solid 1px #000000;-webkit-border-radius:20px;-moz-border-radius:20px;}.warn{background:#e9e9e9;padding:10px;width:500px;margin:10px auto;border:solid 1px #000000;-webkit-border-radius:10px;-moz-border-radius:10px;text-align:center;}.hosting{font-size:20px;}.contact{font-size:14px;}#footer{font-family:'Days One', sans-serif;font-size:10px;background:#e9e9e9;padding:10px;width:90%;margin:0 auto;margin-top:200px;border:solid 1px #000000;-webkit-border-radius:10px;-moz-border-radius:10px;text-align:center;}.footer{margin:10px auto;}
*/

body {
	position: absolute;
	width: 100%;
	margin: 0;
	background-color: white;
}
.left {
	position: relative;
	float:left;
	width: 30.180%;
	padding-bottom: 73.092%;
	height:0;
}
.left .top {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 58.594%;
}
.left .middle {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 142.969%;
}
.left .bottom {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 40.625%;
}
.img.ltop {
	background-image: url(left-top.png);
}
.img.slimpig {
	background-image: url(left-slimpig.png);
	cursor: pointer;
}



.mid {
	position: relative;
	float:left;
	width: 39.287%;
	padding-bottom: 73.092%;
	height:0;
}
.mid .top {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 75.019%;
}
.mid .middle {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 37.509%;
}
.mid .bottom {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 73.218%;
}
.img {
	position: absolute;
	width:100%;
	height:100%;
	background-size: 100% 100%;	
}
.img.pluto5 {
	background-image: url(mid-pluto5.png);
	cursor: pointer;
}
.img.cheeky {
	background-image: url(mid-cheeky.png);
}
.img.tipo {
	background-image: url(mid-tipo.png);
	cursor: pointer;
}




.right {
	position: relative;
	float:left;
	width: 30.180%;
	padding-bottom: 73.092%;
	height:0;
}
.right .top {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 58.594%;
}
.right .middle {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 142.969%;
}
.right .bottom {
	position: relative;
	float:left;
	width: 100%;
	padding-bottom: 40.625%;
}
.img.rbot {
	background-image: url(right-bottom.png);
}
.img.dotdash {
	background-image: url(right-dotdash.png);
	cursor: pointer;
}



.overlay {
	position: absolute;
	z-index: 100;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height:100%;
	display:none;	
}
.overlay iframe {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 80%;
    height: 80%;
	background-color: black;
}
.overlay img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 80%;
	background-color: white;
}
