Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
/* BEDIN LAYER SLIDER */
2
.ls-ct-half, .ls-ct-center {
3
    border-radius: 100px !important;
4
}
5
.ls-fullwidth .ls-nav-prev,
6
.ls-fullwidth .ls-nav-next {
7
        opacity: 0.7;
8
}
9
.ls-fullwidth .ls-nav-prev:hover,
10
.ls-fullwidth .ls-nav-next:hover {
11
        opacity: 1;
12
}
13
 
14
/* slide 1 */
15
.ls-slide1 .ls-title {
16
        font: 60px/66px 'Source Sans Pro', Arial, sans-serif;
17
        color: #fff;
18
        border-bottom: solid 1px rgba(255,255,255,0.5) !important;
19
        text-transform: uppercase;
20
        text-align: center;
21
        padding-bottom: 19px;
22
}
23
.ls-slide1 .ls-title strong {
24
        color: #e6400c;
25
        display: block;
26
        font-weight: 600;
27
}
28
.ls-slide1 .ls-mini-text {
29
        font: 400 23px 'Source Sans Pro', Arial, sans-serif;
30
        color: #fff;
31
        text-align: center;
32
}
33
 
34
/* slide 2 */
35
.ls-slide2 .ls-title {
36
        font: 25px 'Source Sans Pro', Arial, sans-serif;
37
        color: #fff;
38
        text-align: center;
39
        line-height: 1.2 !important;
40
}
41
.ls-slide2 .ls-title strong,
42
.ls-slide2 .ls-title em {
43
        display: block;
44
        font-weight: 300;
45
        padding-top: 9px;
46
}
47
.ls-slide2 .ls-title strong {
48
        font-size: 360%;
49
}
50
.ls-slide2 .ls-title em {
51
        font-size: 200%;
52
        font-style: normal;
53
        padding-top: 5px;
54
}
55
.ls-slide2 .ls-price {
56
        font: 300 20px 'Open Sans', sans-serif;
57
        color: #fff;
58
        text-align: center;
59
        background: rgba(230,64,12,0.9);
60
        border-radius: 190px !important;
61
        overflow: hidden;
62
        width: 177px;
63
        height: 177px;
64
        display: table-cell;
65
        vertical-align: middle;
66
}
67
.ls-slide2 .ls-price b {
68
        display: block;
69
        font-weight: normal;
70
        padding-top: 15%;
71
}
72
.ls-slide2 .ls-price strong {
73
        font: 300 425%/1 'Source Sans Pro', Arial, sans-serif;
74
        font-weight: 300;
75
}
76
.ls-slide2 .ls-price strong span {
77
        font-size: 30px;
78
}
79
.ls-slide2 .ls-more {
80
        color: #fff;
81
        display: inline-block;
82
        border: solid 1px #fff;
83
        font: 300 18px 'Open Sans', sans-serif;
84
        padding: 7px 20px 8px;
85
}
86
.ls-slide2 .ls-more:hover {
87
        text-decoration: none;
88
        color: #fff;
89
        background: #e6400c;
90
        border-color: #e6400c;
91
}
92
 
93
/* slide 3 */
94
.ls-slide3 .ls-title {
95
        font: 300 46px/59px 'Source Sans Pro', Arial, sans-serif;
96
        color: #fff;
97
        border-bottom: solid 1px #b90010 !important;
98
        text-align: center;
99
        padding-bottom: 27px;
100
}
101
.ls-slide3 .ls-title strong {
102
        display: block;
103
        font-weight: 600;
104
}
105
.ls-slide3 .ls-buy {
106
        color: #fff;
107
        border: solid 5px rgba(55,0,5,0.6);
108
        padding: 12px 20px 8px;
109
        background: #d11018;
110
        float: left;
111
        margin-right: 20px;
112
}
113
.ls-slide3 .ls-buy:hover {
114
        text-decoration: none;
115
        color: #fff;
116
        border-color: rgba(255,255,255,0.6);
117
}
118
.ls-slide3 .ls-price {
119
        font: 400 75%/1 'Source Sans Pro', Arial, sans-serif;
120
        color: #fff;
121
        float: left;
122
}
123
.ls-slide3 .ls-price span {
124
        float: left;
125
        padding-top: 18px;
126
        margin-right: 17px;
127
}
128
.ls-slide3 .ls-price strong {
129
        font-weight: 200;
130
        font-size: 567%;
131
        top: -20px;
132
        position: relative;
133
        line-height: 1;
134
}
135
.ls-slide3 .ls-price strong sup {
136
        font-size: 49%;
137
        position: relative;
138
        top: -16px;
139
        line-height: 1;
140
}
141
 
142
/* slide 4 */
143
.ls-slide4 .ls-title {
144
        font: 300 68px/81px 'Source Sans Pro', Arial, sans-serif;
145
        color: #fff;
146
        text-align: center;
147
        text-transform: uppercase;
148
        border-bottom: solid 1px rgba(255,255,255,0.6);
149
        padding-bottom: 27px;
150
}
151
.ls-slide4 .ls-mini-text {
152
        font-size: 100px;
153
        height: 43px;
154
}
155
.ls-slide4 .ls-mini-text span {
156
        float: left;
157
        margin-right: 13px;
158
        font: 400 17% 'Open Sans', sans-serif;
159
        color: #fff;
160
}
161
.ls-slide4 .ls-mini-text a {
162
        color: #fff;
163
        font: 300 20% 'Open Sans', sans-serif;
164
        padding: 7px 20px 8px;
165
        background: #000;
166
        top: -20%;
167
        position: relative;
168
        float: left;
169
}
170
.ls-slide4 .ls-mini-text a:hover {
171
        text-decoration: none;
172
        color: #fff;
173
        background: #e6400c;
174
}