* { box-sizing: border-box; }

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	background: #000000;
	background-size: cover;
	padding: 0;
	margin: 0;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h1 {
	font-weight: 700;
	color: #e0c027;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	/*max-width: 290px;*/
	text-align: center;
	margin: 0 auto;
}
p {

}
a {

}
a {

}

/* Login page */
body.login-page {
    background: #003576;
}
body.login-page .container {
    width: 280px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0);
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
}
.form-group label {
    display: none;
}
#pwd {
    width: 280px;
    height: 50px;
    background: #ffffff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    border: none;
}
body.login-page .container .btn-default {
    width: 200px;
    height: 50px;
    color: #ffffff;
    background: #008bcb;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    border: none;
    display: block;
    margin: 20px auto 0
}
body.login-page .container .btn-default:hover {
    background: #0177ae;
    transition: background .25s ease-in-out 0s;
	-webkit-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-moz-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-o-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-ms-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s
}
.alert-danger {
    background: #fe7c7c;
    margin: 0 0 20px;
    text-align: center;
    font-size: 12px;
    padding: 4px 10px;
    color: white;
}


#content {
}

#logo {
	left: 30px;
	top: 30px;
	position: fixed;
	z-index: 99999;
	display: inline-block;
}
#logo img {
    max-width: 100%;
}
.menu-button {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 9999999;
}
.hamburger {
	height: 16px;
	width: 28px;
	display: block;
	position: relative;
}
.hamburger .top {
	display: block;
	width: 28px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
	-webkit-transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
	-moz-transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
	-o-transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
	-ms-transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
}
.hamburger .middle {
	display: block;
	width: 28px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 7px;
	opacity: 1;
	transition: opacity .25s ease-in-out .25s;
	-webkit-transition: opacity .25s ease-in-out .25s;
	-moz-transition: opacity .25s ease-in-out .25s;
	-o-transition: opacity .25s ease-in-out .25s;
	-ms-transition: opacity .25s ease-in-out .25s;
}
.hamburger .bottom {
	display: block;
	width: 28px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 14px;
	transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
	-webkit-transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
	-moz-transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
	-o-transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
	-ms-transition: top .25s ease-in-out .25s, transform .25s ease-in-out 0s;
}

.hamburger.active .top {
	top: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
	-webkit-transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
	-moz-transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
	-o-transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
	-ms-transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
}
.hamburger.active .middle {
	display: block;
	width: 28px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 7px;
	opacity: 0;
	transition: opacity .25s ease-in-out 0s;
	-webkit-transition: opacity .25s ease-in-out 0s;
	-moz-transition: opacity .25s ease-in-out 0s;
	-o-transition: opacity .25s ease-in-out 0s;
	-ms-transition: opacity .25s ease-in-out 0s;
}
.hamburger.active .bottom {
	display: block;
	width: 28px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	top: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
	-webkit-transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
	-moz-transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
	-o-transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
	-ms-transition: top .25s ease-in-out 0s, transform .25s ease-in-out .25s;
}



#menu {
	background: rgba(0, 55, 121, 0);
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	transition: background .75s ease-in-out 0s, height 0s ease-in-out 1.5s;
	-webkit-transition: background .75s ease-in-out 0s, height 0s ease-in-out 1.5s;
	-moz-transition: background .75s ease-in-out 0s, height 0s ease-in-out 1.5s;
	-o-transition: background .75s ease-in-out 0s, height 0s ease-in-out 1.5s;
	-ms-transition: background .75s ease-in-out 0s, height 0s ease-in-out 1.5s;
}
#menu.active {
	background: rgba(0, 55, 121, .98);
	height: 100%;
	transition: background .25s ease-in-out 0s, height 0s ease-in-out 0s;
	-webkit-transition: background .25s ease-in-out 0s, height 0s ease-in-out 0s;
	-moz-transition: background .25s ease-in-out 0s, height 0s ease-in-out 0s;
	-o-transition: background .25s ease-in-out 0s, height 0s ease-in-out 0s;
	-ms-transition: background .25s ease-in-out 0s, height 0s ease-in-out 0s;
}
.menu-link {
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	height: 40px;
	width: 180px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, 0%, 0);
	-webkit-transform: translate3d(-50%, 0%, 0);
	-moz-transform: translate3d(-50%, 0%, 0);
	-o-transform: translate3d(-50%, 0%, 0);
	opacity: 0;
	transition: opacity .25s ease-in-out 0s, transform .25s ease-in-out 0s;
	-webkit-transition: opacity .25s ease-in-out 0s, transform .25s ease-in-out 0s;
	-moz-transition: opacity .25s ease-in-out 0s, transform .25s ease-in-out 0s;
	-o-transition: opacity .25s ease-in-out 0s, transform .25s ease-in-out 0s;
	-ms-transition: opacity .25s ease-in-out 0s, transform .25s ease-in-out 0s;
}
.menu-link.active {
	border: 1px solid #ffffff;
	background: none;
	color: #ffffff;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	opacity: 1;
	transition: opacity .25s ease-in-out .25s, transform .25s ease-in-out .25s, background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-webkit-transition: opacity .25s ease-in-out .25s, transform .25s ease-in-out .25s, background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-moz-transition: opacity .25s ease-in-out .25s, transform .25s ease-in-out .25s, background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-o-transition: opacity .25s ease-in-out .25s, transform .25s ease-in-out .25s, background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-ms-transition: opacity .25s ease-in-out .25s, transform .25s ease-in-out .25s, background .25s ease-in-out 0s, color .25s ease-in-out 0s;
}

.menu-link.active:hover {
	background: #ffffff;
	color: rgba(0, 55, 121, 1);
	transition: background .25s ease-in-out 0s;
	-webkit-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-moz-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-o-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-ms-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}*/

/*@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}*/

/*@media (max-width: 420px) {
  .fullscreen-bg {
    background: url('../assets/videoframe.jpg') center center no-repeat;
	background-size: auto 100%;
  }

  .fullscreen-bg__video {
    display: none;
  }
}*/
.video-link {
    left: 50%;
    transform: translateX(-170px);
	-webkit-transform: translateX(-170px);
	-moz-transform: translateX(-170px);
	-o-transform: translateX(-170px);
}
.file-link {
    right: 50%;
    transform: translateX(170px);
	-webkit-transform: translateX(170px);
	-moz-transform: translateX(170px);
	-o-transform: translateX(170px);
}

.video-link, .file-link {
	cursor: pointer;
	width: 160px;
	height: 30px;
	padding: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	background: none;
	text-decoration: none;
	line-height: 30px;
	font-weight: 700;
	font-size: 12px;
	border-radius: 15px;
	border: 1px solid #fff;
	position: fixed;
	top: 60%;
	outline: none !important;
	transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-webkit-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-moz-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-o-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
}
.video-link:hover, .file-link:hover {
	background: #ffffff;
	color: #000000;
	transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-webkit-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-moz-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
	-o-transition: background .25s ease-in-out 0s, color .25s ease-in-out 0s;
}

.modal {
	padding: 30px;
	left: 50%;
	top: 50%;	
	position: fixed;
	z-index: 500;
	background: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
}

.modal iframe{
  position: absolute;
  top:0;
  left: 8%;
  width: 84% !important;
  height: 100% !important;
}

.modal.size-l {
	width: 80%;
	padding-bottom: 43.25%;
}

.modal.size-m {
	width: 60%;
	padding-bottom: 33.25%;
}

.modal.size-s {
	width: 40%;
	padding-bottom: 23.25%;
}

.modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.5;
	top: 0;
	left: 0;
	z-index: 100;
}

.modal-close {
	color: rgba(255, 255, 255, .5);
	font-size: 30px;
	line-height: .5;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.modal-close:hover {
	color: rgba(255, 255, 255, 1);
}

@media all and (max-width: 992px) {

}
@media all and (max-width: 553px) {

}

@media all and (max-width: 400px) {
    #logo {
    	max-width: 200px;
    }
    .video-link {
        left: 50%;
        transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-o-transform: translateX(-50%);
    }
    .file-link {
        top: 60%;
        right: 50%;
        transform: translate3D(50%, 44px, 0);
    	-webkit-transform: translate3D(50%, 44px, 0);
    	-moz-transform: translate3D(50%, 44px, 0);
    	-o-transform: translate3D(50%, 44px, 0);
    }
}