
.fa {
  padding: 5px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 10%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa-facebook:hover {
background: #3B5998;
color: white;
}
.fa:hover {
    opacity: 0.9;
}

.fa-facebook {
  background: #000000;
  color: white;
}

.fa-twitter {
  background: #000000;
  color: white;
}
.fa-twitter:hover {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #000000;
  color: white;
}
.fa-google:hover {
  background: #dd4b39;
  color: white;
}

.fa-instagram {
  background: #000000;
  color: white;
}
.fa-instagram:hover {
  background: red;
  color: white;
}


.fa-skype:hover {
background: #000000;
color: white !important;
}
.fa:hover {
    opacity: 0.9;
}

.fa-skype {
  background: #00aff0;
  color: white !important;
}

.fa-youtube {
  background: #bb0000;
  color: white !important;
}
.fa-youtube:hover {
  background: #000000;
  color: white !important;
}

.fa-dribbble {
  background: #ea4c89;
  color: white !important;
}
.fa-dribbble:hover {
  background: #000000;
  color: white !important;
}

.fa-linkedin {
  background: #007bb5;
  color: white !important;
}
.fa-linkedin:hover {
  background: #000000;
  color: white !important;
}

.fa-pinterest {
  background: #cb2027;
  color: white !important;
}
.fa-pinterest:hover {
  background: #000000;
  color: white !important;
}


.hislider
{
  max-width:100%;  
  max-height:550px;
  height:100%; 
  margin: 0 auto;
}



/* ******************************************************************************** */

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

#social {
  
  text-align: center;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
      border-color: #e64522;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
      border-color: #0094BC;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
      border-color: #cb2027;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
      border-color: #3a5876;
}

/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
      border-color: #e88845;
}

