.ui-loader { display: none !important; }

.extrabold .italic{
	
}

.delayed{
	//opacity: 0;
	visibility: none;
	-webkit-animation-delay: .8s; /* Chrome, Safari, Opera */
    animation-delay: .6s;
 }

/****SVG****/
.svg_semitransp{
    opacity: .19;
  }
  
.svg_path {
  stroke-dasharray: 4250;
  stroke-dashoffset: 0;
  animation: svg_dash 1.4s ease-out 1 ;
}

@keyframes svg_dash {
  from {
    stroke-dashoffset: 4250;
  }
  to {
    stroke-dashoffset: 0;
  }
}

svg{
	max-width: 100%;
    max-height: 100%;
}
/***********/


audio {
    margin: auto;
    text-align: center;
}

body {
    background-color: black;
	font-family:'Open Sans';
}

button{
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
}


.green.carousel-indicators li{
	background-color: #9ff835;
}
.blue.carousel-indicators li{
	background-color: #00E8E8;
}
.purple.carousel-indicators li{
	background-color: #CA329A;
}
 .red.carousel-indicators li{
	background-color: #e00000;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #010001 !important;
    border: 2px solid;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    //background-color: #000\9;
    //background-color: rgb(0, 232, 232);
    border: 3px solid #010001;
    border-radius: 10px;
}
@media screen and (min-width: 768px)
.carousel-indicators {
    bottom: inherit;
}
.carousel-indicators{
	width: initial;
	left: calc(8vw + 50px);
	bottom: 53px;
	margin: 0;
}

.carousel-control {
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
    background-image: none;
  filter: none;
  background-repeat: none;
}
#global_mute_button, #global_home_button, #global_fullscreen_button{
	height: 30px;
    position: fixed;
    bottom: 50px;
    top: auto;
	display: inline;
}
#global_mute_button svg, #global_home_button svg, #global_fullscreen_button svg{   
	top: 0px;
    margin-top: 0px;
	width: 23px;
	height: 23px;
}

@media (max-width:992px) {
    #global_mute_button, #global_home_button, #global_fullscreen_button{
	height: 30px;
    position: fixed;
	top: 20px;
    bottom: auto;
	display: inline;
}
}

#global_fullscreen_button{
    right: calc(9vw + 30px);
    width: 40px;

}

.inactive{
	display: none !important;
}

.row{
	margin: 0;
}
 
.row img, .row svg{
	width:100%;
	height: auto;
	
}


.carousel-control {
   // bottom: inherit;
   // margin-top: -100px;
	//  top: inherit;
	display:none;
}

.last{
	right: 0;
    left: auto;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

#credits
{
    border-style: solid;
    border-color: white;
    border-width: 3px;
    /*font-family: "open_sansbold";*/
	font-weight: 700;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 125px;
	    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#credits a {
    color: white;
	text-decoration: none;
}

#creditsImg {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 100%;
}

.creditsContainer {
    color: white;
    /*font-family: "open_sansitalic";*/
    margin: auto;
    width: 320px;
    text-align: center;  
}
 
#container {
    margin:auto;
    width: 100%;
}

 
@media (max-width:992px) {
       
	#container.homepage {
	    margin-left:-24%;
	    margin-right:-24%;
	    width: auto;
	}
}
 
@media (min-aspect-ratio: 16/9)
{
    #container.homepage {
            margin-top:-7%;
            margin-bottom:-7%;
    }
}
 
.down {
        bottom: 50px;
        font-weight: bold;
        position: absolute;
        text-align: center;
        width: 100%;
}
@media screen and (max-height: 350px) {
	.down{bottom:4px;}
}


.up {
        font-weight: bold;
        position: absolute;
        text-align: center;
        top: 50px;
        width: 100%;
}
 
.white {
        color: #ffffff;
        stroke: #ffffff;
        fill: #ffffff;
} 
.green {
        color: #9ff835;
        stroke: #9ff835;
        fill: #9ff835;
}
.blue {
        color: #00E8E8;
		stroke: #00E8E8;
		fill: #00E8E8;
}
.purple {
        color: #CA329A;
        stroke: #CA329A;
        fill: #CA329A;
}
.red {
        color: #e00000;
        stroke:#e00000;
        fill:#e00000;
}


polyline{
	stroke-width:4;
	transition: stroke-width .5s;
}


#imageContainer {
    width: 100%;
}
 
.margin {
        margin-top: -20%;
}

.fullpage{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    z-index: 10000;
	text-align: center;
    color: white;
    font-size: large;
	display:none;
}

.fullpage p{
	margin: 25px;
    margin-top: 48vh;
}

@media (max-aspect-ratio: 4/5){
	.fullpage{
		display:block;
	}
}

button.close{
	padding: 25px;
    color: white;
	opacity: 1;
}
.close:focus, .close:hover{
	color:white;
	opacity: .6;
}

 
#logo{
        width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -3%;
    margin-bottom: -3%;
}

.vjs-default-skin.vjs-paused .vjs-big-play-button {
    display: block;
}
.vjs-default-skin.vjs-ended .vjs-big-play-button {
    display: none;
}


.vjs-default-skin .vjs-big-play-button {
	position:fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 3em;
    display: block;
    z-index: 2;
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
    background-color: #ffffff;
    /* background-color: rgba(7, 20, 30, 0.7); */
    border: 0.1em solid #ffffff;
     -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	
	color: #000000;
}

.vjs-default-skin .vjs-big-play-button:focus, .vjs-default-skin .vjs-big-play-button:hover{
    
    background-color: black;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	color: white;
}


.vjs-default-skin .vjs-big-play-button:before {
    content: "\e001";
    font-family: VideoJS;
    line-height: 1.9em;
    text-shadow: none;
    text-align: center;
    position: relative;
    left: 0.09em;
    width: 100%;
    height: 100%;
}

/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-Light.woff2") format("woff2"), url("./font/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
/* END Light */
/* BEGIN Light Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-LightItalic.woff2") format("woff2"), url("./font/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
/* END Light Italic */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-Regular.woff2") format("woff2"), url("./font/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-Italic.woff2") format("woff2"), url("./font/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
/* END Italic */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-Semibold.woff2") format("woff2"), url("./font/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
/* END Semibold */
/* BEGIN Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-SemiboldItalic.woff2") format("woff2"), url("./font/OpenSans-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }
/* END Semibold Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-Bold.woff2") format("woff2"), url("./font/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-BoldItalic.woff2") format("woff2"), url("./font/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
/* END Bold Italic */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-ExtraBold.woff2") format("woff2"), url("./font/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }
/* END Extrabold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("./font/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("./font/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }
/* END Extrabold Italic */
