@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:#fff;}
#thisMS .glyphicon{font-family: "Glyphicon";}

#thisMS *,
#thisMS h3,
#thisMS h4,
#thisMS h5,
#thisMS li{
	color:rgba(255,255,255,1);
	font-family: 'opensans_bold';
}

#thisMS .pstars .glyphicon{color:#ffc000;}

#thisMS p.h2{font-family: 'opensans_bold_italic';color:#021839;font-size:300%;text-align: center;}
#thisMS p.h3{font-family: 'opensans_bold_italic';color:#021839;font-size:250%;text-align: left;}
#thisMS p{font-family: 'opensans_light_italic';font-style:italic;font-size:150%;text-align:justify;color:#434343;margin:0 0 1em 0;padding:0;}

#thisMS .p{width: 100%;margin-bottom: 1em;background-color:#eeeeee;background-repeat: no-repeat;background-blend-mode: multiply;background-size: 75%;background-position: 50% 10px;padding-top:200px;}
#thisMS .p.cat{background-position: 50% 65px;padding-top:15px;}

#thisMS .ms_button{background-color:#00247B;}
#thisMS .pstars{text-align:center;font-size:150%;}
#thisMS .pname{color:#555 !important;text-align:center;font-size:130%;margin-top:.5em;}
#thisMS .pcat{color:#555 !important;text-align:center;font-size:130%;margin-bottom:10em;}
#thisMS .ms_button:after{content:"";margin-left:0;}
#thisMS .ms_button:hover{color:#00247B;background:#fff;}
#thisMS .glyphicon{font-family:"FontAwesome";color:#00247B;}
#thisMS .glyphicons-basic-50-star-empty:before{content:"\f005";}
#thisMS .glyphicons-basic-49-star:before{content:"\f005";}
#thisMS .revcount{color:#555}
#thisMS .manufacturer{display:table;width:100%;}
#thisMS .oneMan{display:table-cell;vertical-align: middle !important;text-align:center;padding-bottom:30px;padding-top:30px;}

#thisMS .reviewbanner img{max-width:none;transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;-webkit-transition:all .35s ease-in-out;display:block;width:90%;}
#thisMS .reviewbanner:hover img{width:100%}

#thisMS hr.hr1{height:5px;border:none;background: rgb(255,255,255);background: linear-gradient(98deg, rgba(255,255,255,1) 0%, rgba(172,175,180,1) 100%);margin:0 -15px 0 -15px;}
#thisMS hr.hr2{height:5px;border:none;background: rgb(172,175,180);background: linear-gradient(98deg, rgba(172,175,180,1) 0%, rgba(255,255,255,1) 100%);margin:0 -15px 0 -15px;}
#thisMS .gradright{padding:2em 0;background: rgb(255,255,255);background: linear-gradient(98deg, rgba(255,255,255,1) 0%, rgba(211,215,221,1) 75%, rgba(255,255,255,1) 100%);}
#thisMS .gradleft{padding:2em 0;background: rgb(255,255,255);background: linear-gradient(98deg, rgba(255,255,255,1) 0%, rgba(211,215,221,1) 20%, rgba(255,255,255,1) 100%);}


@media (min-width:980px){
  #thisMS .p{padding-top:150px;}
  #thisMS .pcat{margin-bottom:8em;}
}

@media (min-width:1680px){
  #thisMS .p{padding-top:250px;}
  #thisMS .pcat{margin-bottom:12em;}
}
  