- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 387
- 388
- 389
- 390
- 391
- 392
- 393
- 394
- 395
- 396
- 397
- 398
- 399
- 400
- 401
- 402
- 403
- 404
- 405
- 406
- 407
- 408
- 409
- 410
- 411
- 412
- 413
- 414
- 415
- 416
- 417
- 418
- 419
- 420
- 421
- 422
- 423
- 424
- 425
- 426
- 427
- 428
- 429
- 430
- 431
- 432
- 433
- 434
- 435
- 436
- 437
- 438
- 439
- 440
- 441
- 442
- 443
- 444
- 445
- 446
- 447
- 448
- 449
- 450
- 451
- 452
- 453
- 454
- 455
- 456
- 457
- 458
- 459
- 460
- 461
- 462
- 463
- 464
- 465
- 466
- 467
- 468
- 469
- 470
- 471
- 472
- 473
- 474
- 475
- 476
- 477
- 478
- 479
- 480
- 481
- 482
- 483
- 484
- 485
- 486
- 487
- 488
- 489
- 490
- 491
- 492
- 493
- 494
- 495
- 496
- 497
- 498
- 499
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 509
- 510
- 511
- 512
- 513
- 514
- 515
- 516
- 517
- 518
- 519
- 520
- 521
- 522
- 523
- 524
- 525
- 526
- 527
- 528
- 529
- 530
- 531
- 532
- 533
- 534
- 535
- 536
- 537
- 538
- 539
- 540
- 541
- 542
- 543
- 544
- 545
- 546
- 547
- 548
- 549
- 550
- 551
- 552
- 553
- 554
- 555
- 556
- 557
- 558
- 559
- 560
- 561
- 562
- 563
- 564
- 565
- 566
- 567
- 568
- 569
- 570
- 571
- 572
- 573
- 574
- 575
- 576
- 577
- 578
- 579
- 580
- 581
- 582
- 583
- 584
- 585
- 586
- 587
- 588
- 589
- 590
- 591
- 592
- 593
- 594
- 595
- 596
- 597
- 598
- 599
- 600
- 601
- 602
- 603
- 604
- 605
- 606
- 607
- 608
- 609
- 610
- 611
- 612
- 613
- 614
- 615
- 616
- 617
- 618
- 619
- 620
- 621
- 622
- 623
- 624
- 625
- 626
- 627
- 628
- 629
- 630
- 631
- 632
- 633
- 634
- 635
- 636
- 637
- 638
- 639
- 640
- 641
- 642
- 643
- 644
- 645
- 646
- 647
- 648
- 649
- 650
- 651
- 652
- 653
- 654
- 655
- 656
- 657
- 658
- 659
- 660
- 661
- 662
- 663
- 664
- 665
- 666
- 667
- 668
- 669
- 670
- 671
- 672
- 673
- 674
- 675
- 676
- 677
- 678
- 679
- 680
- 681
- 682
- 683
- 684
- 685
- 686
- 687
- 688
- 689
- 690
- 691
- 692
- 693
- 694
- 695
- 696
- 697
- 698
- 699
- 700
- 701
- 702
- 703
- 704
- 705
- 706
- 707
- 708
- 709
- 710
- 711
- 712
- 713
- 714
- 715
- 716
- 717
- 718
- 719
- 720
- 721
- 722
- 723
- 724
- 725
- 726
- 727
- 728
- 729
- 730
- 731
- 732
- 733
- 734
- 735
- 736
- 737
- 738
- 739
- 740
- 741
- 742
- 743
- 744
- 745
- 746
- 747
- 748
- 749
- 750
- 751
- 752
- 753
- 754
- 755
- 756
- 757
- 758
- 759
- 760
- 761
- 762
- 763
- 764
- 765
- 766
- 767
- 768
- 769
- 770
- 771
- 772
- 773
- 774
- 775
- 776
- 777
- 778
- 779
- 780
- 781
- 782
- 783
- 784
- 785
- 786
- 787
- 788
- 789
- 790
- 791
- 792
- 793
- 794
- 795
- 796
- 797
- 798
- 799
- 800
- 801
- 802
- 803
- 804
- 805
- 806
- 807
- 808
- 809
- 810
- 811
- 812
- 813
- 814
- 815
- 816
- 817
- 818
- 819
- 820
- 821
- 822
- 823
- 824
- 825
- 826
- 827
- 828
- 829
- 830
- 831
- 832
- 833
- 834
- 835
- 836
- 837
- 838
- 839
- 840
- 841
- 842
- 843
- 844
- 845
- 846
- 847
- 848
- 849
- 850
- 851
- 852
- 853
- 854
- 855
- 856
- 857
- 858
- 859
- 860
- 861
- 862
- 863
- 864
- 865
- 866
- 867
- 868
- 869
- 870
- 871
- 872
- 873
- 874
- 875
- 876
- 877
- 878
- 879
- 880
- 881
- 882
- 883
- 884
- 885
- 886
- 887
- 888
- 889
- 890
- 891
- 892
- 893
- 894
- 895
- 896
- 897
- 898
- 899
- 900
- 901
- 902
- 903
- 904
- 905
- 906
- 907
- 908
- 909
- 910
- 911
- 912
- 913
- 914
- 915
- 916
- 917
- 918
- 919
- 920
- 921
- 922
- 923
- 924
- 925
- 926
- 927
- 928
- 929
- 930
- 931
- 932
- 933
- 934
- 935
- 936
- 937
- 938
- 939
- 940
- 941
- 942
- 943
- 944
- 945
- 946
- 947
- 948
- 949
$phone-screen-xs = 20em
$phone-screen    = 34em
$tablet-screen    = 48em
$desktop-screen   = 62em
$screen     = "only screen";
$phone-xs   = "only screen and (max-width: " + $phone-screen-xs + ")"
$phone      = "only screen and (min-width: " + $phone-screen + ")"
$tablet     = "only screen and (min-width: " + $tablet-screen + ")"
$desktop    = "only screen and (min-width: " + $desktop-screen + ")"
$landscape  = "only screen and (orientation: landscape)"
$portrait   = "only screen and (orientation: portrait)"
$yellow = #fbc000
$white = #f0f0f0
$brown = #392E07
/* Cross browser mixins */
perspective (n)
  -webkit-perspective n
  -moz-perspective n
  -ms-perspective n
  -o-perspective n
  perspective n
transform  (t)
  -webkit-transform t
  -moz-transform t
  -ms-transform t
  -o-transform t
  transform t
transition (t)
  -webkit-transition t
  -moz-transition t
  -o-transition t
  transition t
transform-style (v)
  -webkit-transform-style v
  -moz-transform-style v
  -ms-transform-style v
  -o-transform-style v
  transform-style v
backface-visibility (v)
  -webkit-backface-visibility v
  -moz-backface-visibility v
  -ms-backface-visibility v
  -o-backface-visibility v
  backface-visibility v
body
  background #fff
  margin 0
  padidng 0
  font-size 14px
  font-family 'Gotham HTF Book'
  color #3E3D3F
/* Header Section
 --------------------------------------*/
.header-wrapper
  background $yellow
  // height is for the yellow bg
  height 385px
  div.nav
    text-align right
    position relative
    display table
    width 100%
    padding 0 0.5em
    margin-bottom 2em
    box-sizing border-box
    & > div
      display table-cell
      vertical-align middle
      &:first-of-type
        width 10%
    a.livechat:before
      font-size 14px
      border-radius 4px
      margin-right 1em
      font-weight bold
      content "CHAT"
    a.tel:before
      color #3E3D3F
      font-weight bold
      content "CALL"
      font-size 14px
      border-left 3px solid $brown
      padding-left 1em
    a.logo
      img
        height 50px
  h1, p
    text-align center
    color #3E3D3F
  p
    font-size 18px
    margin 0.4em 0 2.5em 0
  h1
    margin-top 1em
    font-size 21px
    font-family 'Gotham HTF Medium'
  div.devices
    width 100%
    height 231px
    background url(../assets/devices.png) no-repeat
    background-size contain
    background-position center
    margin 0 auto
    position relative
    bottom 0em
  @media $desktop
    // This is .header-wrapper rules
    height 640px
    padding-top 0
    div.nav
      padding 0 1em
      box-sizing border-box
      a.logo
        img
          display block
          height 60px
      a.livechat:before
        content "LIVE CHAT"
        background #3E3D3F
        color $white
        padding 1em 2em
        color #fff
        font-size 13px
        font-family 'Gotham HTF Bold'
      a.tel:before
        border none
        content "1-800-ROSETTA"
        font-family 'Gotham HTF Bold'
    h1
      font-size 36px
    p
      font-size 30px
    div.devices
      width 693px
      height 444px
/* Select Languag Section
 --------------------------------------*/
.select-language-wrapper
  background $white
  padding-top 75px
  padding-bottom 2em
  h1
    text-align center
    font-weight lighter
    font-size 7vw
    margin-top 1em
  form
    margin 0.5em auto 0
    text-align center
    div.languages
      display none
      text-align center
      a
        display inline-block
        color #4195D3
        font-weight bold
        font-size 14px
        border 2px solid #4195D3
        width 25.1vw
        height 40px
        line-height 40px
        border-radius 6px
        margin 0 1em 1em 0
        transition background 0.18s, color 0.18s
        &:nth-of-type(3)
          margin 0
        &.selected
        &:hover
          background #4195D3
          color $white
      input[type=email]
        color blue
        padding 0.8em
        font-size 18px
        display block
        width 100%
        border-radius 6px
        border 1px solid #979797
        color $brown
        box-sizing border-box
        text-align center
        &.invalid
          background lighten(red, 85%)
          border 1px solid #f62828
      div.notify-error
        color #f62828
        border 1px solid red
        letter-spacing 1px
        font-weight bold
        margin -3px auto 0
        padding 0.8em 0.3em
        box-sizing border-box
        border-top 1px dotted lighten(red, 50%)
        background lighten(red, 80%)
        border-bottom-left-radius 6px
        border-bottom-right-radius 6px
        display none
    small
      color #9B9B9B
      font-size 15px
      margin 1em
      display block
      text-align center
      font-weight 500
      &:last-of-type
        margin-bottom 0
  @media $desktop
    form
      width 535px
      div.languages
        a
          width 156px
          height 55px
          line-height 55px
    h1
      font-size 43px
.demo-wrapper
  height 89vh
  width 100%
  display none
  position relative
  a.close
    position: absolute;
    right 10px
    top -80px
    font-size 2em
    color $brown
    cursor pointer
    padding 30px 0 0
  #demo
    display none
    height 100%
    width 100%
/* How it works section
 --------------------------------------*/
.hiw-wrapper
  background $brown
  color $white
  text-align center
  h1
    font-size 6vw
  p
    line-height 19px
    font-size 14px
    max-width 772px
    margin 0 auto
    line-height 21px
  div.cards
    width 100%
  div.card-container
    perspective 1000
    width 230px
    height 235px
    display inline-block
    vertical-align middle
    display flex
    align-items center
    flex-direction column
  div.card-container:hover .card, .card-container.hover .card
    transform rotateY(180deg)
  div.card
    height 100%
    width 100%
    transition 0.6s
    transform-style preserve-3d
    position relative
    display table
  div.font, div.back
    backface-visibility hidden
    position absolute
    top 0
    left 0
  div.front
    background $white
    color $brown
    height 100%
    width 100%
    z-index 2
    display table-cell
    vertical-align  middle
    width 100%
    & > .front-text span:first-of-type
      width 40px
      height 40px
      background $brown
      color $white
      display inline-block
      border-radius 20px
      line-height 40px
      font-weight bolder
    & .front-text span:last-of-type
      display block
      font-size 1.5vmax
      margin-top 0.5em
  div.back
    transform rotateY(180deg)
    width 100%
    height 100%
    img
      display block
      width 100%
      height inherit
  @media $desktop
    div.cards
      display flex
      justify-content space-between
      border 1px solid red
    div.card-container
      border 1px solid purple
    div.card
      border 1px solid blue
    div.front
      border 1px solid red
    div.back
      border 1px solid pink
/* Reviews section (this is awful i know)
 --------------------------------------*/
.reviews-wrapper
  background $yellow
  h1
    font-size 7vw
    font-weight bold
  h1 + div
    text-align center
    margin-bottom 2em
    font-size 18px
div.reviews
  padding-bottom 2em
  .cell-content
    padding 1em 1em 0.5em
    box-sizing border-box
  & > div
    display block
    vertical-align top
    font-size 18px
    color $white
    & > div
      padding 0em
  .col-2
    text-align center
  .col-3
    font-size 16px
  .review-1, .review-2
    color $brown
    background #fff
    border-radius 6px
    font-size 15px
    margin-bottom 2em
    h3
      font-size 16px
    .ratings
      margin 10px 0
  .review-2
    display none
  .quote-1
    background #009BD0
    border-radius 6px
    strong
      font-family "Gotham HTF Bold"
  .quote-2
    background #00A40
    display none
  .quote-3
    background #DA0000
    display none
  .quote-1, .quote-2, .quote-3
    padding 30px 20px
    font-size 17px
    box-sizing border-box
    text-align left
    line-height 22px
    p
      margin 0 auto
    img
      display block
      margin 1.2em auto 0
  .story-1, .story-2
    background #fff
    color $brown
    p
      font-style italic
    h5
      font-weight bold
      font-size 16px
    .video-thumb
      img
        display block
        width 100%
  .story-1
    line-height 21px
    margin-bottom 2em
    border-bottom-left-radius 6px
    border-bottom-right-radius 6px
  .story-2
    display none
  .video-wrapper
    display none
@media $desktop
  .reviews-wrapper
    padding-bottom 0
    h1
      font-size 42px
  div.reviews
    position relative
    display table
    padding-bottom 0
    .cell-content
      padding 1.7em 1em 1.5em
    & > div
      display table-cell
      vertical-align top
      font-size 18px
      color $white
      & > div
        padding 0em
    .col-1
      width 249px
      font-size 16px
    .col-2
      width 480px
      text-align center
    .review-1, .review-2
      color $white
      background $brown
      font-size 17px
      margin-bottom 0
      border-radius 0
      h3
        font-size 16px
      .ratings
        margin 10px 0
      p
        margin 0
    .review-2
      display block
      font-size 15px
      line-height 18px
      padding-bottom 30px
    .quote-1
      background #009BD0
      border-radius 0
    .quote-2
      background #00A400
      display block
    .quote-3
      background #DA0000
      display block
    .quote-1, .quote-2, .quote-3
      padding 37px 0
      font-size 18px
      text-align center
      p
        width 346px
        margin 0 auto
      img
        display block
        margin 1.2em auto 0
    .story-1, .story-2
      background #fff
      color $brown
      font-size 14px
      border-radius 0
      line-height 15px
      p
        font-style italic
        margin 15px 0 0 0
      h5
        font-weight bold
        font-size 16px
      .video-thumb
        img
          display block
    .story-1
      line-height 15px
    .story-2
      display block
    .video-wrapper
      position absolute
      top 0
      left 0
      width 100%
      height 100%
      display none
      video
        width 100%
        height 100%
        display none
      a.close
        position absolute
        top -30px
        right 0
        color $brown
        font-weight bold
/* Stats section
 --------------------------------------*/
.stats-wrapper
  background $brown
  text-align center
  color $white
  h1 + p
    font-size 18px
    padding 0
    margin 0
.stat-icons
  display table
  margin 0 auto
  width 100%
  & > div
    display block
    width 80%
    max-width 160px
    margin 2em auto 0
    box-sizing border-box
    text-align center
    .img
      width 100%
      height 100px
      background-repeat no-repeat
      background-position center
    &:nth-of-type(1)
      .img
        background-image url(../assets/corporations.svg)
    &:nth-of-type(2)
      .img
        background-image url(../assets/organizations.svg)
    &:nth-of-type(3)
      .img
        background-image url(../assets/educational.svg)
    &:nth-of-type(4)
      .img
        background-image url(../assets/worldwide.svg)
    span
      display block
      &:first-of-type
        margin-top 1em
        font-size 20px
        font-weight bold
        margin-bottom 0.2em
    @media $desktop
      display table-cell
      width 20%
      max-width 120px
      margin 0 auto
      padding 5%
/* Footer section
 --------------------------------------*/
.footer-wrapper
  background $white
  padding 0 0
  text-align center
  @media $desktop
    padding 3em 0
.social-icons
  margin-bottom 2em
  a
    display inline-block
    margin-right 1em
.legalese
  color #8F8F8F
  a
    color #0065BD
/* Globals
 --------------------------------------*/
a
  text-decoration none
h1
  font-size 40px
  text-align center
  font-weight 500
h1, h2, h3, h4, h5
  padding 0
  margin 0
.content
  padding 35px 1.5em
  & > h1
    padding 0 0 25px
  @media $desktop
    width 978px
    margin 0 auto
    padding 30px 0
    & > h1
      font-weight normal
  /*
    Dark Gray Buttons (Chat, Select a Language):Resting: 3E3D3F
    Hover: 302F31
    Language Ghost Button: Resting Ghost: 4195D3
    Resting Text color: 4195D3
    Hover Solid Button: 4195D3
    Hover Text color: FFFFFF
    Green Button:Resting: 00B03F
    Hover: 00A13A
    */
.button
  background #3E3D3F
  color $white
  display block
  width 100%
  font-size 14px
  border-radius 6px
  font-weight bold
  margin-bottom 1em
  border none
  border-bottom 2px solid #fff
  cursor pointer
  outline none
  // Green buttons are a submit button
  &.regular-button
    padding 1em 0
    box-sizing border-box
    &.green
      // pricing details button
      background #00B331
      width 90%
      margin 0 auto
      border-radius 4px
      margin-top 1.5em
  &.submit-button
    background #00B331
    display inline-block
    margin 1em auto 0
    width auto
    min-width 300px
    height 50px
    line-height 50px
    padding 0
    input[type=submit]
      width 100%
      height 50px
      padding 0em 2.3em
      display block
      border 0
      font-weight inherit
      font-size inherit
      background inherit
      color inherit
      border-radius inherit
  @media $desktop
    font-size 20px
    padding 0.8em
    border-radius 8px
    color #fff
    &.regular-button
      &.green
        // pricing details button
        background #00B331
        width 50%
        margin 0 auto
        border-radius 8px
        margin-top 0
      &.submit-button
        min-width 367px
/*.button
  background #3E3D3F
  color $white
  padding 1.4em 0.8em
  display block
  width 100%
  font-size 14px
  border-radius 6px
  font-weight bold
  margin-bottom 1em
  border none
  border-bottom 2px solid #fff
  cursor pointer
  outline none
  &.green
    background #00B331
    display inline-block
    margin 1em auto 0
    width auto
    padding 1em 2.3em
  @media $desktop
    font-size 20px
    padding 0.8em
    border-radius 8px
    color #fff*/
@font-face
  font-family 'Gotham HTF Book'
  font-style normal
  src url(../assets/fonts/gotham/gothamhtf-book.ttf)
@font-face
  font-family 'Gotham HTF Light'
  font-style light
  src url(../assets/fonts/gotham/gothamhtf-light.ttf)
@font-face
  font-family 'Gotham HTF Medium'
  font-style normal
  src url(../assets/fonts/gotham/gothamhtf-medium.ttf)
@font-face
  font-family 'Gotham HTF Bold'
  font-style bold
  src url(../assets/fonts/gotham/gothamhtf-bold.ttf)
  /* Button Loading */
.sk-fading-circle {
  margin: 0 auto;
  width: 28px;
  height: 28px;
  position: relative;
  display: none;
  margin-top: 10px;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}