linaro-jekyll-theme 0.2.0 → 0.2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +52 -19
- data/_data/authors.yml +7 -0
- data/_data/company.yml +29 -0
- data/_data/footer.yml +1 -0
- data/_data/members_db.yaml +115 -0
- data/_data/nav.yml +62 -0
- data/_data/news.yaml +230 -0
- data/_data/sub-nav-stacked.yml +67 -0
- data/_data/sub-nav.yml +61 -0
- data/_includes/_theme-includes/_blog/pagination.html +1 -1
- data/_includes/_theme-includes/_footer/footer.html +56 -27
- data/_includes/_theme-includes/_head/head.html +15 -7
- data/_includes/_theme-includes/_navigation/nav.html +62 -16
- data/_includes/_theme-includes/_navigation/stacked-nav.html +20 -0
- data/_includes/_theme-includes/_navigation/tabbed-nav.html +35 -0
- data/_includes/_theme-includes/_page-structure/breadcrumb.html +77 -27
- data/_includes/_theme-includes/_page-structure/home-hero-shape.html +34 -0
- data/_includes/_theme-includes/_page-structure/home-hero.html +23 -0
- data/_includes/_theme-includes/_page-structure/shape-divider.html +12 -0
- data/_includes/_theme-includes/_script-includes/css.html +40 -3
- data/_includes/_theme-includes/_script-includes/google-analytics/script.html +10 -0
- data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +2 -1
- data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +9 -7
- data/_includes/_theme-includes/_script-includes/javascript.html +50 -2
- data/_includes/_theme-includes/_third-party/disqus.html +1 -1
- data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +1 -6
- data/_includes/_theme-includes/members.html +3 -3
- data/_includes/image.html +6 -1
- data/_includes/media.html +9 -1
- data/_includes/youtube.html +7 -0
- data/{assets/vendor.js → _layouts/about.html} +0 -0
- data/_layouts/accessory-display-page.html +88 -0
- data/_layouts/blog-breadcrumbless.html +49 -0
- data/_layouts/blog.html +56 -0
- data/_layouts/contact.html +10 -0
- data/_layouts/default-empty.html +11 -0
- data/_layouts/default-no-sub-nav.html +15 -0
- data/_layouts/default-plain.html +16 -0
- data/_layouts/default-stacked-breadcrumb.html +23 -0
- data/_layouts/default-stacked.html +22 -0
- data/_layouts/default.html +20 -0
- data/_layouts/empty.html +10 -0
- data/_layouts/{plain-page.html → fluid-no-sub-nav.html} +2 -2
- data/_layouts/fluid.html +15 -0
- data/_layouts/home-shape.html +18 -0
- data/_layouts/home.html +18 -0
- data/_layouts/post.html +146 -0
- data/_layouts/product-display-page.html +262 -0
- data/_layouts/project-display-page.html +28 -0
- data/_sass/bootstrap/_variables.scss +28 -5
- data/_sass/core/blog.scss +36 -25
- data/_sass/core/breadcrumb.scss +20 -1
- data/_sass/core/carousel-styles.scss +3 -0
- data/_sass/core/cookieconsent.scss +31 -2
- data/_sass/core/custom.scss +3 -0
- data/_sass/core/fa.scss +7 -2
- data/_sass/core/footer.scss +55 -13
- data/_sass/core/homepage.scss +25 -1
- data/_sass/core/nav.scss +136 -15
- data/_sass/core/owl.carousel.min.scss +1 -1
- data/_sass/core/products.scss +1 -1
- data/_sass/core/tables.scss +38 -0
- data/_sass/core/theme.scss +310 -16
- data/_sass/custom.scss +0 -0
- data/assets/css/main-blog.scss +19 -0
- data/assets/css/main-home.scss +16 -0
- data/{_sass/main.scss → assets/css/main-lightbox.scss} +5 -0
- data/assets/css/main-openhours.scss +19 -0
- data/assets/css/main-products.scss +20 -0
- data/assets/css/main-projects.scss +20 -0
- data/assets/css/main.scss +3 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/fonts/fontello.eot +0 -0
- data/assets/fonts/fontello.svg +44 -0
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/fonts/lato-regular/LICENSE.txt +93 -0
- data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
- data/assets/fonts/lato-regular/Lato-regular.svg +435 -0
- data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
- data/assets/images/avatar-placeholder.png +0 -0
- data/assets/images/background-image.jpg +0 -0
- data/assets/images/banner.jpg +0 -0
- data/assets/images/close.png +0 -0
- data/assets/images/css3.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/html5.png +0 -0
- data/assets/images/jekyll.svg +1 -0
- data/assets/images/js.jpeg +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.png +0 -0
- data/assets/images/owl.video.play.png +0 -0
- data/assets/images/placeholder.png +0 -0
- data/assets/images/prev.png +0 -0
- data/assets/images/social-media-image.png +0 -0
- data/assets/js/app/{96boards.js → main.js} +5 -29
- data/assets/js/app/{search-page.js → search.js} +1 -1
- data/assets/js/app/{sticky-navbar.js → sticky.js} +0 -0
- data/assets/js/app/tables.js +8 -0
- data/assets/js/vendor/cognito-forms.js +150 -0
- data/assets/js/vendor/cookieconsent.min.js +2 -9
- data/assets/js/vendor/flipclock.min.js +33 -0
- data/assets/js/vendor/lightbox.min.js +14 -0
- data/robots.txt +9 -0
- metadata +144 -171
- data/_includes/_theme-includes/_footer/backup.html +0 -71
- data/_includes/_theme-includes/_head/ascii-art.html +0 -11
- data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +0 -150
- data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +0 -139
- data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +0 -40
- data/_layouts/empty-container-page.html +0 -10
- data/_sass/blog-pages.scss +0 -5
- data/_sass/core/critical.scss +0 -991
- data/_sass/core/members-sprite.scss +0 -425
- data/_sass/documentation-pages.scss +0 -3
- data/_sass/home-page.scss +0 -3
- data/_sass/openhours-page.scss +0 -4
- data/_sass/products-pages.scss +0 -5
- data/_sass/projects-pages.scss +0 -5
- data/assets/css/_bootstrap-compass.scss +0 -9
- data/assets/css/_bootstrap-mincer.scss +0 -19
- data/assets/css/_bootstrap-sprockets.scss +0 -9
- data/assets/css/_bootstrap.scss +0 -56
- data/assets/css/blog-pages.scss +0 -5
- data/assets/css/bootstrap/_alerts.scss +0 -73
- data/assets/css/bootstrap/_badges.scss +0 -68
- data/assets/css/bootstrap/_breadcrumbs.scss +0 -28
- data/assets/css/bootstrap/_button-groups.scss +0 -244
- data/assets/css/bootstrap/_buttons.scss +0 -168
- data/assets/css/bootstrap/_carousel.scss +0 -270
- data/assets/css/bootstrap/_close.scss +0 -36
- data/assets/css/bootstrap/_code.scss +0 -69
- data/assets/css/bootstrap/_component-animations.scss +0 -37
- data/assets/css/bootstrap/_dropdowns.scss +0 -216
- data/assets/css/bootstrap/_forms.scss +0 -617
- data/assets/css/bootstrap/_glyphicons.scss +0 -307
- data/assets/css/bootstrap/_grid.scss +0 -84
- data/assets/css/bootstrap/_input-groups.scss +0 -171
- data/assets/css/bootstrap/_jumbotron.scss +0 -54
- data/assets/css/bootstrap/_labels.scss +0 -66
- data/assets/css/bootstrap/_list-group.scss +0 -130
- data/assets/css/bootstrap/_media.scss +0 -66
- data/assets/css/bootstrap/_mixins.scss +0 -40
- data/assets/css/bootstrap/_modals.scss +0 -150
- data/assets/css/bootstrap/_navbar.scss +0 -662
- data/assets/css/bootstrap/_navs.scss +0 -242
- data/assets/css/bootstrap/_normalize.scss +0 -424
- data/assets/css/bootstrap/_pager.scss +0 -54
- data/assets/css/bootstrap/_pagination.scss +0 -89
- data/assets/css/bootstrap/_panels.scss +0 -271
- data/assets/css/bootstrap/_popovers.scss +0 -131
- data/assets/css/bootstrap/_print.scss +0 -101
- data/assets/css/bootstrap/_progress-bars.scss +0 -87
- data/assets/css/bootstrap/_responsive-embed.scss +0 -35
- data/assets/css/bootstrap/_responsive-utilities.scss +0 -179
- data/assets/css/bootstrap/_scaffolding.scss +0 -161
- data/assets/css/bootstrap/_tables.scss +0 -234
- data/assets/css/bootstrap/_theme.scss +0 -291
- data/assets/css/bootstrap/_thumbnails.scss +0 -38
- data/assets/css/bootstrap/_tooltip.scss +0 -101
- data/assets/css/bootstrap/_type.scss +0 -298
- data/assets/css/bootstrap/_utilities.scss +0 -55
- data/assets/css/bootstrap/_variables.scss +0 -874
- data/assets/css/bootstrap/_wells.scss +0 -29
- data/assets/css/bootstrap/mixins/_alerts.scss +0 -14
- data/assets/css/bootstrap/mixins/_background-variant.scss +0 -12
- data/assets/css/bootstrap/mixins/_border-radius.scss +0 -18
- data/assets/css/bootstrap/mixins/_buttons.scss +0 -65
- data/assets/css/bootstrap/mixins/_center-block.scss +0 -7
- data/assets/css/bootstrap/mixins/_clearfix.scss +0 -22
- data/assets/css/bootstrap/mixins/_forms.scss +0 -88
- data/assets/css/bootstrap/mixins/_gradients.scss +0 -58
- data/assets/css/bootstrap/mixins/_grid-framework.scss +0 -81
- data/assets/css/bootstrap/mixins/_grid.scss +0 -122
- data/assets/css/bootstrap/mixins/_hide-text.scss +0 -21
- data/assets/css/bootstrap/mixins/_image.scss +0 -33
- data/assets/css/bootstrap/mixins/_labels.scss +0 -12
- data/assets/css/bootstrap/mixins/_list-group.scss +0 -32
- data/assets/css/bootstrap/mixins/_nav-divider.scss +0 -10
- data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +0 -9
- data/assets/css/bootstrap/mixins/_opacity.scss +0 -8
- data/assets/css/bootstrap/mixins/_pagination.scss +0 -24
- data/assets/css/bootstrap/mixins/_panels.scss +0 -24
- data/assets/css/bootstrap/mixins/_progress-bar.scss +0 -10
- data/assets/css/bootstrap/mixins/_reset-filter.scss +0 -8
- data/assets/css/bootstrap/mixins/_reset-text.scss +0 -18
- data/assets/css/bootstrap/mixins/_resize.scss +0 -6
- data/assets/css/bootstrap/mixins/_responsive-visibility.scss +0 -21
- data/assets/css/bootstrap/mixins/_size.scss +0 -10
- data/assets/css/bootstrap/mixins/_tab-focus.scss +0 -9
- data/assets/css/bootstrap/mixins/_table-row.scss +0 -28
- data/assets/css/bootstrap/mixins/_text-emphasis.scss +0 -12
- data/assets/css/bootstrap/mixins/_text-overflow.scss +0 -8
- data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +0 -222
- data/assets/css/core/animations.scss +0 -125
- data/assets/css/core/blog.scss +0 -206
- data/assets/css/core/breadcrumb.scss +0 -48
- data/assets/css/core/carousel.scss +0 -136
- data/assets/css/core/cookieconsent.scss +0 -13
- data/assets/css/core/critical.scss +0 -991
- data/assets/css/core/fa.scss +0 -2331
- data/assets/css/core/flipclock.scss +0 -435
- data/assets/css/core/font-awesome.min.scss +0 -4
- data/assets/css/core/fonts.scss +0 -7
- data/assets/css/core/footer.scss +0 -79
- data/assets/css/core/homepage.scss +0 -16
- data/assets/css/core/lightbox.scss +0 -213
- data/assets/css/core/members-sprite.scss +0 -425
- data/assets/css/core/nav.scss +0 -536
- data/assets/css/core/openhours.scss +0 -51
- data/assets/css/core/owl.carousel.min.scss +0 -6
- data/assets/css/core/owl.theme.default.min.scss +0 -6
- data/assets/css/core/products.scss +0 -221
- data/assets/css/core/projects.scss +0 -32
- data/assets/css/core/social-media-icons.scss +0 -71
- data/assets/css/core/syntax.scss +0 -65
- data/assets/css/core/tables.scss +0 -87
- data/assets/css/core/theme.scss +0 -244
- data/assets/css/documentation-pages.scss +0 -3
- data/assets/css/home-page.scss +0 -3
- data/assets/css/openhours-page.scss +0 -4
- data/assets/css/products-pages.scss +0 -5
- data/assets/css/projects-pages.scss +0 -5
- data/assets/js/app.js +0 -2
- data/assets/js/app/app.js +0 -5
- data/assets/js/app/mixitup.js +0 -23
- data/assets/js/sticky-navbar.js +0 -65
- data/assets/js/vendor.js +0 -7
- data/assets/js/vendor/filtrify.js +0 -11
- data/assets/js/vendor/lightbox.js +0 -519
- data/assets/js/vendor/loadCSS.js +0 -35
- data/assets/js/vendor/loadCSS.min.js +0 -2
- data/assets/js/vendor/picturefill.min.js +0 -5
- data/assets/js/vendor/shuffle.js +0 -2004
- data/assets/js/vendor/vendor.js +0 -6
@@ -1,13 +0,0 @@
|
|
1
|
-
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
|
2
|
-
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
|
3
|
-
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
|
4
|
-
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
|
5
|
-
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
|
6
|
-
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
a.cc-btn.cc-dismiss{
|
11
|
-
|
12
|
-
border: 1px #00849b solid;
|
13
|
-
}
|
@@ -1,991 +0,0 @@
|
|
1
|
-
* {
|
2
|
-
box-sizing: border-box;
|
3
|
-
}
|
4
|
-
html {
|
5
|
-
font-family: sans-serif;
|
6
|
-
text-size-adjust: 100%;
|
7
|
-
font-size: 10px;
|
8
|
-
-webkit-tap-highlight-color: transparent;
|
9
|
-
}
|
10
|
-
body {
|
11
|
-
margin: 0px;
|
12
|
-
font-family: LatoWeb, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
13
|
-
font-size: 15px;
|
14
|
-
line-height: 1.42857;
|
15
|
-
color: black;
|
16
|
-
background-color: white;
|
17
|
-
background: transparent;
|
18
|
-
letter-spacing: 0.5px;
|
19
|
-
overflow-x: hidden;
|
20
|
-
font-weight: 300;
|
21
|
-
-webkit-font-smoothing: antialiased;
|
22
|
-
}
|
23
|
-
.cc-window {
|
24
|
-
opacity: 1;
|
25
|
-
transition: opacity 1s ease;
|
26
|
-
}
|
27
|
-
.cc-revoke,
|
28
|
-
.cc-window {
|
29
|
-
position: fixed;
|
30
|
-
overflow: hidden;
|
31
|
-
box-sizing: border-box;
|
32
|
-
font-family: Helvetica, Calibri, Arial, sans-serif;
|
33
|
-
font-size: 16px;
|
34
|
-
line-height: 1.5em;
|
35
|
-
display: flex;
|
36
|
-
flex-wrap: nowrap;
|
37
|
-
z-index: 9999;
|
38
|
-
}
|
39
|
-
.cc-left {
|
40
|
-
left: 1em;
|
41
|
-
}
|
42
|
-
.cc-bottom {
|
43
|
-
bottom: 1em;
|
44
|
-
}
|
45
|
-
.cc-window.cc-invisible {
|
46
|
-
opacity: 0;
|
47
|
-
}
|
48
|
-
.cc-window.cc-floating {
|
49
|
-
padding: 2em;
|
50
|
-
max-width: 24em;
|
51
|
-
-webkit-box-orient: vertical;
|
52
|
-
-webkit-box-direction: normal;
|
53
|
-
flex-direction: column;
|
54
|
-
}
|
55
|
-
.cc-color-override-275517548.cc-window {
|
56
|
-
color: rgb(255, 223, 132);
|
57
|
-
background-color: rgb(0, 0, 0);
|
58
|
-
}
|
59
|
-
.cc-floating .cc-message {
|
60
|
-
display: block;
|
61
|
-
margin-bottom: 1em;
|
62
|
-
}
|
63
|
-
a {
|
64
|
-
background-color: transparent;
|
65
|
-
color: rgb(25, 148, 123);
|
66
|
-
text-decoration: none;
|
67
|
-
}
|
68
|
-
[role="button"] {
|
69
|
-
cursor: pointer;
|
70
|
-
}
|
71
|
-
.cc-link,
|
72
|
-
.cc-revoke:hover {
|
73
|
-
text-decoration: underline;
|
74
|
-
}
|
75
|
-
.cc-btn,
|
76
|
-
.cc-close,
|
77
|
-
.cc-link,
|
78
|
-
.cc-revoke {
|
79
|
-
cursor: pointer;
|
80
|
-
}
|
81
|
-
.cc-link {
|
82
|
-
opacity: 0.8;
|
83
|
-
display: inline-block;
|
84
|
-
padding: 0.2em;
|
85
|
-
}
|
86
|
-
.cc-link:active,
|
87
|
-
.cc-link:visited {
|
88
|
-
color: initial;
|
89
|
-
}
|
90
|
-
.cc-color-override-275517548 .cc-link,
|
91
|
-
.cc-color-override-275517548 .cc-link:active,
|
92
|
-
.cc-color-override-275517548 .cc-link:visited {
|
93
|
-
color: rgb(255, 223, 132);
|
94
|
-
}
|
95
|
-
.cc-compliance {
|
96
|
-
display: flex;
|
97
|
-
-webkit-box-align: center;
|
98
|
-
align-items: center;
|
99
|
-
align-content: space-between;
|
100
|
-
}
|
101
|
-
.cc-window.cc-floating .cc-compliance {
|
102
|
-
-webkit-box-flex: 1;
|
103
|
-
flex: 1 1 0%;
|
104
|
-
}
|
105
|
-
.cc-btn {
|
106
|
-
display: block;
|
107
|
-
padding: 0.4em 0.8em;
|
108
|
-
font-size: 0.9em;
|
109
|
-
font-weight: 700;
|
110
|
-
border-width: 2px;
|
111
|
-
border-style: solid;
|
112
|
-
text-align: center;
|
113
|
-
white-space: nowrap;
|
114
|
-
}
|
115
|
-
.cc-compliance > .cc-btn {
|
116
|
-
-webkit-box-flex: 1;
|
117
|
-
flex: 1 1 0%;
|
118
|
-
}
|
119
|
-
.cc-color-override-275517548 .cc-btn {
|
120
|
-
color: rgb(255, 255, 255);
|
121
|
-
border-color: transparent;
|
122
|
-
background-color: rgb(25, 148, 123);
|
123
|
-
}
|
124
|
-
a.cc-btn.cc-dismiss {
|
125
|
-
border: 1px solid rgb(0, 132, 155);
|
126
|
-
}
|
127
|
-
article,
|
128
|
-
aside,
|
129
|
-
details,
|
130
|
-
figcaption,
|
131
|
-
figure,
|
132
|
-
footer,
|
133
|
-
header,
|
134
|
-
hgroup,
|
135
|
-
main,
|
136
|
-
menu,
|
137
|
-
nav,
|
138
|
-
section,
|
139
|
-
summary {
|
140
|
-
display: block;
|
141
|
-
}
|
142
|
-
nav {
|
143
|
-
letter-spacing: 1px;
|
144
|
-
}
|
145
|
-
.navbar-fixed-top,
|
146
|
-
.navbar-fixed-bottom {
|
147
|
-
position: fixed;
|
148
|
-
right: 0px;
|
149
|
-
left: 0px;
|
150
|
-
z-index: 1030;
|
151
|
-
border-radius: 0px;
|
152
|
-
}
|
153
|
-
.navbar-fixed-top {
|
154
|
-
top: 0px;
|
155
|
-
border-width: 0px 0px 1px;
|
156
|
-
}
|
157
|
-
.navbar-inverse {
|
158
|
-
background-color: rgb(34, 34, 34);
|
159
|
-
border-color: rgb(51, 51, 51);
|
160
|
-
}
|
161
|
-
.container {
|
162
|
-
margin-right: auto;
|
163
|
-
margin-left: auto;
|
164
|
-
padding-left: 15px;
|
165
|
-
padding-right: 15px;
|
166
|
-
width: 1170px;
|
167
|
-
}
|
168
|
-
button,
|
169
|
-
input,
|
170
|
-
optgroup,
|
171
|
-
select,
|
172
|
-
textarea {
|
173
|
-
color: inherit;
|
174
|
-
font-style: inherit;
|
175
|
-
font-variant: inherit;
|
176
|
-
font-weight: inherit;
|
177
|
-
font-stretch: inherit;
|
178
|
-
font-size: inherit;
|
179
|
-
line-height: inherit;
|
180
|
-
font-family: inherit;
|
181
|
-
margin: 0px;
|
182
|
-
}
|
183
|
-
input {
|
184
|
-
line-height: normal;
|
185
|
-
}
|
186
|
-
input,
|
187
|
-
button,
|
188
|
-
select,
|
189
|
-
textarea {
|
190
|
-
font-family: inherit;
|
191
|
-
font-size: inherit;
|
192
|
-
line-height: inherit;
|
193
|
-
}
|
194
|
-
input[type="checkbox"],
|
195
|
-
input[type="radio"] {
|
196
|
-
box-sizing: border-box;
|
197
|
-
padding: 0px;
|
198
|
-
}
|
199
|
-
input[type="radio"],
|
200
|
-
input[type="checkbox"] {
|
201
|
-
margin: 4px 0px 0px;
|
202
|
-
line-height: normal;
|
203
|
-
}
|
204
|
-
#navbar-toggle-cbox {
|
205
|
-
display: none;
|
206
|
-
}
|
207
|
-
.navbar-header {
|
208
|
-
float: left;
|
209
|
-
}
|
210
|
-
.container > .navbar-header,
|
211
|
-
.container > .navbar-collapse,
|
212
|
-
.container-fluid > .navbar-header,
|
213
|
-
.container-fluid > .navbar-collapse {
|
214
|
-
margin-right: 0px;
|
215
|
-
margin-left: 0px;
|
216
|
-
}
|
217
|
-
label {
|
218
|
-
display: inline-block;
|
219
|
-
max-width: 100%;
|
220
|
-
margin-bottom: 5px;
|
221
|
-
font-weight: bold;
|
222
|
-
}
|
223
|
-
.navbar-toggle {
|
224
|
-
position: relative;
|
225
|
-
float: right;
|
226
|
-
margin-right: 15px;
|
227
|
-
padding: 9px 10px;
|
228
|
-
margin-top: 23px;
|
229
|
-
margin-bottom: 23px;
|
230
|
-
background-color: transparent;
|
231
|
-
background-image: none;
|
232
|
-
border: 1px solid transparent;
|
233
|
-
border-radius: 4px;
|
234
|
-
display: none;
|
235
|
-
}
|
236
|
-
.navbar-inverse .navbar-toggle {
|
237
|
-
border-color: transparent;
|
238
|
-
}
|
239
|
-
nav#main-navigation label[for="navbar-toggle-cbox"] {
|
240
|
-
left: 3px;
|
241
|
-
}
|
242
|
-
.sr-only {
|
243
|
-
position: absolute;
|
244
|
-
width: 1px;
|
245
|
-
height: 1px;
|
246
|
-
margin: -1px;
|
247
|
-
padding: 0px;
|
248
|
-
overflow: hidden;
|
249
|
-
clip: rect(0px 0px 0px 0px);
|
250
|
-
border: 0px;
|
251
|
-
}
|
252
|
-
.navbar-toggle .icon-bar {
|
253
|
-
display: block;
|
254
|
-
width: 22px;
|
255
|
-
height: 2px;
|
256
|
-
border-radius: 1px;
|
257
|
-
}
|
258
|
-
.navbar-inverse .navbar-toggle .icon-bar {
|
259
|
-
background-color: rgb(25, 148, 123);
|
260
|
-
}
|
261
|
-
.navbar-toggle .icon-bar + .icon-bar {
|
262
|
-
margin-top: 4px;
|
263
|
-
}
|
264
|
-
.navbar-brand {
|
265
|
-
float: left;
|
266
|
-
padding: 5px 15px;
|
267
|
-
font-size: 19px;
|
268
|
-
line-height: 21px;
|
269
|
-
height: 80px;
|
270
|
-
padding-top: 5px;
|
271
|
-
padding-bottom: 5px;
|
272
|
-
}
|
273
|
-
.navbar-inverse .navbar-brand {
|
274
|
-
color: white;
|
275
|
-
}
|
276
|
-
img {
|
277
|
-
border: 0px;
|
278
|
-
vertical-align: middle;
|
279
|
-
}
|
280
|
-
.navbar-brand > img {
|
281
|
-
display: block;
|
282
|
-
}
|
283
|
-
#brand-image {
|
284
|
-
height: 70px;
|
285
|
-
width: auto;
|
286
|
-
}
|
287
|
-
.collapse {
|
288
|
-
display: none;
|
289
|
-
}
|
290
|
-
.navbar-collapse {
|
291
|
-
overflow-x: visible;
|
292
|
-
padding-right: 38px;
|
293
|
-
padding-left: 15px;
|
294
|
-
border-top: 0px;
|
295
|
-
box-shadow: none;
|
296
|
-
width: auto;
|
297
|
-
position: relative;
|
298
|
-
padding-top: 0px;
|
299
|
-
max-height: 270px;
|
300
|
-
margin-right: -40px !important;
|
301
|
-
margin-left: -15px !important;
|
302
|
-
}
|
303
|
-
.navbar-collapse.collapse {
|
304
|
-
padding-bottom: 0px;
|
305
|
-
display: block !important;
|
306
|
-
height: auto !important;
|
307
|
-
overflow: visible !important;
|
308
|
-
}
|
309
|
-
.navbar-fixed-top .navbar-collapse,
|
310
|
-
.navbar-static-top .navbar-collapse,
|
311
|
-
.navbar-fixed-bottom .navbar-collapse {
|
312
|
-
padding-left: 0px;
|
313
|
-
padding-right: 0px;
|
314
|
-
}
|
315
|
-
.navbar-fixed-top .navbar-collapse,
|
316
|
-
.navbar-fixed-bottom .navbar-collapse {
|
317
|
-
max-height: 300px;
|
318
|
-
}
|
319
|
-
.navbar-inverse .navbar-collapse,
|
320
|
-
.navbar-inverse .navbar-form {
|
321
|
-
border-color: rgb(16, 16, 16);
|
322
|
-
}
|
323
|
-
#navbar-collapse {
|
324
|
-
width: 80%;
|
325
|
-
float: right;
|
326
|
-
}
|
327
|
-
ul,
|
328
|
-
ol {
|
329
|
-
margin-top: 0px;
|
330
|
-
margin-bottom: 10.5px;
|
331
|
-
}
|
332
|
-
.nav {
|
333
|
-
margin-bottom: 0px;
|
334
|
-
padding-left: 0px;
|
335
|
-
list-style: none;
|
336
|
-
}
|
337
|
-
.navbar-nav {
|
338
|
-
margin: 0px;
|
339
|
-
float: left;
|
340
|
-
}
|
341
|
-
.navbar-right {
|
342
|
-
margin-right: -15px;
|
343
|
-
float: right !important;
|
344
|
-
}
|
345
|
-
#navbar-buttons {
|
346
|
-
margin-right: 40px;
|
347
|
-
}
|
348
|
-
.dropup,
|
349
|
-
.dropdown {
|
350
|
-
position: relative;
|
351
|
-
}
|
352
|
-
.nav > li {
|
353
|
-
position: relative;
|
354
|
-
display: block;
|
355
|
-
}
|
356
|
-
.navbar-nav > li {
|
357
|
-
float: left;
|
358
|
-
}
|
359
|
-
nav li a {
|
360
|
-
font-size: 16px;
|
361
|
-
font-weight: 300;
|
362
|
-
}
|
363
|
-
.nav > li > a {
|
364
|
-
position: relative;
|
365
|
-
display: block;
|
366
|
-
padding: 10px 15px;
|
367
|
-
}
|
368
|
-
.navbar-nav > li > a {
|
369
|
-
padding-top: 29.5px;
|
370
|
-
padding-bottom: 29.5px;
|
371
|
-
line-height: 21px;
|
372
|
-
}
|
373
|
-
.navbar-inverse .navbar-nav > li > a {
|
374
|
-
color: white;
|
375
|
-
}
|
376
|
-
.caret {
|
377
|
-
display: inline-block;
|
378
|
-
width: 0px;
|
379
|
-
height: 0px;
|
380
|
-
margin-left: 2px;
|
381
|
-
vertical-align: middle;
|
382
|
-
border-top: 3px dashed;
|
383
|
-
border-right: 3px solid transparent;
|
384
|
-
border-left: 3px solid transparent;
|
385
|
-
}
|
386
|
-
ul ul,
|
387
|
-
ul ol,
|
388
|
-
ol ul,
|
389
|
-
ol ol {
|
390
|
-
margin-bottom: 0px;
|
391
|
-
}
|
392
|
-
.dropdown-menu {
|
393
|
-
position: absolute;
|
394
|
-
top: 100%;
|
395
|
-
left: 0px;
|
396
|
-
z-index: 1000;
|
397
|
-
display: none;
|
398
|
-
float: left;
|
399
|
-
min-width: 160px;
|
400
|
-
padding: 5px 0px;
|
401
|
-
margin: 2px 0px 0px;
|
402
|
-
list-style: none;
|
403
|
-
font-size: 15px;
|
404
|
-
text-align: left;
|
405
|
-
background-color: black;
|
406
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
407
|
-
border-radius: 4px;
|
408
|
-
box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
|
409
|
-
background-clip: padding-box;
|
410
|
-
}
|
411
|
-
ul.dropdown-menu {
|
412
|
-
margin-top: -1px !important;
|
413
|
-
}
|
414
|
-
nav ul.dropdown-menu {
|
415
|
-
min-width: 260px;
|
416
|
-
}
|
417
|
-
.navbar-right .dropdown-menu {
|
418
|
-
right: 0px;
|
419
|
-
left: auto;
|
420
|
-
}
|
421
|
-
.navbar-nav > li > .dropdown-menu {
|
422
|
-
margin-top: 0px;
|
423
|
-
border-top-right-radius: 0px;
|
424
|
-
border-top-left-radius: 0px;
|
425
|
-
}
|
426
|
-
.dropdown-menu > li > a {
|
427
|
-
display: block;
|
428
|
-
padding: 3px 20px;
|
429
|
-
clear: both;
|
430
|
-
font-weight: normal;
|
431
|
-
line-height: 1.42857;
|
432
|
-
color: white;
|
433
|
-
white-space: nowrap;
|
434
|
-
}
|
435
|
-
nav .dropdown-menu li a {
|
436
|
-
padding: 10px 20px;
|
437
|
-
font-size: 14px;
|
438
|
-
font-weight: 300;
|
439
|
-
}
|
440
|
-
.glyphicon {
|
441
|
-
position: relative;
|
442
|
-
top: 1px;
|
443
|
-
display: inline-block;
|
444
|
-
font-family: "Glyphicons Halflings";
|
445
|
-
font-style: normal;
|
446
|
-
font-weight: normal;
|
447
|
-
line-height: 1;
|
448
|
-
-webkit-font-smoothing: antialiased;
|
449
|
-
}
|
450
|
-
#searchDropdown {
|
451
|
-
top: 16%;
|
452
|
-
min-width: 234px;
|
453
|
-
width: 781px;
|
454
|
-
font-size: 16px;
|
455
|
-
background-color: rgb(34, 34, 34);
|
456
|
-
right: -2px;
|
457
|
-
}
|
458
|
-
.form-control {
|
459
|
-
display: block;
|
460
|
-
width: 100%;
|
461
|
-
height: 43px;
|
462
|
-
padding: 10px 15px;
|
463
|
-
font-size: 15px;
|
464
|
-
line-height: 1.42857;
|
465
|
-
color: rgb(85, 85, 85);
|
466
|
-
background-color: white;
|
467
|
-
background-image: none;
|
468
|
-
border: 1px solid rgb(204, 204, 204);
|
469
|
-
border-radius: 4px;
|
470
|
-
box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
|
471
|
-
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
|
472
|
-
}
|
473
|
-
.no-js-navbar .navbar-form input,
|
474
|
-
.form-inline input {
|
475
|
-
width: auto;
|
476
|
-
}
|
477
|
-
.form-inline .form-control {
|
478
|
-
display: inline-block;
|
479
|
-
width: auto;
|
480
|
-
vertical-align: middle;
|
481
|
-
}
|
482
|
-
#searchDropdown input {
|
483
|
-
width: 675px;
|
484
|
-
text-align: right;
|
485
|
-
color: rgb(204, 204, 204);
|
486
|
-
background-color: rgb(34, 34, 34);
|
487
|
-
outline: 0px;
|
488
|
-
border: 0px;
|
489
|
-
}
|
490
|
-
button {
|
491
|
-
overflow: visible;
|
492
|
-
}
|
493
|
-
button,
|
494
|
-
select {
|
495
|
-
text-transform: none;
|
496
|
-
}
|
497
|
-
button,
|
498
|
-
html input[type="button"],
|
499
|
-
input[type="reset"],
|
500
|
-
input[type="submit"] {
|
501
|
-
-webkit-appearance: button;
|
502
|
-
cursor: pointer;
|
503
|
-
}
|
504
|
-
.btn {
|
505
|
-
display: inline-block;
|
506
|
-
margin-bottom: 0px;
|
507
|
-
font-weight: normal;
|
508
|
-
text-align: center;
|
509
|
-
vertical-align: middle;
|
510
|
-
touch-action: manipulation;
|
511
|
-
cursor: pointer;
|
512
|
-
background-image: none;
|
513
|
-
border: 1px solid transparent;
|
514
|
-
white-space: nowrap;
|
515
|
-
padding: 10px 15px;
|
516
|
-
font-size: 15px;
|
517
|
-
line-height: 1.42857;
|
518
|
-
border-radius: 4px;
|
519
|
-
user-select: none;
|
520
|
-
}
|
521
|
-
.btn-default {
|
522
|
-
color: white;
|
523
|
-
background-color: rgb(51, 51, 51);
|
524
|
-
border-color: rgb(51, 51, 51);
|
525
|
-
}
|
526
|
-
#searchDropdown button[type="reset"] {
|
527
|
-
font-size: 16px;
|
528
|
-
background-color: rgb(34, 34, 34);
|
529
|
-
border: 0px;
|
530
|
-
}
|
531
|
-
#searchDropdown button[type="submit"] {
|
532
|
-
font-size: 16px;
|
533
|
-
background-color: rgb(34, 34, 34);
|
534
|
-
border: 0px;
|
535
|
-
}
|
536
|
-
#main-container {
|
537
|
-
margin-top: 80px;
|
538
|
-
overflow-x: hidden;
|
539
|
-
}
|
540
|
-
.container-fluid {
|
541
|
-
margin-right: auto;
|
542
|
-
margin-left: auto;
|
543
|
-
padding-left: 15px;
|
544
|
-
padding-right: 15px;
|
545
|
-
}
|
546
|
-
.row {
|
547
|
-
margin-left: -15px;
|
548
|
-
margin-right: -15px;
|
549
|
-
}
|
550
|
-
.text-center {
|
551
|
-
text-align: center;
|
552
|
-
}
|
553
|
-
.jumbotron {
|
554
|
-
padding-top: 48px;
|
555
|
-
padding-bottom: 48px;
|
556
|
-
margin-bottom: 0px;
|
557
|
-
color: inherit;
|
558
|
-
background-color: rgb(238, 238, 238);
|
559
|
-
margin-top: 0px;
|
560
|
-
background: linear-gradient(rgb(42, 75, 65) 0%, rgb(0, 0, 0) 100%);
|
561
|
-
}
|
562
|
-
.container .jumbotron,
|
563
|
-
.container-fluid .jumbotron {
|
564
|
-
border-radius: 0px;
|
565
|
-
padding-left: 60px;
|
566
|
-
padding-right: 60px;
|
567
|
-
}
|
568
|
-
.jumbotron .container {
|
569
|
-
max-width: 100%;
|
570
|
-
}
|
571
|
-
h1 {
|
572
|
-
font-size: 2em;
|
573
|
-
margin: 0.67em 0px;
|
574
|
-
}
|
575
|
-
h1,
|
576
|
-
h2,
|
577
|
-
h3,
|
578
|
-
h4,
|
579
|
-
h5,
|
580
|
-
h6,
|
581
|
-
.h1,
|
582
|
-
.h2,
|
583
|
-
.h3,
|
584
|
-
.h4,
|
585
|
-
.h5,
|
586
|
-
.h6 {
|
587
|
-
font-family: inherit;
|
588
|
-
font-weight: 400;
|
589
|
-
line-height: 1.1;
|
590
|
-
color: inherit;
|
591
|
-
}
|
592
|
-
h1,
|
593
|
-
.h1,
|
594
|
-
h2,
|
595
|
-
.h2,
|
596
|
-
h3,
|
597
|
-
.h3 {
|
598
|
-
margin-top: 21px;
|
599
|
-
margin-bottom: 10.5px;
|
600
|
-
}
|
601
|
-
h1,
|
602
|
-
.h1 {
|
603
|
-
font-size: 39px;
|
604
|
-
}
|
605
|
-
h1,
|
606
|
-
h2,
|
607
|
-
h3,
|
608
|
-
h4,
|
609
|
-
h5,
|
610
|
-
h6 {
|
611
|
-
font-family: LatoWeb, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
612
|
-
font-weight: bold;
|
613
|
-
line-height: 1.1;
|
614
|
-
color: inherit;
|
615
|
-
}
|
616
|
-
.fade-in-one {
|
617
|
-
opacity: 0;
|
618
|
-
animation: fadeIn 0.5s ease-in 1s 1 forwards;
|
619
|
-
}
|
620
|
-
.jumbotron h1,
|
621
|
-
.jumbotron .h1 {
|
622
|
-
color: inherit;
|
623
|
-
font-size: 68px;
|
624
|
-
}
|
625
|
-
#homepage-heading {
|
626
|
-
color: rgb(255, 223, 132);
|
627
|
-
font-size: 30pt;
|
628
|
-
font-weight: normal;
|
629
|
-
line-height: 1.25;
|
630
|
-
}
|
631
|
-
b,
|
632
|
-
strong {
|
633
|
-
font-weight: bold;
|
634
|
-
}
|
635
|
-
p {
|
636
|
-
margin: 0px 0px 10.5px;
|
637
|
-
font-size: 20px;
|
638
|
-
font-weight: 300;
|
639
|
-
color: black;
|
640
|
-
line-height: 1.66em;
|
641
|
-
word-wrap: break-word;
|
642
|
-
}
|
643
|
-
.center-block {
|
644
|
-
display: block;
|
645
|
-
margin-left: auto;
|
646
|
-
margin-right: auto;
|
647
|
-
}
|
648
|
-
.fade-in-two {
|
649
|
-
opacity: 0;
|
650
|
-
animation: fadeIn 0.5s ease-in 1.5s 1 forwards;
|
651
|
-
}
|
652
|
-
.jumbotron p {
|
653
|
-
margin-bottom: 15px;
|
654
|
-
font-size: 23px;
|
655
|
-
font-weight: 200;
|
656
|
-
}
|
657
|
-
p.sub-tag {
|
658
|
-
width: 65%;
|
659
|
-
margin-bottom: 30px;
|
660
|
-
margin-top: 20px;
|
661
|
-
font-size: 21px;
|
662
|
-
color: white;
|
663
|
-
font-weight: 200;
|
664
|
-
}
|
665
|
-
.btn-primary {
|
666
|
-
color: black;
|
667
|
-
background-color: white;
|
668
|
-
border-color: black;
|
669
|
-
}
|
670
|
-
.btn-lg,
|
671
|
-
.btn-group-lg > .btn {
|
672
|
-
padding: 18px 27px;
|
673
|
-
font-size: 19px;
|
674
|
-
line-height: 1.33333;
|
675
|
-
border-radius: 6px;
|
676
|
-
}
|
677
|
-
.bottom-border-five {
|
678
|
-
margin-bottom: 5px;
|
679
|
-
}
|
680
|
-
.fade-in-three {
|
681
|
-
opacity: 0;
|
682
|
-
animation: fadeIn 0.5s ease-in 2s 1 forwards;
|
683
|
-
}
|
684
|
-
a.btn.btn-primary {
|
685
|
-
border-radius: 30px;
|
686
|
-
font-size: 14px;
|
687
|
-
margin-bottom: 20px;
|
688
|
-
}
|
689
|
-
#buttons > a {
|
690
|
-
padding: 10px 16px;
|
691
|
-
font-size: 18px;
|
692
|
-
line-height: 1.33333;
|
693
|
-
border-radius: 20px !important;
|
694
|
-
}
|
695
|
-
.activity-container {
|
696
|
-
padding-bottom: 30px;
|
697
|
-
border-top: 1px solid rgb(239, 239, 239);
|
698
|
-
}
|
699
|
-
.row .activity-holder {
|
700
|
-
margin-top: 40px;
|
701
|
-
}
|
702
|
-
.col-xs-1,
|
703
|
-
.col-sm-1,
|
704
|
-
.col-md-1,
|
705
|
-
.col-lg-1,
|
706
|
-
.col-xs-2,
|
707
|
-
.col-sm-2,
|
708
|
-
.col-md-2,
|
709
|
-
.col-lg-2,
|
710
|
-
.col-xs-3,
|
711
|
-
.col-sm-3,
|
712
|
-
.col-md-3,
|
713
|
-
.col-lg-3,
|
714
|
-
.col-xs-4,
|
715
|
-
.col-sm-4,
|
716
|
-
.col-md-4,
|
717
|
-
.col-lg-4,
|
718
|
-
.col-xs-5,
|
719
|
-
.col-sm-5,
|
720
|
-
.col-md-5,
|
721
|
-
.col-lg-5,
|
722
|
-
.col-xs-6,
|
723
|
-
.col-sm-6,
|
724
|
-
.col-md-6,
|
725
|
-
.col-lg-6,
|
726
|
-
.col-xs-7,
|
727
|
-
.col-sm-7,
|
728
|
-
.col-md-7,
|
729
|
-
.col-lg-7,
|
730
|
-
.col-xs-8,
|
731
|
-
.col-sm-8,
|
732
|
-
.col-md-8,
|
733
|
-
.col-lg-8,
|
734
|
-
.col-xs-9,
|
735
|
-
.col-sm-9,
|
736
|
-
.col-md-9,
|
737
|
-
.col-lg-9,
|
738
|
-
.col-xs-10,
|
739
|
-
.col-sm-10,
|
740
|
-
.col-md-10,
|
741
|
-
.col-lg-10,
|
742
|
-
.col-xs-11,
|
743
|
-
.col-sm-11,
|
744
|
-
.col-md-11,
|
745
|
-
.col-lg-11,
|
746
|
-
.col-xs-12,
|
747
|
-
.col-sm-12,
|
748
|
-
.col-md-12,
|
749
|
-
.col-lg-12 {
|
750
|
-
position: relative;
|
751
|
-
min-height: 1px;
|
752
|
-
padding-left: 15px;
|
753
|
-
padding-right: 15px;
|
754
|
-
}
|
755
|
-
.col-md-1,
|
756
|
-
.col-md-2,
|
757
|
-
.col-md-3,
|
758
|
-
.col-md-4,
|
759
|
-
.col-md-5,
|
760
|
-
.col-md-6,
|
761
|
-
.col-md-7,
|
762
|
-
.col-md-8,
|
763
|
-
.col-md-9,
|
764
|
-
.col-md-10,
|
765
|
-
.col-md-11,
|
766
|
-
.col-md-12 {
|
767
|
-
float: left;
|
768
|
-
}
|
769
|
-
.col-md-3 {
|
770
|
-
width: 25%;
|
771
|
-
}
|
772
|
-
.owl-carousel,
|
773
|
-
.owl-carousel .owl-item {
|
774
|
-
-webkit-tap-highlight-color: transparent;
|
775
|
-
position: relative;
|
776
|
-
}
|
777
|
-
.owl-carousel {
|
778
|
-
display: none;
|
779
|
-
width: 100%;
|
780
|
-
z-index: 1;
|
781
|
-
}
|
782
|
-
.no-js .owl-carousel,
|
783
|
-
.owl-carousel.owl-loaded {
|
784
|
-
display: block;
|
785
|
-
}
|
786
|
-
.owl-carousel .owl-stage-outer {
|
787
|
-
position: relative;
|
788
|
-
overflow: hidden;
|
789
|
-
transform: translate3d(0px, 0px, 0px);
|
790
|
-
}
|
791
|
-
.owl-carousel .owl-stage {
|
792
|
-
position: relative;
|
793
|
-
}
|
794
|
-
.owl-carousel .owl-item,
|
795
|
-
.owl-carousel .owl-wrapper {
|
796
|
-
backface-visibility: hidden;
|
797
|
-
transform: translate3d(0px, 0px, 0px);
|
798
|
-
}
|
799
|
-
.owl-carousel .owl-item {
|
800
|
-
min-height: 1px;
|
801
|
-
float: left;
|
802
|
-
backface-visibility: hidden;
|
803
|
-
}
|
804
|
-
.owl-carousel.owl-drag .owl-item {
|
805
|
-
user-select: none;
|
806
|
-
}
|
807
|
-
.activity-block {
|
808
|
-
border: 3px solid white;
|
809
|
-
background: white;
|
810
|
-
margin-top: 70px;
|
811
|
-
}
|
812
|
-
.activity-holder .activity-block {
|
813
|
-
border: 3px solid white;
|
814
|
-
background: white;
|
815
|
-
height: auto;
|
816
|
-
}
|
817
|
-
.activity-block a {
|
818
|
-
color: black;
|
819
|
-
text-decoration: none;
|
820
|
-
transition: all 1s ease;
|
821
|
-
}
|
822
|
-
.activity-block img {
|
823
|
-
width: 100%;
|
824
|
-
margin-bottom: 10px;
|
825
|
-
}
|
826
|
-
.owl-carousel .owl-item img {
|
827
|
-
display: block;
|
828
|
-
width: 100%;
|
829
|
-
}
|
830
|
-
.owl-carousel .owl-item .owl-lazy {
|
831
|
-
opacity: 0;
|
832
|
-
transition: opacity 0.4s ease;
|
833
|
-
}
|
834
|
-
.owl-carousel .owl-item img.owl-lazy {
|
835
|
-
transform-style: preserve-3d;
|
836
|
-
}
|
837
|
-
.owl-text {
|
838
|
-
min-height: 100px;
|
839
|
-
}
|
840
|
-
.owl-theme .owl-dots,
|
841
|
-
.owl-theme .owl-nav {
|
842
|
-
text-align: center;
|
843
|
-
-webkit-tap-highlight-color: transparent;
|
844
|
-
}
|
845
|
-
.owl-theme .owl-nav {
|
846
|
-
margin-top: 10px;
|
847
|
-
}
|
848
|
-
.owl-carousel .owl-dots.disabled,
|
849
|
-
.owl-carousel .owl-nav.disabled {
|
850
|
-
display: none;
|
851
|
-
}
|
852
|
-
.owl-carousel .owl-dot,
|
853
|
-
.owl-carousel .owl-nav .owl-next,
|
854
|
-
.owl-carousel .owl-nav .owl-prev {
|
855
|
-
cursor: pointer;
|
856
|
-
user-select: none;
|
857
|
-
}
|
858
|
-
.owl-theme .owl-nav [class*="owl-"] {
|
859
|
-
color: white;
|
860
|
-
font-size: 14px;
|
861
|
-
margin: 5px;
|
862
|
-
padding: 4px 7px;
|
863
|
-
background: rgb(214, 214, 214);
|
864
|
-
display: inline-block;
|
865
|
-
cursor: pointer;
|
866
|
-
border-radius: 3px;
|
867
|
-
}
|
868
|
-
.lightboxOverlay {
|
869
|
-
position: absolute;
|
870
|
-
top: 0px;
|
871
|
-
left: 0px;
|
872
|
-
z-index: 9999;
|
873
|
-
background-color: black;
|
874
|
-
opacity: 0.8;
|
875
|
-
display: none;
|
876
|
-
}
|
877
|
-
.lightbox {
|
878
|
-
position: absolute;
|
879
|
-
left: 0px;
|
880
|
-
width: 100%;
|
881
|
-
z-index: 10000;
|
882
|
-
text-align: center;
|
883
|
-
line-height: 0;
|
884
|
-
font-weight: normal;
|
885
|
-
}
|
886
|
-
.lb-outerContainer {
|
887
|
-
position: relative;
|
888
|
-
width: 250px;
|
889
|
-
height: 250px;
|
890
|
-
margin: 0px auto;
|
891
|
-
border-radius: 4px;
|
892
|
-
background-color: white;
|
893
|
-
}
|
894
|
-
.lightbox .lb-image {
|
895
|
-
display: block;
|
896
|
-
height: auto;
|
897
|
-
max-width: inherit;
|
898
|
-
max-height: none;
|
899
|
-
border-radius: 3px;
|
900
|
-
border: 4px solid white;
|
901
|
-
}
|
902
|
-
.lb-nav {
|
903
|
-
position: absolute;
|
904
|
-
top: 0px;
|
905
|
-
left: 0px;
|
906
|
-
height: 100%;
|
907
|
-
width: 100%;
|
908
|
-
z-index: 10;
|
909
|
-
}
|
910
|
-
.lb-prev,
|
911
|
-
.lb-next {
|
912
|
-
height: 100%;
|
913
|
-
cursor: pointer;
|
914
|
-
display: block;
|
915
|
-
}
|
916
|
-
.lb-nav a {
|
917
|
-
outline: none;
|
918
|
-
background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
|
919
|
-
}
|
920
|
-
.lb-nav a.lb-prev {
|
921
|
-
width: 34%;
|
922
|
-
left: 0px;
|
923
|
-
float: left;
|
924
|
-
background: url("../images/prev.png") left 48% no-repeat;
|
925
|
-
opacity: 0;
|
926
|
-
transition: opacity 0.6s;
|
927
|
-
}
|
928
|
-
.lb-nav a.lb-next {
|
929
|
-
width: 64%;
|
930
|
-
right: 0px;
|
931
|
-
float: right;
|
932
|
-
background: url("../images/next.png") right 48% no-repeat;
|
933
|
-
opacity: 0;
|
934
|
-
transition: opacity 0.6s;
|
935
|
-
}
|
936
|
-
.lb-loader {
|
937
|
-
position: absolute;
|
938
|
-
top: 43%;
|
939
|
-
left: 0px;
|
940
|
-
height: 25%;
|
941
|
-
width: 100%;
|
942
|
-
text-align: center;
|
943
|
-
line-height: 0;
|
944
|
-
}
|
945
|
-
.lb-cancel {
|
946
|
-
display: block;
|
947
|
-
width: 32px;
|
948
|
-
height: 32px;
|
949
|
-
margin: 0px auto;
|
950
|
-
background: url("../images/loading.gif") no-repeat;
|
951
|
-
}
|
952
|
-
.lb-dataContainer {
|
953
|
-
margin: 0px auto;
|
954
|
-
padding-top: 5px;
|
955
|
-
width: 100%;
|
956
|
-
border-bottom-left-radius: 4px;
|
957
|
-
border-bottom-right-radius: 4px;
|
958
|
-
}
|
959
|
-
.lb-data {
|
960
|
-
padding: 0px 4px;
|
961
|
-
color: rgb(204, 204, 204);
|
962
|
-
}
|
963
|
-
.lb-data .lb-details {
|
964
|
-
width: 85%;
|
965
|
-
float: left;
|
966
|
-
text-align: left;
|
967
|
-
line-height: 1.1em;
|
968
|
-
}
|
969
|
-
.lb-data .lb-caption {
|
970
|
-
font-size: 13px;
|
971
|
-
font-weight: bold;
|
972
|
-
line-height: 1em;
|
973
|
-
}
|
974
|
-
.lb-data .lb-number {
|
975
|
-
display: block;
|
976
|
-
clear: left;
|
977
|
-
padding-bottom: 1em;
|
978
|
-
font-size: 12px;
|
979
|
-
color: rgb(153, 153, 153);
|
980
|
-
}
|
981
|
-
.lb-data .lb-close {
|
982
|
-
display: block;
|
983
|
-
float: right;
|
984
|
-
width: 30px;
|
985
|
-
height: 30px;
|
986
|
-
background: url("../images/close.png") right top no-repeat;
|
987
|
-
text-align: right;
|
988
|
-
outline: none;
|
989
|
-
opacity: 0.7;
|
990
|
-
transition: opacity 0.2s;
|
991
|
-
}
|