@charset "utf-8";
/* CSS Document */

/* @import url("../webfonts/Lato_Light/stylesheet.css");
@import url("../webfonts/Lato_Thin/stylesheet.css");
@import url("../webfonts/BebasNeue_Bold/stylesheet.css"); */

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 * Copyright 2014-2018 Vladimir Kharlampidi
 * Released under the MIT License
 * Released on: July 31, 2018
 */

.swiper-container {
	height: 27vw;
	position: relative;
	border-radius: 0.5em;
}
.swiper-container {
	background-image: -webkit-linear-gradient(270deg,rgba(24,56,107,1.00) 0%,rgba(0,119,185,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(24,56,107,1.00) 0%,rgba(0,119,185,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(24,56,107,1.00) 0%,rgba(0,119,185,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(24,56,107,1.00) 0%,rgba(0,119,185,1.00) 100%);
}
.swiper-wrapper .swiper-slide{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
}
.swiper-wrapper .swiper-slide span {
	position: absolute;
	width: 90%;
	left: 2%;
	top: 2%;
	color: #FFFFFF;
	padding: 0%;
	font: 1.6vw "Lato Light",  "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0%;
}
.swiper-slide .figure{
	width: 21.5%;
	margin: 0%;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	height: 27vw;
}
.swiper-slide .figure{
	background-image: -webkit-linear-gradient(180deg,rgba(255,255,255,0.60) 0.5%,rgba(255,255,255,0.00) 0.5%);
	background-image: -moz-linear-gradient(180deg,rgba(255,255,255,0.60) 0.5%,rgba(255,255,255,0.00) 0.5%);
	background-image: -o-linear-gradient(180deg,rgba(255,255,255,0.60) 0.5%,rgba(255,255,255,0.00) 0.5%);
	background-image: linear-gradient(270deg,rgba(255,255,255,0.60) 0.5%,rgba(255,255,255,0.00) 0.5%);
	background-position: right 70%;
	background-size: auto 70%;
	background-repeat: no-repeat;
}
.swiper-slide .figure .frame-img{
	width: 90%;
	height: 13vw;
	border-radius: 0.5em;
	overflow: hidden;
}
.swiper-slide .figure img{
	width: 120%;
	margin: -2.5% 0% 0% -2.5%;
	padding: 0%;
	height: auto;
}
.swiper-slide .figure{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}
.figure .figcaption time {
	color: #FFFFFF;
	font: 1.2vw "BebasNeue Bold";
	letter-spacing: 0.1em;
	padding: 0% 5%;
	margin: 0%;
}
.figure .figcaption h4 {
	color: #FFFFFF;
	font: 1.33vw/1.125em "Lato Thin",  "Helvetica", sans-serif;
	margin: 2% 0% 0%;
	padding: 0% 5%;
}
.swiper-slide .figcaption{
	height: 7.5vw;
	margin-top: 3vw;
	margin-bottom: 0%;
}
.swiper-container {
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	width: 3vw;
	height: 3vw;
	z-index: 10;
	cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/top.png);
	right: 1%;
	top: 10%;
	bottom: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/bot.png);
	right: 1%;
	bottom: 10%;
	top: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 300ms opacity;
-o-transition: 300ms opacity;
transition: 300ms opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination {
	width: 3vw;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #FFFFFF;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 1%;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}


@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}	
	
/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}




@media (max-width:1280px){
	
.swiper-container {
	height: 70vw;
	position: relative;
	border-radius: 0.5em;
}
.swiper-wrapper .swiper-slide span {
	position: absolute;
	width: 90%;
	left: 0%;
	top: 0%;
	color: #FFFFFF;
	font-size: 2.25vw;
	text-transform: uppercase;
}
.swiper-slide .figure{
	width: 44%;
	margin: 0%;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
	height: 33.5vw;
}
.swiper-slide .figure .frame-img{
	width: 90%;
	height: 22.5vw;
	border-radius: 0.5em;
	overflow: hidden;
}
.swiper-slide .figure img{
	width: 110%;
	margin: -2.5% 0% 0% -2.5%;
	padding: 0%;
	height: auto;
}
.swiper-slide .figcaption{
	height: 5.5vw;
	margin-top: 3vw;
	margin-bottom: 0%;
	width: 90%;
}
.figure .figcaption time {
	color: #FFFFFF;
	font-size: 1.6vw;
	letter-spacing: 0.1em;
	padding: 0%;
	margin-top: 1%;
	margin-bottom: 0%;
}
.figure .figcaption h4 {
	color: #FFFFFF;
	line-height: 1.125em;
	font-size: 1.75vw;
	margin: 1% 0% 0%;
	padding: 0%;
}
.swiper-container {
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	width: 4vw;
	height: 4vw;
	z-index: 10;
	cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/top.png);
	right: 1.75%;
	top: 25%;
	bottom: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/bot.png);
	right: 1.75%;
	bottom: 25%;
	top: auto;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 1.75%;
}	
.swiper-pagination {
	width: 4vw;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #FFFFFF;
}

}






@media (max-width:800px){
	
.swiper-container {
	height: 170vw;
	position: relative;
	border-radius: 0.5em;
}
.swiper-container {
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-wrapper .swiper-slide span {
	position: absolute;
	width: 80%;
	left: 2%;
	top: 0.5%;
	color: #FFFFFF;
	font-size: 3vw;
	text-transform: uppercase;
}
.swiper-slide .figure{
	width: 80%;
	margin: 0% 0% 0% 2.5%;
	padding: 0%;
	height: 23.5%;
}
.swiper-slide .figure{
	background-image: none;
}	
.swiper-slide .figure .frame-img{
	width: 72.5%;
	height: 75%;
	border-radius: 0.5em;
	overflow: hidden;
	margin-top: 1%;
	margin-bottom: 0%;
}
.swiper-slide .figure img{
	width: 110%;
	margin: -5% 0% 0% -5%;
	padding: 0%;
	height: auto;
}
.swiper-slide .figcaption{
	width: 94%;
	height: 7vw;
	margin-top: 0%;
	margin-bottom: 0%;
}
.figure .figcaption time {
	color: #FFFFFF;
	font-size: 2.5vw;
	letter-spacing: 0.1em;
	padding: 0%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.figure .figcaption h4 {
	width: 100%;
	margin-top: 0.5%;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0%;
}	
.figure .figcaption h4 {
	color: #FFFFFF;
	line-height: 1.125em;
	font-size: 2.75vw;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-button-prev,
.swiper-button-next {
	width: 4vw;
	height: 4vw;
	z-index: 10;
	cursor: pointer;
	position: absolute;
}
.swiper-button-prev,
.swiper-button-next {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/top.png);
	right: 5%;
	top: 33%;
	bottom: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/bot.png);
	right: 5%;
	bottom: 33%;
	top: auto;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 5%;
}
.swiper-pagination {
	width: 4vw;
}	
.swiper-pagination {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #FFFFFF;
}

}	




@media (max-width:480px){
	
.swiper-container {
	height: 230vw;
	position: relative;
	border-radius: 0.5em;
}
.swiper-container {
	margin: 0 auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-wrapper .swiper-slide span {
	position: absolute;
	width: 80%;
	left: 2%;
	top: 1%;
	color: #FFFFFF;
	font-size: 4vw;
	text-transform: uppercase;
	padding: 0%;
}
.swiper-slide .figure{
	width: 88%;
	margin: 0%;
	padding: 0%;
	height: 24.5%;
}
.swiper-slide .figure .frame-img{
	width: 70%;
	height: 64%;
	border-radius: 0.5em;
	overflow: hidden;
	margin-top: 2.5%;
	margin-bottom: 0%;
}
.swiper-slide .figure img{
	width: 110%;
	margin: -5% 0% 0% -5%;
	padding: 0%;
	height: auto;
}
.swiper-slide .figcaption{
	height: 20%;
	margin: 8% auto 0%;
	width: 96%;
}
.figure .figcaption time {
	color: #FFFFFF;
	font-size: 4vw;
	letter-spacing: 0.1em;
	padding: 0%;
	margin: 0% 0% 0% 1%;
}
.figure .figcaption h4 {
	color: #FFFFFF;
	line-height: 1.125em;
	font-size: 4vw;
	margin-top: 1%;
	margin-right: 0%;
	margin-left: 1%;
	padding: 0%;
}
.swiper-button-prev,
.swiper-button-next {
	width: 6vw;
	height: 6vw;
	z-index: 10;
	cursor: pointer;
	position: absolute;
}
.swiper-button-prev,
.swiper-button-next {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/top.png);
	right: 2.5%;
	top: 35%;
	bottom: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/bot.png);
	right: 2.5%;
	bottom: 35%;
	top: auto;
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 3.5%;
}
.swiper-pagination {
	width: 4vw;
}	
.swiper-pagination {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: #FFFFFF;
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #FFFFFF;
}

}		



@media (max-width:414px){
	
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/top.png);
	right: 2.5%;
	top: 25%;
	bottom: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/bot.png);
	right: 2.5%;
	bottom: 25%;
	top: auto;
}
	
}
