/*
Theme Name: yamo
Theme URI: http://www.beesoft.it/
Author: <a href="hhttp://www.beesoft.it">BeeSoft</a>
Version: 1.0
*/
*{
	margin: 0px;
	padding: 0px;
}
html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
a img{
	border: none;
	text-decoration: none;
}
.relative{
	position: relative;
}
._table{
	width: 100%;
	height: 100%;
	display: table;
}
._cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.no_padding{
	padding: 0px;
}
.no_margin{
	margin: 0px;
}
a, a:hover{
	color: inherit;
	text-decoration: inherit;
}
a:hover, a:visited, a:link, a:active{
	color: inherit;    
	text-decoration: none;
}
#maincontainer{
	width: 100%;
	height:100%;
	position: relative;
}
#logo{
	position: absolute;
	width: 300px;
	height: 300px;
	left: 50%;
	margin-left: -150px;
	top:50%;
	margin-top: -150px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	display: block !important;
}
#logo.start{
	width: 100%;
	height: 100%;
	left: 0%;
	margin-left: 0px;
	top: 0%;
	margin-top: 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 999;
}
.square{
	font-family: font-family: 'RealHeadPro-Bold', sans-serif !important;
	width: 150px;
	height: 150px;
	position: absolute;
	text-align: center;
	font-weight: 900;
	color: #fff;
	font-size: 110px;
	line-height: 1.4;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
}
.square span{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.square span:hover{
	cursor: move;
}
#logo.start .square{
	width: 50%;
	height: 50%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.one{
	left: 0px;
	top; 0px;
	background: #7E63A7;
}
.two{
	right: 0px;
	top: 0px;
	background: #FCC32E;
}
.three{
	left: 0px;
	bottom: 0px;
	background: #76BF91;
}
.four{
	right: 0px;
	bottom: 0px;
	background: #A2D7E4;
}
.one span{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-top: -100%;
}
.two span{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-left: -100%;
}
.three span{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-left: -100%;
}
.four span{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-top: -100%;
}
.square span.move{
	margin: 0px !important;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
header{
	font-family: 'decimamonoroundregular', sans-serif  !important;
	width: 100%;
	display: block;
	padding: 20px 40px;
	text-align: left;
	color: #7E63A7;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	left: 0px;
	top:0px;
	right: 0px;
}
footer{
	font-family: 'decimamonoroundregular', sans-serif  !important;
	width: 100%;
	display: block;
	padding: 20px 40px;
	text-align: left;
	color: #7E63A7;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	left: 0px;
	bottom:0px;
	right: 0px;
}