@charset "utf-8";
/* CSS Document

font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Bebas Neue';


	Color wall  theme:  
	////////////////////// 
*/ 
html{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
}
 
#header {
            position: fixed; /* Make the header fixed */
            top: -10vh; /* Start off-screen (hidden) */
            left: 0;
            right: 0;
            height: 10vh;
            background-color: #eee;
			border-bottom: 5px solid #ffcc00;
            text-align: center; 
            transition: top 0.3s; /* Smooth transition for the header */
			z-index: 1;
        }
#header p{ 
	color: #666;
	font-size: 33px;
	transform: scale(1,1);
	font-family: 'Bebas Neue';
	letter-spacing: 1px;  
	font-weight: 500; 
	height:40px; 
	text-decoration: none;
	width: auto;
	margin-top: 4vh;
     }
    

/*████ keyframes for moves ████████████████████████████████████████████████████████*/
@keyframes x {
  0% {
	 opacity: 0;
	  margin-top: 33px;
  }  
  100%{ 
	  opacity: 1;
	  margin-top: 0;
  }
}
@keyframes sideNavAnimation{
	0%{ 
		opacity: 0; 
	}
	50%{ 
	opacity: 0; 
	}
	100%{ 
		  opacity: 1;  
	}
}
@keyframes sideNavContentAnimation{
	0%{ 
		opacity: 0; 
	}
	70%{ 
		  opacity: 0;  
	} 
	100%{ 
		  opacity: 1;  
	}
}


/*████ Start Desktop version  █████████████████████████████████████████████████████*/
/*##########################################################
 0.0 header
##########################################################*/ 
#sideNav{ 
		display: none; 
	}	
.trapezoid {
	border-bottom: 5vh solid #fff;
	border-left: 0px solid transparent;
	border-right: 25px solid transparent;
	height: 0;
	width: 25vw;
	position: absolute;
	left: 0;
	top:5.1vh;
}
#top{
	width: 100%;
	height: 20vh; 
	border-bottom: 1px solid #eee;
	background-color: #f6f6f6;
}
.topHeader{
	margin: 0 10%;
	width: 80%;
	height: 50%; 
	display: block;
}
.topHeaderItem{
	width: auto;
	height: auto;
	display: inline-flex;
	padding: 8px;
	float: right;
	text-decoration: none;
}
.topHeaderItem img{
	width: 21px;
	height: 21px;
	margin: 5px;
}
.topHeaderItem p{
	margin: 5px;
	color: #333;
}
.bottomHeader{
	margin: 0 0% 0 0%;
	width: 100%;
	height: 50%;  
	background-color: #fff;
}
.bottomHeaderInside{
	margin: 0 10% 0 10%;
	width: 80%;
	height: 100%; 
	display: inline-flex; 
}
#logo{
	width: 189px;
	height: 55px;
}
.desktopMenu{ 
	width: auto;
	height: auto; 
	position: relative;
	float: right;
	display: inline-flex; 
	margin: auto 0 auto auto;  
	}
a.dropbtn{ 
	transform: scale(1,1);
	font-family: 'Bebas Neue';
	letter-spacing: 1px; 
	font-size: 17px;
	font-weight: 500;
	color:  #000;
	height:40px;
	margin:  5px 21px;
	padding: 5px 0px;
	text-decoration: none;
	width: auto;
	}
.dropdown-content{
	text-align: left; 
	display: none;
	position: absolute;
	height: auto;
	background-color: #fff; 
	left: -20px;
	top: 26px;
	animation: 0.5s ease x;
	z-index: 1;
}

.dropdown-content a{  
	margin: 0;
	padding: 8px 3px 0px 3px;
	width: auto;
	height: 30px; 
	text-align: left;
	text-decoration: none;
	color: #000;
	transition: .5s ease;   
	animation: zoom 1s ease;
	border-bottom: 1px solid #fff;
}
.dropdown-content a:hover{
	background-color: #eee;
	border-bottom: 1px solid gold;
} 
.dropdown-content img{
	width: 33px;
	height: 33px;
	margin: 20px auto 0 auto;
}
.dropdown-content p{
	margin: 0 auto 20px auto;
	font-size: 17px;
}
.dropbtn:hover + .dropdown-content {
  display: inline-grid;
}
.dropdown-content:hover{
	 display: inline-grid
} 
#mobileMenu{
	display: none;
}	 

/**********************************************************************************
0.3  Product
**********************************************************************************/
.product{
	width: 70%;
	margin: 0;
	margin-left: 15%;
	height: auto;
	display: inline-flex;
	background-color: #fff;
} 
.description{
	padding: 1% 0;
	margin: 0;
	width: 70%;
	margin-left: 15%;
	height: auto;
	background-color: #fff; 
	font-size: 33px;
}
.product_left{
	width: 50%;
	height: 339px;
}
.product_left img{ 
	width: 90%;
	margin: 0% 5%;
	height: 339px;
	border-radius: 8px;
}
.product_right{
	width: 50%;
	height: auto;
	display: inline-grid;
}
.product_right_inside{
	width: 90%;
	padding-left: 2.5%;
	margin-left: 2.5%;
	padding-right: 2.5%;
	margin-right: 2.5%;
	height: auto;
	display: inline-flex;
}
.product_right_inside img{
	width: 21px;
	height: 21px;
}
.product_right_inside h2{
	padding-left: 13px;
}
 
/**********************************************************************************************
	0.4 Viewer
***********************************************************************************************/		  
.row{
  display:table-cell;
}
.row:after {
  content: "";
  clear: both;
}
.column {
float: left;
  width: 50%;
}
.column img{
		 width:95%;height: 555px;margin: 2.5%;
	 }
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0px;
  width: 100vw;
  height: 100vh;	
  overflow: auto;  
}
/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 100vw; 
  height: 100vh;
  overflow-x: hidden;
}
/* The Close Button */
.close {
background-color: #ffcc00;
  color: #000;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 39px;
  font-weight: bold;
	z-index: 999999;
	padding: 21px;
	border-radius: 66px;
	height: auto;
	width: auto;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.mySlides img{
	
	width: 100vw;
	height: 100vh;
}
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 0;
  width: auto;
  padding: 16px;
  margin-top: 0;
  color: black;
  font-weight: bold;
  font-size: 99px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #ffcc00;
	z-index: 99;display:none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.5);
color: black;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}     
	
.mobileBtns{
		width: 100%;
		height: auto;
		background-color: transparent;
		position: fixed;
		bottom: 0;
		z-index: 999999999;
	display: none;
	padding: 21px;
	}
		
.mobileBtnsInside{
	width: auto;
	height: auto;
	display: inline-flex; 
	}
.mobileBtnsInsideItem{
	width: auto;
	height: auto; 
	}
.mobileBtnsInsideItem img{
	width: 55px;
	height: 55px;
	}
		
 
		
 


/*##########################################################*/
 /*   0.1 Footer  */
/*##########################################################*/		
	.footer{
		border-top:solid 1px #aaa;
		width: 100%;
		height: auto; 
		background-image: linear-gradient(#fff,#eee);		
	}		
	.box_footer_son {
		margin-top: 13px; 
	}
	.box_footer_son a{
	color: #666;
		text-decoration: none;
	}
    .box_footer_father{
	display: inline-flex;
	width: 100%;
	height: auto;
		}
    .box_footer_son{
	display: inline-grid;
	width: 20%;
	margin: 2.5%;
	height: auto;
		}
.div-flex{
	display: inline-flex;
}
.div-flex img{
	width: 36px;
	height: 36px;
	margin: 1px;
}
.div-flex a{ 
	text-decoration: none;
	margin: 8px 0 0 0 ;
}

/*##########################################################*/
 /*   0.1 Bottoms  */
/*##########################################################*/	
.bottom{
	
		background-color: white;
		border-top: 1px solid #aaa;
	width: 100%;
	height: auto;
}
.bottom_inside{
	width: 90%;
	height: auto;
	margin-left: 5%; 
	display: inline-flex;
}
.bottomItem1{
	width: 30%;
	margin: 1.5%; 
	display: inline-flex;
}
.bottomItem1 a{ 
	margin: 3%;
	text-decoration: none;
	color: #666;
}
.bottomItem1 a:hover{ 
	margin: 3%;
	text-decoration: none;
	color: #333;
}
.bottomItem2{
	width: 30%;
	margin: 1.5%;
}
.bottomItem2 p{ 
	color: #666;
}	
.upBtn{
	display: none;
	width: 39px;
	height: 39px; 
	background-color: #fff;
	position: fixed;
	border-radius: 50%;	
	bottom: 89px;
	right:27px; 
	z-index: 9999;
	}
.upBtn:hover{
	width: 39px;
	height: 39px; 
	background-color: #fff;
	position: fixed;
	border-radius: 50%;	
	bottom: 89px;
	right:27px; 
	z-index: 9999;
	} 
img.img_upbtn{
		 width:39px;height:39px; 
	}











/* Mobile V 0.0.1  */
@media (max-width: 767px){
	
/*##########################################################
 0.0 header
##########################################################*/ 
#top{
	width: 100%;
	height: 70px; 
	border-bottom: 1px solid #eee;
}
.topHeader{
	margin: 0 10%;
	width: 80%;
	height: 0%; 
	display: none;
}
.bottomHeader{
	margin: 0 0% 0 0%;
	width: 100%;
	height: 100%; 
	display: inline-flex; 
}	
.desktopMenu{  
	display:none;  
}	
.bottomHeaderInside{
	margin: 0 0 0 0;
	display: flex;
	}
#logo{
	width: 169px;
	height: 50px;
	margin: auto auto auto 1%;
}	 
#mobileMenu{  
	display: flex;
	margin: auto 1% auto auto;
	padding: 0;
	text-decoration: none;
	position: absolute; 
	right: 1%;
	top: 20px;
}	
#menu{
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	}	
#sideNav{
		width: 100%;
		height: 100%; 
		display: none;
		position: fixed;
		z-index: -9;
		top: 0;
	    animation: sideNavAnimation 1s ease;
		 background-color: #fff;
	}	
#sideNavContent{
		width: 100%;
		height: 100%;  
	    animation: sideNavContentAnimation 2.5s ease;
		background-color: transparent; 
	}
.sideNavInside{
		width: 100%;
		height: 100%;
		margin: 0; 
		overflow: hidden;
		box-shadow: 0px 0px 13px 3px #ddd;
		background-color: transparent;
	}
.sideNavTop{
		width: 100%;
		height: 10%;
		background-image: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));
		backdrop-filter: blur(2px);
		overflow-y: hidden;
	}
.sideNavTop img{
		width: 99px;
		height: 33px;
		overflow-y: hidden;
		position: fixed;
		top: 19px;
		left: 1%;
	} 
.sideNavTopBar{
		width: auto;
		height: auto; 
		margin: 8px;
		float: right;
		overflow-y: hidden;
		display: inline-flex;
	}
.sideNavTopBarBall{
		width: 33px;
		height: 33px;
		float: right;
		background-image: linear-gradient(0rad,#ccc,#eee);
		border-radius: 50%;
		margin: 5px;
	}
.sideNavTopBarCloseBall{
		margin: 8px 5px 5px 5px;
		width: 33px;
		height: 33px;
		float: right;
		background-image: linear-gradient(45rad,#c90000,#d90000);
		border-radius: 5px;
		text-decoration: none;
	display: flex;
	}
.sideNavTopBarCloseBall p{ 
		margin: 1px auto auto auto;
	 	color: white;
		display: block;
	    font-size: 1.5em;
		font-weight: 600;	
	}	
.sideNavBody{ 
	width: 200%;
		height: 90%;
		background-color: transparent;
		display:inline-flex;
		border-top: 1px solid #ddd;
		overflow-y: hidden; 
	}
#sideNaveFirstMenu{
		width: 100%;
		height:100%;
		background-color: transparent; 
		position: relative;
		overflow: hidden;
	}
.sideNavItem{ 
	margin: 3px; 
		height: 60px;
		display: flex;
		text-decoration: none; 
		overflow-y: hidden; 	padding: 5px;
	}
.sideNavItem img{
		overflow-y: hidden;
		width: 33px;
		height: 33px;
		padding: 5px 5px;
	}
.sideNavItem p{
		margin-top: 8px;
		overflow-y: hidden;
		color: #000;
		padding: -1px 5px 0px 5px;
		font-weight: 700;
		font-size: 21px;
		font-family: 'Rubik', sans-serif;
	} 
.sideNavActualItem{
		width: 99%; 
		height: 50px;
		display: inline-flex;
		margin: 3px 0px;
		padding: 5px;
		background-color: white;
		text-decoration: none; 
		overflow-y: hidden;
		border-radius: 8px;
	}
.sideNavActualItem img{
		overflow-y: hidden;
		width: 33px;
		height: 33px;
		padding: 5px 5px;
	}
.sideNavActualItem p{	
		margin-top: 8px;
		overflow-y: hidden;
		color: #333;
		padding: -1px 5px 0px 5px;
		font-weight: 700;
		font-size: 21px;
		font-family: 'Rubik', sans-serif;
	} 
.sideNavActualItem p:hover{
		color: green;
		transition: ease 1s; 
	}
.sideNavItem p:hover{
		color: #999; 
		transition: ease 1s;
	}
/*   Sub Menu */
#sideNavSecondMenu{ 
		width: 100%;
		height:100%;
		background-color: #fff; 
		position: relative;
		left: 0%;
		transition: 0.15s ease;
		overflow: hidden;
	}
#sideNavSecondMenuInsideOne{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden;  
	} 
#sideNavSecondMenuInsideTwo{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden; 
	} 
#sideNavSecondMenuInsideThree{
			width: 100%;  
		height: auto;
		display: none;
		margin: 0px;
		text-decoration: none; 
		overflow: hidden; 
	} 
/* ##### */
.sideNavSecondMenuItem{
		margin: 0;
		background-color: #eee;
		height: auto;
		width: 100%; 
		padding: 3px; 
		overflow-y: hidden;
		display: inline-flex;
		text-decoration: none;
		border-bottom: 1px #ddd solid;
	} 
.icon{
		width: auto; 
		height: auto; 
		padding: 0;
	}
.icon img{  
		width: 33px;
		height: 33px;
		display: block;
		margin: auto auto auto auto;
		
	}
.sideNavSecondMenuItem img{
		  width: 33px;
	 	 height: 33px;
		 margin: 8px;
	}
.sideNavSecondMenuItem h4{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	}
.option{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	}
.sideNavSecondMenuActualItem{
		margin: 3px 0; 
		height: auto;
		width: 100%; 
		padding: 3px; 
		overflow-y: hidden;
		display: inline-flex;
		text-decoration: none;
		border-bottom: 1px #ddd solid;
	} 
.sideNavSecondMenuActualItem img{
		  width: 33px;
	 	 height: 33px;
		 margin: 8px;
	}
.sideNavSecondMenuActualItem h4{ 
		 color: #777;
		 margin: auto 13px;
		 padding-left: 1px;
		 font-weight: 700;
		 font-size: 21px;
	} 

/**********************************************************************************
0.3  Product
**********************************************************************************/
.product{
	width: 98%;
	margin: 0;
	margin-left: 1%;
	height: auto;
	display: inline-grid;
	background-color: #fff;
} 
.description{
	padding: 1% 0;
	margin: 0;
	width: 98%;
	margin-left: 1%;
	height: auto;
	background-color: #fff;
	font-size: 21px;
}
.product_left{
	width: 100%;
	height: auto;
	margin-top: 2%;
}
.product_left img{ 
	width: 90%;
	margin: 0 5%;
	height: 333px;
}
.product_right{
	width: 100%;
	height: auto; 
}
.product_right_inside{
	width: 90%;
	padding-left: 2.5%;
	margin-left: 2.5%;
	padding-right: 2.5%;
	margin-right: 2.5%;
	height: auto;
	display: inline-flex;
}
.product_right_inside img{
	width: 36px;
	height: 36px;
}
.product_right_inside h2{
	padding-left: 13px;
	margin:  auto 0;
	font-size:21px;
}
.product a{
	font-size: 21px;
} 	 

/**********************************************************************************************
	0.4 Viewer
***********************************************************************************************/		  
.row{
  display:table-cell;
}
.row:after {
  content: "";
  clear: both;
}
.column {
float: left;
  width: 50%;
}
.column img{
		 width:95%;height: 555px;margin: 2.5%;
	 }
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;	
  overflow: auto;
 background-color: #eee;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
/* The Close Button */

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
.mySlides img{
width: 100%;
height: 100%;
}
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 0;
  width: auto;
  padding: 16px;
  margin-top: 0;
  color: black;
  font-weight: bold;
  font-size: 99px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #ffcc00;
	z-index: 99;display:none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.5);
color: black;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
img {
  margin-bottom: -4px;
}
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
.mobileBtns{
		width: 100%;
		height: auto;
		background-color: transparent;
		position: fixed;
		bottom: 0;
		z-index: 999999999;
	display: none;
	padding: 21px;
	}
		
.mobileBtnsInside{
	width: auto;
	height: auto;
	display: inline-flex; 
	}
.mobileBtnsInsideItem{
	width: auto;
	height: auto; 
	}
.mobileBtnsInsideItem img{
	width: 200px;
	height: 200px;
	}
		
 
		

	
/*██████████████████████████████████████████████████████████*/
 /*   0.0 Footer  */
/*██████████████████████████████████████████████████████████*/
	.box_footer_father{
	display: inline-grid;
	width: 100%;
	height: auto;
		padding: 1% 10%;
		}
	.box_footer_son{
	display: inline-grid;
	width: 100%;
	margin: 0%;
	height: auto;
		}			
	.box_footer_son a{
	margin: 8px;
		font-size: 18px;
	}
	
	
/*██████████████████████████████████████████████████████████*/
 /*   0.0 Bottom  */
/*██████████████████████████████████████████████████████████*/
	.bottom{
	width: 100%;
	height: auto;
}
	.bottom_inside{
	width: 90%;
	height: auto;
	margin-left: 5%; 
	display: inline-grid;
}
	.bottomItem1{
	width: 97%;
	margin: 1.5%; 
	display: inline-grid;
	align-items: center;
	align-content: center;
	text-align: center;
}
	.bottomItem1 a{ 
	margin: 3%;
	text-decoration: none;
	color: #666;
}
	.bottomItem1 a:hover{
	font-family: 'Rubik';
	margin: 3%;
	text-decoration: none;
	color: #333;
}
	.bottomItem2{
	width: 97%;
	margin: 1.5%;
}
	.upBtn{
	display: none;
	width: 39px;
	height: 39px; 
	background-color: #fff;
	position: fixed;
	border-radius: 50%;	
	bottom: 60px;
	right:25px; 
	}
	.upBtn:hover {
	width: 39px;
	height: 39px;  
	position: fixed;
	border-radius: 50%;		
	bottom: 60px;
	right:25px; 
	}
	img.img_upbtn{
		 width:39px;height:39px; 
	}



}








