body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
    background-position: center top;
}
		
.container {
	margin-left: auto;
    margin-right: auto;
	width: 1211px; 
	height: 1804px;
	background: url(images/home_bg.png) no-repeat center top transparent;
}

#btnlang{
	position:relative;
	left: 1100px;
	top: -684px;
	width: 100px;
	height:50px;
}

#whatbtnlang{
	position:relative;
	left: 1100px;
	top: -105px;
	width: 100px;
	height:50px;
}

#mainbtn{
	position:relative;
	left: 200px;
	top: 725px;
	width: 700px;
}

#hplang
{
	position:relative;
	width: 200px;
	left: 980px;
	top: 100px;
}

#mediaspace1{
	position:relative;
	width: 620px;
	left: 190px;
	top: 970px;
}

		
#btnvideo
{
	position:relative;
	width: 400px;
	left: 430px;
	top: 975px;
}

#btnsocial
{
	position:relative;
	width: 300px;
	height: 20px;
	left: 40px;
	top: 1195px;
	z-index:100;
}

#whatbtnsocial
{
	position:relative;
	width: 300px;
	height: 20px;
	left: 40px;
	top: 3445px;
	z-index:100;
}

#whybtnsocial
{
	position:relative;
	width: 300px;
	height: 20px;
	left: 40px;
	top: 2090px;
	z-index:100;
}

#howbtnsocial
{
	position:relative;
	width: 300px;
	height: 20px;
	left: 40px;
	top: 1235px;
	z-index:100;
}

#btngotop
{
	position:relative;
	text-align: center;
	top: 1160px;
}

#btncanon
{
	position:relative;
	width: 200px;
	top: -620px;
	left: 25px;
}


.whatcontainer {
	margin-left: auto;
    margin-right: auto;
	width: 1211px; 
	height: 3528px;
	background: url(images/what_bg.png) no-repeat center top transparent;
}

#whatplang
{
	position:relative;
	width: 300px;
	left: 900px;
	top: 100px;
		z-index: 50;
}

#whatbtngotop
{
	position:relative;
	text-align: center;
	top: 3460px;
	left: -70px;
}

#whatbtncanon
{
	position:relative;
	width: 200px;
	top: -40px;
	left: 20px;
}

.whycontainer {
	margin-left: auto;
    margin-right: auto;
	width: 1211px; 
	height: 2175px;
	background: url(images/why_bg.png) no-repeat center top transparent;
}

#whybtngotop
{
	position:relative;
	text-align: center;
	top: 2105px;
	left: -80px;
}

.howcontainer {
	margin-left: auto;
    margin-right: auto;
	width: 1211px; 
	height: 1321px;
	background: url(images/how_bg.png) no-repeat center top transparent;
}

#howbtngotop
{
	position:relative;
	text-align: center;
	top: 1255px;
	left: -85px;
}

/* ============================================================
  GLOBAL
============================================================ */
.effects {
  padding-left: 5px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 175px;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 35px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.langeffects {
  padding-left: 5px;
}
.langeffects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 60px;
  overflow: hidden;
}
.langeffects .img:nth-child(n) {
  margin-right: 15px;
}
.langeffects .img:first-child {
  margin-left: -15px;
}
.langeffects .img:last-child {
  margin-right: 0;
}
.langeffects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/* ============================================================
  EFFECT 2 - SLIDE IN TOP
============================================================ */
#mainbtn .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#mainbtn .overlay a.expand {
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0 auto;
}
#mainbtn .img.hover .overlay {
  height: 100%;
}

#hplang .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}

#hplang .overlay a.expand {
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0 auto;
}

#hplang .img.hover .overlay {
  height: 100%;
}

#whatplang .overlay {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}

#whatplang .overlay a.expand {
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0 auto;
}

#whatplang .img.hover .overlay {
  height: 100%;
}