@charset "utf-8";
/* CSS Document */
 /* Container needed to position the button. Adjust the width as needed */
 
 
 
 /* ==========================================================================
   = IMG
   ========================================================================== */
 
.container {
  position: relative;
  width: 100%;
  height: auto;
}

/* Make the image responsive */
.main img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
 
}
.center {

  justify-content: center;
  align-items: center;
}




/* ==========================================================================
   = LOGO & MENU
   ========================================================================== */
   

/* =Menu Basics
   ========================================================================== */
   
.logo   {
	position: fixed;
	height:44px;
	float:left; 
	margin-left: 15%; 
	margin-right: 30px;
	padding: 20px;
	z-index: 1;
	display: flex;
}
   
/* Position the navbar container inside the image */
.containerMenu {
  position: fixed;
  top: 0px;
  margin: 0px;
  width: 100%;
  height:auto;
  z-index: 1;
  background-color: rgba(0,0,0,0.2); /* Black w/ opacity */

}

/* The navbar */
.topnav {
  overflow: hidden;
  margin-right: 15%;
  margin-left: auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 17px;
  display: flex;
  float:right;
}

/* Navbar links */
.topnav a {

  color: #fff;
  text-align: center;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
  color: #FF6600;
  
}


/* =Menu Mini
   ========================================================================== */
   
/* Position the navbar container inside the image */
.containerMenuM {
  position: fixed;
  margin: 0px;
  width: auto;
  z-index: 1;
    background-color: rgba(0,0,0,0.3); /* Black w/ opacity */
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  /*left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%); */
}

/* The navbar */
.topnavM {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  margin-left: 0px;
  margin-right: 0px;
}

/* Navbar links */
.topnavM a {
  /*float: left; */
  color: #fff;
  padding: 25px 25px;
  padding-left: 50px;
  text-align: center;
  text-decoration: none;
  display: block;
}

.topnavM a:hover {
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  color: #FF6600;
  
}


/* =DropDown
   ========================================================================== */
   
.dropdown {
  float: right;
  overflow: hidden;

}

.dropdown .dropbtn {
  background-color: transparent; /* Black w/ opacity */
  border: none;
  outline: none;
  color: #fff;
  text-align: center;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  text-decoration: none;
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  color: #FF6600;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.7); /* Black w/ opacity */
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #444;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

.dropdown:hover .dropdown-content {
  display: block;
}
	
	
 /* ==========================================================================
 	= BUTTONS
  ========================================================================== */
	  

/* Style the button and place it in the middle of the container/image */

.button {

  border: none;
  color: white;
  padding: 11px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 23px ;
  margin: 0px;
  transition-duration: 0.5s;
  cursor: pointer;
}

.button1 {
  background-color: #FF6600; 
  color: #fff; 
  border: 1px solid #FF6600;
  width: 42px;
  height:42px;
}


.button1:hover {
  background-color: #444;
  color: #FF6600;
  border: 1px solid #444;
  border-radius: 0px;
  -webkit-transform: scale(1.1);
}


.button2 {
  background-color: #FF6600; 
  color: #fff; 
  border: 1px solid #FF6600;
  border-radius: 50%;
}

.button2:hover {
  background-color: #444;
  color: #FF6600;
  border: 1px solid #444;
  -webkit-transform: scale(1.1);
}

.button3 {
  background-color: rgba(0,0,0,0.4);
  color: #fff; 
  border: 2px solid #FF6600;
  border-radius: 50%;
  width: 50px;
  height:50px;

}

.button3:hover {
  background-color: #444;
  color: #FF6600;
  border: 1px solid #444;
  -webkit-transform: scale(1.1);
}

.btnpos1 {
	  position: absolute;
	  top: 88%;
	  left: 41%;

}

.btnpos2 {
	  position: absolute;
	  top: 88%;
	  left: 47%;

}

.btnpos3 {
	  position: absolute;
	  top: 88%;
	  left: 53%;

}
.btnpos4 {
	  position: absolute;
	  top: 88%;
	  left: 59%;

}

/* Plusy QTC */

.plusqtc1 {
	  position: absolute;
	  top: 54%;
	  left: 44%;

}
.plusqtc2 {
	  position: absolute;
	  top: 48%;
	  left: 51%;

}
.plusqtc3 {
	  position: absolute;
	  top: 56%;
	  left: 52%;

}
.plusqtc4 {
	  position: absolute;
	  top: 45%;
	  left: 56%;

}

/* Plusy CV5 */

.pluscv1 {
	  position: absolute;
	  top: 42%;
	  left: 38%;

}
.pluscv2 {
	  position: absolute;
	  top: 49%;
	  left: 49%;

}
.pluscv3 {
	  position: absolute;
	  top: 39%;
	  left: 53%;

}
.pluscv4 {
	  position: absolute;
	  top: 50%;
	  left: 58%;

}

/* Plusy INX */

.plusinx1 {
	  position: absolute;
	  top: 44%;
	  left: 34%;

}
.plusinx2 {
	  position: absolute;
	  top: 52%;
	  left: 41%;

}
.plusinx3 {
	  position: absolute;
	  top: 46%;
	  left: 44%;

}
.plusinx4 {
	  position: absolute;
	  top: 55%;
	  left: 45%;

}
.plusinx5 {
	  position: absolute;
	  top: 48%;
	  left: 53%;

}
.plusinx6 {
	  position: absolute;
	  top: 55%;
	  left: 57%;
}

/* Plusy VTC */

.plusvtc1 {
	  position: absolute;
	  top: 53%;
	  left: 46%;

}

.plusvtc2 {
	  position: absolute;
	  top: 42%;
	  left: 55%;

}

.plusvtc3 {
	  position: absolute;
	  top: 43%;
	  left: 45%;
}

.plusvtc4 {
	  position: absolute;
	  top: 53%;
	  left: 61%;

}

.plusvtc5 {
	  position: absolute;
	  top: 45%;
	  left: 34%;
}
/* Plusy vrxi800 */

.plusvrxi1 {
	  position: absolute;
	  top: 41%;
	  left: 31%;

}
.plusvrxi2 {
	  position: absolute;
	  top: 46%;
	  left: 44%

}
.plusvrxi3 {
	  position: absolute;
	  top: 56%;
	  left: 45%;
}
.plusvrxi4 {
	  position: absolute;
	  top: 32%;
	  left: 59%;

}
.plusvrxi5 {
	  position: absolute;
	  top: 56%;
	  left: 61%;

}

 /* ==========================================================================
 	=UNDER BTN
   ========================================================================== */

.undertxt1 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight:300; 
	color: #999;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	}


 /* ==========================================================================
 	=MODAL
   ========================================================================== */
   
   
 /* The Modal (background) */
 
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

/* Modal Content/Box */
.modal-content {
  position: relative;
  background-color: #fefefe;
  padding: 20px;
  width: 50%; /* Could be more or less, depending on screen size */

  height: auto;

  margin: 0;

  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-content2 {
	width: 33%;
	}
	
/* Modal img */
.modal-img {


	width: 300px;

	height: auto;
	border: none; 
	vertical-align: middle;
}

/* The Close Button */
.close {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: #FF6600;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
}

.close:hover,
.close:focus {
  color: #FF6600;
  background: #555;
  text-decoration: none;
  cursor: pointer;
} 

.close2 {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	background: #FF6600;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
}

.close2:hover,
.close2:focus {
  color: #FF6600;
  background: #555;
  text-decoration: none;
  cursor: pointer;
} 

.txtcenter {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	
}

.txtleft {
  display: block;
  justify-content: left;
  align-items: left;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  }
  
 h1 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #FF6600;
  text-transform: uppercase;
  font-weight:600;
  margin: 0px;
	}

hr {
	color: #999;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
}


 /* ==========================================================================
 	=Stopka
   ========================================================================== */
   

.footerbg {
	
	width:100%; 
	height: auto; 
	background-color: #444; 
	vertical-align:bottom; 
	margin: 0px; 
	position: fixed; 
	bottom:0px;
}

.footercenter {
	width: auto;
	margin: 0 16%;
}

.footercont {

	float: left;
	margin-left: 5%;
	padding: 25px;
	width: auto;
}

.footertxt {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 200;
	line-height: 20px;
	text-align: left;

}

.left {

	transform: translate(50%, 0%);
}