.lang-links {
    position: absolute;
    top: 11px;
    right: 1rem;
    z-index: 99;
    font-size: .85rem;
}
.lang-links li {
    display: inline-block;
}
.lang-links li:first-child:after {
	content: "/";
	padding-right: .25rem;
	padding-left: .35rem;
}
.lang-links li a.active {
	font-weight: bolder;
}

#et-info{
    top: 0px;
    position: relative;
}

.logo-text {
    font-size: 100px;
    font-weight: 300;
    color: #000;
    top: -3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.product-bullets {
    position: relative;
    width: 100%;
    height: 50%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.mobile.lang-links {
    position: absolute;
    top: 0px;
    right: 1rem;
    z-index: 99;
    font-size: .85rem;
}

.mobile.lang-links{
		display: none;
	}
	

.lang-links a {
    color: #bbb !important;
}
	
.lang-links a.active {
    color: #fff !important;
}
@media screen and (max-width: 1024px) {	
	
	.logo-text {
    	font-size: 80px;
	}
}	
	
@media screen and (max-width: 980px) {
#et-info {
    top: 2px;
    position: relative;
}
	.desktop.lang-links{
		display: none;
	}
	
	.mobile.lang-links{
		display: block;
	}
}