a.hyperlink{
	font-size:20px;
	color#fff !important;
	
	}
	
	a.hyperlink:hover{
	background:#fff;
	color:#000 !important
	
	}
	
	.c-header {
	display: flex;
	align-items: center;
	padding: 2rem;
	
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	}
	.c-header__title {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 0 2rem;
	}
	
	.c-navigation {
	flex-basis: 95%;
	margin:auto;

	}

	.c-navigation__list {
	padding: 0;
	}
	
	
	.c-navigation__list-item {
	display: inline-block;
	margin: 0 2rem;
	position: relative;
	text-transform: uppercase;
	opacity: 1;
	font-weight: 700;
	
	&:after {
    content: "";
    width: 2px;
    height: 100%;
    background: $white;
    position: absolute;
    display: inline-block;
    right: -2rem;
	z-index:1;
	}
	}
	.c-navigation__list-item:last-of-type {
	&:after {
    background: transparent;
	z-index:1;
	}
	}
	.c-navigation__list-item--active {
	opacity: 1;
	
	> a {
    position: relative;
	
    &:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: $orange;
	position: absolute;
	bottom: -0.4rem;
	left: 0;
	z-index:1;
    }
	}
	}
	
	.c-cta {
	display: flex;
	align-items: center;
	
	> a {
    font-size: 0.9em;
    opacity: 0.7;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 2rem;
	}
	}
	.c-cta__button {
	border: 0;
	background-color: transparent;
	display: inline-block;
	}
	.c-cta__button__search {
	width: 15px;
	height: 15px;
	margin-right: 3rem;
	
	svg {
    width: inherit;
    height: inherit;
    fill: $white;
	}
	}
	
	.c-cta__button__menu {
	width: 20px;
	height: 2px;
	background-color: $white;
	position: relative;
	
	&:after,
	&:before {
    content: "";
    width: inherit;
    height: inherit;
    background-color: inherit;
    position: absolute;
    left: 0;
	z-index:1;
	}
	&:after {
    bottom: -5px;
	z-index:1;
	}
	&:before {
    top: -5px;
	z-index:1;
	}
	}
	
	.c-socials {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: $white;
	padding: 1.8rem 1.8rem 0.8rem 1.8rem;
	z-index: 2;
	}
	.c-socials__list {
	}
	
	.c-socials__list-item {
	margin-bottom: 1rem;
	a svg {
    width: 21px;
    height: 21px;
	}
	}
	
	.c-slider {
	margin-top: -73px;
    background: #131312;
	z-index:1;
	display:block;
	}
	
	.c-slider-init {
	}
	
	.c-slide {
	display: inline-flex !important;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-position: center;
	background-size: cover;
	will-change:background-size;
	position: relative;
	transition:1s ease;
	transition-delay:.4s;
	
	&:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(
	top,
	rgba(0, 0, 0, 0) 0%,
	rgba(0, 0, 0, 0.61) 76%;
	z-index:1;
    );
    background: -webkit-linear-gradient(
	top,
	rgba(0, 0, 0, 0) 0%,
	rgba(0, 0, 0, 0.61) 76%
    );
    background: linear-gradient(
	to bottom,
	rgba(0, 0, 0, 0) 0%,
	rgba(0, 0, 0, 0.61) 76%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(
	startColorstr="#00000000",
	endColorstr="#9c000000",
	GradientType=0
	);
	}
	}
	
	.c-slide-content {
	padding: 2rem;
	margin: 0 auto;
	width: 100%;
	z-index: 2;
	max-width: 1200px;
	}
	
	.c-slide__title {
	font-size: 4em;
	text-transform: uppercase;
	letter-spacing: 20px;
	transform: translateY(150px);
	opacity: 0;
	transition: 0.8s ease;
	will-change: opacity, transform;
	color: #fff;
	}
	.c-slide__title--large,
	.c-slide__title--medium {
	display: block;
	font-size: 2.5em;
	line-height: 110px;
	transform: translateY(150px);
	will-change: transform;
	transition-delay: 0.4s;
	position: relative;
	transition: 1s ease;
	}
	.c-slide__title--medium {
	font-size: 1.6em;
	line-height: 100px;
	}
	.c-slide__subtitle {
	text-transform: uppercase;
	letter-spacing: 3px;
	}
	.c-slide__body {
	margin-top: 0.7rem;
	opacity: 0;
	line-height: 27px;
	}
	.c-slide__info {
	transform: translateY(-150px);
	transition: 0.8s ease;
	}
	.c-wrap {
	padding: 2rem 0;
	overflow: hidden;
	}
	.c-wrap--small {
	max-width: 30%;
	}
	.c-wrap--line {
	position: relative;
	
	&:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;;
    bottom: 0;
    transition: 0.9s ease;
    transition-delay: 0.4s;
	z-index:1;
	}
	}
	
	.slick-list {
	overflow: visible !important;
	}
	
	.animateIn,
	.initialAnimation {
	.c-slide__title--large,
	.c-slide__title--medium,
	.c-slide__info,
	.c-slide__title,
	.c-slide__body{
    transform: translateY(0);
    opacity: 1;
	}
	.c-wrap--line {
    &:after {
	left: 0;
	transform: translateX(0);
	width: 100%;
	z-index:1;
    }
	}
	}
	.slick-list {
	transition: 0.5s ease;
	}
	.u-scale-out {
	transform: scale(0.6) !important;
	transition: 0.5s ease;
	}
	.u-scale-in {
	transform: scale(1);
	}
	
	
	@media only screen and (max-width: 1300px) {
	.c-slide__title {
    font-size:3em
	}
	.c-slide__title--large {
    font-size:2em;
	}
	
	.c-wrap--small {
    max-width:50%;
	}
	}
	
	@media only screen and ( max-width: 1100px) {
	.c-navigation {
   
	}
	.c-header {
    justify-content:space-between;
	}
	}
	
	@media only screen and (max-width: 800px) {
	.c-slide__title--medium {
    font-size:1.3em;
	}
	.c-slide__title {
    font-size:2.5em
	}
	.c-slide__title--large {
    font-size:1.5em;
	}
	
	.c-wrap--small {
    max-width:80%;
	}
	
	}
	
	.slick-slider{
	overflow:hidden;
	}
	
	
		@media only screen and (max-width: 767px){
	
	.c-slider {
	display:none;
	}
	
	.c-navigation__list-item {
	float:left;
	
	}
	
	
}





		.slide-txt{
	background: #fdfafa;
    padding: 10px 10px 10px 10px;
	display:block;
	
	}
		.padding{
	background:transparent !important;
	}
		.orange-color{
		
		color:#ffa668
		}
		.white-color{
		color:#fff;
		background:none;
		}
		a.mob-a{
	
	
	display:none;
}
			@media only screen and (max-width: 767px){
	
	.orange-color{
		
		color:#1f5ec7
		}
		
		.white-color{
		color:#1f5ec7;
		background:none;
		}
		
		
		a.hyperlink{
	font-size:20px;
	color#1f5ec7 !important;
	
	}
	
	a.hyperlink:hover{
	background:#000;
	color:#fff !important
	
	}
	.c-navigation__list-item{
	    float: left;
    width: 49%;
    background: #e5e5e5;
    
    
	 margin: 0px;
	 margin-top: 12px;
	 margin-left: 1%;
	}

	
.active{
	
	display:block !important;
}


.phone-screen{

display:none;
}


.button-menu{
	
	float:right;
	
}

a.mob-a{
	
	
	display:block;
}	
	.c-navigation {
background: none;
    padding: 0px;
	flex-basis: 100%;
    margin: auto;
	}
	
	
	.c-header {
    display: flex;
    align-items: center;
    padding: 10px;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}


}


