1.wpsm-dots-navigation {
2 position: fixed;
3 right: 0;
4 top: 0;
5 height: 100%;
6 min-width: 50px;
7 display: flex;
8 align-items: center;
9 justify-content: center;
10 -ms-flex-direction: column;
11 flex-direction: column;
12 -webkit-flex-direction: column;
13 -webkit-box-orient: vertical;
14 -webkit-box-direction: normal;
15 -ms-flex-wrap: nowrap;
16 flex-wrap: nowrap;
17 -webkit-flex-wrap: nowrap; }
18 .wpsm-dots-navigation.skin-dark .wpsm-dots.active:before {
19 background: #333; }
20 .wpsm-dots-navigation.skin-dark .wpsm-dots:before {
21 border-color: #333; }
22 .wpsm-dots-navigation .wpsm-dots {
23 text-indent:
-9999;
24 font-size: 0;
25 padding: 8px 0; }
26 .wpsm-dots-navigation .wpsm-dots.active:before {
27 background: #fff; }
28 .wpsm-dots-navigation .wpsm-dots:before {
29 -webkit-transition: all .3s ease-out;
30 transition: all .3s ease-out;
31 content: '';
32 background: transparent;
33 width: 10px;
34 height: 10px;
35 box-sizing: border-box;
36 border: 1px solid #fff;
37 border-radius: 100%;
38 position: relative;
39 box-sizing: border-box;
40 display: block;
41 margin: 0;
42 margin-right: auto; }
43
44.bbsm-text-left {
45 text-align: left !important; }
46
47.bbsm-text-center {
48 text-align: center !important; }
49
50.bbsm-text-right {
51 text-align: right !important; }
52
53.bbsm-single-image {
54 display: inline-block; }
55 .bbsm-single-image img {
56 max-width: 100%; }
57
58.sm-inner-row {
59 max-width: 1170px !important;
60 margin-left: auto !important;
61 margin-right: auto !important; }
62
63.bb-scrollmagic-trigger {
64 float: left; }
65
66.scene-horizontal > * {
67 white-space: nowrap; }
68
69/*# sourceMappingURL=bb-scrollmagic.css.map */