/* temp styles for testing to be put into stylesheet.css for each site when finished */
/*
#video-container .video-social {
  float: left;
  margin-left: 15px;
  width: auto;
  padding:0;
}

#video-container .video {
  float: left;
  margin-left: 15px;
  width: 60%;
  padding:0;
}

#video-container .video-social .video-file, #video-container .video .video-file {
  height:730px;
  width:90%;
  text-align:left;
}

#video-container .video .video-file {
  height:600px;
  transform: translateY(130px);
}

#video-title, #photo-title, #cert-title, #share-title, #video-title-phone, #social-video-title-phone {
  font-size: 32px;
  color: #fff;
  padding: 20px;
  position: relative;
  float: left;
  height: 35px;
  width: 100%;
  z-index: 5;
  margin-top: 10px;
  display:block;
}

#video-title-phone, #social-video-title-phone {
  display:none;
}

#social-links {
  margin-top: 50px;
  text-align:center;
}

#social-links .social-link {
  padding:10px;
  cursor:pointer;
}

#social-links #sharing-download {
  text-decoration: none;
  color: #fff;
}

#downloading-social {
  height: 35px;
  width: 100%;
  text-align: center;
}

.reveal-me {
  opacity:1;
  transition: opacity 1.0s ease-out;  
}

.conceal-me {
  opacity: 0;
  transition: opacity 1.0s ease-out;  
}

@media (max-width: 1400px) {
  
  #video-container .video {
      width: 95%;
  } 
  
  #video-container .video-social .video-file {
    height: 650px;
  } 
  #video-container .video .video-file {
   height:460px; 
   transform: translateY(0);
  }
  
  #video-title-phone, #social-video-title-phone {
    display:block;
  }
  
  #video-title {
    display:none;
  }
}

@media (max-width: 768px) {
  
  #video-container .video-social, #video-container .video {
      width: auto;
  }
  
  #video-container .video .video-file {
   height:275px; 
  }
}
*/
/**************************************************************************************/




#bg-loader {
  	height: 100%;
  	width: 100%;
	  /* background-repeat: no-repeat;
  	background-image: url(/inc/images/exco-logo.png); */
  	position: absolute;
  	background-color:#fff;
  	background-attachment: fixed;
  	background-position: center 200; 
  	background-size: 300px 70px;
  	z-index: 10;
  	opacity:1.0;
}

#bg-loader .lds-inverted-ripple {
  margin: 250px 0 0 45%;
}

@-moz-keyframes slide {
    100% { opacity: 0; z-index:-1; }
}

@-webkit-keyframes slide {
    100% { opacity: 0; z-index:-1; }
}

@keyframes slide {
    100% { opacity:0; z-index:-1; }
}

#bg-loader.animate {
	-moz-animation: slide 1.5s forwards;
  -moz-animation-delay: 0.5s;
  -webkit-animation: slide 1.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: slide 1.5s forwards;
  animation-delay: 0.5s;
}

/* admin watermark  */
#admin-watermark {
  width: 75%;
  opacity: 0.5;
  font-size: 60px;
  margin-left: 10%;
}

/* weird mobile ui-loader */
.ui-loader {
  display:none;
}

/* throbbers */
.lds-ripple, .lds-inverted-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 50px 0 0 150px;
}
.lds-ripple div, .lds-inverted-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-inverted-ripple div {
  border: 4px solid #000;
}
.lds-ripple div:nth-child(2), .lds-inverted-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
