.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	height: 100%;
	width: 100%;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.first_slide_text {
	font-weight: 100;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 60px;
	color: #ffffff;
	position: relative;
	width: 100%;
	text-align: center;
	top: 42%;
	letter-spacing: 4px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
#top_slider {
	display: block;
	width: 100%;
	height: 750px;
	background: #666666;
	margin: 0 auto;
	margin-bottom: 70px;
}
#top_slider .arrow-left {
  background-image: url('img/arrow_prev.png');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position: absolute;
  left: 160px;
  top: 45%;
  width: 48px;
  height: 93px;
  z-index: 2;
}
#top_slider .arrow-right {
  background-image: url('img/arrow_next.png');
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  position: absolute;
  right: 160px;
  top: 45%;
  width: 48px;
  height: 93px;
  z-index: 2;
}
#top_slider .arrow-right:hover {
  background-image: url('img/arrow_next_b.png');
}
#top_slider .arrow-left:hover {
  background-image: url('img/arrow_prev_b.png');
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pag-box{ 
	bottom: 40px;
    display: table;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
	}
.pagination {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index:9;
}
.swiper-pagination-switch {
  display: inline-block;
  vertical-align:middle;
  width: 12px;
  height: 12px;
  background: #000;
  margin: 0 6px;
  opacity:0.5;
  cursor: pointer;
  -webkit-border-radius:50%;
     -moz-border-radius:50%;
      -ms-border-radius:50%;
  	   -o-border-radius:50%;
  		  border-radius:50%; 
}
.swiper-active-switch {
	opacity:1; 
}
