@charset "UTF-8";


body {
	padding: 0;
	margin: 0;
}
.container {
	position: relative;
	margin-top: 100px;
}
.container img {
	display: block;
	width: 100%;
}
nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	height: 80px;
	background-color: #4E5256;
    max-width: 1017px;
    margin-left: auto;
    margin-right: auto;
}
nav .logo {
	float: left;
	padding-left: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 3px;
	font-family: rustica, sans-serif;
	color: #fff;
}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: auto;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
	
}
nav .links a {
	display: block;
	padding: 1.93em;
	font-size: 1em;
	font-family: 'rustica';
	font-weight: 200;
	color: #fff;
	text-decoration: none;
	}

nav .links a:hover {
    background-color: #778086;

}
#nav-toggle {
	position: absolute;
	top: -100px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
nav .icon-burger .line {
	width: 50px;
	height: 5px;
	background-color: #fff;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 1017px) {
	
	nav {
		height: 150px;
		
		
	}

	nav .logo {
		float: none;
		width: auto;
		padding-left: 65px;
		justify-content: left;
		font-size: 2.25em;
		font-weight: 400;
		
	}
	nav .links {
		float: none;
		position: fixed;
		z-index: 9;
		padding-left: 0px;
		padding-right: 0px;
		left: 0;
		right: 0;
		top: 150px;
		bottom: 100%;
		maxwidth: auto;
		height: auto;
		flex-direction: column;
		justify-content: space-evenly;
		background-color: rgba(0,0,0,.8);
		overflow: hidden;
		box-sizing: border-box;
		transition: all .5s ease-in-out;
		
		
	}
	nav .links a {
		font-size: 40px;
		padding-left: 430px;
		padding-right: 430px;
	
		
	
	}
	nav :checked ~ .links {
		bottom: 0;
	}
	nav .icon-burger {
		display: block;
	}
	nav :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(10px) rotate(225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-10px) rotate(-225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
	

}

body {

background: #B6B6B6;

}



html {
box-sizing: border-box;
font-family: rustica, sans-serif;
font-weight: 300;
font-style: normal;
color: #4E5256;
}

body {
  background: #ccc;
  margin: 30px 20px;
  line-height: 1.1;

}





h2{
	font-size: 1.2em;
	font-weight: 500;
	font-family: rustica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px;
	
}

h3{
	font-size: .75em;
	font-family: rustica, sans-serif;
    font-weight: 300;
    line-height: 1.45em;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	
}

h4{
	font-size: 1.2em;
	font-weight: 300;
	font-family: rustica, sans-serif;
	
}

h5{
	font-size: 1.2em;
	font-weight: 100;
	font-family: rustica, sans-serif;
	color: #FFFFFF;
}



/*QLIXBI STARTS HERE*/



.fourthcontainer{
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	
		
	}
	
	
	.fourthcontainerL{
	flex: 2;
	
		
	}
	
	
	.fourthcontainerR{
	flex: 1;
		
	}


.fifthcontainer{
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	
	
}


.fifthcontainerL{
	flex: 1;
	flex-direction: row;
	
	
}
	
	.fifthcontainerM{
    flex: 1;
    flex-direction: row;
    display: block;
		
}
		
	.fifthcontainerR{
    flex: 1;
    flex-direction: row;
    display: block;
    background-color: #434A50;
    margin-bottom: 2px;

		}

.captioncontainer{
    max-width: 1017px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    background-color: #778086;
    margin-top: 100px;
    
		
	}

.caption{
    align-content: center;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;

	
	
}
.qlixbiboxcontainer{
	padding-top: 5px;
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	
}

.qlixbiboxcontainerL{
	flex: 1;
	flex-direction: row;
	
	
}
	
	.qlixbiboxcontainerM{
    flex: 1;
    flex-direction: row;
    display: block;
        
}

.mobile-prompt {
  display: none; /* hidden by default */
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  padding: 6px 12px;
  font-size: 20px;
  color: #333;
  border-radius: 6px;
  z-index: 3;
  pointer-events: none;
  font-weight: 500;



}
.viewer-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 339px;
    height: 339px;
    background: white;
    border-radius: 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    
   
}

.viewer-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  touch-action: none;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent; /* transparent background */
  color: rgba(116,128,134,1.00); /* or any color you like */
  border: none;
  font-size: 30px; /* maybe slightly larger if no background */
  padding: 0;
  cursor: pointer;
  z-index: 2;
  border-radius: 0; /* no circle */
  transition: none;


}



.left-button {
  left: 10px;
}

.right-button {
  right: 10px;
    
}
.autoplay-toggle {
  position: absolute;
  bottom: 10px;
  left: 15%;
  transform: translateX(-50%);
  background: #748087;
  color: white;
  border: none;
  padding: 4px 16px;
  font-size: 10px;
  border-radius: 6px;
  cursor: pointer;
}

.autoplay-toggle:hover {
  background: #343434;
}

.loading {
  position: absolute;
  font-size: 18px;
  color: #888;
}	
}

.loading {
  position: absolute;
  font-size: 18px;
  color: #888;
	

		
}

.brochurecontainer{
	padding-top: 5px;
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: -11px;
	
}

.brochurecontainerL{
	flex: 1;
	flex-direction: row;
	
	
}
	
	.brochurecontainerM{
    flex: 1;
    flex-direction: row;
    display: block;		
}
		
	.brochurecontainerR{
    flex: 1;
    flex-direction: row;
    background-color: #778086;
    display: block;
    margin-bottom: 2px;



}

.buttoncontainer{
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2px;
	background-color: #778086;
	
}
.buttoncaptionL{
	align-content: center;
    
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;
	

	
	

}

.buttoncaptionM{
	align-content: center;
    padding-left: 30px;
    padding-right: 30px;
    
	

	
	
}
.buttoncaptionR{
    align-content: center;
    
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;

	
	
}


.buttoncontainerL{
    flex: 1;
    flex-direction: row;
	text-align: center;
}.buttoncontainerL:hover{
		background: #4F5256;
 
    
	

	
}
	
.buttoncontainerM{
    flex: 6;
    flex-direction: row;
	
}
	
	.buttoncontainerR:hover{
		background: #4F5256;
	
	
	
	
    
	
	}

.buttoncontainerR{
    flex: 1;
    flex-direction: row;
    text-align: center;
   

	
	
	
	
	
}.buttonbase{
	background-color: #CCCCCC;
	max-width: 1017px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
	padding-top: 5vh;

}





/*ALL MEDIA QUERIES FROM HERE*/

@media (max-width:1017px){

h2{

font-size: 2.65em;
padding-left: 5vw;
font-weight: 500;


	
	}


h3{

font-size: 2em;
font-weight: 300;
line-height: 1.25em;
padding-left: 5vw;
padding-right: 5vw;
	
	}
	
h4{

font-size: calc(1vw + 1.5rem);
padding-left: 2vw;
font-weight: 500;
	
	}
	
	h5{

font-size: calc(2vw + 1.5rem);
padding-left: 1vw;
font-weight: 300;
	
	}

	
	
	
	
	
	
	

	
	
	
	/*QLIXBI MEDIA QUERIES STARTS HERE*/
	
@media screen and (max-width: 1017px) {	
	.fourthcontainer{
 flex-direction: column;
	
		
	}
	
	.fourthcontainerL{
 flex-direction: column;
		
	}
	
	.fourthcontainerR{
 flex-direction: column;
		
	}
	

		
.fifthcontainer{
 flex-direction: column;

	
	
	}

.fifthcontainerM{
 flex-direction: column;
 margin-top: -1vw;
	
	}
	
.fifthcontainerR{
    flex-direction: column;
    margin-top: -1vw;
    padding-bottom: 5vh;
	background-size: cover;
	
   
	}
	
.qlixbiboxcontainerM{
    flex-direction: column;
    margin-top: -1vw;
    background-size: 32px;	
	}
	
.qlixbiboxcontainerR{
flex-direction: column;
margin-top: -1vw;
	
	}
	
.brochurecontainerM{
flex-direction: column;
margin-top: -1vw;
	
	}

.viewer-container {
margin-left: auto;
  margin-right: auto;
  position: relative;
  width: auto;
  height: auto;
  background: white;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  
    
  
}

.viewer-container img {
  
  object-fit: contain;
  user-select: none;
  touch-action: none;
    
    }
    @media (max-width: 1017px) {
  .left-button,
  .right-button,
  .autoplay-toggle {
    display: none !important;
  }

  .mobile-prompt {
    display: block;
 
}
    
@media screen and (max-width: 1017px){    
.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent; /* transparent background */
  color: rgba(116,128,134,1.00); /* or any color you like */
  border: none;
  font-size: 50px; /* maybe slightly larger if no background */
  padding: 0;
  cursor: pointer;
  z-index: 2;
  border-radius: 0; /* no circle */
  transition: none;

}



.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.left-button {
  left: 50px;
}

.right-button {
  right: 50px;
}

.autoplay-toggle {
  position: absolute;
  bottom: 30px;
  left: 20%;
  transform: translateX(-50%);
  background: #748087;
  color: white;
  border: none;
  padding: 16px 16px;
  font-size: 30px;
  border-radius: 6px;
  cursor: pointer;
}

.autoplay-toggle:hover {
  background: #343434;
}

.loading {
  position: absolute;
  font-size: 18px;
  color: #888;
}	
	
.captioncontainer{
 flex-direction: column;
	margin-top: 15vw;

	
}
	
			
.qlixbiboxcontainer{
 flex-direction: column;
	
}
			
.brochurecontainer{
 flex-direction: column;
	

}
	.buttoncontainer{
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	background-color: #CCCCCC;
	
}
.buttoncaptionL{
    align-content: center;
    padding-left: 100px;
    padding-right: 90px;
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;

	
	
}


.buttoncaptionR{
    align-content: center;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;
	
	
}


.buttoncontainerL{
    flex: 1;
    flex-direction: row;
 background-color: #778086;
	border-bottom-left-radius: 70px;
	
	
    
	

	
}
	
.buttoncontainerM{
    flex: 1;
    flex-direction: row;
	background-color: #778086;
	margin-left: 5px;
	margin-right: 5px;
	
	
	}
	
	
    
	
	
}
@media (max-width:1017px){
.buttoncontainerR{
    flex: 1;
    flex-direction: row;
    background-color: #778086;
    border-bottom-right-radius: 70px;
}
	
	}
	
	
    

}
