html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.bodystyle{
	zoom: 1;
	overflow: hidden;
	height: 100%;
	font-size: 100%;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}


.wrapper_c{
	height: 100%; 
	width:100%;
	position: relative;
	touch-action: none;
	top: 5px;
}

.section_bg{
	display:block;
	z-index: 0;
	height:100%;
	width:100%;
}

.menudown{
	display: block;
}

.menudown img{
	left: 50%;
}

.comtrainer{
	z-index: 0;
	display: none;
	position: absolute;
	top:0;
}
