/* region selector: begin */
#overlayCountries, #overlayPrivacy {
    padding: 0;
}

#overlayCountries > .uk-modal-body, #overlayPrivacy  > .uk-modal-body {
    width: 100%;
    height: 100%;
    overflow: scroll;
}

#btnRegion:hover {
    background-color: #600000;
    color: #eee;
}

#overlayCountries .continent {
    margin: 2em 0;
}
#overlayCountries .region-grid {
    margin: 1em 0;
}
#overlayCountries .region-grid a:link, #overlayCountries .region-grid a:visited {
    color: #333;
}
/* region selector: end */

.loading {
    position: absolute;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
}
.loader-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 47px;
    min-width: 47px;
}
.loader-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23.5px 0 0 -23.5px;
}
.loader-shadow {
    position: relative;
    height: 47px;
}
.loading svg {
    position: relative;
    z-index: 10;
    height: 40px;
    -webkit-animation: bounce 0.5s cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
    animation: bounce 0.5s cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
}
.loader-shadow::after {
    position: absolute;
    bottom: 2px;
    left: 20px;
    display: block;
    width: 22px;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    content: '';
    -webkit-animation: shadow .5s infinite;
    animation: shadow .5s infinite;
}
@keyframes bounce {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(0.95, 1.1) translateY(-8px);
        transform: scale(0.95, 1.1) translateY(-8px);
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(0.95, 1.1) translateY(-8px);
        transform: scale(0.95, 1.1) translateY(-8px);
    }
}
@keyframes shadow {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(0.7, 1);
        transform: scale(0.7, 1);
        background: rgba(0, 0, 0, 0.05);
    }
}
@-webkit-keyframes shadow {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(0.7, 1);
        transform: scale(0.7, 1);
        background: rgba(0, 0, 0, 0.05);
    }
}
.loading.removed {
    opacity: 0;
    display: none;
}


/* highlight: banners: begin */

#highlights {
	overflow: hidden;
    margin-bottom: 0;
}

#highlights h1, #highlights h2, #highlights h3, #highlights h4 {
    color: #222;
}

#highlights h1 {
	font-size: 10vh;
	margin: 1vh 0;
}

#highlights h2 {
	font-size: 5vh;
    /*font-family: Roboto Slab;*/
}

#highlights h3 {
	font-size: 4vh;
    /*font-family: Roboto Slab;*/
}

#highlights h1,#highlights h2,#highlights h3 {
	font-weight: bold;
	text-align: inherit;
}

#highlights .item {
	background-size: cover;
	background-position: center center;
	height: 50vh;
	overflow: hidden;
	outline: none;
}

#highlights .item.dark,#highlights .item.dark h1,#highlights .item.dark h2,#highlights .item.dark h3,#highlights .item.dark p {
	color: #fff;
}

#highlights .item p {
    margin: 10px 0 ;
	font-size: 2.5vh;
    color: #212121;
}

#highlights .vmiddle {
	display: table;
}

#highlights .vmiddle > * {
	display: table-cell;
	height: 60vh;
	width: 100%;
	vertical-align: middle;
}

#highlights .item .vfit {
	height: 100%;
}

#highlights .item img.vfit {
	height: 55vh;
	width: auto;
}

#highlights .item:link,#highlights .item:visited {
	text-decoration: none;
}

#highlights .item .text-center img {
	margin: 0 auto;
}

#highlights .item .vs-container,#highlights .item .vs-container-fluid {
	position: relative;
}

#highlights .glow.black {
	text-shadow: 0 0 10px #000;
}

#highlights .glow.white {
	text-shadow: 0 0 10px #fff;
}

#highlights .item img.img-responsive.center {
	margin-left: auto;
	margin-right: auto;
}

#highlights .item .bg {
	height: 60vh;
}

.item.slick-slide a {
    text-decoration: none;
    outline: none;
}

.slick-carousel .slick-prev, .slick-carousel .slick-next {
    position: absolute;
    top: 40%;
    height: 20%;
    width: 5%;
    padding: 2%;
    z-index: 1;
    opacity: 0.2;
}
.slick-carousel .slick-prev:hover, .slick-carousel .slick-next:hover {
    opacity: 1;
    /*background: rgba(0, 0, 0, .2);*/
}
.slick-carousel .slick-prev {
    left: 0;
}
.slick-carousel .slick-prev:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f053";
    font-weight: 300;
}
.slick-carousel .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f054";
    font-weight: 300;
}

@media (min-width: 768px) {
    .slick-carousel .slick-prev:before, .slick-carousel .slick-next:before {
        font-size: 64px;
    }
    .slick-carousel .slick-prev:before {
        margin-left: -0.25em;
    }
    .slick-carousel .slick-next:before {
        margin-left: -0.65em;
    }
    .vs-container.narrow {
        width: 760px;
    }
}
@media (max-width: 768px) {
    .slick-carousel .slick-prev, .slick-carousel .slick-next {
        top: 45%;
    }
    .slick-carousel .slick-prev:before {
        margin-left: 0
    }
    .slick-carousel .slick-next:before {
        margin-left: -10px;
    }
    .copyright>div {
        text-align: center;
    }
    .btn-white {
        font-size: 12px;
        line-height: 20px;
        min-width: 140px;
    }
}
@media (min-width: 992px) {
    .vs-vcenter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .vs-vcenter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.slick-carousel .slick-dots {
    position: absolute;
    bottom: 0.5rem;
}
.slick-carousel .slick-dots li {
    margin: 0.1rem;
}
.slick-carousel .slick-dots li button:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f111';
    font-size: 0.9rem;
    opacity: 1;
}
.slick-carousel .slick-dots li.slick-active button:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f111';
    font-size: 0.8rem;
    font-weight: 900;
}
.slick-dots li button:before {
    color: #ffffffee !important;
}

.vertical-align-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60vh;
}
.relative-block {
    position: static;
    width: 96%;
    margin: auto;
}

.vs-shadow h2,.vs-shadow p{text-shadow: 2px 4px 6px #000000;}
.purebg{margin: auto;
background: rgba(226,226,226,1);
background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(226,226,226,1)), color-stop(54%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-gradient(linear, left bottom, left top, from(rgba(226,226,226,1)), color-stop(54%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
background: linear-gradient(to top, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#ffffff", GradientType=0 );
}

.purebg-blue{margin: auto;
background: rgba(226,226,226,1);
background: -webkit-gradient(left bottom, left top, color-stop(0%, rgba(226,226,226,1)), color-stop(54%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-gradient(linear, left bottom, left top, from(rgba(226,226,226,1)), color-stop(54%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
background: linear-gradient(to top, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#ffffff", GradientType=0 );
}
.gradient-gray{background: rgba(255,255,255,1);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(88%, rgba(255,255,255,1)), color-stop(100%, rgba(245,242,245,1)));
background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), color-stop(88%, rgba(255,255,255,1)), to(rgba(245,242,245,1)));
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 88%, rgba(245,242,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f2f5', GradientType=0 );}

@media (max-width: 992px) {
    #highlights h2 {
        font-size: 4.5vh;
    }

	#highlights .item .bg {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 60vh;
	}
	#highlights .item .bg.vmiddle {
		text-align: center;
	}
	#highlights .item .bg.dark::after {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 60vh;
	}
	#highlights .item .bg.light::after {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.75);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 60vh;
	}
	#highlights .item .fg {
		text-align: center;
	}
	#highlights .item .fg img.img-responsive {
		margin-left: auto;
		margin-right: auto;
	}
}

#highlights .video-bg {
  background: #000;
  position: relative;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
#highlights .video-fg,
#highlights .video-fg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  #highlights .video-fg { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #highlights .video-fg { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
#highlights .vid-info { width: 50%; padding: .5rem; }
#highlights .vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
#highlights .vid-info .acronym { display: none; }
}

.video-ui{position: absolute;  z-index: 11;right: 15px;  top: 5px;  color: #000; text-shadow: 0px 0px 5px #000;  font-size: 2rem;}
.video-ui a { color: #FFF; padding: 0 10px; font-size: 0.7em;}

/* highlight: banners: end */
