/* ==== RESPONSIVE DENGAN MEDIA QUERIES =====*/
@media screen and (max-width: 3000px){
/* CSS styles */
}
@media screen and (max-width: 1400px){
/* CSS styles */
}
@media screen and (max-width: 1024px){
/* CSS styles */
}
@media screen and (max-width: 992px){
/* CSS styles */
}
@media screen and (max-width:880px){
/* CSS styles */
}
@media screen and (max-width:768px){
/* CSS styles */
}
@media screen and (max-width:600px){
/* CSS styles */
}
@media screen and (max-width:480px){

  /* styles Home */
  .col-md-offset-1 {
    margin-left: 5% !important;
  }
  .flexslider {
    margin: 0;
    padding: 0;
    width: 95%; 
  }
  .blog-slider .slick-dots {
    margin-right: 30% !important;
  }
  /* styles Footer */
  .footer h1 {
    text-align:center;
  }
  .nav-footer{
    text-align:center;
  }
  .nav-footer-1{
    text-align: center;
  }
  .footer-address p {
    text-align: center;
    margin-left:0%!important;
  }
  .footer h1 {
    margin: 30px 0px 15px;
  }
@media screen and (max-width:320px){
/* CSS styles */
}
@media screen and (max-width:240px){
/* CSS styles */
}