@font-face {
	font-style: normal;
}

/* Needed for a fluid height: */
body { padding:0; margin:0;}
a {text-decoration: none;}
.container { width:1275px; background: url(../images/sjz_bg_1_1.png) center bottom no-repeat;}
.main { width:1200px; margin:auto;}

/* main wrapper */
.cbp-contentslider {
	width: 100%;
	height: 550px;
	margin:auto;

	/* margin: 1em auto; */
	 position: relative; 
	/*border: 4px solid #47a3da;*/
}

.cbp-contentslider > ul {
	list-style: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}

.cbp-contentslider > ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/* Whithout JS, we use :target */
.cbp-contentslider > ul li:target {
	z-index: 100;
}

.cbp-contentslider nav {
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	/*height: 3.313em;*/
	z-index: 4;
	overflow: hidden;
	width:1200px;
	}

.cbp-contentslider nav a {
	float: left;
	display: block;
	width: 20%;
	height: 100%;
	font-weight: 400;
	font-size:14px;
	overflow: hidden;
	color: #B4B4B4;
	outline: none;
	text-align: center;
	line-height: 3;
	position: relative;
	/* padding-left: 3.125em; */
	/*text-transform: uppercase;*/
	/* border-right: 4px solid #47a3da; */
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.cbp-contentslider nav a span {
	display: block;
}

.cbp-contentslider nav a:last-child {
	border: none;
	/*box-shadow: 1px 0 #47a3da;*/ /* fills gap caused by rounding */
}

.cbp-contentslider nav a:hover {
	color: #191919;
}

.cbp-contentslider nav a.rc-active {
	color: #191919;
	font-weight: bold;
}


/* Media queries */

@media screen and (max-width: 70em) { 
	.cbp-contentslider p {
		font-size: 100%;
	}
}

@media screen and (max-width: 67.75em) {

	.cbp-contentslider { font-size: 85%; }

	.cbp-contentslider nav a[class^="icon-"]:before, 
	.cbp-contentslider nav a[class*=" icon-"]:before {
		left: 50%;
		margin-left: -1.250em;
	}

	.cbp-contentslider nav a span {
		display: none;
	}
}

@media screen and (max-width: 43em) {

	.cbp-contentslider h3 {
		font-size: 2em;
	}

	.cbp-contentslider .cbp-content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
	}

	.cbp-contentslider li > div {
		top: 5em;
	}

}

@media screen and (max-width: 25em) { 
	.cbp-contentslider nav a { padding: 0;}
	.cbp-contentslider h3[class^="icon-"]:before, 
	.cbp-contentslider h3[class*=" icon-"]:before { display: none;}
}
@media screen and (min-width: 2400px){
	.container { width:2550px; background: url(../images/sjz_bg_2_2.png) center bottom no-repeat;}
	.main { width:2400px; margin:auto;}
	.cbp-contentslider {height: 1100px;}
	.cbp-contentslider nav { width:2400px;}
	.cbp-contentslider nav a { font-size:28px;}
}
