*{
	margin:0;
	padding: 0;

}
body{
	color: #fff;
	font-family: "Gotham";
	margin-bottom: 85vh;
	background-color: #000 !important;

}
.bold{
	text-transform: uppercase;
	font-family: "Gotham Ultra";
}
.container{
	background-color: #000 !important;
	border-radius: 40px;
}
.container-fluid{
	background-color: #000 !important;
}
hr{
	margin-top: 7vh;
	margin-bottom: 7vh;
	height: 4px;
}
a{
	text-decoration:none;
	color: #fff;
}

a:hover{
	color:#fff;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 14px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.flex{
	display: flex !important;
}

.space-between{
	justify-content: space-between;
}

.align-center{
	align-items: center;
}
.align-content{
	align-content: space-around;
}

.justify-center{
	justify-content: center;
}

.center{
	justify-content: center;
	align-items: center;
}
.header-relative{
	position: relative;
	z-index: 100;
}
.footer-relative{
	position: relative;
}
.i30-years-logo img{
	width: 70%;
}
.header{
	position: fixed;
	font-weight: bold;
	background-color: #000;
	height: 12vh;
	width: 100%;
	padding-left: 8vw;
	padding-right: 8vw;
}
.header-title{
	position: absolute;
    /* width: 100%; */
    font-family: "Gotham Ultra";
    font-size: 8vw;
    line-height: 6vw;
    top: 8%;
    left: 3%;
}
.header-title-slim{
	font-size: 3vw;
    line-height: 2vw;
    font-family: "Gotham";
}

.menu-buttons a{
	height: 10vh;
	padding: 1.8vw;
}

.big-title{
	font-size: 3.5vw;
    font-family: "Gotham";
       font-weight: 500;
    font-style: normal;
    line-height: 4vw;
}

.i30-years{
	text-align: right;
}

.img-div{
	position: relative;
	width: 100%;
}

.logo-img{
	margin-top: 12vh;
	margin-bottom: 7vh;
}
.logo img{
	margin-right: 1vw;
}
.logo .glaco-logo{
	height: 8vh;
}

.img-div img{
	width: 100%;
	height: intrinsic;
}

.submenu{
	position: absolute;
    width: 95%;
    background-color: rgba(26, 26, 26,0.65);
    height: 2.5em;
    margin-bottom: 2vh;
    border-radius: 4vh;
    bottom: 0;
    font-size: 1.2em;
}
.submenu-buttons, .social-media a{
	margin-left: 2vw;
}
.social-media, .submenu-buttons a{
    margin-right: 2vw;
}

.social-media a .icon {
	width: 2.2vh;
	filter: invert(38%) sepia(0%) saturate(2425%) hue-rotate(86deg) brightness(236%) contrast(112%);
}

area:hover{
	background-color: yellow;
}
.next-title{
	margin-top: 3vh;
	margin-bottom: 3vh;
}
.medium-text{
    width: 90%;
    font-size: 30px;
    font-family: "Gotham";
       font-weight: 500;
    font-style: normal;
    line-height: 32px;
}
.grey-text{
    width: 90%;
    font-size: 18px;
    line-height: 30px;
    color: #fff !important;
    font-family: 'Gotham Book';
}
.g-glaco{
	margin-top: 3vh;
}
.g-image{
	border: 0.5vh solid #0F0F0F;
}
.g-card, .g-card img{
	border-radius: 1.5vh;
}
.products p{
	margin-bottom: 0 !important;
}
.products .g-card img,.sidenav .g-card img,.slick-track .g-card img{
	background-color: #222222;
}
.slider-nav img{
	background-color: transparent !important;
}
.g-info{
	position: absolute;
	top:-0.5vh;
	left:-0.5vh;
	background-color: #0F0F0F;
	text-transform: uppercase;
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 0.3vh;
	padding-bottom: 0.3vh;
}
.white{
	background-color: #fff !important;
	color: #000;
}
.orange{
	background-color: #FEC400 !important;
	color: #000;
}
.orange-span{
	color: #FEC400 !important;
}
.line-tr{
	text-decoration: line-through;
}
.buy-button{
	border-radius: 3em;
    padding-left: 3em;
    padding-right: 3em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.6vh;
}
.buy-button:hover{
	color: #000 !important;
}
.sp{
	margin-left: 1vw;
}
.next-img{
	width: 50%;
}
.g-list{
	text-align: left;
	font-size: 1.5vh;
    line-height: 2.5vh;
    color: #555555;
}
.g-li .nav-grey-text{
	font-size: 15px!important;
    line-height: 21px!important;
    margin-bottom: 0;
}
.g-li{
	margin-bottom: 3rem;
	width: 100%;
}
.g-li .g-li-head{
	width: 25%;
}
.g-li .nav-li-paragr{
	width: -webkit-fill-available;
	width: inherit;
}
.products .slick-track {
    float: left;
}
.products .glaco-mmax .slick-track {
    float: none;
}
.products .glaco-mmax .g-card {
    background-color: #000;
}
.glaco-mmax .g-card .laur{
    background-color: transparent;
    position: absolute;
    width: 100%;
    left: 0%;
    top: 8%;
}
.products hr{
	position: absolute;
	width: 100%;
    margin-top: 20em;
}

.slide{
	width: 95%;
	padding: 1.5vh;
	margin-top: 19px;
	margin-bottom: 19px;
	transition: 0.5s;
}
.products .slide{
	height: 32em;
}
/*.slide:hover{
	cursor: pointer;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(50,50,50,1);
	-moz-box-shadow: 0px 0px 19px 0px rgba(50,50,50,1);
	box-shadow: 0px 0px 19px 0px rgba(50,50,50,1);
}*/

.imagechanger:hover {
	cursor: pointer;
}

.slick:focus{
	background-color: red;
}

.normal-text{
	font-family: 'Gotham';
	   font-weight: 500;
    font-style: normal;
	font-size: 18px;
	margin-top: 1vh;
	margin-bottom: 1vh;
}
.products .normal-text{
	margin-top: 0.8vh;
	margin-bottom: 0.3vh;
}
.products .sub-text{
	margin-top: 0.3vh;
	margin-bottom: 0.3vh;
}
.products .min-text{
	margin-top: 0.3vh;
	margin-bottom: 0.3vh;
}
.products .normal-text{
	/*text-transform: uppercase;*/
}
.sub-text{
	font-family: 'Gotham Book';
	font-size: 0.8em;
	color: #fff;
}
.min-text{
	font-family: 'Gotham Book';
	font-size: 0.8em;
	color: #555555;
	text-transform: lowercase;
}
.min-text::first-letter{
	text-transform: uppercase;
}
.yellow-button{
	color: #FEC400;
}
.prod-button{
    position: absolute;
    bottom: 1.5vh;
    background-color: #FEC400;
    font-size: 12px;
    color: black;
    border-radius: 20px;
    padding: 6px 30px 6px 30px;
    font-family: 'Gotham';
    font-weight: 900;
    font-size: 13px;
}
.info-sticker{
	display: block;
    position: absolute;
    top: 2.5vh;
    left: 1.3vw;
    background-color: black;
    font-size: 12px;
    border-radius: 20px;
    padding: 6px 20px 6px 20px;
}
.sticker-white{
	color: white;
	border: 1px solid #fff;
}
.sticker-yellow{
	color: #FEC400;
	border: 1px solid #FEC400;
}
.sticker-grey{
    color: #AAAAAD;
    border: 1px solid #AAAAAD;
}

.free{
	position: absolute;;
	top:3vh;
	left:1.5vw;
	border-radius: 1vh;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding-left: 0.8vw;
	padding-right: 0.8vw;
}
#qaaco{
	border-top: solid 1px #242323;
	border-bottom: solid 1px #242323;
	margin-bottom: 6vh;
}
.accordion-button {
    height: 100px;
    font-family: 'Gotham';
    font-weight: bold;
    font-size: 17px;
    padding: 1rem 0;
    color: #fff;
    background-color: #000
    /* border-top: solid 1px #E4E9EB; */
}
.accordion-item,.accordion-item:last-child {
    border-color: #242323;;
    color: #fff;
    background-color: #000;
}
.accordion-button:not(.collapsed) {
	color: #FEC400;
	background-color: #000;
	box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-top-color: #242323;;
    outline: 0;
    box-shadow: none;
    /*border-top: solid 1px #E4E9EB;*/
}
.map-con{
	width: 99%;
}
.orange-free{
	border-radius: 3vh !important;
	border: 1px solid #FEC400;
	color: #FEC400 !important;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-top: 1vh;
	padding-bottom: 1vh;
	align-items: center;
	width: max-content;
	font-size: 1.6vh;
}
.orange-free::first-letter{
	text-transform: uppercase;
}
.askus .orange-free{
	margin-bottom: 10vh;
}
.map-container{
	position: fixed;
	bottom: 1vh;
	width: 100%;
	z-index: -1;
}
.map-container .container{
	padding:0; 
	z-index: -1;
}
.footer{
	width: 100%;
}
.footer-text{
	margin-left: 1vw;
}
.woski-ar-pre {
    left: -30px;
}
.woski-ar-nex {
    right: -30px;
}
.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 9;
}
.relative-div{
	position: relative;
	width: 100%;
	height: 100%;
}

.mobile-photo{
	display: none;
}
.desktop-photo{
	display: block;
}

/* The side navigation menu */
.sidenav {
 	height: 100%;
	width:630px;
	position: fixed;
	z-index: 110;
	top: 0;
	background-color: #111;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 40px;
	transition: 0.5s;
}
.sidenav-close{
	right: -630px;
}
.sidenav-open{
	right: 0;
}

/* The navigation menu links */
.sidenav a {
	display: block;
 	border-radius: 3vh !important;
	text-transform: lowercase !important;
	border: 1px solid #FEC400;
	color: #FEC400 !important;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-top: 1vh;
	padding-bottom: 1vh;
	align-items: center;
	width: max-content;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.nav-head{
	height: 250px;
}
.slider-nav{
	height: 100%;
}
.slider-nav{
	height: inherit;
	width: 250px;
	margin-right: 4%; 
	background-color: #222222;
	border-radius: 1.5vh;
}
.slider-nav .s-slider{
	margin-bottom: 0 !important;
}
.slick-dots{
	bottom: 0 !important;
}
.slick-dots li.slick-active button:before {
    color:#FEC400 !important;
}
.slick-dots li button::before{
	font-size: 11px;
}
.right-info{
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nav-price{
	width: 100%;
	align-items: flex-end;
}
.prices{
	    height: max-content;
        margin-left: 2vw;
    text-align: center;
}
.prices p{
	padding: 0;
	margin-bottom: 0;
}
.prices .grey-text {
    font-size: 1em;
}
.set-in{
	text-transform: uppercase;
	background-color: #555555;
	color:#fff;
	padding-left: 1.5vw;
    padding-right: 1.5vw;
	padding-top: 0.3vh;
	padding-bottom: 0.3vh;
	height: max-content;
	font-size: 1em;
	border-radius: 5vh;
}
.nav-medium-text {
    font-size: 18px;
    line-height: 30px;
	color: #fff;
}
.nav-grey-text{
	font-size: 16px;
    line-height: 30px;
	color: #555555;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
}
.g-modal-video {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 7vh;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sidenav .slide {
    height: 25em;
    background-color: #070707;
}
.sidenav .s-slider p {
    margin-bottom: 0 !important;
}
.nav-circle-number{
	text-align: center;
    border: 1px solid #FEC400;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    color: #FEC400;
}
.a30-mobile{
	display: none;
}
.g-list {
	    margin-top: 1rem;
}
.buy-row{
	display: none;
	margin-top: 7vh;
}
.mobile-header{
	display: none;
	width: 100%;
	margin-bottom: 5vh;
}
.mobile-header .svg{
	height: 5vh;
	cursor: pointer;
}
.accordion-collapse{
	font-size: 1.6vh !important;
	line-height: 2vh !important;
}
.mobile-price{
	width: 85%;
	margin-bottom:30px;
	display: none;
}
.mobile-price .m-el{
	min-width: 30%;
	margin: 0 !important;
	font-size: 17px;
}
.m-el-m{
	width: 90%;
	text-align: center;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/arrow.png") !important;
}
@media only screen and (max-width: 960px) {

	.header{
		padding-top: 3vw;
   		padding-bottom: 3vw;
		height: 17vw;
		padding-left: 8vw;
		padding-right: 8vw;
	}
	.header-title{
	    font-size: 12vw;
    	line-height: 10vw;
	}
	.big-title{
		font-size: 3.5vw;
	    line-height: 4vw;
	}
	.logo-img{
		margin-top: 12vw;
		margin-bottom: 7vw;
	}
	.logo img{
		margin-right: 1vw;
	}
	.logo .glaco-logo{
		height: 8vw;
	}

	.submenu-buttons, .social-media a{
		margin-left: 2vw;
	}
	.social-media, .submenu-buttons a{
	    margin-right: 2vw;
	}

	.social-media a .icon {
		width: 2.2vw;
	}
	.next-title{
		margin-top: 3vw;
		margin-bottom: 3vw;
	}
	.g-glaco{
		margin-top: 3vw;
	}
	.g-image{
		border: 0.5vw solid #0F0F0F;
	}
	.g-info{
		top:-0.5vw;
		left:-0.5vw;
		padding-left: 2vw;
		padding-right: 2vw;
		padding-top: 0.3vw;
		padding-bottom: 0.3vw;
	}
	.sp{
		margin-left: 1vw;
	}
	.normal-text{
		margin-top: 1vw;
		margin-bottom: 1vw;
	}
	.products .normal-text{
		margin-top: 0.8vw;
		margin-bottom: 0.3vw;
	}
	.products .sub-text{
		margin-top: 0.3vw;
		margin-bottom: 0.3vw;
	}
	.products .min-text{
		margin-top: 0.3vw;
		margin-bottom: 0.3vw;
	}
	.price{
	    bottom: 1vw;
	}
	.free{
		top:3vw;
		left:1.5vw;
		border-radius: 1vw;
		padding-left: 0.8vw;
		padding-right: 0.8vw;
	}
	.orange-free{
		border-radius: 6vw !important;
		border: 1px solid #FEC400;
		padding-left: 3vw;
		padding-right: 3vw;
		padding-top: 1vw;
		padding-bottom: 1vw;
		font-size: 2.6vw;
	}
	.askus .orange-free{
		margin-bottom: 10vw;
	}
	.map-container{
		bottom: 1vw;
	}
	.footer-text{
		margin-left: 1vw;
	}
	.sidenav a {
	 	border-radius: 6vw !important;
	    padding-left: 3vw;
	    padding-right: 3vw;
	    padding-top: 2vw;
	    padding-bottom: 2vw;
	}
	.slider-nav{
		border-radius: 1.5vw;
	}
	.set-in{
		padding-left: 1.5vw;
	    padding-right: 1.5vw;
		padding-top: 0.3vw;
		padding-bottom: 0.3vw;
		border-radius: 5vw;
	}
	.g-modal-video {
	    margin-bottom: 7vw;
	}
	.mobile-header{
		margin-bottom: 5vw;
	}
	.mobile-header .svg{
		height: 5vw;
		margin-top: 2vw;
	}
	.accordion-collapse{
		font-size: 1.6vw !important;
		line-height: 2vw !important;
	}
  .menu-buttons {
    display: none !important;
    height: 10vw;
	padding: 1.8vw;
  }
  .logo{
  	width: 100%;
  }
  .submenu{
  	display: none !important;
  	margin-bottom: 2vw;
    border-radius: 2vw;
  }
  .i30-years-logo{
  	display: none !important;
  }
  .medium-text{
  	width: 100%;
  	font-size: 3.2vw;
    line-height: 4.2vw; 
  }
  .grey-text{
  	width: 100%;
  }
  .next-title{
  	margin-right: 0 !important;
  }
  .mobile-photo{
	display: block;
	}
	.desktop-photo{
			display: none !important;
	}

	.a30-mobile{
		display: block;
	}
	.a30-mobile img{
		width: 90%;
	}
	.mobile-div{
		padding:0;
	}
	.products .slide {
	    height: 32em;
	}
	.g-list {
	    font-size: 2.9vw;
	    margin-top: 3rem;
	}
	.g-list ul{

	}
	.buy-row{
		display: block;
		margin-top: 7vw;
	}
	.logo-img {
    	margin-top: 10vw;
		margin-bottom: 7vw;
	}
	.footer-text {
	    margin-left: 1vw;
	    font-size: 2vw;
	}
	.buy-button{
	    font-size: 1.6vw;
	}
	.accordion-collapse{
		font-size: 1.6vw !important;
		line-height: 2vw !important;
	}
	hr{
		margin-top: 6vw;
		margin-bottom: 6vw;
	}
/*	.header-mobile-logo img{
		height:100vmin;
	}*/
	
}
@media only screen and (max-width: 768px) {
	.products .slide{
		height: 30em;
	}
	.slider-nav{
		width: 300px;
	}
	.products hr{
		position: absolute;
		width: 90%;
	    margin-top: 16em;
	}
	.nav-head {
	    height: 300px;
	}
	.mobile-center{
		justify-content: center;
		align-items: center;
	}
	.slider-nav{
		margin:0;
	}
	.mobile-header{
		display: flex;
		margin-bottom: 5vw;
	}
	.sidenav .orange-free{
		padding-left: 8vw;
    	padding-right: 8vw;
	}
	.desktop-photo-little{
		display: none;
	}
	.big-title{
		font-size: 8.5vw;
	    line-height: 8vw;
	}
	.medium-text {
	    font-size: 5vw;
	    line-height: 6vw;
	}
	.grey-text{
		width: 90%;
		font-size: 3.8vw;
	    line-height: 5.2vw;
	    color: #555555;
	}
	.g-li .nav-grey-text {
	    font-size: 15px!important;
	    line-height: 19px!important;
	}
	.nav-circle-number {
	    width: 50px;
	    height: 50px;
	}
	.sidenav {
		width:100%;
	}
	.sidenav-close{
		right: -100%;
	}
	.sidenav-open{
		right: 0;
	}
	.nav-medium-text {
	    font-size: 16px;
	    line-height: 30px;
	}
	.nav-grey-text {
	    font-size: 14px;
	    line-height: 28px;
	}
	.sidenav .slide{
		height: 60vw;
	}
	.mobile-price{
		display: flex;
	}
	.buy-button{
	    font-size: 2.6vw;
	}
	.accordion-collapse {
	    font-size: 3.6vw !important;
	    line-height: 4vw !important;
	}
	hr{
		margin-top: 12vw;
		margin-bottom: 12vw;
	}
	.mobile-price{
		width: 100%;
	}
}

.mobileonly {
	display: none;
}

@media only screen and (max-width: 580px) {
	.mobileonly {
		display: initial;
	}
	.imagechanger {
		display: none;
	}
	.slick-arrow{
		display: none !important;
	}

	.normal-text{
		font-size: 0.9em;
	}
	.sub-text{
		font-size: 0.7em;
	}
	.min-text{
		font-size: 0.6em;
	}
	.products .slide{
		/*height: 20em;*/
	}

	.info-sticker {
		left: 8.5vw;
		z-index: 10;
	}
	.header-title{
		top:10vmin;
		    font-size: 17vw;
    line-height: 13vw;
	}
	.g-li .nav-grey-text {
	    font-size: 12px!important;
	    line-height: 16px!important;
	}
	.nav-circle-number {
	    width: 45px;
	    height: 45px;
	    margin-right: 10px;
	}
	.logo .glaco-logo{
		height: 11vw;
	}
	.logo img {
	    margin-right: 1vw;
	    height: 8vw;
	}
	.g-list {
	    font-size: 3.9vw;
	    line-height: 5vw;
	}

	.slide {
		margin-bottom: 30px;
	}

	.products .normal-text {
		margin-top: 10px;
	}

}
@media only screen and (min-width: 2000px) {
	.header-title{
		font-size: 5.5vw;
    	line-height: 4.5vw;
	}
	.big-title {
	    font-size: 2.5vw;
	    line-height: 3vw;
	}
	.social-media a {
	    margin-left: 1.5vw;
	}
	.social-media a .icon {
	    width: 1.5vh;
	}
	.social-media, .submenu-buttons a {
	    margin-right: 1vw;
	}
	.prices .grey-text {
	    font-size: 1em;
	}
	.set-in {
	    text-transform: uppercase;
	    background-color: #555555;
	    color: #fff;
	    padding-left: 0.6vw;
	    padding-right: 0.6vw;
	    /* padding-right: 1vw; */
	    padding-top: 0.3vh;
	    padding-bottom: 0.3vh;
	    height: max-content;
	    font-size: 1em;
	    border-radius: 5vh;
	}
}
