/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* FONTS */
@font-face {
	font-family: 'WalkwayBold';
	font-weight: bold;
	src: url('../fonts/WalkwayBold.ttf');
}

@font-face {
	font-family: 'Verah';
	font-weight: normal;
	src: url('../fonts/Verah.ttf');
}


body {
	/*background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(26, 5, 3, 0.9) 100%), url('../img/bg_splash_screen.jpg');*/
	background-image: url('../img/bg_splash_screen.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

/* debug */
.container-xl {
	/*background-image: url('../img/logo_black_bg.png');*/
	/*background-position: center -7px;*/
}

.navbar-brand {
	max-width: 70%;
}

.logo {
	max-height: 80px;
	max-width: 100%;
}

.navbar-toggler {
	padding: .15rem .5rem;
}

.navbar-nav {
	background-image: url('../img/logo_black_bg.png');
	background-position: center -28px;
}

.nav-item {
	margin-left: 1.8rem;
	margin-right: 1.8rem;
	margin-bottom: 10px;
}

.nav-link {
	color: #000 !important;
	font-family: 'Verah';
	font-size: 24px;
	line-height: normal;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 8px !important;
}

.nav-link:hover,
.nav-link.active {
	color: #000 !important;
	border-bottom: 4px solid #000;
	padding-bottom: 2px !important;
}

main > .container {
	padding-top: 40px;
}

footer a {
	text-decoration: none;
	color: #000;
	font-size: 1.3rem;
}

footer a:first-child {
	/*font-size: 1.7rem;*/
}

footer a:hover {
	text-decoration: none;
	color: rgba(0, 0, 0, .8);
}

footer .social-icon a {
	display: inline-block;
	margin-left: 20px;
}

footer .social-icon img {
	height: 20px;
}

footer .social-icon a:hover img {
	opacity: .5;
}

/* Nav Mobile */
@media (max-width: 1199px) { 
	.navbar-nav {
		background-image: none;
		margin-top: .5rem;
	}

	.nav-link {
		font-size:20px;
	}
	
	.nav-link:hover,
	.nav-link.active {
		border-bottom: 2px solid #000;
	}

	main > .container {
		padding-top: 20px;
	}
}

/******************************/

/* FRONT PAGE */
.icon-la {
	margin-bottom: 60px;
	height: 60px;
}

.enter-site {
	margin-bottom: 25px;
	color: #000;
	font-family: 'WalkwayBold';
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5;
	text-decoration: none;
}

.enter-site:hover {
	color: #000;
	text-decoration: underline;
}

/******************************/

/* CABINET */
.cabinet-sidebar .list-group-item, 
.cabinet-sidebar .list-group-item:last-child {
	margin: 3px 10px;
	border: 2px solid #000;
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, .4);
	text-align: center;
	font-family: 'Verah';
	font-size: 20px;
	cursor: pointer;
}

.cabinet-sidebar .list-group-item:hover,
.cabinet-sidebar .list-group-item.active {
	margin: 3px 0;
	border: 2px solid #000;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
}

/* Accordion */
.accordion-item {
	background-color: transparent;
	border: 0;
	margin-bottom: 2px;
}

h2.accordion-header {
	margin-top: 0;
}

h2.accordion-header .accordion-button {
	margin: 3px 0;
	padding: 8px 16px;
	border: 2px solid #000;
	border-radius: 1rem !important;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	font-family: 'Verah';
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	line-height: 1.55;
}

h2.accordion-header .accordion-button.collapsed {
	background-color: rgba(255, 255, 255, .4);
	color: #000;
}

.accordion-button:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .25)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
	padding: 0;
}

.cabinet-content {
	padding: 20px 25px;
	border: 3px solid #000;
	border-radius: 1rem;
	background-color: rgba(255, 255, 255, .4);
}

.cabinet-content img,
.cabinet-content a {
	margin-bottom: 20px;
	display: block;
}

.cabinet-content img:last-child,
.cabinet-content a:last-child {
	margin-bottom: 0;
}

/* jQuery Scrollbar */
.content .demo {
	padding: 0;
	border: 0;
}

.content .demo > div {
    height: 790px;
    max-height: 790px;
}

.scrollbar-outer > .scroll-element {
    background-color: transparent;
}

.scrollbar-outer > .scroll-element.scroll-y {
    width: 6px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer, 
.scrollbar-outer > .scroll-element .scroll-element_track, 
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: rgba(0, 0, 0, .3);
	width: 2px;
	left: 1px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: rgba(0, 0, 0, .6);
}

/* Sidebar Mobile */
@media (min-width: 992px) { 
	.left-side {
		padding-right: 0;
	}

	.right-side {
		padding-left: 0;
	}
}

@media (max-width: 991px) { 
	.cabinet-sidebar .list-group-item:hover,
	.cabinet-sidebar .list-group-item.active {
		border: 2px solid #000;
		border-radius: 1rem;
	}
}

/******************************/

/* ABOUT */
main.about {
	font-family: 'Verah';
	font-size: 18px;
	color: #fff;
	text-align: justify;
}

/******************************/

/* CONTACT */
main.contact {
	font-family: 'Verah';
	font-size: 17px;
	color: #fff;
}

main.contact a {
	color: #fff;
	text-decoration: none;
}

main.contact a:hover {
	color: #fff;
	text-decoration: underline;
}

main.contact .row .col-sm-4 {
	padding-left: 1.7rem;
	padding-right: 1.7rem;
}

.form-control-box {
	background: rgba(0, 0, 0, .3);
}

.form-control,
.form-control:focus {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	background:transparent;
	color: #fff;
}

.btn-send {
	padding: .3rem 2.5rem;
	border: 0;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .6);
}

.g-recaptcha > div {
	margin: 0 auto;
}


/* OVERLAY */
.overlay {
	background-color: rgba(0, 0, 0, .7);
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	z-index:2000;
	display:none;
}

.overlay img {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-24px;
	margin-top:-24px;
}