@charset "UTF-8"; .slider * { box-sizing: border-box; } .slider{ min-width: 850px; max-width: 960px; width: 100%; margin: 0 auto; position: relative; overflow: hidden; font-family: verdana, arial, helvetica, sans-serif; } .flexslider{ max-width: 100%; width: 100%; position: relative; } .slides,.slides-nav-tabs{ margin: 0; padding: 0; list-style: none; } .slide{ display: none; position: relative; height: 490px; } .slide:first-child{ display: block; } .slide-image{ width: 100%; height: 490px; max-height: 490px; background-color: #005589; position: relative; } .slide-image img { border-style:none; display: block; width: 100%; height: auto; position: absolute; left: 0; right: 0; } .slide-bg-img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .slide .slide-description{ padding: 0.5em 0.5em 3em; position: absolute; bottom: 0; right: 0; background-color: #000; background-color: rgba(0,0,0,.4); color: #fff; font-size: 11px; width:100%; text-align: center; } .slide .slide-description h1 { color: #fff; } .slide-description .slide-links a{ color: #fff; font-size: 2em; text-decoration: none; } .slide .slide-description h1 { color: #fff; } .slides-nav-tabs{ width: 100%; position: absolute; top: auto !important; bottom: .5em; left: 0; right: 0; z-index: 2; overflow: visible; text-align: center; } .slides-nav-tabs li{ display: inline-block; height: 8px !important; width: 8px !important; padding: 0; margin: 0 0.25em; overflow: hidden; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; cursor: pointer; background-color: transparent; background-image: url('/Style%20Library/PortalFrontSlider/dots.png'); background-size: 100%; background-repeat: no-repeat; } .slides-nav-tabs .flex-active{ background-image: url('/Style%20Library/PortalFrontSlider/dots-active.png'); } .slides-nav-tabs .slides-nav-tab-description{ display: none; } .custom-navigation { position: absolute; top: 50%; width: 100%; z-index: 999; } .custom-navigation a { display: block; position: absolute; margin-top: -16px; height: 32px; opacity: .8; width: 23px; text-indent: -9999em; } .custom-navigation a:hover { opacity: 1; } .custom-navigation ul { list-style: none; } .custom-navigation .flex-prev { left: 15px; background-image: url('http://powerpivot13.portalfront.com/sites/karim/Style%20Library/PortalFrontSlider/style3/arrow-left.png'); } .custom-navigation .flex-next { right: 15px; background-image: url('http://powerpivot13.portalfront.com/sites/karim/Style%20Library/PortalFrontSlider/style3/arrow-right.png'); }