#slides {  position: relative;  background-color: #000;}#slides .slides-container {  display: none;}#slides .scrollable {  *zoom: 1;  position: relative;  top: 0;  left: 0;  overflow-y: auto;  -webkit-overflow-scrolling: touch;  height: 100%;}#slides .scrollable:after {  content: "";  display: table;  clear: both;}.slides-navigation {  margin: 0 auto;  position: absolute;  z-index: 3;  top: 46%;  width: 100%;}.slides-navigation a {  position: absolute;  display: block;}.slides-navigation a.prev {  left: 0px;}.slides-navigation a.next {  right: 0px;}.slides-navigation a img {  width: 50px;  height: 50px;  -webkit-transition: all 0.25s ease-in-out;  -moz-transition: all 0.25s ease-in-out;  -o-transition: all 0.25s ease-in-out;  transition: all 0.25s ease-in-out;}.slides-navigation a img:hover {  background-color: rgba(255,255,255,0.5);}.slides-pagination {  position: absolute;  z-index: 3;  bottom: 0;  text-align: center;  width: 100%;  display: none;}.slides-pagination a {  border: 2px solid #222;  border-radius: 15px;  width: 10px;  height: 10px;  display: -moz-inline-stack;  display: inline-block;  vertical-align: middle;  *vertical-align: auto;  zoom: 1;  *display: inline;  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");  margin: 2px;  overflow: hidden;  text-indent: -100%;  display: none;}.slides-pagination a.current {  background: #222;}.slide-h1 {  margin-top: 30px;  padding: 0;  color: #f79a2b;  text-transform: uppercase;  font-family:'ProximaNovaAExCn-Semibold';  font-size: 28pt;}.slide-p{  margin-top: 10px;  padding: 0;  color: #fff !important;  font-family:'ProximaNovaAExCn-Regular';  font-size: 14pt;}.slide-content-bg {  margin-top: 15px;  margin-left: -15px;  background-color: rgba(0,0,0,0.3);  height: 100%;  width: 100%;  z-index: -1;  position: absolute;  filter: blur(5px);  -webkit-filter: blur(10px);  -moz-filter: blur(10px);  -o-filter: blur(10px);  -ms-filter: blur(10px);  border-radius: 20px;}