/* -------- Home Slider Social Links Start -------*/

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
  text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}

.socialCircle-item {
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  color: #000;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: #ccc;
}

.socialCircle-item .svg-inline--fa.fa-w-16 {
    width: 16px;
}

.socialCircle-item .svg-inline--fa.fa-w-9{
  width:9px;
}

.socialCircle-item .svg-inline--fa.fa-w-14{
  width: 16px;
}

.socialCircle-item .svg-inline--fa.fa-w-18{
    width: 16px;
}

.socialCircle-container {
  position: relative;
  width: 25px;
}

.socialCircle-center {
  width: 50px;
  height: 50px;
  background: #e96c24;
  position: absolute;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
    font-size: 30px;
}

.socialCircle-center .svg-inline--fa.fa-w-14{
  width: 20px;
}

.socialCircle-center.svg-inline--fa.fa-w-14{
  line-height: 65px !important;
}

.svg-inline--fa.fa-w-16 {
    width: 18px;
}

/* -------- Home Slider Social Links Finish -------*/