.navbar {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	width: 100%;
	position: fixed;
	z-index: 9999
}


.navbar-brand {
	padding-top: 0
}

.mid_logo {
	padding: 0;
	height: 90px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#container {
	opacity: 0;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    padding-top: 50%;
}

#container.active {
	opacity: 1
}


 body {
    background: #000 url(../images/bg.jpg);
    color: #fff;
    font: 14px/20px 'Open Sans', Helvetica, Arial, sans-serif;
    padding-top: 0px;
}

h2 {
    color: #69d9ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
}

p {
    margin: 0;
}

@media (max-width: 1024px) {
    h2 {
        margin: 40px 0 10px;
    }
    .brave-info p {
        margin: 0 0 40px;
    }
}

/* LAYOUT */



.landing-video {
    z-index: -100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.videosection {
    padding-top: 100vh;
}

video, .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay {
    background-image: url(../video/video-overlay.png);
    border-bottom: 7px solid #607040;
}

@media (min-aspect-ratio: 16/9) {
    video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 767px) {
    .landing-video {
        background: url('../video/video-cover.jpg') center center / cover no-repeat;
    }
    video {
        display: none;
    }
}

/* FOOTER */

.landing-footer {
    margin: 40px 0;
    background: url(../i/ihub.png) no-repeat 100%;
    min-height: 329px;
}

@media (min-width: 767px) {
    .landing-footer {
        margin: 180px 0 80px;
    }
}



footer {
	padding: 20px 0;
	background: #222529
}

footer ul.social-icons {
	text-align: right
}

footer ul.social-icons li {
	display: inline-block;
	margin-left: 10px
}

footer ul.social-icons li a {
	font-size: 14px;
	color: #fff;
	text-align: center
}

footer ul.social-icons li a:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2)
}

footer p {
	color: #fff;
	margin-bottom: 0
}

.has-text-centered {
	text-align: center !important
}

.has-text-justified {
	text-align: justify !important
}

.has-text-left {
	text-align: left !important
}

.has-text-right {
	text-align: right !important
}


.is-small {
	font-size: 12px;
}




.title-section {
	margin-bottom: 20px;
	position: relative;
	text-align: center
}

.title-section h1 {
	margin-bottom: 10px
}

.title-section span {
	display: inline-block;
	width: 450px;
	height: 1px;
	background: #cd3a54;
	margin-bottom: 20px
}

.title-section p {
	font-size: 15px;
	font-weight: 300;
	max-width: 700px;
	margin: 0 auto
}

.title-section.white-style h1,
.title-section.white-style p {
	color: #fff
}




#new-player-section {
	padding: 30px 0
}

#new-player-section .team-box {
	text-align: center
}

#new-player-section .team-box .team-post .team-gal {
	position: relative;
	margin-bottom: 20px
}

#new-player-section .team-box .team-post .team-gal .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	opacity: 0
}

#new-player-section .team-box .team-post .team-gal .hover-box a {
	outline: none
}

#new-player-section .team-box .team-post img {
	width: 100%;
	height: auto
}

#new-player-section .team-box .team-post>h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative
}

#new-player-section .team-box .team-post>h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background: #cd3a54
}

#new-player-section .team-box .team-post:hover .team-gal .hover-box {
	opacity: 1
}
