	/*-- CSS STYLE for DGYM --*/

	body,h1,h2,h3,h4,h5,h6{font-family: 'Open Sans'}
	h1{font-size:32px;}
	h2{font-size:30px;}
	h3{font-size:20px;}
	h4{font-size:18px;}
	.dc3-text-banner{font-size:50px;}
	.dc3-texta{font-size:22px;}
	.dc3-margin-top{margin-top:65px;}
	@media screen and (max-width: 700px){
		h1{font-size:30px;}
		h2{font-size:28px;}
		h3{font-size:18px;}
		h4{font-size:16px;}
		.dc3-text-banner{font-size:30px;}
		.dc3-texta{font-size:18px;}
		.dc3-margin-top{margin-top:65px;}
	}
	@media screen and (max-width: 500px){
		h1{font-size:28px;}
		h2{font-size:26px;}
		h3{font-size:16px;}
		h3{font-size:14px;}
		.dc3-text-banner{font-size:18px;}
		.dc3-texta{font-size:14px;}
		.dc3-margin-top{margin-top:50px;}
	}

	.d3-camo{color:#fff;background-color:#373538}
	.d3-black{color:#fff;background-color:#373538}	
	
	div.d3-posfixlft{position: fixed;top:55px;left:-60px;z-index: 1;}

	div.d3-posfixrgt{position: fixed;top:55px;right:0px;	z-index: 1;}
	
	div.slide-up{height:0px;}
	div.slide-up div.inner {animation: slide-up 2s;margin-top:0%;}

	@keyframes slide-up {
		from {margin-top: 35%;} to {margin-top: 0%;}
	}

	div.slide-up2{height:0px;}
	
	div.slide-up2 div.inner2{animation: slide-up 4s;margin-top:0%;}

	@keyframes slide-up2 {
		from {margin-top: 35%;} to {margin-top: 0%;}
	}