body{
	background-color: #f4f6fc;
}

a{
	text-decoration: none;
	color: white;
}

a:hover{
	color: white;
}


 #information.shown {
    pointer-events: auto;
    opacity: 1; 
}

#information{
	margin: 0;
  	padding: 10px;
  	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 24px;
	background-color:#7fb4e6;
	position: fixed;
	opacity: 0;
	z-index: 1;
	overflow: scroll;
	pointer-events: none;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms; 
}

.scrollDown{
	cursor: pointer;
}


.close{
	opacity: 0.9;
}

.element{
	margin: 30px 0 20px 0;
	height: 60px;
} 
.element div{
	height: 100%;
	color: black;
	text-align: center;
	line-height: 70px;
}

.element img{
	max-width: 70px;
	max-height: 70px;
}



.main-container{
	height: 80%;
}
.central-div img{
	position: absolute;
    margin: auto;
    top: -150;
    left: 0;
    right: 0;
    bottom: 0;
	max-height: 65%;
	max-width: 65%;
}
.footer {
	position: relative;
	bottom: 10;
	width: 100%;
	height: 150px;
	/*64B5F6*/
	background-color: #7fb4e6;
	color: white;
}

.mobile{
	display: none;
}
.desktop{
	display: block;
}
.footer .container{
	margin-top: 30px;
	height: 100px;
	width: 80%;
}
.footer-element{
	margin: 40px 0 0px 0;
	height: 60px;
} 
.footer-element div{
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 70px;
}
.info {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-color:#7fb4e6;
    line-height:100px;
    text-align: center;
    font-size: 20px;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info:hover {
    opacity:1;
}

img {
    z-index:1;
}

.footer img{
	width: 70px;
	height: 70px;
}
#legal-information{
	margin-bottom: 10px;
	bottom: 0;
	position: relative;
	width: 100%;
	text-align: center;
}
#legal-information a{
	color:black;
	font-weight: 500;
}

#legal-information span{
	display:inline;
	float: right;
	position: absolute;
	right: 10;
}
#legal-information a:hover{
	color:black;
	font-weight: 900;
	text-decoration: none;
}

#legal-information #rights{
	display: none;
}


.next-content{
	text-align: center;
	font-size: 40px;
}
.next-content a{
	color: gray;
}

#videos {
	padding: 50px 0;
}

#videos a {
	color: black;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#videos h3{
	padding-left: 40px
}

#countries{
	background: #CFD8DC;
	border-radius: 5px;
}

#countries div a{
	text-align: center;
	color:gray;
	display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
}

 #videos h2 a:active{
	color:gray;
	text-decoration: none;
}
#videos h2 a:focus{
	color:gray;
	text-decoration: none;
}


.selected {
	color:#64B5F6 !important;
}




#videos a:hover {
	color: gray;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	text-decoration: none;
}

#videos a: visited {
	color:red;
} 

.demoIcon img{
	width: 100%;
	height: 100%;
	max-height: 70px;
	margin-bottom: 20px;
}


@media(max-width: 991px){
	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.main-container{
		min-height: 75%;
	}
	.footer {
		width: 100%;
		height: 110px;
	}
	.footer .container{
		height: 100%;
		margin-top: 0;
		width: 70%;
	}
	.footer-element{
		margin-top: 30px;
	}

	.footer-element div{
		line-height: 10px;
	}
	.footer img{
		display:block;
    	margin:auto;
		width: 50px;
		height: 50px;
	}
	#legal-information #rights{
		display: block;
		margin-top: 10px;
	}
	#legal-information span{
		display: none;
	}

	.next-content{
		font-size: 35px;
	}
	.demoIcon img{
		max-height: 50px;
		margin-bottom: 20px;
	}
	#videos h3{
		padding-left: 30px
	}
}

@media(max-width: 580px){
	.video-container {
		position:relative;
		padding-bottom:56.25%;
		padding-top:30px;
		height:0;
		overflow:hidden;
		max-height: 315px;
		max-width: 560px;
	}

	.video-container iframe, .video-container object, .video-container embed {
		position:absolute;
		top:0;
		left:0;
		max-height: 315px;
		max-width: 560px;
		width:100%;
		height:100%;
	}
}

@media(max-width: 389px){
	*{
		font-size: 12px;
	}

	.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}
	.main-container{
		min-height: 75%;
	}
	.footer {
		width: 100%;
		height: 90px;
	}
	.footer .container{
		height: 100%;
		margin-top: 0;
		width: 70%;
	}
	.footer-element{
		margin-top: 20px;
	}

	.footer-element div{
		line-height: 10px;
	}
	.element div{
		font-size: 20px;
		line-height: 50px;
	}
	.footer img{
		 display:block;
    	margin:auto;
		width: 50px;
		height: 50px;
	}
	.next-content{
		font-size: 30px;
	}
	#videos h3{
		padding-left: 25px
	}
}