.social:hover {
   -webkit-transform: scale(1.3);
   -moz-transform: scale(1.3);
   -o-transform: scale(1.3);
 }
 .social {
   -webkit-transform: scale(0.8);
   -moz-transform: scale(0.8);
   -o-transform: scale(0.8);
   -webkit-transition-duration: 0.5s;
   -moz-transition-duration: 0.5s;
   -o-transition-duration: 0.5s;
 }
 #social-fb:hover {color: #3B5998;}
 #social-tw:hover {color: #4099FF;}
 #social-ins:hover {color: #7742B8;}
 #social-gp:hover {color: #d34836;}
 #social-em:hover {color: #bb0000;}
 /* #social-em:hover {color: #f39c12;} */
 #social-in:hover {color: #0077B5;}
 #social-pi:hover {color: #cb2027;}
 #social-tu:hover {color: #32506d;}
 #social-yt:hover {color: #bb0000;}


 .icon-circle .fa {
    font-size: 25px;
    color: #e84700;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border:2px solid #e84700;
    line-height: 60px;
    cursor: pointer;
    -webkit-transition: all  ease-in-out 0.35s;
    -moz-transition: all  ease-in-out 0.35s;
    -o-transition: all  ease-in-out 0.35s;
    -ms-transition: all  ease-in-out 0.35s;
    transition: all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}
.icon-circle  .fa:hover {  
    background-color: #e84700;    
    color: #fff;
    border: 1px solid #e84711;
    -moz-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 5px #ffffff;
    box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-transform: scale(1.2,1.2); 
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2); 
    -o-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);  
}
.icon-circle  i:before {
    margin-left: 0px;
    font-size: 40px;
}

@media (min-width:320px) and (max-width:768px) {

 .icon-circle .fa {
    font-size: 15px;
    color: #e84700;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border:2px solid #e84700;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all  ease-in-out 0.35s;
    -moz-transition: all  ease-in-out 0.35s;
    -o-transition: all  ease-in-out 0.35s;
    -ms-transition: all  ease-in-out 0.35s;
    transition: all  ease-in-out 0.20s,background-color ease-in-out 0.05s;
}
.icon-circle  .fa:hover {
    background-color: #e84700;    
    color: #fff;
    border: 1px solid #e84711;
    -moz-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow: inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 5px #ffffff;
    box-shadow: inset 0px 0px 0px 5px #ffffff;
    -ms-transform: scale(1.2,1.2); 
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2); 
    -o-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);  
}

.icon-circle  i:before {
    margin-left: 0px;
    font-size: 20px;
}

}/* @media (min-width:320px) and (max-width:768px) */

.btn-fb,
.btn-twitt,
.btn-line {
    margin-right: 5px;
    margin-bottom: 8px;
}

.btn-twitt {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  margin-left: 3px;
   white-space: nowrap;
  display: inline-block; 
  vertical-align: top;
  zoom: 1;
   position: relative; 
  height: 25px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}
.btn-twitt:hover {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7fc6;
}
.btn-twitt:focus, .btn-twitt.focus {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7fc6;
}
.btn-fb {
  color: #fff;
  background-color: #4267b2;
  border-color: #4267b2;
  margin-left: 3px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: relative;
  height: 25px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}
.btn-fb:hover {
  color: #fff;
  background-color: #365899;
  border-color: #365899;
}
.btn-fb:focus, .btn-fb.focus {
  color: #fff;
  background-color: #365899;
  border-color: #365899;
}
.btn-line {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
  margin-left: 3px;
   white-space: nowrap;
  display: inline-block; 
  vertical-align: top;
  zoom: 1;
   position: relative; 
  height: 25px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
}
.btn-line:hover {
  color: #fff;
  background-color: #39853a;
  border-color: #39853a;
}
.btn-line:focus, .btn-line.focus {
  color: #fff;
  background-color: #39853a;
  border-color: #39853a;
}
.lineIcon {
    width: 20px;
    height: 20px;
    margin-right: 1px;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
.hoverImg figure a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hoverImg figure:hover a img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size:0.8em;
  font-weight:bold;
  z-index: 10;
}
#page-top a {
  background: #333;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height:60px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  border:2px solid #666;
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.4);
}
#page-top a:hover {
  text-decoration: none;
  background:#666;
}
#page-top a i{
  font-size:1.8em;
  margin-bottom:5px;
}


