body {
	font-family: 'FiraSansCondensed', sans-serif;
	padding-top: 97px;
	font-size: 0.9em;
}

h2 {
	font-size: 1.8em;
}
hr {
	border: none;
	border-bottom: solid 3px #ddd;
	margin-bottom: 20px;
	margin-top: 0;
}

.container {
    max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
[class^="col-"] {
	padding-left: 40px;
	padding-right: 40px
}
.row {
	margin-right: -40px;
    margin-left: -40px;
}

.nav-item {
	display: flex;
	align-items: center;
	margin-left: 5px;
	padding: 3px 0;
}
.btn-primary {
    background-color: #2b98b9;
	border: none;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #2186a5;
    border: none;
}


.iskra-btn {
	border: 3px solid #007bff;
    border-radius: 5px;
    padding: 10px 10px;
	margin-right: 10px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.25s ease-in;
}
.iskra-btn:hover {
	border: 3px solid #dc35a9;
	transition: all 0.25s ease-in;
}

.btn-simple {
	font-size: 2em;
	border: 2px solid #fff;
	background: none;
	color: #fff;
	transition: all 0.25s ease-in;
}
.btn-simple:hover {
	color: #fff;
	background: #ffffff4d;
	transition: all 0.25s ease-in;
}

#top-menu {
	display: block;
    overflow: hidden;
	height: auto;
	padding: 10px;
	transition: all 0.25s ease-in;
	background-color: #fff;
	box-shadow: 0 -5px 10px 2px #000000ad;
}
	#top-menu > .container > .navbar-brand {
		padding: 0;
	}
	#top-menu > .container > .navbar-toggler {
		background: #007bff;
	}
	#top-menu + .details {
		display: none;
		margin: 0;
		height: calc(100vh - 87px);
		width: 100%;
		overflow-y: auto;
		overflow-x: none;
		background: #2b98b9eb;
	}
	#top-menu + .details.active {
		display: block;
	}
		#top-menu + .details h1 {
			display: inline-flex;
			color: #000;
			background: #FFEB3B;
			width: fit-content;
			padding: 0 10px 5px 10px;
			font-variant: all-petite-caps;
			font-size: 1.7em;
			font-weight: 400;
			letter-spacing: 1px;
			border-radius: 3px;
			margin-top: 50px;
		}
		#top-menu + .details h1 + span {
			color: #FFEB3B;
			margin-left: 10px;
		}
		#top-menu + .details a {
			color: #fff;
			line-height: 2.1em;
		}
		#top-menu + .details ul {
			list-style-type: none;
			padding-left: 10px;
		}
.chapter-header {
	flex-flow: row;
    display: flex;
    align-items: center;
}
.chapter-header :nth-child(2),
.chapter-header :nth-child(3) {
    display: block;
    background: #FFEB3B;
    height: 2px;
    width: 50%;
    font-variant: all-petite-caps;
}
.chapter-header :nth-child(2) {
    order: 1;
}
.chapter-header :first-child{
    color: #000;
    background: #FFEB3B;
    border-radius: 3px;
    font-variant: all-petite-caps;
    margin: 0 30px;
    font-size: 1.3em;
    text-align: center;
    width: -webkit-fill-available;
    order: 1;
}

#main-slider {
    color: #fff;
    z-index: 3;
    font-size: 1.1em;
}
#main-slider.paused::after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 25px;
    content: "\f04c";
    color: #FFEB3B;
    
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    
    animation: pause-animation 2s infinite;
}

@keyframes pause-animation {
  0% {opacity: 1;}
  50% {opacity: 0;}
  1000% {opacity: 1;}
}
	
#main-slider .swiper-slide {
    padding: 15px 50px;
    display: flex;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 450px;
}
#main-slider .swiper-slide::after {
    /*background: linear-gradient(0.25turn, #2b98b9, #100067a1);*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
	#main-slider .swiper-slide > .container {
            flex-flow: column;
            height: 100%;
            z-index: 2;
	}
		#main-slider .swiper-slide > div > h2 {
			margin-bottom: 30px;
		}
		#main-slider .swiper-slide > div > h1,
		#main-slider .swiper-slide .label {
			font-size: 2.35em;
			margin: 20px 0;
			width: fit-content;
			color: #fff;
			border: 2px solid #fff;
			padding: 2px 5px 5px 15px;
			letter-spacing: 10px;
			font-variant: all-petite-caps;
			line-height: 1em;
		}
		#main-slider .swiper-slide .btn-simple {
			bottom: 0;
			position: absolute;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		
#main-slider .link-group {
	display: flex;
    flex-flow: row;
}
	#main-slider .link-group > a {
		width: 100%;
		padding: 20px;
		text-align: center;
		color: #2c98b9;
		background: #0000004d;
		font-weight: bold;
		font-variant: all-petite-caps;
		font-size: 1.5em;
		transition: all 0.25s ease-in;
		text-decoration: none;
	}
	#main-slider .link-group > a:hover {
		background: #000000a3;
		transition: all 0.25s ease-in;
	}

#main-slider .fn {
	color: #FFEB3B;
    padding: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-variant: all-petite-caps;
    font-weight: 600;
    font-size: 14px;
}
#main-slider .fn-1 {
	color: #000000;
    background: #ffeb3b91;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-variant: all-petite-caps;
    font-weight: 600;
    font-size: 14px;
}

.label-inside {
	line-height: 60px;
}
.content-text {
	text-align: justify;
}

#describe-box {
	width: 100%;
}


/* Contents */
.content-block {
	padding-top: 10px;
    padding-bottom: 20px;
	box-shadow: 0px 5px 5px -5px #0000007a;
}
.content-block:nth-child(odd) {
	z-index: 2;
}
	.content-block h2 {
		text-align: center;
		font-variant: all-petite-caps;
	}
	
.content-block.grey {
	background: #eee;
}
.content-block.color {
	background: #2b98b9;
    color: #fff;
}
	.content-block.color hr {
		border-bottom: solid 3px #00BCD4;
	}
.content-block.darkblue {
	background: #00293e;
    color: #fff;
}
.content-block.dark {
    background: linear-gradient(to bottom, #ffffff, 80%, #00293ed9);
	/*background: linear-gradient(to bottom, #ffffff, 70%, #00293e);*/
}

#events {
}
	#events .swiper-wrapper {
		padding: 20px 0;
		height: auto;
	}
		#events .swiper-slide {
			height: auto;
			background: #fff;
			border-radius: 5px;
			padding: 0;
		}
		
.event-box {
	display: flex;
	flex-flow: column;
	text-align: center;
	font-variant: all-petite-caps;
}
.event-box > * {
	padding: 5px 15px;
}
.event-box > h3{
	font-size: 1.3em;
	
}
.event-box span{
	font-weight: bold;
    font-style: italic;
}
.event-box .pic {
	width: 100%;
    padding-bottom: 50%;
	background: #999;
	background-position: 50% 50%;
    background-size: cover;
	background-repeat: no-repeat;
	position:relative
}

.icon-slider {
	padding: 20px 0;
}
	.icon-slider .swiper-wrapper {
		display: flex;
		flex-flow: row;
	}
		.icon-slider .swiper-slide {
			text-align: center;
		}
			.icon-slider .swiper-slide > a > img {
				width: 70px;
				height: 70px;
				margin: 0 auto;
				filter: grayscale(100%);
				transition: all 0.25s ease-in;
			}
			.icon-slider .swiper-slide > a:hover > img {
				filter: none;
				transition: all 0.25s ease-in;
			}
			.icon-slider .swiper-slide > a > div {
				font-size: 1.3em;
				font-weight: 500;
				margin: 10px 0;
			}

.tasks.xs > div {
	display: flex;
    flex-flow: column;
    text-align: center;
	margin-bottom: 15px;
	font-size: 0.75em;
}	
	.tasks.xs > div > div {
		height: 100px;
		overflow: hidden;
		background: -webkit-linear-gradient(#fff, transparent) 0 100px;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
		.tasks.xs > div > div > h3 {
			font-size: 1.3em;
			font-weight: bold;
		}
		.tasks.xs > div > .btn {
			border-radius: 50%;
			width: 30px;
			height: 30px;
			margin: 0 auto;
			padding: 3px;
		}


.tasks.lg {
	font-size: 1.3em;
}
	.task-dot {
		position: absolute;
		align-items: center;
		display: flex;
		width: 350px;
		/*height: 80px;*/
                height: 100px;
		color: #fff;
		transition: all 0.45s ease-in;
	}
	.task-dot:hover {
		color: #03A9F4;
		text-decoration: none;
		transition: all 0.45s ease-out;
	}
		.task-dot:before {
			display: block;
			margin-right: 13px;
			content: "";
			width: 60px;
			height: 60px;
			border: 3px solid #009688;
			box-shadow: 0 0 0 5px #00968866;
			border-radius: 50%;

			transition: all 0.45s ease-in;
			
		}
		.task-dot:hover:before {
			border: 3px solid #2196F3;
			background: linear-gradient(45deg, #000000b3, transparent);
			box-shadow: 0 0 5px 4px #03A9F4;
			transition: all 0.45s ease-out;
		}
			.task-dot > span {
				max-width: 250px;
			}

footer {
	background: #001825;
}


/* GRATITUDE */

.filter-button {
    margin-bottom: 30px;
}
.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: #ddd;
}
.port-image {
    width: 100%;
}
#gallery .item {
    margin-bottom: 30px;
}
	#gallery .item > a {
		display: flex;
		flex-flow: column;
		align-items: center;
		padding: 20px;
		border-bottom: 4px solid #007bff;
	}
	#gallery .item > a:hover {
		background: #eee;
		box-shadow: 0 0 4px 0px #0000004a;
	}
		#gallery .item > a > .img-responsive {
			margin: 0 auto;
			background: #fff center no-repeat;
			-webkit-background-size: cover;
			background-size: cover;
			width: 200px;
			height: 270px;
			border-radius: 5px;
			border: 4px solid #ddd;
		}
		#gallery .item > a > h3 {
			font-size: 1.2em;
			margin-top: 20px;
			color: #000;
		}
		

.news-box {
	background-position: 50% 50%;
    background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid #00293e;
}
.news-box > .wrap {
	position: relative;
	height: 100%;
	padding: 10px;
	z-index: 2;
}
.news-box > .wrap > div {
    color: #fff;
}
.news-box > .wrap > .date {
	float: left;
	color: #ffeb3b;
	font-variant: all-petite-caps;
	font-size: 0.9em;
}
.news-box > .wrap > .theme {
	float: right;
	font-variant: all-petite-caps;
    font-size: 0.9em;
}
.news-box > .wrap > .section {
	clear: both;
	width: fit-content;
    margin-top: 40px;
	padding: 3px 10px;
    background: #FFEB3B;
    color: #000;
    font-weight: bold;
    font-variant: all-petite-caps;
}
.news-box > .wrap > .title {
	margin-top: 40px;
}
.news-box:after {
	background: linear-gradient(0.45turn, #00BCD4, #9c27b069);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



.navigation-block {
}
.navigation-block > .row > div {
}
.navigation-block > .row > div ul {
    list-style-type: none;
    display: flex;
	flex-flow: column;
    margin: 0;
    padding: 20px;
	border-left: 3px solid #00BCD4;
}
.navigation-block > .row > div h1 {
	font-size: 1.8em
}
.navigation-block > .row > div a {
	color: #000;
    font-variant: all-petite-caps;
}





.service-block > a {
	color: #fff;
    background: #00000030;
    padding-top: 20px;
    padding-bottom: 20px;
}
.service-block > a:hover {
	text-decoration: none;
    background: #00000050;
}

.contact-block .form-control {
	border-radius: 0;
}
.contact-block h3 {
	color: #fff;
	width: fit-content;
    margin-top: 40px;
	padding: 3px 10px;
    background: #FFEB3B;
    color: #000;
	font-size: 1.3em;
    font-weight: bold;
    font-variant: all-petite-caps;
}
.grecaptcha-badge {
display: none !important;
}

.covid {
	font-family: Arial;
	/*font-size: 14px;*/
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 
		-0   -1px 5px #F90000,
		 0   -1px 5px #F90000,
		-0    1px 5px #F90000,
		 0    1px 5px #F90000,
		-1px -0   5px #F90000,
		 1px -0   5px #F90000,
		-1px  0   5px #F90000,
		 1px  0   5px #F90000,
		-1px -1px 5px #F90000,
		 1px -1px 5px #F90000,
		-1px  1px 5px #F90000,
		 1px  1px 5px #F90000,
		-1px -1px 5px #F90000,
		 1px -1px 5px #F90000,
		-1px  1px 5px #F90000,
		 1px  1px 5px #F90000;
}


        .floatbox{
                position: fixed;
                z-index: 10000;
                right: 0px;
                min-width: 95px;
                padding-top: 13px;
                padding-left: 15px;
                height: 100px;
                background-color: #4ea3ff;
                border-radius: 50px 0 0 50px;
                margin-bottom: 10px;
        }
        .im{
            float: left;
            overflow: hidden;
            min-width: 30px;
            min-height: 60px;
        }
        .im>a:hover, .im>a:active, .im>a:visited, .im>a:link{
            color: #fff;
            font-size: 3.0em;
            background-color: transparent;
        }
        .tb{
            margin-left: 20px;
            width: 200px;
            display: none; 
            height: 60px;
                       
        }
        .fucked_up:active, .fucked_up:visited, .fucked_up:link {
            color: #fff;
            font-size: 1.2em;
        }
        .fucked_up:hover{
            color: #353f45;
            font-size: 1.2em;
        }
       
        .img_l{
            width: 70px;
            height: 73px;
            border-radius: 50%;
            margin-right: 10px;
            border: 3px solid #fff;
        }
        .fonnew{
         /*   background-color: #337ab79e;*/
            /*background-color: #0059a5bd;*/
            background-color: #1d6fb5bd;
        }
        .padding15x20{
            padding: 15px 20px;
            display: inline-block;
        }
        .padding20{
            padding: 20px;
            display: inline-block;
        }