.textnavigation{
	width: 500px;
}
.textnavigation li{
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #fff;
	padding-left: 0px;
}

.textmitnavigation-box .text-wrapper{
	width: calc(100% - 500px);
	padding-left: 50px;
}


.textnavigation li {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}


.text-wrapper .item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.text-wrapper .item.active {
    display: block;
    opacity: 1;
}
.textnavigation li.active {
   color: #B80E7F;
}





.nav-logo{
	width: 78px;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	position: relative;
	z-index: 1;
	background: #fff;
	height: 50px;
	position: fixed;
	left: 0px;
	top: 0px;
	-webkit-mask-size: contain;
	mask-size:contain;
	-webkit-mask-position:  right bottom;
	mask-position: right bottom;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	top: 10px;
	
}

#logo{
	width: 78px;
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	position: relative;
	
}
#logo img{
	display: block;
	width: 100%;
}




h1.hyphens,
h2.hyphens,
h3.hyphens,
h4.hyphens,
h5.hyphens,
h6.hyphens{
	hyphens: auto;
}


/*--- Navigation ---*/


#additional-top-menu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 100%;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	padding-top: 20px;
	justify-content: center;
}
#additional-top-menu ul li a{
	font-weight: normal;
	display: block;
	line-height: 100%;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
#additional-top-menu ul li:last-child a{
	border-right: none;
}
#additional-top-menu ul li a{
	border-right: 1px solid #fff;
}


.toggle-menu {
	right: 30px;
	top: 30px;
	width: 40px;
	height: 25px;
	position: absolute;
	cursor: pointer;
	transition: 0.5s;
}

.toggle-menu .stroke-1,
.toggle-menu .stroke-2,
.toggle-menu .stroke-3 {
	height: 3px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	transition: 0.5s;
	border-radius: 9999px;
}

.toggle-menu .stroke-1 {	
	top: 0px;
}
.toggle-menu .stroke-2 {	
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
}
.toggle-menu:hover .stroke-2{
	width: 100%;
}

.toggle-menu .stroke-3 {
	bottom: 0px;
}




.close{
	color: #fff;
	border: 3px solid #fff;
	border-radius: 9999px;
	padding: 10px;
	line-height: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	text-shadow: 3px 3px rgba(0,0,0,1);
	margin: auto auto;
	cursor: pointer;
	position: fixed;
	margin-bottom: 20px;
	right: 30px;
	top: 25px;
	display: none;
	z-index: 1;
	
}
.close:after{
	content: "";
	display: block;
	height: 50%;
	width: 50%;
	position: absolute;
	background-color: #fff;
	-webkit-mask-image: url(images/close-nav.svg);
    mask-image: url(images/close-nav.svg);
	-webkit-mask-size: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); 
}

@keyframes rotateClose{
	from {  transform: rotate(0deg);}
    to   {  transform: rotate(270deg);}
}
.close.rotate{
	animation-name: rotateClose;
	animation-duration: 1s;
}
.close .close-content{
	position: absolute;
	left: 50%; 
	top: 50%;
	transform: translate(-50%, -50%);
	text-indent: -9999px;
}
.primary-navigation-wrapper{
	
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;	
	padding: 40px 20px;
	overflow: scroll;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-size: cover;
	display: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cf077e+0,f07e23+100 */
	background: linear-gradient(45deg,  rgba(207,7,126,1) 0%,rgba(240,126,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}




.primary-navigation-wrapper::-webkit-scrollbar{
	display: none;
}
@keyframes sliderUpPrimary{
	from {  top: 80px; }
    to   {  top: 0px; }
}
@keyframes slideLeft{
	from {  right: -50px; }
    to   {  right: 0px; }
}

.primary-navigation-wrapper .primary-navigation-content{	
	align-self: center;	
	z-index: 1;
}
.primary-navigation-wrapper .slideUp{
	position: relative;
	animation-name: sliderUpPrimary;
	animation-duration: 1s;
}
#primary-navigation{
	width: 680px;
}


#primary-navigation ul li{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #fff;
}

#primary-navigation ul li li{
	border-bottom: none;
}

#primary-navigation ul li a {
    color: #fff;
	padding-top: 22px;
	padding-bottom: 22px;
	line-height: 100%;
	font-family: "Poppins Bold";
	font-size: 20px;
	letter-spacing: 1px;
    color: #fff;
    display: block;
	line-height: 80%;
	color: rgba(0,0,0,0);
	font-size: 80px;
	letter-spacing: 2px;
	color: #fff;
    text-shadow: none;
	color: rgba(0,0,0,0);
	-webkit-text-stroke: 1px #fff;
	padding-left: 0px !important;
	
}

#primary-navigation ul li li{
	margin-bottom: 10px;
	margin-top: 10px;
}


#primary-navigation ul li.current-menu-item a{

}


#primary-navigation  li.menu-item-has-children a{
	flex-grow: 2;
	text-align: left;
}


#phone-head{
	position: absolute;
	right: 100px;
	top: 0px;
	height: 80px;
	color: #fff;
	font-family: Cairo;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 100%;
	font-size: 20px;
	letter-spacing: 1px;
	padding-top: 5px;
}
#phone-head a{
	color: #fff;
	display: flex;
	font-size: 16px;
	line-height: 100%;
	align-items: center;
}

#phone-head a:after{
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	-webkit-mask-image:url(images/phone-3.svg);
	mask-image: url(images/phone-3.svg);
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-size: contain;
	mask-size: contain;
	margin-left: 10px;
}






#primary-navigation ul li .sub-menu{
	width: 100%;
	display: none;
	
	margin-top: -20px;
	padding-bottom: 10px;
}

.toggle-subemenu.active + .sub-menu{
	display: flex !important;
	flex-wrap: wrap !important;
}

#primary-navigation ul li .sub-menu a{
	text-shadow: none;
	padding: 6px 0 6px 0;
	color: #fff;
	text-shadow: none;
	letter-spacing: 3px;
	font-family: Cairo Light;
	font-size: 20px;
	-webkit-text-stroke: 0;
	letter-spacing: 1px;
	line-height: 120%;
	
}

#primary-navigation ul li .sub-menu a:after{
	content: "//";
	letter-spacing: -1px;
	margin-right: 5px;
	margin-left: 5px;
}

#primary-navigation ul li .sub-menu li:last-child a:after{
	content: "";
}

@keyframes hoverLettersub{
	0%  { letter-spacing: 5px; }
	50% { letter-spacing: 3px; }
	100% {  letter-spacing: 4px; }
}

#primary-navigation ul li .sub-menu li:last-child{
	margin-bottom: 0px;
}
#primary-navigation .toggle-subemenu{

	position: relative;
	width: 30px;
	height: 30px;
	/*
	background: #fff;
	-webkit-mask: url(images/down-arrow.svg) center center;
    mask: url(images/down-arrow.svg) center center;
	-webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
	*/
		top: 40px;
	cursor: pointer;
	
}

@keyframes togglelinerotate{
	from{height: 100%;}
	to{height: 0;}
}
@keyframes fillline1{
	from{height: 0%;}
	to{height: 100%;}
}
@keyframes fillline2{
	from{width: 0%;}
	to{width: 100%;}
}

#primary-navigation .toggle-subemenu .line1{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	width: 2px;
	height: 90%;
	transform: translate(-50%, -50%);
	position: relative;
}



#primary-navigation .toggle-subemenu.active .line1{
	animation: togglelinerotate 0.3s;
	animation-fill-mode: forwards;

}
#primary-navigation .toggle-subemenu .line2{
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	height: 2px;
	width: 90%;
	transform: translate(-50%, -50%);
}



#primary-navigation .toggle-subemenu.active{
	transform: rotate(-180deg);
}


.primary-navigation-call{
	color: #fff;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.primary-navigation-call a{
	color: #fff;
}
.primary-navigation-call a:hover{
	color: #FF6700;
}

#top{
	background: #222;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#top li{
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	line-height: 100%;
}
#top li:last-child{
	border-right: none;
}
#top a{
	color: #fff;
	display: inline-block;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	
}



#headnavigation{
	height: 100px;
}

header#masthead {
    padding: 0px;
	position: fixed;

	z-index: 2000;
	width: 100%;
	top: 0px;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	height: 80px;
}
header#masthead{
	padding: 0px;
	
}
header#masthead .masthead-scroll-background{
	width: 100%;
	height: 100%;
	bottom: 100%;
	background: rgba(0,0,0,0.8);
	position: absolute;
	transition: all 0.3s;
}
header#masthead.sticky .masthead-scroll-background{
	bottom: 0;
}

header#masthead.fixed {
	position: fixed;
	background: none;
}
header#masthead.sticky{
	min-height: 80px;
}
.movecontainer{
	margin-top: -130px;
}
 

.faq-box .item{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}