  *{margin:0;padding:0;text-decoration:none;outline:none;line-height:25px}
        fieldset,img{border:0;outline:none}
        li{list-style:none}
        input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
        h1,h2,h3,h4,h5,h6{font-size: 15px; outline:none;border:0;margin:0;padding:0;font-weight:bold}
        h1{font-size:28px; color: #333;line-height:1.5;}
        h2{font-size:25px; }
        h3{font-size:20px; }
        h4{font-size:16px; }
        body{
          font: 16px roboto, arial, sans-serif;
          color:#333;
        }
        .m{margin:0 auto;max-width: 1170px}
        .header{background: #060915}
        .clr{clear:both}
        .items{padding:20px 0px; white-space: nowrap;}
        .item{width:100%;margin-bottom:20px;position:relative}
        .item .col{
          width:25%;
          display:inline-block;
          white-space: normal;
          text-align:center;
        vertical-align: middle;
        }
        .item .bor{border: 1px solid #f2f2f2;border-radius:15px;padding:20px 10px; margin:0px 10px; box-shadow: 0px 0px  3px  #f1f1f1;
          position:relative;
        }
              
        .stars{color:#F9CA24}
        .visit{background: #F9CA24; color:#333}
        .ms, .visit{padding:10px 10px; border:1px solid #ddd; border-radius:20px; vertical-align: middle;}
        .ms{display:inline}
        .ms i{margin:5px;}
        .top{position:absolute;top:-10px; left:20px;display:block;padding:8px 8px;background:#2e2d29;color:#fff;border-radius:5px}
        .top-1{background:#6AB04C}
		.top-2{background:#2f7ec2}
		.top-3{background:#f94324}
        .info a{color:#333}
        p{line-height:27px; margin:10px 0px}
        ol{
          list-style: decimal;
        }
        
         ul{
          list-style: decimal;
        }
        
        ol li{
          list-style: auto;
          margin-left:20px;
          line-height:27px;
        }
        
        ul li{
              list-style: circle;
           margin-left:20px;
          line-height:27px;
        }
        .container{
          padding:10px;
        }
        .footer{
          text-align:center
        }
        
        .contact{
          background:#060915;
          color:#f2f2f2;
          font-size:13px;
          padding:25px 10px;
        }
        
        .contact a{
          color:#f2f2f2;
        }
 
@media screen and (max-width: 980px)
{
   .item .col{
   width:100%;
     display:block;
     float:none;
     margin:25px 0px;
  }
}