.social-f {
    position: fixed;
    top: 200px;
    z-index: 99;
     width: 60px; 
}

    .social-f ul {
        padding: 0px;
        -webkit-transform: translate(-270px, 0);
        -moz-transform: translate(-270px, 0);
        -ms-transform: translate(-270px, 0);
        -o-transform: translate(-270px, 0);
        transform: translate(-245px, 0);
    }

        .social-f ul li {
            display: block;
            margin: 5px;
            background: rgba(0, 0, 0, 0.7);
            width: 300px;
            text-align: right;
            padding: 10px;
            -webkit-border-radius: 0 30px 30px 0;
            -moz-border-radius: 0 30px 30px 0;
            border-radius: 0 30px 30px 0;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

            .social-f ul li:hover {
                -webkit-transform: translate(110px, 0);
                -moz-transform: translate(110px, 0);
                -ms-transform: translate(110px, 0);
                -o-transform: translate(110px, 0);
                transform: translate(100px, 0);
                background: rgba(0, 0, 0, 0.7);
            }

                .social-f ul li a,.social-f ul li:hover a {
                    color: #fff;
                    text-decoration:none;
                }

                .social-f ul li:hover i {
                    color: #282828;
                    background: #fff;
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    -o-transform: rotate(360deg);
                    transform: rotate(360deg);
                    -webkit-transition: all 1s;
                    -moz-transition: all 1s;
                    -ms-transition: all 1s;
                    -o-transition: all 1s;
                    transition: all 1s;
                }

            .social-f ul li i {
                margin-left: 10px;
                /* color: #000; */
                background: #fff;
                /* padding: 20px; */
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: 40px;
                height: 40px;
                font-size: 24px;
                background: #ffffff;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                line-height: 40px;
                text-align: center;
                vertical-align: middle;
            }

                .social-f ul li i.fa-facebook {
                    color: #3b5998;
                }


                .social-f ul li i.fa-instagram {
                    color: #c08d64;
                }

                .social-f ul li i.fa-twitter {
                    color: #c4302b;
                }
				
				
				

                .social-f ul li i.fa-linkedin {
                    color: #25D366;
                }
				
				 .social-f ul li i.fa-youtube {
                    color: #f80000;
                }
				
				
				

            .social-f ul li.facebook {
                background: #3b5998;
            }

            .social-f ul li.instagram {
                background:#e71b7a;
            }

            .social-f ul li.twitter {
                background: #1c9dec;
            }

            .social-f ul li.linkedin {
                background: #0271ae;
            }
			
			.social-f ul li.youtube {
                background: #f80000;
            }




            .social-f ul li.facebook:hover {
                background: #3b5998;
            }

            .social-f ul li.instagram:hover {
                background: #e71b7a;
            }

            .social-f ul li.twitter:hover {
                background: #1c9dec;
            }

            .social-f ul li.linkedin:hover {
                background: #0271ae;
            }
			
			 .social-f ul li.youtube:hover {
                background:#f80000;
            }



  /*          .fa-instagram {
  display: inline-block;
  width: 250px;
  height: 250px;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 220px;
  line-height: 250px;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}







*/



.contact-fixed {
    max-width: 230px;
    position: fixed;
    bottom: 25px;
    right: 85px;
    z-index: 99;
}

    .contact-fixed .child-contact {
        background: #fff;
        padding: 10px 5px 10px;
        position: relative;
        width: 100%;
        margin-top: 40px;
        border-radius: 6px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

.contact-heading {
    margin: -30px auto;
    padding: 5px 15px;
    background: #da2021;
    margin-bottom: 5px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 130px;
    /* margin: 0 auto; */
    font-size: 16px;
}

.contact-fixed a {
    font-size: 15px;
    font-weight: 600;
}

.call-us-fixed {
    text-align: center;
}


.social-mobile
{ 
display:none;
}



/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.6rem;
	line-height: 2.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 2.6rem;
	margin: -1.3rem;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}





.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
.tumblr span {
	background-color: #34526f;
}
.instagram span {
	background-color: #517fa4;
}
.youtube span {
	background-color: #bb0000;
}
.pinterest span {
	background-color: #cb2027;
}



.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .fa-tumblr {
	color: #34526f;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button .fa-instagram {
	color: #E91E63;
}
.icon-button .fa-youtube {
	color: #bb0000;
}
.icon-button .fa-pinterest {
	color: #cb2027;
}




.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .fa-tumblr,
.icon-button:hover .fa-instagram,
.icon-button:hover .fa-youtube,
.icon-button:hover .fa-pinterest {
	color: white;
}

@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 30px;
    height: 3rem;
    line-height:3rem;
    width: 3rem;
  }

  .icon-button:hover span {
    width: 3rem;
    height:3rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  .icon-button i {
	  height: 3rem;
	  line-height: 3rem;
	  width: 3rem;
  }
/*  .pinterest {
   display: block; 
  }*/

}



@media only screen and (max-width: 992px) and (min-width: 320px) {

    .invisible2 p a {
        display: none;
    }

    .invisible2 p {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px) 
{.social-f
{
display:none;
}


.social-mobile
{
float: left;
    background: #343a40;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px 0px 5px 0px;
}


} 