@charset "utf-8";
/****************************************/
/* GLOBAL FONTS && FRAMEWORK FIX */
@import url('../../../../global/ms_framework.css');
/****************************************/

/* queries
@media (min-width:600px)
@media (min-width:980px)
@media (min-width:1680px)
*/

/* CSS STYLE FOR MS */
#thisMS {background:#000;}

#thisMS *,
#thisMS p,
#thisMS li{
	color:rgba(255,255,255,1);
	font-family: 'opensans_regular'
}

#thisMS h1{font-size:350%;color:#fff;font-family: 'opensans_bold';text-transform:uppercase;}
#thisMS h2{font-size:200%;color:#fff;font-family: 'opensans_regular'}
#thisMS h3{font-size:200%;color:#fff;font-family: 'opensans_bold';}
#thisMS h4{font-size:200%;color:#fff;font-family: 'opensans_regular';}
#thisMS p{font-size:150%;}

#thisMS .ms_button{background-color:#00fffc;color:#000;font-family: 'opensans_bold';font-size:150%;text-align:center;padding:1em}
#thisMS .ms_button::after {
	content: none !important;}
	
#thisMS .icons{padding:2em 0}
#thisMS .bottom_btn{padding-bottom:4em}