| 1 |
.row_grid * { |
| 2 |
-webkit-box-sizing: border-box; |
| 3 |
-moz-box-sizing: border-box; |
| 4 |
box-sizing: border-box; |
| 5 |
} |
| 6 |
.row_grid *:before, |
| 7 |
.row_grid *:after { |
| 8 |
-webkit-box-sizing: border-box; |
| 9 |
-moz-box-sizing: border-box; |
| 10 |
box-sizing: border-box; |
| 11 |
} |
| 12 |
|
| 13 |
.ife_container { |
| 14 |
margin-right: auto; |
| 15 |
margin-left: auto; |
| 16 |
padding-left: 15px; |
| 17 |
padding-right: 15px; |
| 18 |
} |
| 19 |
@media (min-width: 768px) { |
| 20 |
.ife_container { |
| 21 |
width: 750px; |
| 22 |
} |
| 23 |
} |
| 24 |
@media (min-width: 992px) { |
| 25 |
.ife_container { |
| 26 |
width: 970px; |
| 27 |
} |
| 28 |
} |
| 29 |
@media (min-width: 1200px) { |
| 30 |
.ife_container { |
| 31 |
width: 1170px; |
| 32 |
} |
| 33 |
} |
| 34 |
.ife_container-fluid { |
| 35 |
margin-right: auto; |
| 36 |
margin-left: auto; |
| 37 |
padding-left: 15px; |
| 38 |
padding-right: 15px; |
| 39 |
} |
| 40 |
.row_grid { |
| 41 |
margin-left: -15px; |
| 42 |
margin-right: -15px; |
| 43 |
} |
| 44 |
.col-ife-xs-1, .col-ife-sm-1, .col-ife-md-1, .col-ife-lg-1, .col-ife-xs-2, .col-ife-sm-2, .col-ife-md-2, .col-ife-lg-2, .col-ife-xs-3, .col-ife-sm-3, .col-ife-md-3, .col-ife-lg-3, .col-ife-xs-4, .col-ife-sm-4, .col-ife-md-4, .col-ife-lg-4, .col-ife-xs-5, .col-ife-sm-5, .col-ife-md-5, .col-ife-lg-5, .col-ife-xs-6, .col-ife-sm-6, .col-ife-md-6, .col-ife-lg-6, .col-ife-xs-7, .col-ife-sm-7, .col-ife-md-7, .col-ife-lg-7, .col-ife-xs-8, .col-ife-sm-8, .col-ife-md-8, .col-ife-lg-8, .col-ife-xs-9, .col-ife-sm-9, .col-ife-md-9, .col-ife-lg-9, .col-ife-xs-10, .col-ife-sm-10, .col-ife-md-10, .col-ife-lg-10, .col-ife-xs-11, .col-ife-sm-11, .col-ife-md-11, .col-ife-lg-11, .col-ife-xs-12, .col-ife-sm-12, .col-ife-md-12, .col-ife-lg-12 { |
| 45 |
position: relative; |
| 46 |
min-height: 1px; |
| 47 |
padding-left: 15px; |
| 48 |
padding-right: 15px; |
| 49 |
margin-bottom: 2%; |
| 50 |
} |
| 51 |
.col-ife-xs-1, .col-ife-xs-2, .col-ife-xs-3, .col-ife-xs-4, .col-ife-xs-5, .col-ife-xs-6, .col-ife-xs-7, .col-ife-xs-8, .col-ife-xs-9, .col-ife-xs-10, .col-ife-xs-11, .col-ife-xs-12 { |
| 52 |
float: left; |
| 53 |
} |
| 54 |
.col-ife-xs-12 { |
| 55 |
width: 100%; |
| 56 |
} |
| 57 |
.col-ife-xs-11 { |
| 58 |
width: 91.66666667%; |
| 59 |
} |
| 60 |
.col-ife-xs-10 { |
| 61 |
width: 83.33333333%; |
| 62 |
} |
| 63 |
.col-ife-xs-9 { |
| 64 |
width: 75%; |
| 65 |
} |
| 66 |
.col-ife-xs-8 { |
| 67 |
width: 66.66666667%; |
| 68 |
} |
| 69 |
.col-ife-xs-7 { |
| 70 |
width: 58.33333333%; |
| 71 |
} |
| 72 |
.col-ife-xs-6 { |
| 73 |
width: 50%; |
| 74 |
} |
| 75 |
.col-ife-xs-5 { |
| 76 |
width: 41.66666667%; |
| 77 |
} |
| 78 |
.col-ife-xs-4 { |
| 79 |
width: 33.33333333%; |
| 80 |
} |
| 81 |
.col-ife-xs-3 { |
| 82 |
width: 25%; |
| 83 |
} |
| 84 |
.col-ife-xs-2 { |
| 85 |
width: 16.66666667%; |
| 86 |
} |
| 87 |
.col-ife-xs-1 { |
| 88 |
width: 8.33333333%; |
| 89 |
} |
| 90 |
.col-ife-xs-pull-12 { |
| 91 |
right: 100%; |
| 92 |
} |
| 93 |
.col-ife-xs-pull-11 { |
| 94 |
right: 91.66666667%; |
| 95 |
} |
| 96 |
.col-ife-xs-pull-10 { |
| 97 |
right: 83.33333333%; |
| 98 |
} |
| 99 |
.col-ife-xs-pull-9 { |
| 100 |
right: 75%; |
| 101 |
} |
| 102 |
.col-ife-xs-pull-8 { |
| 103 |
right: 66.66666667%; |
| 104 |
} |
| 105 |
.col-ife-xs-pull-7 { |
| 106 |
right: 58.33333333%; |
| 107 |
} |
| 108 |
.col-ife-xs-pull-6 { |
| 109 |
right: 50%; |
| 110 |
} |
| 111 |
.col-ife-xs-pull-5 { |
| 112 |
right: 41.66666667%; |
| 113 |
} |
| 114 |
.col-ife-xs-pull-4 { |
| 115 |
right: 33.33333333%; |
| 116 |
} |
| 117 |
.col-ife-xs-pull-3 { |
| 118 |
right: 25%; |
| 119 |
} |
| 120 |
.col-ife-xs-pull-2 { |
| 121 |
right: 16.66666667%; |
| 122 |
} |
| 123 |
.col-ife-xs-pull-1 { |
| 124 |
right: 8.33333333%; |
| 125 |
} |
| 126 |
.col-ife-xs-pull-0 { |
| 127 |
right: auto; |
| 128 |
} |
| 129 |
.col-ife-xs-push-12 { |
| 130 |
left: 100%; |
| 131 |
} |
| 132 |
.col-ife-xs-push-11 { |
| 133 |
left: 91.66666667%; |
| 134 |
} |
| 135 |
.col-ife-xs-push-10 { |
| 136 |
left: 83.33333333%; |
| 137 |
} |
| 138 |
.col-ife-xs-push-9 { |
| 139 |
left: 75%; |
| 140 |
} |
| 141 |
.col-ife-xs-push-8 { |
| 142 |
left: 66.66666667%; |
| 143 |
} |
| 144 |
.col-ife-xs-push-7 { |
| 145 |
left: 58.33333333%; |
| 146 |
} |
| 147 |
.col-ife-xs-push-6 { |
| 148 |
left: 50%; |
| 149 |
} |
| 150 |
.col-ife-xs-push-5 { |
| 151 |
left: 41.66666667%; |
| 152 |
} |
| 153 |
.col-ife-xs-push-4 { |
| 154 |
left: 33.33333333%; |
| 155 |
} |
| 156 |
.col-ife-xs-push-3 { |
| 157 |
left: 25%; |
| 158 |
} |
| 159 |
.col-ife-xs-push-2 { |
| 160 |
left: 16.66666667%; |
| 161 |
} |
| 162 |
.col-ife-xs-push-1 { |
| 163 |
left: 8.33333333%; |
| 164 |
} |
| 165 |
.col-ife-xs-push-0 { |
| 166 |
left: auto; |
| 167 |
} |
| 168 |
.col-ife-xs-offset-12 { |
| 169 |
margin-left: 100%; |
| 170 |
} |
| 171 |
.col-ife-xs-offset-11 { |
| 172 |
margin-left: 91.66666667%; |
| 173 |
} |
| 174 |
.col-ife-xs-offset-10 { |
| 175 |
margin-left: 83.33333333%; |
| 176 |
} |
| 177 |
.col-ife-xs-offset-9 { |
| 178 |
margin-left: 75%; |
| 179 |
} |
| 180 |
.col-ife-xs-offset-8 { |
| 181 |
margin-left: 66.66666667%; |
| 182 |
} |
| 183 |
.col-ife-xs-offset-7 { |
| 184 |
margin-left: 58.33333333%; |
| 185 |
} |
| 186 |
.col-ife-xs-offset-6 { |
| 187 |
margin-left: 50%; |
| 188 |
} |
| 189 |
.col-ife-xs-offset-5 { |
| 190 |
margin-left: 41.66666667%; |
| 191 |
} |
| 192 |
.col-ife-xs-offset-4 { |
| 193 |
margin-left: 33.33333333%; |
| 194 |
} |
| 195 |
.col-ife-xs-offset-3 { |
| 196 |
margin-left: 25%; |
| 197 |
} |
| 198 |
.col-ife-xs-offset-2 { |
| 199 |
margin-left: 16.66666667%; |
| 200 |
} |
| 201 |
.col-ife-xs-offset-1 { |
| 202 |
margin-left: 8.33333333%; |
| 203 |
} |
| 204 |
.col-ife-xs-offset-0 { |
| 205 |
margin-left: 0%; |
| 206 |
} |
| 207 |
@media (min-width: 768px) { |
| 208 |
.col-ife-sm-1, .col-ife-sm-2, .col-ife-sm-3, .col-ife-sm-4, .col-ife-sm-5, .col-ife-sm-6, .col-ife-sm-7, .col-ife-sm-8, .col-ife-sm-9, .col-ife-sm-10, .col-ife-sm-11, .col-ife-sm-12 { |
| 209 |
float: left; |
| 210 |
} |
| 211 |
.col-ife-sm-12 { |
| 212 |
width: 100%; |
| 213 |
} |
| 214 |
.col-ife-sm-11 { |
| 215 |
width: 91.66666667%; |
| 216 |
} |
| 217 |
.col-ife-sm-10 { |
| 218 |
width: 83.33333333%; |
| 219 |
} |
| 220 |
.col-ife-sm-9 { |
| 221 |
width: 75%; |
| 222 |
} |
| 223 |
.col-ife-sm-8 { |
| 224 |
width: 66.66666667%; |
| 225 |
} |
| 226 |
.col-ife-sm-7 { |
| 227 |
width: 58.33333333%; |
| 228 |
} |
| 229 |
.col-ife-sm-6 { |
| 230 |
width: 50%; |
| 231 |
} |
| 232 |
.col-ife-sm-5 { |
| 233 |
width: 41.66666667%; |
| 234 |
} |
| 235 |
.col-ife-sm-4 { |
| 236 |
width: 33.33333333%; |
| 237 |
} |
| 238 |
.col-ife-sm-3 { |
| 239 |
width: 25%; |
| 240 |
} |
| 241 |
.col-ife-sm-2 { |
| 242 |
width: 16.66666667%; |
| 243 |
} |
| 244 |
.col-ife-sm-1 { |
| 245 |
width: 8.33333333%; |
| 246 |
} |
| 247 |
.col-ife-sm-pull-12 { |
| 248 |
right: 100%; |
| 249 |
} |
| 250 |
.col-ife-sm-pull-11 { |
| 251 |
right: 91.66666667%; |
| 252 |
} |
| 253 |
.col-ife-sm-pull-10 { |
| 254 |
right: 83.33333333%; |
| 255 |
} |
| 256 |
.col-ife-sm-pull-9 { |
| 257 |
right: 75%; |
| 258 |
} |
| 259 |
.col-ife-sm-pull-8 { |
| 260 |
right: 66.66666667%; |
| 261 |
} |
| 262 |
.col-ife-sm-pull-7 { |
| 263 |
right: 58.33333333%; |
| 264 |
} |
| 265 |
.col-ife-sm-pull-6 { |
| 266 |
right: 50%; |
| 267 |
} |
| 268 |
.col-ife-sm-pull-5 { |
| 269 |
right: 41.66666667%; |
| 270 |
} |
| 271 |
.col-ife-sm-pull-4 { |
| 272 |
right: 33.33333333%; |
| 273 |
} |
| 274 |
.col-ife-sm-pull-3 { |
| 275 |
right: 25%; |
| 276 |
} |
| 277 |
.col-ife-sm-pull-2 { |
| 278 |
right: 16.66666667%; |
| 279 |
} |
| 280 |
.col-ife-sm-pull-1 { |
| 281 |
right: 8.33333333%; |
| 282 |
} |
| 283 |
.col-ife-sm-pull-0 { |
| 284 |
right: auto; |
| 285 |
} |
| 286 |
.col-ife-sm-push-12 { |
| 287 |
left: 100%; |
| 288 |
} |
| 289 |
.col-ife-sm-push-11 { |
| 290 |
left: 91.66666667%; |
| 291 |
} |
| 292 |
.col-ife-sm-push-10 { |
| 293 |
left: 83.33333333%; |
| 294 |
} |
| 295 |
.col-ife-sm-push-9 { |
| 296 |
left: 75%; |
| 297 |
} |
| 298 |
.col-ife-sm-push-8 { |
| 299 |
left: 66.66666667%; |
| 300 |
} |
| 301 |
.col-ife-sm-push-7 { |
| 302 |
left: 58.33333333%; |
| 303 |
} |
| 304 |
.col-ife-sm-push-6 { |
| 305 |
left: 50%; |
| 306 |
} |
| 307 |
.col-ife-sm-push-5 { |
| 308 |
left: 41.66666667%; |
| 309 |
} |
| 310 |
.col-ife-sm-push-4 { |
| 311 |
left: 33.33333333%; |
| 312 |
} |
| 313 |
.col-ife-sm-push-3 { |
| 314 |
left: 25%; |
| 315 |
} |
| 316 |
.col-ife-sm-push-2 { |
| 317 |
left: 16.66666667%; |
| 318 |
} |
| 319 |
.col-ife-sm-push-1 { |
| 320 |
left: 8.33333333%; |
| 321 |
} |
| 322 |
.col-ife-sm-push-0 { |
| 323 |
left: auto; |
| 324 |
} |
| 325 |
.col-ife-sm-offset-12 { |
| 326 |
margin-left: 100%; |
| 327 |
} |
| 328 |
.col-ife-sm-offset-11 { |
| 329 |
margin-left: 91.66666667%; |
| 330 |
} |
| 331 |
.col-ife-sm-offset-10 { |
| 332 |
margin-left: 83.33333333%; |
| 333 |
} |
| 334 |
.col-ife-sm-offset-9 { |
| 335 |
margin-left: 75%; |
| 336 |
} |
| 337 |
.col-ife-sm-offset-8 { |
| 338 |
margin-left: 66.66666667%; |
| 339 |
} |
| 340 |
.col-ife-sm-offset-7 { |
| 341 |
margin-left: 58.33333333%; |
| 342 |
} |
| 343 |
.col-ife-sm-offset-6 { |
| 344 |
margin-left: 50%; |
| 345 |
} |
| 346 |
.col-ife-sm-offset-5 { |
| 347 |
margin-left: 41.66666667%; |
| 348 |
} |
| 349 |
.col-ife-sm-offset-4 { |
| 350 |
margin-left: 33.33333333%; |
| 351 |
} |
| 352 |
.col-ife-sm-offset-3 { |
| 353 |
margin-left: 25%; |
| 354 |
} |
| 355 |
.col-ife-sm-offset-2 { |
| 356 |
margin-left: 16.66666667%; |
| 357 |
} |
| 358 |
.col-ife-sm-offset-1 { |
| 359 |
margin-left: 8.33333333%; |
| 360 |
} |
| 361 |
.col-ife-sm-offset-0 { |
| 362 |
margin-left: 0%; |
| 363 |
} |
| 364 |
} |
| 365 |
@media (min-width: 992px) { |
| 366 |
.col-ife-md-1, .col-ife-md-2, .col-ife-md-3, .col-ife-md-4, .col-ife-md-5, .col-ife-md-6, .col-ife-md-7, .col-ife-md-8, .col-ife-md-9, .col-ife-md-10, .col-ife-md-11, .col-ife-md-12 { |
| 367 |
float: left; |
| 368 |
margin-bottom: 2%; |
| 369 |
} |
| 370 |
.col-ife-md-12 { |
| 371 |
width: 100%; |
| 372 |
} |
| 373 |
.col-ife-md-11 { |
| 374 |
width: 91.66666667%; |
| 375 |
} |
| 376 |
.col-ife-md-10 { |
| 377 |
width: 83.33333333%; |
| 378 |
} |
| 379 |
.col-ife-md-9 { |
| 380 |
width: 75%; |
| 381 |
} |
| 382 |
.col-ife-md-8 { |
| 383 |
width: 66.66666667%; |
| 384 |
} |
| 385 |
.col-ife-md-7 { |
| 386 |
width: 58.33333333%; |
| 387 |
} |
| 388 |
.col-ife-md-6 { |
| 389 |
width: 50%; |
| 390 |
} |
| 391 |
.col-ife-md-5 { |
| 392 |
width: 41.66666667%; |
| 393 |
} |
| 394 |
.col-ife-md-4 { |
| 395 |
width: 33.33333333%; |
| 396 |
margin-bottom: 2%; |
| 397 |
} |
| 398 |
.col-ife-md-3 { |
| 399 |
width: 25%; |
| 400 |
} |
| 401 |
.col-ife-md-2 { |
| 402 |
width: 16.66666667%; |
| 403 |
} |
| 404 |
.col-ife-md-1 { |
| 405 |
width: 8.33333333%; |
| 406 |
} |
| 407 |
.col-ife-md-pull-12 { |
| 408 |
right: 100%; |
| 409 |
} |
| 410 |
.col-ife-md-pull-11 { |
| 411 |
right: 91.66666667%; |
| 412 |
} |
| 413 |
.col-ife-md-pull-10 { |
| 414 |
right: 83.33333333%; |
| 415 |
} |
| 416 |
.col-ife-md-pull-9 { |
| 417 |
right: 75%; |
| 418 |
} |
| 419 |
.col-ife-md-pull-8 { |
| 420 |
right: 66.66666667%; |
| 421 |
} |
| 422 |
.col-ife-md-pull-7 { |
| 423 |
right: 58.33333333%; |
| 424 |
} |
| 425 |
.col-ife-md-pull-6 { |
| 426 |
right: 50%; |
| 427 |
} |
| 428 |
.col-ife-md-pull-5 { |
| 429 |
right: 41.66666667%; |
| 430 |
} |
| 431 |
.col-ife-md-pull-4 { |
| 432 |
right: 33.33333333%; |
| 433 |
} |
| 434 |
.col-ife-md-pull-3 { |
| 435 |
right: 25%; |
| 436 |
} |
| 437 |
.col-ife-md-pull-2 { |
| 438 |
right: 16.66666667%; |
| 439 |
} |
| 440 |
.col-ife-md-pull-1 { |
| 441 |
right: 8.33333333%; |
| 442 |
} |
| 443 |
.col-ife-md-pull-0 { |
| 444 |
right: auto; |
| 445 |
} |
| 446 |
.col-ife-md-push-12 { |
| 447 |
left: 100%; |
| 448 |
} |
| 449 |
.col-ife-md-push-11 { |
| 450 |
left: 91.66666667%; |
| 451 |
} |
| 452 |
.col-ife-md-push-10 { |
| 453 |
left: 83.33333333%; |
| 454 |
} |
| 455 |
.col-ife-md-push-9 { |
| 456 |
left: 75%; |
| 457 |
} |
| 458 |
.col-ife-md-push-8 { |
| 459 |
left: 66.66666667%; |
| 460 |
} |
| 461 |
.col-ife-md-push-7 { |
| 462 |
left: 58.33333333%; |
| 463 |
} |
| 464 |
.col-ife-md-push-6 { |
| 465 |
left: 50%; |
| 466 |
} |
| 467 |
.col-ife-md-push-5 { |
| 468 |
left: 41.66666667%; |
| 469 |
} |
| 470 |
.col-ife-md-push-4 { |
| 471 |
left: 33.33333333%; |
| 472 |
} |
| 473 |
.col-ife-md-push-3 { |
| 474 |
left: 25%; |
| 475 |
} |
| 476 |
.col-ife-md-push-2 { |
| 477 |
left: 16.66666667%; |
| 478 |
} |
| 479 |
.col-ife-md-push-1 { |
| 480 |
left: 8.33333333%; |
| 481 |
} |
| 482 |
.col-ife-md-push-0 { |
| 483 |
left: auto; |
| 484 |
} |
| 485 |
.col-ife-md-offset-12 { |
| 486 |
margin-left: 100%; |
| 487 |
} |
| 488 |
.col-ife-md-offset-11 { |
| 489 |
margin-left: 91.66666667%; |
| 490 |
} |
| 491 |
.col-ife-md-offset-10 { |
| 492 |
margin-left: 83.33333333%; |
| 493 |
} |
| 494 |
.col-ife-md-offset-9 { |
| 495 |
margin-left: 75%; |
| 496 |
} |
| 497 |
.col-ife-md-offset-8 { |
| 498 |
margin-left: 66.66666667%; |
| 499 |
} |
| 500 |
.col-ife-md-offset-7 { |
| 501 |
margin-left: 58.33333333%; |
| 502 |
} |
| 503 |
.col-ife-md-offset-6 { |
| 504 |
margin-left: 50%; |
| 505 |
} |
| 506 |
.col-ife-md-offset-5 { |
| 507 |
margin-left: 41.66666667%; |
| 508 |
} |
| 509 |
.col-ife-md-offset-4 { |
| 510 |
margin-left: 33.33333333%; |
| 511 |
} |
| 512 |
.col-ife-md-offset-3 { |
| 513 |
margin-left: 25%; |
| 514 |
} |
| 515 |
.col-ife-md-offset-2 { |
| 516 |
margin-left: 16.66666667%; |
| 517 |
} |
| 518 |
.col-ife-md-offset-1 { |
| 519 |
margin-left: 8.33333333%; |
| 520 |
} |
| 521 |
.col-ife-md-offset-0 { |
| 522 |
margin-left: 0%; |
| 523 |
} |
| 524 |
} |
| 525 |
@media (min-width: 1200px) { |
| 526 |
.col-ife-lg-1, .col-ife-lg-2, .col-ife-lg-3, .col-ife-lg-4, .col-ife-lg-5, .col-ife-lg-6, .col-ife-lg-7, .col-ife-lg-8, .col-ife-lg-9, .col-ife-lg-10, .col-ife-lg-11, .col-ife-lg-12 { |
| 527 |
float: left; |
| 528 |
} |
| 529 |
.col-ife-lg-12 { |
| 530 |
width: 100%; |
| 531 |
} |
| 532 |
.col-ife-lg-11 { |
| 533 |
width: 91.66666667%; |
| 534 |
} |
| 535 |
.col-ife-lg-10 { |
| 536 |
width: 83.33333333%; |
| 537 |
} |
| 538 |
.col-ife-lg-9 { |
| 539 |
width: 75%; |
| 540 |
} |
| 541 |
.col-ife-lg-8 { |
| 542 |
width: 66.66666667%; |
| 543 |
} |
| 544 |
.col-ife-lg-7 { |
| 545 |
width: 58.33333333%; |
| 546 |
} |
| 547 |
.col-ife-lg-6 { |
| 548 |
width: 50%; |
| 549 |
} |
| 550 |
.col-ife-lg-5 { |
| 551 |
width: 41.66666667%; |
| 552 |
} |
| 553 |
.col-ife-lg-4 { |
| 554 |
width: 33.33333333%; |
| 555 |
} |
| 556 |
.col-ife-lg-3 { |
| 557 |
width: 25%; |
| 558 |
} |
| 559 |
.col-ife-lg-2 { |
| 560 |
width: 16.66666667%; |
| 561 |
} |
| 562 |
.col-ife-lg-1 { |
| 563 |
width: 8.33333333%; |
| 564 |
} |
| 565 |
.col-ife-lg-pull-12 { |
| 566 |
right: 100%; |
| 567 |
} |
| 568 |
.col-ife-lg-pull-11 { |
| 569 |
right: 91.66666667%; |
| 570 |
} |
| 571 |
.col-ife-lg-pull-10 { |
| 572 |
right: 83.33333333%; |
| 573 |
} |
| 574 |
.col-ife-lg-pull-9 { |
| 575 |
right: 75%; |
| 576 |
} |
| 577 |
.col-ife-lg-pull-8 { |
| 578 |
right: 66.66666667%; |
| 579 |
} |
| 580 |
.col-ife-lg-pull-7 { |
| 581 |
right: 58.33333333%; |
| 582 |
} |
| 583 |
.col-ife-lg-pull-6 { |
| 584 |
right: 50%; |
| 585 |
} |
| 586 |
.col-ife-lg-pull-5 { |
| 587 |
right: 41.66666667%; |
| 588 |
} |
| 589 |
.col-ife-lg-pull-4 { |
| 590 |
right: 33.33333333%; |
| 591 |
} |
| 592 |
.col-ife-lg-pull-3 { |
| 593 |
right: 25%; |
| 594 |
} |
| 595 |
.col-ife-lg-pull-2 { |
| 596 |
right: 16.66666667%; |
| 597 |
} |
| 598 |
.col-ife-lg-pull-1 { |
| 599 |
right: 8.33333333%; |
| 600 |
} |
| 601 |
.col-ife-lg-pull-0 { |
| 602 |
right: auto; |
| 603 |
} |
| 604 |
.col-ife-lg-push-12 { |
| 605 |
left: 100%; |
| 606 |
} |
| 607 |
.col-ife-lg-push-11 { |
| 608 |
left: 91.66666667%; |
| 609 |
} |
| 610 |
.col-ife-lg-push-10 { |
| 611 |
left: 83.33333333%; |
| 612 |
} |
| 613 |
.col-ife-lg-push-9 { |
| 614 |
left: 75%; |
| 615 |
} |
| 616 |
.col-ife-lg-push-8 { |
| 617 |
left: 66.66666667%; |
| 618 |
} |
| 619 |
.col-ife-lg-push-7 { |
| 620 |
left: 58.33333333%; |
| 621 |
} |
| 622 |
.col-ife-lg-push-6 { |
| 623 |
left: 50%; |
| 624 |
} |
| 625 |
.col-ife-lg-push-5 { |
| 626 |
left: 41.66666667%; |
| 627 |
} |
| 628 |
.col-ife-lg-push-4 { |
| 629 |
left: 33.33333333%; |
| 630 |
} |
| 631 |
.col-ife-lg-push-3 { |
| 632 |
left: 25%; |
| 633 |
} |
| 634 |
.col-ife-lg-push-2 { |
| 635 |
left: 16.66666667%; |
| 636 |
} |
| 637 |
.col-ife-lg-push-1 { |
| 638 |
left: 8.33333333%; |
| 639 |
} |
| 640 |
.col-ife-lg-push-0 { |
| 641 |
left: auto; |
| 642 |
} |
| 643 |
.col-ife-lg-offset-12 { |
| 644 |
margin-left: 100%; |
| 645 |
} |
| 646 |
.col-ife-lg-offset-11 { |
| 647 |
margin-left: 91.66666667%; |
| 648 |
} |
| 649 |
.col-ife-lg-offset-10 { |
| 650 |
margin-left: 83.33333333%; |
| 651 |
} |
| 652 |
.col-ife-lg-offset-9 { |
| 653 |
margin-left: 75%; |
| 654 |
} |
| 655 |
.col-ife-lg-offset-8 { |
| 656 |
margin-left: 66.66666667%; |
| 657 |
} |
| 658 |
.col-ife-lg-offset-7 { |
| 659 |
margin-left: 58.33333333%; |
| 660 |
} |
| 661 |
.col-ife-lg-offset-6 { |
| 662 |
margin-left: 50%; |
| 663 |
} |
| 664 |
.col-ife-lg-offset-5 { |
| 665 |
margin-left: 41.66666667%; |
| 666 |
} |
| 667 |
.col-ife-lg-offset-4 { |
| 668 |
margin-left: 33.33333333%; |
| 669 |
} |
| 670 |
.col-ife-lg-offset-3 { |
| 671 |
margin-left: 25%; |
| 672 |
} |
| 673 |
.col-ife-lg-offset-2 { |
| 674 |
margin-left: 16.66666667%; |
| 675 |
} |
| 676 |
.col-ife-lg-offset-1 { |
| 677 |
margin-left: 8.33333333%; |
| 678 |
} |
| 679 |
.col-ife-lg-offset-0 { |
| 680 |
margin-left: 0%; |
| 681 |
} |
| 682 |
} |
| 683 |
.ife_container:before, |
| 684 |
.ife_container:after, |
| 685 |
.ife_container-fluid:before, |
| 686 |
.ife_container-fluid:after, |
| 687 |
.row_grid:before, |
| 688 |
.row_grid:after { |
| 689 |
content: " "; |
| 690 |
display: table; |
| 691 |
} |
| 692 |
.ife_container:after, |
| 693 |
.ife_container-fluid:after, |
| 694 |
.row_grid:after { |
| 695 |
clear: both; |
| 696 |
} |
| 697 |
.center-block { |
| 698 |
display: block; |
| 699 |
margin-left: auto; |
| 700 |
margin-right: auto; |
| 701 |
} |
| 702 |
|
| 703 |
.ife_eventmeta .organizermain{ padding:40px; width:100%; background:#fafafa; border:1px solid #eeeeee; margin:30px 0;} |
| 704 |
.ife_eventmeta .organizermain:after{ clear: both; } |
| 705 |
.ife_eventmeta .details { float: left; width: 50%;} |
| 706 |
.ife_eventmeta .details > a { display: block; line-height:18px;} |
| 707 |
.ife_eventmeta .details > p {margin-bottom: 10px;margin-top:0;} |
| 708 |
.ife_eventmeta .venue{ float:left; width:35%;} |
| 709 |
.ife_eventmeta .map {border:2px solid #ddd;float: left;width:64%; border-radius:2px;} |
| 710 |
@media (max-width: 768px){ |
| 711 |
.ife_eventmeta .details, .ife_eventmeta .map, .ife_eventmeta .venue{float: none;width:100%;} |
| 712 |
} |
| 713 |
.ife_eventmeta .titlemain{ font-size:18px; font-weight:bold; color:#444444; margin-bottom:10px;} |
| 714 |
.ife_eventmeta .organizermain.library{ margin-top:0;} |
| 715 |
|
| 716 |
.ife_event .event_date { |
| 717 |
background-color: #039ED7; |
| 718 |
color: #fff; |
| 719 |
padding: 10px 5px 5px 5px; |
| 720 |
text-align: center; |
| 721 |
width: 75px; |
| 722 |
float: left; |
| 723 |
height: 100%; |
| 724 |
|
| 725 |
} |
| 726 |
|
| 727 |
.ife_event .event_date .month { |
| 728 |
display: block; |
| 729 |
font-size: 1.2em; |
| 730 |
text-align: center; |
| 731 |
line-height: 1.2em; |
| 732 |
} |
| 733 |
|
| 734 |
.ife_event .event_date .date { |
| 735 |
display: block; |
| 736 |
text-align: center; |
| 737 |
font-size: 1.6em; |
| 738 |
line-height: 1.6em; |
| 739 |
} |
| 740 |
|
| 741 |
.ife_event .event_details { |
| 742 |
background-color: #f5f5f5; |
| 743 |
height: 80px; |
| 744 |
} |
| 745 |
|
| 746 |
.ife_event .event_desc { |
| 747 |
float: left; |
| 748 |
width: calc( 100% - 75px ); |
| 749 |
padding: 8px 10px; |
| 750 |
} |
| 751 |
|
| 752 |
.ife_event .event_desc .event_address, .ife_event .event_desc .event_title { |
| 753 |
white-space: nowrap; |
| 754 |
overflow: hidden; |
| 755 |
text-overflow: ellipsis; |
| 756 |
width: 90%; |
| 757 |
} |
| 758 |
|
| 759 |
.ife_event .event_desc .event_title { |
| 760 |
font-size: 1.2em; |
| 761 |
color: #039ED7; |
| 762 |
} |
| 763 |
|
| 764 |
.ife_event .img_placeholder{ |
| 765 |
background-size: cover !important; |
| 766 |
min-height: 130px; |
| 767 |
} |
| 768 |
.archive-event .ife_event{ |
| 769 |
height: 210px; |
| 770 |
} |
| 771 |
|
| 772 |
/* |
| 773 |
* Widget Style Start |
| 774 |
*/ |
| 775 |
.ife_widget_style1 .event_details{ |
| 776 |
height: auto; |
| 777 |
} |
| 778 |
|
| 779 |
.ife_widget{ |
| 780 |
margin-bottom: 10px; |
| 781 |
} |
| 782 |
|
| 783 |
.ife_event_listing_widget { |
| 784 |
max-height: 600px; |
| 785 |
overflow: auto; |
| 786 |
} |
| 787 |
|
| 788 |
.ife_widget_style1 .event_date { |
| 789 |
background-color: #039ED7; |
| 790 |
color: #fff; |
| 791 |
padding: 10px 5px 5px 5px; |
| 792 |
text-align: center; |
| 793 |
width: 75px; |
| 794 |
float: left; |
| 795 |
height: 100%; |
| 796 |
} |
| 797 |
|
| 798 |
.ife_widget_style1 .event_picture { |
| 799 |
background-color: #efefef; |
| 800 |
color: #fff; |
| 801 |
padding: 12px; |
| 802 |
text-align: center; |
| 803 |
width: 75px; |
| 804 |
float: left; |
| 805 |
height: 100%; |
| 806 |
} |
| 807 |
|
| 808 |
.ife_widget_style1 .event_date .month { |
| 809 |
display: block; |
| 810 |
font-size: 1.2em; |
| 811 |
text-align: center; |
| 812 |
line-height: 1.2em; |
| 813 |
} |
| 814 |
|
| 815 |
.ife_widget_style1 .event_date .date { |
| 816 |
display: block; |
| 817 |
text-align: center; |
| 818 |
font-size: 1.6em; |
| 819 |
line-height: 1.6em; |
| 820 |
} |
| 821 |
|
| 822 |
.ife_widget_style1 .event_details { |
| 823 |
background-color: #f5f5f5; |
| 824 |
height: 75px; |
| 825 |
} |
| 826 |
|
| 827 |
.ife_widget_style1 .event_details .fa, .ife_event .event_details .fa{ |
| 828 |
text-align: center; |
| 829 |
width: 16px; |
| 830 |
} |
| 831 |
|
| 832 |
.ife_widget_style1 .event_details p.description{ |
| 833 |
color: #666; |
| 834 |
} |
| 835 |
|
| 836 |
.ife_widget_style1 .event_desc { |
| 837 |
float: left; |
| 838 |
width: calc( 100% - 75px ); |
| 839 |
padding: 8px 10px; |
| 840 |
} |
| 841 |
|
| 842 |
.ife_widget_style1 .event_desc .event_address{ |
| 843 |
white-space: nowrap; |
| 844 |
overflow: hidden; |
| 845 |
text-overflow: ellipsis; |
| 846 |
width: 90%; |
| 847 |
} |
| 848 |
|
| 849 |
.ife_widget_style1 .event_desc .event_name { |
| 850 |
font-size: 1.2em; |
| 851 |
color: #039ED7; |
| 852 |
line-height: 1.3em; |
| 853 |
} |
| 854 |
|