.itp-social-buttons-box {
  width: 100%;
  display: block;
}

.itp-social-buttons-box h4 {
    margin: 10px 0;
}

.itp-sb-left a{
	border: none;
	margin-right: 5px;
}

.itp-sb-right a, .itp-sb-center a{
	border: none;
	margin-left: 5px;
}

.itp-sbb-nl{
  border-top: none;
  border-bottom: none;
}

.itp-sbb-tl{
  border-top: thin solid #808080;
  border-bottom: none;
  padding-top: 5px;
}

.itp-sbb-bl{
  border-top: none;
  border-bottom: thin solid #808080;
  padding-bottom:5px;
}

.itp-sbb-bothl{
  border-top: thin solid #808080;
  border-bottom: thin solid #808080;
  padding-top: 5px;
  padding-bottom:5px;
}

.itp-sb-left{
	padding-top: 10px;
	text-align: left;
}

.itp-sb-right{
    text-align: right;
    padding-top: 10px;
}

.itp-sb-center{
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    padding-top: 10px;
}

.itp-sb-left-side-title {
   display: block;
	width: 10%;
	float: left;
	padding-top: 10px;
}

.itp-sb-left-side-icons {
	display: block;
	float: left;
	width: 89%;
}

.itp-sb-clear-both {
	clear: both;
}

/* gumbi */
.btnn-face {
    background: #3b5998;
    border-color: #344e86;
    color: #fff;
    width: 40px;
    padding: 0;
}
.btnn-goog {
    background: #d34836;
    border-color: #c43d2b;
    color: #fff;
    width: 40px;
    padding: 0;
}
.btnn-twit {
    background: #4099ff;
    border-color: #268bff;
    color: #fff;
    width: 40px;
    padding: 0;
}
.btnn-wapp {
    background: #139d35;
    border-color: #10862d;
    color: #fff;
    width: 40px;
    padding: 0;
}
.btnn-mail {
    background: #999;
    border-color: #8c8c8c;
    color: #fff;
    width: 40px;
    padding: 0;
}
.btnn-print {
    background: #1f425d;
    border-color: #8c8c8c;
    color: #fff;
    width: 40px;
    padding: 0;
}
.btnn {
    height: 40px;
    line-height: 40px;
    font-family: "Roboto";
    font-size: 13px;
    overflow: hidden;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
}
.btnn:hover {
	text-decoration: none;
	color: white;
}
.btnn:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.15);
    background: -webkit-linear-gradient(rgba(255,255,255,0.15), rgba(0,0,0,0.15));
    background: -moz-linear-gradient(rgba(255,255,255,0.15), rgba(0,0,0,0.15));
    background: -ms-linear-gradient(rgba(255,255,255,0.15), rgba(0,0,0,0.15));
    background: -o-linear-gradient(rgba(255,255,255,0.15), rgba(0,0,0,0.15));
    background: linear-gradient(rgba(255,255,255,0.15), rgba(0,0,0,0.15));
}
.btnn .fa {
    font-size: 1.6rem;
	top: 5px;
    position: relative;
}