Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | /* BEDIN REVOLUTION SLIDER */ |
| 2 | .revolution-slider { |
||
| 3 | z-index: 1; |
||
| 4 | position: relative; |
||
| 5 | border-bottom: solid 1px #eee; |
||
| 6 | overflow: hidden; |
||
| 7 | margin-bottom: 10px; |
||
| 8 | } |
||
| 9 | |||
| 10 | .fullwidthbanner-container ul { |
||
| 11 | list-style: none; |
||
| 12 | margin: 0; |
||
| 13 | padding: 0; |
||
| 14 | height: 0; |
||
| 15 | overflow: hidden; |
||
| 16 | } |
||
| 17 | .tp-bannershadow { |
||
| 18 | display: none; |
||
| 19 | } |
||
| 20 | .tp-bullets.simplebullets.round .bullet { |
||
| 21 | width: 12px; |
||
| 22 | height: 12px; |
||
| 23 | border-radius: 50% !important; |
||
| 24 | background: #d8d8d8; |
||
| 25 | } |
||
| 26 | .tp-bullets.simplebullets.round .bullet:hover, |
||
| 27 | .tp-bullets.simplebullets.round .bullet.selected { |
||
| 28 | background: #919191; |
||
| 29 | } |
||
| 30 | |||
| 31 | .slide_title_white { |
||
| 32 | color: #fff; |
||
| 33 | text-align: center; |
||
| 34 | text-transform: uppercase; |
||
| 35 | font: 300 47px/66px "Open Sans", sans-serif; |
||
| 36 | } |
||
| 37 | .slide_title_white_bold { |
||
| 38 | font-weight: 400; |
||
| 39 | } |
||
| 40 | .slide_subtitle_white { |
||
| 41 | border-top: 1px solid #fff !important; |
||
| 42 | border-bottom: 1px solid #fff !important; |
||
| 43 | font: 300 18px/25px "Open Sans", sans-serif; |
||
| 44 | padding: 5px 10px; |
||
| 45 | color: #fff; |
||
| 46 | text-align: center; |
||
| 47 | text-transform: uppercase; |
||
| 48 | } |
||
| 49 | .slider-colored { |
||
| 50 | z-index: 1; |
||
| 51 | height: 495px !important; |
||
| 52 | position: relative; |
||
| 53 | border-top: solid 1px #eee; |
||
| 54 | border-bottom: solid 1px #eee; |
||
| 55 | } |
||
| 56 | .slide_title, .slide_subtitle, .slide_desc, .slide_btn{ |
||
| 57 | -moz-box-sizing: content-box; |
||
| 58 | -webkit-box-sizing: content-box; |
||
| 59 | box-sizing: content-box; |
||
| 60 | } |
||
| 61 | .slide_title { |
||
| 62 | font: 300 47px/66px "Open Sans", sans-serif; |
||
| 63 | color: #3f5862; |
||
| 64 | text-transform: uppercase; |
||
| 65 | } |
||
| 66 | .slide_subtitle { |
||
| 67 | font: 400 18px/25px "Open Sans", sans-serif; |
||
| 68 | background: #E84D1C; |
||
| 69 | padding: 5px; |
||
| 70 | color: #fafafa; |
||
| 71 | text-transform: uppercase; |
||
| 72 | } |
||
| 73 | .slide_list_item { |
||
| 74 | font: 400 14px/20px "Open Sans", sans-serif; |
||
| 75 | background: #E84D1C; |
||
| 76 | padding: 5px; |
||
| 77 | color: #fafafa; |
||
| 78 | text-transform: uppercase; |
||
| 79 | } |
||
| 80 | .slide_desc { |
||
| 81 | color: #7b8793; |
||
| 82 | font-size: 14px; |
||
| 83 | line-height: 25px; |
||
| 84 | } |
||
| 85 | .slide_desc_bordered { |
||
| 86 | border-left: 3px solid #ddd !important; |
||
| 87 | padding-left: 5px; |
||
| 88 | } |
||
| 89 | .slide_btn { |
||
| 90 | font: 300 14px/14px "Open Sans", sans-serif; |
||
| 91 | background: #6fc561; |
||
| 92 | padding: 7px 15px; |
||
| 93 | color: #fff; |
||
| 94 | text-transform: uppercase; |
||
| 95 | cursor: pointer; |
||
| 96 | } |
||
| 97 | .tp-leftarrow.default, |
||
| 98 | .tp-rightarrow.default{ |
||
| 99 | opacity: 0.7; |
||
| 100 | } |
||
| 101 | .tp-leftarrow.default:hover, |
||
| 102 | .tp-rightarrow.default:hover { |
||
| 103 | opacity: 1; |
||
| 104 | } |
||
| 105 | .revolution-slider .hidearrows { |
||
| 106 | opacity: 0; |
||
| 107 | } |