/* Tiles */

.tiles {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	/* display: flex; */
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* flex-wrap: wrap; */
	position: relative;
	margin: 1em auto .5em;
}

.tiles article {
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	position: relative;
	/*width: calc(33.33333% - 2.5em);*/
	margin: 0;
	margin: auto;
}

.tiles article > .image {
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	position: relative;
	display: block;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.tiles article > .image img {
	/* display: block; */
	width: 100%;
}

.tiles article > .image:before {
	pointer-events: none;
	-moz-transition: background-color 0.5s ease, opacity 0.5s ease;
	-webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
	-ms-transition: background-color 0.5s ease, opacity 0.5s ease;
	transition: background-color 0.5s ease, opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 1.0;
	z-index: 1;
	opacity: 0.8;
}

.tiles article > .image:after {
	pointer-events: none;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	z-index: 2;
}

.tiles article > a {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
	-webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
	-ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
	transition: background-color 0.5s ease, transform 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*padding: 1em;*/
	border-radius: 4px;
	border-bottom: 0;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	z-index: 3;
}

.tiles article > a > :last-child {
	margin: 0;
}

.tiles article > a:hover {
	color: #ffffff !important;
}

.tiles article > a h2 {
	margin: 0 0 auto;
	color: #EEEEEE;
	font-size: 1.8em
}
.tiles article > a h2 img {
	width: 98%;
}


.tiles article > a .content {
	-moz-transition: max-height 0.5s ease, opacity 0.5s ease;
	-webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
	-ms-transition: max-height 0.5s ease, opacity 0.5s ease;
	transition: max-height 0.5s ease, opacity 0.5s ease;
	width: 100%;
	max-height: 0;
	line-height: 1.5;
	margin-top: 10%;
	opacity: 0;
}

.tiles article > a .content p {
	font-size: .1em;
}

.tiles article > a .content > :last-child {
	margin-bottom: 0;
}
		
body:not(.is-touch) .tiles article:hover > .image {
	-moz-transform: scale(1.13);
	-webkit-transform: scale(1.13);
	-ms-transform: scale(1.13);
	transform: scale(1.13);
}

body:not(.is-touch) .tiles article:hover > .image:before {
	background-color: #333333;
	opacity: 0.0;
}

body:not(.is-touch) .tiles article:hover > .image:after {
	opacity: 1;
	z-index: 10;
}
/*body:not(.is-touch) .tiles article:hover a h2 {
	max-height: 15em;
	opacity: 1;
	z-index: 11;
}*/

body:not(.is-touch) .tiles article:hover .content {
	max-height: 15em;
	opacity: 1;
	z-index: 11;
}

* + .tiles {
	margin-top: 2em;
}

body.is-preload .tiles article {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}

body.is-touch .tiles article .content {
	max-height: 15em;
	opacity: 1;
}

@media screen and (min-width: 2500px) {
	.tiles article > a h2 {
		font-size: 1.2em;
	}
	.tiles article > a .content p {
		font-size: 1.2em;
	}
}
		
		
@media screen and (max-width: 2499px) {
	.tiles article > a h2 {
		font-size: 1.6em;
	}
	.tiles article > a .content p {
		font-size: 1.0em;
		line-height: normal;
		margin-top:-45px;
	}
}

@media screen and (max-width: 1280px) {

	.tiles {
		margin: 1em auto .5em;
	}

		.tiles article {
			/*width: calc(33.33333% - 1.25em);*/
			margin: auto;
		}
	.tiles article > a h2 {
		font-size: 1.2em;
	}
	.tiles article > a .content p {
		font-size: 1em;
		line-height: normal;
	}

}

@media screen and (max-width: 980px) {

	.tiles {
		margin: 1em auto .5em;
	}

	.tiles article {
		/*width: calc(50% - 2.5em);*/
		margin: auto;
	}

	.tiles article > a h2 {
		font-size: 1.5em;
	}
	.tiles article > a .content p {
		font-size: 1.5em;
		line-height: normal;
	}

}

@media screen and (max-width: 736px) {

	.tiles {
		margin: 1em auto .5em;
	}

	.tiles article {
		/*width: calc(50% - 1.25em);*/
		margin: auto;
	}

	.tiles article:hover > .image {
		-moz-transform: scale(1.0);
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}

}

@media screen and (max-width: 480px) {

	.tiles {
		margin: 0;
	}

	.tiles article {
		/*width: 100%;*/
		margin: 1em auto .5em;
	}

}


.overlay-title-sss{
	text-align: center;
	font-size: 25px;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 96px;
}

.overlay-text-sss{
	text-align: center;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}


.overlay-title-psr{
	text-align: center;
	font-size: 30px;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 122px;
}

.overlay-text-psr{
	text-align: center;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}


.overlay-title-sps{
	text-align: center;
	font-size: 30px;
	font-family: "Open Sans", sans-serif;
	color: white;
	right:99px;
}

.overlay-text-sps{
	text-align: center;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}

.overlay-title-vrk{
	text-align: center;
	font-size: 30px;
	font-family: "Open Sans", sans-serif;
	color: white;
	right:120px;
}

.overlay-text-vrk{
	text-align: center;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}


.overlay-title-psm{
	font-size: 21px;
	font-family: "Open Sans", sans-serif;
	color: white;
}

.overlay-text-psm{
	text-align: center;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}


.overlay-title-pql{
	text-align: center;
	font-size: 30px;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 137px;
}

.overlay-text-pql{
	text-align: center;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}


.overlay-title-psh{
	font-size: 26px;
	font-family: "Open Sans", sans-serif;
	color: white;
	right:97px;
}

.overlay-text-psh{
	text-align: center;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}

.overlay-title-pxl{
	text-align: center;
	font-size: 27px;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 136px;
}

.overlay-text-pxl{
	text-align: end;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}

.overlay-title-cim{
	text-align: center;
	font-size: 27px;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 136px;
}

.overlay-text-cim{
	text-align: center;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
	right: 97px;
	top: 63%;
}

.overlay-text2{
	position: absolute;
	bottom: 10%;
	font-size: 1.5em;
	font-family: "Open Sans", sans-serif;
	color: white;
}

.overlay-tile3 {
	position: absolute;
	top: 0px;
	text-align: center;
	font-size: 1.6em;
	font-family: "Open Sans", sans-serif;
}

.overlay-tile4 {
	position: absolute;
	top: 0px;
	text-align: center;
	font-size: 2em;
	font-family: "Open Sans", sans-serif;
}


.trapezoid {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #104a82;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-radius: 5px;
	width: 100%;
	transform: rotate(180deg);
}


.trapezoid1 {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #b6421a;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	width: 100%;
	border-radius: 5px;
	transform: rotate(180deg);
}

.trapezoid2 {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #102c56;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	width: 100%;
	border-radius: 5px;
	transform: rotate(180deg);
}

.trapezoid3 {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #013148;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	width: 100%;
	border-radius: 5px;
	transform: rotate(180deg);
}

.trapezoid4 {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #016aa3;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	width: 100%;
	border-radius: 5px;
	transform: rotate(180deg);
}


.trapezoid5 {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #6a034f;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	width: 100%;
	border-radius: 5px;
	transform: rotate(180deg);
}



.trapezoid6 {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #dfaf29;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	width: 100%;
	border-radius: 5px;
	transform: rotate(180deg);
}


.trapezoid7 {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #a00927;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	width: 100%;
	border-radius: 5px;
	transform: rotate(180deg);
}


.trapezoid8 {
	position: absolute;
	top: 0px;
	border-bottom: 55px solid #120d3f;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	width: 100%;
	border-radius: 5px;
	transform: rotate(180deg);
}


.mouseover-img {
	height: 5em; 
	width: auto;
}

.content-movedown{
	padding-top: 5% !important;
}
@media (min-width: 2500px) {
	.appear-resize{
		display: none;
	}
}

@media (max-width: 2500px) {
	.dissapear-resize{
		display: none;
	}
}

  /* 
  .wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
  } */
  @media (min-width:1921px) {
	.carousel {
		position: relative;
		width: 100%;
		max-width: 2000px;
		display: flex;
		flex-direction: column;
		min-height: 50vh;
		justify-content: center;
		left: calc(50% - 500px);
	}
}

  @media (max-width:1920px) {
	.carousel {
		position: relative;
		width: 100%;
		max-width: 1600px;
		display: flex;
		flex-direction: column;
		min-height: 50vh;
		justify-content: center;
		left: calc(50% - 400px);
	}
}

@media (max-width:1366px) {
  .carousel {
	  position: relative;
	  width: 100%;
	  max-width: 1200px;
	  display: flex;
	  flex-direction: column;
	  min-height: 50vh;
	  justify-content: center;
	  left: calc(50% - 300px);
  }
}
  .carousel p {
	font-size: 2vh !important;
	line-height: normal !important;
	padding: .5em;
  }

  .carousel1 {
	position: relative;
	width: 100%;
	/* max-width: 100px; */
	display: flex;
	flex-direction: row-reverse;
  }
  
  .carousel__item {
    display: flex;
    align-items: center;
	position: absolute;
	width: 50%;
	padding: 0 12px;
	opacity: 0;
	filter: drop-shadow(0 2px 2px #555);
	will-change: transform, opacity;
	/* @keyframes duration | easing-function | delay | iteration-count | direction | fill-mode | play-state | name */
	animation: carousel-animate-vertical 90s linear infinite;
  }

  .carousel__item1 {
	position: absolute;
	width: 90%;
	padding: 0 12px;
	opacity: 0;
	filter: drop-shadow(0 2px 2px #555);
	will-change: transform, opacity;
	animation: carousel-animate-vertical 80s linear infinite;
  }
  
  .carousel__item:nth-child(1) {
	animation-delay: calc(10s * -1);
  }
  
  .carousel__item:nth-child(2) {
	animation-delay: calc(10s * 0);

  }
  
  .carousel__item:nth-child(3) {
	animation-delay: calc(10s * 1);
  }
  
  .carousel__item:nth-child(4) {
	animation-delay: calc(10s * 2);
  }
  
  .carousel__item:nth-child(5) {
	animation-delay: calc(10s * 3);
  }
  
  .carousel__item:nth-child(6) {
	animation-delay: calc(10s * 4);
  }
  
  .carousel__item:nth-child(7) {
	animation-delay: calc(10s * 5);
  }
  
  .carousel__item:nth-child(8) {
	animation-delay: calc(10s * 6);
  }
  
  .carousel__item:last-child {
	animation-delay: calc(-10s * 2);
  }

  .carousel__item1:nth-child(1) {
	animation-delay: calc(8.8888888889s * -1);
  }
  
  .carousel__item1:nth-child(2) {
	animation-delay: calc(8.8888888889s * 0);
  }
  
  .carousel__item1:nth-child(3) {
	animation-delay: calc(8.8888888889s * 1);
  }
  
  .carousel__item1:nth-child(4) {
	animation-delay: calc(8.8888888889s * 2);
  }
  
  .carousel__item1:nth-child(5) {
	animation-delay: calc(8.8888888889s * 3);
  }
  
  .carousel__item1:nth-child(6) {
	animation-delay: calc(8.8888888889s * 4);
  }
  
  .carousel__item1:nth-child(7) {
	animation-delay: calc(8.8888888889s * 5);
  }
  
  .carousel__item1:nth-child(8) {
	animation-delay: calc(8.8888888889s * 6);
  }
  
  .carousel__item1:last-child {
	animation-delay: calc(-8.8888888889s * 2);
  }
  
  .carousel__item-head {
	border-radius: 50%;
	background-color: #d7f7fc;
	width: 90px;
	height: 90px;
	padding: 14px;
	position: relative;
	margin-right: -45px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
  }
  
  .carousel__item-body {
	width: 100%;
	background-color: #023361;
	border-radius: 2px;
	font-size: 2em;
	border-radius: 9px;
  }
  
  .title {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 10px;
  }
  
  @keyframes carousel-animate-vertical {
	0% {
	  transform: translateX(-100%) scale(0.5);
	  opacity: 0;
	  visibility: hidden;
	  z-index: -200;
	}
	3%, 11.1111111111% {
	  transform: translateX(-100%) scale(0.7);
	  opacity: 0.4;
	  visibility: visible;
	  z-index: -200;

	}
	14.1111111111%, 22.2222222222% {
	  transform: translateX(0) scale(1);
	  opacity: 1;
	  visibility: visible;
	  z-index: 20000;
	}
	25.2222222222%, 33.3333333333% {
	  transform: translateX(100%) scale(0.7);
	  opacity: 0.4;
	  visibility: visible;
	  z-index: -200;

	}
	36.3333333333% {
	  transform: translateX(100%) scale(0.5);
	  opacity: 0;
	  visibility: visible;
	  z-index: -200;

	}
	100% {
	  transform: translateX(100%) scale(0.5);
	  opacity: 0;
	  visibility: hidden;
	  z-index: -200;

	}
  }

  .resize{
	width: 100%;
	height: auto;
  }


.myImg{
	width: 75%;
	height: 90%;
}

.galspace{
	width: 3817px;
	position: relative;
	overflow: hidden;
}

.title_text {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3em;
}

.tile_container{
	position: relative;
	color: white;
}

.overlay-tile2A, .overlay-tile2B{
	font-size: 2em;
}

.sss-color-title{
	background-color: #405678;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 73%;
}


.psr-color-title{
	background-color: #c56848;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 60%;
}

.sps-color-title{
	background-color: #406e9b;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 71%;
}

.vrk-color-title{
	background-color: #883572;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 60%;
}

.psm-color-title{
	background-color: #345a6d;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.pql-color-title{
	background-color: #b33a52;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 51%;
}

.psh-color-title{
	background-color: #3488b5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.pxl-color-title{
	background-color: #413d65;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 51%;
}

.cim-color-title{
	background-color: #e5bf54;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 51%;
}	