.slider-pro{
	background: #000;
}
.slide-location-ico{
	color: #fff;
	font-family: "icon-worksregular";
	font-size: 40px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.slide-title{
	display: block;
	text-align: center;
}

.sp-caption-container {
  text-align: center;
  margin: 0;
  background: #fff;
  padding: 5px 0;
}

.slide-title a,
.slide-title a:hover,
.slide-title a:focus{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	font-family: "brandon-grotesque", sans-serif;
}

.sp-selected .sp-image{
	z-index: 0;
}
.sp-selected .slide-overlay{
	display: none;
}


.sp-arrows{
	right: 0;
}
.sp-arrows > *{
	width: auto;
	text-align: center;
}

.sp-previous-arrow,
.sp-next-arrow{
	cursor: pointer;
	font-size: 38px;
	color: #fff;

}
.sp-prev-arrow-wrap{
	float: left;
	cursor: pointer;
}
.sp-next-arrow-wrap{
	float: right;
	cursor: pointer;
}
.sp-horizontal .sp-arrows{
	top: 48%;
}
.sp-arrow{
	position: inherit;
	margin: 0 auto;
}
.sp-previous-arrow{

	background: url('img/left_arrow.png');
	height: 15px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}

.sp-next-arrow {

	background: url('img/rightarrow.png');
	height: 15px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;

}

.sp-selected-next,
.sp-selected-prev{
	cursor: pointer;
}

.sp-selected-prev .sp-layer,
.sp-selected-next .sp-layer{

	top: 35%;
	z-index: 999;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform-origin: center center 0px !important;
	transform: scale(1) translate3d(0px, 0px, 0px) !important;
	-webkit-transform-origin: center center 0px !important;
	-webkit-transform: scale(1) translate3d(0px, 0px, 0px) !important;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	width: auto;
	margin: auto !important;
	height: 94px;
	top: 0px;
	bottom: 0px;
	transition: opacity 0.4s, transform 0.4s;
	-webkit-transition: opacity 0.4s, transform 0.4s;
}

.sp-selected-prev .sp-layer{
	right: 0 !important;
	left:  auto !important;

}
.sp-selected-next .sp-layer{
	left: 0 !important;
	right: auto !important;

}

.sp-selected-prev .slide-title,
.sp-selected-next .slide-title{
	padding-top: 70px;
}

.sp-selected-prev .slide-location-ico,
.sp-selected-next .slide-location-ico{
	display: none;
}

.slide-overlay{

	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.sp-selected-prev .slide-overlay,
.sp-selected-next .slide-overlay{
	background: rgba(0, 0, 0, .45);
}

.sp-selected-prev .slide-overlay:hover,
.sp-selected-next .slide-overlay:hover{
	background: rgba(0, 0, 0, .20);
}

.sp-selected .slide-overlay{
	opacity: 1 !important;
}
.sp-selected{
	cursor: pointer;
}



/****************************************
  Media Quries
****************************************/


@media only screen {

}


@media only screen and (max-width : 1601px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {

	.slide-title a,
	.slide-title a:hover,
	.slide-title a:focus{
		font-size: 14px;
	}


}
@media only screen and (max-width : 1200px) {

}

/* Small Devices, Tablets Landscape */
@media only screen and (max-width : 1024px) {


}

/* Medium Devices, Desktops */
@media only screen and (max-width : 980px) {



}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones Landscape */
@media only screen and (max-width : 640px) {
	.sp-prev-arrow-wrap{
		margin-left: 40px;
	}
	.sp-next-arrow-wrap{
		margin-right: 40px;
	}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {


}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {


}
