.klynt-arrow-left {
	background-image: url("img/arrow-left.png");
	opacity: 0.5;
	border: 2px solid rgba(255,255,255,1);
	border-radius: 60px;
}

.klynt-arrow-left:hover {
	border: 2px solid rgba(255,255,255,1);
	border-radius: 60px;
	opacity: 1;
}

.klynt-arrow-right {
	background-image: url("img/arrow-right.png");
	border: 2px solid rgba(255,255,255,1);
	border-radius: 60px;
	opacity: 0.5;
}

.klynt-arrow-right:hover {
	border: 2px solid rgba(255,255,255,1);
	border-radius: 60px;
	opacity: 1;
}

.klynt-arrow-top {
	background-image: url("img/arrow-top.png");
	border: 2px solid rgba(255,255,255,1);
	border-radius: 60px;
	opacity: 0.5;
}

.klynt-arrow-top:hover {
	border: 2px solid rgba(255,255,255,1);
	border-radius: 60px;
	opacity: 1;
}

.klynt-arrow-bottom {
	background-image: url("img/arrow-bottom.png");
	border: 2px solid rgba(255,255,255,1);
	border-radius: 60px;
	opacity: 0.5;
}

.klynt-arrow-bottom:hover {
	border: 2px solid rgba(255,255,255,1);
	border-radius: 60px;
	opacity: 1;
}

.klynt-button-1 {
	color: rgba(255,255,255,1);
	font-family: Futura,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,113,186,1);
	font-style: normal;
	border: 1px solid rgba(0,113,186,1);
	border-radius: 10px;
}

.klynt-button-1:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(0,113,186,1);
	font-family: Futura;
	font-weight: bold;
}

.klynt-button-2 {
	color: rgba(255,255,255,1);
	font-family: Futura,sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(7,79,119,1);
	opacity: 1;
	box-shadow: 1px 1px 0px rgba(0,0,0,1);
	border: 1px solid rgba(7,79,119,1);
	border-radius: 5px;
}

.klynt-button-2:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	border: 0px solid rgba(255,255,255,1);
	border-radius: 5px;
	font-family: Futura;
	font-weight: bold;
}

.klynt-button-3 {
	background-color: rgba(102,152,186,1);
	color: rgba(255,255,255,1);
	font-family: Futura,sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	opacity: 1;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border: 0px solid rgba(102,152,186,1);
	border-radius: 100px;
}

.klynt-button-3:hover {
	font-weight: bold;
	background-color: rgba(255,255,255,1.0);
	color: rgba(102,152,186,1);
	border: 1px solid rgba(255,255,255,1);
	border-radius: 20px;
	font-family: Futura;
	font-size: 12px;
}

.klynt-button-4 {
	color: rgba(233,66,77,1);
	font-family: Futura,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	background-color: rgba(255,255,255,1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border: 0px solid rgba(255,255,255,1);
	border-radius: 5px;
}

.klynt-button-4:hover {
	background-color: rgba(233,66,77,1);
	color: rgba(255,255,255,1);
}

.klynt-button-5 {
	background-color: rgba(233,66,77,1);
	opacity: 1;
	background-image: url("img/button-5.png");
	border: 0px solid rgba(0,0,0,1);
	border-radius: 60px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.klynt-button-5:hover {
	background-color: rgba(255,255,255,1);
	background-image: url("img/button-5-hover.png");
}

.klynt-button-6 {
	background-color: rgba(255,0,0,1);
	opacity: 1;
	background-image: url("img/button-6.png");
	border: 0px solid rgba(0,0,0,1);
	border-radius: 60px;
	box-shadow: 4px 0px 9px rgba(0,0,0,0.1);
}

.klynt-button-6:hover {
	background-color: rgba(255,255,255,1);
	background-image: url("img/button-6-hover.png");
}

.klynt-button-7 {
	background-color: rgba(233,66,77,1);
	opacity: 1;
	background-image: url("img/button-7.png");
	border: 0px solid rgba(0,0,0,1);
	border-radius: 150px;
}

.klynt-button-7:hover {
	background-color: rgba(255,255,255,1);
	border: 0px solid rgba(0,0,0,1);
	border-radius: 150px;
	background-image: url("img/button-7-hover.png");
}

.klynt-button-8 {
	color: rgba(255,255,255,1);
	opacity: 1;
	background-image: url("img/button-8.png");
}

.klynt-button-8:hover {
	background-image: url("img/button-8-hover.png");
}

.klynt-button-9 {
	opacity: 0.75;
	background-image: url("img/button-9.png");
	border: 2px solid rgba(255,255,255,1);
	border-radius: 80px;
}

.klynt-button-9:hover {
	background-image: url("img/button-9-hover.png");
	opacity: 1;
}
