.carousel-caption {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  /* display: none;  remove comment to hide captions */
}
.carousel-control {
  text-shadow: 0;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
}
.carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%) !important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img
{
}

/*.carousel {*/
/*    z-index: -9999999;*/
/*}*/

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin: 0px 0px;
}

.carousel {
    z-index: -999999;
}

.socialicons {
    position: absolute;
    right: 0px;
    top: 20px;
}

.socialicons img{
	float:left;
	margin:0px 0px 0px 10px;
}


.social-menu ul{
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
}

.social-menu ul li{
    list-style: none;
    margin: 0 5px;
}

.social-menu ul li .fab{
font-size: 25px;
    /* line-height: 60px; */
    transition: .3s;
    color: #069d4c;
    padding: 6px;
}

.social-menu ul li .fab:hover{
    color: #fff;
}

.social-menu ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
	border:solid 1px #069d4c;
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
    background-color: #069d4c;
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #069d4c;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #069d4c;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #069d4c;
}

