/* Revolution Slider - caption and nav styles (moved from inline) */

.tp-caption.a-bigtitle-white-thin,
.a-bigtitle-white-thin {
	font-size: 60px;
	line-height: 60px;
	font-weight: 100;
	font-family: Raleway, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	border-width: 0;
	border-color: rgb(255, 255, 255);
	border-style: none;
	text-shadow: none;
	letter-spacing: 1px;
}

#rev_slider_3_1_wrapper .tp-loader.spinner2 {
	background-color: #ffffff !important;
}

.hesperiden.tparrows {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
}
.hesperiden.tparrows:hover {
	background: rgba(0, 0, 0, 1);
}
.hesperiden.tparrows:before {
	font-family: "revicons";
	font-size: 20px;
	color: rgb(255, 255, 255);
	display: block;
	line-height: 40px;
	text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
	content: "\e82c";
	margin-left: -3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
	content: "\e82d";
	margin-right: -3px;
}

#rev_slider_3_1 .zeus .tp-bullet {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 13px;
	height: 13px;
	border: 2px solid rgb(255, 255, 255);
}
#rev_slider_3_1 .zeus .tp-bullet:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}
#rev_slider_3_1 .zeus .tp-bullet:hover:after,
#rev_slider_3_1 .zeus .tp-bullet.selected:after {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#rev_slider_3_1 .zeus .tp-bullet-image,
#rev_slider_3_1 .zeus .tp-bullet-imageoverlay {
	width: 135px;
	height: 60px;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	bottom: 13px;
	margin-bottom: 10px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	box-sizing: border-box;
	background-size: cover;
	background-position: center center;
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 4px;
}

#rev_slider_3_1 .zeus .tp-bullet-title,
#rev_slider_3_1 .zeus .tp-bullet-imageoverlay {
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
#rev_slider_3_1 .zeus .tp-bullet-title {
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 15px;
	font-size: 13px;
	font-weight: 600;
	z-index: 3;
	visibility: hidden;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	bottom: 45px;
	width: 135px;
	vertical-align: middle;
}

#rev_slider_3_1 .zeus .tp-bullet:hover .tp-bullet-title,
#rev_slider_3_1 .zeus .tp-bullet:hover .tp-bullet-image,
#rev_slider_3_1 .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
}

/* VERTICAL RIGHT */
#rev_slider_3_1 .zeus.nav-dir-vertical .tp-bullet-image,
#rev_slider_3_1 .zeus.nav-dir-vertical .tp-bullet-imageoverlay {
	bottom: auto;
	margin-right: 10px;
	margin-bottom: 0;
	right: 13px;
	transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
}
#rev_slider_3_1 .zeus.nav-dir-vertical .tp-bullet-title {
	bottom: auto;
	right: 100%;
	margin-right: 10px;
}

/* VERTICAL LEFT */
#rev_slider_3_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-image,
#rev_slider_3_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-imageoverlay {
	bottom: auto;
	margin-left: 10px;
	left: 13px;
	transform: translateX(0) translateY(-50%);
	-webkit-transform: translateX(0) translateY(-50%);
}
#rev_slider_3_1 .zeus.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title {
	bottom: auto;
	left: 100%;
	margin-left: 10px;
}

/* HORIZONTAL TOP */
#rev_slider_3_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-image,
#rev_slider_3_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-imageoverlay {
	bottom: auto;
	top: 13px;
	margin-top: 10px;
	margin-bottom: 0;
	left: 0;
	transform: translateY(0) translateX(-50%);
	-webkit-transform: translateY(0) translateX(-50%);
}
#rev_slider_3_1 .zeus.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title {
	bottom: auto;
	top: 13px;
	margin-top: 20px;
}
