| 1 |
@font-face { |
| 2 |
font-family: 'sequra'; |
| 3 |
src: url(https://live.sequracdn.com/assets/fonts/sequra.eot); |
| 4 |
src: url(https://live.sequracdn.com/assets/fonts/sequra.eot#iefix) format("embedded-opentype"), url(https://live.sequracdn.com/assets/fonts/sequra.ttf) format("truetype"), url(https://live.sequracdn.com/assets/fonts/sequra.woff) format("woff"), url(https://live.sequracdn.com/assets/fonts/sequra.svg#sequra) format("svg"); |
| 5 |
font-weight: normal; |
| 6 |
font-style: normal; |
| 7 |
} |
| 8 |
/* Color scheme */ |
| 9 |
|
| 10 |
/*ICONS*/ |
| 11 |
.sequra-banner .sqblock .sqnoc, |
| 12 |
.sequra-banner .sequra-educational-popup { |
| 13 |
color: #00cc7a; |
| 14 |
} |
| 15 |
.sequra-banner .sequra-educational-popup { |
| 16 |
border-color: #00cc7a; |
| 17 |
} |
| 18 |
|
| 19 |
/*HEADER*/ |
| 20 |
.sequra-banner #block1 { |
| 21 |
background: #00cc7a; |
| 22 |
} |
| 23 |
.sequra-banner #block1 .sqheader { |
| 24 |
color: #fff; |
| 25 |
} |
| 26 |
|
| 27 |
|
| 28 |
/* HOME */ |
| 29 |
.sequra-banner { |
| 30 |
margin-bottom: 15px; |
| 31 |
margin-top: 15px; |
| 32 |
display: inline-flex; |
| 33 |
flex-wrap: wrap; |
| 34 |
flex-direction: row; |
| 35 |
justify-content: space-evenly; |
| 36 |
} |
| 37 |
|
| 38 |
.sequra-banner * { |
| 39 |
-webkit-box-sizing: border-box; |
| 40 |
-moz-box-sizing: border-box; |
| 41 |
box-sizing: border-box; |
| 42 |
font-family: Montserrat, "Open Sans", sans-serif; |
| 43 |
} |
| 44 |
|
| 45 |
.sequra-banner .sqblock { |
| 46 |
background: #f5f5f5; |
| 47 |
overflow: hidden; |
| 48 |
min-height: 86px; |
| 49 |
max-height: 100px; |
| 50 |
width: 33.33333333%; |
| 51 |
flex-grow: 1; |
| 52 |
display: flex; |
| 53 |
justify-content: center; |
| 54 |
} |
| 55 |
|
| 56 |
.sequra-banner .sqinner { |
| 57 |
color: #b5b5b4; |
| 58 |
} |
| 59 |
|
| 60 |
.sequra-banner .sqcontent { |
| 61 |
display: block; |
| 62 |
line-height: 13px; |
| 63 |
font-style: italic; |
| 64 |
font-size: 13px; |
| 65 |
} |
| 66 |
|
| 67 |
.sequra-banner .sqinner { |
| 68 |
padding-top: 20px; |
| 69 |
min-height: 85px; |
| 70 |
} |
| 71 |
|
| 72 |
.sequra-banner .sqblock .sqnoc { |
| 73 |
float: left; |
| 74 |
width: 20%; |
| 75 |
text-align: center; |
| 76 |
font-family: sequra; |
| 77 |
line-height: 86px; |
| 78 |
margin:0 20px; |
| 79 |
} |
| 80 |
|
| 81 |
.sequra-banner .sqheader { |
| 82 |
font-size: 17px; |
| 83 |
display: block; |
| 84 |
color: #949494; |
| 85 |
font-style: italic; |
| 86 |
letter-spacing: 0.04em; |
| 87 |
margin-bottom: 6px; |
| 88 |
line-height: 18px; |
| 89 |
font-weight: bold; |
| 90 |
} |
| 91 |
|
| 92 |
.sequra-banner .sequra-educational-popup { |
| 93 |
border: 1px solid; |
| 94 |
padding: 4px 8px 4px 8px; |
| 95 |
-webkit-border-radius: 4px; |
| 96 |
-moz-border-radius: 4px; |
| 97 |
border-radius: 4px; |
| 98 |
display: block; |
| 99 |
margin-top: 4px; |
| 100 |
max-width: 150px; |
| 101 |
font-size: 12px; |
| 102 |
text-align: center; |
| 103 |
} |
| 104 |
|
| 105 |
.sequra-banner .sequra-educational-popup:hover { |
| 106 |
background: #d2d2d2; |
| 107 |
} |
| 108 |
|
| 109 |
.sqnoc::before { |
| 110 |
font-size: 50px; |
| 111 |
} |
| 112 |
|
| 113 |
.sequra-banner #block1 { |
| 114 |
width: 100%; |
| 115 |
min-height: 0px; |
| 116 |
padding: 0px; |
| 117 |
} |
| 118 |
|
| 119 |
.sequra-banner #block1 { |
| 120 |
text-align: center; |
| 121 |
margin: 0px; |
| 122 |
} |
| 123 |
|
| 124 |
.sequra-banner #block1 .sqheader { |
| 125 |
margin: 6px; |
| 126 |
} |
| 127 |
|
| 128 |
.sequra-banner #block2 { |
| 129 |
background: #f5f5f5; |
| 130 |
border-bottom: 8px solid #e4e4e4; |
| 131 |
} |
| 132 |
|
| 133 |
.sequra-banner #block3 { |
| 134 |
background: #f9f9f9; |
| 135 |
border-bottom: 8px solid #efeeee; |
| 136 |
} |
| 137 |
|
| 138 |
.sequra-banner #block4 { |
| 139 |
background: #fdfdfd; |
| 140 |
border-bottom: 8px solid #f5f5f5; |
| 141 |
} |
| 142 |
|
| 143 |
@media only screen and (max-width: 992px) { |
| 144 |
.sequra-banner .sqblock { |
| 145 |
width: 50%; |
| 146 |
} |
| 147 |
} |
| 148 |
|
| 149 |
@media only screen and (max-width: 768px) { |
| 150 |
.sequra-banner .sqblock { |
| 151 |
width: 100%; |
| 152 |
} |
| 153 |
} |
| 154 |
|
| 155 |
/* END HOME */ |
| 156 |
.sequra-banner .icon-euros:before { |
| 157 |
content: "\e90b"; |
| 158 |
} |
| 159 |
|
| 160 |
.sequra-banner .icon-euro-one:before { |
| 161 |
content: "\e90e"; |
| 162 |
} |
| 163 |
|
| 164 |
.sequra-banner .icon-sequra-logo:before { |
| 165 |
content: "\e900"; |
| 166 |
} |
| 167 |
|
| 168 |
.sequra-banner .icon-calendar:before { |
| 169 |
content: "\e901"; |
| 170 |
} |
| 171 |
|
| 172 |
.sequra-banner .icon-check:before { |
| 173 |
content: "\e902"; |
| 174 |
} |
| 175 |
|
| 176 |
.sequra-banner .icon-creditcard:before { |
| 177 |
content: "\e903"; |
| 178 |
} |
| 179 |
|
| 180 |
.sequra-banner .icon-info:before { |
| 181 |
content: "\e904"; |
| 182 |
} |
| 183 |
|
| 184 |
.sequra-banner .icon-papers:before { |
| 185 |
content: "\e905"; |
| 186 |
} |
| 187 |
|
| 188 |
.sequra-banner .icon-sms:before { |
| 189 |
content: "\e906"; |
| 190 |
} |
| 191 |
|
| 192 |
.sequra-banner .icon-timer:before { |
| 193 |
content: "\e907"; |
| 194 |
} |
| 195 |
|
| 196 |
.sequra-banner .icon-left-arrow:before { |
| 197 |
content: "\e908"; |
| 198 |
} |
| 199 |
|
| 200 |
.sequra-banner .icon-check-paiper:before { |
| 201 |
content: "\e909"; |
| 202 |
} |
| 203 |
|
| 204 |
.sequra-banner .icon-puzzle:before { |
| 205 |
content: "\e90a"; |
| 206 |
} |
| 207 |
|
| 208 |
.sequra-banner .icon-cart-screen:before { |
| 209 |
content: "\e90c"; |
| 210 |
} |
| 211 |
|
| 212 |
.sequra-banner .icon-bag:before { |
| 213 |
content: "\e90d"; |
| 214 |
} |
| 215 |
|