
.jumbotron {
	background-color: transparent;
}


 /* -------MISC------------*/
  /* .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  } */
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }

    /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}


/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background: radial-gradient(circle at 30% 107%, #000 0%, #000 100%);
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}


.instagram {
  /*color: transparent;*/
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  /*background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);*/
  /*background-clip: text;*/
  /*-webkit-background-clip: text;*/
}


.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
  color: white;
  background: rgb(15,126,247);
  padding: 5px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 5px;
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/
 
 #social-fb:hover {
     background: #3B5998;
 }
 #social-tw:hover {
     background: #4099FF;
 }

 #social-ig:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    /*-webkit-background-clip: text;*/
 }

#social-li:hover {
    background: #007bb6;
}

 #social-gp:hover {
     background: #d34836;
 }


 #social-em:hover {
     background: #f39c12;

 }

#social-yt:hover {
  background: #bb0000;
 }
 
#lhc_container{
  right: 10px !important;
}

/* Content */

  body {
    background-color:#000000;
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h1 {
    font-size: 20px;
    text-transform: uppercase;
    /*color: #303030;*/
    /*font-weight: 600;*/
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #777777;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 21px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 500;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }

  .bg-grey {
    background-color: #2b2b2b;
  }

  .logo-small {
    color: #4E5AFE;
    font-size: 50px;
    margin-bottom: 50px;
  }

  .logo {
    color: #4E5AFE;
    font-size: 200px;
  }
  
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
 /*   width: 100%;
    height: 100%;*/
    position: relative;
    float: center;
    width:  400px;
    height: 300px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
    margin-bottom: 10px;
  }

  .container-fluid.pad{
    padding: 60px 50px;
  }

    .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 50%;
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
/*        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;*/
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("/img/playbutton.png") no-repeat;
        cursor: pointer;
    }

    .google-maps {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;

    }
    .google-maps iframe {
        /*position: absolute;*/
        top: 0;
        left: 0;
        /*max-height: 400px;*/
        max-width: 600px;
        width: 100% !important;
        height: 100% !important;

    }

@media screen and (max-width: 480px) {
  
  h1 {
    font-size: 16px;
    text-transform: uppercase;
    /*color: #303030;*/
    /*font-weight: 600;*/
  }
  
  .icon-bar {
      display: none;
    }

    .container-fluid.pad{
    padding: 50px 20px;
  }
    .container{
    padding: 0px 0px;
  }

}

@media screen and (min-width: 480px) {
    .google-maps iframe {
      min-height: 450px;
    }

}

@media screen and (max-width: 615px) {

    .icon-bar {
      display: none;
    }
  }