@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@font-face {
    font-family: 'league_gothicregular';
    src: url('../font/league-gothic/leaguegothic-regular-webfont.eot');
    src: url('../font/league-gothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/league-gothic/leaguegothic-regular-webfont.woff') format('woff'),
         url('../font/league-gothic/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../font/league-gothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	background-image: url('../image/hg-endlos.png');
	background-position: top center;
	background-repeat: repeat-y;
	height: 100%;
}

h1 {
    font-family: 'league_gothicregular', "Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-size:50px;
	margin: 0 0 10px 0;
	color: #fff;
}

h1.index {
	font-size: 30px;
	margin: 30px 0 0 0;
	line-height: 1.2;
}

@media screen and (max-width: 985px) {
	h1.index {
		padding: 0 10px 0 5px;
	}
}

@media screen and (max-width: 790px) {
	h1.index {
		font-size:25px;
	}
}

@media screen and (max-width: 380px) {
	h1.index {
		font-size:20px;
	}
}

h1.index span {font-size: 45px; width: 100%; float: left; margin-bottom: 10px;}

h1.index a {
	font-size:30px;
	text-decoration: none;
	color: #1D9BB5;
	
	margin: 0 5px 0 5px;
}

@media screen and (max-width: 790px) {
	h1.index a {
		font-size:25px;
	}
}

@media screen and (max-width: 650px) {
	h1.index a {
		font-size:35px;
	}
}

@media screen and (max-width: 380px) {
	h1.index a {
		font-size:20px;
	}
}

h2, #block-referenzen h1 {
    font-family: 'league_gothicregular', "Arial Black", Gadget, sans-serif;
	font-size:28px;
	font-weight:normal;
	color: #666666;
	margin: 0 0 10px 0;
}

h3, section.kontakt address, section.kontaktformular, h2.page, #block-referenzen h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color: #666666;
	margin: 0 0 40px 0;
}
h2.page { font-size: 18px}

strong {font-weight: bold;}

a {
	-webkit-transition: all 0.1s linear; 
	-moz-transition: all 0.1s linear; 
	-o-transition: all 0.1s linear; 
	-ms-transition: all 0.1s linear; 
	transition: all 0.1s linear;
}

a:hover {
	text-decoration: none;
}

.mail-landingpage {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#loaderMask {
	text-align: center;
	padding-top: 20%;
	z-index: 9999;
}
#loaderMask span {
    font-family: 'league_gothicregular', "Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-size:150px;
	color: #26B7CC;
}

#block-hg {
	background-image: url('../image/hg.png');
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 100%;
}

@media screen and (max-width: 1200px) {
	#block-hg {
		background-image: url('../image/hg-1200.png');
	}
}

@media screen and (max-width: 480px) {
	#block-hg {
		background-image: url('../image/hg-480.png');
	}
}

#block {
	margin: 0px auto;
	width: 100%;
	max-width: 980px;
	padding: 0 0 0 0;
}

/*logo*/
header.logo {
	width: 190px;
	height: 90px;
	float: left;
	position: absolute;
	z-index: 2;
	margin: 0 0 0 0;
}

@media screen and (max-width: 980px) {
	header.logo {
		margin: 0 0 0 5px;
	}
}

header.logo img {
	margin: 30px 0 0 0;
}

/*nav*/
nav {
	max-width: 980px;
	width: 100%;
	height: 33px;
	float: left;
    font-family: 'league_gothicregular', "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	font-size: 2.3em;
	margin: 57px 0 0 0;
	position: absolute;
	z-index: 1;
}

@media screen and (max-width: 790px) {
	nav { font-size: 1.7em; }
}

nav ul { 
	list-style-type: none; 
	text-align: justify;
}

nav li:last-of-type::after { content: ''; padding-left: 100%; display: inline-block; }

nav li { list-style: none; display: inline; }

nav li.first {
	width: 260px;
	float: left;
}

nav a {
	text-decoration: none;
	color: #B0B1B1;
}

nav a:hover {
	color: #1D9BB5;
}

nav a.fix {
	color: #1D9BB5;
}

nav a.right {
	margin-right: 0;
}

@media screen and (max-width: 985px) {
	nav ul {
		padding: 0 10px 0 0;
	}
}

@media screen and (max-width: 650px) {
	nav {
		margin: 110px 0 0 0;
		font-size: 2.3em;
	}
	
	nav ul {
		padding: 0 10px 0 5px;
	}
	
	nav li.first {
		width: 0;
	}
	
	nav a {
		color: #666;
	}
}

@media screen and (max-width: 500px) {
	nav {
		font-size: 1.7em;
	}
}

@media screen and (max-width: 380px) {
	nav {
		font-size: 1.3em;
	}
}

/*content*/

section.content {
	max-width: 980px;
	width: 100%;
	float: left;
	margin: 190px 0 40px 0;
}

section.index-bild img {
	width:100%
}

.text-in-bild { 
	position: absolute;
	height: 30px;
	padding: 0 15px 0 5px;
	margin: 20px 0 0 0;
	background-color: #FFF;
	
	font-family: 'league_gothicregular', "Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-size:25px;
	color: #666666;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

.jubilaeum {
	width:  100%;
	position: absolute;
	bottom: 180px;
	text-align:  center;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;

}

.j-size {
	font-family: 'league_gothicregular', "Arial Black", Gadget, sans-serif;
	font-size: 110px; /*145*/
	color: #fff;
	display: block;
	
	text-align: center;
}

@media screen and (max-width: 990px) { .jubilaeum {
	margin-left: 1%;
	bottom: 190px;
}}
@media screen and (max-width: 660px) { .jubilaeum {	bottom: 200px;}}
@media screen and (max-width: 480px) { .jubilaeum {	bottom: 220px;}}

/*index*/
#index-bild-text {
	position: absolute;
	margin-top: 15%;
	width: 100%;
}

@media screen and (max-width: 670px) {
	#index-bild-text {
		margin-top: -10px;
	}
}

.text-in-bild-titel {
	font-size: 30px;
	padding: 0 15px 10px 5px;
}

.text-in-bild-text {
	margin: 70px 0 0 0;
}

@media screen and (max-width: 320px) {
	.text-in-bild-text {
		font-size: 20px;
		padding: 3px 15px 0 5px;
		margin: 65px 0 0 0;
	}
}
/*index end*/

.text-in-bild-mitarbeiter {
	margin: 230px 0 0 0;
}

.text-in-bild.mitarbeiter {
	margin: 170px 0 0 0;
	z-index: 2;
}

article.dienstleistung {
	width: 320px;
	height: 390px;
	float: left;
	margin: 0 10px 0 0;
}

article.dienstleistung.startseite { height: auto; margin-bottom: 10px;}
article.dienstleistung.startseite.right, article.dienstleistung.right { margin-right: 0;}

#block-dienstleistung {
	margin: 0 0 -70px 0;
	float: left;
}

#block-dienstleistung.startseite { margin-top: 20px; margin-bottom: 40px;}
#block-dienstleistung.startseite h1 { font-size: 30px; margin-bottom: 20px;}
@media screen and (max-width: 790px) {#block-dienstleistung.startseite h1 {font-size:25px;}}
@media screen and (max-width: 380px) {#block-dienstleistung.startseite h1 {font-size:20px;}}

@media screen and (max-width: 980px) {
	#block-dienstleistung {
		/*margin: 0 auto;*/
		padding: 0 0 0 5px;
	}
	
	article.dienstleistung {
		float: none;
		clear: both;
		height: 220px;
	}
	article.dienstleistung.startseite { float: left; clear: none;}
	
	article.dienstleistung h3 {
		position: absolute;
		margin: -210px 0 0 326px;
	}
}

@media screen and (max-width: 590px) {
	article.dienstleistung {
		float: left;
		height: 370px;
	}
	
	article.dienstleistung h3 {
		margin: 0 0 0 0;
		width: 320px;
	}
}

@media screen and (max-width: 320px) {
	
	#block-dienstleistung {
		padding: 0 0 0 0;
	}
	
	#block-dienstleistung h1, #block-dienstleistung h3 {
		padding: 0 0 0 5px;
	}

	article.dienstleistung, article.dienstleistung img {
		width: 100%;
	}

	article.dienstleistung h3 {
		width: auto;
	}
}

div.referenzen {
	width: 320px;
	height: 270px;
	float: left;
	margin: 0 10px 0 0;
}

#block-referenzen h1,#block-referenzen h2 {
	width: 100%;
	float: left;
}

#block-referenzen h2 {
	margin-bottom: 20px;
}


@media screen and (max-width: 980px) {
	#block-referenzen {
		/*margin: 0 auto;*/
		padding: 0 0 0 5px;
	}
	
	.referenzenh1 {
		padding: 0 0 0 5px;
	}
	
	div.referenzen-right {
		float: right;	
	}
	
	div.referenzen-right h3 {
		text-align: right;
	}
}

@media screen and (max-width: 320px) {
	
	#block-referenzen {
		padding: 0 0 0 0;
	}
	
	#block-referenzen h1, #block-referenzen h2 {
		padding: 0 0 0 5px;
	}

	div.referenzen, div.referenzen img {
		width: 100%;
	}

	div.referenzen h3 {
		width: auto;
	}
	
	div.referenzen-right {
		float: left;	
	}
	
	div.referenzen-right h3 {
		text-align: left;
	}
}

@media screen and (min-width: 980px) {
	div.right {
		margin-right: 0;
	}
}

/*mitarbeiter*/

article.mitarbeiter-foto {
	width: 192px;
	height: 320px;
	float: left;
	margin: 0 70px 20px 0;
}

@media screen and (max-width: 770px) {
	article.mitarbeiter-foto {
		margin: 0 50px 20px 0;
	}
}

@media screen and (max-width: 480px) {
	article.mitarbeiter-foto {
		margin: 0 30px 20px 0;
	}
}

@media screen and (max-width: 1000px) {
	#block-mitarbeiter {
		padding: 0 10px 0 5px;
	}
}

@media screen and (min-width: 1000px) {
	article.mitarbeiter-foto-right {
		margin-right: 0;
	}
}

/*kontakt*/
section.kontakt {
	width: 440px;
	float: left;
}

section.kontakt address a {
	text-decoration: none;
	color: #666;
}

section.kontakt address a:hover {
	color: #000;
}

section.kontakt address .tab {
	width: 70px;
	float: left;
	font-weight: bold;
}

section.kontaktformular {
	width: 440px;
	float: left;
}

@media screen and (max-width: 980px) {
	section.kontakt h1, section.kontakt address, section.kontaktformular h1, section.kontaktformular form, section.lageplan-mobil h1 {
		padding: 0 0 0 5px;
	}
	
	section.kontakt {
		width: 320px;
	}
	
	section.kontaktformular {
		width: 320px;
	}

}

section.lageplan {
	width: 530px;
	float: right;
}


@media screen and (max-width: 865px) {
	section.lageplan {
		display: none;
	}
	
	section.lageplan-mobil {
		width: 100%;
		float: left;
	}
	
	section.kontaktformular {
		float: right;
	}
}

@media screen and (max-width: 650px) {
	section.kontaktformular {
		float: none;	
	}
}

@media screen and (max-width: 320px) {
	section.kontakt {
		width: 100%;
	}
	
	section.kontaktformular {
		width: 100%;
	}
	
}

@media screen and (min-width: 865px) {
	section.lageplan-mobil {
		display: none;
	}
}

/*footer*/
footer {
	width: 100%;
		
	position: relative;
	margin-top: -280px; /* negative value of footer height */
	height: 280px;
	clear:both;
}

footer section.inhalt {
	width: 100%;
	height: 280px;
	
	position:  relative;
	
	background-image: url('../image/hg-footer.png');
	background-position: top center;
}

@media screen and (max-width: 1200px) {
	footer section.inhalt {
		background-image: url('../image/hg-footer-1200.png');
	}
}

@media screen and (max-width: 480px) {
	footer section.inhalt {
		background-image: url('../image/hg-footer-480.png');
	}
}

@media screen and (max-width: 430px) {
	footer section.inhalt {
		margin-top: -400px; /* negative value of footer height */
		height: 400px;
	}
}

footer #center {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #fff;	
}

footer #center #fe {
	font-size: 10px;
	clear: both;
	padding: 20px 0 0 0;
}

@media screen and (max-width: 980px) {
	footer #center #fe {
		padding-left: 5px;
	}
}

footer address {
	width: 250px;
	float: left;
	margin: 115px 0 0 0;
}

@media screen and (max-width: 980px) {
	footer address {
		margin-left: 5px;
	}
}

@media screen and (max-width: 530px) {
	footer address.mobil-left {
		width: 180px;
	}
}

@media screen and (max-width: 430px) {
	footer address.mobil-right {
		margin: 20px 0 0 5px;
		clear: both;
	}
}

footer .tab {
	width: 70px;
	float: left;
}

footer .titel {
    font-family: 'league_gothicregular', "Arial Black", Gadget, sans-serif;
	font-weight: normal;
	font-size: 40px;
}

footer a {
	text-decoration: none;
	color: #fff;
}

footer #fb-position {
	float: left;
	max-width: 980px;
	width: 100%;
	text-align: right;
	margin: -25px 0 0 0;
}

footer img {
	margin: 0 5px -3px 0;
}

/*LANDINGPAGE*/
.button {
	padding: 10px 15px;
	border-radius: 3px;
	background: #1D9BB5;
	color: #fff;
	text-decoration: none;
}
.button:active {
	position:relative;
	top:1px;
}

h2 ul li {margin: 10px 0 0 20px;}

/* FORM CSS*/
input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#fff; 
	border: 1px solid #ccc;
	/* Textfarbe inaktiv */
	color: #666;
	font-weight: normal; 
	font-size:15px;
	padding: 5px;
	width: 400px
}

@media screen and (max-width: 980px) {
	input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select {
		width: 280px
	}
}

input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color:#fff; 
	border: 1px solid #1D9BB5;
	color:#1D9BB5;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color:#fff; 
	border: 1px solid #26B7CD;
	/* Textfarbe aktiv */
	color:#000; 
}

input.send {
	border:1px solid #ccc;
	background-color: #1D9BB5;
	width: 90px;
	height: 30px;
	color: #FFF;
	margin-bottom: 20px;
}

#false_input {
	border: 1px solid #F00;
}

.notice {
	border:1px solid gold;
	background:lightyellow;
	padding:10px 10px 10px 10px;
	margin:5px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#DEAE00;
	line-height:120%;
	width: 85%;
	vertical-align: center;
	text-shadow:0px 1px rgba(255,255,255,0.5);
	position:relative;
	top:0;
	left:0;
	clear:both;
	font-size:12px;
}

.notice.warning{}/*default*/
.notice.error{border:1px solid red;background:pink;color:red;}
.notice.success{border:1px solid #060;background:#94C01F;color: #060;}
.notice .icon{color:inherit;margin-right:10px;margin-bottom:-5px;*margin-top:-5px;}
.notice a.icon.close,
.notice a.icon.close:active,
.notice a.icon.close:visited{position:absolute;top:5px;right:-5px;left:auto;color:inherit;}

/*FANCYBOX*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*SLIDE IMG*/
#slides {
  display: none;
}

/*fe*/
#slides div img {
	width: 100%;
}

#slides div a.img-index {
	color: #1D9BB5;
	text-decoration: none;
}
#slides div a:hover.img-index {}
/*fe end*/

#slides .slidesjs-navigation {
  margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(../img/btns-next-prev.png);
  background-repeat: no-repeat;
  display:block;
  width:12px;
  height:18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right:5px;
}

a.slidesjs-next {
  margin-right:10px;
  background-position: -12px 0;
}

a:hover.slidesjs-next {
  background-position: -12px -18px;
}

a.slidesjs-previous {
  background-position: 0 0;
}

a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

a.slidesjs-play {
  width:15px;
  background-position: -25px 0;
}

a:hover.slidesjs-play {
  background-position: -25px -18px;
}

a.slidesjs-stop {
  width:18px;
  background-position: -41px 0;
}

a:hover.slidesjs-stop {
  background-position: -41px -18px;
}

.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
  color: #333
}

#slides a:hover,
#slides a:active {
  color: #9e2020
}

.navbar {
  overflow: hidden
}

/*page up*/
#back-top {
	position: fixed;
	bottom: 30px;
	/*width: 100%;*/
	right: 5px;
	z-index: 999;
}
#back-top a {
	width: 80px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	
	float: right;
	margin: 0 30px 0 0;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 7px;
	background:url(../image/up-arrow.png) no-repeat center center;
}
#back-top a:hover span {}