/* LOGIN PAGE
===============================================*/
.login-page {
	background: transparent url('../images/login/login-2.jpg') no-repeat center center;
	background-size: cover;
}
.login-page .navbar,
.login-page header,
.login-page .streak {
	display: none;
}
.login-page .app.login {
	padding: 0px 30px;
	padding-top: 60px;
}
.login-page .app.login .card {
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
}

.login-page .app.login .card .btn-block {
	margin: 0px;
}
@media (min-width: 460px) {
	.login-page .app.login {
		margin-top: 60px;
		min-width: 400px;
		padding-left: 0px;
		padding-right: 0px;
		position: absolute;
		right: 30px;
	}	
}
.login-page footer {
	background-color: rgb(120, 8, 0);
	bottom: 0px;
	color: rgb(255, 255, 255);
	left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	width: 100%
}

/* BODY
===============================================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
body {
	background-color: rgb(245, 245, 245);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: rgb(72, 72, 72);
    line-height: 26px;
    font-weight: 400;
}

/* IMG
===============================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

img {
	max-width: 100% !important;
}

/* HEADER
===============================================*/
header {
	position: relative;
	height: 370px;
}
header .view .mask {
	transition: all 1s ease-in-out;
}
header .streak.streak-photo {
	background-size: cover;
	background-position: 0% 0%;
	height: 370px;
}

/* MAIN MENU
===============================================*/
.navbar {
	background-color: rgb(44, 44, 44);
	border-radius: 0px;
    font-weight: 400;
}
.main-menu .navbar-nav li .nav-link {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    opacity: 1;
    padding: 15px 20px 15px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
@media (min-width: 576px) {
	.main-menu .navbar-nav li .nav-link {
    	padding: 20px 28px 20px;
	}
}
.main-menu .navbar-nav li {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu .navbar-nav li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.carousel {
	height: 50%;
}
@media (max-width: 776px) {
	.carousel {
		height: 100%;
	}
}
.carousel-item, .carousel-item.active {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
/*Caption*/
.flex-center {
	color: #fff;
}