@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:#00091f;box-shadow: none;}

#thisMS *,
#thisMS p,
#thisMS li,
#thisMS a{
	color:rgba(255,255,255,1);
	font-family: 'opensans_regular';
}

#thisMS h1{color:#00247b;text-transform: uppercase;font-size:250%;text-align:center;padding:.5em;margin:0;font-family:'XoloniumBold';font-weight: 400;background:rgba(238,238,238,0.50);}
#thisMS h1 span{display:block;color:#00247b;font-size:75%;text-shadow:none;font-family:opensans_bold}

#thisMS hr{border-color:#555;}

#thisMS p.h1{color:#656565;font-size:130%;font-family: 'XoloniumBold';font-weight: 400;}
#thisMS p.h2{color:#656565;font-size:250%;font-family: 'opensans_bold';font-weight: 400;text-transform: uppercase;text-align:center;margin-top:1em;}
#thisMS p a{color:#656565;text-decoration: underline;}
#thisMS p.h3{color:#656565;font-weight: 400;font-size:130%;}
#thisMS p.h3 a{color:#656565;font-weight: 400;}
#thisMS p.h4{color:#fff;font-weight: 400;font-size:130%;font-family:opensans_bold;margin-top:10%;}
#thisMS .mat0{margin-top:0 !important;}

#thisMS .wallpaper-download{position: absolute;left:0;margin:.2em;right:0;top:0;bottom:0;background:rgba(0,0,0,.8)}
#thisMS .wallpaper-download .row{margin:1em;}
#thisMS .ms_button{background-color:#00247B;font-family:'opensans_bold';font-weight: 400;font-size:130%;display:block;}
#thisMS .ms_button:after{display:none;}

#thisMS .wallpaper-thm{cursor: pointer;}


/*
#thisMS p.justy{text-align:justify;}

#thisMS .wallpaper-overview a{display:block;margin:.5em;border:2px solid #fff;transition:all 0.3s;}
#thisMS .wallpaper-overview a:hover{border:2px solid red;}
#thisMS .wallpaper-overview .main-img img{border:2px solid #fff;display:block;margin-top:5px;}
#thisMS .wallpaper-overview .main-img .row{padding:0 5em;}
#thisMS .wallpaper-overview .main-img .row a img{border:none;margin:0;}
#thisMS .wallpaper-overview .main-img .row a{padding:0;}
*/



@media (min-width: 980px) {		
  #thisMS h1{font-size:220%;}
}

@media (min-width: 1680px) {
  #thisMS h1{font-size:350%;}
}