-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
204 changed files
with
57,591 additions
and
702 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/* | ||
Flaticon icon font: Flaticon | ||
Creation date: 11/12/2017 08:10 | ||
*/ | ||
|
||
@font-face { | ||
font-family: "Flaticon"; | ||
src: url("../icon-fonts/Flaticon.eot"); | ||
src: url("../icon-fonts/Flaticon.eot?#iefix") format("embedded-opentype"), | ||
url("../icon-fonts/Flaticon.woff") format("woff"), | ||
url(".../icon-fonts/Flaticon.ttf") format("truetype"), | ||
url("../icon-fonts/Flaticon.svg#Flaticon") format("svg"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
@media screen and (-webkit-min-device-pixel-ratio:0) { | ||
@font-face { | ||
font-family: "Flaticon"; | ||
src: url("../icon-fonts/Flaticon.svg#Flaticon") format("svg"); | ||
} | ||
} | ||
|
||
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, | ||
[class^="flaticon-"]:after, [class*=" flaticon-"]:after { | ||
font-family: Flaticon; | ||
font-style: normal; | ||
} | ||
|
||
.flaticon-001-yoga:before { content: "\f100"; } | ||
.flaticon-002-writing:before { content: "\f101"; } | ||
.flaticon-003-weightlifting:before { content: "\f102"; } | ||
.flaticon-004-cinema:before { content: "\f103"; } | ||
.flaticon-005-game-console:before { content: "\f104"; } | ||
.flaticon-006-swimming:before { content: "\f105"; } | ||
.flaticon-007-sports:before { content: "\f106"; } | ||
.flaticon-008-karaoke:before { content: "\f107"; } | ||
.flaticon-009-sewing-2:before { content: "\f108"; } | ||
.flaticon-010-snorkel:before { content: "\f109"; } | ||
.flaticon-011-reading:before { content: "\f10a"; } | ||
.flaticon-012-quilt:before { content: "\f10b"; } | ||
.flaticon-013-chess-1:before { content: "\f10c"; } | ||
.flaticon-014-poker:before { content: "\f10d"; } | ||
.flaticon-015-photo-camera:before { content: "\f10e"; } | ||
.flaticon-016-canvas:before { content: "\f10f"; } | ||
.flaticon-017-model:before { content: "\f110"; } | ||
.flaticon-018-music-player:before { content: "\f111"; } | ||
.flaticon-019-knitting:before { content: "\f112"; } | ||
.flaticon-020-kite:before { content: "\f113"; } | ||
.flaticon-021-necklace:before { content: "\f114"; } | ||
.flaticon-022-hiking:before { content: "\f115"; } | ||
.flaticon-023-toast:before { content: "\f116"; } | ||
.flaticon-024-gardening:before { content: "\f117"; } | ||
.flaticon-025-fishing:before { content: "\f118"; } | ||
.flaticon-026-sewing-1:before { content: "\f119"; } | ||
.flaticon-027-drum-set:before { content: "\f11a"; } | ||
.flaticon-028-sewing:before { content: "\f11b"; } | ||
.flaticon-029-dancing:before { content: "\f11c"; } | ||
.flaticon-030-crossword:before { content: "\f11d"; } | ||
.flaticon-031-crochet:before { content: "\f11e"; } | ||
.flaticon-032-cooking:before { content: "\f11f"; } | ||
.flaticon-033-coin:before { content: "\f120"; } | ||
.flaticon-034-pottery:before { content: "\f121"; } | ||
.flaticon-035-tent:before { content: "\f122"; } | ||
.flaticon-036-chess:before { content: "\f123"; } |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
/** | ||
* Owl Carousel v2.2.1 | ||
* Copyright 2013-2017 David Deutsch | ||
* Licensed under () | ||
*/ | ||
/* | ||
* Owl Carousel - Core | ||
*/ | ||
.owl-carousel { | ||
display: none; | ||
width: 100%; | ||
-webkit-tap-highlight-color: transparent; | ||
/* position relative and z-index fix webkit rendering fonts issue */ | ||
position: relative; | ||
z-index: 1; } | ||
.owl-carousel .owl-stage { | ||
position: relative; | ||
-ms-touch-action: pan-Y; | ||
-moz-backface-visibility: hidden; | ||
/* fix firefox animation glitch */ } | ||
.owl-carousel .owl-stage:after { | ||
content: "."; | ||
display: block; | ||
clear: both; | ||
visibility: hidden; | ||
line-height: 0; | ||
height: 0; } | ||
.owl-carousel .owl-stage-outer { | ||
position: relative; | ||
overflow: hidden; | ||
/* fix for flashing background */ | ||
-webkit-transform: translate3d(0px, 0px, 0px); } | ||
.owl-carousel .owl-wrapper, | ||
.owl-carousel .owl-item { | ||
-webkit-backface-visibility: hidden; | ||
-moz-backface-visibility: hidden; | ||
-ms-backface-visibility: hidden; | ||
-webkit-transform: translate3d(0, 0, 0); | ||
-moz-transform: translate3d(0, 0, 0); | ||
-ms-transform: translate3d(0, 0, 0); } | ||
.owl-carousel .owl-item { | ||
position: relative; | ||
min-height: 1px; | ||
float: left; | ||
-webkit-backface-visibility: hidden; | ||
-webkit-tap-highlight-color: transparent; | ||
-webkit-touch-callout: none; } | ||
.owl-carousel .owl-item img { | ||
display: block; | ||
width: 100%; } | ||
.owl-carousel .owl-nav.disabled, | ||
.owl-carousel .owl-dots.disabled { | ||
display: none; } | ||
.owl-carousel .owl-nav .owl-prev, | ||
.owl-carousel .owl-nav .owl-next, | ||
.owl-carousel .owl-dot { | ||
cursor: pointer; | ||
cursor: hand; | ||
-webkit-user-select: none; | ||
-khtml-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; } | ||
.owl-carousel.owl-loaded { | ||
display: block; } | ||
.owl-carousel.owl-loading { | ||
opacity: 0; | ||
display: block; } | ||
.owl-carousel.owl-hidden { | ||
opacity: 0; } | ||
.owl-carousel.owl-refresh .owl-item { | ||
visibility: hidden; } | ||
.owl-carousel.owl-drag .owl-item { | ||
-webkit-user-select: none; | ||
-moz-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; } | ||
.owl-carousel.owl-grab { | ||
cursor: move; | ||
cursor: grab; } | ||
.owl-carousel.owl-rtl { | ||
direction: rtl; } | ||
.owl-carousel.owl-rtl .owl-item { | ||
float: right; } | ||
|
||
/* No Js */ | ||
.no-js .owl-carousel { | ||
display: block; } | ||
|
||
/* | ||
* Owl Carousel - Animate Plugin | ||
*/ | ||
.owl-carousel .animated { | ||
animation-duration: 1000ms; | ||
animation-fill-mode: both; } | ||
|
||
.owl-carousel .owl-animated-in { | ||
z-index: 0; } | ||
|
||
.owl-carousel .owl-animated-out { | ||
z-index: 1; } | ||
|
||
.owl-carousel .fadeOut { | ||
animation-name: fadeOut; } | ||
|
||
@keyframes fadeOut { | ||
0% { | ||
opacity: 1; } | ||
100% { | ||
opacity: 0; } } | ||
|
||
/* | ||
* Owl Carousel - Auto Height Plugin | ||
*/ | ||
.owl-height { | ||
transition: height 500ms ease-in-out; } | ||
|
||
/* | ||
* Owl Carousel - Lazy Load Plugin | ||
*/ | ||
.owl-carousel .owl-item .owl-lazy { | ||
opacity: 0; | ||
transition: opacity 400ms ease; } | ||
|
||
.owl-carousel .owl-item img.owl-lazy { | ||
transform-style: preserve-3d; } | ||
|
||
/* | ||
* Owl Carousel - Video Plugin | ||
*/ | ||
.owl-carousel .owl-video-wrapper { | ||
position: relative; | ||
height: 100%; | ||
background: #000; } | ||
|
||
.owl-carousel .owl-video-play-icon { | ||
position: absolute; | ||
height: 80px; | ||
width: 80px; | ||
left: 50%; | ||
top: 50%; | ||
margin-left: -40px; | ||
margin-top: -40px; | ||
background: url("owl.video.play.png") no-repeat; | ||
cursor: pointer; | ||
z-index: 1; | ||
-webkit-backface-visibility: hidden; | ||
transition: transform 100ms ease; } | ||
|
||
.owl-carousel .owl-video-play-icon:hover { | ||
-ms-transform: scale(1.3, 1.3); | ||
transform: scale(1.3, 1.3); } | ||
|
||
.owl-carousel .owl-video-playing .owl-video-tn, | ||
.owl-carousel .owl-video-playing .owl-video-play-icon { | ||
display: none; } | ||
|
||
.owl-carousel .owl-video-tn { | ||
opacity: 0; | ||
height: 100%; | ||
background-position: center center; | ||
background-repeat: no-repeat; | ||
background-size: contain; | ||
transition: opacity 400ms ease; } | ||
|
||
.owl-carousel .owl-video-frame { | ||
position: relative; | ||
z-index: 1; | ||
height: 100%; | ||
width: 100%; } |
Oops, something went wrong.