/*** START slider ***/ #slider-container{ margin-bottom: 0px; display: block; background: #e6e6e6; height: 432px; } .views-slideshow-controls-bottom{ display: none; } .slider img { width: 100% !important; height: auto !important; } /*slider */ #slider-area{ height: auto; background-image: url("../images/loading.gif"); background-repeat: no-repeat; background-position: top center; } #slider-area .page-top-image-wide{ height: 300px; background-size: cover; background-repeat: no-repeat; webkit-box-shadow: 0 0 3px 1px #bdbdbd; box-shadow: 0 0 5px 1px #bdbdbd; background-position: center center; /* background-attachment: fixed;*/ } .slider{ /* hide the slider until jquery loaded*/ /*display: none;*/ } .slider .views-field-title{ display: block; background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,0.34) 40%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(40%,rgba(0,0,0,0.34)),color-stop(100%,rgba(0,0,0,0.85))); background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,0.34) 40%,rgba(0,0,0,0.85) 100%); background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,0.34) 40%,rgba(0,0,0,0.85) 100%); background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,0.34) 40%,rgba(0,0,0,0.85) 100%); background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.34) 40%,rgba(0,0,0,0.85) 100%); position: absolute; /* background-image: url("../images/slider-title-bg.png"); */ height: auto; color: #ffffff; font-size: 1.5em; width: 100%; font-weight: 500; padding: 20px 20px; bottom: 0px; font-family: 'JF Flat Regular',Sans-Serif; /* max-height: 300px; */ } .rtl .views-field-title{ left: 0px; } .ltr .views-field-title{ right: 0px; } .slider a{ color: #383838; display: block; } .slider a:hover{ color: #622546; text-decoration: none; } .slider img{ width:100% !important; height: auto !important; } .slider .views_slideshow_cycle_slide , .slider .views-slideshow-cycle-main-frame { display: block; width:100% !important; //position: relative !important; } .slider .views-slideshow-controls-bottom { background-color: #212121; color:white; padding: 5px 30px; text-align: center; } .slider .views-slideshow-controls-bottom a{ color: white; } .slider .views-slideshow-pager-fields{ display: inline-block; } .slider .views-slideshow-pager-fields .views-slideshow-pager-field-item{ display: inline-block; width: 10px; cursor: pointer; text-align: center; padding: 0px 2px; color: #a0a0a0; } .slider .views-slideshow-pager-fields .views-slideshow-pager-field-item:hover, .slider .views-slideshow-pager-fields .views-slideshow-pager-field-item.active{ color: white; } .views_slideshow_controls_text { display: inline-block; } .slider .views_slideshow_controls{ display: inline-block; } /*end slider */ /*** ENd slider ***/