/*
* @package Trego
* @copyright (C) 2014 by mojoomla.com - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author mojoomla.com <sales@mojoomla.com>
*/ 
 @media only screen and (min-width: 1025px) and (max-height: 800px) {div.social-icons {
position: static;margin-left: 30px;}
}
/* 768px <= width < 1024px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {div.social-icons {
display: none;}
}
/* 1024px < width */
@media only screen and (min-width: 1025px) {div.social-icons {
left: 30px;}
}
