/* CSS Document */

.main { padding-top: 0px; }

.player-tools { background-color: #333; position: relative; }
.button-container { opacity: 0.8; background-color: #FFF; border-radius: 25px 0px 0px 25px; position: absolute; right: 0px; bottom: 0px;}
.player-tools button { border: none; background-color: #555; color:#28AAE0; width: 40px; height: 40px;
; margin: 5px 5px; font-size: 180%; text-decoration: none; display: block; padding: 0px 0px;
/*top left / top right /bottom right / bottom left */
-moz-border-radius: 9999px; 
-webkit-border-radius: 9999px;
border-radius: 9999px; }

.player-tools button:hover { opacity: 1; background-color: #28AAE0; color: #333; }


.responsive-player { position: relative; height: 0; overflow: hidden; }
 
/* 16x9 Aspect Ratio */
.responsive-player-16x9 {
  padding-bottom: 56.25%; border: hidden;
}
 
/* 4x3 Aspect Ratio */
.responsive-player-4x3 {
  padding-bottom: 75%;
}
 
.responsive-player iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
} 

/* END */

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
/*::-webkit-scrollbar-thumb {
    background: #FF0000;
}*/

body{
  background:#fff;
  
}

#carousel_wrapper{
  max-width:100%;
  height: 160px;
  padding:30px 5px 30px 5px;
  position:relative;
  background-color: #333;
  overflow: scroll;
  overflow-x: hidden;
   
}

button:focus {outline:0 !important;}

.left-controls{
  
  position:absolute;
  top:0;
  left:0;
  width:4%; 
  margin-top: 30px;
  height:168px;
  z-index:1000;
  cursor:pointer;
  text-align:center;
  webkit justify content: center;
  justify-content:center;
  display: webkit box;
  display: webkit flex;
  display: moz box;
  display:ms flexbox;
  display:flex;
  color:#111;
  background: url(img/carousel_buttons_left.png) no-repeat 0 0;
  background-size: 35px;
  background-position: 3px 77px;
  opacity:0.8;

}

.fa-chevron-left-extra
{
  align-self:center;
  position:relative;
  height:auto;
  top:0px;
  transform-origin: 55% 50%;
  font-style:normal;
  font-weight:400;
  line-height:1;
  font-variant:normal;
  text-transform:none;
  font-size:2.5vw;
  transition:transform .1s ease-out 0s;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  color:blue;
  opacity:1;

}


.right-controls 
{
  position:absolute;
  top:0;
  right:0;
  width:4%;
  margin-top: 30px;
  height:168px;
  z-index:40;
  background:#fff;
  opacity:1;
  cursor:pointer;
  text-align:center;
  webkit justify content: center;
  justify-content:center;
  display: webkit box;
  display: webkit flex;
  display: moz box;
  display:ms flexbox;
  display:flex;
  color:#fff;
  background: url(img/carousel_buttons_right.png) no-repeat 0 0;
  background-size: 35px;
  background-position: 3px 77px;
  opacity:0.8;

}

.fa-chevron-right-extra
{
  align-self:center;
  position:relative;
  height:auto;
  top: 0px;
  transform-origin: 55% 50%;
  font-style:normal;
  font-weight:400;
  line-height:1;
  font-variant:normal;
  text-transform:none;
  font-size:2.5vw;
  transition:transform .1s ease-out 0s;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  color:blue;
  opacity:.1;

}

.title
{
  color:#FFF;
  font-size: 14px;
  height: 24px;
  background-color: #111;
  padding-left: 7px;

}

.module-section
{
  max-width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  
}

#carousel_wrapper ul 
{
width: 100%;
list-style-type: none;
padding:0 0 0 0;

}
	
#content
{
position: relative;

}


/*
.arrow-guides, .arrow-guides:hover{

font-size:29px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
float:left;
position:relative;
top:80px;
left:-10px;
padding: 10px 5px 5px 2px;
background:#999;
color:#fff;
}

.arrow-guides-right, .arrow-guides-right:hover{

font-size:29px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
float:right;
position:relative;
bottom:185px;
right:-40px;
padding: 10px 2px 5px 5px;
background:#999;
color:#fff;
}


*/



.card{
  background-color: #0CF;	
  width: 228px;
  height:143px;
  background:#fff;
  float:left;
  margin-right:10px;
  margin-bottom:50px;
  cursor:pointer;
  transform: scale(1);
  visibility:visible;
  -moz-box-shadow: 0px 6px 10px 0px #676767;
  -webkit-box-shadow: 0px 6px 10px 0px #676767;
  box-shadow: 0px 6px 10px 0px #676767;
  
}

.card:hover{
  cursor:pointer;
  transform: scale(1);
  visibility:visible;
  transition: all .2s ease-in-out;
  transform: scale(1.1); 
  z-index:100;
  position:relative;
  transition-timing-function:cubic-bezier(0.5, 0, 0.1, 1);
  transition-duration:400ms;
 
  
}

/*
.inside-top{
  width:228px;
  height:30px;
  background:#777;
  position:absolute;
  top:0;
  left:0;
  z-index:100;
}
*/


.clearfix {
  overflow: auto;
  zoom: 1;
}

.carousel-text {
	font-size: 10px;
	font-weight: 400;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
	position: absolute;
	width: 228px;
	height: 23px;
	top: 58px;
		
	}

.carousel-text-no-opacity p{ color: rgba(255, 255, 255, 0.9); 
	font-size: 12px;
	font-weight: 600;
		
	}

#carousel-1 {}
#carousel-2 {}
#carousel-3 {}
#carousel-4 {}
#carousel-5 {}
#carousel-6 {}
#carousel-7 {}




#controls h1 { font-size: 2rem; }
#controls h2 { font-size: 1.5rem; }
#controls p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

#controls h1, h2, h3, p {
  margin: 1rem;
}

#controls p.caption {
  font-size: 0.7rem;
  margin-bottom: 0;
  margin-top: 0;
}




#controls {
  right: 0px;
  left: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eee;
  margin: auto;
  height: 4em;
}

#controls > * {
  margin: 8px;
  cursor: pointer;
  opacity: 0.5;
  }

#controls *:hover {
  opacity: 1;
  }


#toggleplay {
  float: left;
  background: url('/img/ic_pause_black_24dp.svg');
  width: 24px;
  height: 24px;
}

#toggleplay .paused {
  background: url('img/ic_play_arrow_black_24dp.svg');
}

#time {
  float: left;
  height: 19px;
  padding-top: 5px;
}

#togglemute {
  float: right;
  background: url('img/ic_volume_up_black_24dp.svg');
  width: 24px;
  height: 24px;
}

#togglemute.muted {
  background: url('img/ic_volume_off_black_24dp.svg');
}

#volumerange {
  float: right;
  width: 100px;
  height: 24px;
}

#buttons-360 {
	  right: 0px;
  left: 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eee;
  margin: auto;
  height: 4em;
	}

/* MOBILE */
/*@media screen and (max-width: 700px) {
  iframe {
    width: 100%;
    height: 240px;
  }
}
/* DESKTOP */
/*@media screen and (min-width: 700px) {
  iframe {
    height: 400px;
    width: 700px;
  }

  h1, h2, p {
    width: 700px;
    margin: 1rem auto;
  }

  #controls {
    width: 700px;
  }
}

*/

@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
.button-container { display: none;}
}
	
	
@media only screen and ( max-width: 767px) {
.button-container { display: none;}
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 
.button-container { display: none;}
}
