/** grid
  * -----------------------------------------*/
    body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
    .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
    .column, .columns { width: auto !important; float: none;  }
    .column:last-child, .columns:last-child { float: none; }
    [class*="column"] + [class*="column"]:last-child { float: none; }
    .column:before, .columns:before, .column:after, .columns:after { content:""; display:table; }
    .column:after, .columns:after { clear: both; }

/** section
  * -----------------------------------------*/
	.section-box{
		padding-bottom:218px;
	}

	#section-home .section-content{
		padding-bottom:182px;
	}

/** footer
  * -----------------------------------------*/
	#footer{
		height:166px;
		background-position:center bottom;
	}
	
	#footer-left,
	#footer-right{
		width:50%;
		height:86px;
	}
	
	#footer-center{
		width:100%;
	}
	
/** player
  * -----------------------------------------*/
	#player{
		visibility:hidden;
	}