/*
Theme Name: Industrial
Theme URI: http://anpsthemes.com/industrial/
Description: It can be used for business and corporate sites, your portfolio site or customize it to suit your wishes. Easy to use and clean code will be a simple task to get you up and running in no time. And with our support you cannot go wrong.
Author: AnpsThemes
Author URI: http://themeforest.net/user/Anps/portfolio
Version: 1.6.2
License: ThemeForest Regular License
License URI: https://themeforest.net/licenses/terms/regular
Text Domain: industrial
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
*/



/*//////////////RRSS íconos footer////////////////*/
.social-icon a,
.social-icon:hover a{
	text-decoration: none;
	padding: 13px;
}

.social-icon {
  transition: all .125s ease-in-out;
}

@-moz-keyframes bump {
  33% {
    -moz-transform: scale(1.3);
  }
  66% {
    -moz-transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1.0);
  }
}

@-webkit-keyframes bump {
  33% {
    -webkit-transform: scale(1.3);
  }
  66% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.0);
  }
}

@keyframes bump {
  33% {
    transform: scale(1.3);
  }
  66% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.0);
  }
}

.social-icon li, ul {
  list-style: none outside none;
  display: inline-block;
  padding: 0%;
}

.social-icon i{
	font-size: 24px;
	color: #ffffff;
}

.social-icon i:hover {
  -webkit-animation: bump .25s ease-in-out;
  -moz-animation: bump .25s ease-in-out;
  animation: bump .25s ease-in-out;
  cursor:pointer;
  color: #ffffff;
  }

/*//////////////RRSS íconos header////////////////*/
.social-icon-h a,
.social-icon-h:hover a
{
    color: #1c8ece;
    text-decoration: none;
    padding: 8px;
}

.btn-i-h:hover i {
    transform: scale(1.3);
	color: #77c9f9;
}

.social-icon-h li, ul {
    list-style: none outside none;
    display: inline-block;
    padding: 0%;
}
  
.social-icon-h i{
    font-size: 15px;
    transition: 0.2s linear;
}

.social-icon-h{
    background-color: #f3f5f8;
    padding: 0px;
    border: 0px;
    margin: 0%;
	height: 30;
}