@charset "UTF-8";

html,body ,input,select,.form-control,.btn,.btn-group,.btn-submit,.footer-2-copy{font-size: 13px;color: #4b4e53;}
.btn,.btn-submit{font-size: 13px;font-weight: bold}
.btn i.far,.btn i.fas{margin-right:5px}

#main-menu .megamenu .title
{
font-size: 15px;
}



.footer2-black {background: #111111;color: rgba(255,255,255, .7);}
.logo-footer-cont {margin-bottom: 50px;text-align: center;}
.post-prev-img {margin-bottom: 15px;}
.footer-2-copy {font-size: 13px;}

.fes2-img {
  background: url(../../images/gallery/pickup01.jpg) 50% 50% no-repeat;
  
  width: 100%;
  display: block;	
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
     
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;

  background-repeat: no-repeat;
  background-position: center center;
}
.fes3-img {
  background: url(../../images/gallery/driver1.jpg) 50% 50% no-repeat;
  background-size: cover;
  
  width: 100%;
  display: block;	
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
     
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width:577px) 
{
  .dl-horizontal dt {
    width: 80px;
  }
  .dl-horizontal dd {
    margin-left: 90px;text-align: justify
  }
}

.button.small.thin{border: 1px solid #c5c2c2; text-align: center;margin:0;}
.button.small.thin:hover{border: 1px solid #0687ec;background-color: #0687ec;color:#fff}


