/*
Theme Name: Peak State Ventures
Version: 1.1
*/

body {
	position: relative;
	font-family: 'Signika', sans-serif;
	font-weight: 300;
	line-height: 1.35;
	color: #001650;
}

a,
a:hover {
	color: #001650;
	text-decoration: none;
}
b, strong {
	font-weight: 700;
}
h1, .h1 {
	font-size: 1.9375em;
	font-weight: 500;
	margin-bottom: .775em;
	text-transform: uppercase;
}
h2, .h2 {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: 2px solid #FF9900;
}
@media (min-width: 768px) {
	h1, .h1 {
		font-size: 4.5em;
	}
	h2, .h2 {
		margin-bottom: 60px;
	}
}

/* SCROLLS */
.scroll-x {
	overflow: hidden;
	margin-left: -30px;
	margin-right: -30px;
}
.scroll-x .scroll-container {
	overflow-x: auto;
	margin-bottom: -30px;
	padding: 0 30px 30px;
	-webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
	.scroll-x {
		margin-left: -40px;
		margin-right: -40px;
	}
	.scroll-x .scroll-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/* BOOTSTRAP */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-left: 30px;
	padding-right: 30px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.btn {
	font-size: 1em;
	font-weight: 700;
	line-height: 1;
	padding: 17px 18px;
	border-radius: 27px;
	border: transparent solid 2px;
	-webkit-transition: background-color .3s ease, border-color .3s ease, color .3s ease, opacity .3s ease;
	   -moz-transition: background-color .3s ease, border-color .3s ease, color .3s ease, opacity .3s ease;
	    -ms-transition: background-color .3s ease, border-color .3s ease, color .3s ease, opacity .3s ease;
		 -o-transition: background-color .3s ease, border-color .3s ease, color .3s ease, opacity .3s ease;
		    transition: background-color .3s ease, border-color .3s ease, color .3s ease, opacity .3s ease;
}
.btn-light {
	background-color: #FFF;
	border-color: #FFF;
	color: #000;
}
.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active {
	color: #000;
	background-color: #E2E2E2;
	border-color: #E2E2E2;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}
.btn-warning {
	background-color: #FF9900;
	border-color: #FF9900;
	color: #FFF;
}
.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled).active, 
.btn-warning:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #FCA92E;
	border-color: #FCA92E;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}
.close {
	opacity: 1;
	cursor: pointer;
}

@media (min-width: 768px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media (min-width: 1440px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1360px;
	}
}

/* NAVBAR */
.navbar {
	background-color: #FFF;
	padding: 0 30px;
	height: 108px;
	-webkit-transition: box-shadow .3s ease, height .3s ease;
	   -moz-transition: box-shadow .3s ease, height .3s ease;
	    -ms-transition: box-shadow .3s ease, height .3s ease;
		 -o-transition: box-shadow .3s ease, height .3s ease;
		    transition: box-shadow .3s ease, height .3s ease;
}
body.admin-bar .fixed-top {
	top: 32px;
}
.navbar.scrolled {
	height: 64px;
	box-shadow: 0px 4px 10px rgba(10, 58, 114, 0.12);
}
.navbar-brand {
	position: relative;
	z-index: 10;
	width: 102px;
	height: 30px;
	background: url(assets/images/logo.svg) center center no-repeat;
	background-size: 102px 30px;
	text-indent: -9999px;
	font-size: 0;
	padding: 0;
}
.navbar-toggler {
	display: block;
	position: relative;
	z-index: 10;
	border: none;
	border-radius: 0;
	width: 28px;
	height: 28px;
	padding: 0;
}
.navbar-toggler span {
	display: block;
	position: absolute;
	width: 28px;
	height: 3px;
	margin: -1.5px -14px;
	top: 50%;
	left: 50%;
	background-color: #001650;
	border-radius: 2px;
	-webkit-transition: transform .3s ease, width .1s ease;
	   -moz-transition: transform .3s ease, width .1s ease;
	    -ms-transition: transform .3s ease, width .1s ease;
		 -o-transition: transform .3s ease, width .1s ease;
		    transition: transform .3s ease, width .1s ease;
}
.navbar-toggler span:first-child {
	-webkit-transform: translateY(-4px);
	   -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
		 -o-transform: translateY(-4px);
		    transform: translateY(-4px);
}
.navbar-toggler span:last-child {
	width: 20px;
	-webkit-transform: translateY(4px);
	   -moz-transform: translateY(4px);
	    -ms-transform: translateY(4px);
		 -o-transform: translateY(4px);
		    transform: translateY(4px);
}
.navbar-toggler[aria-expanded=true] span:first-child {
	-webkit-transform: rotate(45deg) translateY(0px);
	   -moz-transform: rotate(45deg) translateY(0px);
	    -ms-transform: rotate(45deg) translateY(0px);
		 -o-transform: rotate(45deg) translateY(0px);
		    transform: rotate(45deg) translateY(0px);
}
.navbar-toggler[aria-expanded=true] span:last-child {
	width: 28px;
	-webkit-transform: rotate(-45deg) translateY(0px);
	   -moz-transform: rotate(-45deg) translateY(0px);
	    -ms-transform: rotate(-45deg) translateY(0px);
		 -o-transform: rotate(-45deg) translateY(0px);
		    transform: rotate(-45deg) translateY(0px);
}
.navbar-nav {
	font-size: 1.5em;
}
.navbar-nav .nav-link {
	color: #001650;
	padding: 8px 0;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
		 -o-transition: opacity .3s ease;
		    transition: opacity .3s ease;
}
.navbar-nav:hover .nav-link:not(:hover) {
	opacity: .3;
}
@media (min-width: 768px) {
	.navbar {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		font-size: .9375em;
	}
	.navbar-nav .nav-item + .nav-item {
		margin-left: 30px;
	}
	.navbar-nav .nav-link {
		position: relative;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 2px 0;
	}
	.navbar-nav .nav-link::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 2px;
		background: #FF9900;
		-webkit-transition: width .3s ease;
		   -moz-transition: width .3s ease;
		    -ms-transition: width .3s ease;
			 -o-transition: width .3s ease;
			    transition: width .3s ease;
	}
	.navbar-nav .nav-link.active::after {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.navbar {
		height: 101px;
	}
	.navbar-brand {
		width: 126px;
		height: 37px;
		background-size: 126px 37px;
	}
}
@media (max-width: 767.98px) {
	.navbar-collapse {
		display: flex;
		background-color: #FFF;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		padding: 120px 70px;
	}
	.navbar-collapse.collapsing {
		left: 100%;
		transition: height 0s ease;
	}
	.navbar-collapse.show {
		left: 0;
		transition: left 300ms ease-in-out;
	}
	.navbar-toggler.collapsed ~ .navbar-collapse {
		transition: left 500ms ease-in-out;
	}
	.navbar-nav {
		margin-left: 0 !important;
	}
}

/* BLOCKS */
.main-content {
	overflow: hidden;
}
.block {
	display: block;
	position: relative;
	z-index: 10;
	background-color: #FFF;
	padding-top: 20px;
}
.block::before,
.block::after {
	content: '';
	display: table;
	clear: both;
}

/* MAIN */
#main {
	display: block;
	text-align: center;
	overflow: hidden;
	padding-top: 123px;
	padding-bottom: 60px;
}
#main .content {
	position: relative;
}
#main .texts {
	position: fixed;
	z-index: 2;
	width: 100%;
	left: 0;
}
#main .subtitle {
	position: relative;
	z-index: 10;
	font-size: 1.25em;
	margin-bottom: 2.35em;
}
#main .title {
	position: relative;
	z-index: 10;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 2.125em;
	line-height: 1.1;
	letter-spacing: 0.33em;
	text-transform: uppercase;
	color: #FF9900;
}
#rock-bg {
	position: relative;
	z-index: 1;
	pointer-events: none;
}
#rock {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0; left: 0;
	pointer-events: none;
}
#clouds {
	display: block;
	position: absolute;
	z-index: 4;
	top: 50%; left: 0;
	pointer-events: none;
}
#clouds::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 200vh;
	margin-top: -2px;
	top: 100%; left: 0;
	background-color: #FFF;
}
@media (max-width: 767.98px) {
	#rock-bg,
	#rock {
		width: 270%;
		max-width: 270%;
		margin-top: -30px;
		margin-left: -90%;	}
	#clouds {
		width: 100vw;
		margin-left: -30px;
		top: 70%;
	}
}
@media (min-width: 768px) {
	#main {
		padding-top: 133px;
	}
	#main .subtitle {
		font-size: 1.875em;
		margin-bottom: 1.3em;
	}
	#main .title {
		font-size: 4.125em;
	}
	#rock-bg,
	#rock {
		margin-top: 70px;
	}
}
@media (min-width: 992px) {
	#rock-bg,
	#rock {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	#main {
		padding-top: 193px;
	}
	#main .title {
		font-size: 6em;
	}
	#rock-bg,
	#rock {
		margin-top: 0px;
	}
}

/* MAIN */
#inner {
	display: block;
	overflow: hidden;
	padding-top: 160px;
	padding-bottom: 60px;
}
@media (min-width: 768px) {
	#inner {
		padding-top: 180px;
	}
}

/* ABOUT */
#about {
	padding-bottom: 25px;
}
#rock-1 {
	display: block;
	position: absolute;
	right: -120px;
	top: -120px;
	width: 300px;
	pointer-events: none;
}
#rock-2 {
	display: none;
	position: absolute;
	pointer-events: none;
}
#about .container-xl {
	position: relative;
	z-index: 2;
}
#about .content {
	overflow: hidden;
}
#about .lead {
	font-size: 1.875em;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: .5em;
}
#about .lead b,
#about .lead strong {
	font-weight: 400;
}
#about .text {
	font-size: 1.125em;
}
@media (min-width: 768px) {
	#about {
		padding-bottom: 60px;
	}
	#rock-1 {
		width: 480px;
		right: -200px;
		top: -90px;
	}
	#about .lead {
		font-size: 3.875em;
	}
	#about .text {
		font-size: 1.375em;
	}
}
@media (min-width: 1200px) {
	#about {
		padding-bottom: 120px;
	}
	#rock-1 {
		width: 600px;
		right: auto;
		left: calc(50vw + 360px);
		top: -220px;
	}
	#rock-2 {
		display: block;
		width: 520px;
		left: calc(50vw - 950px);
		top: 170px;
	}
	#about .h2 {
		float: left;
		margin-right: 200px;
	}
	#about .lead {
		font-size: 4.5em;
	}
}

/* PORTFOLIO */
#portfolio {
	padding-bottom: 22px;
}
#portfolio .text {
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 2em;
}
.portfolio-nav {
	margin-bottom: 40px;
}
.tag-list {
	white-space: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.125em;
}
.tag-list li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: center;
	opacity: .5;
	margin-right: 20px;
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
	     -moz-user-select: none;
		  -ms-user-select: none;
		      user-select: none;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
		 -o-transition: opacity .3s ease;
		    transition: opacity .3s ease;
}
.tag-list li::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.tag-list li:hover {
	font-weight: 700;
	opacity: 1;
}
.tag-list li::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: #FF9900;
	-webkit-transition: width .3s ease;
	   -moz-transition: width .3s ease;
	    -ms-transition: width .3s ease;
		 -o-transition: width .3s ease;
		    transition: width .3s ease;
}
.tag-list li.active {
	opacity: 1;
	font-weight: 700;
}
.tag-list li.active::after {
	width: 100%;
}
.portfolio {
	margin-left: -10px;
	margin-right: -10px;
}
.portfolio .item {
	display: block;
	float: left;
	padding: 0 10px 20px;
}
.portfolio .item-sm {
	width: 50%;
}
.portfolio .item-md,
.portfolio .item-xl {
	width: 100%;
}
.portfolio .item-content {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 120px;
	border: none;
	background-color: #FBFBFB;
	border-radius: 7px;
	padding: 25px 32px;
	-webkit-transition: box-shadow .3s ease, opacity .3s ease;
	   -moz-transition: box-shadow .3s ease, opacity .3s ease;
	    -ms-transition: box-shadow .3s ease, opacity .3s ease;
		 -o-transition: box-shadow .3s ease, opacity .3s ease;
		    transition: box-shadow .3s ease, opacity .3s ease;
}
.portfolio .item.active .item-content {
	box-shadow: 0 4px 14px 0 rgba(10,58,114,0.08);
}
.portfolio .item.disabled .item-content {
	opacity: .15;
	pointer-events: none;
}
.portfolio .item-md .item-content {
	padding: 34px 75px;
}
.portfolio .item-xl .item-content {
	height: auto;
	align-items: flex-start;
	padding: 32px 30px 40px;
}
.portfolio .item .exited {
	display: block;
	position: absolute;
	width: 34px;
	height: 14px;
	top: 10px;
	right: 12px;
	background: url(assets/images/exited.svg) center center / 34px 14px no-repeat;
}
.portfolio .item .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
		 -o-transition: opacity .3s ease;
		    transition: opacity .3s ease;
}
.portfolio .item-xl .logo {
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 130px;
	height: 40px;
	margin-bottom: 20px;
}
.portfolio .item:not(.item-xl) a:hover .logo {
	opacity: 0;
}
.portfolio .item .logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.portfolio .item-xl .title {
	font-weight: 700;
	margin-bottom: .5em;
}
.portfolio .item-xl .content {
	margin-bottom: 1.3125em;
	line-height: 1.35;
}
.portfolio .item-xl .content [style*="font-weight"] {
	font-weight: 300 !important;
}
.portfolio .item-xl .link {
	font-size: .875em;
	text-decoration: underline;
}
.portfolio .item:not(.item-xl) a .link {
	display: block;
	position: absolute;
	font-size: .8125em;
	font-weight: 700;
	padding: 8px 0;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
		 -o-transform: translateX(-50%) translateY(-50%);
		    transform: translateX(-50%) translateY(-50%);
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
		 -o-transition: opacity .3s ease;
		    transition: opacity .3s ease;
}
.portfolio .item:not(.item-xl) a:hover .link {
	opacity: 1;
}
.portfolio .item:not(.item-xl) a .link::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0; left: 0;
	background-color: #FFD231;
}
@media (min-width: 768px) {
	#portfolio {
		padding-bottom: 40px;
	}
	#portfolio .h2 {
		float: left;
	}
	#portfolio .text {
		max-width: 465px;
		overflow: hidden;
		margin-left: auto;
	}
	.tag-list li {
		margin-right: 40px;
	}
	.portfolio .item-xl a {
		height: 260px;
	}
	.portfolio .item-sm {
		width: 25%;
	}
	.portfolio .item-md {
		width: 50%;
	}
	.portfolio .item-xl {
		width: 100%;
	}
	.portfolio .item-xl .content {
		display: block;
		height: 4.05em;
		overflow: hidden;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.portfolio .item-xl .link {
		margin-top: auto;
	}
}
@media (max-width: 991.98px) {
	.tag-list li[data-tag=all] {
		display: none;
	}
	.portfolio .item.disabled {
		display: none;
	}
}
@media (min-width: 1200px) {
	#portfolio {
		padding-bottom: 100px;
	}
	.portfolio-nav {
		margin-bottom: 55px;
	}
	.portfolio .item-sm {
		width: 12.5%;
	}
	.portfolio .item-md {
		width: 25%;
	}
	.portfolio .item-xl {
		width: 50%;
	}
	.portfolio .item-xl.right {
		float: right;
	}
}

/* TEAM */
#team {
	padding-bottom: 60px;
}
#team .team-cards {
	margin: 0;
}
#team .team-cards::after {
	content: '';
	display: table;
	clear: both;
}
#team .team-cards.owl-carousel {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}
#team .team-cards.owl-carousel .owl-stage-outer {
	overflow: visible;
	margin-bottom: 20px;
}
#team .team-cards.owl-carousel .owl-nav {
	float: left;
}
#team .team-cards.owl-carousel .owl-nav .owl-prev {
	display: none !important;
}
#team .team-cards.owl-carousel .owl-nav .owl-next span {
	display: block;
	position: relative;
	float: left;
	width: 34px;
	height: 22px;
	background: url(assets/images/arrow-right.svg) center center / 34px 8px no-repeat;
	text-indent: -9999px;
	font-size: 0;
}
#team .team-cards.owl-carousel .owl-title {
	float: right;
	font-weight: 700;
}
#team .team-card-size,
#team .team-card {
	width: 100%;
}
#team .team-card {
	padding: 0;
}
#team .team-cards .card {
	display: block;
	position: relative;
	border: none;
	border-radius: 7px;
	overflow: hidden;
}
#team .team-cards .card::before {
	content: '';
	display: block;
	padding-top: 146%;
}
#team .team-cards .card .photo {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}
#team .team-cards .card .info {
	position: absolute;
	z-index: 2;
	color: #FFF;
	bottom: 0; left: 0;
	width: 100%;
	padding: 30px 40px;
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#team .team-cards .card .info::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 34px;
	right: 40px;
	width: 23px;
	height: 5px;
	background: url(assets/images/dots.svg) center center / 23px 5px no-repeat;
}
#team .team-cards .card .name,
.team-card-modal .name {
	font-size: 1.75em;
	font-weight: 700;
}
#team .team-cards .card .more-info,
.team-card-modal .more-info {
	display: none;
	position: relative;
	z-index: 2;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: top .5s ease;
	   -moz-transition: top .5s ease;
	    -ms-transition: top .5s ease;
		 -o-transition: top .5s ease;
		    transition: top .5s ease;
}
.team-card-modal .more-info {
	display: block;
}
#team .team-cards .card .more-info::before,
.team-card-modal .more-info::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.25);
	-webkit-backdrop-filter: blur(30px);
	        backdrop-filter: blur(30px);
}
#team .team-cards .card .more-info .content,
.team-card-modal .content {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #FFF;
}
#team .team-cards .card .more-info .text,
.team-card-modal .text {
	margin-bottom: 40px;
	line-height: 1.4;
}
.team-card-modal .text {
	margin-top: 25px;
}
#team .team-cards .card .more-info .logos,
.team-card-modal .logos {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#team .team-cards .card .more-info .logo,
.team-card-modal .logo {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	pointer-events: none;
}
#team .team-cards .card .more-info .contacts,
.team-card-modal .contacts {
	position: relative;
	margin-top: auto;
	padding-left: 61px;
}
#team .team-cards .card .more-info .contacts::before,
.team-card-modal .contacts::before {
	content: '';
	display: block;
	position: absolute;
	width: 26px;
	height: 26px;
	left: 0;
	top: 50%;
	margin-top: -13px;
	background: url(assets/images/linkedin.svg) center center / 26px 26px no-repeat;
}
.team-card-modal {
	display: none;
	position: fixed;
	z-index: 1100;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.team-card-modal .close {
	display: block;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	background: url(assets/images/close.svg) center center / 15px 15px no-repeat;
	top: 15px;
	right: 15px;
}
@media (min-width: 768px) {
	#team {
		padding-bottom: 80px;
	}
	#team .team-cards {
		margin-left: -10px;
		margin-right: -10px;
	}
	#team .team-cards.owl-carousel .owl-title {
		display: none !important;
	}
	#team .team-card-size,
	#team .team-card {
		width: 50%;
	}
	#team .team-card {
		padding: 0 10px 20px;
	}
	#team .team-cards .card {
		z-index: 5;
		-webkit-mask-image: -webkit-radial-gradient(white, black);
	}
	#team .team-cards .card::before {
		content: none;
	}
	#team .team-cards .card .photo {
		position: relative;
		height: auto;
	}
	#team .team-cards .card .info {
		padding: 35px 42px;
	}
	#team .team-cards .card .more-info {
		display: block;
		position: absolute;
		padding: 30px 28px 28px;
		top: 100%;
		background-image: none !important;
		-webkit-transition: top .5s ease;
		   -moz-transition: top .5s ease;
		    -ms-transition: top .5s ease;
			 -o-transition: top .5s ease;
			    transition: top .5s ease;
	}
	#team .team-cards .card:hover .more-info {
		top: 0%;
	}
	#team .team-cards .card .more-info .text {
		font-size: .875em;
	}
	.team-card-modal {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	#team .team-cards .card .info::after {
		display: none;
	}
}
@media (min-width: 1440px) {
	#team .team-card-size,
	#team .team-card {
		width: 33.333333333%;
	}
	#team .team-cards .card .more-info {
		padding: 35px 42px;
	}
	#team .team-cards .card .more-info .text {
		font-size: 1em;
	}
}

/* STORIES */
#community {
	padding-bottom: 60px;
}
#community .row {
	margin-left: -16px;
	margin-right: -16px;
}
#community .row [class*="col-"] {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 40px;
}
#community .item {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	padding: 10px 0 40px;
	border-bottom: #E2E2E2 solid 1px;
}
#community .item .source {
	display: block;
	position: relative;
	font-size: 1.125em;
	padding-left: 22px;
	margin-bottom: 34px;
}
#community .item .source::before {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #FF9900;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
}
#community .item .title {
	font-size: 1.5em;
	margin-bottom: 10px;
}
#community .item:hover .title {
	text-decoration: underline;
}
#community .item .date {
	font-size: 1.125em;
	color: #B3B9CB;
	margin-top: auto;
}
.show-more {
	display: inline-block;
	position: relative;
	padding-right: 21px;
	font-size: 1.3125em;
	cursor: pointer;
}
.show-more::after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 14px;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: url(assets/images/arrow-down.svg) center center / 8px 14px no-repeat;
}
@media (min-width: 768px) {
	#community {
		padding-bottom: 80px;
	}
	#community .item .title {
		min-height: 5.3333333em;
	}
}
@media (min-width: 1200px) {
	#community {
		padding-bottom: 120px;
	}
	#community .h2 {
		float: left;
	}
	#community .preview-items {
		padding-left: 16px;
		max-width: 50%;
		overflow: hidden;
		margin-left: auto;
	}
	.show-more.fix {
		float: left;
		margin-top: -107px;
	}
}

#stories {
	padding-bottom: 60px;
}
@media (min-width: 768px) {
	#stories {
		padding-bottom: 80px;
	}
}
@media (min-width: 1200px) {
	#stories {
		padding-bottom: 120px;
	}
}

.story-list-item {
	display: flex;
	position: relative;
	flex-direction: column;
	border-radius: 7px;
	background: #F9F9F9;
	overflow: hidden;
	margin-bottom: 20px;
}
.story-list-item::after {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
		 -o-transition: opacity .3s ease;
		    transition: opacity .3s ease;
}
.story-list-item:hover::after {
	opacity: .3;
}
.story-list-item.full > .row {
	height: 200px;
}
.story-list-item .preview {
	display: block;
	position: relative;
	width: 100%;
}
.story-list-item.full .preview {
	height: 100%;
}
.story-list-item .preview img {
	position: absolute;
	top: 0; left: 0; 
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.story-list-item .preview::after {
	content: '';
	display: block;
	position: relative;
	padding-top: 58.5%;
}
.story-list-item.full .preview::after {
	content: none;
}
.story-list-item .content {
	position: relative;
	padding: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.story-list-item .info {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.story-list-item.full .info {
	margin-bottom: auto;
}
.story-list-item .info .icon {
	margin-right: 8px;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: hidden;
	width: 24px;
	height: 24px;
	background-color: #FFF;
}
.story-list-item .info .icon img {
	width: 100%;
	height: 100%;
}
.story-list-item .info .name {
	font-size: 12px;
	line-height: 1;
}
.story-list-item .title {
	font-size: 12px;
	line-height: 16px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 8px;
}
.story-list-item .date {
	color: #AEB5C6;
	font-size: 12px;
	line-height: 16px;
}
@media (min-width: 768px) {
	.story-list-item.full > .row {
		height: 340px;
	}
	.story-list-item .preview::after {
		padding-top: 64.5%;
	}
	.story-list-item .content {
		position: relative;
		padding: 16px 24px;
	}
	.story-list-item .info .icon {
		margin-right: 16px;
		width: 32px;
		height: 32px;
	}
	.story-list-item .info .name {
		font-size: 18px;
	}
	.story-list-item .title {
		font-size: 24px;
		line-height: 32px;
		height: 96px;
		margin-bottom: 16px;
	}
	.story-list-item .date {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (min-width: 1200px) {
	.story-list-item.full > .row {
		height: 354px;
	}
	.story-list-item .preview::after {
		padding-top: 50%;
	}
	.story-list-item .title {
		height: 64px;
	}
}
@media (min-width: 1440px) {
	.story-list-item.full > .row {
		height: 391px;
	}
}

.story-detail h1 {
	font-size: 31px;
	line-height: 35px;
	margin-bottom: 1em;
	text-transform: none;
}
.story-detail .info {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.story-detail .info .date {
	color: #B3B9CB;
}
.story-detail .info .category {
	display: flex;
	align-items: center;
}
.story-detail .info .category::before {
	content: '';
	display: block;
	position: relative;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #FF9900;
	margin: 0 20px;
}
.story-content .lead {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.story-content img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.story-content img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.story-content img.alignright {
	margin-left: auto;
}
.story-detail .btn-warning {
	margin-top: 30px;
	padding: 5px 10px;
	font-weight: 300;
	font-size: 18px;
	border-radius: 0;
}
.story-detail .author {
	margin-top: 40px;
}
.story-detail .author .info {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}
.story-detail .author .info .photo {
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
	flex-shrink: 0;
}
.story-detail .author .info .photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	object-fit: cover;
}
.story-detail .author .info .name {
	font-size: 18px;
	line-height: 24px;
}
.story-detail .author .about {
	font-size: 14px;
	line-height: 19px;
	color: #B3B9CB;
	margin-bottom: 15px;
}
.story-detail .author .link {
	font-size: 18px;
}
.story-detail .author .link a {
	color: inherit;
	text-decoration: underline;
}
@media (min-width: 768px) {
	.story-detail h1 {
		font-size: 55px;
		line-height: 61px;
		margin-bottom: 44px;
	}
	.story-content .lead {
		font-size: 22px;
	}
}
@media (min-width: 1200px) {
	.story-detail .author {
		margin-top: 0px;
	}
}

/* EVENTS */
#events {
	padding-bottom: 60px;
}
#events .events-list.owl-carousel {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}
#events .events-list.owl-carousel .owl-stage-outer {
	overflow: visible;
}
#events .event a {
	display: block;
	position: relative;
	padding: 38px 38px 46px;
	height: 400px;
	overflow: hidden;
	border-radius: 7px;
	color: #F7F7F7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
#events .event a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: -moz-linear-gradient(0deg, rgba(0,22,80,0) 0%, rgba(10,58,114,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,22,80,0) 0%, rgba(10,58,114,1) 100%);
	background: linear-gradient(0deg, rgba(0,22,80,0) 0%, rgba(10,58,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001650",endColorstr="#0a3a72",GradientType=1);
}
#events .event a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: #001650;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
		 -o-transition: opacity .3s ease;
		    transition: opacity .3s ease;
}
#events .event a:hover::after {
	opacity: 1;
}
#events .event a .content {
	display: flex;
	position: relative;
	z-index: 2;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
#events .event a .date {
	color: #FFF;
}
#events .event a .title {
	font-size: 1.75em;
	margin-top: auto;
}
#events .owl-nav {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#events .owl-nav .owl-prev span,
#events .owl-nav .owl-next span {
	display: block;
	position: relative;
	width: 34px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 34px 8px;
	text-indent: -9999px;
	font-size: 0;
}
#events .owl-nav .owl-prev span {
	background-image: url(assets/images/arrow-left.svg);
}
#events .owl-nav .owl-next span {
	background-image: url(assets/images/arrow-right.svg);
}
.event-modal {
	display: none;
	position: fixed;
	overflow: hidden;
	z-index: 1100;
	top: 0; right: 0; bottom: 0; left: 0;
	padding: 62px 0 14px;
	color: #FFF;
}
.event-modal::before {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(0, 0, 0, 0.86);
	-webkit-backdrop-filter: blur(30px);
	        backdrop-filter: blur(30px);
}
.event-modal .close {
	display: block;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	background: url(assets/images/close.svg) center center / 15px 15px no-repeat;
	top: 15px;
	right: 15px;
}
.event-modal .content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.event-modal .content .date {
	margin-bottom: 1em;
}
.event-modal .content .title {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}
.event-modal .content .slider {
	overflow-y: auto;
}
.event-modal .content .slider.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.event-modal .content .slider img {
	margin-bottom: 16px;
}
.event-modal .owl-nav {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.event-modal .owl-nav .owl-prev span,
.event-modal .owl-nav .owl-next span {
	display: block;
	position: relative;
	width: 34px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 34px 8px;
	text-indent: -9999px;
	font-size: 0;
}
.event-modal .owl-nav .owl-prev span {
	background-image: url(assets/images/arrow-left-w.svg);
}
.event-modal .owl-nav .owl-next span {
	background-image: url(assets/images/arrow-right-w.svg);
}
@media (min-width: 768px) {
	#events .events-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	#events .event {
		display: block;
		width: 50%;
		padding: 0 10px 20px;
	}
	.event-modal {
		padding: 30px 0;
	}
	.event-modal .close {
		top: 25px;
		right: 25px;
	}
	.event-modal .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	.event-modal .content .title {
		font-size: 2.125em;
		margin-bottom: 1.75em;
	}
	.event-modal .content .slider {
		overflow: visible;
	}
	.event-modal .content .slider img {
		margin: 0;
		height: 50vh;
		width: auto;
	}
}
@media (min-width: 1200px) {
	#events .event a {
		padding: 52px;
	}
	.event-modal {
		
	}
	.event-modal .close {
		top: 30px;
		right: 30px;
	}
	.event-modal .content .date {
		margin-bottom: 1.5em;
	}
	.event-modal .owl-nav {
		max-width: 320px;
	}
}

/* CONTACTS */
#contact {
	padding-bottom: 100px;
	background: #FFF url(assets/images/rock-footer.jpg) right 55% bottom -20px / 673px 216px no-repeat;
}
#contact .navbar-brand {
	margin-bottom: 37px;
}
#contact .contacts {
	margin-bottom: 28px;
	font-size: 1.5em;
}
@media (max-width: 767.98px) {
	#contact .first-title {
		margin-bottom: 0;
	}
	#contact .second-title {
		margin-top: -2px;
		border-bottom: none;
		border-top: 2px solid #FF9900;
		padding-top: 10px;
	}
}
@media (min-width: 768px) {
	#contact {
		padding-bottom: 130px;
		background-position: right 55% bottom -80px;
		background-size: 1013px 325px;
	}
	#contact .first-title {
		display: block;
		margin-right: -20px;
	}
	#contact .contacts {
		padding-right: 50px;
	}
}
@media (min-width: 1200px) {
	#contact {
		padding-bottom: 100px;
		background-position: right -200px bottom;
	}
}

/* SIDEBAR */
.sidebar {
	display: block;
	position: relative;
	height: 100%;
}

/* PAGINATION */
.pagination {
	display: flex;
	justify-content: center;
	border-radius: 0;
	margin-top: 20px;
}
.page-link {
	font-size: 21px;
	line-height: 1;
	padding: 5px 10px;
	color: #808BA7;
	border: none;
}
.page-link:hover {
	color: #001650;
	background: none;
	text-decoration: underline;
}
.page-item.active .page-link {
	background: none;
	color: #001650;
}
.page-item.prev .page-link,
.page-item.next .page-link {
	text-indent: -9999px;
	width: 30px;
}
.page-item.prev .page-link:hover,
.page-item.next .page-link:hover {
	opacity: .5;
}
.page-item.prev {
	margin-right: 20px;
}
.page-item.prev .page-link {
	background: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15L1 8L8 1' stroke='%23001650' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}
.page-item.next {
	margin-left: 20px;
}
.page-item.next .page-link {
	background: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23001650' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat;
}
@media (min-width: 1200px) {
	.pagination {
		margin-top: 40px;
	}
}

/* WP */
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
	body.admin-bar .fixed-top {
		top: 46px;
	}
}