@font-face {
    font-family: 'EdmondSansMedium';
    src: url('../font/edmondsans-medium-webfont.eot');
    src: url('../font/edmondsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/edmondsans-medium-webfont.woff') format('woff'),
         url('../font/edmondsans-medium-webfont.ttf') format('truetype'),
         url('../font/edmondsans-medium-webfont.svg#EdmondsansMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EdmondSansRegular';
    src: url('../font/edmondsans-regular-webfont.eot');
    src: url('../font/edmondsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/edmondsans-regular-webfont.woff') format('woff'),
         url('../font/edmondsans-regular-webfont.ttf') format('truetype'),
         url('../font/edmondsans-regular-webfont.svg#EdmondsansRegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background: #81a0b2;
	margin: 0px;
	padding: 0px;
    font-family: 'EdmondSansRegular';
	color: white;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

a,
a:visited
{
	color: white;
	text-decoration: none;
}

#container{
	min-height: 100%;
    position: relative;
}

#top{
	width: 100%;
	height: 50px;
	position: relative;
	top: 0px;
	background: #33424b;
	font-size: 11pt;
	color: #81a0b2;
	line-height: 50px;
	min-width: 800px;
}

#desc{
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

#about{
	float: right;
	color: white;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

#about_ct{
	position: absolute;
	top: 2px;
	margin-left: 72px;
}

#about_ct a,
#about_ct a:visited{
	color: white;
	text-decoration: none;
}

.about{
	float: right;
	padding-right: 5px;
	height: 40px;
	margin-top: -50px;
	opacity: 0;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

#top #logo{
	color: white;
	font-family: 'EdmondSansMedium';
	font-size: 14pt;
	cursor: pointer;
}

#head{
	width: 750px;
	margin: 0 auto;
}

.twitter-share-button{
	margin: 0 0 -5px 20px;
}

#content{
	width: 800px;
	margin: 20px auto 0 auto;
	height: 600px;
}

#hello{
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	text-align: center;
	color: #33424b;
	-webkit-transition: top .6s cubic-bezier(0,1,1,1), opacity .2s ease-out;
	-moz-transition: top .6s cubic-bezier(0,1,1,1), opacity .2s ease-out;
	-o-transition: top .6s cubic-bezier(0,1,1,1), opacity .2s ease-out;
	-ms-transition: top .6s cubic-bezier(0,1,1,1), opacity .2s ease-out;
	transition: top .6s cubic-bezier(0,1,1,1), opacity .2s ease-out;
	z-index: -1;
}

#schema{
	width: 300px;
	height: 150px;
	margin: 10px auto;
	color: white;
	font-size: 13px;
	text-align: center;
}


iframe{
	border: none;
	overflow: hidden;
	margin: 0;
	-webkit-transition: opacity .2s ease-out, margin-top .1s ease-out;

}

#bottom{
	position: absolute;
	background: #33424b;
	width: 100%;
	bottom: 0px;
	top: 320px;
	-webkit-transition: top .4s cubic-bezier(0,1,1,1);
	-moz-transition: top .4s cubic-bezier(0,1,1,1);
	-o-transition: top .4s cubic-bezier(0,1,1,1);
	-ms-transition: top .4s cubic-bezier(0,1,1,1);
	transition: top .4s cubic-bezier(0,1,1,1);
}
#content_bt{
	width: 100%;
	height: 440px;
	background: #33424b;
}
#content_bt a{
	float: left;
	margin: 20px;
}
#bottom p{
	cursor: pointer;
	margin: 0 auto;
	width: 800px;
}

.thumb{
	background: url('../img/play_h.png') no-repeat;
	background-position: 50% 50%;
}
.soon{	
	background: url('../img/soon.png') no-repeat;
	background-position: 50% 80%;
}
.thumb img{
	-webkit-transition: opacity .5s ease-out;
}

.thumb:hover img{
	opacity: .3;
}

#loaderanim {
	background-color: rgba(0,0,0,0);
	border:5px solid #33424b;
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	width:30px;
	height:30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 250px;
	z-index: -1;
	-webkit-animation:loaderotate 2s infinite linear;
	
	opacity: 0;
}

@-webkit-keyframes loaderotate {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}

.copy{
	text-align: center;
	clear: both;
	padding-top: 40px;
	font-style: italic;
	-webkit-font-smoothing: antialiased;
	color: #81A0B2;
}