/**
 * @package Atown Joomla Template !
 * @version 1.1.0
 * @author  zwebtheme.com
 * @copyright   Copyright (C) 2017 zwebtheme. All rights reserved.
 * @license zwebtheme
 */

 
/*
* ----------------------------------------------------------------------------------------
* 01.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width:768px) {
   .t3-header .module-content ul.menu{display: inline-block;text-align: center;}
  .t3-header .module-content .menu li{ float: left;}
  .t3-header .k2SearchBlock, .btn-navigation {   text-align: center;}
  .t3-pre-footer .icon-box{padding-right: 15px;}
  .t3-pre-footer .title-box{padding-left: 15px;}
  .t3-social .social_menu ul{display: inline-block;text-align: center;}
  .t3-social .social_menu ul li{float: none;line-height: 35px;}
  .footer-1 img{margin: 10px;}
}

@media only screen and (max-width:480px) {
  .t3-header .module-content ul.menu{display: inline-block;text-align: center;}
  .t3-header .module-content .menu li{ float: left;}
  .t3-header .k2SearchBlock, .btn-navigation {   text-align: center;}
  .t3-pre-footer .icon-box{padding-right: 15px;}
  .t3-pre-footer .title-box{padding-left: 15px;}
  .t3-social .social_menu ul{display: inline-block;text-align: center;}
  .t3-social .social_menu ul li{float: none;line-height: 35px;}
  .footer-1 img{margin: 10px;}
}

@media only screen and (max-width:414px) {
   .t3-header .module-content ul.menu{display: inline-block;text-align: center;}
  .t3-header .module-content .menu li{ float: left;}
  .t3-header .k2SearchBlock, .btn-navigation {   text-align: center;}
  .t3-pre-footer .icon-box{padding-right: 15px;}
  .t3-pre-footer .title-box{padding-left: 15px;}
  .t3-social .social_menu ul{display: inline-block;text-align: center;}
  .t3-social .social_menu ul li{float: none;line-height: 35px;}
  .footer-1 img{margin: 10px;}
   
}

@media only screen and (max-width:375px) {
   .t3-header .module-content ul.menu{display: inline-block;text-align: center;}
  .t3-header .module-content .menu li{ float: left;}
  .t3-header .k2SearchBlock, .btn-navigation {   text-align: center;}
  .t3-pre-footer .icon-box{padding-right: 15px;}
  .t3-pre-footer .title-box{padding-left: 15px;}
  .t3-social .social_menu ul{display: inline-block;text-align: center;}
  .t3-social .social_menu ul li{float: none;line-height: 35px;}
  .footer-1 img{margin: 10px;}
}

@media only screen and (max-width:360px) {
  .t3-header .module-content ul.menu{display: inline-block;text-align: center;}
  .t3-header .module-content .menu li{ float: left;}
  .t3-header .k2SearchBlock, .btn-navigation {   text-align: center;}
  .t3-pre-footer .icon-box{padding-right: 15px;}
  .t3-pre-footer .title-box{padding-left: 15px;}
  .t3-social .social_menu ul{display: inline-block;text-align: center;}
  .t3-social .social_menu ul li{float: none;line-height: 35px;}
  .footer-1 img{margin: 10px;}
}

@media only screen and (max-width:320px) {
  .t3-header .module-content ul.menu{display: inline-block;text-align: center;}
  .t3-header .module-content .menu li{ float: left;}
  .t3-header .k2SearchBlock, .btn-navigation {   text-align: center;}
  .t3-pre-footer .icon-box{padding-right: 15px;}
  .t3-pre-footer .title-box{padding-left: 15px;}
  .t3-social .social_menu ul{display: inline-block;text-align: center;}
  .t3-social .social_menu ul li{float: none;line-height: 35px;}
  .footer-1 img{margin: 10px;}
}








/* Medium Layout: 1280px. */
@media only screen and (min-width: 1200px) {

    
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    
    
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {}