html, body, .view {
	height: 50vh;
}
.carousel {
	height: 50%;
}
.carousel .carousel-inner {
	height: 100%;
}
.carousel .carousel-inner .carousel-item, .carousel .carousel-inner .active {
	height: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
	#cover1 {
		position: relative;
		bottom: 800px;
	}
	#cover2 {
		position: relative;
		bottom: 500px;
	}
	#cover3 {
		position: relative;
		bottom: 300px;
	}
}
@media (min-width: 1200px) {
	#cover1 {
		position: relative;
		bottom: 800px;
	}
	#cover2 {
		position: relative;
		bottom: 500px;
	}
	#cover3 {
		position: relative;
		bottom: 300px;
	}
}
.navbar {
	background-color: rgba(0, 0, 0, 0.2);
}
.top-nav-collapse {
	background-color: #1a237e;
}
@media only screen and (max-width: 768px) {
	.navbar {
		background-color: #1a237e;
	}
}
.page-footer {
	background-color: #1a237e;
}
.grid-item {
	margin-bottom: 10px;
}
.img-feedback {
	display: block;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}
.number-input input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}
.number-input input[type=number]::-webkit-inner-spin-button, .number-input input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
.number-input {
	margin-bottom: 3rem;
}
.number-input button {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0;
	position: relative;
}
.number-input button:before, .number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	height: 2px;
	transform: translate(-50%, -50%);
}
.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
	text-align: center;
}
.number-input.number-input {
	border: 1px solid #ced4da;
	width: 10rem;
	border-radius: .25rem;
}
.number-input.number-input button {
	width: 2.6rem;
	height: .7rem;
}
.number-input.number-input button.minus {
	padding-left: 10px;
}
.number-input.number-input button:before, .number-input.number-input button:after {
	width: .7rem;
	background-color: #495057;
}
.number-input.number-input input[type=number] {
	max-width: 4rem;
	padding: .5rem;
	border: 1px solid #ced4da;
	border-width: 0 1px;
	font-size: 1rem;
	height: 2rem;
	color: #495057;
}
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance: none) and (stroke-color: transparent) {
		.number-input.def-number-input.safari_only button:before, .number-input.def-number-input.safari_only button:after {
			margin-top: -.3rem;
		}
	}
}
@media (min-width: 800px) and (max-width: 850px) {
	.navbar:not(.top-nav-collapse) {
		background: #1a237e !important;
	}
}
* {
	box-sizing: border-box;
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-sizer, .grid-item {
	width: 20%;
}
@media (max-width: 575px) {
	.grid-sizer, .grid-item {
		width: 20%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.grid-sizer, .grid-item {
		width: 20%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.grid-sizer, .grid-item {
		width: 20%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.grid-sizer, .grid-item {
		width: 20%;
	}
}
@media (min-width: 1200px) {
	.grid-sizer, .grid-item {
		width: 20%;
	}
}
vide .grid-item {
	float: left;
}
.grid-item img {
	display: block;
	max-width: 100%;
}
.scrollbar-ripe-malinka::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}
.scrollbar-ripe-malinka::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%);
	background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.banner {
	position: relative;
	height: 180px;
	padding: 11px 0 16px;
	margin: 0 auto;
	text-align: center;
}
.dg-container {
	position: relative;
	width: 100%;
	height: 350px;
}
.dg-wrapper {
	width: 320px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
}
.dg-wrapper a {
	width: 100%;
	height: 250px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.dg-wrapper a:first-child {
	z-index: 2;
}
.dg-wrapper a img {
	display: block;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.20);
	border-radius: 4px;
	width: 100%;
	height: 350px;
	background: #fff;
}
.dg-wrapper a.dg-transition {
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a.dg-transition-fast {
	transition: all 0.2s ease-in-out;
}
.dg-container nav {
	display: none;
}
.dg-container nav span:hover {
	opacity: 1;
}
.dg-container nav span.dg-next {
	background-position: top right;
	margin-left: 10px;
}
.dg-container #lightButton2 {
	bottom: 20px;
}
.dg-container .button {
	position: relative;
	z-index: 5;
}
.dg-container .button li {
	cursor: pointer;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.30);
	border: 1px solid rgba(0, 0, 0, 0.20);
}
.dg-container .button .light {
	background: #01BDFF;
}
.main-timeline3 {
	overflow: hidden;
	position: relative
}
.main-timeline3:before {
	content: "";
	width: 10px;
	height: 100%;
	border: 3px solid #959595;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%)
}
.main-timeline3 .timeline {
	width: 50%;
	padding: 10px 60px 10px 100px;
	float: right;
	position: relative
}
.main-timeline3 .timeline:before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(2, 0, 36, 1);
	border: 5px solid #fff;
	box-shadow: 0 0 1px 5px rgba(2, 0, 36, 1);
	position: absolute;
	top: 42px;
	left: -20px
}
.main-timeline3 .timeline-content {
	display: block;
	background: #e9e9e7;
	padding: 70px 30px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2) inset;
	position: relative
}
.main-timeline3 .timeline-content:hover {
	text-decoration: none
}
.main-timeline3 .year {
	display: block;
	width: 80%;
	height: 50px;
	background: rgba(2, 0, 36, 1);
	padding: 0 0 0 50px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	line-height: 50px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .4) inset;
	border-radius: 10px 10px 10px 0;
	position: absolute;
	top: 20px;
	left: -20px
}
.main-timeline3 .year:before {
	content: "";
	border-top: 40px solid rgba(2, 0, 36, 1);
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	bottom: -60px;
	left: 0
}
.main-timeline3 .title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4a4a4a
}
.main-timeline3 .description {
	font-size: 14px;
	color: #6f6f6f;
	margin: 0 0 5px
}
.main-timeline3 .timeline:nth-child(2n) {
	padding: 10px 100px 10px 60px;
	text-align: right
}
.main-timeline3 .timeline:nth-child(2n):before {
	left: auto;
	right: -20px;
	background: rgba(9, 9, 9, 1) 35%;
	box-shadow: 0 0 1px 5px rgba(9, 9, 9, 1) 35%;
}
.main-timeline3 .timeline:nth-child(2n) .year {
	padding-right: 50px;
	padding-left: 50px;
	border-radius: 10px 10px 0;
	left: auto;
	right: -20px;
	background: rgba(9, 9, 9, 1) 35%;
}
.main-timeline3 .timeline:nth-child(2n) .year:before {
	border-left: none;
	border-right: 20px solid transparent;
	left: auto;
	right: 0;
	border-top-color: rgba(9, 9, 9, 1) 35%;
}
.main-timeline3 .timeline:nth-child(2) {
	margin-top: 140px
}
.main-timeline3 .timeline:nth-child(odd) {
	margin: -140px 0 0
}
.main-timeline3 .timeline:nth-child(even) {
	margin-bottom: 60px
}
.main-timeline3 .timeline:first-child, .main-timeline3 .timeline:last-child:nth-child(even) {
	margin: 0
}
.main-timeline3 .timeline:nth-child(3n):before {

	background: #000000;
	box-shadow: 0 0 1px 5px #000000;
}
.main-timeline3 .timeline:nth-child(3n) .year {
	background: #000000;
}
.main-timeline3 .timeline:nth-child(3n) .year:before {
	border-top-color: #000000;
}
.main-timeline3 .timeline:nth-child(4n):before {
	background: #000000;
	box-shadow: 0 0 1px 5px #000000
}
.main-timeline3 .timeline:nth-child(4n) .year {
	background: #000000
}
.main-timeline3 .timeline:nth-child(4n) .year:before {
	border-top-color: #000000
}
@media only screen and (max-width:990px) {
	.main-timeline3:before {
		top: 8%
	}
	.main-timeline3 .timeline {
		padding: 10px 10px 10px 100px
	}
	.main-timeline3 .timeline:nth-child(2n) {
		padding: 10px 100px 10px 10px
	}
}
@media only screen and (max-width:767px) {
	.main-timeline3:before {
		width: 8px;
		top: 0;
		left: 12px;
		transform: translateX(0)
	}
	.main-timeline3 .timeline, .main-timeline3 .timeline:nth-child(even), .main-timeline3 .timeline:nth-child(odd) {
		width: 100%;
		float: none;
		text-align: left;
		padding: 0 0 0 60px;
		margin: 0 0 30px
	}
	.main-timeline3 .timeline:before, .main-timeline3 .timeline:nth-child(2n):before {
		width: 20px;
		height: 20px;
		border: 3px solid #fff;
		top: 38px;
		left: 6px
	}
	.main-timeline3 .timeline:nth-child(2n) .year {
		right: auto;
		left: -20px;
		border-radius: 10px 10px 10px 0
	}
	.main-timeline3 .timeline:nth-child(2n) .year:before {
		border-left: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: none;
		right: auto;
		left: 0
	}
}
.card-text {
	text-align: center;
}
.modal-header {
	background: #1a237e;
	color: white;
}
.modal-title {
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-size: 18px;
	width: 95%;
}
.modal-footer {
	font-weight: bold;
}
@keyframes click_here {
  from {top: 0px;}
  to {top: -1em;}
}
.anim_pointer {
	animation-name: click_here;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	position: relative;
}