/* @override https://codaaudio.com/_swiper/_swiper_tda.css */

/* @override https://codaaudio.com/_swiper/_swiper_tda.css */

/* @override http://craneandco.co.uk/_swiper/_swiper_tda.css */

/* Video Play Button START */


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 20%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  /*  background: #ba1f24; */
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  /* background: #fa183d; */
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0,0,0,0.75);
}


/* Video Play Button END */

/* HEADER DENMARK */

.header-denmark {
	width: 100%;
	height: 600px;
	display: flex;
	position: relative;
}

.header-denmark .swiper-slide {
	overflow: hidden;
}

.header-denmark .swiper-slide h2 {
	font-size: 70px;
	color: #fff;
	font-family: 'Ubuntu', arial, sans-serif;
	padding-right: 40%;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: 700;
	line-height: 1.0;
}


.header-denmark .swiper-slide p {
	font-size: 20px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.5;
}


.header-denmark .swiper-slide .link {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.header-denmark .swiper-slide .link img {
	height: 46px;
	margin-right: 15px;
}

.header-denmark .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.header-denmark .swiper-custom-pagination {
	width: 1110px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -555px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
}

.header-denmark .swiper-pagination-bullet {
	width: auto;
	height: auto;
	flex: 1;
	background: transparent;
	font-size: 14px;
	opacity: 0.8;
	border-radius: 0;
	margin: 0 !important;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 30px;
	color: #fff;
	border-left: 1px solid #fff;
}

.header-denmark .swiper-pagination-bullet span {
	font-weight: 700;
	font-size: 20px;
	width: 100%;
	float: left;
	font-family: 'Ubuntu', arial, sans-serif;
}

.header-denmark .swiper-pagination-bullet-active {
	opacity: 1;
}

.header-denmark .swiper-pagination-bullet-active span {
	color: #00CCFF;
}

.slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide .container {
	padding-left: 60px;
}




/* RESPONSIVE MEDIUM  FIXES */

@media (max-width:1399px) {

.header-denmark .swiper-custom-pagination {
	width: 100%;
	left: 0;
	margin-left: 0;
}

.header-denmark .swiper-pagination-bullet {
	font-size: 12px;
}

.header-denmark .swiper-pagination-bullet span {
	font-size: 15px;
}

}

/* RESPONSIVE TABLET FIXES */

@media (max-width:991px) {

.header-denmark {
	min-height: 500px !important;
	height: 500px;
}

.header-denmark .swiper-slide h2 {
	padding-right: 0;
	font-size: 50px;
}

.header-denmark .swiper-slide p {
	font-size: 16px;

}


}

/* RESPONSIVE MOBILE FIXES */

@media (max-width:767px) {

header {
	min-height: 300px !important;
	height: 300px;
}

header .swiper-slide h2 {
	font-size: 44px !important;
}

header .swiper-slide .link {
	font-size: 15px !important;
}

header .inner .content h5 {
	font-size: 20px !important;
}

header .inner .content h1 {
	font-size: 44px !important;
	padding-right: 0 !important;
}

header .inner .content p {
	font-size: 14px !important;
	line-height: 20px !important;
}

header .inner .content .hero-search dl {
	display: none;
}

header .inner .content .hero-search form {
	flex-direction: column !important;
}

header .inner .content .hero-search form .form-group {
	margin-right: 0 !important;
}

.header-denmark .swiper-custom-pagination {
	display: none;
}

.header-denmark {
	height: 100% !important;
}

.swiper-slide .container {
	padding-left: 20px;
}


}