#wrapper{
	min-width: 800px;
	width: 100%;
	overflow: hidden;
}
#cookie{
	background: lightblue;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	animation-duration: 2s;
}
#cookie #container{
	margin: 0 auto;
	width: 70%;
	font-size: 20px;
}
#button:hover{
	border: 1px solid grey;
	border-bottom: 2px solid grey;
	font-family: cursive;
}
#button{
	background: #ccc;
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 25%;
	display: inline-block;
	border: 1px solid black;
	border-bottom: 2px solid black;
	font-size: 16px;
	font-family: cursive;
	margin-left: 45%; 
}
#logo{
	padding: 14px 16px;
	float: left;
	width: 240px;
	height: 60px;
}
#banner{
	overflow: hidden;
	background-color: white;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px black;
}
div#select{
	display: inline-flex;
	float: right;
	padding-right: 1.5%;
	padding-top: 0.5%;
	min-width: 700px;
}
#banner a{
	float: right;
	color: rgb(167, 72, 72);
	text-align: center;
	padding: 16px 14px;
	text-decoration: none;
	font-size: 26px;
	margin-top: 0.8%;
	margin-right: 0.7%;
}
#banner a:hover{
	background: rgb(248, 220, 225);
	color: darkblue;
}
h1{
    text-align: right;
}
.act{
	color: firebrick;
	font-size: 30px;
	text-align: center;
	width: 180px;
	margin-left: 20%;
}
.eq{
	text-align: center;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 30px;
	color: firebrick;
}
div#buttons{
	width: 100%;
}
.te{
	font-size: 20px;
	text-align: justify;
}
.tex{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 25px;
	text-align: center;
}
.triangle-left{
	width: 55px;
	height: 55px;
	opacity: 0.5;
}
.triangle-right{
	width: 55px;
   height: 55px;
	opacity: 0.5;
}
.button-left{
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline:none;
	float: left;
}
.button-right{
	background-color: Transparent;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	overflow: hidden;
	outline:none;
	float: right;
}

HR{
	width: 100%;
	height: 2px;
}
div#prod{
	width: 100%;
	min-height: 100px;
}
div#prod > div{
	width: 50%;
	float: left;
}
ul{
	list-style-type: none;
}
ul > li > a{
	text-decoration: none;
	color: firebrick;
	font-size: 20px;
}
ul > li > a:hover{
	text-decoration: underline;
}
.correction{
	width: 30px;
	height: 30px;
}
div#marketing{
	width: 100%;
	display: inline-block;
	padding-top: 2%;
	padding-bottom: 2%;
	background: rgb(248, 220, 225);
}
div#marketing > div{
	float: left;
	width: 48%;
}
div#marketing > div > img{
	width: 100%;
	-moz-box-shadow: 0 0 15px black;
	-webkit-box-shadow: 0 0 15px black;
   	box-shadow: 0 0 15px black;
}
div#cont{
	width: 100%;
	min-height: 400px;
}
div#cont > div{
	width: 50%;
	float: left;
}
#form{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	width: 100%;
	margin: 0 auto;
}
#info{
	text-align: left;
	font-size: 22px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
table#info, img{
	width: 100%;
}
input{
	border: 2px solid rgb(204, 57, 57);
	border-radius: 20%;
	height: 40px;
	background-color: rgb(233, 231, 231);
	font-size: 15px;
}
textarea{
	border: 2px solid rgb(204, 57, 57);
	border-radius: 10%;
	background-color: rgb(233, 231, 231);
	font-size: 15px;
}
div#cont, form{
	margin: auto;
	text-align: center;
}
.mySlides{
	display: none;
}
.slideshow-container {
	position: relative;
	margin: auto;
	box-shadow: 7px 7px 10px black;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: firebrick;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
}
div#triax{
	width: 100%;
	font-size: 22px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
div#triax > div{
	width: 45%;
	float: left;
	margin-right: 1%;
}
p.anchorActivities{
	display: block;
	position: relative;
	margin-top: -80px;
	padding-top: 80px;
}
h5.anchorTriax{
	display: block;
	position: relative;
	margin-top: -110px;
	padding-top: 110px;
}
h6.anchorContacts{
	display: block;
	position: relative;
	margin-top: -110px;
	padding-top: 110px;
}
.Kalo{
	text-decoration: none;
}
.Nika{
	text-decoration: none;
}
#res{
	float: left;
	font-size: 20px;
}
#rob{
	float: left;
	padding-left: 20%;
}
#sub{
	float: right;
}
div#cen{
	margin-left: 26%;
	text-align: center;
}
div#partners{
	width: 100%;
	margin-left: 20%;
}
div#partners > div{
	width: 30%;
	display: inline-block;
}
div#end{
	width: 100%;
}
div#end > div{
	width: 33.3%;
	float: left;
	text-align: center;
}