.slider_parallax_wr {
    margin-top:55px;
    height: 693px;
    overflow: hidden;
    position: relative;
}
.slider_parallax_wr .slider_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
}

.nivoSlider {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}
.nivo-box img {
	display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
	display: none;
}


.slider_wrap {
	height: 100%;
	position: relative;
	z-index: 1;
}

.nivo-caption {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	display: none;
}

.nivo-prevNav {
	left: 0;
	padding-right: 3px;
}
.nivo-nextNav {
	right: 0;
	padding-left: 3px;
}

.nivo-directionNav {
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
}
.nivo-directionNav a {
	width: 47px;
	height: 47px;
	display: block;
	vertical-align: top;
	position: absolute;
	top: 0%;
	z-index: 9;
	cursor: pointer;
	text-align: center;
	background: #e0e0e0;
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0px 12px rgba(0,0,0,0.15);
	box-shadow: 0 0px 12px rgba(0,0,0,0.15);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}
.nivo-directionNav a:hover {
	background: #333;
}
.nivo-directionNav a span {
	display: none;
}
.nivo-directionNav a i {
	display: inline-block;
	padding-top: 4px;
	font-size: 38px;
	color: #333333;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nivo-directionNav a:hover i {
	color: #fff;
}

/* Responsive
===============================================*/
@media (max-width: 1330px){
  .slider_parallax_wr {
	height: 500px;
  }
  .nivo-directionNav a {
      margin-top: -70px;
  }
}

















































