/**
	Navik - HTML header navigation menu
 	Copyright (c) 2019, Pophonic 
	
	Author: Pophonic
	Profile: https://codecanyon.net/user/pophonic
	
**/

/** Custom CSS **/

.shadow {
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.75);
}

.shadow-text {
	text-shadow: 1px 1px 1px black;
}

.shadow-box {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 0px 10px 5x rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.65);
}

.img-hover-zoom img {
	transition: transform .5s ease;
}

.img-hover-zoom:hover img {
	transform: scale(1.1);
}

.img-hover-zoom div {
	transition: transform .5s ease;
}

.img-hover-zoom:hover div {
	transform: scale(1.1);
}


/* Diaporama */
.conteneur{
	max-width: 576px;
	margin: 20px auto;
}
.diaporama{
    width: 100%;
    height: 0px;
    padding-top: 63.5%;
    background-size: contain;
	background-repeat: no-repeat;
	animation-name: diapo;
	animation-duration: 30s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
}

@keyframes diapo{
    0%{background-image: url("../images/PC-Image-1.jpg");}
    20%{background-image: url("../images/PC-Image-1.jpg");}
    40%{background-image: url("../images/PC-Image-2_1.jpg");}
    60%{background-image: url("../images/PC-Image-2_1.jpg");}
	80%{background-image: url("../images/PC-Image-2_1.jpg");}
	100%{background-image: url("../images/PC-Image-1.jpg");}
}

/* Owl Carousel Flcèhes */
.main-content {
	position: relative;
}
.main-content .owl-theme .custom-nav {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
	position: absolute;
	top: 100px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	width: 0%;
    height: 0%;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	/*background: white;*/
	/*border-radius: 50%;*/
}
@media screen and (max-width: 500px) { .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next { top: 50px; } }
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
	font-size: 2rem;
	/*font-size: 50px;*/
	/*color: #cecece;*/
	/*color: #475569;*/
	color: black;
	/*box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 100%);*/
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 1);
	background: white;
	border-radius: 50%;
}
.main-content .owl-theme .custom-nav .owl-prev {
	left: 10px;
}
.main-content .owl-theme .custom-nav .owl-next {
	right: 50px;
}

/* The Modal (background) */
.modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 300px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
		background-color: rgb(0,0,0); /* Fallback color */
		background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}
	
/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
	
	/* Add Animation */
	@-webkit-keyframes animatetop {
		from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

/* The Close Button */
.close {
	font-size: 28px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 16px 16px;
	background-color: #f2f2f2;
}

.modal-body {padding: 2px 16px;}

/** Main CSS **/

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
	color: #717171;
}

.bg-dark:before {
	content: ' ';
	background: black;
	background-image: url(../images/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1; 
}

.bg-light:before {
	content: ' ';
	background: white;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fira Sans', sans-serif;
}

p {
	margin: 0 0 1.42857143em;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a:focus,
a:active {
	outline: none;
}

.box {
	margin-bottom: 30px;
}

/* Banner */
#banner {
	-webkit-box-shadow: -25px 50px 50px 10px rgba(0,0,0,1);
	-moz-box-shadow: -25px 50px 50px 10px rgba(0,0,0,1);
	box-shadow: -25px 50px 50px 10px rgba(0,0,0,1);
	-ms-flex-align: center;
	-ms-flex-pack: center;
	background-color: #111111;
	color: rgba(255, 255, 255, 0.5);
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-image: url("../images/banner.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 0;
	display: -ms-flexbox;
	height: 35rem !important;
	min-height: 35rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%; }
	#banner input, #banner select, #banner textarea {
	  color: #ffffff; }
	#banner a {
	  color: #000000; }
	#banner strong, #banner b {
	  color: #ffffff; }
	#banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
	  color: #ffffff; }
	#banner blockquote {
	  border-left-color: rgba(255, 255, 255, 0.25); }
	#banner code {
	  background: rgba(255, 255, 255, 0.075);
	  border-color: rgba(255, 255, 255, 0.25); }
	#banner hr {
	  border-bottom-color: rgba(255, 255, 255, 0.25); }
	#banner input[type="submit"],
	#banner input[type="reset"],
	#banner input[type="button"],
	#banner button,
	#banner .button {
	  background-color: transparent;
	  box-shadow: inset 0 0 0 1px #ffffff;
	  color: #ffffff !important; }
	  #banner input[type="submit"]:hover,
	  #banner input[type="reset"]:hover,
	  #banner input[type="button"]:hover,
	  #banner button:hover,
	  #banner .button:hover {
		box-shadow: inset 0 0 0 1px #000000;
		color: #000000 !important; }
		#banner input[type="submit"]:hover:active,
		#banner input[type="reset"]:hover:active,
		#banner input[type="button"]:hover:active,
		#banner button:hover:active,
		#banner .button:hover:active {
		  background-color: rgba(206, 27, 40, 0.25); }
	  #banner input[type="submit"].primary,
	  #banner input[type="reset"].primary,
	  #banner input[type="button"].primary,
	  #banner button.primary,
	  #banner .button.primary {
		box-shadow: none;
		background-color: #000000;
		color: #ffffff !important; }
		#banner input[type="submit"].primary:hover,
		#banner input[type="reset"].primary:hover,
		#banner input[type="button"].primary:hover,
		#banner button.primary:hover,
		#banner .button.primary:hover {
		  background-color: #000000;
		  box-shadow: none; }
		  #banner input[type="submit"].primary:hover:active,
		  #banner input[type="reset"].primary:hover:active,
		  #banner input[type="button"].primary:hover:active,
		  #banner button.primary:hover:active,
		  #banner .button.primary:hover:active {
			background-color: #000000; }
	#banner label {
	  color: #ffffff; }
	#banner input[type="text"],
	#banner input[type="password"],
	#banner input[type="email"],
	#banner input[type="tel"],
	#banner input[type="search"],
	#banner input[type="url"],
	#banner select,
	#banner textarea {
	  background-color: rgba(255, 255, 255, 0.075);
	  border-color: rgba(255, 255, 255, 0.25); }
	  #banner input[type="text"]:focus,
	  #banner input[type="password"]:focus,
	  #banner input[type="email"]:focus,
	  #banner input[type="tel"]:focus,
	  #banner input[type="search"]:focus,
	  #banner input[type="url"]:focus,
	  #banner select:focus,
	  #banner textarea:focus {
		border-color: #000000;
		box-shadow: 0 0 0 1px #000000; }
	#banner select {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
	  #banner select option {
		color: rgba(255, 255, 255, 0.5);
		background-color: #111111; }
	#banner input[type="checkbox"] + label,
	#banner input[type="radio"] + label {
	  color: rgba(255, 255, 255, 0.5); }
	  #banner input[type="checkbox"] + label:before,
	  #banner input[type="radio"] + label:before {
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.25); }
	#banner input[type="checkbox"]:checked + label:before,
	#banner input[type="radio"]:checked + label:before {
	  background-color: #000000;
	  border-color: #000000;
	  color: #ffffff; }
	#banner input[type="checkbox"]:focus + label:before,
	#banner input[type="radio"]:focus + label:before {
	  border-color: #000000;
	  box-shadow: 0 0 0 1px #000000; }
	#banner ::-webkit-input-placeholder {
	  color: rgba(255, 255, 255, 0.4) !important; }
	#banner :-moz-placeholder {
	  color: rgba(255, 255, 255, 0.4) !important; }
	#banner ::-moz-placeholder {
	  color: rgba(255, 255, 255, 0.4) !important; }
	#banner :-ms-input-placeholder {
	  color: rgba(255, 255, 255, 0.4) !important; }
	#banner ul.alt li {
	  border-top-color: rgba(255, 255, 255, 0.25); }
	#banner table tbody tr {
	  border-color: rgba(255, 255, 255, 0.25); }
	  #banner table tbody tr:nth-child(2n + 1) {
		background-color: rgba(255, 255, 255, 0.075); }
	#banner table th {
	  color: #ffffff; }
	#banner table thead {
	  border-bottom-color: rgba(255, 255, 255, 0.25); }
	#banner table tfoot {
	  border-top-color: rgba(255, 255, 255, 0.25); }
	#banner table.alt tbody tr td {
	  border-color: rgba(255, 255, 255, 0.25); }
	#banner .highlights .content {
	  background: #111111;
	  box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
	#banner .testimonials .content {
	  background: #111111;
	  box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
	  #banner .testimonials .content .credit strong {
		color: #000000; }
	#banner > .inner {
	  -moz-transform: scale(1.0);
	  -webkit-transform: scale(1.0);
	  -ms-transform: scale(1.0);
	  transform: scale(1.0);
	  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
	  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
	  transition: opacity 1s ease, transform 1s ease;
	  opacity: 1;
	  position: relative;
	  z-index: 3; }
	  #banner > .inner > :last-child {
		margin-bottom: 0; }
	#banner h1 {
	  font-size: 4rem;
	  margin-bottom: 1rem; }
	#banner p {
	  font-size: 1.5rem; }
	#banner a {
	  color: rgba(255, 255, 255, 0.7);
	  text-decoration: none; }
	  #banner a:hover {
		color: #ffffff; }
	#banner video {
	  -moz-transform: translateX(50%) translateY(50%);
	  -webkit-transform: translateX(50%) translateY(50%);
	  -ms-transform: translateX(50%) translateY(50%);
	  transform: translateX(50%) translateY(50%);
	  bottom: 50%;
	  height: auto;
	  min-height: 100%;
	  min-width: 100%;
	  overflow: hidden;
	  position: absolute;
	  right: 50%;
	  width: auto; }
	#banner:before {
	  -moz-transition: opacity 3s ease;
	  -webkit-transition: opacity 3s ease;
	  -ms-transition: opacity 3s ease;
	  transition: opacity 3s ease;
	  -moz-transition-delay: 1.25s;
	  -webkit-transition-delay: 1.25s;
	  -ms-transition-delay: 1.25s;
	  transition-delay: 1.25s;
	  background: #111111;
	  content: '';
	  display: block;
	  height: 100%;
	  left: 0;
	  opacity: 0.45;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 1; }
	#banner:after {
	  background: linear-gradient(135deg, #000000 0%, #111111 74%);
	  content: ' ';
	  display: block;
	  height: 100%;
	  left: 0;
	  opacity: 0.6;
	  position: absolute;
	  top: 0;
	  -webkit-linear-gradientidth: 100%;
	  width: 100%;
	  z-index: 1; }
	#banner.small {
	  height: 30vh !important;
	  min-height: 30vh; }
	@media screen and (max-width: 1280px) {
	  #banner video {
		display: none; } }
	@media screen and (max-width: 736px) {
	  #banner {
		height: auto !important;
		min-height: 0;
		padding: 4rem 2rem 4rem 2rem; }
		#banner .inner {
		  width: 100%; }
		#banner h1 {
		  font-size: 1.75rem;
		  margin-bottom: 0.5rem;
		  padding-bottom: 0; }
		#banner p {
		  font-size: 1.25rem; }
		#banner br {
		  display: none; }
		#banner .button {
		  width: 100%; } }
	@media screen and (max-width: 480px) {
	  #banner p {
		font-size: 1rem; } }
	body.is-preload #banner .inner {
	  -moz-transform: scale(0.99);
	  -webkit-transform: scale(0.99);
	  -ms-transform: scale(0.99);
	  transform: scale(0.99);
	  opacity: 0; }
	body.is-preload #banner:before {
	  opacity: 1; }
	  
/* Banner2 */
#banner2 {
	-webkit-box-shadow: -25px 50px 50px 10px rgba(255,255,255,1);
	-moz-box-shadow: -25px 50px 50px 10px rgba(255,255,255,1);
	box-shadow: -25px 50px 50px 10px rgba(255,255,255,1);
	-ms-flex-align: center;
	-ms-flex-pack: center;
	background-color: #111111;
	color: rgba(0, 0, 0, 0.3);
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-image: url("../images/banner.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 0;
	display: -ms-flexbox;
	height: 35rem !important;
	min-height: 35rem;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%; }
	#banner2 input, #banner2 select, #banner2 textarea {
	  color: #ffffff; }
	#banner2 a {
	  color: #ffffff; }
	#banner2 strong, #banner2 b {
	  color: #ffffff; }
	#banner2 h1, #banner2 h2, #banner2 h3, #banner2 h4, #banner2 h5, #banner2 h6 {
	  color: #ffffff; }
	#banner2 blockquote {
	  border-left-color: rgba(255, 255, 255, 0.25); }
	#banner2 code {
	  background: rgba(255, 255, 255, 0.075);
	  border-color: rgba(255, 255, 255, 0.25); }
	#banner2 hr {
	  border-bottom-color: rgba(255, 255, 255, 0.25); }
	#banner2 input[type="submit"],
	#banner2 input[type="reset"],
	#banner2 input[type="button"],
	#banner2 button,
	#banner2 .button {
	  background-color: transparent;
	  box-shadow: inset 0 0 0 1px #ffffff;
	  color: #ffffff !important; }
	  #banner2 input[type="submit"]:hover,
	  #banner2 input[type="reset"]:hover,
	  #banner2 input[type="button"]:hover,
	  #banner2 button:hover,
	  #banner2 .button:hover {
		box-shadow: inset 0 0 0 1px #ffffff;
		color: #000000 !important; }
		#banner2 input[type="submit"]:hover:active,
		#banner2 input[type="reset"]:hover:active,
		#banner2 input[type="button"]:hover:active,
		#banner2 button:hover:active,
		#banner2 .button:hover:active {
		  background-color: rgba(206, 27, 40, 0.25); }
	  #banner2 input[type="submit"].primary,
	  #banner2 input[type="reset"].primary,
	  #banner2 input[type="button"].primary,
	  #banner2 button.primary,
	  #banner2 .button.primary {
		box-shadow: none;
		background-color: #ffffff;
		color: #ffffff !important; }
		#banner2 input[type="submit"].primary:hover,
		#banner2 input[type="reset"].primary:hover,
		#banner2 input[type="button"].primary:hover,
		#banner2 button.primary:hover,
		#banner2 .button.primary:hover {
		  background-color: #ffffff;
		  box-shadow: none; }
		  #banner2 input[type="submit"].primary:hover:active,
		  #banner2 input[type="reset"].primary:hover:active,
		  #banner2 input[type="button"].primary:hover:active,
		  #banner2 button.primary:hover:active,
		  #banner2 .button.primary:hover:active {
			background-color: #000000; }
	#banner2 label {
	  color: #ffffff; }
	#banner2 input[type="text"],
	#banner2 input[type="password"],
	#banner2 input[type="email"],
	#banner2 input[type="tel"],
	#banner2 input[type="search"],
	#banner2 input[type="url"],
	#banner2 select,
	#banner2 textarea {
	  background-color: rgba(255, 255, 255, 0.075);
	  border-color: rgba(255, 255, 255, 0.25); }
	  #banner2 input[type="text"]:focus,
	  #banner2 input[type="password"]:focus,
	  #banner2 input[type="email"]:focus,
	  #banner2 input[type="tel"]:focus,
	  #banner2 input[type="search"]:focus,
	  #banner2 input[type="url"]:focus,
	  #banner2 select:focus,
	  #banner2 textarea:focus {
		border-color: #ffffff;
		box-shadow: 0 0 0 1px #ffffff; }
	#banner2 select {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E"); }
	  #banner2 select option {
		color: rgba(0, 0, 0, 0.5);
		background-color: #111111; }
	#banner2 input[type="checkbox"] + label,
	#banner2 input[type="radio"] + label {
	  color: rgba(0, 0, 0, 0.5); }
	  #banner2 input[type="checkbox"] + label:before,
	  #banner2 input[type="radio"] + label:before {
		background: rgba(255, 255, 255, 0.075);
		border-color: rgba(255, 255, 255, 0.25); }
	#banner2 input[type="checkbox"]:checked + label:before,
	#banner2 input[type="radio"]:checked + label:before {
	  background-color: #ffffff;
	  border-color: #ffffff;
	  color: #ffffff; }
	#banner2 input[type="checkbox"]:focus + label:before,
	#banner2 input[type="radio"]:focus + label:before {
	  border-color: #ffffff;
	  box-shadow: 0 0 0 1px #ffffff; }
	#banner2 ::-webkit-input-placeholder {
	  color: rgba(0, 0, 0, 0.4) !important; }
	#banner2 :-moz-placeholder {
	  color: rgba(0, 0, 0, 0.4) !important; }
	#banner2 ::-moz-placeholder {
	  color: rgba(0, 0, 0, 0.4) !important; }
	#banner2 :-ms-input-placeholder {
	  color: rgba(0, 0, 0, 0.4) !important; }
	#banner2 ul.alt li {
	  border-top-color: rgba(255, 255, 255, 0.25); }
	#banner2 table tbody tr {
	  border-color: rgba(255, 255, 255, 0.25); }
	  #banner2 table tbody tr:nth-child(2n + 1) {
		background-color: rgba(255, 255, 255, 0.075); }
	#banner2 table th {
	  color: #ffffff; }
	#banner2 table thead {
	  border-bottom-color: rgba(255, 255, 255, 0.25); }
	#banner2 table tfoot {
	  border-top-color: rgba(255, 255, 255, 0.25); }
	#banner2 table.alt tbody tr td {
	  border-color: rgba(255, 255, 255, 0.25); }
	#banner2 .highlights .content {
	  background: #111111;
	  box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
	#banner2 .testimonials .content {
	  background: #111111;
	  box-shadow: 0px 0px 4px 1px rgba(255, 255, 255, 0.025); }
	  #banner2 .testimonials .content .credit strong {
		color: #ffffff; }
	#banner2 > .inner {
	  -moz-transform: scale(1.0);
	  -webkit-transform: scale(1.0);
	  -ms-transform: scale(1.0);
	  transform: scale(1.0);
	  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
	  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
	  transition: opacity 1s ease, transform 1s ease;
	  opacity: 1;
	  position: relative;
	  z-index: 3; }
	  #banner2 > .inner2 > :last-child {
		margin-bottom: 0; }
	#banner2 h1 {
	  font-size: 4rem;
	  margin-bottom: 1rem; }
	#banner2 p {
	  font-size: 1.5rem; }
	#banner2 a {
	  color: rgba(0, 0, 0, 0.5);
	  text-decoration: none; }
	  #banner2 a:hover {
		color: #000000; }
	#banner2 video {
	  -moz-transform: translateX(50%) translateY(50%);
	  -webkit-transform: translateX(50%) translateY(50%);
	  -ms-transform: translateX(50%) translateY(50%);
	  transform: translateX(50%) translateY(50%);
	  bottom: 50%;
	  height: auto;
	  min-height: 100%;
	  min-width: 100%;
	  overflow: hidden;
	  position: absolute;
	  right: 50%;
	  width: auto; }
	#banner2:before {
	  -moz-transition: opacity 3s ease;
	  -webkit-transition: opacity 3s ease;
	  -ms-transition: opacity 3s ease;
	  transition: opacity 3s ease;
	  -moz-transition-delay: 1.25s;
	  -webkit-transition-delay: 1.25s;
	  -ms-transition-delay: 1.25s;
	  transition-delay: 1.25s;
	  background: #111111;
	  content: '';
	  display: block;
	  height: 100%;
	  left: 0;
	  opacity: 0.45;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 1; }
	#banner2:after {
	  background: linear-gradient(135deg, #000000 0%, #111111 74%);
	  content: ' ';
	  display: block;
	  height: 100%;
	  left: 0;
	  opacity: 0.6;
	  position: absolute;
	  top: 0;
	  -webkit-linear-gradientidth: 100%;
	  width: 100%;
	  z-index: 1; }
	#banner2.small {
	  height: 30vh !important;
	  min-height: 30vh; }
	@media screen and (max-width: 1280px) {
	  #banner2 video {
		display: none; } }
	@media screen and (max-width: 736px) {
	  #banner2 {
		height: auto !important;
		min-height: 0;
		padding: 4rem 2rem 4rem 2rem; }
		#banner2 .inner2 {
		  width: 100%; }
		#banner2 h1 {
		  font-size: 1.75rem;
		  margin-bottom: 0.5rem;
		  padding-bottom: 0; }
		#banner2 p {
		  font-size: 1.25rem; }
		#banner2 br {
		  display: none; }
		#banner2 .button {
		  width: 100%; } }
	@media screen and (max-width: 480px) {
	  #banner2 p {
		font-size: 1rem; } }
	body.is-preload #banner2 .inner2 {
	  -moz-transform: scale(0.99);
	  -webkit-transform: scale(0.99);
	  -ms-transform: scale(0.99);
	  transform: scale(0.99);
	  opacity: 0; }
	body.is-preload #banner2:before {
	  opacity: 1; }


.hero-banner-inside {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	z-index: 1;
}

.banner-title {
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.banner-subtitle {
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.button {
	display: inline;
	margin: 0 6px;
}

.button a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 123px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.25);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button2 a {
	display: inline-block;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 4px;

	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,1);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,1);

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button a:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}

.button2 a:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 30px 0px rgba(255,255,255,1);
}

.button.btn-color-1 a {
	background-color: #000000;
}

.button2.btn-color-2 a {
	background-color: #ffffff;
}

.section {
	position: relative;
	/*padding: 100px 0;*/
}

.section-demo,
.section-hover-transitions,
.section-dropdown-menu {
	overflow: hidden;
}

.section-whatsnew {
	position: relative;
	color: #fff;
	background-color: #283593;
	overflow: hidden;
	padding-bottom: 0;
	padding: 80px 0 0;
}

.section-whatsnew > .container {
	position: relative;
	z-index: 1;
}

.section-whatsnew:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 40vw solid #80d4f9;
	border-left: 100vw solid transparent;
	opacity: 0.12;
	z-index: 0;
}

.section-features {
	background-color: #fff;
	padding-bottom: 30px;
}

.template-dark .section-features {
	background-color: #000000;
}

.section-demo {
	background-color: #3aaee7;
	padding-bottom: 35px;
}

.template-dark .section-demo {
	background-color: rgba(0, 0, 0, 0.7);
}

.section-hover-transitions {
	background-color: #0277bd;
	padding-bottom: 35px;
}

.template-dark .section-hover-transitions {
	background-color: #263238;
}

.section-dropdown-menu {
	background-color: #005458;
	padding-bottom: 5px;
}

.divider {
	position: relative;
	width: 100%;
	height: 5px;
	margin: 0 0 30px;
}

.section-features .divider {
	margin: 0 0 80px;
}

.section-demo .divider,
.section-hover-transitions .divider,
.section-dropdown-menu .divider {
	margin: 0 0 40px;
}

.divider span {
	display: block;
	width: 86px;
	height: 5px;
	margin: auto;
	opacity: 0.25;
	background: url(images/divider-style8-black.png) no-repeat;
}

.divider:before,
.divider:after {
	position: absolute;
	content: '';
	top: 2px;
	width: calc(50% - 50px);
	height: 1px;
	background-color: #e9e9e9;
}

.divider.divider-hidden-line:before,
.divider.divider-hidden-line:after {
	display: none !important;
}

.divider:before {
	left: 0;
}

.divider:after {
	right: 0;
}

.divider.divider-left span {
	margin: 0;
	float: left;
}

.divider.divider-right span {
	margin: 0;
	float: right;
}

.divider.divider-left:before,
.divider.divider-right:before {
	display: none;
}

.divider.divider-left:after,
.divider.divider-right:after {
	width: calc(100% - 93px);
}

.divider.divider-right:after {
	right: inherit;
	left: 0;
}

.divider.divider-light-color span {
	opacity: 0.34;
	background: url(images/divider-style8-black.png) no-repeat;
}

.divider.divider-light-color:before,
.divider.divider-light-color:after {
	background-color: rgba(33,33,33,0.12);
}

.divider.divider-dark-color span {
	opacity: 1;
	background: url(images/divider-style8-white.png) no-repeat;
}

.divider.divider-dark-color:before,
.divider.divider-dark-color:after {
	background-color: rgba(255,255,255,0.5);
}

.divider.divider-dark span {
	opacity: 0.7;
	background: url(images/divider-style8-white.png) no-repeat;
}

.divider.divider-dark:before,
.divider.divider-dark:after {
	background-color: #5e5e5e;
}

.section-title {
	font-size: 28px;
	font-weight: 800;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
	letter-spacing: 3px;
}

.section-title-light {
	color: #fff;
}

.icon-list-wrapper {
	text-align: center;
	padding-bottom: 20px;
}

.icon-list-wrapper h4 {
	color: #212121;
}

.icon-list-wrapper .icon-list-icon {
	margin-bottom: 42px;
}

.icon-list-wrapper .icon-list-icon span {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.icon-list-wrapper .icon-list-icon img {
	width: 50px;
}

.icon-list-wrapper h4 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 8px;
	color: #212121;
}

.icon-list-wrapper.icon-dark p {
	color: #a1a1a1;
}

.icon-list-wrapper.icon-dark h4,
.icon-list-wrapper.icon-color-bg h4 {
	color: #fff;
}

.icon-list-wrapper.icon-dark .icon-list-icon span {
	color: rgba(255,255,255,0.6);
}

.icon-list-wrapper.icon-color-bg .icon-list-icon span {
	color: #fff;
}

.thumbnail-wrapper {
	position: relative;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 1);
    border-radius: 10px;
}

.thumbnail-wrapper img {
	width: 100%;
}

.thumbnail-wrapper figure,
.coming-soon img {
	position: relative;

	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);

	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}

.thumbnail-wrapper figure:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	opacity: 0;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 1);
    border-radius: 10px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure:before {
	opacity: 1;
}

.thumbnail-wrapper2 {
	position: relative;
}

.thumbnail-wrapper2 img {
	width: 100%;
}

.thumbnail-wrapper2 figure,
.coming-soon img {
	position: relative;

	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper2.thumbnail-active figure {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);

	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
}

.thumbnail-wrapper2 figure:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper2.thumbnail-active figure:before {
	opacity: 1;
}

.thumb-btn-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}

.thumb-btn-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.btn-vertical-mid {
	display: table-cell;
	vertical-align: middle;
}

.thumb-btn-wrapper .button {
	display: block;
	margin: 10px 0;
}

.thumb-btn-wrapper .button a {
	width: 183px;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 15px;
	white-space: nowrap;
}

.thumb-btn-wrapper .button.btn-sm-text a {
	font-size: 11px;
	padding: 12px 15px 11px;
}

.btn-light-custom a {
	color: #111111;
	background: #fff;
}

.btn-dark-custom a {
	background: #030303;
}

.btn-color-custom a {
	background: #3aaee7;
}

.btn-img-custom a {
	background: url('images/btn-bg-image.jpg') no-repeat center;
	background-size: cover;
}

.thumbnail-wrapper .thumb-btn-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active .thumb-btn-wrapper {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.thumb-title {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 25px 0 54px;
	padding: 0 10px;
}

.footer {
	text-align: center;
	background: #0a0a0a;
	padding: 80px 0;
}

.footer-logo {
	margin-bottom: 19px;
}

.footer-desc {
	font-size: 14px;
	font-weight: 500;
	color: #717171;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.footer-info-wrapper:before,
.footer-info-wrapper:after {
	display: block;
	content: '';
	width: 1px;
	height: 40px;
	background: #717171;
	margin-left: auto;
	margin-right: auto;
}

.footer-info-wrapper:before {
	margin-bottom: 40px;
}

.footer-info-wrapper:after {
	margin-top: 35px;
}

.copyright {
	text-align: center;
	background: #000;
	font-size: 12px;
	color: #717171;
	padding: 15px 0;
}

.copyright a {
	color: #717171;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	color: #bdbdbd;
}

.section-next-update {
	background: url('../demo/images/landingpage-update-bg-2.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 80px;
}
/*
.section-next-update:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 0;
}
*/
.section-next-update > .container {
	position: relative;
	z-index: 1;
}

.section-next-update .section-title {
	font-size: 38px;
}

.section-next-update .divider {
	margin-bottom: 40px;
}

.next-update-img {
	text-align: center;
	margin-bottom: 15px;
}

.next-update-call-action {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #0a0a0a;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.next-update-call-action span {
	font-weight: 700;
	color: #fff;
}

.next-update-desc {
	text-align: center;
	color: #eeeeee;
	margin-bottom: 35px;
}

.module-subscribe input {
	border-radius: 0;
}

.module-subscribe .subscribe-email {
	float: left;
	width: calc(100% - 120px);
	height: 43px;
	border: none;
	padding: 0 20px;
	font-size: 13px;
	background-color: #fff;
}

.module-subscribe .subscribe-submit {
	float: right;
	position: relative;
	width: 120px;
	background-color: #81c784;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.module-subscribe .subscribe-submit:hover {
	background-color: #78ba7b;
}

.module-subscribe .subscribe-button {
	position: relative;
	width: 100%;
	height: 43px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	border: none;
	background-color: transparent;
	padding: 0 15px;
	z-index: 1;
	cursor: pointer;
}

.module-subscribe .subscribe-email:focus,
.module-subscribe .subscribe-button:focus {
	outline: 0;
}

.module-subscribe .subscribe-submit:hover .button-hover {
	opacity: 1;
}

.module-subscribe.subscribe-round .subscribe-email {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.module-subscribe.subscribe-round .subscribe-submit {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.module-subscribe .form-loading {
	display: none;
	margin: 15px 0 0 20px;
}

.module-subscribe .list3 {
	font-size: 13px;
	margin: 15px 0 0;
	padding: 0 0 0 20px;
	color: #c1c1c1;
}

/* ===== Placeholder color ===== */
.module-subscribe .placeholder {
	color: #999999;
}

.module-subscribe input:-ms-input-placeholder {
	color: #999999;
}

.module-subscribe input::-webkit-input-placeholder {
    color: #999999;
}

.module-subscribe input:-moz-placeholder {
    color: #515151;
}

.module-subscribe input::-moz-placeholder {
    color: #515151;
}
/* ===== End ===== */

.hero-banner-main {
	background-color: #283593;
	background-image: url('../demo/images/landingpage-header.jpg');
	background-attachment: fixed;
	padding: 60px 0 80px;
	overflow-x: hidden;
	overflow-y: auto;
}

.hero-banner-main:after {
	display: none;
}

.hero-main-img {
	position: relative;
	left: -15%;
	margin-bottom:50px;
}

.hero-banner-main .button.btn-color-1 a {
	background: #202020;
}

.hero-main-img-inner img {
	width: 100%;
}

.current-version {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: lowercase !important;
	background: #4dd0e2;
	padding: 4px 8px 3px 10px;
	border-radius: 12px;
}

.version-mobile {
	display: inline-block;
	margin-bottom: 15px;
}

.version-desktop {
	display: none;
}

.whatsnew-title-wrapper {
	position: relative;
	padding: 0 15px;
}

.whatsnew-title {
	position: relative;
	z-index: 1;
	padding: 0;
	white-space: nowrap;
}

.whatsnew-title .divider {
	margin-bottom: 50px;
}

.section-whatsnew .section-title {
	font-size: 36px;
	text-align: center;
	letter-spacing: 0;
}
/*
.whatsnew-version {
	font-family: 'Fira Sans', sans-serif;
	font-size: 120px;
	font-weight: 900;
	line-height: 1em;
	position: absolute;
	top: -55px;
	left: 0;
	color: rgba(255,255,255,0.2);
	z-index: 0;
}
*/
.whatsnew-list {
	padding: 0 15px;
	margin: 0 0 60px;
}

.whatsnew-list li {
	position: relative;
	padding: 0 30px 0 35px;
	margin-bottom: 30px;
}

.whatsnew-list li:last-child {
	margin-bottom: 0;
}

.whatsnew-list-icon {
	position: absolute;
	top: 2px;
	left: 0;
}

.whatsnew-list-icon img {
	width: 23px;
	height: auto;
}

.whatsnew-list-desc {
	color: #e1e1e1;
}

.thumb-title span {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	padding: 3px 8px;
	margin-left: 10px;
	border-radius: 10px;
	background: #aed582;
}

.navik-side-content .fullwidth-items .container-fluid {
	padding-right: 0;
	padding-left: 0;
}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (min-width: 480px) {
	.icon-list-wrapper {
		display: table-cell;
		width: 100%;
		text-align: inherit;
	}
	.icon-list-wrapper .icon-list-icon,
	.icon-list-wrapper .icon-list-details {
		display: table-cell;
		vertical-align: top;
	}
	.icon-list-wrapper .icon-list-icon {
		width: 80px;
		margin: 0;
	}
	.icon-list-wrapper .icon-list-details {
		padding: 0 0 0 20px;
	}
}

@media (min-width: 768px) {
	.hero-banner {
		min-height: 700px;
	}
	.navik-side-content .hero-banner {
		min-height: 680px;
	}
	.banner-title {
		font-size: 52px;
		margin-bottom: 40px;
	}
	.banner-subtitle {
		font-size: 33px;
		letter-spacing: 5.5px;
		margin-bottom: -12px;
	}
	.section-next-update .section-title {
		font-size: 60px;
	}
	.next-update-call-action {
		font-size: 30px;
		letter-spacing: 1px;
		margin-bottom: 4px;
	}
	.next-update-img {
		margin-bottom: 10px;
	}
	.hero-banner-main {
		padding: 60px 0 100px;
	}
	.whatsnew-title {
		padding: 15px 0 0;
	}
	.whatsnew-title .divider {
		margin-bottom: 60px;
	}
	.section-whatsnew .section-title {
		font-size: 52px;
		letter-spacing: 2px;
	}
	.whatsnew-list,
	.whatsnew-title-wrapper {
		padding: 0 30px;
	}
	.whatsnew-list li {
		padding: 0 30px 0 40px;
	}
}

@media (min-width: 1200px) {
	.banner-offset-top .banner-subtitle {
		margin-top: 70px;
	}
	.landing-page .navik-menu > ul > li:hover > a {
		color: rgba(255,255,255,0.8) !important;
	}
	.landing-page .sticky .navik-menu > ul > li:hover > a {
		color: rgba(33,33,33,0.8) !important;
	}
	.hero-banner-main {
		padding: 50px 0 40px;
	}
	.hero-banner-main .hero-banner-inside {
		display: table;
		width: 100%;
		text-align: left;
	}
	.hero-banner-main .button {
		text-align: center;
	}
	.hero-main-img {
		display: table-cell;
		left: 0;
		margin-bottom: 0;
		width: 60%;
	}
	.hero-main-info {
		display: table-cell;
		vertical-align: bottom;
		width: 40%;
		padding: 0 7.5% 100px 90px;
	}
	.hero-banner-main .banner-title {
		line-height: 1.1em;
		margin-bottom: 45px;
	}
	.hero-banner-main .banner-subtitle {
		margin-bottom: -2px;
	}
	.hero-main-img-inner {
		margin-top: -20px;
		margin-left: -50%;
	}
	.version-mobile {
		display: none;
	}
	.version-desktop {
		display: inline;
		position: relative;
		top: -7px;
		left: 13px;
	}
	.whatsnew-mockup-col {
		position: relative;
	}
	.whatsnew-mockup {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 960px;
	}
	.section-whatsnew:after {
		left: 12%;
		border-bottom: 43vw solid #80d4f9;
		border-left: 100vw solid transparent;
	}
	.section-whatsnew .section-title {
		font-size: 52px;
		text-align: left;
	}
	.whatsnew-title .divider {
		display: none;
	}
	.whatsnew-list {
		margin: 35px 0 93px;
	}
}

@media (min-width: 1400px) {
	.hero-main-img-inner {
		margin-top: 0px;
		margin-left: -30%;
	}
	.whatsnew-mockup {
		left: 40px;
	}
}

@media (min-width: 1600px) {
	.hero-main-img-inner {
		margin-left: -20%;
	}
	.whatsnew-mockup {
		left: 65px;
	}
	.section-whatsnew:after {
		left: 18%;
		border-bottom: 40vw solid #80d4f9;
	}
}

@media (min-width: 1800px) {
	.hero-main-img-inner {
		margin-left: -10%;
	}
	.section-whatsnew:after {
		border-bottom: 35vw solid #80d4f9;
	}
}