@charset "UTF-8";
/* CSS Document */
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	z-index: 9999;
    background-color: #0E3053;
	background-image: url('../images/load-bkg.png');
    background-position:  right center; 
    background-repeat: no-repeat;
}

#holder {
    background-image: url("../images/load-bkg.png");
    background-position: center center;
    height: calc(100vh - 87px);
    position: relative;
    width: 100%;
    text-align: center;
    z-index: -2;
}

#home-video {
    position: fixed;
	left: 0px;
	top: 17px;
	width: 100%;
	height: calc(100vh - 87px);
	z-index: 0;
    text-align: center;
}

#loader-wrapper {
    width: 80px;
    height: 80px;
    text-align: center;
    display: inline-block;
    margin: auto;
}

#loader {
    height: 80px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    z-index: -1;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



#home-video .video-wrapper {
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: relative;
	/*z-index: 2;*/
}

#home-video .video-wrapper  iframe{
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;*/
	/* width: 100vw; */
	/* height: 56.25vw; */
	/* min-height: 100vh; */
	/* min-width: 177.77vh; */
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
   
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

#primary {
    background: #fff;
    position: relative;
    z-index: 1;
}

.loading-logo {
    color: #85D9D6; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 300; 
    font-size: 16px; 
    letter-spacing: 0.04em;
    line-height: 16px; 
    text-align: center;
    text-transform: uppercase;
}

.loading-logo img {
    margin-bottom: 45px;
    width: 193px;
}

#home-headline {
    padding: 60px 15px 90px;
    text-align: center;
}

#home-slider {
    padding-bottom: 40px;
}

/*#home-slider #carousel {
    margin-left: 15px;
    margin-right: 15px;
}*/

#video {
    padding-bottom: 40px;
    padding-top: 30px;
}

#video h2.heading{
    color: #329FA1;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

#boxes-3 img {
    width: 82px;
}

/*.slick {
    margin-left: -12px;
	margin-right: -12px;
}*/
#whats-new {
    padding-top: 10px;
    padding-bottom: 20px;
}

#whats-new h2.heading {
    color: #329FA1;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: -65px;
    padding-top: 15px;
    text-transform: uppercase;
}

#whats-new .slick-track {
    /*background: #F4F5F5;*/
    display: flex;
    flex-direction: row;
    /*align-items: stretch;
    justify-content: space-between;*/
}

#whats-new .slick-slide {
    display: flex !important;
    /*background: #F4F5F5;*/
    height: inherit !important;
    
}

#whats-new .slick-slide .wrapper{
    background: #F4F5F5;
    display: flex;
    flex-direction: column;
    height: inherit !important;
}

#whats-new .slick-active  .wrapper{
    margin-left: 12px;
	margin-right: 12px;
}

#whats-new .slick-active:first-child .wrapper  {
    margin-left: 0;
	margin-right: 12px;
}

#whats-new .slick-active:last-child  .wrapper {
    margin-left: 12px;
	margin-right: 0;
}

#whats-new .slick-active:first-child img, #whats-new .slick-active:last-child img {
    margin-top: -8px;
} 

#whats-new .slick-prev::before, #whats-new .slick-next::before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: red;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#whats-new .arrows {
    height: 65px;
	margin: 0 0 15px;
    
	position: relative;
	width: 300px;
}

#whats-new .slick-prev, #whats-new .slick-next {
	background: transparent;
    
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	transition: all .25s ease-in-out;
	opacity: 1;
    
}

#whats-new .slick-prev,#whats-new .slick-prev:active, #whats-new .slick-prev:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F84B0F'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
	z-index: 103;
	left: 0;
    background-size: cover;
}

#whats-new .slick-prev:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F84B0F'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    opacity: .8;
    background-size: cover;
}

#whats-new .slick-prev::before {
	content: '';
}

#whats-new .slick-next,#whats-new .slick-next:active, #whats-new .slick-next:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F84B0F'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
	z-index: 102;
	right: 0;
    background-size: cover;
}

#whats-new .slick-next:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F84B0F'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    opacity: .8;
    background-size: cover;
}

#whats-new .slick-next::before {
	content: '';
}

#whats-new .content {
    background: #F4F5F5;
    /*display: flex;*/
    font-size: 14px;
    /*flex-direction: column;
    justify-content: space-between;*/
    line-height: 20px;
    padding: 30px 40px;
    /*min-height: 220px;*/
    text-align: center;
    text-transform: uppercase;
}

#whats-new .cat {
    color: #9FABAD;
    font-size: 9px;
    letter-spacing: .2em;
    padding-bottom: 10px;
}

#whats-new .title {
    padding-bottom: 20px;
}

#whats-new .date {
    color: #9FABAD;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .2em;
    padding-bottom: 30px;
}
