diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/404.html b/404.html deleted file mode 100644 index b01748a..0000000 --- a/404.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - - - 404 Page - - - - -

404: Oops! Noone is here!

- - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - diff --git a/CNAME b/CNAME index 8b13789..40998ab 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ - +devscript.tech diff --git a/LICENSE b/LICENSE index 9dea3c7..261eeb9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Amphan Technologies Pvt. Ltd. + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 140ea7e..122661a 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,8 @@ ## You can contribute for any component if you think you can make better than the present one. We will be glad to have your contribution. -## BENEFITS: +### Every Contributer whose code will be merged will get the Certificate of Contribution and they will be featured on the website as well as on the GitHub as a Contributor for DevScript's Website. -- Every Contributer whose code will be merged will get the Certificate of Contribution. -- They will be featured on the website as well as on the GitHub as a Contributor for DevScript's Website. - -### REMEMBER: -- After making any component for our website please make a PR and also attach a Snap of your final work. -- what you did after that we will verify your work and if we think it's suitable for our website then we will Merge your PR. +### After making any component for our website please make a PR and also attach a Snap of your final work what you did after that we will verify your work and if we think it's suitable for our website then we will Merge your PR. ## Glad to see you all Contributing. diff --git a/assets/css/home.css b/assets/css/home.css deleted file mode 100644 index f11ca70..0000000 --- a/assets/css/home.css +++ /dev/null @@ -1,2799 +0,0 @@ -/***********************/ - /***********************/ - /************************/ - /* Mixin para crear cubo ( Caras siempre al frente ) */ - /************************/ - /***********************/ - /***********************/ - /**/ - *, - *::after, - *::before { - margin: 0; - padding: 0; - box-sizing: border-box; - user-select: none; - transform-style: preserve-3d; - -webkit-tap-highlight-color: transparent; - } - - /* Generic */ - .home_section { - display: flex; - justify-content: center; - align-items: center; - width: 100%; - height: 100vh; - overflow: hidden; - background-image: radial-gradient(circle, #171424, black); - } - - .face { - position: absolute; - } - - /***************/ - .house { - position: absolute; - width: 28vw; - height: 28vw; - transform: perspective(1250px) rotateX(75deg) rotateZ(45deg) translateZ(-9vw); - } - - .h-shadow { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - box-shadow: 1.5vw -3vw 3vw black, 1.5vw 0.5vw 1.5vw black; - } - - .h-lights { - position: absolute; - top: 50%; - left: 50%; - transform: translateX(-50%) translateY(-50%); - width: 45vw; - height: 45vw; - } - - .h-light { - position: absolute; - } - - .h-light:nth-of-type(1) { - bottom: 5vw; - right: 0; - width: 14vw; - height: 14vw; - border-radius: 50%; - background-image: radial-gradient(#1b182a, transparent); - filter: blur(1vw); - } - - .h-light:nth-of-type(2) { - bottom: 18vw; - right: -1vw; - width: 2vw; - height: 12vw; - border-radius: 50%; - transform: rotateZ(-50deg); - background-image: radial-gradient(rgba(81, 137, 251, 0.45) 50%, rgba(40, 125, 210, 0.45), transparent); - box-shadow: -1vw -1vw 2vw 1vw rgba(131, 171, 252, 0.1); - filter: blur(1vw); - } - - .h-light:nth-of-type(3) { - bottom: -2vw; - right: 17vw; - width: 5vw; - height: 12vw; - border-radius: 50%; - transform: rotateZ(-50deg); - background-image: radial-gradient(rgba(81, 137, 251, 0.5) 50%, rgba(40, 125, 210, 0.5), transparent); - filter: blur(2vw); - } - - .h-light:nth-of-type(3)::before, - .h-light:nth-of-type(3)::after { - content: ""; - position: absolute; - width: 200%; - top: -6vw; - height: 400%; - background-image: linear-gradient(to bottom, rgba(40, 125, 210, 0.1), rgba(81, 137, 251, 0.1), transparent); - border-top-left-radius: 10vw; - border-top-right-radius: 10vw; - filter: blur(1.5vw); - } - - .h-light:nth-of-type(3)::before { - right: -50%; - transform-origin: top right; - transform: rotateZ(15deg); - box-shadow: -2vw -2vw 0 rgba(81, 137, 251, 0.075); - } - - .h-light:nth-of-type(3)::after { - left: -50%; - transform-origin: top left; - transform: rotateZ(-15deg); - box-shadow: 2vw -2vw 0 rgba(81, 137, 251, 0.075); - } - - .h-light:nth-of-type(4) { - bottom: 5vw; - left: 8vw; - width: 28vw; - height: 4vw; - transform-origin: top left; - transform: skewX(58deg); - background-image: linear-gradient(to right, rgba(81, 137, 251, 0.075) 10%, transparent 25%, transparent, rgba(0, 0, 0, 0.15)); - filter: blur(0.25vw); - } - - .h-light:nth-of-type(6) { - bottom: 14vw; - right: 2vw; - width: 8vw; - height: 16vw; - transform-origin: bottom left; - transform: skewY(49deg); - background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)); - filter: blur(0.35vw); - } - - /***************/ - /***************/ - .alt { - position: absolute; - left: 0; - top: 0; - width: 27vw; - height: 27vw; - } - - .alt__front { - width: 27vw; - height: 0.5vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(26.5vw); - } - - .alt__back { - width: 27vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-27vw) translateY(-0.5vw); - } - - .alt__right { - width: 27vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(27vw) translateX(-27vw) translateY(-0.5vw); - } - - .alt__left { - width: 27vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.5vw); - } - - .alt__top { - width: 27vw; - height: 27vw; - transform-origin: top left; - transform: translateZ(0.5vw); - } - - .alt__bottom { - width: 27vw; - height: 27vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-27vw); - } - - .alt__front { - background-color: #9E99C1; - } - - .alt__back { - background-color: #383358; - } - - .alt__right { - background-color: #383358; - } - - .alt__left { - background-color: #FBFAFE; - } - - .alt__top { - background-image: linear-gradient(to bottom, #0b0c1f, #383358, #9E99C1); - } - - .alt__top .light:nth-of-type(1) { - position: absolute; - height: 100%; - width: 100%; - background-image: linear-gradient(to bottom, rgba(20, 61, 103, 0.75), rgba(81, 137, 251, 0.75), transparent); - } - - .alt__top .light:nth-of-type(2) { - position: absolute; - left: 4vw; - height: 100%; - width: 6vw; - background-image: linear-gradient(to bottom, transparent 20%, rgba(40, 125, 210, 0.75), rgba(81, 137, 251, 0.25) 80%); - filter: blur(0.1vw); - } - - .alt__top .light:nth-of-type(3) { - position: absolute; - bottom: 10vw; - left: 5vw; - width: 6vw; - height: 3vw; - border-radius: 50%; - transform: rotateZ(42deg); - background-image: radial-gradient(rgba(131, 171, 252, 0.75) 50%, rgba(32, 99, 167, 0.75)); - filter: blur(0.55vw); - } - - .alt__top .light:nth-of-type(4) { - position: absolute; - bottom: 7vw; - left: 4vw; - width: 8.5vw; - height: 2vw; - border-radius: 50%; - transform: rotateZ(40deg); - background-image: radial-gradient(rgba(131, 171, 252, 0.75) 50%, rgba(32, 99, 167, 0.75)); - filter: blur(0.55vw); - } - - .alt__top .light:nth-of-type(5) { - position: absolute; - bottom: 3.5vw; - left: 4.5vw; - width: 6vw; - height: 2vw; - border-radius: 50%; - transform: rotateZ(40deg); - background-image: radial-gradient(rgba(141, 178, 252, 0.75) 50%, rgba(32, 99, 167, 0.75)); - filter: blur(0.75vw); - } - - .alt__top .light:nth-of-type(6) { - position: absolute; - bottom: 3vw; - left: 0.5vw; - width: 4vw; - height: 2vw; - border-radius: 50%; - transform: rotateZ(40deg); - background-image: radial-gradient(rgba(141, 178, 252, 0.75) 50%, rgba(32, 99, 167, 0.75)); - filter: blur(0.35vw); - } - - .alt__top .light:nth-of-type(7) { - position: absolute; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - background-image: linear-gradient(to right, black, #5189fb 10%, transparent 20%); - } - - .alt__top .light:nth-of-type(7)::before { - content: ""; - position: absolute; - width: 20%; - height: 100%; - background-image: linear-gradient(to right, rgba(5, 70, 199, 0.6), transparent 60%); - } - - .alt__top .light:nth-of-type(7)::after { - content: ""; - position: absolute; - width: 100%; - height: 20%; - background-image: linear-gradient(to bottom, rgba(6, 78, 224, 0.5), transparent 60%); - } - - .alt__top .light:nth-of-type(8) { - position: absolute; - bottom: 5vw; - left: 10vw; - width: 6vw; - height: 4vw; - border-radius: 50%; - transform: rotateZ(40deg); - background-image: radial-gradient(rgba(255, 255, 255, 0.1) 50%, rgba(128, 121, 174, 0.1)); - filter: blur(0.8vw); - } - - .alt__bottom { - background-color: #383358; - } - - .alb { - position: absolute; - left: 0; - bottom: 0; - width: 27vw; - height: 1vw; - } - - .alb__front { - width: 27vw; - height: 2vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-1vw); - } - - .alb__back { - width: 27vw; - height: 2vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-27vw) translateY(-2vw); - } - - .alb__right { - width: 1vw; - height: 2vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(27vw) translateX(-1vw) translateY(-2vw); - } - - .alb__left { - width: 1vw; - height: 2vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-2vw); - } - - .alb__top { - width: 27vw; - height: 1vw; - transform-origin: top left; - transform: translateZ(2vw); - } - - .alb__bottom { - width: 27vw; - height: 1vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-27vw); - } - - .alb__front { - background-image: linear-gradient(to right, #9E99C1 40%, #8f89b7); - } - - .alb__back { - background-color: #383358; - } - - .alb__right { - background-color: #383358; - } - - .alb__left { - background-color: #FBFAFE; - } - - .alb__top { - background-image: linear-gradient(to right, #FBFAFE 40%, #eae5fa); - } - - .alb__bottom { - background-color: #383358; - } - - .arb { - position: absolute; - right: 0; - bottom: 0; - width: 1vw; - height: 28vw; - } - - .arb__front { - width: 1vw; - height: 2vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(26vw); - } - - .arb__back { - width: 1vw; - height: 2vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-1vw) translateY(-2vw); - } - - .arb__right { - width: 28vw; - height: 2vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(1vw) translateX(-28vw) translateY(-2vw); - } - - .arb__left { - width: 28vw; - height: 2vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-2vw); - } - - .arb__top { - width: 1vw; - height: 28vw; - transform-origin: top left; - transform: translateZ(2vw); - } - - .arb__bottom { - width: 1vw; - height: 28vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-1vw); - } - - .arb__front { - background-color: #8f89b7; - } - - .arb__back { - background-color: #383358; - } - - .arb__right { - background-image: linear-gradient(to right, #282347 40%, #0f0e17); - } - - .arb__left { - background-color: #9E99C1; - } - - .arb__top { - background-image: linear-gradient(to top, #FBFAFE, #3b3469 25%, #2e2a48 75%, #9E99C1); - } - - .arb__top::before { - content: ""; - position: absolute; - width: 100%; - height: 30%; - top: 0; - background-image: linear-gradient(to bottom, transparent, rgba(81, 137, 251, 0.85), transparent); - } - - .arb__bottom { - background-color: #383358; - } - - /***************/ - /***************/ - .blt { - position: absolute; - left: 0; - top: 0; - width: 1vw; - height: 27vw; - transform: translateZ(0.5vw); - } - - .blt__front { - width: 1vw; - height: 20vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(7vw); - } - - .blt__back { - width: 1vw; - height: 20vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-1vw) translateY(-20vw); - } - - .blt__right { - width: 27vw; - height: 20vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(1vw) translateX(-27vw) translateY(-20vw); - } - - .blt__left { - width: 27vw; - height: 20vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-20vw); - } - - .blt__top { - width: 1vw; - height: 27vw; - transform-origin: top left; - transform: translateZ(20vw); - } - - .blt__bottom { - width: 1vw; - height: 27vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-1vw); - } - - .blt__front { - background-image: linear-gradient(to bottom, #383358, #9E99C1); - } - - .blt__back { - background-color: #383358; - } - - .blt__right { - background-image: linear-gradient(to bottom, #151225, #383358, #383358 90%, #242040); - } - - .blt__right::before { - content: ""; - position: absolute; - bottom: 0; - width: 100%; - height: 0.75vw; - background-image: linear-gradient(to bottom, #8f89b7, #287dd2); - border-top: 0.1vw solid #282347; - border-bottom: 0.1vw solid #282347; - } - - .blt__right::after { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(6, 78, 224, 0.35), transparent 30%, transparent 70%, rgba(40, 125, 210, 0.35)); - } - - .blt__left { - background-color: #FBFAFE; - } - - .blt__bottom { - background-color: #383358; - } - - .blt2 { - position: absolute; - left: 0; - top: 0; - width: 2vw; - height: 27vw; - transform: translateZ(20.5vw); - } - - .blt2__front { - width: 2vw; - height: 0.75vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(26.25vw); - } - - .blt2__back { - width: 2vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-2vw) translateY(-0.75vw); - } - - .blt2__right { - width: 27vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(2vw) translateX(-27vw) translateY(-0.75vw); - } - - .blt2__left { - width: 27vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.75vw); - } - - .blt2__top { - width: 2vw; - height: 27vw; - transform-origin: top left; - transform: translateZ(0.75vw); - } - - .blt2__bottom { - width: 2vw; - height: 27vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-2vw); - } - - .blt2__front { - background-color: #383358; - } - - .blt2__back { - background-color: #383358; - } - - .blt2__right { - background-image: linear-gradient(to right, #8f89b7, #9E99C1, #7169a4); - } - - .blt2__right::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - bottom: 0; - border-bottom: 0.1vw solid rgba(251, 250, 254, 0.75); - background-image: linear-gradient(to top, rgba(81, 137, 251, 0.35), transparent); - } - - .blt2__left { - background-color: #FBFAFE; - } - - .blt2__top { - background-image: linear-gradient(to top, #9E99C1, #FBFAFE); - } - - .blt2__bottom { - background-color: #383358; - } - - .blb { - position: absolute; - left: 1vw; - top: 0; - width: 26vw; - height: 1vw; - transform: translateZ(0.5vw); - } - - .blb__front { - width: 26vw; - height: 20vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-19vw); - } - - .blb__back { - width: 26vw; - height: 20vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-26vw) translateY(-20vw); - } - - .blb__right { - width: 1vw; - height: 20vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(26vw) translateX(-1vw) translateY(-20vw); - } - - .blb__left { - width: 1vw; - height: 20vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-20vw); - } - - .blb__top { - width: 26vw; - height: 1vw; - transform-origin: top left; - transform: translateZ(20vw); - } - - .blb__bottom { - width: 26vw; - height: 1vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-26vw); - } - - .blb__front { - background-image: linear-gradient(to bottom, #4b4572, #595388 20%, #4b4572); - } - - .blb__front::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(40, 125, 210, 0.25), transparent 20%, transparent 80%, rgba(40, 125, 210, 0.5)), linear-gradient(to right, rgba(31, 33, 88, 0.35), transparent), linear-gradient(to bottom, rgba(31, 33, 88, 0.35), transparent), linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 20%, transparent 80%, rgba(40, 125, 210, 0.25)); - } - - .blb__front::after { - content: ""; - position: absolute; - bottom: 0; - width: 100%; - height: 0.75vw; - background-image: linear-gradient(to bottom, #8f89b7, #287dd2); - border-top: 0.1vw solid #282347; - border-bottom: 0.1vw solid #282347; - } - - .blb__back { - background-color: #383358; - } - - .blb__right { - background-image: linear-gradient(to bottom, #151225, #0f0e17 80%, #151225); - } - - .blb__bottom { - background-color: #383358; - } - - .blb2 { - position: absolute; - left: 2vw; - top: 0; - width: 25vw; - height: 1vw; - transform: translateZ(20.5vw); - } - - .blb2__front { - width: 25vw; - height: 0.75vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(1.25vw); - } - - .blb2__back { - width: 25vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-25vw) translateY(-0.75vw); - } - - .blb2__right { - width: 2vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(25vw) translateX(-2vw) translateY(-0.75vw); - } - - .blb2__left { - width: 2vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.75vw); - } - - .blb2__top { - width: 25vw; - height: 2vw; - transform-origin: top left; - transform: translateZ(0.75vw); - } - - .blb2__bottom { - width: 25vw; - height: 2vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-25vw); - } - - .blb2__front { - background-image: linear-gradient(to right, #7169a4, #9E99C1, #8f89b7); - } - - .blb2__front::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - bottom: 0; - border-bottom: 0.1vw solid rgba(251, 250, 254, 0.75); - background-image: linear-gradient(to top, rgba(40, 125, 210, 0.25), transparent); - } - - .blb2__back { - background-color: #383358; - } - - .blb2__right { - background-color: #151225; - } - - .blb2__left { - background-color: #9E99C1; - } - - .blb2__top { - background-image: linear-gradient(to left, #9E99C1, #FBFAFE); - } - - .blb2__bottom { - background-color: #383358; - } - - /***************/ - /***************/ - .bocina-l, - .bocina-r { - position: absolute; - left: 1.5vw; - bottom: 5.25vw; - width: 0.75vw; - height: 1.5vw; - transform: translateZ(8vw); - } - - .bocina-l__front, - .bocina-r__front { - width: 0.75vw; - height: 6vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-4.5vw); - } - - .bocina-l__back, - .bocina-r__back { - width: 0.75vw; - height: 6vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-0.75vw) translateY(-6vw); - } - - .bocina-l__right, - .bocina-r__right { - width: 1.5vw; - height: 6vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(0.75vw) translateX(-1.5vw) translateY(-6vw); - } - - .bocina-l__left, - .bocina-r__left { - width: 1.5vw; - height: 6vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-6vw); - } - - .bocina-l__top, - .bocina-r__top { - width: 0.75vw; - height: 1.5vw; - transform-origin: top left; - transform: translateZ(6vw); - } - - .bocina-l__bottom, - .bocina-r__bottom { - width: 0.75vw; - height: 1.5vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-0.75vw); - } - - .bocina-l__right, - .bocina-r__right { - background-image: radial-gradient(black, black); - } - - .bocina-l__top, - .bocina-r__top { - background-image: linear-gradient(to left, #d9d0f6, #9E99C1, #7169a4); - } - - .bocina-l__bottom, - .bocina-r__bottom { - background-color: #383358; - } - - .bocina-l__front { - background-image: linear-gradient(to right, #5189fb, #595388 30%, #b7a5ed); - } - - .bocina-l__back { - background-image: linear-gradient(to right, #383358, #232038); - } - - .bocina-l__back::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to right, rgba(81, 137, 251, 0.35) 65%, rgba(81, 137, 251, 0.95)); - } - - .bocina-l__left { - background-color: #282347; - } - - .bocina-l__left::before { - content: ""; - position: absolute; - top: -10%; - left: 20%; - width: 120%; - height: 120%; - background-image: linear-gradient(to left, rgba(7, 23, 39, 0.75), rgba(0, 0, 0, 0.75)); - filter: blur(0.5vw); - } - - .bocina-r { - top: 5.25vw; - } - - .bocina-r__front { - background-image: linear-gradient(to right, #383358, #0f0e17); - } - - .bocina-r__front::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to left, rgba(81, 137, 251, 0.35) 65%, rgba(81, 137, 251, 0.95)); - } - - .bocina-r__back { - background-image: linear-gradient(to right, #595388, #b7a5ed); - } - - .bocina-r__left { - background-color: #282347; - } - - .bocina-r__left::before { - content: ""; - position: absolute; - top: -10%; - left: -20%; - width: 120%; - height: 120%; - background-image: linear-gradient(to right, rgba(7, 23, 39, 0.75), rgba(0, 0, 0, 0.75)); - filter: blur(0.5vw); - } - - .repisa-t, - .repisa-b { - position: absolute; - left: 1.5vw; - top: 9vw; - width: 1.5vw; - height: 10vw; - transform: translateZ(16vw); - } - - .repisa-t__front, - .repisa-b__front { - width: 1.5vw; - height: 0.25vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(9.75vw); - } - - .repisa-t__back, - .repisa-b__back { - width: 1.5vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-1.5vw) translateY(-0.25vw); - } - - .repisa-t__right, - .repisa-b__right { - width: 10vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(1.5vw) translateX(-10vw) translateY(-0.25vw); - } - - .repisa-t__left, - .repisa-b__left { - width: 10vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.25vw); - } - - .repisa-t__top, - .repisa-b__top { - width: 1.5vw; - height: 10vw; - transform-origin: top left; - transform: translateZ(0.25vw); - } - - .repisa-t__bottom, - .repisa-b__bottom { - width: 1.5vw; - height: 10vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-1.5vw); - } - - .repisa-t__front, - .repisa-b__front { - background-color: #9E99C1; - } - - .repisa-t__back, - .repisa-b__back { - background-color: #FBFAFE; - } - - .repisa-t__right, - .repisa-b__right { - background-color: #8079ae; - } - - .repisa-t__left, - .repisa-b__left { - background-color: #FBFAFE; - } - - .repisa-t__top, - .repisa-b__top { - background-color: #d9d0f6; - } - - .repisa-t__top::before, - .repisa-b__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to right, rgba(6, 78, 224, 0.75), transparent); - } - - .repisa-t__bottom, - .repisa-b__bottom { - background-color: #383358; - } - - .repisa-t__bottom::before, - .repisa-b__bottom::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to right, rgba(6, 78, 224, 0.75), transparent); - } - - .repisa-b { - transform: translateZ(5vw); - } - - .tv { - position: absolute; - left: 1.51vw; - top: 8vw; - width: 0.5vw; - height: 12vw; - transform: translateZ(8.5vw); - } - - .tv__front { - width: 0.5vw; - height: 6vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(6vw); - } - - .tv__back { - width: 0.5vw; - height: 6vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-0.5vw) translateY(-6vw); - } - - .tv__right { - width: 12vw; - height: 7vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(0.5vw) translateX(-12vw) translateY(-6vw); - } - - .tv__left { - width: 12vw; - height: 7vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-6vw); - } - - .tv__top { - width: 0.5vw; - height: 12vw; - transform-origin: top left; - transform: translateZ(6vw); - } - - .tv__bottom { - width: 0.5vw; - height: 12vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-0.5vw); - } - - .tv__front { - background-color: #0b0c1f; - } - - .tv__back { - background-color: #0b0c1f; - } - - .tv__right { - background-color: #9cbcfc; - border: 0.125vw solid black; - animation: pantalla-tv 0.25s infinite alternate; - } - - .tv__right::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - box-shadow: 0.125vw 0.125vw 1vw rgba(81, 137, 251, 0.5), -0.125vw 0.125vw 1vw rgba(81, 137, 251, 0.5), 0.125vw -0.125vw 1vw rgba(81, 137, 251, 0.5), -0.125vw -0.125vw 1vw rgba(81, 137, 251, 0.5); - background-image: url("../img/MOSHED-2021-8-15-22-23-22.gif"); - background-size: contain; - background-color: #000; - background-repeat: no-repeat; - background-position: center; - opacity: 0.8; - } - - .tv__left { - display: flex; - justify-content: center; - align-items: center; - background-color: #0b0c1f; - } - - .tv__left::before { - content: ""; - position: absolute; - width: 13vw; - height: 7vw; - background-image: radial-gradient(rgba(36, 112, 188, 0.95), rgba(56, 121, 250, 0.95)); - filter: blur(1.25vw); - animation: luz-tv 0.25s infinite alternate; - } - - .tv__top { - background-color: #0b0c1f; - } - - .tv__bottom { - background-color: #0b0c1f; - } - - .librero { - position: absolute; - left: 13vw; - top: 1vw; - width: 12vw; - height: 0.5vw; - transform: translateZ(7vw); - } - - .librero__front { - width: 12vw; - height: 0.25vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(1.25vw); - } - - .librero__back { - width: 12vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-12vw) translateY(-0.25vw); - } - - .librero__right { - width: 1.5vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(12vw) translateX(-1.5vw) translateY(-0.25vw); - } - - .librero__left { - width: 1.5vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.25vw); - } - - .librero__top { - width: 12vw; - height: 1.5vw; - transform-origin: top left; - transform: translateZ(0.25vw); - } - - .librero__bottom { - width: 12vw; - height: 1.5vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-12vw); - } - - .librero__front { - background-color: #9E99C1; - } - - .librero__back { - background-color: #383358; - } - - .librero__back::before { - content: ""; - position: absolute; - width: 100%; - height: 4vw; - border-radius: 50%; - background-image: radial-gradient(rgba(106, 154, 251, 0.7) 50%, rgba(32, 99, 167, 0.6), transparent); - filter: blur(1.25vw); - } - - .librero__right { - background-color: #383358; - } - - .librero__left { - background-color: #9E99C1; - } - - .librero__top { - background-color: #d9d0f6; - } - - .librero__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(31, 104, 249, 0.75), transparent); - } - - .librero__bottom { - background-color: #383358; - } - - .librero__bottom::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(31, 104, 249, 0.75), transparent); - } - - .libros { - position: absolute; - } - - .libro { - position: absolute; - top: 1vw; - width: 0.5vw; - height: 1vw; - transform: translateZ(7.25vw); - } - - .libro__front { - width: 0.5vw; - height: 1.5vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-0.5vw); - } - - .libro__back { - width: 0.5vw; - height: 1.5vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-0.5vw) translateY(-1.5vw); - } - - .libro__right { - width: 1vw; - height: 1.5vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(0.5vw) translateX(-1vw) translateY(-1.5vw); - } - - .libro__left { - width: 1vw; - height: 1.5vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-1.5vw); - } - - .libro__top { - width: 0.5vw; - height: 1vw; - transform-origin: top left; - transform: translateZ(1.5vw); - } - - .libro__bottom { - width: 0.5vw; - height: 1vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-0.5vw); - } - - .libro__front { - background-image: linear-gradient(to bottom, #9E99C1, #8079ae); - } - - .libro__front::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(81, 137, 251, 0.4), transparent); - } - - .libro__back { - background-color: #FBFAFE; - } - - .libro__right { - background-color: #645c98; - } - - .libro__right::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(81, 137, 251, 0.85), rgba(40, 125, 210, 0.35)); - } - - .libro__left { - background-color: #9E99C1; - } - - .libro__top { - background-color: #d9d0f6; - } - - .libro__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(81, 137, 251, 0.85), rgba(40, 125, 210, 0.35)); - } - - .libro__bottom { - background-color: #554d85; - } - - .libro:nth-of-type(1) { - left: 16vw; - transform-origin: left; - transform: translateZ(7.25vw) rotateZ(-10deg); - } - - .libro:nth-of-type(2) { - left: 17vw; - transform: translateZ(7.25vw) rotateZ(2deg); - } - - .libro:nth-of-type(3) { - left: 17.75vw; - transform: translateZ(7.25vw) rotateZ(5deg); - } - - .libro:nth-of-type(4) { - left: 19vw; - transform-origin: left; - transform: translateZ(7.25vw) rotateZ(10deg); - } - - .libro:nth-of-type(5) { - left: 20vw; - transform-origin: left; - transform: translateZ(7.25vw) rotateZ(10deg); - } - - .libro:nth-of-type(6) { - left: 23vw; - transform-origin: left; - transform: translateZ(7.25vw) rotateY(-90deg); - } - - .fotos { - position: absolute; - } - - .foto { - position: absolute; - width: 0.125vw; - height: 2vw; - left: 2vw; - top: 11vw; - transform: translateZ(5.26vw); - } - - .foto__front { - width: 0.125vw; - height: 1.125vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(1.125vw); - } - - .foto__back { - width: 0.125vw; - height: 1.125vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-0.125vw) translateY(-1.125vw); - } - - .foto__right { - width: 2.25vw; - height: 1.125vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(0.125vw) translateX(-2.25vw) translateY(-1.125vw); - } - - .foto__left { - width: 2.25vw; - height: 1.125vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-1.125vw); - } - - .foto__top { - width: 0.125vw; - height: 2.25vw; - transform-origin: top left; - transform: translateZ(1.125vw); - } - - .foto__bottom { - width: 0.125vw; - height: 2.25vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-0.125vw); - } - - .foto__front { - background-image: linear-gradient(to bottom, #9E99C1, #8079ae); - } - - .foto__front::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(81, 137, 251, 0.4), transparent); - } - - .foto__back { - background-color: #FBFAFE; - } - - .foto__right { - display: flex; - justify-content: center; - align-items: center; - background-color: #8f89b7; - border: 0.15vw solid #1f2158; - } - - .foto__right::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: repeating-linear-gradient(to bottom, #9E99C1 0.1vw, #b7a5ed 0.2vw); - } - - .foto__left { - background-color: #9E99C1; - } - - .foto__top { - background-color: #d9d0f6; - } - - .foto__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(81, 137, 251, 0.85), rgba(40, 125, 210, 0.35)); - } - - .foto__bottom { - background-color: #595388; - } - - .foto__bottom::before { - content: ""; - position: absolute; - right: -100%; - width: 400%; - height: 100%; - background-color: rgba(11, 12, 31, 0.75); - filter: blur(0.15vw); - } - - .foto:nth-of-type(1) { - top: 10.5vw; - transform: translateZ(5.26vw) rotateZ(5deg); - } - - .foto:nth-of-type(2) { - top: 15vw; - transform: translateZ(5.26vw) rotateZ(-15deg); - } - - .cajas { - position: absolute; - } - - .caja { - position: absolute; - width: 1vw; - height: 1.5vw; - left: 2vw; - transform: translateZ(16.35vw); - } - - .caja__front { - width: 1vw; - height: 0.75vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(0.75vw); - } - - .caja__back { - width: 1vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-1vw) translateY(-0.75vw); - } - - .caja__right { - width: 1.5vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(1vw) translateX(-1.5vw) translateY(-0.75vw); - } - - .caja__left { - width: 1.5vw; - height: 0.75vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.75vw); - } - - .caja__top { - width: 1vw; - height: 1.5vw; - transform-origin: top left; - transform: translateZ(0.75vw); - } - - .caja__bottom { - width: 1vw; - height: 1.5vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-1vw); - } - - .caja__front { - background-image: linear-gradient(to bottom, #9E99C1, #8079ae); - } - - .caja__front::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(81, 137, 251, 0.4), transparent); - } - - .caja__back { - background-color: #9E99C1; - } - - .caja__right { - background-color: #645c98; - } - - .caja__right::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(81, 137, 251, 0.85), rgba(40, 125, 210, 0.35)); - } - - .caja__left { - background-color: #9E99C1; - } - - .caja__top { - background-color: #d9d0f6; - } - - .caja__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(81, 137, 251, 0.85), rgba(40, 125, 210, 0.35)); - } - - .caja__bottom { - background-color: #595388; - } - - .caja__bottom::before { - content: ""; - position: absolute; - right: -50%; - width: 150%; - height: 120%; - background-color: rgba(31, 33, 88, 0.5); - filter: blur(0.15vw); - } - - .caja:nth-of-type(1) { - top: 11.6vw; - } - - .caja:nth-of-type(2) { - top: 13.5vw; - } - - .caja:nth-of-type(3) { - top: 17vw; - } - - .cuadro-l, - .cuadro-r { - position: absolute; - left: 13vw; - top: 1vw; - width: 5vw; - height: 0.5vw; - transform: translateZ(10vw); - } - - .cuadro-l__front, - .cuadro-r__front { - width: 5vw; - height: 7vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-6.75vw); - } - - .cuadro-l__back, - .cuadro-r__back { - width: 5vw; - height: 7vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-5vw) translateY(-7vw); - } - - .cuadro-l__right, - .cuadro-r__right { - width: 0.25vw; - height: 7vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(5vw) translateX(-0.25vw) translateY(-7vw); - } - - .cuadro-l__left, - .cuadro-r__left { - width: 0.25vw; - height: 7vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-7vw); - } - - .cuadro-l__top, - .cuadro-r__top { - width: 5vw; - height: 0.25vw; - transform-origin: top left; - transform: translateZ(7vw); - } - - .cuadro-l__bottom, - .cuadro-r__bottom { - width: 5vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-5vw); - } - - .cuadro-l__front, - .cuadro-r__front { - background-repeat: no-repeat; - background-size: contain; - background-position: center; - } - - .cuadro-l__back, - .cuadro-r__back { - background-color: #383358; - box-shadow: 0.35vw 0.35vw 0.35vw rgba(81, 137, 251, 0.2), -0.35vw 0.35vw 0.35vw rgba(81, 137, 251, 0.2), -0.35vw -0.35vw 0.35vw rgba(81, 137, 251, 0.2), 0.35vw -0.35vw 0.35vw rgba(81, 137, 251, 0.2); - } - - .cuadro-l__right, - .cuadro-r__right { - background-color: #383358; - } - - .cuadro-l__left, - .cuadro-r__left { - background-color: #9E99C1; - } - - .cuadro-l__top, - .cuadro-r__top { - background-color: #9E99C1; - } - - .cuadro-l__bottom, - .cuadro-r__bottom { - background-color: #383358; - } - - .cuadro-l__front { - background-image: url("https://rawcdn.githack.com/ricardoolivaalonso/Codepen/43200238c3177b02a97423fa6cc23f8bfcc5c105/Room/cuadro-1.jpg"); - background-color: #D51E24; - border: 1vw solid #D51E24; - } - - .cuadro-l__front::before { - content: ""; - position: absolute; - top: -1vw; - left: -1vw; - width: 5vw; - height: 7vw; - background-origin: padding-box; - background-image: linear-gradient(to bottom, rgba(40, 125, 210, 0.15), rgba(40, 125, 210, 0.15)); - } - - .cuadro-r { - left: 20vw; - } - - .cuadro-r__front { - background-image: url("../../woc/img/WOC-logo.png"); - background-color: #0F1110; - border: 0.5vw solid #0F1110; - } - - .cuadro-r__front::before { - content: ""; - position: absolute; - top: -0.5vw; - left: -0.5vw; - width: 5vw; - height: 7vw; - background-origin: padding-box; - background-image: linear-gradient(to bottom, rgba(40, 125, 210, 0.15), rgba(40, 125, 210, 0.15)); - } - - .puerta-c { - position: absolute; - left: 3vw; - top: 1vw; - width: 8vw; - height: 0.5vw; - transform: translateZ(0.5vw); - } - - .puerta-c::before { - content: ""; - position: absolute; - width: 100%; - height: 200%; - background-color: rgba(0, 0, 0, 0.65); - filter: blur(0.5vw); - } - - .puerta { - position: absolute; - left: 0.5vw; - top: 0; - width: 7vw; - height: 0.5vw; - } - - .puerta__front { - width: 7vw; - height: 16vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-15.75vw); - } - - .puerta__back { - width: 7vw; - height: 16vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-7vw) translateY(-16vw); - } - - .puerta__right { - width: 0.25vw; - height: 16vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(7vw) translateX(-0.25vw) translateY(-16vw); - } - - .puerta__left { - width: 0.25vw; - height: 16vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-16vw); - } - - .puerta__top { - width: 7vw; - height: 0.25vw; - transform-origin: top left; - transform: translateZ(16vw); - } - - .puerta__bottom { - width: 7vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-7vw); - } - - .puerta__front { - background-image: linear-gradient(to bottom, #0F1110, #121332); - border: 0.125vw solid #5189fb; - } - - .puerta__front::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: radial-gradient(transparent 50%, rgba(4, 61, 174, 0.25)); - box-shadow: 0.65vw 0.65vw 0.5vw rgba(81, 137, 251, 0.6), -0.65vw 0.65vw 0.5vw rgba(81, 137, 251, 0.6), -0.65vw -0.65vw 0.5vw rgba(81, 137, 251, 0.6), 0.65vw -0.65vw 0.5vw rgba(81, 137, 251, 0.6); - } - - .puerta__front::after { - content: ""; - position: absolute; - top: 50%; - right: 0.75vw; - width: 1vw; - height: 0.25vw; - background-color: #9E99C1; - box-shadow: 0.125vw 0.125vw 0.25vw rgba(81, 137, 251, 0.6), -0.125vw 0.125vw 0.25vw rgba(81, 137, 251, 0.6), -0.125vw -0.125vw 0.25vw rgba(81, 137, 251, 0.6), 0.125vw -0.125vw 0.25vw rgba(81, 137, 251, 0.6); - } - - .puerta-l, - .puerta-r { - position: absolute; - left: 0; - top: 0; - width: 0.5vw; - height: 0.5vw; - } - - .puerta-l__front, - .puerta-r__front { - width: 0.5vw; - height: 16vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-15.5vw); - } - - .puerta-l__back, - .puerta-r__back { - width: 0.5vw; - height: 16vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-0.5vw) translateY(-16vw); - } - - .puerta-l__right, - .puerta-r__right { - width: 0.5vw; - height: 16vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(0.5vw) translateX(-0.5vw) translateY(-16vw); - } - - .puerta-l__left, - .puerta-r__left { - width: 0.5vw; - height: 16vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-16vw); - } - - .puerta-l__top, - .puerta-r__top { - width: 0.5vw; - height: 0.5vw; - transform-origin: top left; - transform: translateZ(16vw); - } - - .puerta-l__bottom, - .puerta-r__bottom { - width: 0.5vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-0.5vw); - } - - .puerta-l__front, - .puerta-r__front { - background-color: #121332; - } - - .puerta-l__back, - .puerta-r__back { - background-color: #0b0c1f; - } - - .puerta-l__right, - .puerta-r__right { - background-color: #0b0c1f; - } - - .puerta-l__left, - .puerta-r__left { - background-color: #121332; - } - - .puerta-l__bottom, - .puerta-r__bottom { - background-color: #0b0c1f; - } - - .puerta-r { - left: calc(100% - .5vw); - } - - .puerta-t { - left: 0; - top: 0; - width: 8vw; - height: 0.5vw; - transform: translateZ(16vw); - } - - .puerta-t__front { - width: 8vw; - height: 0.5vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(0vw); - } - - .puerta-t__back { - width: 8vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-8vw) translateY(-0.5vw); - } - - .puerta-t__right { - width: 0.5vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(8vw) translateX(-0.5vw) translateY(-0.5vw); - } - - .puerta-t__left { - width: 0.5vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.5vw); - } - - .puerta-t__top { - width: 8vw; - height: 0.5vw; - transform-origin: top left; - transform: translateZ(0.5vw); - } - - .puerta-t__bottom { - width: 8vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-8vw); - } - - .puerta-t__front { - background-color: #121332; - } - - .puerta-t__back { - background-color: #0b0c1f; - } - - .puerta-t__right { - background-color: #0b0c1f; - } - - .puerta-t__left { - background-color: #121332; - } - - .puerta-t__top { - background-color: #1f2158; - } - - .puerta-t__bottom { - background-color: #0b0c1f; - } - - .muro { - position: absolute; - left: 1vw; - top: 6vw; - width: 0.5vw; - height: 16vw; - transform: translateZ(0.51vw); - } - - .muro__front { - width: 0.5vw; - height: 18vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-2vw); - } - - .muro__back { - width: 0.5vw; - height: 18vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-0.5vw) translateY(-18vw); - } - - .muro__right { - width: 16vw; - height: 18vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(0.5vw) translateX(-16vw) translateY(-18vw); - } - - .muro__left { - width: 16vw; - height: 18vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-18vw); - } - - .muro__top { - width: 0.5vw; - height: 16vw; - transform-origin: top left; - transform: translateZ(18vw); - } - - .muro__bottom { - width: 0.5vw; - height: 16vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-0.5vw); - } - - .muro__front { - background-color: #0b0c1f; - } - - .muro__back { - background-color: #0b0c1f; - } - - .muro__right { - display: flex; - justify-content: center; - background-image: radial-gradient(circle, #1f2158, #0b0c1f); - overflow: hidden; - } - - .muro__right::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(40, 125, 210, 0.25), transparent 30%, transparent 70%, rgba(40, 125, 210, 0.15)); - } - - .muro__right::after { - content: ""; - position: absolute; - bottom: 0; - left: 5%; - width: 90%; - height: 25%; - background-image: linear-gradient(to bottom, rgba(4, 5, 13, 0.75), rgba(4, 5, 13, 0.95)); - filter: blur(0.75vw); - } - - .muro__left { - background-color: #0b0c1f; - box-shadow: 0.5vw 0.5vw 0.6vw rgba(81, 137, 251, 0.3), 0.5vw -0.5vw 0.6vw rgba(81, 137, 251, 0.3), -0.5vw 0.5vw 0.6vw rgba(81, 137, 251, 0.3), -0.5vw -0.5vw 0.6vw rgba(81, 137, 251, 0.3); - } - - .muro__top { - background-color: #0b0c1f; - } - - .muro__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - bottom: 0; - background-image: linear-gradient(to left, rgba(40, 125, 210, 0.5), rgba(81, 137, 251, 0.25)); - } - - .muro__bottom { - background-color: #0b0c1f; - } - - .muro__bottom::before { - content: ""; - position: absolute; - top: 0; - right: 0; - width: 5vw; - height: 100%; - background-image: linear-gradient(to left, #0b0c1f, transparent 50%); - transform-origin: right bottom; - transform: skewY(-20deg); - filter: blur(0.25vw); - } - - .sillon-c { - position: absolute; - right: 2vw; - bottom: 6vw; - width: 6vw; - height: 16vw; - transform: translateZ(0.5vw); - } - - .sillon-c::before { - content: ""; - position: absolute; - top: -10%; - left: -10%; - width: 120%; - height: 120%; - background-color: rgba(11, 12, 31, 0.85); - filter: blur(0.75vw); - } - - .sillon-b { - position: absolute; - left: 0; - top: 1vw; - width: 6vw; - height: 14vw; - } - - .sillon-b__front { - width: 6vw; - height: 3vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(11vw); - } - - .sillon-b__back { - width: 6vw; - height: 3vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-6vw) translateY(-3vw); - } - - .sillon-b__right { - width: 14vw; - height: 3vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(6vw) translateX(-14vw) translateY(-3vw); - } - - .sillon-b__left { - width: 14vw; - height: 3vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-3vw); - } - - .sillon-b__top { - width: 6vw; - height: 14vw; - transform-origin: top left; - transform: translateZ(3vw); - } - - .sillon-b__bottom { - width: 6vw; - height: 14vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-6vw); - } - - .sillon-b__front { - background-color: #121332; - } - - .sillon-b__back { - background-color: #0b0c1f; - } - - .sillon-b__right { - background-color: #0b0c1f; - } - - .sillon-b__left { - background-image: linear-gradient(to bottom, #121332, #0b0c1f); - } - - .sillon-b__left::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to bottom, rgba(40, 125, 210, 0.1), transparent); - } - - .sillon-b__top { - background-image: linear-gradient(to right, #1f2158, #121332); - border-left: 0.1vw solid rgba(158, 153, 193, 0.5); - } - - .sillon-b__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to right, rgba(40, 125, 210, 0.25), transparent); - } - - .sillon-b__bottom { - background-color: #0b0c1f; - } - - .sillon-l, - .sillon-r { - position: absolute; - left: 0; - bottom: 0; - width: 6vw; - height: 1vw; - } - - .sillon-l__front, - .sillon-r__front { - width: 6vw; - height: 4.5vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-3.5vw); - } - - .sillon-l__back, - .sillon-r__back { - width: 6vw; - height: 4.5vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-6vw) translateY(-4.5vw); - } - - .sillon-l__right, - .sillon-r__right { - width: 1vw; - height: 4.5vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(6vw) translateX(-1vw) translateY(-4.5vw); - } - - .sillon-l__left, - .sillon-r__left { - width: 1vw; - height: 4.5vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-4.5vw); - } - - .sillon-l__top, - .sillon-r__top { - width: 6vw; - height: 1vw; - transform-origin: top left; - transform: translateZ(4.5vw); - } - - .sillon-l__bottom, - .sillon-r__bottom { - width: 6vw; - height: 1vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-6vw); - } - - .sillon-l__front, - .sillon-r__front { - background-image: linear-gradient(to bottom, #121332, #0b0c1f); - } - - .sillon-l__back, - .sillon-r__back { - background-color: #0b0c1f; - } - - .sillon-l__right, - .sillon-r__right { - background-image: linear-gradient(to bottom, #0b0c1f, black); - } - - .sillon-l__left, - .sillon-r__left { - background-image: linear-gradient(to bottom, #121332, #0b0c1f); - } - - .sillon-l__top, - .sillon-r__top { - background-image: linear-gradient(to right, #1f2158, #0f102b); - border-bottom: 0.1vw solid rgba(158, 153, 193, 0.5); - } - - .sillon-l__top::before, - .sillon-r__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to right, rgba(40, 125, 210, 0.75), transparent); - } - - .sillon-l__bottom, - .sillon-r__bottom { - background-color: #0b0c1f; - } - - .sillon-r { - top: 0; - } - - .sillon-t { - position: absolute; - right: 0; - top: 1vw; - width: 1vw; - height: 1vw; - transform-origin: right; - transform: rotateY(7deg); - } - - .sillon-t__front { - width: 1vw; - height: 6.5vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(7.5vw); - } - - .sillon-t__back { - width: 1vw; - height: 6.5vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-1vw) translateY(-6.5vw); - } - - .sillon-t__right { - width: 14vw; - height: 6.5vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(1vw) translateX(-14vw) translateY(-6.5vw); - } - - .sillon-t__left { - width: 14vw; - height: 6.5vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-6.5vw); - } - - .sillon-t__top { - width: 1vw; - height: 14vw; - transform-origin: top left; - transform: translateZ(6.5vw); - } - - .sillon-t__bottom { - width: 1vw; - height: 14vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-1vw); - } - - .sillon-t__front { - background-image: linear-gradient(to bottom, #0b0c1f, #070814); - } - - .sillon-t__back { - background-image: linear-gradient(to bottom, #0b0c1f, #0b0c1f); - } - - .sillon-t__right { - background-image: linear-gradient(to bottom, #0b0c1f, black); - } - - .sillon-t__left { - background-color: #121332; - } - - .sillon-t__top { - background-image: linear-gradient(to right, #1f2158, #0f102b); - border-bottom: 0.1vw solid rgba(158, 153, 193, 0.5); - } - - .sillon-t__top::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(to right, rgba(40, 125, 210, 0.5), transparent); - } - - .sillon-t__bottom { - background-color: #0b0c1f; - } - - .mesa-c { - position: absolute; - left: 7vw; - top: 9.5vw; - width: 10vw; - height: 9vw; - transform: translateZ(0.5vw); - } - - .mesa-shadow { - position: absolute; - width: 100%; - height: 100%; - border-radius: 10%; - background-color: rgba(11, 12, 31, 0.95); - filter: blur(1vw); - transform: translateZ(0); - } - - .mesa { - position: absolute; - left: 0; - top: 0; - width: 10vw; - height: 9vw; - transform: translateZ(2vw); - } - - .mesa__front { - width: 10vw; - height: 0.5vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(8.5vw); - } - - .mesa__back { - width: 10vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-10vw) translateY(-0.5vw); - } - - .mesa__right { - width: 9vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(10vw) translateX(-9vw) translateY(-0.5vw); - } - - .mesa__left { - width: 9vw; - height: 0.5vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.5vw); - } - - .mesa__top { - width: 10vw; - height: 9vw; - transform-origin: top left; - transform: translateZ(0.5vw); - } - - .mesa__bottom { - width: 10vw; - height: 9vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-10vw); - } - - .mesa__front { - background-image: linear-gradient(to right, #0b0c1f, black); - } - - .mesa__front::before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - background-image: linear-gradient(45deg, rgba(81, 137, 251, 0.125), rgba(180, 205, 253, 0.25), transparent 55%); - } - - .mesa__back { - background-color: #0b0c1f; - } - - .mesa__right { - background-color: black; - } - - .mesa__left { - background-color: #121332; - } - - .mesa__top { - background-image: linear-gradient(45deg, #0e0f27, #04050d); - overflow: hidden; - } - - .mesa__top::before { - content: ""; - position: absolute; - bottom: 0; - width: 50%; - height: 50%; - background-image: linear-gradient(45deg, rgba(81, 137, 251, 0.5), rgba(251, 250, 254, 0.125) 50%, transparent 55%); - filter: blur(0.5vw); - } - - .mesa__top::after { - content: ""; - position: absolute; - left: 2vw; - top: 2vw; - width: 20%; - height: 50%; - border-radius: 50%; - background-color: rgba(40, 125, 210, 0.079); - transform: rotateZ(-40deg); - filter: blur(0.75vw); - } - - .mesa__bottom { - background-color: #0b0c1f; - } - - .mesa-p { - position: absolute; - width: 0.25vw; - height: 0.25vw; - } - - .mesa-p__front { - width: 0.25vw; - height: 1.75vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(-1.5vw); - } - - .mesa-p__back { - width: 0.25vw; - height: 1.75vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-0.25vw) translateY(-1.75vw); - } - - .mesa-p__right { - width: 0.25vw; - height: 1.75vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(0.25vw) translateX(-0.25vw) translateY(-1.75vw); - } - - .mesa-p__left { - width: 0.25vw; - height: 1.75vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-1.75vw); - } - - .mesa-p__top { - width: 0.25vw; - height: 0.25vw; - transform-origin: top left; - transform: translateZ(1.75vw); - } - - .mesa-p__bottom { - width: 0.25vw; - height: 0.25vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-0.25vw); - } - - .mesa-p__front { - background-color: #0b0c1f; - } - - .mesa-p__back { - background-color: #0b0c1f; - } - - .mesa-p__right { - background-color: black; - } - - .mesa-p__left { - background-color: #121332; - } - - .mesa-p__top { - background-color: #1f2158; - } - - .mesa-p__bottom { - background-color: #0b0c1f; - } - - .mesa-p__bottom::before { - content: ""; - position: absolute; - width: 600%; - height: 200%; - top: 0; - right: 0; - border-radius: 10%; - transform: translateZ(-0.1vw); - background-color: rgba(0, 0, 0, 0.75); - filter: blur(0.35vw); - } - - .mesa-p:nth-of-type(1) { - left: 0.5vw; - top: 0.5vw; - } - - .mesa-p:nth-of-type(2) { - right: 0.5vw; - top: 0.5vw; - } - - .mesa-p:nth-of-type(3) { - left: 0.5vw; - bottom: 0.5vw; - } - - .mesa-p:nth-of-type(4) { - right: 0.5vw; - bottom: 0.5vw; - } - - .tablet { - position: absolute; - left: 13vw; - top: 12vw; - width: 2vw; - height: 2.5vw; - transform: translateZ(3.01vw) rotateZ(15deg); - } - - .tablet__front { - width: 2vw; - height: 0.125vw; - transform-origin: bottom left; - transform: rotateX(-90deg) translateZ(2.375vw); - } - - .tablet__back { - width: 2vw; - height: 0.125vw; - transform-origin: top left; - transform: rotateX(-90deg) rotateY(180deg) translateX(-2vw) translateY(-0.125vw); - } - - .tablet__right { - width: 2.5vw; - height: 0.125vw; - transform-origin: top left; - transform: rotateY(90deg) rotateZ(-90deg) translateZ(2vw) translateX(-2.5vw) translateY(-0.125vw); - } - - .tablet__left { - width: 2.5vw; - height: 0.125vw; - transform-origin: top left; - transform: rotateY(-90deg) rotateZ(90deg) translateY(-0.125vw); - } - - .tablet__top { - width: 2vw; - height: 2.5vw; - transform-origin: top left; - transform: translateZ(0.125vw); - } - - .tablet__bottom { - width: 2vw; - height: 2.5vw; - transform-origin: top left; - transform: rotateY(180deg) translateX(-2vw); - } - - .tablet__front { - background-color: #8079ae; - } - - .tablet__back { - background-color: #383358; - } - - .tablet__right { - background-color: #383358; - } - - .tablet__left { - background-color: #9E99C1; - } - - .tablet__top { - background-color: #83abfc; - border: 0.2vw solid rgba(81, 137, 251, 0.25); - animation: pantalla-tablet 0.25s infinite; - } - - .tablet__bottom { - background-color: black; - box-shadow: 0.25vw 0.25vw 0.5vw rgba(24, 74, 124, 0.75), -0.25vw 0.25vw 0.5vw rgba(24, 74, 124, 0.75), -0.25vw -0.25vw 0.5vw rgba(24, 74, 124, 0.75), 0.25vw -0.25vw 0.5vw rgba(24, 74, 124, 0.75); - } - - /**********************/ - /**********************/ - @keyframes pantalla-tablet { - from { - background-color: #6a9afb; - } - } - - @keyframes pantalla-tv { - from { - background-color: #6a9afb; - box-shadow: 0.125vw 0.125vw 0vw rgba(81, 137, 251, 0), -0.125vw 0.125vw 0vw rgba(81, 137, 251, 0), 0.125vw -0.125vw 0vw rgba(81, 137, 251, 0), -0.125vw -0.125vw 0vw rgba(81, 137, 251, 0); - } - } - - @keyframes luz-tv { - from { - background-image: radial-gradient(rgba(36, 112, 188, 0.8), rgba(56, 121, 250, 0.8)); - } - } \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css index abaccf5..8a211b9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,236 +1,212 @@ + /*-------------------------------------------------------------- # General --------------------------------------------------------------*/ -::-webkit-scrollbar { - width: 8px; -} - -/* Track */ -::-webkit-scrollbar-track { - background: #f1f1f1; -} - -/* Handle */ -::-webkit-scrollbar-thumb { - background: #888; -} - -/* Handle on hover */ -::-webkit-scrollbar-thumb:hover { - background: #555; +body { + color: #444444; } * { - font-family: "Roboto Slab", serif; -} - -body { - color: #444444; + font-family: 'Sriracha', cursive; } a { - color: #1a73e8; - text-decoration: none; + color: #1A73E8; + text-decoration: none; } a:hover { - color: #3b8af2; - text-decoration: none; + color: #3b8af2; + text-decoration: none; } -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: "Arvo", serif; +h1, h2, h3, h4, h5, h6 { + font-family: 'Acme', sans-serif; } /*-------------------------------------------------------------- # Preloader --------------------------------------------------------------*/ #preloader { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 9999; - overflow: hidden; - background: #fff; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 9999; + overflow: hidden; + background: #fff; } #preloader:before { - content: ""; - position: fixed; - top: calc(50% - 30px); - left: calc(50% - 30px); - border: 6px solid #1a73e8; - border-top-color: #e2eefd; - border-radius: 50%; - width: 60px; - height: 60px; - -webkit-animation: animate-preloader 1s linear infinite; - animation: animate-preloader 1s linear infinite; + content: ""; + position: fixed; + top: calc(50% - 30px); + left: calc(50% - 30px); + border: 6px solid #1A73E8; + border-top-color: #e2eefd; + border-radius: 50%; + width: 60px; + height: 60px; + -webkit-animation: animate-preloader 1s linear infinite; + animation: animate-preloader 1s linear infinite; } @-webkit-keyframes animate-preloader { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } } @keyframes animate-preloader { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } } /*-------------------------------------------------------------- # Back to top button --------------------------------------------------------------*/ .back-to-top { - position: fixed; - display: none; - left: 10px; - bottom: 10px; - z-index: 99999; + position: fixed; + display: none; + left: 15px; + bottom: 15px; + z-index: 99999; } .back-to-top i { - display: flex; - align-items: center; - justify-content: center; - font-size: 24px; - width: 40px; - height: 40px; - border-radius: 4px; - background: #1a73e8; - color: #fff; - transition: all 0.4s; + display: flex; + align-items: center; + justify-content: center; + font-size: 24px; + width: 40px; + height: 40px; + border-radius: 4px; + background: #1A73E8; + color: #fff; + transition: all 0.4s; } .back-to-top i:hover { - background: #3284f1; - color: #fff; + background: #3284f1; + color: #fff; } /*-------------------------------------------------------------- # Disable aos animation delay on mobile devices --------------------------------------------------------------*/ @media screen and (max-width: 768px) { - [data-aos-delay] { - transition-delay: 0 !important; - } + [data-aos-delay] { + transition-delay: 0 !important; + } } /*-------------------------------------------------------------- # Top Bar --------------------------------------------------------------*/ #topbar { - background: #1a73e8; - height: 40px; - font-size: 14px; - transition: all 0.5s; - color: #fff; + background: #1A73E8; + height: 40px; + font-size: 14px; + transition: all 0.5s; + color: #fff; } #topbar.topbar-scrolled { - top: -40px; + top: -40px; } #topbar .contact-info a { - line-height: 1; - color: #fff; - transition: 0.3s; + line-height: 1; + color: #fff; + transition: 0.3s; } #topbar .contact-info a:hover { - text-decoration: underline; + text-decoration: underline; } #topbar .contact-info i { - padding-right: 4px; - margin-left: 15px; + padding-right: 4px; + margin-left: 15px; } #topbar .contact-info i:first-child { - margin-left: 0; + margin-left: 0; } #topbar .social-links a { - color: rgba(255, 255, 255, 0.6); - padding-left: 15px; - display: inline-block; - line-height: 1px; - transition: 0.3s; + color: rgba(255, 255, 255, 0.6); + padding-left: 15px; + display: inline-block; + line-height: 1px; + transition: 0.3s; } #topbar .social-links a:hover { - color: #fff; + color: #fff; } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ #header { - transition: all 0.5s; - z-index: 997; - border-bottom: 1px solid rgba(255, 255, 255, 0.1); + transition: all 0.5s; + z-index: 997; + border-bottom: 1px solid rgba(255, 255, 255, 0.1); } -#header.header-scrolled, -#header.header-inner-pages { - background: #0f0f0f; +#header.header-scrolled, #header.header-inner-pages { + background: #0f0f0f; } #particles-js { - position: absolute; - width: 100%; - height: 100%; - background-color: #000; - background-image: url(""); - background-repeat: no-repeat; - background-size: cover; - background-position: 50% 50%; + position: absolute; + width: 100%; + height: 100%; + background-color: #000; + background-image: url(""); + background-repeat: no-repeat; + background-size: cover; + background-position: 50% 50%; } #header .logo { - font-size: 30px; - position: relative; - left: 10%; - margin-left: -65px; - line-height: 1.5; - font-weight: 700; - letter-spacing: 0.5px; + font-size: 30px; + position: relative; + left: 10%; + margin-left: -65px; + line-height: 1.5; + font-weight: 700; + letter-spacing: 0.5px; } #header .logo a { - color: #1a73e8; + color:#1A73E8; } #header .logo img { - max-height: 70px; + max-height: 70px; } @media (max-width: 992px) { - #header { - border: 20; - padding: 0; - } - #header .logo { - font-size: 30px; - margin: 0; - padding: 0px; - line-height: 1.5; - font-weight: 700; - letter-spacing: 0.5px; - } + #header { + border: 20; + padding: 0; + } + #header .logo { + font-size: 30px; + margin: 0; + padding: 0px; + line-height: 1.5; + font-weight: 700; + letter-spacing: 0.5px; + } } /*-------------------------------------------------------------- @@ -238,1031 +214,1025 @@ h6 { --------------------------------------------------------------*/ /* Desktop Navigation */ .nav-menu ul { - margin: 0; - padding: 0; - list-style: none; + margin: 0; + padding: 0; + list-style: none; } .nav-menu > ul { - display: flex; + display: flex; } .nav-menu > ul > li { - position: relative; - white-space: nowrap; - margin: 0 12px; + position: relative; + white-space: nowrap; + margin: 0 12px; } .nav-menu a { - display: block; - position: relative; - color: rgba(255, 255, 255, 0.7); - transition: 0.3s; - font-size: 14px; - padding: 25px 3px; - font-weight: 600; - font-family: "Arvo", serif; + display: block; + position: relative; + color: rgba(255, 255, 255, 0.7); + transition: 0.3s; + font-size: 14px; + padding: 25px 3px; + font-weight: 600; + font-family: 'Acme', sans-serif; } .nav-menu > ul > li > a:before { - content: ""; - position: absolute; - width: 100%; - height: 2px; - bottom: -2px; - left: 0; - background-color: #1a73e8; - visibility: hidden; - width: 0px; - transition: all 0.3s ease-in-out 0s; + content: ""; + position: absolute; + width: 100%; + height: 2px; + bottom: -2px; + left: 0; + background-color: #1A73E8; + visibility: hidden; + width: 0px; + transition: all 0.3s ease-in-out 0s; } -.nav-menu a:hover:before, -.nav-menu li:hover > a:before, -.nav-menu .active > a:before { - visibility: visible; - width: 100%; +.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before { + visibility: visible; + width: 100%; } -.nav-menu a:hover, -.nav-menu .active > a, -.nav-menu li:hover > a { - color: #fff; +.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a { + color: #fff; } .nav-menu .drop-down ul { - display: block; - position: absolute; - left: 0; - top: calc(100% + 30px); - z-index: 99; - opacity: 0; - visibility: hidden; - padding: 10px 0; - background: #fff; - box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); - transition: 0.3s; - border-top: 2px solid #1a73e8; + display: block; + position: absolute; + left: 0; + top: calc(100% + 30px); + z-index: 99; + opacity: 0; + visibility: hidden; + padding: 10px 0; + background: #fff; + box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); + transition: 0.3s; + border-top: 2px solid #1A73E8; } .nav-menu .drop-down:hover > ul { - opacity: 1; - top: 100%; - visibility: visible; + opacity: 1; + top: 100%; + visibility: visible; } .nav-menu .drop-down li { - min-width: 180px; - position: relative; + min-width: 180px; + position: relative; } .nav-menu .drop-down ul a { - padding: 10px 20px; - font-size: 14px; - font-weight: 500; - text-transform: none; - color: #282828; + padding: 10px 20px; + font-size: 14px; + font-weight: 500; + text-transform: none; + color: #282828; } -.nav-menu .drop-down ul a:hover, -.nav-menu .drop-down ul .active > a, -.nav-menu .drop-down ul li:hover > a { - color: #1a73e8; +.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a { + color: #1A73E8; } .nav-menu .drop-down > a:after { - content: "\ea99"; - font-family: "Arvo", serif; - padding-left: 5px; + content:"\ea99"; + font-family: 'Acme', sans-serif; + padding-left: 5px; } .nav-menu .drop-down .drop-down ul { - top: 0; - left: calc(100% - 30px); + top: 0; + left: calc(100% - 30px); } .nav-menu .drop-down .drop-down:hover > ul { - opacity: 1; - top: 0; - left: 100%; + opacity: 1; + top: 0; + left: 100%; } .nav-menu .drop-down .drop-down > a { - padding-right: 35px; + padding-right: 35px; } .nav-menu .drop-down .drop-down > a:after { - content: "\eaa0"; - font-family: "Arvo", serif; - position: absolute; - right: 15px; + content: "\eaa0"; + font-family: 'Acme', sans-serif; + position: absolute; + right: 15px; } @media (max-width: 1366px) { - .nav-menu .drop-down .drop-down ul { - left: -90%; - } - .nav-menu .drop-down .drop-down:hover > ul { - left: -100%; - } - .nav-menu .drop-down .drop-down > a:after { - content: "\ea9d"; - } + .nav-menu .drop-down .drop-down ul { + left: -90%; + } + .nav-menu .drop-down .drop-down:hover > ul { + left: -100%; + } + .nav-menu .drop-down .drop-down > a:after { + content:"\ea9d"; + } } /* Get Startet Button */ .get-started-btn { - margin-left: 25px; - background: #1a73e8; - color: #fff; - border-radius: 50px; - padding: 8px 25px 9px 25px; - white-space: nowrap; - transition: 0.3s; - font-size: 14px; - display: inline-block; + margin-left: 25px; + background: #1A73E8; + color: #fff; + border-radius: 50px; + padding: 8px 25px 9px 25px; + white-space: nowrap; + transition: 0.3s; + font-size: 14px; + display: inline-block; } .get-started-btn:hover { - background: #00b371; - color: #fff; + background: #00b371; + color: #fff; } @media (max-width: 992px) { - .get-started-btn { - margin: 0 48px 0 0; - padding: 6px 18px; - } + .get-started-btn { + margin: 0 48px 0 0; + padding: 6px 18px; + } } /* Mobile Navigation */ .mobile-nav-toggle { - position: fixed; - right: 15px; - top: 18px; - z-index: 9998; - border: 0; - background: none; - font-size: 24px; - transition: all 0.4s; - outline: none !important; - line-height: 1; - cursor: pointer; - text-align: right; + position: fixed; + right: 15px; + top: 18px; + z-index: 9998; + border: 0; + background: none; + font-size: 24px; + transition: all 0.4s; + outline: none !important; + line-height: 1; + cursor: pointer; + text-align: right; } .mobile-nav-toggle i { - color: #fff; + color: #fff; } .mobile-nav { - position: fixed; - top: 55px; - right: 15px; - left: 15px; - z-index: 9999; - overflow-y: auto; - background: #fff; - transition: ease-in-out 0.2s; - opacity: 0; - visibility: hidden; - border-radius: 10px; - padding: 10px 0; + position: fixed; + top: 55px; + right: 15px; + left: 15px; + z-index: 9999; + overflow-y: auto; + background: #fff; + transition: ease-in-out 0.2s; + opacity: 0; + visibility: hidden; + border-radius: 10px; + padding: 10px 0; } .mobile-nav * { - margin: 0; - padding: 0; - list-style: none; + margin: 0; + padding: 0; + list-style: none; } .mobile-nav a { - display: block; - position: relative; - color: #282828; - padding: 10px 20px; - font-weight: 500; - outline: none; + display: block; + position: relative; + color: #282828; + padding: 10px 20px; + font-weight: 500; + outline: none; } -.mobile-nav a:hover, -.mobile-nav .active > a, -.mobile-nav li:hover > a { - color: #1a73e8; - text-decoration: none; +.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a { + color: #1A73E8; + text-decoration: none; } .mobile-nav .drop-down > a:after { - content: "\ea99"; - font-family: "Arvo", serif; - padding-left: 10px; - position: absolute; - right: 15px; + content: "\ea99"; + font-family: 'Acme', sans-serif; + padding-left: 10px; + position: absolute; + right: 15px; } .mobile-nav .active.drop-down > a:after { - content: "\eaa1"; + content: "\eaa1"; } .mobile-nav .drop-down > a { - padding-right: 35px; + padding-right: 35px; } .mobile-nav .drop-down ul { - display: none; - overflow: hidden; + display: none; + overflow: hidden; } .mobile-nav .drop-down li { - padding-left: 20px; + padding-left: 20px; } .mobile-nav-overly { - width: 100%; - height: 100%; - z-index: 9997; - top: 0; - left: 0; - position: fixed; - background: rgba(15, 15, 15, 0.6); - overflow: hidden; - display: none; - transition: ease-in-out 0.2s; + width: 100%; + height: 100%; + z-index: 9997; + top: 0; + left: 0; + position: fixed; + background: rgba(15, 15, 15, 0.6); + overflow: hidden; + display: none; + transition: ease-in-out 0.2s; } .mobile-nav-active { - overflow: hidden; + overflow: hidden; } .mobile-nav-active .mobile-nav { - opacity: 1; - visibility: visible; + opacity: 1; + visibility: visible; } .mobile-nav-active .mobile-nav-toggle i { - color: #fff; + color: #fff; } /* Watermark*/ -#background { - position: absolute; - z-index: 0; - background: white; - display: block; - min-height: 50%; - min-width: 50%; - color: yellow; +#background{ + position:absolute; + z-index:0; + background:white; + display:block; + min-height:50%; + min-width:50%; + color:yellow; } -#content { - position: absolute; - z-index: 1; +#content{ + position:absolute; + z-index:1; } -#bg-text { - color: lightgrey; - font-size: 120px; - transform: rotate(300deg); - -webkit-transform: rotate(300deg); +#bg-text +{ + color:lightgrey; + font-size:120px; + transform:rotate(300deg); + -webkit-transform:rotate(300deg); } /*-------------------------------------------------------------- # Hero Section --------------------------------------------------------------*/ #hero { - width: 100%; - height: 100vh; - background: url("../img/background2s.jpg") top center; - background-size: cover; - position: relative; + width: 100%; + height: 100vh; +/* background: top center; */ + background-size: cover; + position: relative; } #hero .video-background { - position: relative; - width: 100%; - min-height: 100vh; - background-color: rgb(0, 0, 0, 0.2); + position: relative; + width: 100%; + min-height: 100vh; + background-color: rgb(0, 0, 0, 0.2); } #hero .caption { - position: absolute; - width: 100%; - text-align: center; + position: absolute; + width: 100%; + text-align: center; } -#hero span { - color: #25b825; +#hero span{ + color: #1A73E8; } #hero:before { - content: ""; - /* background: rgba(0, 0, 0, 0.6); */ - position: absolute; - bottom: 0; - top: 0; - left: 0; - right: 0; + content: ""; + background: rgba(0, 0, 0, 0.6); + position: absolute; + bottom: 0; + top: 0; + left: 0; + right: 0; } #hero .container { - position:relative; - - bottom: 55px; - text-align: center; -} - -/* #hero .container { - position:sticky; - left:20px; - text-align: center; -} */ + padding-top: 72px; + position: relative; + text-align: center; +} #hero h1 { - margin: 0 0 10px 0; - font-size: 48px; - font-weight: 700; - line-height: 56px; - color: #fff; + margin: 0 0 10px 0; + font-size: 48px; + font-weight: 700; + line-height: 56px; + color: #fff; } #hero h2 { - color: #eee; - margin-bottom: 40px; - font-size: 24px; + color: #eee; + margin-bottom: 40px; + font-size: 24px; } #hero .play-btn { - width: 94px; - height: 94px; - margin: 0 auto; - background: radial-gradient(#1a73e8 50%, rgba(30, 144, 255, 0.3) 52%); - border-radius: 50%; - display: block; - overflow: hidden; - position: relative; + width: 94px; + height: 94px; + margin: 0 auto; + background: radial-gradient(#1A73E8 50%, rgba(30, 144, 255, 0.3) 52%); + border-radius: 50%; + display: block; + overflow: hidden; + position: relative; } #hero .play-btn::after { - content: ""; - position: absolute; - left: 50%; - top: 50%; - transform: translateX(-40%) translateY(-50%); - width: 0; - height: 0; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - border-left: 15px solid #fff; - z-index: 100; - transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); + content: ''; + position: absolute; + left: 50%; + top: 50%; + transform: translateX(-40%) translateY(-50%); + width: 0; + height: 0; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + border-left: 15px solid #fff; + z-index: 100; + transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19); } #hero .play-btn::before { - content: ""; - position: absolute; - width: 120px; - height: 120px; - -webkit-animation-delay: 0s; - animation-delay: 0s; - -webkit-animation: pulsate-btn 3s; - animation: pulsate-btn 3s; - -webkit-animation-direction: forwards; - animation-direction: forwards; - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; - -webkit-animation-timing-function: steps; - animation-timing-function: steps; - opacity: 1; - border-radius: 50%; - border: 4px solid rgba(37, 184, 37, 1); - top: -15%; - left: -15%; - background: rgba(177, 44, 32, 0); + content: ''; + position: absolute; + width: 120px; + height: 120px; + -webkit-animation-delay: 0s; + animation-delay: 0s; + -webkit-animation: pulsate-btn 3s; + animation: pulsate-btn 3s; + -webkit-animation-direction: forwards; + animation-direction: forwards; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-timing-function: steps; + animation-timing-function: steps; + opacity: 1; + border-radius: 50%; + border: 5px solid rgba(65, 105, 225, 0.7); + top: -15%; + left: -15%; + background: rgba(198, 16, 0, 0); } #hero .play-btn:hover::after { - border-left: 15px solid #1a73e8; - transform: scale(20); + border-left: 15px solid #1A73E8; + transform: scale(20); } #hero .play-btn:hover::before { - content: ""; - position: absolute; - left: 50%; - top: 50%; - transform: translateX(-40%) translateY(-50%); - width: 0; - height: 0; - border: none; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - border-left: 15px solid #fff; - z-index: 200; - -webkit-animation: none; - animation: none; - border-radius: 0; + content: ''; + position: absolute; + left: 50%; + top: 50%; + transform: translateX(-40%) translateY(-50%); + width: 0; + height: 0; + border: none; + border-top: 10px solid transparent; + border-bottom: 10px solid transparent; + border-left: 15px solid #fff; + z-index: 200; + -webkit-animation: none; + animation: none; + border-radius: 0; } @media (min-width: 1024px) { - #hero { - background-attachment: fixed; - } + #hero { + background-attachment: fixed; + } } @media (max-width: 768px) { - #hero h1 { - font-size: 28px; - line-height: 36px; - } - #hero h2 { - font-size: 18px; - line-height: 24px; - margin-bottom: 30px; - } - .span { - position: relative; - display: inline-block; - width: 100%; - margin: 1em; - padding: 1em 2em; - border: 0; - border-radius: 30px; - text-align: center; - white-space: nowrap; - cursor: pointer; - font-family: "Arvo", serif; - font-size: 14px; - } + #hero h1 { + font-size: 28px; + line-height: 36px; + } + #hero h2 { + font-size: 18px; + line-height: 24px; + margin-bottom: 30px; + } + .span { + position: relative; + display: inline-block; + width: 100%; + margin: 1em; + padding: 1em 2em; + border: 0; + border-radius: 30px; + text-align: center; + white-space: nowrap; + cursor: pointer; + font-family: 'Rowdies', cursive; + font-size: 14px; +} } @-webkit-keyframes pulsate-btn { - 0% { - transform: scale(0.6, 0.6); - opacity: 1; - } - 100% { - transform: scale(1, 1); - opacity: 0; - } + 0% { + transform: scale(0.6, 0.6); + opacity: 1; + } + 100% { + transform: scale(1, 1); + opacity: 0; + } } @keyframes pulsate-btn { - 0% { - transform: scale(0.6, 0.6); - opacity: 1; - } - 100% { - transform: scale(1, 1); - opacity: 0; - } + 0% { + transform: scale(0.6, 0.6); + opacity: 1; + } + 100% { + transform: scale(1, 1); + opacity: 0; + } } + /*-------------------------------------------------------------- # Sections General --------------------------------------------------------------*/ section { - padding: 60px 0; - overflow: hidden; + padding: 60px 0; + overflow: hidden; } .section-title { - text-align: center; - padding-bottom: 30px; + text-align: center; + padding-bottom: 30px; } .section-title h1 { - letter-spacing: 1px; - font-weight: 700; - padding: 8px 20px; - margin: 0; - background: #e7f1fd; - color: #1a73e8; - display: inline-block; - text-transform: uppercase; - border-radius: 50px; + + letter-spacing: 1px; + font-weight: 700; + padding: 8px 20px; + margin: 0; + background: #e7f1fd; + color: #1A73E8; + display: inline-block; + text-transform: uppercase; + border-radius: 50px; } .section-title h3 { - margin: 15px 0 0 0; - font-size: 32px; - font-weight: 700; + margin: 15px 0 0 0; + font-size: 32px; + font-weight: 700; } .section-title h3 span { - color: #1a73e8; + color: #1A73E8; } .section-title p { - margin: 15px auto 0 auto; - font-weight: 600; + margin: 15px auto 0 auto; + font-weight: 600; } @media (min-width: 1024px) { - .section-title p { - width: 50%; - } + .section-title p { + width: 50%; + } } /*-------------------------------------------------------------- # Breadcrumbs --------------------------------------------------------------*/ .breadcrumbs { - padding: 20px 0; - background-color: #f1f6fe; - min-height: 40px; - margin-top: 134px; + padding: 20px 0; + background-color: #f1f6fe; + min-height: 40px; + margin-top: 134px; } @media (max-width: 992px) { - .breadcrumbs { - margin-top: 58px; - } + .breadcrumbs { + margin-top: 58px; + } } .breadcrumbs h2 { - font-size: 24px; - font-weight: 300; - margin: 0; + font-size: 24px; + font-weight: 300; + margin: 0; } @media (max-width: 992px) { - .breadcrumbs h2 { - margin: 0 0 10px 0; - } + .breadcrumbs h2 { + margin: 0 0 10px 0; + } } .breadcrumbs ol { - display: flex; - flex-wrap: wrap; - list-style: none; - padding: 0; - margin: 0; - font-size: 14px; + display: flex; + flex-wrap: wrap; + list-style: none; + padding: 0; + margin: 0; + font-size: 14px; } .breadcrumbs ol li + li { - padding-left: 10px; + padding-left: 10px; } .breadcrumbs ol li + li::before { - display: inline-block; - padding-right: 10px; - color: #6c757d; - content: "/"; + display: inline-block; + padding-right: 10px; + color: #6c757d; + content: "/"; } @media (max-width: 768px) { - .breadcrumbs .d-flex { - display: block !important; - } - .breadcrumbs ol { - display: block; - } - .breadcrumbs ol li { - display: inline-block; - } + .breadcrumbs .d-flex { + display: block !important; + } + .breadcrumbs ol { + display: block; + } + .breadcrumbs ol li { + display: inline-block; + } } /*-------------------------------------------------------------- # Featured Services --------------------------------------------------------------*/ .featured-services .icon-box { - padding: 30px; - position: relative; - overflow: hidden; - background: #fff; - box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); - transition: all 0.3s ease-in-out; - border-radius: 8px; - z-index: 1; + padding: 30px; + position: relative; + overflow: hidden; + background: #fff; + box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); + transition: all 0.3s ease-in-out; + border-radius: 8px; + z-index: 1; } .featured-services .icon-box::before { - content: ""; - position: absolute; - background: #cbe0fb; - right: 0; - left: 0; - bottom: 0; - top: 100%; - transition: all 0.3s; - z-index: -1; + content: ''; + position: absolute; + background: #cbe0fb; + right: 0; + left: 0; + bottom: 0; + top: 100%; + transition: all 0.3s; + z-index: -1; } .featured-services .icon-box:hover::before { - background: #1a73e8; - top: 0; - border-radius: 0px; + background: #1A73E8; + top: 0; + border-radius: 0px; } .featured-services .icon { - margin-bottom: 15px; + margin-bottom: 15px; } .featured-services .icon i { - font-size: 48px; - line-height: 1; - color: #1a73e8; - transition: all 0.3s ease-in-out; + font-size: 48px; + line-height: 1; + color: #1A73E8; + transition: all 0.3s ease-in-out; } .featured-services .title { - font-weight: 700; - margin-bottom: 15px; - font-size: 18px; + font-weight: 700; + margin-bottom: 15px; + font-size: 18px; } .featured-services .title a { - color: #111; + color: #111; } .featured-services .description { - font-size: 15px; - line-height: 28px; - margin-bottom: 0; + font-size: 15px; + line-height: 28px; + margin-bottom: 0; } -.featured-services .icon-box:hover .title a, -.featured-services .icon-box:hover .description { - color: #fff; +.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description { + color: #fff; } .featured-services .icon-box:hover .icon i { - color: #fff; + color: #fff; } .btn-wrap { - margin: 20px -20px -20px -20px; - padding: 20px 15px; - text-align: center; + margin: 20px -20px -20px -20px; + padding: 20px 15px; + text-align: center; } .featured-services .btn-buy { - background: #1a73e8; - display: inline-block; - padding: 8px 35px 10px 35px; - border-radius: 4px; - border: 2px solid #fff; - color: #fff; - transition: none; - font-size: 14px; - font-weight: 400; - font-family: "Roboto", sans-serif; - font-weight: 600; - transition: 0.3s; + background: #1A73E8; + display: inline-block; + padding: 8px 35px 10px 35px; + border-radius: 4px; + border: 2px solid #fff; + color: #fff; + transition: none; + font-size: 14px; + font-weight: 400; + font-family: "Roboto", sans-serif; + font-weight: 600; + transition: 0.3s; } .featured-services .btn-buy:hover { - background: #3b8af2; + background: #3b8af2; } /*-------------------------------------------------------------- # About --------------------------------------------------------------*/ .about .content h3 { - font-weight: 600; - font-size: 26px; + font-weight: 600; + font-size: 26px; } .about .content ul { - list-style: none; - padding: 0; + list-style: none; + padding: 0; } .about .content ul li { - display: flex; - align-items: flex-start; - margin-bottom: 35px; + display: flex; + align-items: flex-start; + margin-bottom: 35px; } .about .content ul li:first-child { - margin-top: 35px; + margin-top: 35px; } -.about .content ul img { - margin-right: 15px; - width: 64px; - height: 64px; +.about .content ul i { + background: #fff; + box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12); + font-size: 24px; + padding: 20px; + margin-right: 15px; + color: #1A73E8; + border-radius: 50px; } .about .content ul h5 { - font-size: 18px; - color: #555555; + font-size: 18px; + color: #555555; } .about .content ul p { - font-size: 15px; + font-size: 15px; } .about .content p:last-child { - margin-bottom: 0; + margin-bottom: 0; } .about .animated { - animation: up-down 2s ease-in-out infinite alternate-reverse both; + animation: up-down 2s ease-in-out infinite alternate-reverse both; } -#JOC2 { - padding: 15px; +#JOC2{ + padding: 15px; } #JOC2 .btn-get-started { - font-family: "Arvo", serif; - font-weight: 500; - font-size: 16px; - letter-spacing: 1px; - display: inline-block; - padding: 8px 28px; - border-radius: 3px; - transition: 0.5s; - margin: 10px; - color: #fff; - background: #1a73e8; + font-family: 'Rowdies', cursive; + font-weight: 500; + font-size: 16px; + letter-spacing: 1px; + display: inline-block; + padding: 8px 28px; + border-radius: 3px; + transition: 0.5s; + margin: 10px; + color: #fff; + background: #1A73E8; } .JOC2-img { - margin-top: 10%; + margin-top: 10%; } @media (max-width: 991px) { - .JOC2 .JOC2-img img { - max-width: 70%; - } + .JOC2 .JOC2-img img { + max-width: 70%; + } } @media (max-width: 767px) { - .JOC2 .JOC2-img img { - max-width: 90%; - } + .JOC2 .JOC2-img img { + max-width: 90%; + } } #JOC1 .animated { - animation: up-down 2s ease-in-out infinite alternate-reverse both; + animation: up-down 2s ease-in-out infinite alternate-reverse both; } /*-------------------------------------------------------------- # JOC1 Section --------------------------------------------------------------*/ #JOC1 { - width: 100%; - height: auto; - border-bottom: 2px solid #fcebe3; - margin: -30px 0 -72px 0; + width: 100%; + height: auto; + border-bottom: 2px solid #fcebe3; + margin: -30px 0 -72px 0; } + #JOC1 .btn-get-started { - font-family: "Arvo", serif; - font-weight: 500; - font-size: 16px; - letter-spacing: 1px; - display: inline-block; - padding: 8px 28px; - border-radius: 3px; - transition: 0.5s; - margin: 10px; - color: #fff; - background: #1a73e8; + font-family: 'Rowdies', cursive; + font-weight: 500; + font-size: 16px; + letter-spacing: 1px; + display: inline-block; + padding: 8px 28px; + border-radius: 3px; + transition: 0.5s; + margin: 10px; + color: #fff; + background: #1A73E8; } #JOC1 .btn-get-started:hover { - background: #ef7f4d; + background: #ef7f4d; } #JOC1 .animated { - animation: up-down 2s ease-in-out infinite alternate-reverse both; + animation: up-down 2s ease-in-out infinite alternate-reverse both; } #JOC2 { - margin-top: 15px; + margin-top: 15px; } .JOC1-img img { - width: 100%; - height: 100%; + width: 100%; + height: 100%; } #JOC2 li { - list-style-type: disc; + list-style-type: disc; } -#JOC2 .domain-container { - float: left; - width: 80%; +#JOC2 .domain-container{ + float: left; + width: 80%; } #JOC2 .domain_left { - float: left; + float: left; } #JOC2 .domain_right { - float: right; + float: right; } #JOC2 .animated { - animation: up-down 2s ease-in-out infinite alternate-reverse both; + animation: up-down 2s ease-in-out infinite alternate-reverse both; } @media (min-width: 1024px) { - #JOC1 { - background-attachment: fixed; - } + #JOC1 { + background-attachment: fixed; + } } @media (max-width: 991px) { - #JOC1 .animated { - -webkit-animation: none; - animation: up-down 2s ease-in-out infinite alternate-reverse both; - } - #JOC1 .JOC1-img { - text-align: center; - } - #JOC1 .JOC1-img img { - width: 50%; - height: 100%; - } - #JOC2 .domain_right { - float: left; - } + #JOC1 .animated { + -webkit-animation: none; + animation: up-down 2s ease-in-out infinite alternate-reverse both; + } + #JOC1 .JOC1-img { + text-align: center; + } + #JOC1 .JOC1-img img { + width: 50%; + height: 100%; + } + #JOC2 .domain_right { + float: left; +} } @media (max-width: 768px) { - #JOC1 h1 { - font-size: 28px; - line-height: 36px; - } - #JOC1 h2 { - font-size: 18px; - line-height: 24px; - margin-bottom: 30px; - } - #JOC1 .JOC1-img img { - width: 70%; - } + #JOC1 h1 { + font-size: 28px; + line-height: 36px; + } + #JOC1 h2 { + font-size: 18px; + line-height: 24px; + margin-bottom: 30px; + } + #JOC1 .JOC1-img img { + width: 70%; + } } @media (max-width: 575px) { - #JOC1 .JOC1-img img { - width: 80%; - } + #JOC1 .JOC1-img img { + width: 80%; + } } @-webkit-keyframes up-down { - 0% { - transform: translateY(15px); - } - 100% { - transform: translateY(-15px); - } + 0% { + transform: translateY(15px); + } + 100% { + transform: translateY(-15px); + } } @keyframes up-down { - 0% { - transform: translateY(15px); - } - 100% { - transform: translateY(-15px); - } + 0% { + transform: translateY(15px); + } + 100% { + transform: translateY(-15px); + } } + /*------------------------------------------------------------- # Live Events --------------------------------------------------------------*/ .background { - position: absolute; - top: -40px; - left: -40px; - height: 120%; - width: 120%; - background-image: url(https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260); - background-size: cover; - background-position: center; - background-repeat: no-repeat; - -webkit-filter: blur(30px); - filter: blur(30px); + position: absolute; + top: -40px; + left: -40px; + height: 120%; + width: 120%; + background-image: url(https://images.pexels.com/photos/531880/pexels-photo-531880.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + -webkit-filter: blur(30px); + filter: blur(30px); } .card { - position: rela; - border-radius: 8px; - height: 450px; - width: 400px; - top: 0; - right: 0; - left: 0; - bottom: 0; - margin: auto; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - box-shadow: 0 0 80px -10px black; - overflow: hidden; + position: rela; + border-radius: 8px; + height: 450px; + width: 400px; + top: 0; + right: 0; + left: 0; + bottom: 0; + margin: auto; + background-size: cover; + background-position: center; + background-repeat: no-repeat; + box-shadow: 0 0 80px -10px black; + overflow: hidden; } .card-blur { - position: absolute; - height: 100%; - width: calc(100% + 1px); - background-color: black; - opacity: 0; - transition: opacity 0.15s ease-in; + position: absolute; + height: 100%; + width: calc(100% + 1px); + background-color: black; + opacity: 0; + transition: opacity 0.15s ease-in; } .card:hover .card-blur { - opacity: 0.6; + opacity: 0.6; } .footer { - z-index: 1; - position: absolute; - height: 100px; - width: 100%; - bottom: 0; + z-index: 1; + position: absolute; + height: 100px; + width: 100%; + bottom: 0; } -#curve img { - height: inherit; +#curve img{ + height:inherit; } svg#curve { - position: absolute; - fill: white; - left: 0; - bottom: 0; - width: 400px; - height: 450px; + position: absolute; + fill: white; + left: 0; + bottom: 0; + width: 400px; + height: 450px; } .connections { - height: 80px; - width: 400px; - position: absolute; - left: 0; - right: 0; - bottom: 100px; - margin: auto; + height: 80px; + width: 400px; + position: absolute; + left: 0; + right: 0; + bottom: 100px; + margin: auto; } .connection { - height: 25px; - width: 25px; - border-radius: 100%; - background-color: white; - display: inline-block; - padding: 5px; - margin-right: 25px; - transform: translateY(200px); - transition: transform 1s cubic-bezier(0.46, 1.48, 0.18, 0.81); + height: 25px; + width: 25px; + border-radius: 100%; + background-color: white; + display: inline-block; + padding: 5px; + margin-right: 25px; + transform: translateY(200px); + transition: transform 1s cubic-bezier(.46, 1.48, .18, .81); } .card:hover .connection { - transform: translateY(0px); + transform: translateY(0px); } .connection.facebook { - margin-left: 20px; - padding: 5px; + margin-left: 20px; + padding: 5px; } .connection.twitter { - transition-delay: 0.02s; + transition-delay: 0.02s; } .connection.behance { - transition-delay: 0.04s; + transition-delay: 0.04s; } .connection.facebook .icon { - height: 18px; - width: 18px; - margin-top: 4px; - margin-left: 4px; + height: 18px; + width: 18px; + margin-top: 4px; + margin-left: 4px; } .connection.twitter .icon { - height: 100%; - width: 100%; + height: 100%; + width: 100%; } .connection.behance .icon { - height: 100%; - width: 100%; + height: 100%; + width: 100%; } .live-detail { - padding-left: 20px; - transform: translateY(250px); - transition: transform 1s cubic-bezier(0.31, 1.21, 0.64, 1.02); + padding-left: 20px; + transform: translateY(250px); + transition: transform 1s cubic-bezier(.31,1.21,.64,1.02); } -.info, -.yt-live { - width: 50%; - height: 64px; - float: left; + + +.info, .yt-live { + width: 50%; + height:64px; + float: left; } .yt-live { - padding-top: 7.5%; + padding-top: 7.5%; } .social-button { display: inline-block; border-radius: 50%; background-color: #8c8c8c; - background-color: rgba(140, 140, 140, 0.75); + background-color: rgba(140,140,140,0.75); color: #fff; border: 0 none; padding: 0; @@ -1368,1486 +1338,1425 @@ svg#curve { } .card:hover .live-detail { - transform: translateY(0px); + transform: translateY(0px); } .name { - font-family: "Arvo", serif; - font-size: 1.1rem; - padding-top: 15px; + font-family: 'Acme', sans-serif; + font-size: 1.1rem; + padding-top: 15px; } .host { - font-family: "Arvo", serif; - margin-top: 10px; + font-family: 'Sora', sans-serif; + margin-top: 10px; } /*------------------------------------------------------------- # Upcoming Events --------------------------------------------------------------*/ -.event-banner-link { - margin-top: 25px; -} -.event-banner { - width: 100%; -} + h2 { - color: #0a4870; - font-weight: 500; -} -ul { - display: flex; - flex-wrap: wrap; - list-style: none; - padding: 0; -} + color: #0a4870; + font-weight: 500; +} + ul { + display: flex; + flex-wrap: wrap; + list-style: none; + padding: 0; +} + +.badge{ + display:inline-block; + padding:.25rem .75rem; + font-size:85%; + font-weight:600; + line-height:1; + text-align:center; + white-space:nowrap; + vertical-align:baseline; + border-radius:.375rem; + -webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; + transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; +} +@media (prefers-reduced-motion:reduce){ + .badge{ + -webkit-transition:none; + transition:none + } +} +.badge:focus,.badge:hover{ + text-decoration:none +} +.badge:empty{ + display:none +} +.badge-pill{ + padding-right:.75rem; + padding-left:.75rem; + border-radius:10rem +} +.badge-primary-desat{ + color:#000; + background-color:#6c8aec +} +.badge-primary-desat:focus,.badge-primary-desat:hover{ + color:#000; + background-color:#3f66e6 +} +.badge-primary-desat.focus,.badge-primary-desat:focus{ + outline:0; + box-shadow:0 0 0 0 rgba(108,138,236,.5) +} +.badge-float{ + position:absolute; + z-index:1000 +} +.badge-float-outside{ + top:-.1rem; + right:-.1rem +} + + ul .booking-card { + position: relative; + height: 400px; + display: flex; + flex: 0 0 300px; + flex-direction: column; + margin: 20px; + margin-left: 10px; + margin-bottom: 30px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + overflow: hidden; + background-position: center center; + background-size: cover; + text-align: center; + color: #0a4870; + transition: 0.3s; +} + ul .booking-card::before { + content: ''; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(10, 72, 112, 0); + transition: 0.3s; +} + ul .booking-card .book-container { + height: 300px; +} + ul .booking-card .book-container .content { + position: relative; + opacity: 0; + display: flex; + align-items: center; + justify-content: center; + height: 100%; + width: 100%; + transform: translateY(-200px); + transition: 0.3s; +} + ul .booking-card .book-container .content .btn { + border: 3px solid white; + padding: 10px 15px; + background: none; + text-transform: uppercase; + font-weight: bold; + font-size: 1.3em; + color: white; + cursor: pointer; + transition: 0.3s; +} + ul .booking-card .book-container .content .btn:hover { + background: white; + border: 0px solid white; + color: #0a4870; +} + ul .booking-card .informations-container { + flex: 1 0 auto; + padding: 20px; + background: #f0f0f0; + transform: translateY(180px); + transition: 0.3s; +} + ul .booking-card .informations-container .title { + position: relative; + padding-bottom: 10px; + margin-bottom: 10px; + font-weight: bold; + font-size: 1.2em; +} + ul .booking-card .informations-container .title::after { + content: ''; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: 3px; + width: 50px; + margin: auto; + background: #0a4870; +} + ul .booking-card .informations-container .more-information { + opacity: 0; + transition: 0.3s; +} + ul .booking-card .informations-container .more-information .info-and-date-container { + display: flex; +} + ul .booking-card .informations-container .more-information .info-and-date-container .box { + flex: 1 0; + padding: 15px; + margin-top: 20px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + background: white; + font-weight: bold; + font-size: 0.9em; +} + ul .booking-card .informations-container .more-information .info-and-date-container .box .icon { + margin-bottom: 5px; +} + ul .booking-card .informations-container .more-information .info-and-date-container .box.info { + color: #ec992c; + margin-right: 10px; +} + ul .booking-card .informations-container .more-information .disclaimer { + margin-top: 20px; + font-size: 0.8em; + color: #7d7d7d; +} + ul .booking-card:hover::before { + background: rgba(10, 72, 112, 0.6); +} + ul .booking-card:hover .book-container .content { + opacity: 1; + transform: translateY(0px); +} + ul .booking-card:hover .informations-container { + transform: translateY(0px); +} + ul .booking-card:hover .informations-container .more-information { + opacity: 1; +} + @media (max-width: 768px) { + ul .booking-card::before { + background: rgba(10, 72, 112, 0.6); + } + ul .booking-card .book-container .content { + opacity: 1; + transform: translateY(0px); + } + ul .booking-card .informations-container { + transform: translateY(0px); + } + ul .booking-card .informations-container .more-information { + opacity: 1; + } +} + .credits { + display: table; + background: #0a4870; + color: white; + line-height: 25px; + margin: 10px auto; + padding: 20px; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; + text-align: center; +} + .credits a { + color: #e3ebf1; +} + h1 { + margin: 10px 20px; +} + -.badge { - display: inline-block; - padding: 0.25rem 0.75rem; - font-size: 85%; - font-weight: 600; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.375rem; - -webkit-transition: color 0.15s ease-in-out, - background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, - box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, - border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -} -@media (prefers-reduced-motion: reduce) { - .badge { - -webkit-transition: none; - transition: none; - } -} -.badge:focus, -.badge:hover { - text-decoration: none; +/*-------------------------------------------------------------- +# Skills +--------------------------------------------------------------*/ +.skills .progress { + height: 60px; + display: block; + background: none; + border-radius: 0; } -.badge:empty { - display: none; + +.skills .progress .skill { + padding: 0; + margin: 0 0 6px 0; + text-transform: uppercase; + display: block; + font-weight: 600; + font-family: "Poppins", sans-serif; + color: #222222; } -.badge-pill { - padding-right: 0.75rem; - padding-left: 0.75rem; - border-radius: 10rem; + +.skills .progress .skill .val { + float: right; + font-style: normal; } -.badge-primary-desat { - color: #000; - background-color: #6c8aec; + +.skills .progress-bar-wrap { + background: #e2eefd; + height: 10px; } -.badge-primary-desat:focus, -.badge-primary-desat:hover { - color: #000; - background-color: #3f66e6; -} -.badge-primary-desat.focus, -.badge-primary-desat:focus { - outline: 0; - box-shadow: 0 0 0 0 rgba(108, 138, 236, 0.5); -} -.badge-danger { - color: #fff; - background-color: #df4759; -} -.badge-danger:focus, -.badge-danger:hover { - color: #fff; - background-color: #cf2438; -} -.badge-danger.focus, -.badge-danger:focus { - outline: 0; - box-shadow: 0 0 0 0 rgba(223, 71, 89, 0.5); -} - -.badge-float { - position: absolute; - z-index: 1000; -} -.badge-float-outside { - top: -0.1rem; - right: -0.1rem; -} - -.booking-card { - position: relative; - height: 400px; - display: flex; - flex: 0 0 300px; - flex-direction: column; - margin: 20px; - margin-left: 10px; - margin-bottom: 30px; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - overflow: hidden; - background-position: center center; - background-size: cover; - text-align: center; - color: #0a4870; - transition: 0.3s; -} -.booking-card::before { - content: ""; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background: rgba(10, 72, 112, 0); - transition: 0.3s; -} -.booking-card .book-container { - height: 300px; -} -.booking-card .book-container .content { - position: relative; - opacity: 0; - display: flex; - align-items: center; - justify-content: center; - height: 100%; - width: 100%; - transform: translateY(-200px); - transition: 0.3s; -} -.booking-card .book-container .content .btn { - border: 3px solid white; - padding: 10px 15px; - background: none; - text-transform: uppercase; - font-weight: bold; - font-size: 1.3em; - color: white; - cursor: pointer; - transition: 0.3s; -} -.booking-card .book-container .content .btn:hover { - background: white; - border: 0px solid white; - color: #0a4870; -} -.booking-card .informations-container { - flex: 1 0 auto; - padding: 20px; - background: #f0f0f0; - transform: translateY(180px); - transition: 0.3s; -} -.booking-card .informations-container .title { - position: relative; - padding-bottom: 10px; - margin-bottom: 10px; - font-weight: bold; - font-size: 1.1em; -} -.booking-card .informations-container .title::after { - content: ""; - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: 3px; - width: 50px; - margin: auto; - background: #0a4870; -} -.booking-card .informations-container .more-information { - opacity: 0; - transition: 0.3s; -} -.booking-card - .informations-container - .more-information - .info-and-date-container { - display: flex; -} -.booking-card - .informations-container - .more-information - .info-and-date-container - .box { - flex: 1 0; - padding: 15px; - margin-top: 20px; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - background: white; - font-weight: bold; - font-size: 0.9em; -} -.booking-card - .informations-container - .more-information - .info-and-date-container - .box - .icon { - margin-bottom: 5px; -} -.booking-card - .informations-container - .more-information - .info-and-date-container - .box.info { - color: #ec992c; - margin-right: 10px; -} -.booking-card .informations-container .more-information .disclaimer { - margin-top: 20px; - font-size: 0.8em; - color: #7d7d7d; -} -.booking-card:hover::before { - background: rgba(10, 72, 112, 0.6); -} -.booking-card:hover .book-container .content { - opacity: 1; - transform: translateY(0px); -} -.booking-card:hover .informations-container { - transform: translateY(0px); -} -.booking-card:hover .informations-container .more-information { - opacity: 1; -} -@media (max-width: 768px) { - .booking-card::before { - background: rgba(10, 72, 112, 0.6); - } - .booking-card .book-container .content { - opacity: 1; - transform: translateY(0px); - } - .booking-card .informations-container { - transform: translateY(0px); - } - .booking-card .informations-container .more-information { - opacity: 1; - } -} -.credits { - display: table; - background: #0a4870; - color: white; - line-height: 25px; - margin: 10px auto; - padding: 20px; - -webkit-border-radius: 10px; - -moz-border-radius: 10px; - border-radius: 10px; - text-align: center; -} -.credits a { - color: #e3ebf1; -} -h1 { - margin: 10px 20px; -} - -/*-------------------------------------------------------------- -# Skills ---------------------------------------------------------------*/ -.skills .progress { - height: 60px; - display: block; - background: none; - border-radius: 0; -} - -.skills .progress .skill { - padding: 0; - margin: 0 0 6px 0; - text-transform: uppercase; - display: block; - font-weight: 600; - font-family: "Poppins", sans-serif; - color: #222222; -} - -.skills .progress .skill .val { - float: right; - font-style: normal; -} - -.skills .progress-bar-wrap { - background: #e2eefd; - height: 10px; -} - -.skills .progress-bar { - width: 1px; - height: 10px; - transition: 0.9s; - background-color: #1a73e8; + +.skills .progress-bar { + width: 1px; + height: 10px; + transition: .9s; + background-color: #1A73E8; } /*-------------------------------------------------------------- # Counts --------------------------------------------------------------*/ .counts { - padding: 70px 0 60px; + padding: 70px 0 60px; } .counts .count-box { - padding: 30px 30px 25px 30px; - width: 100%; - position: relative; - text-align: center; - background: #f1f6fe; + padding: 30px 30px 25px 30px; + width: 100%; + position: relative; + text-align: center; + background: #f1f6fe; } .counts .count-box i { - position: absolute; - top: -28px; - left: 50%; - transform: translateX(-50%); - font-size: 24px; - background: #1a73e8; - padding: 12px; - color: #fff; - border-radius: 50px; - border: 5px solid #fff; + position: absolute; + top: -28px; + left: 50%; + transform: translateX(-50%); + font-size: 24px; + background: #1A73E8; + padding: 12px; + color: #fff; + border-radius: 50px; + border: 5px solid #fff; } .counts .count-box span { - font-size: 36px; - display: block; - font-weight: 600; - color: #062b5b; + font-size: 36px; + display: block; + font-weight: 600; + color: #062b5b; } .counts .count-box p { - padding: 0; - margin: 0; - font-family: "Arvo", serif; - font-size: 14px; + padding: 0; + margin: 0; + font-family: 'Acme', sans-serif; + font-size: 14px; } -.clients { - position: relative; - display: flex; - justify-content: space-between; +.clients{ + position: relative; + display: flex; + justify-content: space-between; } .clients_img img { - width: 5%; - transition: all 0.4s ease-in-out; - display: inline-block; - padding: 15px 0; + width: 5%; + transition: all 0.4s ease-in-out; + display: inline-block; + padding: 15px 0; } .center { - background-color: red; - left: 15%; - width: 50%; + background-color: red; + left: 15%; + width: 50%; } /*-------------------------------------------------------------- # Clients --------------------------------------------------------------*/ .clients { - padding: 15px 0; - text-align: center; + padding: 15px 0; + text-align: center; } .clients img { - max-width: 45%; - transition: all 0.4s ease-in-out; - display: inline-block; - padding: 15px 0; + max-width: 45%; + transition: all 0.4s ease-in-out; + display: inline-block; + padding: 15px 0; } .clients img:hover { - transform: scale(1.15); + transform: scale(1.15); } @media (max-width: 768px) { - .clients img { - max-width: 40%; - } + .clients img { + max-width: 40%; + } } /*-------------------------------------------------------------- # Services --------------------------------------------------------------*/ .services .icon-box { - text-align: center; - border: 1px solid #e2eefd; - padding: 80px 20px; - transition: all ease-in-out 0.3s; - background: #fff; + text-align: center; + border: 1px solid #e2eefd; + padding: 80px 20px; + transition: all ease-in-out 0.3s; + background: #fff; } .services .icon-box .icon { - margin: 0 auto; - width: 64px; - height: 64px; - background: #f1f6fe; - border-radius: 4px; - border: 1px solid #deebfd; - display: flex; - align-items: center; - justify-content: center; - margin-bottom: 20px; - transition: ease-in-out 0.3s; + margin: 0 auto; + width: 64px; + height: 64px; + background: #f1f6fe; + border-radius: 4px; + border: 1px solid #deebfd; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 20px; + transition: ease-in-out 0.3s; } .services .icon-box .icon i { - color: #3b8af2; - font-size: 28px; - transition: ease-in-out 0.3s; + color: #3b8af2; + font-size: 28px; + transition: ease-in-out 0.3s; } .services .icon-box h4 { - font-weight: 700; - margin-bottom: 15px; - font-size: 24px; + font-weight: 700; + margin-bottom: 15px; + font-size: 24px; } .services .icon-box h4 a { - color: #222222; - transition: ease-in-out 0.3s; + color: #222222; + transition: ease-in-out 0.3s; } .services .icon-box p { - line-height: 24px; - font-size: 14px; - margin-bottom: 0; + line-height: 24px; + font-size: 14px; + margin-bottom: 0; } .services .icon-box:hover { - border-color: #fff; - box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1); + border-color: #fff; + box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1); } -.services .icon-box:hover h4 a, -.services .icon-box:hover .icon i { - color: #1a73e8; +.services .icon-box:hover h4 a, .services .icon-box:hover .icon i { + color: #1A73E8; } .services .icon-box:hover .icon { - border-color: #1a73e8; + border-color: #1A73E8; } /* services Section --------------------------------*/ #past-event { - padding: 60px 0 40px 0; + padding: 60px 0 40px 0; } #past-event .box { - padding: 30px; - overflow: hidden; - border-radius: 10px; - margin: 0 10px 40px 10px; - background: #fff; - box-shadow: 0 10px 29px 0 #1a73e8; - transition: all 0.3s ease-in-out; - text-align: center; - height: 90%; - display: flex; - justify-content: space-between; - flex-direction: column; + padding: 30px; + position: relative; + overflow: hidden; + border-radius: 10px; + margin: 0 10px 40px 10px; + background: #fff; + box-shadow: 0 10px 29px 0 #1A73E8; + transition: all 0.3s ease-in-out; + text-align: center; } #past-event .box:hover { - transform: scale(1.02); + transform: scale(1.1); } #past-event .icon { - margin: 0 auto 15px auto; - padding-top: 12px; -} -#past-event .icon img { - width: 100%; - border-radius: 10px; + margin: 0 auto 15px auto; + padding-top: 12px; + display: inline-block; + text-align: center; + border-radius: 50%; + width: 60px; + height: 60px; } #past-event .icon i { - font-size: 36px; - line-height: 1; + font-size: 36px; + line-height: 1; } #past-event .title { - font-weight: 500; - margin-bottom: 15px; - font-size: 18px; + font-weight: 500; + margin-bottom: 15px; + font-size: 18px; } #past-event .title a { - color: #111; + color: #111; } #past-event .box:hover .title a { - color: #1bb1dc; + color: #1bb1dc; } -.btn-primary { - color: white; +.btn-primary{ + color: white; } -.popup-link a { - background: #333; - color: #fff; - font-size: 17px; - cursor: pointer; - text-decoration: none; +.popup-link a{ + background: #333; + color: #fff; + font-size:17px; + cursor:pointer; + text-decoration:none; } .popup-container { - visibility: hidden; - opacity: 0; - transition: all 0.3s ease-in-out; - transform: scale(1.3); - position: fixed; - z-index: 1; - left: 0; - top: 0; - width: 100%; - height: 100%; - overflow-y: auto; - /*background-color: rgba(21, 17, 17, 0.61);*/ - display: flex; - align-items: center; + visibility: hidden; + opacity: 0; + transition: all 0.3s ease-in-out; + transform: scale(1.3); + position: fixed; + z-index: 1; + left: 0; + top: 0; + width: 100%; + height: 100%; + overflow-y: auto; + /*background-color: rgba(21, 17, 17, 0.61);*/ + display: flex; + align-items: center; } .popup-content { - background-color: #fefefe; - margin: auto; - /*overflow: scroll;*/ - width: 75%; - height: 100%; - padding: 25px; - border: 3px solid #888; + background-color: #fefefe; + margin: auto; + /*overflow: scroll;*/ + width: 75%; + height: 100%; + padding: 25px; + border: 3px solid #888; } -.popup-content .container { - width: 100%; - height: 90%; +.popup-content .container{ + width: 100%; + height: 90%; } .popup-content .container .row, .popup-content .container .row .col { - width: 100%; - height: 100%; + width: 100%; + height: 100%; } -.popup-content p { - font-size: 17px; - padding: 10px; - line-height: 20px; +.popup-content p{ + font-size: 17px; + padding: 10px; + line-height: 20px; } -.techStack { - background-color: #3e7bff; - padding: 5px; - color: white; - border-radius: 3px; - display: inline-block; - margin-bottom: 2px; +.techStack{ + background-color: #3e7bff; + padding: 5px; + color: white; + border-radius: 3px; + display: inline-block; + margin-bottom: 2px; } -.popup-content a.close { - color: #aaaaaa; - float: right; - font-size: 28px; - font-weight: bold; - background: none; - padding: 0; - margin: 0; - text-decoration: none; +.popup-content a.close{ + color: #aaaaaa; + float: right; + font-size: 28px; + font-weight: bold; + background: none; + padding: 0; + margin: 0; + text-decoration:none; } -.popup-content a.close:hover { - color: #333; +.popup-content a.close:hover{ + color:#333; } .popup-content span:hover, .popup-content span:focus { - color: #000; - text-decoration: none; - cursor: pointer; + color: #000; + text-decoration: none; + cursor: pointer; } -.popup-container:target { - visibility: visible; - opacity: 1; - transform: scale(1); +.popup-container:target{ + visibility: visible; + opacity: 1; + transform: scale(1); } -.popup-container h3 { - margin: 10px; +.popup-container h3{ + margin:10px; } -.right { - width: 40%; - margin-top: 20px; - float: right; -} -.left { - width: 60%; - padding: 20px; - float: left; -} - -/* Sponsors */ - -.partners { - margin: auto; -} -.partners img { - max-width: 100%; +.right{ + width: 40%; + margin-top:20px; + float: right; } +.left{ + width: 60%; + padding: 20px; + float: left; +} /*-------------------------------------------------------------- # Testimonials --------------------------------------------------------------*/ .testimonials { - padding: 80px 0; - background: url("../img/testimonials-bg.jpg") no-repeat; - background-position: center center; - background-size: cover; - position: relative; + padding: 80px 0; + background: url("../img/testimonials-bg.jpg") no-repeat; + background-position: center center; + background-size: cover; + position: relative; } .testimonials::before { - content: ""; - position: absolute; - left: 0; - right: 0; - top: 0; - bottom: 0; - background: rgba(0, 0, 0, 0.7); + content: ""; + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + background: rgba(0, 0, 0, 0.7); } .testimonials .section-header { - margin-bottom: 40px; + margin-bottom: 40px; } .testimonials .testimonial-item { - text-align: center; - color: #fff; + text-align: center; + color: #fff; } .testimonials .testimonial-item .testimonial-img { - width: 150px; - width: 150px; - border-radius: 50%; - border: 6px solid rgba(255, 255, 255, 0.15); - margin: 0 auto; + width: 100px; + border-radius: 50%; + border: 6px solid rgba(255, 255, 255, 0.15); + margin: 0 auto; } .testimonials .testimonial-item h3 { - font-weight: bold; - margin: 10px 0 5px 0; - color: #fff; + font-size: 20px; + font-weight: bold; + margin: 10px 0 5px 0; + color: #fff; } .testimonials .testimonial-item h4 { - color: #ddd; - margin: 0 0 15px 0; + font-size: 14px; + color: #ddd; + margin: 0 0 15px 0; } -.testimonials .testimonial-item .quote-icon-left, -.testimonials .testimonial-item .quote-icon-right { - color: rgba(255, 255, 255, 0.4); - font-size: 26px; +.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right { + color: rgba(255, 255, 255, 0.4); + font-size: 26px; } .testimonials .testimonial-item .quote-icon-left { - display: inline-block; - left: -5px; - position: relative; + display: inline-block; + left: -5px; + position: relative; } .testimonials .testimonial-item .quote-icon-right { - display: inline-block; - right: -5px; - position: relative; - top: 10px; + display: inline-block; + right: -5px; + position: relative; + top: 10px; } .testimonials .testimonial-item p { - font-style: italic; - margin: 0 auto 15px auto; - color: #eee; - font-size: 20px; + font-style: italic; + margin: 0 auto 15px auto; + color: #eee; } -.testimonials .owl-nav, -.testimonials .owl-dots { - margin-top: 5px; - text-align: center; +.testimonials .owl-nav, .testimonials .owl-dots { + margin-top: 5px; + text-align: center; } .testimonials .owl-dot { - display: inline-block; - margin: 0 5px; - width: 12px; - height: 12px; - border-radius: 50%; - background-color: rgba(255, 255, 255, 0.4) !important; + display: inline-block; + margin: 0 5px; + width: 12px; + height: 12px; + border-radius: 50%; + background-color: rgba(255, 255, 255, 0.4) !important; } .testimonials .owl-dot.active { - background-color: #1a73e8 !important; + background-color: #1A73E8 !important; } @media (min-width: 1024px) { - .testimonials { - background-attachment: fixed; - } + .testimonials { + background-attachment: fixed; + } } @media (min-width: 992px) { - .testimonials .testimonial-item p { - width: 80%; - } + .testimonials .testimonial-item p { + width: 80%; + } } /*-------------------------------------------------------------- # Portfolio --------------------------------------------------------------*/ .portfolio #portfolio-flters { - padding: 0; - margin: 0 auto 15px auto; - list-style: none; - text-align: center; - border-radius: 50px; - padding: 2px 15px; + padding: 0; + margin: 0 auto 15px auto; + list-style: none; + text-align: center; + border-radius: 50px; + padding: 2px 15px; } .portfolio #portfolio-flters li { - cursor: pointer; - display: inline-block; - padding: 10px 15px 8px 15px; - font-size: 16px; - font-weight: 600; - line-height: 1; - text-transform: uppercase; - color: #444444; - margin-bottom: 5px; - transition: all 0.3s ease-in-out; + cursor: pointer; + display: inline-block; + padding: 10px 15px 8px 15px; + font-size: 16px; + font-weight: 600; + line-height: 1; + text-transform: uppercase; + color: #444444; + margin-bottom: 5px; + transition: all 0.3s ease-in-out; } -.portfolio #portfolio-flters li:hover, -.portfolio #portfolio-flters li.filter-active { - color: #1a73e8; +.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active { + color: #1A73E8; } .portfolio #portfolio-flters li:last-child { - margin-right: 0; + margin-right: 0; } .portfolio .portfolio-item { - margin-bottom: 30px; + margin-bottom: 30px; } .portfolio .portfolio-item .portfolio-info { - opacity: 0; - position: absolute; - left: 30px; - right: 30px; - bottom: 0; - z-index: 3; - transition: all ease-in-out 0.3s; - background: rgba(255, 255, 255, 0.9); - padding: 15px; + opacity: 0; + position: absolute; + left: 30px; + right: 30px; + bottom: 0; + z-index: 3; + transition: all ease-in-out 0.3s; + background: rgba(255, 255, 255, 0.9); + padding: 15px; } .portfolio .portfolio-item .portfolio-info h4 { - font-size: 18px; - color: #fff; - font-weight: 600; - color: #222222; + font-size: 18px; + color: #fff; + font-weight: 600; + color: #222222; } .portfolio .portfolio-item .portfolio-info p { - color: #555555; - font-size: 14px; - margin-bottom: 0; + color: #555555; + font-size: 14px; + margin-bottom: 0; } -.portfolio .portfolio-item .portfolio-info .preview-link, -.portfolio .portfolio-item .portfolio-info .details-link { - position: absolute; - right: 40px; - font-size: 24px; - top: calc(50% - 18px); - color: #3c3c3c; +.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link { + position: absolute; + right: 40px; + font-size: 24px; + top: calc(50% - 18px); + color: #3c3c3c; } -.portfolio .portfolio-item .portfolio-info .preview-link:hover, -.portfolio .portfolio-item .portfolio-info .details-link:hover { - color: #1a73e8; +.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover { + color: #1A73E8; } .portfolio .portfolio-item .portfolio-info .details-link { - right: 10px; + right: 10px; } .portfolio .portfolio-item .portfolio-links { - opacity: 0; - left: 0; - right: 0; - text-align: center; - z-index: 3; - position: absolute; - transition: all ease-in-out 0.3s; + opacity: 0; + left: 0; + right: 0; + text-align: center; + z-index: 3; + position: absolute; + transition: all ease-in-out 0.3s; } .portfolio .portfolio-item .portfolio-links a { - color: #fff; - margin: 0 2px; - font-size: 28px; - display: inline-block; - transition: 0.3s; + color: #fff; + margin: 0 2px; + font-size: 28px; + display: inline-block; + transition: 0.3s; } .portfolio .portfolio-item .portfolio-links a:hover { - color: #6ba7f5; + color: #6ba7f5; } .portfolio .portfolio-item:hover .portfolio-info { - opacity: 1; - bottom: 20px; + opacity: 1; + bottom: 20px; } /*-------------------------------------------------------------- # Portfolio Details --------------------------------------------------------------*/ .portfolio-details { - padding-top: 30px; + padding-top: 30px; } .portfolio-details .portfolio-details-container { - position: relative; + position: relative; } .portfolio-details .portfolio-details-carousel { - position: relative; - z-index: 1; + position: relative; + z-index: 1; } -.portfolio-details .portfolio-details-carousel .owl-nav, -.portfolio-details .portfolio-details-carousel .owl-dots { - margin-top: 5px; - text-align: left; +.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots { + margin-top: 5px; + text-align: left; } .portfolio-details .portfolio-details-carousel .owl-dot { - display: inline-block; - margin: 0 10px 0 0; - width: 12px; - height: 12px; - border-radius: 50%; - background-color: #ddd !important; + display: inline-block; + margin: 0 10px 0 0; + width: 12px; + height: 12px; + border-radius: 50%; + background-color: #ddd !important; } .portfolio-details .portfolio-details-carousel .owl-dot.active { - background-color: #1a73e8 !important; + background-color: #1A73E8 !important; } .portfolio-details .portfolio-info { - padding: 30px; - position: absolute; - right: 0; - bottom: -70px; - background: #fff; - box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); - z-index: 2; + padding: 30px; + position: absolute; + right: 0; + bottom: -70px; + background: #fff; + box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); + z-index: 2; } .portfolio-details .portfolio-info h3 { - font-size: 22px; - font-weight: 700; - margin-bottom: 20px; - padding-bottom: 20px; - border-bottom: 1px solid #eee; + font-size: 22px; + font-weight: 700; + margin-bottom: 20px; + padding-bottom: 20px; + border-bottom: 1px solid #eee; } .portfolio-details .portfolio-info ul { - list-style: none; - padding: 0; - font-size: 15px; + list-style: none; + padding: 0; + font-size: 15px; } .portfolio-details .portfolio-info ul li + li { - margin-top: 10px; + margin-top: 10px; } .portfolio-details .portfolio-description { - padding-top: 50px; + padding-top: 50px; } .portfolio-details .portfolio-description h2 { - width: 50%; - font-size: 26px; - font-weight: 700; - margin-bottom: 20px; + width: 50%; + font-size: 26px; + font-weight: 700; + margin-bottom: 20px; } .portfolio-details .portfolio-description p { - padding: 0 0 0 0; + padding: 0 0 0 0; } @media (max-width: 768px) { - .portfolio-details .portfolio-description h2 { - width: 100%; - } - .portfolio-details .portfolio-info { - position: static; - margin-top: 30px; - } + .portfolio-details .portfolio-description h2 { + width: 100%; + } + .portfolio-details .portfolio-info { + position: static; + margin-top: 30px; + } } /*-------------------------------------------------------------- # Team --------------------------------------------------------------*/ .team { - padding: 60px 0; + padding: 60px 0; } .team .member { - margin-bottom: 20px; - overflow: hidden; - border-radius: 4px; - background: #fff; - box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15); + margin-bottom: 20px; + overflow: hidden; + border-radius: 4px; + background: #fff; + box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15); } .team .member .member-img { - position: relative; - overflow: hidden; + position: relative; + overflow: hidden; } .team .member .social { - position: absolute; - left: 0; - bottom: 30px; - right: 0; - opacity: 0; - transition: ease-in-out 0.3s; - text-align: center; + position: absolute; + left: 0; + bottom: 30px; + right: 0; + opacity: 0; + transition: ease-in-out 0.3s; + text-align: center; } .team .member .social a { - transition: color 0.3s; - color: #222222; - margin: 0 3px; - padding-top: 7px; - border-radius: 4px; - width: 36px; - height: 36px; - background: rgba(16, 110, 234, 0.8); - display: inline-block; - transition: ease-in-out 0.3s; - color: #fff; + transition: color 0.3s; + color: #222222; + margin: 0 3px; + padding-top: 7px; + border-radius: 4px; + width: 36px; + height: 36px; + background: rgba(16, 110, 234, 0.8); + display: inline-block; + transition: ease-in-out 0.3s; + color: #fff; } .team .member .social a:hover { - background: #3b8af2; + background: #3b8af2; } .team .member .social i { - font-size: 18px; + font-size: 18px; } .team .member .member-info { - padding: 25px 15px; + padding: 25px 15px; } .team .member .member-info h4 { - font-weight: 700; - margin-bottom: 5px; - font-size: 18px; - color: #222222; + font-weight: 700; + margin-bottom: 5px; + font-size: 18px; + color: #222222; } .team .member .member-info span { - display: block; - font-size: 13px; - font-weight: 400; - color: #aaaaaa; + display: block; + font-size: 13px; + font-weight: 400; + color: #aaaaaa; } .team .member .member-info p { - font-style: italic; - font-size: 14px; - line-height: 26px; - color: #777777; + font-style: italic; + font-size: 14px; + line-height: 26px; + color: #777777; } .team .member:hover .social { - opacity: 1; - bottom: 15px; + opacity: 1; + bottom: 15px; } /*-------------------------------------------------------------- # Pricing --------------------------------------------------------------*/ .pricing .box { - padding: 20px; - background: #fff; - text-align: center; - box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); - border-radius: 5px; - position: relative; - overflow: hidden; + padding: 20px; + background: #fff; + text-align: center; + box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); + border-radius: 5px; + position: relative; + overflow: hidden; } .pricing .box h3 { - font-weight: 400; - margin: -20px -20px 20px -20px; - padding: 20px 15px; - font-size: 16px; - font-weight: 600; - color: #777777; - background: #f8f8f8; + font-weight: 400; + margin: -20px -20px 20px -20px; + padding: 20px 15px; + font-size: 16px; + font-weight: 600; + color: #777777; + background: #f8f8f8; } .pricing .box h4 { - font-size: 36px; - color: #1a73e8; - font-weight: 600; - font-family: "Poppins", sans-serif; - margin-bottom: 20px; + font-size: 36px; + color: #1A73E8; + font-weight: 600; + font-family: "Poppins", sans-serif; + margin-bottom: 20px; } .pricing .box h4 sup { - font-size: 20px; - top: -15px; - left: -3px; + font-size: 20px; + top: -15px; + left: -3px; } .pricing .box h4 span { - color: #bababa; - font-size: 16px; - font-weight: 300; + color: #bababa; + font-size: 16px; + font-weight: 300; } .pricing .box ul { - padding: 0; - list-style: none; - color: #444444; - text-align: center; - line-height: 20px; - font-size: 14px; + padding: 0; + list-style: none; + color: #444444; + text-align: center; + line-height: 20px; + font-size: 14px; } .pricing .box ul li { - padding-bottom: 16px; + padding-bottom: 16px; } .pricing .box ul i { - color: #1a73e8; - font-size: 18px; - padding-right: 4px; + color: #1A73E8; + font-size: 18px; + padding-right: 4px; } .pricing .box ul .na { - color: #ccc; - text-decoration: line-through; + color: #ccc; + text-decoration: line-through; } .pricing .btn-wrap { - margin: 20px -20px -20px -20px; - padding: 20px 15px; - background: #f8f8f8; - text-align: center; + margin: 20px -20px -20px -20px; + padding: 20px 15px; + background: #f8f8f8; + text-align: center; } .pricing .btn-buy { - background: #1a73e8; - display: inline-block; - padding: 8px 35px 10px 35px; - border-radius: 4px; - color: #fff; - transition: none; - font-size: 14px; - font-weight: 400; - font-family: "Roboto", sans-serif; - font-weight: 600; - transition: 0.3s; + background: #1A73E8; + display: inline-block; + padding: 8px 35px 10px 35px; + border-radius: 4px; + color: #fff; + transition: none; + font-size: 14px; + font-weight: 400; + font-family: "Roboto", sans-serif; + font-weight: 600; + transition: 0.3s; } .pricing .btn-buy:hover { - background: #3b8af2; + background: #3b8af2; } .pricing .featured h3 { - color: #fff; - background: #1a73e8; + color: #fff; + background: #1A73E8; } .pricing .advanced { - width: 200px; - position: absolute; - top: 18px; - right: -68px; - transform: rotate(45deg); - z-index: 1; - font-size: 14px; - padding: 1px 0 3px 0; - background: #1a73e8; - color: #fff; + width: 200px; + position: absolute; + top: 18px; + right: -68px; + transform: rotate(45deg); + z-index: 1; + font-size: 14px; + padding: 1px 0 3px 0; + background: #1A73E8; + color: #fff; } /*-------------------------------------------------------------- # Frequently Asked Questions --------------------------------------------------------------*/ .faq { - padding: 60px 0; + padding: 60px 0; } .faq .faq-list { - padding: 0; - list-style: none; + padding: 0; + list-style: none; } .faq .faq-list li { - padding: 0 0 20px 25px; + padding: 0 0 20px 25px; } .faq .faq-list a { - display: block; - position: relative; - font-family: #1a73e8; - font-size: 18px; - font-weight: 500; + display: block; + position: relative; + font-family: #1A73E8; + font-size: 18px; + font-weight: 500; } .faq .faq-list i { - font-size: 18px; - position: absolute; - left: -25px; - top: 6px; + font-size: 18px; + position: absolute; + left: -25px; + top: 6px; } .faq .faq-list p { - margin-bottom: 20px; - font-size: 15px; + margin-bottom: 20px; + font-size: 15px; } .faq .faq-list a.collapse { - color: #1a73e8; + color: #1A73E8; } .faq .faq-list a.collapsed { - color: #343a40; + color: #343a40; } .faq .faq-list a.collapsed:hover { - color: #1a73e8; + color: #1A73E8; } .faq .faq-list a.collapsed i::before { - content: "\eab2" !important; + content: "\eab2" !important; } /*-------------------------------------------------------------- # Contact --------------------------------------------------------------*/ .contact .info-box { - color: #444444; - text-align: center; - box-shadow: 0 0 30px rgba(214, 215, 216, 0.3); - padding: 20px 0 30px 0; + color: #444444; + text-align: center; + box-shadow: 0 0 30px rgba(214, 215, 216, 0.3); + padding: 20px 0 30px 0; } .contact .info-box i { - font-size: 32px; - color: #1a73e8; - border-radius: 50%; - padding: 8px; - border: 2px dotted #b3d1fa; + font-size: 32px; + color: #1A73E8; + border-radius: 50%; + padding: 8px; + border: 2px dotted #b3d1fa; } .contact .info-box h3 { - font-size: 20px; - color: #777777; - font-weight: 700; - margin: 10px 0; + font-size: 20px; + color: #777777; + font-weight: 700; + margin: 10px 0; } .contact .info-box p { - padding: 0; - line-height: 24px; - font-size: 14px; - margin-bottom: 0; + padding: 0; + line-height: 24px; + font-size: 14px; + margin-bottom: 0; } .contact .php-email-form { - box-shadow: 0 0 30px rgba(214, 215, 216, 0.4); - padding: 30px; + box-shadow: 0 0 30px rgba(214, 215, 216, 0.4); + padding: 30px; } .contact .php-email-form .validate { - display: none; - color: red; - margin: 0 0 15px 0; - font-weight: 400; - font-size: 13px; + display: none; + color: red; + margin: 0 0 15px 0; + font-weight: 400; + font-size: 13px; } .contact .php-email-form .error-message { - display: none; - color: #fff; - background: #ed3c0d; - text-align: left; - padding: 15px; - font-weight: 600; + display: none; + color: #fff; + background: #ed3c0d; + text-align: left; + padding: 15px; + font-weight: 600; } .contact .php-email-form .error-message br + br { - margin-top: 25px; + margin-top: 25px; } .contact .php-email-form .sent-message { - display: none; - color: #fff; - background: #18d26e; - text-align: center; - padding: 15px; - font-weight: 600; + display: none; + color: #fff; + background: #18d26e; + text-align: center; + padding: 15px; + font-weight: 600; } .contact .php-email-form .loading { - display: none; - background: #fff; - text-align: center; - padding: 15px; + display: none; + background: #fff; + text-align: center; + padding: 15px; } .contact .php-email-form .loading:before { - content: ""; - display: inline-block; - border-radius: 50%; - width: 24px; - height: 24px; - margin: 0 10px -6px 0; - border: 3px solid #18d26e; - border-top-color: #eee; - -webkit-animation: animate-loading 1s linear infinite; - animation: animate-loading 1s linear infinite; + content: ""; + display: inline-block; + border-radius: 50%; + width: 24px; + height: 24px; + margin: 0 10px -6px 0; + border: 3px solid #18d26e; + border-top-color: #eee; + -webkit-animation: animate-loading 1s linear infinite; + animation: animate-loading 1s linear infinite; } .contact .php-email-form .form-group { - margin-bottom: 20px; + margin-bottom: 20px; } -.contact .php-email-form input, -.contact .php-email-form textarea { - border-radius: 0; - box-shadow: none; - font-size: 14px; +.contact .php-email-form input, .contact .php-email-form textarea { + border-radius: 0; + box-shadow: none; + font-size: 14px; } -.contact .php-email-form input:focus, -.contact .php-email-form textarea:focus { - border-color: #1a73e8; +.contact .php-email-form input:focus, .contact .php-email-form textarea:focus { + border-color: #1A73E8; } .contact .php-email-form input { - padding: 10px 15px; + padding: 10px 15px; } .contact .php-email-form textarea { - padding: 12px 15px; + padding: 12px 15px; } .contact .php-email-form button[type="submit"] { - background: #1a73e8; - border: 0; - padding: 10px 30px; - color: #fff; - transition: 0.4s; - border-radius: 4px; + background: #1A73E8; + border: 0; + padding: 10px 30px; + color: #fff; + transition: 0.4s; + border-radius: 4px; } .contact .php-email-form button[type="submit"]:hover { - background: #3b8af2; + background: #3b8af2; } @-webkit-keyframes animate-loading { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } } @keyframes animate-loading { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } } /*Discord*/ section.community { - position: relative; - background: #fff; - padding-top: 100px; + position: relative; + background: #fff; + padding-top: 100px; } section.community .light-coral { - position: absolute; - left: 25%; - bottom: 0; - width: 55%; + position: absolute; + left: 25%; + bottom: 0; + width: 55%; } section.community .coral { - position: absolute; - left: 35%; - bottom: 0; - width: 35%; + position: absolute; + left: 35%; + bottom: 0; + width: 35%; } section.community .community-grid { - position: relative; - text-align: center; - display: -ms-grid; - display: grid; - row-gap: 30px; - -ms-flex-pack: center; - justify-content: center; - grid-template-columns: repeat(12, 1fr); - -ms-grid-rows: auto auto 130px; - grid-template-rows: auto auto 130px; - grid-template-areas: "t t t t t t t t t t t t" "c c c c c c c c c c c c" "p p p p p p p p p p p p"; + position: relative; + text-align: center; + display: -ms-grid; + display: grid; + row-gap: 30px; + -ms-flex-pack: center; + justify-content: center; + -ms-grid-columns: (1fr) [12]; + grid-template-columns: repeat(12,1fr); + -ms-grid-rows: auto auto 130px; + grid-template-rows: auto auto 130px; + grid-template-areas: "t t t t t t t t t t t t" "c c c c c c c c c c c c" "p p p p p p p p p p p p"; } section.community .community-grid .title { - grid-area: t; + grid-area: t; } section.community .community-grid .title h2 { - font-weight: 700; + font-weight: 700; } section.community .community-grid .content { - display: -ms-flexbox; - display: flex; - -ms-flex-pack: center; - justify-content: center; - -ms-flex-align: center; - align-items: center; - grid-area: c; - margin-bottom: 35px; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-align: center; + align-items: center; + grid-area: c; + margin-bottom: 35px; } section.community .community-grid .content button { - margin-left: 40px; + margin-left: 40px; } section.community .community-grid .content .bullet { - color: #47b382; + color: #47B382; } -section.featured-courses-1 .featured-courses-1-grid .side-title span, -section.featured-courses-2 .featured-courses-2-grid .side-title span { - font-size: 36px; - line-height: 44px; - color: var(--night); - font-weight: 700; +section.featured-courses-1 .featured-courses-1-grid .side-title span,section.featured-courses-2 .featured-courses-2-grid .side-title span { + font-size: 36px; + line-height: 44px; + color: var(--night); + font-weight: 700; } section.community .community-grid .peeps { - grid-area: p; + grid-area: p; } section.community .community-grid .peeps .small-crowd { - display: none; - position: absolute; - width: 70%; - left: 5%; - bottom: 0; + display: none; + position: absolute; + width: 70%; + left: 5%; + bottom: 0; } section.community .community-grid .peeps .crowd { - bottom: 0; - left: 23%; - width: 63%; - transform: translateX(-50%); + bottom: 0; + left: 23%; + width: 63%; + transform: translateX(-50%); } @media (max-width: 991px) { - section.community .community-grid .peeps .crowd { - width: 100%; - height: 75%; - } +section.community .community-grid .peeps .crowd { + width: 100%; + height: 75%; +} } section.community .community-grid .peeps .animated { - animation: up-down 2s ease-in-out infinite alternate-reverse both; + animation: up-down 2s ease-in-out infinite alternate-reverse both; } -.transition, -.join_btn { - transition: all 0.1s ease; +.transition, .join_btn { + transition: all 0.1s ease; } .join_btn { - position: relative; - display: inline-block; - margin: 1em; - padding: 1em 2em; - border: 0; - border-radius: 30px; - text-align: center; - white-space: nowrap; - cursor: pointer; - font-family: "Arvo", serif; - font-size: 14px; + position: relative; + display: inline-block; + margin: 1em; + padding: 1em 2em; + border: 0; + border-radius: 30px; + text-align: center; + white-space: nowrap; + cursor: pointer; + font-family: 'Rowdies', cursive; + font-size: 14px; } .join_btn:hover { - box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15); + box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15); } .join_btn:active { - transform: translateY(1px); - box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15); + transform: translateY(1px); + box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.15); } .join_btn:focus { - outline: none; + outline: none; } .join_btn--ghost { - background-color: transparent; - border: 1px solid #1a73e8; - color: #1a73e8; + background-color: transparent; + border: 1px solid #1A73E8; + color: #1A73E8; } .join_btn--action { - background-color: #1a73e8; - color: white; + background-color: #1A73E8; + color: white; } .join_btn--dropdown { - padding-right: 3em; + padding-right: 3em; } .join_btn--dropdown:before { - content: ""; - right: 24px; - top: 22px; - width: 2px; - height: 6px; - background-color: rgba(0, 0, 0, 0.1); - position: absolute; - transform: rotate(-45deg); + content: ''; + right: 24px; + top: 22px; + width: 2px; + height: 6px; + background-color: rgba(0, 0, 0, 0.1); + position: absolute; + transform: rotate(-45deg); } .join_btn--dropdown:after { - content: ""; - right: 20px; - top: 22px; - width: 2px; - height: 6px; - background-color: rgba(0, 0, 0, 0.1); - position: absolute; - transform: rotate(45deg); + content: ''; + right: 20px; + top: 22px; + width: 2px; + height: 6px; + background-color: rgba(0, 0, 0, 0.1); + position: absolute; + transform: rotate(45deg); } /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/ -.footer-distributed { + +.footer-distributed{ background: #111; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); box-sizing: border-box; @@ -2859,38 +2768,38 @@ section.community .community-grid .peeps .animated { } /* Footer left */ -.footer-distributed .footer-left { +.footer-distributed .footer-left{ float: left; } /* The company logo */ -.footer-distributed .footer-left img { - height: 300px; +.footer-distributed .footer-left img{ + height: 300px; } -.footer-distributed h3 span { - color: #5383d3; +.footer-distributed h3 span{ + color: #5383d3; } /* Footer links */ -.footer-distributed .footer-links { - color: #ffffff; +.footer-distributed .footer-links{ + color: #ffffff; margin: 0 0 10px; padding: 0; } -.footer-distributed .footer-links a { - display: inline-block; +.footer-distributed .footer-links a{ + display:inline-block; line-height: 1.8; text-decoration: none; - color: inherit; + color: inherit; } .footer-distributed .footer-company-name, -.footer-distributed .footer-author-name { - color: #8f9296; + .footer-distributed .footer-author-name{ + color: #8f9296; font-size: 14px; font-weight: normal; margin: 0; @@ -2899,16 +2808,16 @@ section.community .community-grid .peeps .animated { /* Footer social icons */ .footer-distributed .footer-icons, -.footer-distributed .footer-mail { +.footer-distributed .footer-mail{ margin: 40px 25px; } -.footer-distributed .footer-icons a { +.footer-distributed .footer-icons a{ display: inline-block; width: 35px; height: 35px; cursor: pointer; - background-color: #33383b; + background-color: #33383b; border-radius: 2px; font-size: 20px; @@ -2922,11 +2831,11 @@ section.community .community-grid .peeps .animated { /* Footer Right */ -.footer-distributed .footer-right { +.footer-distributed .footer-right{ float: right; } -.footer-distributed .footer-right p { +.footer-distributed .footer-right p{ display: inline-block; vertical-align: top; margin: 15px 42px 0 0; @@ -2935,16 +2844,16 @@ section.community .community-grid .peeps .animated { /* The contact form */ -.footer-distributed form { +.footer-distributed form{ display: inline-block; } .footer-distributed form input, -.footer-distributed form textarea { +.footer-distributed form textarea{ display: block; border-radius: 3px; box-sizing: border-box; - background-color: #1f2022; + background-color: #1f2022; box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1); border: none; resize: none; @@ -2952,38 +2861,39 @@ section.community .community-grid .peeps .animated { font: inherit; font-size: 14px; font-weight: normal; - color: #d1d2d2; + color: #d1d2d2; width: 400px; padding: 18px; } .footer-distributed ::-webkit-input-placeholder { - color: #5c666b; + color: #5c666b; } .footer-distributed ::-moz-placeholder { - color: #5c666b; + color: #5c666b; opacity: 1; } -.footer-distributed :-ms-input-placeholder { - color: #5c666b; +.footer-distributed :-ms-input-placeholder{ + color: #5c666b; } -.footer-distributed form input { + +.footer-distributed form input{ height: 55px; margin-bottom: 15px; } -.footer-distributed form textarea { +.footer-distributed form textarea{ height: 100px; margin-bottom: 20px; } -.footer-distributed form button { +.footer-distributed form button{ border-radius: 3px; - background-color: #33383b; + background-color: #33383b; color: #ffffff; border: 0; padding: 15px 50px; @@ -2992,589 +2902,151 @@ section.community .community-grid .peeps .animated { } .footer-distributed .input-container { - display: flex; - align-items: center; - width: 100%; - margin-bottom: 15px; + display: flex; + width: 100%; + margin-bottom: 15px; } .footer-distributed .input-container .icon { - color: white; - min-width: 50px; - text-align: center; + padding: 10px; + color: white; + min-width: 50px; + text-align: center; } .footer-distributed .input-container .input-field { - width: 200%; - padding: 10px; - outline: none; + width: 200%; + padding: 10px; + outline: none; } .input-container button { - margin: auto; + margin: auto; } /* If you don't want the footer to be responsive, remove these media queries */ @media (max-width: 1000px) { + .footer-distributed { font: bold 14px sans-serif; } - .footer-distributed .footer-company-name, - .footer-distributed .footer-author-name { + .footer-distributed .footer-company-name, + .footer-distributed .footer-author-name{ font-size: 12px; } .footer-distributed form input, - .footer-distributed form textarea { + .footer-distributed form textarea{ width: 250px; } - .footer-distributed form button { + .footer-distributed form button{ padding: 10px 35px; } + } @media (max-width: 800px) { - .footer-distributed { + + .footer-distributed{ padding: 30px; } .footer-distributed .footer-left, - .footer-distributed .footer-right { + .footer-distributed .footer-right{ float: none; max-width: 300px; margin: 0 auto; } - .footer-distributed .footer-left { + .footer-distributed .footer-left{ margin-bottom: 40px; } - .footer-distributed form { + .footer-distributed form{ margin-top: 30px; } - .footer-distributed form { + .footer-distributed form{ display: block; } - .footer-distributed form button { + .footer-distributed form button{ float: none; } } + .footer-down { - background: #111; - text-align: center; - height: 30px; + background: #111; + text-align: center; + height: 30px; } .footer-down p { - color: #8f9296; - margin: 0; + color: #8f9296; + margin:0; } -.chat-bot { - display: none; - position: absolute; - right: 25px; - bottom: 75px; - position: fixed; - z-index: 10000; +.chat-bot{ + display: none; + position: absolute; + right: 25px; + bottom: 75px; + position: fixed; + z-index: 10000; } -.close-chat { - top: 10px; - right: 10px; - position: absolute; - font-size: 1.5rem; - background-color: #2b303e; - color: red; - border: none; - outline: none; +.close-chat{ + top: 10px; + right: 10px; + position: absolute; + font-size: 1.5rem; + background-color: #2B303E; + color: red; + border: none; + outline: none; } -.btn-chat { - position: absolute; - right: 40px; - bottom: 50px; - position: fixed; - transform: translate(50%, 50%); - border: none; - height: 60px; + +.btn-chat{ + position: absolute; + right: 40px; + bottom: 50px; + position: fixed; + transform: translate(50%, 50%); + border: none; + height: 60px; } .btn-chat img { - height: 60px; - border-radius: 50%; + height: 60px; + border-radius: 50%; } @media (min-width: 992px) { - .chat-bot { - width: 22.5%; - } -} + .chat-bot{ + width: 22.5%; + } -.nav-open .nav { - transform: translateX(0); } -.nav-open .nav-toggle { - position: fixed; +.nav-open .nav{ + transform: translateX(0); + } -.nav-open .hamburger { - transform: rotate(0.625turn); -} - -.nav-open .hamburger::before { - transform: rotate(90deg) translateX(-6px); -} - -.nav-open .hamburger::after { - opacity: 0; -} - -.card-container { - background-color: #231e39; - border-radius: 5px; - box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.75); - color: #b3b8cd; - padding-top: 30px; - position: relative; - width: 100%; - max-width: 100%; - text-align: center; - margin: 40px 0; - padding-bottom: 30px; -} - -.card-container .round { - border: 1px solid #03bfcb; - border-radius: 50%; - padding: 7px; - width: 150px; +.nav-open .nav-toggle{ + position: fixed; } -.card-container h3 { - margin: 20px 0; +.nav-open .hamburger{ + transform: rotate(.625turn); } -.skills { - background-color: #1f1a36; - text-align: left; - padding: 15px; -} - -.skills ul { - list-style-type: none; - margin: 0; - padding: 0; -} - -.skills ul li { - border: 1px solid #2d2747; - border-radius: 2px; - display: inline-block; - font-size: 12px; - margin: 0 7px 7px 0; - padding: 7px; -} -.social { - display: flex; - flex-direction: row; - justify-content: space-around; - margin-top: 25px; - list-style: none; - padding: 0 65px; -} - -.social li { - font-size: 20px; -} - -button.primary { - background-color: #03bfcb; - border: 1px solid #03bfcb; - border-radius: 3px; - color: #231e39; - font-family: Montserrat, sans-serif; - font-weight: 500; - padding: 10px 25px; -} - -button.primary.ghost { - background-color: transparent; - color: #02899c; -} - -button:hover { - font-weight: 700; -} - -#container-p5 { - height: 100%; -} - -.hero-copy { - position: relative; - z-index: 1; -} -.hero-cta { - margin-bottom: 40px; -} -.hero-figure { - position: relative; - transform: scaleX(-1); -} -.hero-figure svg { - width: 100%; - height: auto; -} -.hero-figure::before, -.hero-figure::after { - content: ""; - position: absolute; - background-repeat: no-repeat; - background-size: 100%; -} -.has-animations .hero-figure::before, -.has-animations .hero-figure::after { - opacity: 0; - transition: opacity 2s ease; -} -.anime-ready .has-animations .hero-figure::before, -.anime-ready .has-animations .hero-figure::after { - opacity: 1; -} -.hero-figure::before { - top: -57.8%; - left: -1.3%; - width: 152.84%; - height: 178.78%; - background-image: url("../img/hero-back-illustration.svg"); -} -.hero-figure::after { - top: -35.6%; - left: 99.6%; - width: 57.2%; - height: 87.88%; - background-image: url("../img/hero-top-illustration.svg"); -} -.hero-figure-box { - position: absolute; - top: 0; - will-change: transform; -} -.hero-figure-box-01, -.hero-figure-box-02, -.hero-figure-box-03, -.hero-figure-box-04, -.hero-figure-box-08, -.hero-figure-box-09 { - overflow: hidden; -} -.hero-figure-box-01::before, -.hero-figure-box-02::before, -.hero-figure-box-03::before, -.hero-figure-box-04::before, -.hero-figure-box-08::before, -.hero-figure-box-09::before { - content: ""; - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - -webkit-transform-origin: 100% 100%; - transform-origin: 100% 100%; -} -.hero-figure-box-01 { - left: 103.2%; - top: 41.9%; - width: 28.03%; - height: 37.37%; - background: linear-gradient(to left top, #00bffb, rgba(0, 191, 251, 0)); - -webkit-transform: rotateZ(45deg); - transform: rotateZ(45deg); -} -.hero-figure-box-01::before { - background: linear-gradient(to left, #15181d 0%, rgba(21, 24, 29, 0) 60%); - -webkit-transform: rotateZ(45deg) scale(1.5); - transform: rotateZ(45deg) scale(1.5); -} -.hero-figure-box-02 { - left: 61.3%; - top: 64.1%; - width: 37.87%; - height: 50.5%; - background: linear-gradient(to left top, #0270d7, rgba(2, 112, 215, 0)); - -webkit-transform: rotateZ(-45deg); - transform: rotateZ(-45deg); -} -.hero-figure-box-02::before { - background: linear-gradient(to top, #15181d 0%, rgba(21, 24, 29, 0) 60%); - -webkit-transform: rotateZ(-45deg) scale(1.5); - transform: rotateZ(-45deg) scale(1.5); -} -.hero-figure-box-03 { - left: 87.7%; - top: -56.8%; - width: 56.81%; - height: 75.75%; - background: linear-gradient(to left top, #00bffb, rgba(0, 191, 251, 0)); -} -.hero-figure-box-03::before { - background: linear-gradient(to left, #15181d 0%, rgba(21, 24, 29, 0) 60%); - -webkit-transform: rotateZ(45deg) scale(1.5); - transform: rotateZ(45deg) scale(1.5); -} -.hero-figure-box-04 { - left: 54.9%; - top: -8%; - width: 45.45%; - height: 60.6%; - background: linear-gradient(to left top, #0270d7, rgba(2, 112, 215, 0)); - -webkit-transform: rotateZ(-135deg); - transform: rotateZ(-135deg); -} -.hero-figure-box-04::before { - background: linear-gradient( - to top, - rgba(255, 255, 255, 0.24) 0%, - rgba(255, 255, 255, 0) 60% - ); - -webkit-transform: rotateZ(-45deg) scale(1.5); - transform: rotateZ(-45deg) scale(1.5); -} -.hero-figure-box-05, -.hero-figure-box-06, -.hero-figure-box-07 { - background-color: #242830; - box-shadow: -20px 32px 64px rgba(0, 0, 0, 0.25); -} -.hero-figure-box-05 { - left: 17.4%; - top: 13.3%; - width: 64%; - height: 73.7%; - -webkit-transform: perspective(500px) rotateY(-15deg) rotateX(8deg) - rotateZ(-1deg); - transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg); -} -.hero-figure-box-06 { - left: 65.5%; - top: 6.3%; - width: 30.3%; - height: 40.4%; - -webkit-transform: rotateZ(20deg); - transform: rotateZ(20deg); -} -.hero-figure-box-07 { - left: 1.9%; - top: 42.4%; - width: 12.12%; - height: 16.16%; - -webkit-transform: rotateZ(20deg); - transform: rotateZ(20deg); -} -.hero-figure-box-08 { - left: 27.1%; - top: 81.6%; - width: 19.51%; - height: 26.01%; - background: #0270d7; - -webkit-transform: rotateZ(-22deg); - transform: rotateZ(-22deg); -} -.hero-figure-box-08::before { - background: linear-gradient( - to left, - rgba(255, 255, 255, 0) 0%, - rgba(255, 255, 255, 0.48) 100% - ); - -webkit-transform: rotateZ(45deg) scale(1.5); - transform: rotateZ(45deg) scale(1.5); -} -.hero-figure-box-09 { - left: 42.6%; - top: -17.9%; - width: 6.63%; - height: 8.83%; - background: #00bffb; - -webkit-transform: rotateZ(-52deg); - transform: rotateZ(-52deg); -} -.hero-figure-box-09::before { - background: linear-gradient( - to left, - rgba(255, 255, 255, 0) 0%, - rgba(255, 255, 255, 0.64) 100% - ); - -webkit-transform: rotateZ(45deg) scale(1.5); - transform: rotateZ(45deg) scale(1.5); -} -.hero-figure-box-10 { - left: -3.8%; - top: 4.3%; - width: 3.03%; - height: 4.04%; - background: rgba(0, 191, 251, 0.32); - -webkit-transform: rotateZ(-50deg); - transform: rotateZ(-50deg); -} -@media (max-width: 640px) { - .hero-cta { - max-width: 280px; - margin-left: auto; - margin-right: auto; - } - .hero-cta .button { - display: flex; - } - .hero-cta .button + .button { - margin-top: 16px; - } - .hero-figure::after, - .hero-figure-box-03, - .hero-figure-box-04, - .hero-figure-box-09 { - display: none; - } -} -@media (min-width: 641px) { - .hero { - text-align: left; - padding-top: 64px; - padding-bottom: 88px; - } - .hero-inner { - display: flex; - justify-content: space-between; - align-items: center; - } - .hero-copy { - padding-right: 64px; - min-width: 552px; - width: 552px; - } - .hero-cta { - margin: 0; - } - .hero-cta .button { - min-width: 170px; - } - .hero-cta .button:first-child { - margin-right: 16px; - } - .hero-figure svg { - width: auto; - } -} - -/* horizontal socials */ -.social-section { - padding-bottom: 50px; -} -.social-section > div { - padding: 0; -} -.discord, -.telegram { - height: 400px; - display: flex; - justify-content: center; - align-items: center; - text-align: center; - color: #fff; - flex-direction: column; -} -.discord { - background: #2f4bb1; -} -.telegram { - background: #ef4925; -} -.social-icon { - font-size: 10rem; - color: #fff; -} -.social-text { - font-size: 2rem; - opacity: 0; - visibility: hidden; -} -.discord:hover div, -.telegram:hover div { - visibility: visible; - opacity: 1; -} -.discord:hover .social-icon, -.telegram:hover .social-icon { - color: #fff; - position: relative; - top: -20px; -} - -.header-logo-image { - max-height: 70px; -} - -.site-footer { - font-size: 14px; - line-height: 22px; - letter-spacing: 0px; - background: #1d2026; - padding: 20px 0; -} -.site-footer span { - color: rgba(255, 255, 255, 0.7); -} -.site-footer a { - color: #8a94a7; - text-decoration: none; -} -.site-footer a:hover, -.site-footer a:active { - text-decoration: underline; -} - -.footer-social-links { - display: flex; - align-items: center; - margin: 0; - padding: 0; -} -.screen-reader-text { - clip: rect(1px, 1px, 1px, 1px); - position: absolute !important; - height: 1px; - width: 1px; - overflow: hidden; - word-wrap: normal !important; -} - -.footer-social-links li { - display: inline-flex; -} -.footer-social-links li + li { - margin-left: 16px; -} -.footer-social-links li a { - padding: 8px; -} -.footer-social-links li a > svg { - font-size: 1.5rem; -} -.footer-links li + li { - margin-left: 24px; -} -@media (min-width: 641px) { - .footer-social-links { - flex: 50%; - justify-content: flex-end; - } +.nav-open .hamburger::before{ + transform: rotate(90deg) translateX(-6px); } -.year { - margin: 0 2px; +.nav-open .hamburger::after{ + opacity: 0; } diff --git a/assets/img/background.jpg b/assets/img/background.jpg deleted file mode 100644 index 476c4fb..0000000 Binary files a/assets/img/background.jpg and /dev/null differ diff --git a/assets/img/background2.jpg b/assets/img/background2.jpg deleted file mode 100644 index 4264e69..0000000 Binary files a/assets/img/background2.jpg and /dev/null differ diff --git a/assets/img/background2s.jpg b/assets/img/background2s.jpg deleted file mode 100644 index 75a2b5a..0000000 Binary files a/assets/img/background2s.jpg and /dev/null differ diff --git a/assets/img/clients/AmphanTri.png b/assets/img/clients/AmphanTri.png deleted file mode 100644 index 956184a..0000000 Binary files a/assets/img/clients/AmphanTri.png and /dev/null differ diff --git a/assets/img/courses/partners/AmphanTri.png b/assets/img/courses/partners/AmphanTri.png deleted file mode 100644 index 956184a..0000000 Binary files a/assets/img/courses/partners/AmphanTri.png and /dev/null differ diff --git a/assets/img/courses/partners/ISCAP.jpeg b/assets/img/courses/partners/ISCAP.jpeg deleted file mode 100644 index faca791..0000000 Binary files a/assets/img/courses/partners/ISCAP.jpeg and /dev/null differ diff --git a/assets/img/courses/partners/LU.png b/assets/img/courses/partners/LU.png deleted file mode 100644 index 1d30032..0000000 Binary files a/assets/img/courses/partners/LU.png and /dev/null differ diff --git a/assets/img/courses/partners/NeoVantium black.png b/assets/img/courses/partners/NeoVantium black.png deleted file mode 100644 index c846bb0..0000000 Binary files a/assets/img/courses/partners/NeoVantium black.png and /dev/null differ diff --git a/assets/img/courses/partners/cblogo.png b/assets/img/courses/partners/cblogo.png deleted file mode 100644 index eaf8bad..0000000 Binary files a/assets/img/courses/partners/cblogo.png and /dev/null differ diff --git a/assets/img/courses/partners/geeks.png b/assets/img/courses/partners/geeks.png deleted file mode 100644 index b0a0e70..0000000 Binary files a/assets/img/courses/partners/geeks.png and /dev/null differ diff --git a/assets/img/courses/top-py-companies.jpg b/assets/img/courses/top-py-companies.jpg deleted file mode 100644 index b1fd10e..0000000 Binary files a/assets/img/courses/top-py-companies.jpg and /dev/null differ diff --git a/assets/img/courses/will-learn/algorithm.png b/assets/img/courses/will-learn/algorithm.png deleted file mode 100644 index 7447ed4..0000000 Binary files a/assets/img/courses/will-learn/algorithm.png and /dev/null differ diff --git a/assets/img/courses/will-learn/creative.png b/assets/img/courses/will-learn/creative.png deleted file mode 100644 index 4b4e739..0000000 Binary files a/assets/img/courses/will-learn/creative.png and /dev/null differ diff --git a/assets/img/courses/will-learn/logic.png b/assets/img/courses/will-learn/logic.png deleted file mode 100644 index e4a923f..0000000 Binary files a/assets/img/courses/will-learn/logic.png and /dev/null differ diff --git a/assets/img/courses/will-learn/sequencing.png b/assets/img/courses/will-learn/sequencing.png deleted file mode 100644 index ea2f618..0000000 Binary files a/assets/img/courses/will-learn/sequencing.png and /dev/null differ diff --git a/assets/img/courses/will-learn/structure.png b/assets/img/courses/will-learn/structure.png deleted file mode 100644 index 5ef1f4a..0000000 Binary files a/assets/img/courses/will-learn/structure.png and /dev/null differ diff --git a/assets/img/devscript.gif b/assets/img/devscript.gif deleted file mode 100644 index 2e16548..0000000 Binary files a/assets/img/devscript.gif and /dev/null differ diff --git a/assets/img/devscript.jpg b/assets/img/devscript.jpg deleted file mode 100644 index c65b222..0000000 Binary files a/assets/img/devscript.jpg and /dev/null differ diff --git a/assets/img/devscriptGreen.png b/assets/img/devscriptGreen.png deleted file mode 100644 index 20951b5..0000000 Binary files a/assets/img/devscriptGreen.png and /dev/null differ diff --git a/assets/img/events/hackNagpurBanner.png b/assets/img/events/hackNagpurBanner.png deleted file mode 100644 index b08d2b8..0000000 Binary files a/assets/img/events/hackNagpurBanner.png and /dev/null differ diff --git a/assets/img/events/hackNagpurBannerLong.png b/assets/img/events/hackNagpurBannerLong.png deleted file mode 100644 index 2c33ebb..0000000 Binary files a/assets/img/events/hackNagpurBannerLong.png and /dev/null differ diff --git a/assets/img/feature-icon-01.svg b/assets/img/feature-icon-01.svg deleted file mode 100644 index 6054299..0000000 --- a/assets/img/feature-icon-01.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/img/feature-icon-02.svg b/assets/img/feature-icon-02.svg deleted file mode 100644 index 62b1193..0000000 --- a/assets/img/feature-icon-02.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/img/feature-icon-03.svg b/assets/img/feature-icon-03.svg deleted file mode 100644 index ab7bbaa..0000000 --- a/assets/img/feature-icon-03.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/img/feature-icon-04.svg b/assets/img/feature-icon-04.svg deleted file mode 100644 index 3a0c70d..0000000 --- a/assets/img/feature-icon-04.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/img/hero-back-illustration.svg b/assets/img/hero-back-illustration.svg deleted file mode 100644 index 8f0d151..0000000 --- a/assets/img/hero-back-illustration.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/img/hero-top-illustration.svg b/assets/img/hero-top-illustration.svg deleted file mode 100644 index 3eec102..0000000 --- a/assets/img/hero-top-illustration.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/img/mario.jpg b/assets/img/mario.jpg deleted file mode 100644 index ec0d623..0000000 Binary files a/assets/img/mario.jpg and /dev/null differ diff --git a/assets/img/speakers/Ido Shamun.jpg b/assets/img/speakers/Ido Shamun.jpg deleted file mode 100644 index e17abd5..0000000 Binary files a/assets/img/speakers/Ido Shamun.jpg and /dev/null differ diff --git a/assets/img/speakers/Juan Pablo.jpg b/assets/img/speakers/Juan Pablo.jpg deleted file mode 100644 index bbe9090..0000000 Binary files a/assets/img/speakers/Juan Pablo.jpg and /dev/null differ diff --git a/assets/img/speakers/Pooja Sund.jpg b/assets/img/speakers/Pooja Sund.jpg deleted file mode 100644 index e25fc45..0000000 Binary files a/assets/img/speakers/Pooja Sund.jpg and /dev/null differ diff --git a/assets/img/speakers/Prateek Narang.jpg b/assets/img/speakers/Prateek Narang.jpg deleted file mode 100644 index bed6659..0000000 Binary files a/assets/img/speakers/Prateek Narang.jpg and /dev/null differ diff --git a/assets/img/speakers/Sarah Williams.jpg b/assets/img/speakers/Sarah Williams.jpg deleted file mode 100644 index f2f4170..0000000 Binary files a/assets/img/speakers/Sarah Williams.jpg and /dev/null differ diff --git a/assets/img/speakers/Shalaka Verma.jpg b/assets/img/speakers/Shalaka Verma.jpg deleted file mode 100644 index 3505550..0000000 Binary files a/assets/img/speakers/Shalaka Verma.jpg and /dev/null differ diff --git a/assets/img/speakers/Shubhi Khanna.jpg b/assets/img/speakers/Shubhi Khanna.jpg deleted file mode 100644 index 3acda36..0000000 Binary files a/assets/img/speakers/Shubhi Khanna.jpg and /dev/null differ diff --git a/assets/img/speakers/akshaya.jpg b/assets/img/speakers/akshaya.jpg deleted file mode 100644 index 64a21e7..0000000 Binary files a/assets/img/speakers/akshaya.jpg and /dev/null differ diff --git a/assets/img/speakers/karan m.v.jpg b/assets/img/speakers/karan m.v.jpg deleted file mode 100644 index 81d6a6f..0000000 Binary files a/assets/img/speakers/karan m.v.jpg and /dev/null differ diff --git a/assets/img/speakers/praveen.jpg b/assets/img/speakers/praveen.jpg deleted file mode 100644 index fec257a..0000000 Binary files a/assets/img/speakers/praveen.jpg and /dev/null differ diff --git a/assets/img/speakers/shammi-photo.jpg b/assets/img/speakers/shammi-photo.jpg deleted file mode 100644 index 6af3556..0000000 Binary files a/assets/img/speakers/shammi-photo.jpg and /dev/null differ diff --git a/assets/img/sponsors/9ledgepro.png b/assets/img/sponsors/9ledgepro.png deleted file mode 100644 index 69dbb44..0000000 Binary files a/assets/img/sponsors/9ledgepro.png and /dev/null differ diff --git a/assets/img/sponsors/AmphanTri.png b/assets/img/sponsors/AmphanTri.png deleted file mode 100644 index 3557e7c..0000000 Binary files a/assets/img/sponsors/AmphanTri.png and /dev/null differ diff --git a/assets/img/sponsors/Devfolio.png b/assets/img/sponsors/Devfolio.png deleted file mode 100644 index b2a7077..0000000 Binary files a/assets/img/sponsors/Devfolio.png and /dev/null differ diff --git a/assets/img/sponsors/LU.png b/assets/img/sponsors/LU.png deleted file mode 100644 index 2468f2e..0000000 Binary files a/assets/img/sponsors/LU.png and /dev/null differ diff --git a/assets/img/sponsors/Merge.png b/assets/img/sponsors/Merge.png deleted file mode 100644 index dd16991..0000000 Binary files a/assets/img/sponsors/Merge.png and /dev/null differ diff --git a/assets/img/sponsors/Portis.png b/assets/img/sponsors/Portis.png deleted file mode 100644 index 671ceb4..0000000 Binary files a/assets/img/sponsors/Portis.png and /dev/null differ diff --git a/assets/img/sponsors/SkillShip.png b/assets/img/sponsors/SkillShip.png deleted file mode 100644 index c7a0b78..0000000 Binary files a/assets/img/sponsors/SkillShip.png and /dev/null differ diff --git a/assets/img/sponsors/amphan.png b/assets/img/sponsors/amphan.png deleted file mode 100644 index 0d7fb27..0000000 Binary files a/assets/img/sponsors/amphan.png and /dev/null differ diff --git a/assets/img/sponsors/auth0.png b/assets/img/sponsors/auth0.png deleted file mode 100644 index 63c69d3..0000000 Binary files a/assets/img/sponsors/auth0.png and /dev/null differ diff --git a/assets/img/sponsors/codeasylums.png b/assets/img/sponsors/codeasylums.png deleted file mode 100644 index 9bd7840..0000000 Binary files a/assets/img/sponsors/codeasylums.png and /dev/null differ diff --git a/assets/img/sponsors/codenasylums.png b/assets/img/sponsors/codenasylums.png deleted file mode 100644 index 6be8445..0000000 Binary files a/assets/img/sponsors/codenasylums.png and /dev/null differ diff --git a/assets/img/sponsors/codingBlocks.png b/assets/img/sponsors/codingBlocks.png deleted file mode 100644 index 2b27b33..0000000 Binary files a/assets/img/sponsors/codingBlocks.png and /dev/null differ diff --git a/assets/img/sponsors/codingNinja.png b/assets/img/sponsors/codingNinja.png deleted file mode 100644 index 10b6b90..0000000 Binary files a/assets/img/sponsors/codingNinja.png and /dev/null differ diff --git a/assets/img/sponsors/commudle.png b/assets/img/sponsors/commudle.png deleted file mode 100644 index 5f9e35b..0000000 Binary files a/assets/img/sponsors/commudle.png and /dev/null differ diff --git a/assets/img/sponsors/dailydev.png b/assets/img/sponsors/dailydev.png deleted file mode 100644 index 41c7a47..0000000 Binary files a/assets/img/sponsors/dailydev.png and /dev/null differ diff --git a/assets/img/sponsors/digital_ocean.png b/assets/img/sponsors/digital_ocean.png deleted file mode 100644 index 1eada09..0000000 Binary files a/assets/img/sponsors/digital_ocean.png and /dev/null differ diff --git a/assets/img/sponsors/funkyTurtle.png b/assets/img/sponsors/funkyTurtle.png deleted file mode 100644 index ac3993b..0000000 Binary files a/assets/img/sponsors/funkyTurtle.png and /dev/null differ diff --git a/assets/img/sponsors/github.png b/assets/img/sponsors/github.png deleted file mode 100644 index e03d8dd..0000000 Binary files a/assets/img/sponsors/github.png and /dev/null differ diff --git a/assets/img/sponsors/gmc.png b/assets/img/sponsors/gmc.png deleted file mode 100644 index c3ccd7c..0000000 Binary files a/assets/img/sponsors/gmc.png and /dev/null differ diff --git a/assets/img/sponsors/hackclubBank.png b/assets/img/sponsors/hackclubBank.png deleted file mode 100644 index 350b866..0000000 Binary files a/assets/img/sponsors/hackclubBank.png and /dev/null differ diff --git a/assets/img/sponsors/linode.png b/assets/img/sponsors/linode.png deleted file mode 100644 index e3054f0..0000000 Binary files a/assets/img/sponsors/linode.png and /dev/null differ diff --git a/assets/img/sponsors/matic.png b/assets/img/sponsors/matic.png deleted file mode 100644 index f43f79a..0000000 Binary files a/assets/img/sponsors/matic.png and /dev/null differ diff --git a/assets/img/sponsors/myjen.svg b/assets/img/sponsors/myjen.svg deleted file mode 100644 index 0c51540..0000000 --- a/assets/img/sponsors/myjen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/assets/img/sponsors/neo.png b/assets/img/sponsors/neo.png deleted file mode 100644 index 98a516e..0000000 Binary files a/assets/img/sponsors/neo.png and /dev/null differ diff --git a/assets/img/sponsors/progate.png b/assets/img/sponsors/progate.png deleted file mode 100644 index b614dec..0000000 Binary files a/assets/img/sponsors/progate.png and /dev/null differ diff --git a/assets/img/sponsors/qpower_research.jpg b/assets/img/sponsors/qpower_research.jpg deleted file mode 100644 index 5e00553..0000000 Binary files a/assets/img/sponsors/qpower_research.jpg and /dev/null differ diff --git a/assets/img/sponsors/replit.png b/assets/img/sponsors/replit.png deleted file mode 100644 index e5681b0..0000000 Binary files a/assets/img/sponsors/replit.png and /dev/null differ diff --git a/assets/img/sponsors/simpledev.png b/assets/img/sponsors/simpledev.png deleted file mode 100644 index e38b5e0..0000000 Binary files a/assets/img/sponsors/simpledev.png and /dev/null differ diff --git a/assets/img/sponsors/skillenza.png b/assets/img/sponsors/skillenza.png deleted file mode 100644 index 098e402..0000000 Binary files a/assets/img/sponsors/skillenza.png and /dev/null differ diff --git a/assets/img/sponsors/stickerMule.png b/assets/img/sponsors/stickerMule.png deleted file mode 100644 index 37d8154..0000000 Binary files a/assets/img/sponsors/stickerMule.png and /dev/null differ diff --git a/assets/img/sponsors/tesseract.png b/assets/img/sponsors/tesseract.png deleted file mode 100644 index 112f321..0000000 Binary files a/assets/img/sponsors/tesseract.png and /dev/null differ diff --git a/assets/img/sponsors/tezos-xtz-logo.png b/assets/img/sponsors/tezos-xtz-logo.png deleted file mode 100644 index 3912ddf..0000000 Binary files a/assets/img/sponsors/tezos-xtz-logo.png and /dev/null differ diff --git a/assets/img/team/Aditi Dwivedi alt.jpg b/assets/img/team/Aditi Dwivedi alt.jpg deleted file mode 100644 index 6827820..0000000 Binary files a/assets/img/team/Aditi Dwivedi alt.jpg and /dev/null differ diff --git a/assets/img/team/Aditi Dwivedi.jpg b/assets/img/team/Aditi Dwivedi.jpg deleted file mode 100644 index 18cd090..0000000 Binary files a/assets/img/team/Aditi Dwivedi.jpg and /dev/null differ diff --git a/assets/img/team/Aditi Jha.jpg b/assets/img/team/Aditi Jha.jpg deleted file mode 100644 index f558d36..0000000 Binary files a/assets/img/team/Aditi Jha.jpg and /dev/null differ diff --git a/assets/img/team/Ankit Chaudhari.jpg b/assets/img/team/Ankit Chaudhari.jpg deleted file mode 100644 index f411c97..0000000 Binary files a/assets/img/team/Ankit Chaudhari.jpg and /dev/null differ diff --git a/assets/img/team/Apoorve Goyal.jpg b/assets/img/team/Apoorve Goyal.jpg deleted file mode 100644 index a1f1681..0000000 Binary files a/assets/img/team/Apoorve Goyal.jpg and /dev/null differ diff --git a/assets/img/team/Kanishka Aggarwal.jpeg b/assets/img/team/Kanishka Aggarwal.jpeg deleted file mode 100644 index 90e343e..0000000 Binary files a/assets/img/team/Kanishka Aggarwal.jpeg and /dev/null differ diff --git a/assets/img/team/Muthu.jpeg b/assets/img/team/Muthu.jpeg deleted file mode 100644 index 7fd561b..0000000 Binary files a/assets/img/team/Muthu.jpeg and /dev/null differ diff --git a/assets/img/team/Nayeema Tabassum.jpg b/assets/img/team/Nayeema Tabassum.jpg deleted file mode 100644 index 4a14944..0000000 Binary files a/assets/img/team/Nayeema Tabassum.jpg and /dev/null differ diff --git a/assets/img/team/Rishabh Singh.jpg b/assets/img/team/Rishabh Singh.jpg deleted file mode 100644 index 8875acd..0000000 Binary files a/assets/img/team/Rishabh Singh.jpg and /dev/null differ diff --git a/assets/img/team/Shaleen Poddar.jpg b/assets/img/team/Shaleen Poddar.jpg deleted file mode 100644 index c46230e..0000000 Binary files a/assets/img/team/Shaleen Poddar.jpg and /dev/null differ diff --git a/assets/img/team/Shreya Santoshwar alt.jpg b/assets/img/team/Shreya Santoshwar alt.jpg deleted file mode 100644 index e3b656e..0000000 Binary files a/assets/img/team/Shreya Santoshwar alt.jpg and /dev/null differ diff --git a/assets/img/team/Shreya Santoshwar.jpg b/assets/img/team/Shreya Santoshwar.jpg deleted file mode 100644 index d5c4ea5..0000000 Binary files a/assets/img/team/Shreya Santoshwar.jpg and /dev/null differ diff --git a/assets/img/team/Smriti Singh.jpg b/assets/img/team/Smriti Singh.jpg deleted file mode 100644 index aa7e140..0000000 Binary files a/assets/img/team/Smriti Singh.jpg and /dev/null differ diff --git a/assets/img/team/Swati Sandhya.jpg b/assets/img/team/Swati Sandhya.jpg deleted file mode 100644 index 67a3c08..0000000 Binary files a/assets/img/team/Swati Sandhya.jpg and /dev/null differ diff --git a/assets/img/team/Vedant Khairnar.jpg b/assets/img/team/Vedant Khairnar.jpg deleted file mode 100644 index 522b511..0000000 Binary files a/assets/img/team/Vedant Khairnar.jpg and /dev/null differ diff --git a/assets/img/team/team-1.jpg b/assets/img/team/team-1.jpg new file mode 100644 index 0000000..d260d29 Binary files /dev/null and b/assets/img/team/team-1.jpg differ diff --git a/assets/img/team/team-2.jpg b/assets/img/team/team-2.jpg new file mode 100644 index 0000000..409363c Binary files /dev/null and b/assets/img/team/team-2.jpg differ diff --git a/assets/img/team/team-3.jpg b/assets/img/team/team-3.jpg new file mode 100644 index 0000000..d26952b Binary files /dev/null and b/assets/img/team/team-3.jpg differ diff --git a/assets/img/team/team-4.jpg b/assets/img/team/team-4.jpg new file mode 100644 index 0000000..c8d60f2 Binary files /dev/null and b/assets/img/team/team-4.jpg differ diff --git a/assets/img/test.png b/assets/img/test.png deleted file mode 100644 index 221e81f..0000000 Binary files a/assets/img/test.png and /dev/null differ diff --git a/assets/img/testimg.jpeg b/assets/img/testimg.jpeg new file mode 100644 index 0000000..a91a208 Binary files /dev/null and b/assets/img/testimg.jpeg differ diff --git a/assets/js/main.js b/assets/js/main.js index 8290bba..e5233f9 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -5,270 +5,255 @@ * License: https://bootstrapmade.com/license/ */ -!(function ($) { - "use strict"; - // if($(window).width() > 768) { - // $('.event-banner')[0].src = './assets/img/events/hackNagpurBannerLong.png' - // } else { - // $('.event-banner')[0].src = './assets/img/events/hackNagpurBanner.png' - // } +!(function ($) { + "use strict"; - // Preloader - $(window).on("load", function () { - if ($("#preloader").length) { - $("#preloader") - .delay(100) - .fadeOut("slow", function () { - $(this).remove(); - }); - } - document.querySelector( - ".year" - ).innerText = ` ${new Date().getFullYear()} `; - }); + // Preloader + $(window).on("load", function () { + if ($("#preloader").length) { + $("#preloader") + .delay(100) + .fadeOut("slow", function () { + $(this).remove(); + }); + } + }); - // Smooth scroll for the navigation menu and links with .scrollto classes - var scrolltoOffset = $("#header").outerHeight() - 21; - if (window.matchMedia("(max-width: 991px)").matches) { - scrolltoOffset += 20; - } - $(document).on( - "click", - ".nav-menu a, .mobile-nav a, .scrollto", - function (e) { - if ( - location.pathname.replace(/^\//, "") == - this.pathname.replace(/^\//, "") && - location.hostname == this.hostname - ) { - var target = $(this.hash); - if (target.length) { - e.preventDefault(); + // Smooth scroll for the navigation menu and links with .scrollto classes + var scrolltoOffset = $("#header").outerHeight() - 21; + if (window.matchMedia("(max-width: 991px)").matches) { + scrolltoOffset += 20; + } + $(document).on("click", ".nav-menu a, .mobile-nav a, .scrollto", function ( + e + ) { + if ( + location.pathname.replace(/^\//, "") == + this.pathname.replace(/^\//, "") && + location.hostname == this.hostname + ) { + var target = $(this.hash); + if (target.length) { + e.preventDefault(); - var scrollto = target.offset().top - scrolltoOffset; + var scrollto = target.offset().top - scrolltoOffset; - if ($(this).attr("href") == "#header") { - scrollto = 0; - } + if ($(this).attr("href") == "#header") { + scrollto = 0; + } - $("html, body").animate( - { - scrollTop: scrollto, - }, - 1500, - "easeInOutExpo" - ); + $("html, body").animate( + { + scrollTop: scrollto, + }, + 1500, + "easeInOutExpo" + ); - if ($(this).parents(".nav-menu, .mobile-nav").length) { - $(".nav-menu .active, .mobile-nav .active").removeClass( - "active" - ); - $(this).closest("li").addClass("active"); - } + if ($(this).parents(".nav-menu, .mobile-nav").length) { + $(".nav-menu .active, .mobile-nav .active").removeClass("active"); + $(this).closest("li").addClass("active"); + } - if ($("body").hasClass("mobile-nav-active")) { - $("body").removeClass("mobile-nav-active"); - $(".mobile-nav-toggle i").toggleClass( - "icofont-navigation-menu icofont-close" - ); - $(".mobile-nav-overly").fadeOut(); - } - return false; - } - } - } - ); + if ($("body").hasClass("mobile-nav-active")) { + $("body").removeClass("mobile-nav-active"); + $(".mobile-nav-toggle i").toggleClass( + "icofont-navigation-menu icofont-close" + ); + $(".mobile-nav-overly").fadeOut(); + } + return false; + } + } + }); - // Activate smooth scroll on page load with hash links in the url - $(document).ready(function () { - if (window.location.hash) { - var initial_nav = window.location.hash; - if ($(initial_nav).length) { - var scrollto = $(initial_nav).offset().top - scrolltoOffset; - $("html, body").animate( - { - scrollTop: scrollto, - }, - 1500, - "easeInOutExpo" - ); - } - } - }); + // Activate smooth scroll on page load with hash links in the url + $(document).ready(function () { + if (window.location.hash) { + var initial_nav = window.location.hash; + if ($(initial_nav).length) { + var scrollto = $(initial_nav).offset().top - scrolltoOffset; + $("html, body").animate( + { + scrollTop: scrollto, + }, + 1500, + "easeInOutExpo" + ); + } + } + }); - // Navigation active state on scroll - var nav_sections = $("section"); - var main_nav = $(".nav-menu, .mobile-nav"); + // Navigation active state on scroll + var nav_sections = $("section"); + var main_nav = $(".nav-menu, .mobile-nav"); - $(window).on("scroll", function () { - var cur_pos = $(this).scrollTop() + 200; + $(window).on("scroll", function () { + var cur_pos = $(this).scrollTop() + 200; - nav_sections.each(function () { - var top = $(this).offset().top, - bottom = top + $(this).outerHeight(); + nav_sections.each(function () { + var top = $(this).offset().top, + bottom = top + $(this).outerHeight(); - if (cur_pos >= top && cur_pos <= bottom) { - if (cur_pos <= bottom) { - main_nav.find("li").removeClass("active"); - } - main_nav - .find('a[href="#' + $(this).attr("id") + '"]') - .parent("li") - .addClass("active"); - } - if (cur_pos < 300) { - $( - ".nav-menu ul:first li:first, .mobile-menu ul:first li:first" - ).addClass("active"); - } - }); - }); + if (cur_pos >= top && cur_pos <= bottom) { + if (cur_pos <= bottom) { + main_nav.find("li").removeClass("active"); + } + main_nav + .find('a[href="#' + $(this).attr("id") + '"]') + .parent("li") + .addClass("active"); + } + if (cur_pos < 300) { + $( + ".nav-menu ul:first li:first, .mobile-menu ul:first li:first" + ).addClass("active"); + } + }); + }); - // Mobile Navigation - if ($(".nav-menu").length) { - var $mobile_nav = $(".nav-menu").clone().prop({ - class: "mobile-nav d-lg-none", - }); - $("body").append($mobile_nav); - $("body").prepend( - '' - ); - $("body").append('
'); + // Mobile Navigation + if ($(".nav-menu").length) { + var $mobile_nav = $(".nav-menu").clone().prop({ + class: "mobile-nav d-lg-none", + }); + $("body").append($mobile_nav); + $("body").prepend( + '' + ); + $("body").append('
'); - $(document).on("click", ".mobile-nav-toggle", function (e) { - $("body").toggleClass("mobile-nav-active"); - $(".mobile-nav-toggle i").toggleClass( - "icofont-navigation-menu icofont-close" - ); - $(".mobile-nav-overly").toggle(); - }); + $(document).on("click", ".mobile-nav-toggle", function (e) { + $("body").toggleClass("mobile-nav-active"); + $(".mobile-nav-toggle i").toggleClass( + "icofont-navigation-menu icofont-close" + ); + $(".mobile-nav-overly").toggle(); + }); - $(document).on("click", ".mobile-nav .drop-down > a", function (e) { - e.preventDefault(); - $(this).next().slideToggle(300); - $(this).parent().toggleClass("active"); - }); + $(document).on("click", ".mobile-nav .drop-down > a", function (e) { + e.preventDefault(); + $(this).next().slideToggle(300); + $(this).parent().toggleClass("active"); + }); - $(document).click(function (e) { - var container = $(".mobile-nav, .mobile-nav-toggle"); - if ( - !container.is(e.target) && - container.has(e.target).length === 0 - ) { - if ($("body").hasClass("mobile-nav-active")) { - $("body").removeClass("mobile-nav-active"); - $(".mobile-nav-toggle i").toggleClass( - "icofont-navigation-menu icofont-close" - ); - $(".mobile-nav-overly").fadeOut(); - } - } - }); - } else if ($(".mobile-nav, .mobile-nav-toggle").length) { - $(".mobile-nav, .mobile-nav-toggle").hide(); - } + $(document).click(function (e) { + var container = $(".mobile-nav, .mobile-nav-toggle"); + if (!container.is(e.target) && container.has(e.target).length === 0) { + if ($("body").hasClass("mobile-nav-active")) { + $("body").removeClass("mobile-nav-active"); + $(".mobile-nav-toggle i").toggleClass( + "icofont-navigation-menu icofont-close" + ); + $(".mobile-nav-overly").fadeOut(); + } + } + }); + } else if ($(".mobile-nav, .mobile-nav-toggle").length) { + $(".mobile-nav, .mobile-nav-toggle").hide(); + } - // Toggle .header-scrolled class to #header when page is scrolled - $(window).scroll(function () { - if ($(this).scrollTop() > 100) { - $("#header").addClass("header-scrolled"); - $("#topbar").addClass("topbar-scrolled"); - } else { - $("#header").removeClass("header-scrolled"); - $("#topbar").removeClass("topbar-scrolled"); - } - }); + // Toggle .header-scrolled class to #header when page is scrolled + $(window).scroll(function () { + if ($(this).scrollTop() > 100) { + $("#header").addClass("header-scrolled"); + $("#topbar").addClass("topbar-scrolled"); + } else { + $("#header").removeClass("header-scrolled"); + $("#topbar").removeClass("topbar-scrolled"); + } + }); - if ($(window).scrollTop() > 100) { - $("#header").addClass("header-scrolled"); - $("#topbar").addClass("topbar-scrolled"); - } + if ($(window).scrollTop() > 100) { + $("#header").addClass("header-scrolled"); + $("#topbar").addClass("topbar-scrolled"); + } - // Back to top button - $(window).scroll(function () { - if ($(this).scrollTop() > 100) { - $(".back-to-top").fadeIn("slow"); - } else { - $(".back-to-top").fadeOut("slow"); - } - }); + // Back to top button + $(window).scroll(function () { + if ($(this).scrollTop() > 100) { + $(".back-to-top").fadeIn("slow"); + } else { + $(".back-to-top").fadeOut("slow"); + } + }); - $(".back-to-top").click(function () { - $("html, body").animate( - { - scrollTop: 0, - }, - 1500, - "easeInOutExpo" - ); - return false; - }); + $(".back-to-top").click(function () { + $("html, body").animate( + { + scrollTop: 0, + }, + 1500, + "easeInOutExpo" + ); + return false; + }); - // Skills section - $(".skills-content").waypoint( - function () { - $(".progress .progress-bar").each(function () { - $(this).css("width", $(this).attr("aria-valuenow") + "%"); - }); - }, - { - offset: "80%", - } - ); + // Skills section + $(".skills-content").waypoint( + function () { + $(".progress .progress-bar").each(function () { + $(this).css("width", $(this).attr("aria-valuenow") + "%"); + }); + }, + { + offset: "80%", + } + ); - // jQuery counterUp - $('[data-toggle="counter-up"]').counterUp({ - delay: 10, - time: 1000, - }); + // jQuery counterUp + $('[data-toggle="counter-up"]').counterUp({ + delay: 10, + time: 1000, + }); - // Testimonials carousel (uses the Owl Carousel library) - $(".testimonials-carousel").owlCarousel({ - autoplay: true, - dots: true, - loop: true, - items: 1, - }); + // Testimonials carousel (uses the Owl Carousel library) + $(".testimonials-carousel").owlCarousel({ + autoplay: true, + dots: true, + loop: true, + items: 1, + }); - // Porfolio isotope and filter - $(window).on("load", function () { - var portfolioIsotope = $(".portfolio-container").isotope({ - itemSelector: ".portfolio-item", - }); + // Porfolio isotope and filter + $(window).on("load", function () { + var portfolioIsotope = $(".portfolio-container").isotope({ + itemSelector: ".portfolio-item", + }); - $("#portfolio-flters li").on("click", function () { - $("#portfolio-flters li").removeClass("filter-active"); - $(this).addClass("filter-active"); + $("#portfolio-flters li").on("click", function () { + $("#portfolio-flters li").removeClass("filter-active"); + $(this).addClass("filter-active"); - portfolioIsotope.isotope({ - filter: $(this).data("filter"), - }); - aos_init(); - }); + portfolioIsotope.isotope({ + filter: $(this).data("filter"), + }); + aos_init(); + }); - // Initiate venobox (lightbox feature used in portofilo) - $(document).ready(function () { - $(".venobox").venobox(); - }); - }); + // Initiate venobox (lightbox feature used in portofilo) + $(document).ready(function () { + $(".venobox").venobox(); + }); + }); - // Portfolio details carousel - $(".portfolio-details-carousel").owlCarousel({ - autoplay: true, - dots: true, - loop: true, - items: 1, - }); + // Portfolio details carousel + $(".portfolio-details-carousel").owlCarousel({ + autoplay: true, + dots: true, + loop: true, + items: 1, + }); - // Init AOS - function aos_init() { - AOS.init({ - duration: 1000, - once: true, - }); - } - $(window).on("load", function () { - aos_init(); - }); -})(jQuery); + // Init AOS + function aos_init() { + AOS.init({ + duration: 1000, + once: true, + }); + } + $(window).on("load", function () { + aos_init(); + }); +})(jQuery); \ No newline at end of file diff --git a/assets/js/p5.js b/assets/js/p5.js deleted file mode 100644 index fddd63d..0000000 --- a/assets/js/p5.js +++ /dev/null @@ -1,341 +0,0 @@ -// var picPath = -// "https://i2.wp.com/10milemusic.com/wp-content/uploads/2018/02/cropped-10-Mile-Logo_BW-SQUARE-4.jpg"; - -// var sketch = function (p) { -// var containerWidth = $("#container-p5").width(); -// var containerHeight = $("#container-p5").height(); - -// /* eslint-disable */ -// p5.disableFriendlyErrors = true; -// var Stars = []; -// var smallSize = 80; -// var scaleFactor = (containerWidth * 0.35) / smallSize; -// var starsColor = ["#0d2a75", "#1d5cd2", "#1c3498"]; -// var translate = { -// x: containerWidth / 2, -// y: (containerHeight - containerWidth * 0.35) / 2, -// }; -// var positions = { -// pic: [], -// }; - -// var RandomStars = []; - -// function translatePoint(vector) { -// var newX = vector.x * scaleFactor + translate.x; -// var newY = vector.y * scaleFactor + translate.y; -// var newVec = p.createVector(newX, newY); -// return newVec; -// } - -// var center = translatePoint(p.createVector(smallSize / 2, smallSize / 2)); - -// var bgColor = p.color("#000529"); - -// // PARTICLE OF THE IMAGE -// function Star(vector) { -// this.x = vector.x; -// this.y = vector.y; -// this.pos = p.createVector( -// p.random(containerWidth * -1.2, containerWidth * 1.2), -// p.random(containerWidth * -1.2, containerHeight * 1.2) -// ); // initial position -// this.target = p.createVector(this.x, this.y); -// this.color = p.random(starsColor); -// this.size = p.random(2, 4); -// this.vel = p.createVector(p.random(-5, 6), p.random(-4, 6)); -// this.acc = p.createVector(); -// this.maxSpeed = 10; -// this.maxForce = 2; -// this.weight = p.random(0.5, 2.5); -// this.allowRepulse = false; -// this.goingCenter = false; - -// this.alpha; -// } - -// Star.prototype.update = function () { -// this.pos.add(this.vel); -// this.vel.add(this.acc); -// this.alpha; -// this.acc.mult(0); -// }; - -// Star.prototype.move = function () { -// var attract = this.attract(this.target); -// this.appForce(attract); - -// var mouse = p.createVector(p.mouseX, p.mouseY); -// var repulse = this.repulse(mouse); -// this.appForce(repulse); -// }; - -// Star.prototype.appForce = function (value) { -// this.acc.add(value); -// }; - -// Star.prototype.modAlpha = function () { -// var desired = p5.Vector.sub(this.target, this.pos); -// var d = desired.mag(); -// var opacity = p.map(d, 0, 800, 255, 0); -// return opacity; -// }; - -// Star.prototype.attract = function (target) { -// var desired = p5.Vector.sub(target, this.pos); -// var d = desired.mag(); // distance between target and position -// if (d < 100 && !this.goingCenter) { -// this.vel.limit(10); -// if (d < 10 && !this.allowRepulse) { -// var G = 70; -// var distancesq = desired.magSq(); - -// var force = distancesq / G; -// desired.setMag(force * this.weight); -// this.vel.limit(0.7); -// return desired; -// } -// } else { -// var G = 400000; -// var distancesq = desired.magSq(); -// var force = G / distancesq; -// desired.setMag(force); -// this.vel.limit(7); -// return desired; -// } -// }; - -// Star.prototype.repulse = function (target) { -// var desired = p5.Vector.sub(target, this.pos); -// var d = desired.mag(); -// if (d < 80) { -// this.allowRepulse = true; -// var distancesq = desired.magSq(); -// var force = (500 / distancesq) * this.weight; -// desired.setMag(-force); -// return desired; -// } else { -// this.allowRepulse = false; -// return p.createVector(0, 0); -// } -// }; - -// Star.prototype.render = function () { -// p.noStroke(); -// var color = p.color(this.color); -// color.setAlpha(this.modAlpha()); -// p.fill(color); -// p.ellipse(this.pos.x, this.pos.y, this.size, this.size); -// }; - -// // PARTICLE MOVING RANDOMLY -// function RandomStar() { -// this.pos = p.createVector( -// p.random(containerWidth), -// p.random(containerHeight) -// ); -// this.vel = p.createVector(p.random(-3, 3), p.random(-3, 3)); -// this.weight = p.random(0.5, 1.5); -// this.size = p.random(2, 4); -// this.corner = p.createVector(0, 0); -// this.color = p.color(p.random(starsColor)); -// this.alpha; -// } - -// RandomStar.prototype.modAlpha = function (dist) { -// var alpha = p.map(dist, 0, containerWidth * 0.8, 0, 255); -// return alpha; -// }; - -// RandomStar.prototype.checkBoundaries = function () { -// if (this.pos.x > containerWidth || this.pos.x < 0) { -// this.vel.x = this.vel.x * -1; -// } -// if (this.pos.y > containerHeight || this.pos.y < 0) { -// this.vel.y = this.vel.y * -1; -// } -// }; - -// RandomStar.prototype.update = function () { -// this.checkBoundaries(); -// this.pos.add(this.vel); - -// var dist = this.pos.sub(this.corner); -// this.alpha = this.modAlpha(dist.mag()); -// }; - -// RandomStar.prototype.render = function () { -// var c = this.color; -// c.setAlpha(this.alpha); -// p.fill(c); -// p.ellipse(this.pos.x, this.pos.y, this.size, this.size); -// }; - -// // CREATE RANDOMSTAR -// for (var i = 0; i < 150; i++) { -// var randStar = new RandomStar(); -// RandomStars.push(randStar); -// } - -// p.setup = function () { -// p.createCanvas(containerWidth, containerHeight, "WEBGL"); -// p.pixelDensity(1); -// p.background(bgColor); -// var pic = p.loadImage(picPath, function (img) { -// // p.image(img, 0, 0); -// console.log(img); -// pic.resize(smallSize, smallSize); -// pic.loadPixels(); -// for (var x = 0; x < pic.width; x++) { -// for (var y = 0; y < pic.height; y++) { -// var index = (x + y * pic.width) * 4; -// if (pic.pixels[index] < 200) { -// // if channel red < 200 == black in this case -// if (Math.round(p.random(100)) < 70) { -// //get only % of the points, randomly -// var initVec = p.createVector(x, y); -// var pos = translatePoint(initVec); -// positions.pic.push(pos); -// Stars.push(new Star(pos)); -// } -// } -// } -// } -// }); // close callback loader image -// console.log(pic); -// p.pixelDensity(); -// }; - -// p.draw = function () { -// p.background(bgColor); -// for (var k = 0; k < Stars.length; k++) { -// Stars[k].move(); -// Stars[k].update(); -// Stars[k].render(); -// } -// for (var j = 0; j < RandomStars.length; j++) { -// RandomStars[j].update(); -// RandomStars[j].render(); -// } -// }; - -// p.windowResized = function () { -// containerWidth = $("#container-p5").width(); -// containerHeight = $("#container-p5").height(); -// p.resizeCanvas(containerWidth, containerHeight); -// }; -// }; - -// var heroSketch = new p5(sketch, window.document.getElementById("container-p5")); - -var tlOpening = new TimelineMax({ - onStart: function () { - TweenMax.fromTo("#container-p5", 8, { autoAlpha: 0 }, { autoAlpha: 1 }); - }, - delay: 1, -}); - -tlOpening - .fromTo( - ".hero h1 span:nth-child(1)", - 1.8, - { autoAlpha: 0, y: 20 }, - { autoAlpha: 1, y: 0, ease: Power2.easeOut }, - 2.2 - ) - .fromTo( - ".hero h1 span:nth-child(3)", - 1.8, - { autoAlpha: 0, y: 40 }, - { autoAlpha: 1, y: 0, ease: Power2.easeOut }, - 2.4 - ) - .fromTo( - ".hero h2", - 1, - { autoAlpha: 0, y: 20 }, - { autoAlpha: 1, y: 0 }, - 3.2 - ); - -var bigDarkRectangle = anime - .timeline({ - targets: ".hero-figure-box-05", - autoplay: false, - begin: function (anim) { - smallDarkRectangles.play(); - colouredRectangles.play(); - }, - }) - .add({ - duration: 400, - easing: "easeInOutExpo", - scaleX: [0.05, 0.05], - scaleY: [0, 1], - perspective: "500px", - }) - .add({ - duration: 400, - easing: "easeInOutExpo", - scaleX: 1, - }) - .add({ - duration: 800, - rotateY: "-15deg", - rotateX: "-8deg", - rotateZ: "-1deg", - }); - -var smallDarkRectangles = anime - .timeline({ - targets: ".hero-figure-box-06, .hero-figure-box-07", - autoplay: false, - }) - .add({ - duration: 400, - easing: "easeInOutExpo", - scaleX: [0.05, 0.05], - scaleY: [0, 1], - perspective: "500px", - }) - .add({ - duration: 400, - easing: "easeInOutExpo", - scaleX: 1, - }) - .add({ - duration: 800, - rotateZ: "20deg", - }); - -var colouredRectangles = anime - .timeline({ - targets: - ".hero-figure-box-01, .hero-figure-box-02, .hero-figure-box-03, .hero-figure-box-04, .hero-figure-box-08, .hero-figure-box-09, .hero-figure-box-10", - autoplay: false, - }) - .add({ - duration: anime.random(600, 800), - delay: anime.random(600, 800), - rotate: [ - anime.random(-360, 360), - function (el) { - return el.getAttribute("data-rotation"); - }, - ], - scale: [0.7, 1], - opacity: [0, 1], - easing: "easeInOutExpo", - }); - -// Start on load -window.onload = function () { - $(".hero-figure").waypoint( - function () { - setTimeout(function () { - bigDarkRectangle.play(); - }, 1000); - }, - { offset: "50%" } - ); -}; diff --git a/courses/css/.DS_Store b/courses/css/.DS_Store deleted file mode 100644 index 56f0b0e..0000000 Binary files a/courses/css/.DS_Store and /dev/null differ diff --git a/courses/css/ajax-loader.gif b/courses/css/ajax-loader.gif deleted file mode 100644 index d3962f9..0000000 Binary files a/courses/css/ajax-loader.gif and /dev/null differ diff --git a/courses/css/animate.css b/courses/css/animate.css deleted file mode 100644 index df73788..0000000 --- a/courses/css/animate.css +++ /dev/null @@ -1,3377 +0,0 @@ -@charset "UTF-8"; - -/*! -Animate.css - http://daneden.me/animate -Licensed under the MIT license - http://opensource.org/licenses/MIT - -Copyright (c) 2015 Daniel Eden -*/ - -.animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} -.animated-fast { - -webkit-animation-duration: .2s; - animation-duration: .2s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} -.ftco-animated { - -webkit-animation-duration: .5s; - animation-duration: .5s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.animated.infinite { - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; -} - -.animated.hinge { - -webkit-animation-duration: 2s; - animation-duration: 2s; -} - -.animated.bounceIn, -.animated.bounceOut { - -webkit-animation-duration: .75s; - animation-duration: .75s; -} - -.animated.flipOutX, -.animated.flipOutY { - -webkit-animation-duration: .75s; - animation-duration: .75s; -} - -@-webkit-keyframes bounce { - from, 20%, 53%, 80%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - -webkit-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - 40%, 43% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0,-4px,0); - transform: translate3d(0,-4px,0); - } -} - -@keyframes bounce { - from, 20%, 53%, 80%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - -webkit-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - 40%, 43% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0,-4px,0); - transform: translate3d(0,-4px,0); - } -} - -.bounce { - -webkit-animation-name: bounce; - animation-name: bounce; - -webkit-transform-origin: center bottom; - transform-origin: center bottom; -} - -@-webkit-keyframes flash { - from, 50%, to { - opacity: 1; - } - - 25%, 75% { - opacity: 0; - } -} - -@keyframes flash { - from, 50%, to { - opacity: 1; - } - - 25%, 75% { - opacity: 0; - } -} - -.flash { - -webkit-animation-name: flash; - animation-name: flash; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes pulse { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes pulse { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.pulse { - -webkit-animation-name: pulse; - animation-name: pulse; -} - -@-webkit-keyframes rubberBand { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(.95, 1.05, 1); - transform: scale3d(.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, .95, 1); - transform: scale3d(1.05, .95, 1); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes rubberBand { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(.95, 1.05, 1); - transform: scale3d(.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, .95, 1); - transform: scale3d(1.05, .95, 1); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.rubberBand { - -webkit-animation-name: rubberBand; - animation-name: rubberBand; -} - -@-webkit-keyframes shake { - from, to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, 40%, 60%, 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -@keyframes shake { - from, to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, 40%, 60%, 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -.shake { - -webkit-animation-name: shake; - animation-name: shake; -} - -@-webkit-keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - to { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -@keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - to { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -.swing { - -webkit-transform-origin: top center; - transform-origin: top center; - -webkit-animation-name: swing; - animation-name: swing; -} - -@-webkit-keyframes tada { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, 20% { - -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - } - - 30%, 50%, 70%, 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, 60%, 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes tada { - from { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, 20% { - -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - } - - 30%, 50%, 70%, 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, 60%, 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - to { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.tada { - -webkit-animation-name: tada; - animation-name: tada; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes wobble { - from { - -webkit-transform: none; - transform: none; - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -@keyframes wobble { - from { - -webkit-transform: none; - transform: none; - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -.wobble { - -webkit-animation-name: wobble; - animation-name: wobble; -} - -@-webkit-keyframes jello { - from, 11.1%, to { - -webkit-transform: none; - transform: none; - } - - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg); - } - - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg); - } - - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg); - } - - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg); - } - - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg); - } - - 77.7% { - -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); - transform: skewX(0.390625deg) skewY(0.390625deg); - } - - 88.8% { - -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - } -} - -@keyframes jello { - from, 11.1%, to { - -webkit-transform: none; - transform: none; - } - - 22.2% { - -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); - transform: skewX(-12.5deg) skewY(-12.5deg); - } - - 33.3% { - -webkit-transform: skewX(6.25deg) skewY(6.25deg); - transform: skewX(6.25deg) skewY(6.25deg); - } - - 44.4% { - -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); - transform: skewX(-3.125deg) skewY(-3.125deg); - } - - 55.5% { - -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); - transform: skewX(1.5625deg) skewY(1.5625deg); - } - - 66.6% { - -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); - transform: skewX(-0.78125deg) skewY(-0.78125deg); - } - - 77.7% { - -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); - transform: skewX(0.390625deg) skewY(0.390625deg); - } - - 88.8% { - -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - transform: skewX(-0.1953125deg) skewY(-0.1953125deg); - } -} - -.jello { - -webkit-animation-name: jello; - animation-name: jello; - -webkit-transform-origin: center; - transform-origin: center; -} - -@-webkit-keyframes bounceIn { - from, 20%, 40%, 60%, 80%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(.97, .97, .97); - transform: scale3d(.97, .97, .97); - } - - to { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes bounceIn { - from, 20%, 40%, 60%, 80%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(.97, .97, .97); - transform: scale3d(.97, .97, .97); - } - - to { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.bounceIn { - -webkit-animation-name: bounceIn; - animation-name: bounceIn; -} - -@-webkit-keyframes bounceInDown { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInDown { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -.bounceInDown { - -webkit-animation-name: bounceInDown; - animation-name: bounceInDown; -} - -@-webkit-keyframes bounceInLeft { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInLeft { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -.bounceInLeft { - -webkit-animation-name: bounceInLeft; - animation-name: bounceInLeft; -} - -@-webkit-keyframes bounceInRight { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - from { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInRight { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - from { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - to { - -webkit-transform: none; - transform: none; - } -} - -.bounceInRight { - -webkit-animation-name: bounceInRight; - animation-name: bounceInRight; -} - -@-webkit-keyframes bounceInUp { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - from { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes bounceInUp { - from, 60%, 75%, 90%, to { - -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - from { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.bounceInUp { - -webkit-animation-name: bounceInUp; - animation-name: bounceInUp; -} - -@-webkit-keyframes bounceOut { - 20% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 50%, 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } -} - -@keyframes bounceOut { - 20% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 50%, 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } -} - -.bounceOut { - -webkit-animation-name: bounceOut; - animation-name: bounceOut; -} - -@-webkit-keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.bounceOutDown { - -webkit-animation-name: bounceOutDown; - animation-name: bounceOutDown; -} - -@-webkit-keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.bounceOutLeft { - -webkit-animation-name: bounceOutLeft; - animation-name: bounceOutLeft; -} - -@-webkit-keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.bounceOutRight { - -webkit-animation-name: bounceOutRight; - animation-name: bounceOutRight; -} - -@-webkit-keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.bounceOutUp { - -webkit-animation-name: bounceOutUp; - animation-name: bounceOutUp; -} - -@-webkit-keyframes fadeIn { - from { - opacity: 0; - visibility: hidden; - -ms-transform: scale(0.95); - -webkit-transform: scale(0.95); - transform: scale(0.95); - } - - to { - opacity: 1; - visibility: visible; - -ms-transform: scale(1.0); - -webkit-transform: scale(1.0); - transform: scale(1.0); - } -} - -@keyframes fadeIn { - from { - opacity: 0; - visibility: hidden; - -ms-transform: scale(0.95); - -webkit-transform: scale(0.95); - transform: scale(0.95); - } - - to { - opacity: 1; - visibility: visible; - -ms-transform: scale(1.0); - -webkit-transform: scale(1.0); - transform: scale(1.0); - } -} - -.fadeIn { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; -} - -@-webkit-keyframes fadeInDown { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0);*/ - -webkit-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - } - - to { - opacity: 1; - visibility: visible; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInDown { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0);*/ - -webkit-transform: translate3d(0, -50px, 0); - transform: translate3d(0, -50px, 0); - } - - to { - opacity: 1; - visibility: visible; - -webkit-transform: none; - transform: none; - } -} - -.fadeInDown { - -webkit-animation-name: fadeInDown; - animation-name: fadeInDown; -} - -@-webkit-keyframes fadeInDownBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInDownBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInDownBig { - -webkit-animation-name: fadeInDownBig; - animation-name: fadeInDownBig; -} - -@-webkit-keyframes fadeInLeft { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0);*/ - -webkit-transform: translate3d(-50px, 0, 0); - transform: translate3d(-50px, 0, 0); - } - - to { - opacity: 1; - visibility: visible; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInLeft { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0);*/ - -webkit-transform: translate3d(-50px, 0, 0); - transform: translate3d(-50px, 0, 0); - } - - to { - opacity: 1; - visibility: visible; - -webkit-transform: none; - transform: none; - } -} - -.fadeInLeft { - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} - -@-webkit-keyframes fadeInLeftBig { - from { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInLeftBig { - from { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInLeftBig { - -webkit-animation-name: fadeInLeftBig; - animation-name: fadeInLeftBig; -} - -@-webkit-keyframes fadeInRight { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0);*/ - -webkit-transform: translate3d(50px, 0, 0); - transform: translate3d(50px, 0, 0); - } - - to { - opacity: 1; - visibility: visible; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInRight { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0);*/ - -webkit-transform: translate3d(50px, 0, 0); - transform: translate3d(50px, 0, 0); - } - - to { - opacity: 1; - visibility: visible; - -webkit-transform: none; - transform: none; - } -} - -.fadeInRight { - -webkit-animation-name: fadeInRight; - animation-name: fadeInRight; -} - -@-webkit-keyframes fadeInRightBig { - from { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInRightBig { - from { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInRightBig { - -webkit-animation-name: fadeInRightBig; - animation-name: fadeInRightBig; -} - -@-webkit-keyframes fadeInUp { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0);*/ - -webkit-transform: translate3d(0, 40px, 0); - transform: translate3d(0, 40px, 0); - } - - to { - opacity: 1; - visibility: visible; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUp { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0);*/ - -webkit-transform: translate3d(0, 40px, 0); - transform: translate3d(0, 40px, 0); - } - - to { - visibility: visible; - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInUp { - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} - -@-webkit-keyframes fadeInUpMenu { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0);*/ - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - to { - opacity: 1; - visibility: visible; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUpMenu { - from { - opacity: 0; - visibility: hidden; - /*-webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0);*/ - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - to { - visibility: visible; - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInUpMenu { - -webkit-animation-name: fadeInUpMenu; - animation-name: fadeInUpMenu; -} - -@-webkit-keyframes fadeInUpBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUpBig { - from { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.fadeInUpBig { - -webkit-animation-name: fadeInUpBig; - animation-name: fadeInUpBig; -} - -@-webkit-keyframes fadeOut { - from { - opacity: 1; - } - - to { - opacity: 0; - } -} - -@keyframes fadeOut { - from { - opacity: 1; - } - - to { - opacity: 0; - } -} - -.fadeOut { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; -} - -@-webkit-keyframes fadeOutDown { - from { - opacity: 1; - visibility: visible; - } - - to { - opacity: 0; - visibility: hidden; - -webkit-transform: translate3d(0, 40px, 0); - transform: translate3d(0, 40px, 0); - } -} - -@keyframes fadeOutDown { - from { - opacity: 1; - visibility: visible; - } - - to { - opacity: 0; - visibility: hidden; - -webkit-transform: translate3d(0, 40px, 0); - transform: translate3d(0, 40px, 0); - } -} - -.fadeOutDown { - -webkit-animation-name: fadeOutDown; - animation-name: fadeOutDown; -} - -@-webkit-keyframes fadeOutDownBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes fadeOutDownBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.fadeOutDownBig { - -webkit-animation-name: fadeOutDownBig; - animation-name: fadeOutDownBig; -} - -@-webkit-keyframes fadeOutLeft { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes fadeOutLeft { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.fadeOutLeft { - -webkit-animation-name: fadeOutLeft; - animation-name: fadeOutLeft; -} - -@-webkit-keyframes fadeOutLeftBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes fadeOutLeftBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.fadeOutLeftBig { - -webkit-animation-name: fadeOutLeftBig; - animation-name: fadeOutLeftBig; -} - -@-webkit-keyframes fadeOutRight { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes fadeOutRight { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.fadeOutRight { - -webkit-animation-name: fadeOutRight; - animation-name: fadeOutRight; -} - -@-webkit-keyframes fadeOutRightBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes fadeOutRightBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.fadeOutRightBig { - -webkit-animation-name: fadeOutRightBig; - animation-name: fadeOutRightBig; -} - -@-webkit-keyframes fadeOutUp { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes fadeOutUp { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.fadeOutUp { - -webkit-animation-name: fadeOutUp; - animation-name: fadeOutUp; -} - -@-webkit-keyframes fadeOutUpBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes fadeOutUpBig { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.fadeOutUpBig { - -webkit-animation-name: fadeOutUpBig; - animation-name: fadeOutUpBig; -} - -@-webkit-keyframes flip { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(.95, .95, .95); - transform: perspective(400px) scale3d(.95, .95, .95); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -@keyframes flip { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(.95, .95, .95); - transform: perspective(400px) scale3d(.95, .95, .95); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -.animated.flip { - -webkit-backface-visibility: visible; - backface-visibility: visible; - -webkit-animation-name: flip; - animation-name: flip; -} - -@-webkit-keyframes flipInX { - from { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInX { - from { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInX { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInX; - animation-name: flipInX; -} - -@-webkit-keyframes flipInY { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInY { - from { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - to { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInY { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInY; - animation-name: flipInY; -} - -@-webkit-keyframes flipOutX { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutX { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -.flipOutX { - -webkit-animation-name: flipOutX; - animation-name: flipOutX; - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; -} - -@-webkit-keyframes flipOutY { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutY { - from { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - to { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -.flipOutY { - -webkit-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipOutY; - animation-name: flipOutY; -} - -@-webkit-keyframes lightSpeedIn { - from { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - opacity: 1; - } - - to { - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes lightSpeedIn { - from { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - opacity: 1; - } - - to { - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.lightSpeedIn { - -webkit-animation-name: lightSpeedIn; - animation-name: lightSpeedIn; - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; -} - -@-webkit-keyframes lightSpeedOut { - from { - opacity: 1; - } - - to { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -@keyframes lightSpeedOut { - from { - opacity: 1; - } - - to { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -.lightSpeedOut { - -webkit-animation-name: lightSpeedOut; - animation-name: lightSpeedOut; - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; -} - -@-webkit-keyframes rotateIn { - from { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateIn { - from { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateIn { - -webkit-animation-name: rotateIn; - animation-name: rotateIn; -} - -@-webkit-keyframes rotateInDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInDownLeft { - -webkit-animation-name: rotateInDownLeft; - animation-name: rotateInDownLeft; -} - -@-webkit-keyframes rotateInDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInDownRight { - -webkit-animation-name: rotateInDownRight; - animation-name: rotateInDownRight; -} - -@-webkit-keyframes rotateInUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInUpLeft { - -webkit-animation-name: rotateInUpLeft; - animation-name: rotateInUpLeft; -} - -@-webkit-keyframes rotateInUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInUpRight { - -webkit-animation-name: rotateInUpRight; - animation-name: rotateInUpRight; -} - -@-webkit-keyframes rotateOut { - from { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -@keyframes rotateOut { - from { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - to { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -.rotateOut { - -webkit-animation-name: rotateOut; - animation-name: rotateOut; -} - -@-webkit-keyframes rotateOutDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -.rotateOutDownLeft { - -webkit-animation-name: rotateOutDownLeft; - animation-name: rotateOutDownLeft; -} - -@-webkit-keyframes rotateOutDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutDownRight { - -webkit-animation-name: rotateOutDownRight; - animation-name: rotateOutDownRight; -} - -@-webkit-keyframes rotateOutUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutUpLeft { - from { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutUpLeft { - -webkit-animation-name: rotateOutUpLeft; - animation-name: rotateOutUpLeft; -} - -@-webkit-keyframes rotateOutUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -@keyframes rotateOutUpRight { - from { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - to { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -.rotateOutUpRight { - -webkit-animation-name: rotateOutUpRight; - animation-name: rotateOutUpRight; -} - -@-webkit-keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - to { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -@keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - to { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -.hinge { - -webkit-animation-name: hinge; - animation-name: hinge; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollIn { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes rollIn { - from { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - to { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -.rollIn { - -webkit-animation-name: rollIn; - animation-name: rollIn; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollOut { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -@keyframes rollOut { - from { - opacity: 1; - } - - to { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -.rollOut { - -webkit-animation-name: rollOut; - animation-name: rollOut; -} - -@-webkit-keyframes zoomIn { - from { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 50% { - opacity: 1; - } -} - -@keyframes zoomIn { - from { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 50% { - opacity: 1; - } -} - -.zoomIn { - -webkit-animation-name: zoomIn; - animation-name: zoomIn; -} - -@-webkit-keyframes zoomInDown { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInDown { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInDown { - -webkit-animation-name: zoomInDown; - animation-name: zoomInDown; -} - -@-webkit-keyframes zoomInLeft { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInLeft { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInLeft { - -webkit-animation-name: zoomInLeft; - animation-name: zoomInLeft; -} - -@-webkit-keyframes zoomInRight { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInRight { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInRight { - -webkit-animation-name: zoomInRight; - animation-name: zoomInRight; -} - -@-webkit-keyframes zoomInUp { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInUp { - from { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInUp { - -webkit-animation-name: zoomInUp; - animation-name: zoomInUp; -} - -@-webkit-keyframes zoomOut { - from { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - to { - opacity: 0; - } -} - -@keyframes zoomOut { - from { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - to { - opacity: 0; - } -} - -.zoomOut { - -webkit-animation-name: zoomOut; - animation-name: zoomOut; -} - -@-webkit-keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomOutDown { - -webkit-animation-name: zoomOutDown; - animation-name: zoomOutDown; -} - -@-webkit-keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); - transform: scale(.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -@keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); - transform: scale(.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -.zoomOutLeft { - -webkit-animation-name: zoomOutLeft; - animation-name: zoomOutLeft; -} - -@-webkit-keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(.1) translate3d(2000px, 0, 0); - transform: scale(.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -@keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - } - - to { - opacity: 0; - -webkit-transform: scale(.1) translate3d(2000px, 0, 0); - transform: scale(.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -.zoomOutRight { - -webkit-animation-name: zoomOutRight; - animation-name: zoomOutRight; -} - -@-webkit-keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - to { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomOutUp { - -webkit-animation-name: zoomOutUp; - animation-name: zoomOutUp; -} - -@-webkit-keyframes slideInDown { - from { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInDown { - from { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInDown { - -webkit-animation-name: slideInDown; - animation-name: slideInDown; -} - -@-webkit-keyframes slideInLeft { - from { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInLeft { - from { - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInLeft { - -webkit-animation-name: slideInLeft; - animation-name: slideInLeft; -} - -@-webkit-keyframes slideInRight { - from { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInRight { - from { - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInRight { - -webkit-animation-name: slideInRight; - animation-name: slideInRight; -} - -@-webkit-keyframes slideInUp { - from { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes slideInUp { - from { - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - visibility: visible; - } - - to { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.slideInUp { - -webkit-animation-name: slideInUp; - animation-name: slideInUp; -} - -@-webkit-keyframes slideOutDown { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -@keyframes slideOutDown { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -.slideOutDown { - -webkit-animation-name: slideOutDown; - animation-name: slideOutDown; -} - -@-webkit-keyframes slideOutLeft { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes slideOutLeft { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.slideOutLeft { - -webkit-animation-name: slideOutLeft; - animation-name: slideOutLeft; -} - -@-webkit-keyframes slideOutRight { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes slideOutRight { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.slideOutRight { - -webkit-animation-name: slideOutRight; - animation-name: slideOutRight; -} - -@-webkit-keyframes slideOutUp { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes slideOutUp { - from { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - to { - visibility: hidden; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.slideOutUp { - -webkit-animation-name: slideOutUp; - animation-name: slideOutUp; -} \ No newline at end of file diff --git a/courses/css/aos.css b/courses/css/aos.css deleted file mode 100644 index 4f62d5d..0000000 --- a/courses/css/aos.css +++ /dev/null @@ -1,2 +0,0 @@ -[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate(0)}[data-aos=fade-up]{transform:translateY(100px)}[data-aos=fade-down]{transform:translateY(-100px)}[data-aos=fade-right]{transform:translate(-100px)}[data-aos=fade-left]{transform:translate(100px)}[data-aos=fade-up-right]{transform:translate(-100px,100px)}[data-aos=fade-up-left]{transform:translate(100px,100px)}[data-aos=fade-down-right]{transform:translate(-100px,-100px)}[data-aos=fade-down-left]{transform:translate(100px,-100px)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translate(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translateY(100px) scale(.6)}[data-aos=zoom-in-down]{transform:translateY(-100px) scale(.6)}[data-aos=zoom-in-right]{transform:translate(-100px) scale(.6)}[data-aos=zoom-in-left]{transform:translate(100px) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translateY(100px) scale(1.2)}[data-aos=zoom-out-down]{transform:translateY(-100px) scale(1.2)}[data-aos=zoom-out-right]{transform:translate(-100px) scale(1.2)}[data-aos=zoom-out-left]{transform:translate(100px) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translate(0)}[data-aos=slide-up]{transform:translateY(100%)}[data-aos=slide-down]{transform:translateY(-100%)}[data-aos=slide-right]{transform:translateX(-100%)}[data-aos=slide-left]{transform:translateX(100%)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)} -/*# sourceMappingURL=aos.css.map*/ \ No newline at end of file diff --git a/courses/css/bootstrap.min.css b/courses/css/bootstrap.min.css deleted file mode 100644 index e490fd0..0000000 --- a/courses/css/bootstrap.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.1.0 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::after{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:0}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-appearance:none;appearance:none}.custom-range::-webkit-slider-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-appearance:none;appearance:none}.custom-range::-moz-range-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;appearance:none}.custom-range::-ms-thumb:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}@media screen and (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}} -/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/courses/css/bootstrap/.DS_Store b/courses/css/bootstrap/.DS_Store deleted file mode 100644 index d6660e7..0000000 Binary files a/courses/css/bootstrap/.DS_Store and /dev/null differ diff --git a/courses/css/bootstrap/bootstrap-grid.css b/courses/css/bootstrap/bootstrap-grid.css deleted file mode 100644 index 5458751..0000000 --- a/courses/css/bootstrap/bootstrap-grid.css +++ /dev/null @@ -1,1708 +0,0 @@ -/*! - * Bootstrap Grid v4.1.0 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -@-ms-viewport { - width: device-width; } - -html { - -webkit-box-sizing: border-box; - box-sizing: border-box; - -ms-overflow-style: scrollbar; } - -*, -*::before, -*::after { - -webkit-box-sizing: inherit; - box-sizing: inherit; } - -.container { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; } - @media (min-width: 576px) { - .container { - max-width: 540px; } } - @media (min-width: 768px) { - .container { - max-width: 720px; } } - @media (min-width: 992px) { - .container { - max-width: 960px; } } - @media (min-width: 1200px) { - .container { - max-width: 1140px; } } - -.container-fluid { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; } - -.row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; } - -.no-gutters { - margin-right: 0; - margin-left: 0; } - .no-gutters > .col, - .no-gutters > [class*="col-"] { - padding-right: 0; - padding-left: 0; } - -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, -.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, -.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, -.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, -.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, -.col-xl-auto { - position: relative; - width: 100%; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; } - -.col { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - -.col-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; } - -.col-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - -.col-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - -.col-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - -.col-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - -.col-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - -.col-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - -.col-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - -.col-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - -.col-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - -.col-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - -.col-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - -.col-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - -.order-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - -.order-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - -.order-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - -.order-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - -.order-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - -.order-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - -.order-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - -.order-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - -.order-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - -.order-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - -.order-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - -.order-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - -.order-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - -.order-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - -.order-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - -.offset-1 { - margin-left: 8.33333%; } - -.offset-2 { - margin-left: 16.66667%; } - -.offset-3 { - margin-left: 25%; } - -.offset-4 { - margin-left: 33.33333%; } - -.offset-5 { - margin-left: 41.66667%; } - -.offset-6 { - margin-left: 50%; } - -.offset-7 { - margin-left: 58.33333%; } - -.offset-8 { - margin-left: 66.66667%; } - -.offset-9 { - margin-left: 75%; } - -.offset-10 { - margin-left: 83.33333%; } - -.offset-11 { - margin-left: 91.66667%; } - -@media (min-width: 576px) { - .col-sm { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - .col-sm-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; } - .col-sm-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-sm-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-sm-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - .col-sm-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-sm-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-sm-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - .col-sm-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-sm-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-sm-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - .col-sm-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-sm-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-sm-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - .order-sm-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - .order-sm-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - .order-sm-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - .order-sm-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - .order-sm-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - .order-sm-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - .order-sm-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - .order-sm-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - .order-sm-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - .order-sm-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - .order-sm-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - .order-sm-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - .order-sm-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - .order-sm-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - .order-sm-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - .offset-sm-0 { - margin-left: 0; } - .offset-sm-1 { - margin-left: 8.33333%; } - .offset-sm-2 { - margin-left: 16.66667%; } - .offset-sm-3 { - margin-left: 25%; } - .offset-sm-4 { - margin-left: 33.33333%; } - .offset-sm-5 { - margin-left: 41.66667%; } - .offset-sm-6 { - margin-left: 50%; } - .offset-sm-7 { - margin-left: 58.33333%; } - .offset-sm-8 { - margin-left: 66.66667%; } - .offset-sm-9 { - margin-left: 75%; } - .offset-sm-10 { - margin-left: 83.33333%; } - .offset-sm-11 { - margin-left: 91.66667%; } } - -@media (min-width: 768px) { - .col-md { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - .col-md-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; } - .col-md-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-md-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-md-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - .col-md-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-md-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-md-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - .col-md-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-md-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-md-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - .col-md-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-md-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-md-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - .order-md-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - .order-md-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - .order-md-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - .order-md-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - .order-md-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - .order-md-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - .order-md-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - .order-md-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - .order-md-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - .order-md-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - .order-md-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - .order-md-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - .order-md-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - .order-md-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - .order-md-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - .offset-md-0 { - margin-left: 0; } - .offset-md-1 { - margin-left: 8.33333%; } - .offset-md-2 { - margin-left: 16.66667%; } - .offset-md-3 { - margin-left: 25%; } - .offset-md-4 { - margin-left: 33.33333%; } - .offset-md-5 { - margin-left: 41.66667%; } - .offset-md-6 { - margin-left: 50%; } - .offset-md-7 { - margin-left: 58.33333%; } - .offset-md-8 { - margin-left: 66.66667%; } - .offset-md-9 { - margin-left: 75%; } - .offset-md-10 { - margin-left: 83.33333%; } - .offset-md-11 { - margin-left: 91.66667%; } } - -@media (min-width: 992px) { - .col-lg { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - .col-lg-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; } - .col-lg-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-lg-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-lg-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - .col-lg-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-lg-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-lg-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - .col-lg-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-lg-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-lg-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - .col-lg-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-lg-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-lg-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - .order-lg-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - .order-lg-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - .order-lg-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - .order-lg-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - .order-lg-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - .order-lg-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - .order-lg-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - .order-lg-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - .order-lg-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - .order-lg-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - .order-lg-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - .order-lg-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - .order-lg-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - .order-lg-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - .order-lg-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - .offset-lg-0 { - margin-left: 0; } - .offset-lg-1 { - margin-left: 8.33333%; } - .offset-lg-2 { - margin-left: 16.66667%; } - .offset-lg-3 { - margin-left: 25%; } - .offset-lg-4 { - margin-left: 33.33333%; } - .offset-lg-5 { - margin-left: 41.66667%; } - .offset-lg-6 { - margin-left: 50%; } - .offset-lg-7 { - margin-left: 58.33333%; } - .offset-lg-8 { - margin-left: 66.66667%; } - .offset-lg-9 { - margin-left: 75%; } - .offset-lg-10 { - margin-left: 83.33333%; } - .offset-lg-11 { - margin-left: 91.66667%; } } - -@media (min-width: 1200px) { - .col-xl { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - .col-xl-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; } - .col-xl-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-xl-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-xl-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - .col-xl-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-xl-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-xl-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - .col-xl-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-xl-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-xl-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - .col-xl-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-xl-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-xl-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - .order-xl-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - .order-xl-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - .order-xl-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - .order-xl-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - .order-xl-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - .order-xl-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - .order-xl-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - .order-xl-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - .order-xl-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - .order-xl-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - .order-xl-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - .order-xl-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - .order-xl-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - .order-xl-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - .order-xl-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - .offset-xl-0 { - margin-left: 0; } - .offset-xl-1 { - margin-left: 8.33333%; } - .offset-xl-2 { - margin-left: 16.66667%; } - .offset-xl-3 { - margin-left: 25%; } - .offset-xl-4 { - margin-left: 33.33333%; } - .offset-xl-5 { - margin-left: 41.66667%; } - .offset-xl-6 { - margin-left: 50%; } - .offset-xl-7 { - margin-left: 58.33333%; } - .offset-xl-8 { - margin-left: 66.66667%; } - .offset-xl-9 { - margin-left: 75%; } - .offset-xl-10 { - margin-left: 83.33333%; } - .offset-xl-11 { - margin-left: 91.66667%; } } - -.d-none { - display: none !important; } - -.d-inline { - display: inline !important; } - -.d-inline-block { - display: inline-block !important; } - -.d-block { - display: block !important; } - -.d-table { - display: table !important; } - -.d-table-row { - display: table-row !important; } - -.d-table-cell { - display: table-cell !important; } - -.d-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - -.d-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } - -@media (min-width: 576px) { - .d-sm-none { - display: none !important; } - .d-sm-inline { - display: inline !important; } - .d-sm-inline-block { - display: inline-block !important; } - .d-sm-block { - display: block !important; } - .d-sm-table { - display: table !important; } - .d-sm-table-row { - display: table-row !important; } - .d-sm-table-cell { - display: table-cell !important; } - .d-sm-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-sm-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -@media (min-width: 768px) { - .d-md-none { - display: none !important; } - .d-md-inline { - display: inline !important; } - .d-md-inline-block { - display: inline-block !important; } - .d-md-block { - display: block !important; } - .d-md-table { - display: table !important; } - .d-md-table-row { - display: table-row !important; } - .d-md-table-cell { - display: table-cell !important; } - .d-md-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-md-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -@media (min-width: 992px) { - .d-lg-none { - display: none !important; } - .d-lg-inline { - display: inline !important; } - .d-lg-inline-block { - display: inline-block !important; } - .d-lg-block { - display: block !important; } - .d-lg-table { - display: table !important; } - .d-lg-table-row { - display: table-row !important; } - .d-lg-table-cell { - display: table-cell !important; } - .d-lg-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-lg-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -@media (min-width: 1200px) { - .d-xl-none { - display: none !important; } - .d-xl-inline { - display: inline !important; } - .d-xl-inline-block { - display: inline-block !important; } - .d-xl-block { - display: block !important; } - .d-xl-table { - display: table !important; } - .d-xl-table-row { - display: table-row !important; } - .d-xl-table-cell { - display: table-cell !important; } - .d-xl-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-xl-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -@media print { - .d-print-none { - display: none !important; } - .d-print-inline { - display: inline !important; } - .d-print-inline-block { - display: inline-block !important; } - .d-print-block { - display: block !important; } - .d-print-table { - display: table !important; } - .d-print-table-row { - display: table-row !important; } - .d-print-table-cell { - display: table-cell !important; } - .d-print-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-print-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -.flex-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - -.flex-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - -.flex-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - -.flex-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - -.flex-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - -.flex-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - -.flex-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - -.flex-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - -.flex-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - -.flex-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - -.flex-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - -.flex-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - -.justify-content-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - -.justify-content-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - -.justify-content-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - -.justify-content-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - -.justify-content-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - -.align-items-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - -.align-items-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - -.align-items-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - -.align-items-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - -.align-items-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - -.align-content-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - -.align-content-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - -.align-content-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - -.align-content-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - -.align-content-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - -.align-content-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - -.align-self-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - -.align-self-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - -.align-self-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - -.align-self-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - -.align-self-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - -.align-self-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } - -@media (min-width: 576px) { - .flex-sm-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - .flex-sm-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - .flex-sm-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - .flex-sm-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - .flex-sm-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - .flex-sm-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - .flex-sm-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - .flex-sm-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - .flex-sm-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - .flex-sm-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - .flex-sm-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - .flex-sm-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - .justify-content-sm-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - .justify-content-sm-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - .justify-content-sm-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - .justify-content-sm-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - .justify-content-sm-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - .align-items-sm-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - .align-items-sm-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - .align-items-sm-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - .align-items-sm-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - .align-items-sm-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - .align-content-sm-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - .align-content-sm-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - .align-content-sm-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - .align-content-sm-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - .align-content-sm-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - .align-content-sm-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - .align-self-sm-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - .align-self-sm-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - .align-self-sm-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - .align-self-sm-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - .align-self-sm-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - .align-self-sm-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } } - -@media (min-width: 768px) { - .flex-md-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - .flex-md-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - .flex-md-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - .flex-md-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - .flex-md-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - .flex-md-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - .flex-md-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - .flex-md-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - .flex-md-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - .flex-md-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - .flex-md-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - .flex-md-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - .justify-content-md-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - .justify-content-md-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - .justify-content-md-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - .justify-content-md-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - .justify-content-md-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - .align-items-md-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - .align-items-md-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - .align-items-md-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - .align-items-md-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - .align-items-md-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - .align-content-md-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - .align-content-md-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - .align-content-md-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - .align-content-md-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - .align-content-md-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - .align-content-md-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - .align-self-md-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - .align-self-md-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - .align-self-md-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - .align-self-md-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - .align-self-md-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - .align-self-md-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } } - -@media (min-width: 992px) { - .flex-lg-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - .flex-lg-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - .flex-lg-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - .flex-lg-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - .flex-lg-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - .flex-lg-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - .flex-lg-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - .flex-lg-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - .flex-lg-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - .flex-lg-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - .flex-lg-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - .flex-lg-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - .justify-content-lg-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - .justify-content-lg-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - .justify-content-lg-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - .justify-content-lg-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - .justify-content-lg-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - .align-items-lg-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - .align-items-lg-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - .align-items-lg-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - .align-items-lg-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - .align-items-lg-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - .align-content-lg-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - .align-content-lg-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - .align-content-lg-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - .align-content-lg-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - .align-content-lg-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - .align-content-lg-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - .align-self-lg-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - .align-self-lg-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - .align-self-lg-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - .align-self-lg-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - .align-self-lg-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - .align-self-lg-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } } - -@media (min-width: 1200px) { - .flex-xl-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - .flex-xl-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - .flex-xl-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - .flex-xl-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - .flex-xl-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - .flex-xl-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - .flex-xl-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - .flex-xl-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - .flex-xl-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - .flex-xl-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - .flex-xl-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - .flex-xl-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - .justify-content-xl-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - .justify-content-xl-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - .justify-content-xl-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - .justify-content-xl-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - .justify-content-xl-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - .align-items-xl-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - .align-items-xl-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - .align-items-xl-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - .align-items-xl-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - .align-items-xl-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - .align-content-xl-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - .align-content-xl-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - .align-content-xl-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - .align-content-xl-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - .align-content-xl-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - .align-content-xl-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - .align-self-xl-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - .align-self-xl-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - .align-self-xl-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - .align-self-xl-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - .align-self-xl-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - .align-self-xl-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } } diff --git a/courses/css/bootstrap/bootstrap-reboot.css b/courses/css/bootstrap/bootstrap-reboot.css deleted file mode 100644 index 891fd86..0000000 --- a/courses/css/bootstrap/bootstrap-reboot.css +++ /dev/null @@ -1,272 +0,0 @@ -/*! - * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) - */ -*, -*::before, -*::after { - -webkit-box-sizing: border-box; - box-sizing: border-box; } - -html { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - -@-ms-viewport { - width: device-width; } - -article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { - display: block; } - -body { - margin: 0; - font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: left; - background-color: #fff; } - -[tabindex="-1"]:focus { - outline: 0 !important; } - -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible; } - -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.5rem; } - -p { - margin-top: 0; - margin-bottom: 1rem; } - -abbr[title], -abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; } - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; } - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; } - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; } - -dt { - font-weight: 700; } - -dd { - margin-bottom: .5rem; - margin-left: 0; } - -blockquote { - margin: 0 0 1rem; } - -dfn { - font-style: italic; } - -b, -strong { - font-weight: bolder; } - -small { - font-size: 80%; } - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; } - -sub { - bottom: -.25em; } - -sup { - top: -.5em; } - -a { - color: #78d5ef; - text-decoration: none; - background-color: transparent; - -webkit-text-decoration-skip: objects; } - a:hover { - color: #34c0e7; - text-decoration: underline; } - -a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; } - a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { - color: inherit; - text-decoration: none; } - a:not([href]):not([tabindex]):focus { - outline: 0; } - -pre, -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1em; } - -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - -ms-overflow-style: scrollbar; } - -figure { - margin: 0 0 1rem; } - -img { - vertical-align: middle; - border-style: none; } - -svg:not(:root) { - overflow: hidden; } - -table { - border-collapse: collapse; } - -caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #6c757d; - text-align: left; - caption-side: bottom; } - -th { - text-align: inherit; } - -label { - display: inline-block; - margin-bottom: 0.5rem; } - -button { - border-radius: 0; } - -button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; } - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; } - -button, -input { - overflow: visible; } - -button, -select { - text-transform: none; } - -button, -html [type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; } - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - padding: 0; - border-style: none; } - -input[type="radio"], -input[type="checkbox"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 0; } - -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: listbox; } - -textarea { - overflow: auto; - resize: vertical; } - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; } - -legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal; } - -progress { - vertical-align: baseline; } - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; } - -[type="search"] { - outline-offset: -2px; - -webkit-appearance: none; } - -[type="search"]::-webkit-search-cancel-button, -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; } - -output { - display: inline-block; } - -summary { - display: list-item; - cursor: pointer; } - -template { - display: none; } - -[hidden] { - display: none !important; } diff --git a/courses/css/css/.DS_Store b/courses/css/css/.DS_Store deleted file mode 100644 index 624030c..0000000 Binary files a/courses/css/css/.DS_Store and /dev/null differ diff --git a/courses/css/css/bootstrap-reboot.css b/courses/css/css/bootstrap-reboot.css deleted file mode 100644 index d8c8681..0000000 --- a/courses/css/css/bootstrap-reboot.css +++ /dev/null @@ -1,272 +0,0 @@ -/*! - * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) - */ -*, -*::before, -*::after { - -webkit-box-sizing: border-box; - box-sizing: border-box; } - -html { - font-family: sans-serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; - -ms-overflow-style: scrollbar; - -webkit-tap-highlight-color: transparent; } - -@-ms-viewport { - width: device-width; } - -article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { - display: block; } - -body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: left; - background-color: #fff; } - -[tabindex="-1"]:focus { - outline: 0 !important; } - -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible; } - -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.5rem; } - -p { - margin-top: 0; - margin-bottom: 1rem; } - -abbr[title], -abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; } - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; } - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; } - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; } - -dt { - font-weight: 700; } - -dd { - margin-bottom: .5rem; - margin-left: 0; } - -blockquote { - margin: 0 0 1rem; } - -dfn { - font-style: italic; } - -b, -strong { - font-weight: bolder; } - -small { - font-size: 80%; } - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; } - -sub { - bottom: -.25em; } - -sup { - top: -.5em; } - -a { - color: #007bff; - text-decoration: none; - background-color: transparent; - -webkit-text-decoration-skip: objects; } - a:hover { - color: #0056b3; - text-decoration: underline; } - -a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; } - a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { - color: inherit; - text-decoration: none; } - a:not([href]):not([tabindex]):focus { - outline: 0; } - -pre, -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1em; } - -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; - -ms-overflow-style: scrollbar; } - -figure { - margin: 0 0 1rem; } - -img { - vertical-align: middle; - border-style: none; } - -svg:not(:root) { - overflow: hidden; } - -table { - border-collapse: collapse; } - -caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #6c757d; - text-align: left; - caption-side: bottom; } - -th { - text-align: inherit; } - -label { - display: inline-block; - margin-bottom: 0.5rem; } - -button { - border-radius: 0; } - -button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; } - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; } - -button, -input { - overflow: visible; } - -button, -select { - text-transform: none; } - -button, -html [type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; } - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - padding: 0; - border-style: none; } - -input[type="radio"], -input[type="checkbox"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 0; } - -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: listbox; } - -textarea { - overflow: auto; - resize: vertical; } - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; } - -legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal; } - -progress { - vertical-align: baseline; } - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; } - -[type="search"] { - outline-offset: -2px; - -webkit-appearance: none; } - -[type="search"]::-webkit-search-cancel-button, -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; } - -output { - display: inline-block; } - -summary { - display: list-item; - cursor: pointer; } - -template { - display: none; } - -[hidden] { - display: none !important; } diff --git a/courses/css/css/mixins/_text-hide.css b/courses/css/css/mixins/_text-hide.css deleted file mode 100644 index e69de29..0000000 diff --git a/courses/css/flaticon.css b/courses/css/flaticon.css deleted file mode 100644 index 92eb744..0000000 --- a/courses/css/flaticon.css +++ /dev/null @@ -1,46 +0,0 @@ - /* - Flaticon icon font: Flaticon - Creation date: 06/10/2018 08:32 - */ - - -@font-face { - font-family: "Flaticon"; - src: url("../fonts/flaticon/font/Flaticon.eot"); - src: url("../fonts/flaticon/font/Flaticon.eot?#iefix") format("embedded-opentype"), - url("../fonts/flaticon/font/Flaticon.woff") format("woff"), - url("../fonts/flaticon/font/Flaticon.ttf") format("truetype"), - url("../fonts/flaticon/font/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("../fonts/flaticon/font/Flaticon.svg#Flaticon") format("svg"); - } -} - -[class^="flaticon-"]:before, [class*=" flaticon-"]:before, -[class^="flaticon-"]:after, [class*=" flaticon-"]:after { - font-family: Flaticon; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.flaticon-teacher:before { content: "\f100"; } -.flaticon-books:before { content: "\f101"; } -.flaticon-diploma:before { content: "\f102"; } -.flaticon-reading:before { content: "\f103"; } -.flaticon-security:before { content: "\f104"; } -.flaticon-education:before { content: "\f105"; } -.flaticon-jigsaw:before { content: "\f106"; } -.flaticon-kids:before { content: "\f107"; } \ No newline at end of file diff --git a/courses/css/icomoon.css b/courses/css/icomoon.css deleted file mode 100644 index 128ae57..0000000 --- a/courses/css/icomoon.css +++ /dev/null @@ -1,4919 +0,0 @@ -@font-face { - font-family: 'icomoon'; - src: url('../fonts/icomoon/icomoon.eot?6tt51o'); - src: url('../fonts/icomoon/icomoon.eot?6tt51o#iefix') format('embedded-opentype'), - url('../fonts/icomoon/icomoon.ttf?6tt51o') format('truetype'), - url('../fonts/icomoon/icomoon.woff?6tt51o') format('woff'), - url('../fonts/icomoon/icomoon.svg?6tt51o#icomoon') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="icon-"], [class*=" icon-"] { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'icomoon' !important; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-asterisk:before { - content: "\f069"; -} -.icon-plus:before { - content: "\f067"; -} -.icon-question:before { - content: "\f128"; -} -.icon-minus:before { - content: "\f068"; -} -.icon-glass:before { - content: "\f000"; -} -.icon-music:before { - content: "\f001"; -} -.icon-search:before { - content: "\f002"; -} -.icon-envelope-o:before { - content: "\f003"; -} -.icon-heart:before { - content: "\f004"; -} -.icon-star:before { - content: "\f005"; -} -.icon-star-o:before { - content: "\f006"; -} -.icon-user:before { - content: "\f007"; -} -.icon-film:before { - content: "\f008"; -} -.icon-th-large:before { - content: "\f009"; -} -.icon-th:before { - content: "\f00a"; -} -.icon-th-list:before { - content: "\f00b"; -} -.icon-check:before { - content: "\f00c"; -} -.icon-close:before { - content: "\f00d"; -} -.icon-remove:before { - content: "\f00d"; -} -.icon-times:before { - content: "\f00d"; -} -.icon-search-plus:before { - content: "\f00e"; -} -.icon-search-minus:before { - content: "\f010"; -} -.icon-power-off:before { - content: "\f011"; -} -.icon-signal:before { - content: "\f012"; -} -.icon-cog:before { - content: "\f013"; -} -.icon-gear:before { - content: "\f013"; -} -.icon-trash-o:before { - content: "\f014"; -} -.icon-home:before { - content: "\f015"; -} -.icon-file-o:before { - content: "\f016"; -} -.icon-clock-o:before { - content: "\f017"; -} -.icon-road:before { - content: "\f018"; -} -.icon-download:before { - content: "\f019"; -} -.icon-arrow-circle-o-down:before { - content: "\f01a"; -} -.icon-arrow-circle-o-up:before { - content: "\f01b"; -} -.icon-inbox:before { - content: "\f01c"; -} -.icon-play-circle-o:before { - content: "\f01d"; -} -.icon-repeat:before { - content: "\f01e"; -} -.icon-rotate-right:before { - content: "\f01e"; -} -.icon-refresh:before { - content: "\f021"; -} -.icon-list-alt:before { - content: "\f022"; -} -.icon-lock:before { - content: "\f023"; -} -.icon-flag:before { - content: "\f024"; -} -.icon-headphones:before { - content: "\f025"; -} -.icon-volume-off:before { - content: "\f026"; -} -.icon-volume-down:before { - content: "\f027"; -} -.icon-volume-up:before { - content: "\f028"; -} -.icon-qrcode:before { - content: "\f029"; -} -.icon-barcode:before { - content: "\f02a"; -} -.icon-tag:before { - content: "\f02b"; -} -.icon-tags:before { - content: "\f02c"; -} -.icon-book:before { - content: "\f02d"; -} -.icon-bookmark:before { - content: "\f02e"; -} -.icon-print:before { - content: "\f02f"; -} -.icon-camera:before { - content: "\f030"; -} -.icon-font:before { - content: "\f031"; -} -.icon-bold:before { - content: "\f032"; -} -.icon-italic:before { - content: "\f033"; -} -.icon-text-height:before { - content: "\f034"; -} -.icon-text-width:before { - content: "\f035"; -} -.icon-align-left:before { - content: "\f036"; -} -.icon-align-center:before { - content: "\f037"; -} -.icon-align-right:before { - content: "\f038"; -} -.icon-align-justify:before { - content: "\f039"; -} -.icon-list:before { - content: "\f03a"; -} -.icon-dedent:before { - content: "\f03b"; -} -.icon-outdent:before { - content: "\f03b"; -} -.icon-indent:before { - content: "\f03c"; -} -.icon-video-camera:before { - content: "\f03d"; -} -.icon-image:before { - content: "\f03e"; -} -.icon-photo:before { - content: "\f03e"; -} -.icon-picture-o:before { - content: "\f03e"; -} -.icon-pencil:before { - content: "\f040"; -} -.icon-map-marker:before { - content: "\f041"; -} -.icon-adjust:before { - content: "\f042"; -} -.icon-tint:before { - content: "\f043"; -} -.icon-edit:before { - content: "\f044"; -} -.icon-pencil-square-o:before { - content: "\f044"; -} -.icon-share-square-o:before { - content: "\f045"; -} -.icon-check-square-o:before { - content: "\f046"; -} -.icon-arrows:before { - content: "\f047"; -} -.icon-step-backward:before { - content: "\f048"; -} -.icon-fast-backward:before { - content: "\f049"; -} -.icon-backward:before { - content: "\f04a"; -} -.icon-play:before { - content: "\f04b"; -} -.icon-pause:before { - content: "\f04c"; -} -.icon-stop:before { - content: "\f04d"; -} -.icon-forward:before { - content: "\f04e"; -} -.icon-fast-forward:before { - content: "\f050"; -} -.icon-step-forward:before { - content: "\f051"; -} -.icon-eject:before { - content: "\f052"; -} -.icon-chevron-left:before { - content: "\f053"; -} -.icon-chevron-right:before { - content: "\f054"; -} -.icon-plus-circle:before { - content: "\f055"; -} -.icon-minus-circle:before { - content: "\f056"; -} -.icon-times-circle:before { - content: "\f057"; -} -.icon-check-circle:before { - content: "\f058"; -} -.icon-question-circle:before { - content: "\f059"; -} -.icon-info-circle:before { - content: "\f05a"; -} -.icon-crosshairs:before { - content: "\f05b"; -} -.icon-times-circle-o:before { - content: "\f05c"; -} -.icon-check-circle-o:before { - content: "\f05d"; -} -.icon-ban:before { - content: "\f05e"; -} -.icon-arrow-left:before { - content: "\f060"; -} -.icon-arrow-right:before { - content: "\f061"; -} -.icon-arrow-up:before { - content: "\f062"; -} -.icon-arrow-down:before { - content: "\f063"; -} -.icon-mail-forward:before { - content: "\f064"; -} -.icon-share:before { - content: "\f064"; -} -.icon-expand:before { - content: "\f065"; -} -.icon-compress:before { - content: "\f066"; -} -.icon-exclamation-circle:before { - content: "\f06a"; -} -.icon-gift:before { - content: "\f06b"; -} -.icon-leaf:before { - content: "\f06c"; -} -.icon-fire:before { - content: "\f06d"; -} -.icon-eye:before { - content: "\f06e"; -} -.icon-eye-slash:before { - content: "\f070"; -} -.icon-exclamation-triangle:before { - content: "\f071"; -} -.icon-warning:before { - content: "\f071"; -} -.icon-plane:before { - content: "\f072"; -} -.icon-calendar:before { - content: "\f073"; -} -.icon-random:before { - content: "\f074"; -} -.icon-comment:before { - content: "\f075"; -} -.icon-magnet:before { - content: "\f076"; -} -.icon-chevron-up:before { - content: "\f077"; -} -.icon-chevron-down:before { - content: "\f078"; -} -.icon-retweet:before { - content: "\f079"; -} -.icon-shopping-cart:before { - content: "\f07a"; -} -.icon-folder:before { - content: "\f07b"; -} -.icon-folder-open:before { - content: "\f07c"; -} -.icon-arrows-v:before { - content: "\f07d"; -} -.icon-arrows-h:before { - content: "\f07e"; -} -.icon-bar-chart:before { - content: "\f080"; -} -.icon-bar-chart-o:before { - content: "\f080"; -} -.icon-twitter-square:before { - content: "\f081"; -} -.icon-facebook-square:before { - content: "\f082"; -} -.icon-camera-retro:before { - content: "\f083"; -} -.icon-key:before { - content: "\f084"; -} -.icon-cogs:before { - content: "\f085"; -} -.icon-gears:before { - content: "\f085"; -} -.icon-comments:before { - content: "\f086"; -} -.icon-thumbs-o-up:before { - content: "\f087"; -} -.icon-thumbs-o-down:before { - content: "\f088"; -} -.icon-star-half:before { - content: "\f089"; -} -.icon-heart-o:before { - content: "\f08a"; -} -.icon-sign-out:before { - content: "\f08b"; -} -.icon-linkedin-square:before { - content: "\f08c"; -} -.icon-thumb-tack:before { - content: "\f08d"; -} -.icon-external-link:before { - content: "\f08e"; -} -.icon-sign-in:before { - content: "\f090"; -} -.icon-trophy:before { - content: "\f091"; -} -.icon-github-square:before { - content: "\f092"; -} -.icon-upload:before { - content: "\f093"; -} -.icon-lemon-o:before { - content: "\f094"; -} -.icon-phone:before { - content: "\f095"; -} -.icon-square-o:before { - content: "\f096"; -} -.icon-bookmark-o:before { - content: "\f097"; -} -.icon-phone-square:before { - content: "\f098"; -} -.icon-twitter:before { - content: "\f099"; -} -.icon-facebook:before { - content: "\f09a"; -} -.icon-facebook-f:before { - content: "\f09a"; -} -.icon-github:before { - content: "\f09b"; -} -.icon-unlock:before { - content: "\f09c"; -} -.icon-credit-card:before { - content: "\f09d"; -} -.icon-feed:before { - content: "\f09e"; -} -.icon-rss:before { - content: "\f09e"; -} -.icon-hdd-o:before { - content: "\f0a0"; -} -.icon-bullhorn:before { - content: "\f0a1"; -} -.icon-bell-o:before { - content: "\f0a2"; -} -.icon-certificate:before { - content: "\f0a3"; -} -.icon-hand-o-right:before { - content: "\f0a4"; -} -.icon-hand-o-left:before { - content: "\f0a5"; -} -.icon-hand-o-up:before { - content: "\f0a6"; -} -.icon-hand-o-down:before { - content: "\f0a7"; -} -.icon-arrow-circle-left:before { - content: "\f0a8"; -} -.icon-arrow-circle-right:before { - content: "\f0a9"; -} -.icon-arrow-circle-up:before { - content: "\f0aa"; -} -.icon-arrow-circle-down:before { - content: "\f0ab"; -} -.icon-globe:before { - content: "\f0ac"; -} -.icon-wrench:before { - content: "\f0ad"; -} -.icon-tasks:before { - content: "\f0ae"; -} -.icon-filter:before { - content: "\f0b0"; -} -.icon-briefcase:before { - content: "\f0b1"; -} -.icon-arrows-alt:before { - content: "\f0b2"; -} -.icon-group:before { - content: "\f0c0"; -} -.icon-users:before { - content: "\f0c0"; -} -.icon-chain:before { - content: "\f0c1"; -} -.icon-link:before { - content: "\f0c1"; -} -.icon-cloud:before { - content: "\f0c2"; -} -.icon-flask:before { - content: "\f0c3"; -} -.icon-cut:before { - content: "\f0c4"; -} -.icon-scissors:before { - content: "\f0c4"; -} -.icon-copy:before { - content: "\f0c5"; -} -.icon-files-o:before { - content: "\f0c5"; -} -.icon-paperclip:before { - content: "\f0c6"; -} -.icon-floppy-o:before { - content: "\f0c7"; -} -.icon-save:before { - content: "\f0c7"; -} -.icon-square:before { - content: "\f0c8"; -} -.icon-bars:before { - content: "\f0c9"; -} -.icon-navicon:before { - content: "\f0c9"; -} -.icon-reorder:before { - content: "\f0c9"; -} -.icon-list-ul:before { - content: "\f0ca"; -} -.icon-list-ol:before { - content: "\f0cb"; -} -.icon-strikethrough:before { - content: "\f0cc"; -} -.icon-underline:before { - content: "\f0cd"; -} -.icon-table:before { - content: "\f0ce"; -} -.icon-magic:before { - content: "\f0d0"; -} -.icon-truck:before { - content: "\f0d1"; -} -.icon-pinterest:before { - content: "\f0d2"; -} -.icon-pinterest-square:before { - content: "\f0d3"; -} -.icon-google-plus-square:before { - content: "\f0d4"; -} -.icon-google-plus:before { - content: "\f0d5"; -} -.icon-money:before { - content: "\f0d6"; -} -.icon-caret-down:before { - content: "\f0d7"; -} -.icon-caret-up:before { - content: "\f0d8"; -} -.icon-caret-left:before { - content: "\f0d9"; -} -.icon-caret-right:before { - content: "\f0da"; -} -.icon-columns:before { - content: "\f0db"; -} -.icon-sort:before { - content: "\f0dc"; -} -.icon-unsorted:before { - content: "\f0dc"; -} -.icon-sort-desc:before { - content: "\f0dd"; -} -.icon-sort-down:before { - content: "\f0dd"; -} -.icon-sort-asc:before { - content: "\f0de"; -} -.icon-sort-up:before { - content: "\f0de"; -} -.icon-envelope:before { - content: "\f0e0"; -} -.icon-linkedin:before { - content: "\f0e1"; -} -.icon-rotate-left:before { - content: "\f0e2"; -} -.icon-undo:before { - content: "\f0e2"; -} -.icon-gavel:before { - content: "\f0e3"; -} -.icon-legal:before { - content: "\f0e3"; -} -.icon-dashboard:before { - content: "\f0e4"; -} -.icon-tachometer:before { - content: "\f0e4"; -} -.icon-comment-o:before { - content: "\f0e5"; -} -.icon-comments-o:before { - content: "\f0e6"; -} -.icon-bolt:before { - content: "\f0e7"; -} -.icon-flash:before { - content: "\f0e7"; -} -.icon-sitemap:before { - content: "\f0e8"; -} -.icon-umbrella:before { - content: "\f0e9"; -} -.icon-clipboard:before { - content: "\f0ea"; -} -.icon-paste:before { - content: "\f0ea"; -} -.icon-lightbulb-o:before { - content: "\f0eb"; -} -.icon-exchange:before { - content: "\f0ec"; -} -.icon-cloud-download:before { - content: "\f0ed"; -} -.icon-cloud-upload:before { - content: "\f0ee"; -} -.icon-user-md:before { - content: "\f0f0"; -} -.icon-stethoscope:before { - content: "\f0f1"; -} -.icon-suitcase:before { - content: "\f0f2"; -} -.icon-bell:before { - content: "\f0f3"; -} -.icon-coffee:before { - content: "\f0f4"; -} -.icon-cutlery:before { - content: "\f0f5"; -} -.icon-file-text-o:before { - content: "\f0f6"; -} -.icon-building-o:before { - content: "\f0f7"; -} -.icon-hospital-o:before { - content: "\f0f8"; -} -.icon-ambulance:before { - content: "\f0f9"; -} -.icon-medkit:before { - content: "\f0fa"; -} -.icon-fighter-jet:before { - content: "\f0fb"; -} -.icon-beer:before { - content: "\f0fc"; -} -.icon-h-square:before { - content: "\f0fd"; -} -.icon-plus-square:before { - content: "\f0fe"; -} -.icon-angle-double-left:before { - content: "\f100"; -} -.icon-angle-double-right:before { - content: "\f101"; -} -.icon-angle-double-up:before { - content: "\f102"; -} -.icon-angle-double-down:before { - content: "\f103"; -} -.icon-angle-left:before { - content: "\f104"; -} -.icon-angle-right:before { - content: "\f105"; -} -.icon-angle-up:before { - content: "\f106"; -} -.icon-angle-down:before { - content: "\f107"; -} -.icon-desktop:before { - content: "\f108"; -} -.icon-laptop:before { - content: "\f109"; -} -.icon-tablet:before { - content: "\f10a"; -} -.icon-mobile:before { - content: "\f10b"; -} -.icon-mobile-phone:before { - content: "\f10b"; -} -.icon-circle-o:before { - content: "\f10c"; -} -.icon-quote-left:before { - content: "\f10d"; -} -.icon-quote-right:before { - content: "\f10e"; -} -.icon-spinner:before { - content: "\f110"; -} -.icon-circle:before { - content: "\f111"; -} -.icon-mail-reply:before { - content: "\f112"; -} -.icon-reply:before { - content: "\f112"; -} -.icon-github-alt:before { - content: "\f113"; -} -.icon-folder-o:before { - content: "\f114"; -} -.icon-folder-open-o:before { - content: "\f115"; -} -.icon-smile-o:before { - content: "\f118"; -} -.icon-frown-o:before { - content: "\f119"; -} -.icon-meh-o:before { - content: "\f11a"; -} -.icon-gamepad:before { - content: "\f11b"; -} -.icon-keyboard-o:before { - content: "\f11c"; -} -.icon-flag-o:before { - content: "\f11d"; -} -.icon-flag-checkered:before { - content: "\f11e"; -} -.icon-terminal:before { - content: "\f120"; -} -.icon-code:before { - content: "\f121"; -} -.icon-mail-reply-all:before { - content: "\f122"; -} -.icon-reply-all:before { - content: "\f122"; -} -.icon-star-half-empty:before { - content: "\f123"; -} -.icon-star-half-full:before { - content: "\f123"; -} -.icon-star-half-o:before { - content: "\f123"; -} -.icon-location-arrow:before { - content: "\f124"; -} -.icon-crop:before { - content: "\f125"; -} -.icon-code-fork:before { - content: "\f126"; -} -.icon-chain-broken:before { - content: "\f127"; -} -.icon-unlink:before { - content: "\f127"; -} -.icon-info:before { - content: "\f129"; -} -.icon-exclamation:before { - content: "\f12a"; -} -.icon-superscript:before { - content: "\f12b"; -} -.icon-subscript:before { - content: "\f12c"; -} -.icon-eraser:before { - content: "\f12d"; -} -.icon-puzzle-piece:before { - content: "\f12e"; -} -.icon-microphone:before { - content: "\f130"; -} -.icon-microphone-slash:before { - content: "\f131"; -} -.icon-shield:before { - content: "\f132"; -} -.icon-calendar-o:before { - content: "\f133"; -} -.icon-fire-extinguisher:before { - content: "\f134"; -} -.icon-rocket:before { - content: "\f135"; -} -.icon-maxcdn:before { - content: "\f136"; -} -.icon-chevron-circle-left:before { - content: "\f137"; -} -.icon-chevron-circle-right:before { - content: "\f138"; -} -.icon-chevron-circle-up:before { - content: "\f139"; -} -.icon-chevron-circle-down:before { - content: "\f13a"; -} -.icon-html5:before { - content: "\f13b"; -} -.icon-css3:before { - content: "\f13c"; -} -.icon-anchor:before { - content: "\f13d"; -} -.icon-unlock-alt:before { - content: "\f13e"; -} -.icon-bullseye:before { - content: "\f140"; -} -.icon-ellipsis-h:before { - content: "\f141"; -} -.icon-ellipsis-v:before { - content: "\f142"; -} -.icon-rss-square:before { - content: "\f143"; -} -.icon-play-circle:before { - content: "\f144"; -} -.icon-ticket:before { - content: "\f145"; -} -.icon-minus-square:before { - content: "\f146"; -} -.icon-minus-square-o:before { - content: "\f147"; -} -.icon-level-up:before { - content: "\f148"; -} -.icon-level-down:before { - content: "\f149"; -} -.icon-check-square:before { - content: "\f14a"; -} -.icon-pencil-square:before { - content: "\f14b"; -} -.icon-external-link-square:before { - content: "\f14c"; -} -.icon-share-square:before { - content: "\f14d"; -} -.icon-compass:before { - content: "\f14e"; -} -.icon-caret-square-o-down:before { - content: "\f150"; -} -.icon-toggle-down:before { - content: "\f150"; -} -.icon-caret-square-o-up:before { - content: "\f151"; -} -.icon-toggle-up:before { - content: "\f151"; -} -.icon-caret-square-o-right:before { - content: "\f152"; -} -.icon-toggle-right:before { - content: "\f152"; -} -.icon-eur:before { - content: "\f153"; -} -.icon-euro:before { - content: "\f153"; -} -.icon-gbp:before { - content: "\f154"; -} -.icon-dollar:before { - content: "\f155"; -} -.icon-usd:before { - content: "\f155"; -} -.icon-inr:before { - content: "\f156"; -} -.icon-rupee:before { - content: "\f156"; -} -.icon-cny:before { - content: "\f157"; -} -.icon-jpy:before { - content: "\f157"; -} -.icon-rmb:before { - content: "\f157"; -} -.icon-yen:before { - content: "\f157"; -} -.icon-rouble:before { - content: "\f158"; -} -.icon-rub:before { - content: "\f158"; -} -.icon-ruble:before { - content: "\f158"; -} -.icon-krw:before { - content: "\f159"; -} -.icon-won:before { - content: "\f159"; -} -.icon-bitcoin:before { - content: "\f15a"; -} -.icon-btc:before { - content: "\f15a"; -} -.icon-file:before { - content: "\f15b"; -} -.icon-file-text:before { - content: "\f15c"; -} -.icon-sort-alpha-asc:before { - content: "\f15d"; -} -.icon-sort-alpha-desc:before { - content: "\f15e"; -} -.icon-sort-amount-asc:before { - content: "\f160"; -} -.icon-sort-amount-desc:before { - content: "\f161"; -} -.icon-sort-numeric-asc:before { - content: "\f162"; -} -.icon-sort-numeric-desc:before { - content: "\f163"; -} -.icon-thumbs-up:before { - content: "\f164"; -} -.icon-thumbs-down:before { - content: "\f165"; -} -.icon-youtube-square:before { - content: "\f166"; -} -.icon-youtube:before { - content: "\f167"; -} -.icon-xing:before { - content: "\f168"; -} -.icon-xing-square:before { - content: "\f169"; -} -.icon-youtube-play:before { - content: "\f16a"; -} -.icon-dropbox:before { - content: "\f16b"; -} -.icon-stack-overflow:before { - content: "\f16c"; -} -.icon-instagram:before { - content: "\f16d"; -} -.icon-flickr:before { - content: "\f16e"; -} -.icon-adn:before { - content: "\f170"; -} -.icon-bitbucket:before { - content: "\f171"; -} -.icon-bitbucket-square:before { - content: "\f172"; -} -.icon-tumblr:before { - content: "\f173"; -} -.icon-tumblr-square:before { - content: "\f174"; -} -.icon-long-arrow-down:before { - content: "\f175"; -} -.icon-long-arrow-up:before { - content: "\f176"; -} -.icon-long-arrow-left:before { - content: "\f177"; -} -.icon-long-arrow-right:before { - content: "\f178"; -} -.icon-apple:before { - content: "\f179"; -} -.icon-windows:before { - content: "\f17a"; -} -.icon-android:before { - content: "\f17b"; -} -.icon-linux:before { - content: "\f17c"; -} -.icon-dribbble:before { - content: "\f17d"; -} -.icon-skype:before { - content: "\f17e"; -} -.icon-foursquare:before { - content: "\f180"; -} -.icon-trello:before { - content: "\f181"; -} -.icon-female:before { - content: "\f182"; -} -.icon-male:before { - content: "\f183"; -} -.icon-gittip:before { - content: "\f184"; -} -.icon-gratipay:before { - content: "\f184"; -} -.icon-sun-o:before { - content: "\f185"; -} -.icon-moon-o:before { - content: "\f186"; -} -.icon-archive:before { - content: "\f187"; -} -.icon-bug:before { - content: "\f188"; -} -.icon-vk:before { - content: "\f189"; -} -.icon-weibo:before { - content: "\f18a"; -} -.icon-renren:before { - content: "\f18b"; -} -.icon-pagelines:before { - content: "\f18c"; -} -.icon-stack-exchange:before { - content: "\f18d"; -} -.icon-arrow-circle-o-right:before { - content: "\f18e"; -} -.icon-arrow-circle-o-left:before { - content: "\f190"; -} -.icon-caret-square-o-left:before { - content: "\f191"; -} -.icon-toggle-left:before { - content: "\f191"; -} -.icon-dot-circle-o:before { - content: "\f192"; -} -.icon-wheelchair:before { - content: "\f193"; -} -.icon-vimeo-square:before { - content: "\f194"; -} -.icon-try:before { - content: "\f195"; -} -.icon-turkish-lira:before { - content: "\f195"; -} -.icon-plus-square-o:before { - content: "\f196"; -} -.icon-space-shuttle:before { - content: "\f197"; -} -.icon-slack:before { - content: "\f198"; -} -.icon-envelope-square:before { - content: "\f199"; -} -.icon-wordpress:before { - content: "\f19a"; -} -.icon-openid:before { - content: "\f19b"; -} -.icon-bank:before { - content: "\f19c"; -} -.icon-institution:before { - content: "\f19c"; -} -.icon-university:before { - content: "\f19c"; -} -.icon-graduation-cap:before { - content: "\f19d"; -} -.icon-mortar-board:before { - content: "\f19d"; -} -.icon-yahoo:before { - content: "\f19e"; -} -.icon-google:before { - content: "\f1a0"; -} -.icon-reddit:before { - content: "\f1a1"; -} -.icon-reddit-square:before { - content: "\f1a2"; -} -.icon-stumbleupon-circle:before { - content: "\f1a3"; -} -.icon-stumbleupon:before { - content: "\f1a4"; -} -.icon-delicious:before { - content: "\f1a5"; -} -.icon-digg:before { - content: "\f1a6"; -} -.icon-pied-piper-pp:before { - content: "\f1a7"; -} -.icon-pied-piper-alt:before { - content: "\f1a8"; -} -.icon-drupal:before { - content: "\f1a9"; -} -.icon-joomla:before { - content: "\f1aa"; -} -.icon-language:before { - content: "\f1ab"; -} -.icon-fax:before { - content: "\f1ac"; -} -.icon-building:before { - content: "\f1ad"; -} -.icon-child:before { - content: "\f1ae"; -} -.icon-paw:before { - content: "\f1b0"; -} -.icon-spoon:before { - content: "\f1b1"; -} -.icon-cube:before { - content: "\f1b2"; -} -.icon-cubes:before { - content: "\f1b3"; -} -.icon-behance:before { - content: "\f1b4"; -} -.icon-behance-square:before { - content: "\f1b5"; -} -.icon-steam:before { - content: "\f1b6"; -} -.icon-steam-square:before { - content: "\f1b7"; -} -.icon-recycle:before { - content: "\f1b8"; -} -.icon-automobile:before { - content: "\f1b9"; -} -.icon-car:before { - content: "\f1b9"; -} -.icon-cab:before { - content: "\f1ba"; -} -.icon-taxi:before { - content: "\f1ba"; -} -.icon-tree:before { - content: "\f1bb"; -} -.icon-spotify:before { - content: "\f1bc"; -} -.icon-deviantart:before { - content: "\f1bd"; -} -.icon-soundcloud:before { - content: "\f1be"; -} -.icon-database:before { - content: "\f1c0"; -} -.icon-file-pdf-o:before { - content: "\f1c1"; -} -.icon-file-word-o:before { - content: "\f1c2"; -} -.icon-file-excel-o:before { - content: "\f1c3"; -} -.icon-file-powerpoint-o:before { - content: "\f1c4"; -} -.icon-file-image-o:before { - content: "\f1c5"; -} -.icon-file-photo-o:before { - content: "\f1c5"; -} -.icon-file-picture-o:before { - content: "\f1c5"; -} -.icon-file-archive-o:before { - content: "\f1c6"; -} -.icon-file-zip-o:before { - content: "\f1c6"; -} -.icon-file-audio-o:before { - content: "\f1c7"; -} -.icon-file-sound-o:before { - content: "\f1c7"; -} -.icon-file-movie-o:before { - content: "\f1c8"; -} -.icon-file-video-o:before { - content: "\f1c8"; -} -.icon-file-code-o:before { - content: "\f1c9"; -} -.icon-vine:before { - content: "\f1ca"; -} -.icon-codepen:before { - content: "\f1cb"; -} -.icon-jsfiddle:before { - content: "\f1cc"; -} -.icon-life-bouy:before { - content: "\f1cd"; -} -.icon-life-buoy:before { - content: "\f1cd"; -} -.icon-life-ring:before { - content: "\f1cd"; -} -.icon-life-saver:before { - content: "\f1cd"; -} -.icon-support:before { - content: "\f1cd"; -} -.icon-circle-o-notch:before { - content: "\f1ce"; -} -.icon-ra:before { - content: "\f1d0"; -} -.icon-rebel:before { - content: "\f1d0"; -} -.icon-resistance:before { - content: "\f1d0"; -} -.icon-empire:before { - content: "\f1d1"; -} -.icon-ge:before { - content: "\f1d1"; -} -.icon-git-square:before { - content: "\f1d2"; -} -.icon-git:before { - content: "\f1d3"; -} -.icon-hacker-news:before { - content: "\f1d4"; -} -.icon-y-combinator-square:before { - content: "\f1d4"; -} -.icon-yc-square:before { - content: "\f1d4"; -} -.icon-tencent-weibo:before { - content: "\f1d5"; -} -.icon-qq:before { - content: "\f1d6"; -} -.icon-wechat:before { - content: "\f1d7"; -} -.icon-weixin:before { - content: "\f1d7"; -} -.icon-paper-plane:before { - content: "\f1d8"; -} -.icon-send:before { - content: "\f1d8"; -} -.icon-paper-plane-o:before { - content: "\f1d9"; -} -.icon-send-o:before { - content: "\f1d9"; -} -.icon-history:before { - content: "\f1da"; -} -.icon-circle-thin:before { - content: "\f1db"; -} -.icon-header:before { - content: "\f1dc"; -} -.icon-paragraph:before { - content: "\f1dd"; -} -.icon-sliders:before { - content: "\f1de"; -} -.icon-share-alt:before { - content: "\f1e0"; -} -.icon-share-alt-square:before { - content: "\f1e1"; -} -.icon-bomb:before { - content: "\f1e2"; -} -.icon-futbol-o:before { - content: "\f1e3"; -} -.icon-soccer-ball-o:before { - content: "\f1e3"; -} -.icon-tty:before { - content: "\f1e4"; -} -.icon-binoculars:before { - content: "\f1e5"; -} -.icon-plug:before { - content: "\f1e6"; -} -.icon-slideshare:before { - content: "\f1e7"; -} -.icon-twitch:before { - content: "\f1e8"; -} -.icon-yelp:before { - content: "\f1e9"; -} -.icon-newspaper-o:before { - content: "\f1ea"; -} -.icon-wifi:before { - content: "\f1eb"; -} -.icon-calculator:before { - content: "\f1ec"; -} -.icon-paypal:before { - content: "\f1ed"; -} -.icon-google-wallet:before { - content: "\f1ee"; -} -.icon-cc-visa:before { - content: "\f1f0"; -} -.icon-cc-mastercard:before { - content: "\f1f1"; -} -.icon-cc-discover:before { - content: "\f1f2"; -} -.icon-cc-amex:before { - content: "\f1f3"; -} -.icon-cc-paypal:before { - content: "\f1f4"; -} -.icon-cc-stripe:before { - content: "\f1f5"; -} -.icon-bell-slash:before { - content: "\f1f6"; -} -.icon-bell-slash-o:before { - content: "\f1f7"; -} -.icon-trash:before { - content: "\f1f8"; -} -.icon-copyright:before { - content: "\f1f9"; -} -.icon-at:before { - content: "\f1fa"; -} -.icon-eyedropper:before { - content: "\f1fb"; -} -.icon-paint-brush:before { - content: "\f1fc"; -} -.icon-birthday-cake:before { - content: "\f1fd"; -} -.icon-area-chart:before { - content: "\f1fe"; -} -.icon-pie-chart:before { - content: "\f200"; -} -.icon-line-chart:before { - content: "\f201"; -} -.icon-lastfm:before { - content: "\f202"; -} -.icon-lastfm-square:before { - content: "\f203"; -} -.icon-toggle-off:before { - content: "\f204"; -} -.icon-toggle-on:before { - content: "\f205"; -} -.icon-bicycle:before { - content: "\f206"; -} -.icon-bus:before { - content: "\f207"; -} -.icon-ioxhost:before { - content: "\f208"; -} -.icon-angellist:before { - content: "\f209"; -} -.icon-cc:before { - content: "\f20a"; -} -.icon-ils:before { - content: "\f20b"; -} -.icon-shekel:before { - content: "\f20b"; -} -.icon-sheqel:before { - content: "\f20b"; -} -.icon-meanpath:before { - content: "\f20c"; -} -.icon-buysellads:before { - content: "\f20d"; -} -.icon-connectdevelop:before { - content: "\f20e"; -} -.icon-dashcube:before { - content: "\f210"; -} -.icon-forumbee:before { - content: "\f211"; -} -.icon-leanpub:before { - content: "\f212"; -} -.icon-sellsy:before { - content: "\f213"; -} -.icon-shirtsinbulk:before { - content: "\f214"; -} -.icon-simplybuilt:before { - content: "\f215"; -} -.icon-skyatlas:before { - content: "\f216"; -} -.icon-cart-plus:before { - content: "\f217"; -} -.icon-cart-arrow-down:before { - content: "\f218"; -} -.icon-diamond:before { - content: "\f219"; -} -.icon-ship:before { - content: "\f21a"; -} -.icon-user-secret:before { - content: "\f21b"; -} -.icon-motorcycle:before { - content: "\f21c"; -} -.icon-street-view:before { - content: "\f21d"; -} -.icon-heartbeat:before { - content: "\f21e"; -} -.icon-venus:before { - content: "\f221"; -} -.icon-mars:before { - content: "\f222"; -} -.icon-mercury:before { - content: "\f223"; -} -.icon-intersex:before { - content: "\f224"; -} -.icon-transgender:before { - content: "\f224"; -} -.icon-transgender-alt:before { - content: "\f225"; -} -.icon-venus-double:before { - content: "\f226"; -} -.icon-mars-double:before { - content: "\f227"; -} -.icon-venus-mars:before { - content: "\f228"; -} -.icon-mars-stroke:before { - content: "\f229"; -} -.icon-mars-stroke-v:before { - content: "\f22a"; -} -.icon-mars-stroke-h:before { - content: "\f22b"; -} -.icon-neuter:before { - content: "\f22c"; -} -.icon-genderless:before { - content: "\f22d"; -} -.icon-facebook-official:before { - content: "\f230"; -} -.icon-pinterest-p:before { - content: "\f231"; -} -.icon-whatsapp:before { - content: "\f232"; -} -.icon-server:before { - content: "\f233"; -} -.icon-user-plus:before { - content: "\f234"; -} -.icon-user-times:before { - content: "\f235"; -} -.icon-bed:before { - content: "\f236"; -} -.icon-hotel:before { - content: "\f236"; -} -.icon-viacoin:before { - content: "\f237"; -} -.icon-train:before { - content: "\f238"; -} -.icon-subway:before { - content: "\f239"; -} -.icon-medium:before { - content: "\f23a"; -} -.icon-y-combinator:before { - content: "\f23b"; -} -.icon-yc:before { - content: "\f23b"; -} -.icon-optin-monster:before { - content: "\f23c"; -} -.icon-opencart:before { - content: "\f23d"; -} -.icon-expeditedssl:before { - content: "\f23e"; -} -.icon-battery:before { - content: "\f240"; -} -.icon-battery-4:before { - content: "\f240"; -} -.icon-battery-full:before { - content: "\f240"; -} -.icon-battery-3:before { - content: "\f241"; -} -.icon-battery-three-quarters:before { - content: "\f241"; -} -.icon-battery-2:before { - content: "\f242"; -} -.icon-battery-half:before { - content: "\f242"; -} -.icon-battery-1:before { - content: "\f243"; -} -.icon-battery-quarter:before { - content: "\f243"; -} -.icon-battery-0:before { - content: "\f244"; -} -.icon-battery-empty:before { - content: "\f244"; -} -.icon-mouse-pointer:before { - content: "\f245"; -} -.icon-i-cursor:before { - content: "\f246"; -} -.icon-object-group:before { - content: "\f247"; -} -.icon-object-ungroup:before { - content: "\f248"; -} -.icon-sticky-note:before { - content: "\f249"; -} -.icon-sticky-note-o:before { - content: "\f24a"; -} -.icon-cc-jcb:before { - content: "\f24b"; -} -.icon-cc-diners-club:before { - content: "\f24c"; -} -.icon-clone:before { - content: "\f24d"; -} -.icon-balance-scale:before { - content: "\f24e"; -} -.icon-hourglass-o:before { - content: "\f250"; -} -.icon-hourglass-1:before { - content: "\f251"; -} -.icon-hourglass-start:before { - content: "\f251"; -} -.icon-hourglass-2:before { - content: "\f252"; -} -.icon-hourglass-half:before { - content: "\f252"; -} -.icon-hourglass-3:before { - content: "\f253"; -} -.icon-hourglass-end:before { - content: "\f253"; -} -.icon-hourglass:before { - content: "\f254"; -} -.icon-hand-grab-o:before { - content: "\f255"; -} -.icon-hand-rock-o:before { - content: "\f255"; -} -.icon-hand-paper-o:before { - content: "\f256"; -} -.icon-hand-stop-o:before { - content: "\f256"; -} -.icon-hand-scissors-o:before { - content: "\f257"; -} -.icon-hand-lizard-o:before { - content: "\f258"; -} -.icon-hand-spock-o:before { - content: "\f259"; -} -.icon-hand-pointer-o:before { - content: "\f25a"; -} -.icon-hand-peace-o:before { - content: "\f25b"; -} -.icon-trademark:before { - content: "\f25c"; -} -.icon-registered:before { - content: "\f25d"; -} -.icon-creative-commons:before { - content: "\f25e"; -} -.icon-gg:before { - content: "\f260"; -} -.icon-gg-circle:before { - content: "\f261"; -} -.icon-tripadvisor:before { - content: "\f262"; -} -.icon-odnoklassniki:before { - content: "\f263"; -} -.icon-odnoklassniki-square:before { - content: "\f264"; -} -.icon-get-pocket:before { - content: "\f265"; -} -.icon-wikipedia-w:before { - content: "\f266"; -} -.icon-safari:before { - content: "\f267"; -} -.icon-chrome:before { - content: "\f268"; -} -.icon-firefox:before { - content: "\f269"; -} -.icon-opera:before { - content: "\f26a"; -} -.icon-internet-explorer:before { - content: "\f26b"; -} -.icon-television:before { - content: "\f26c"; -} -.icon-tv:before { - content: "\f26c"; -} -.icon-contao:before { - content: "\f26d"; -} -.icon-500px:before { - content: "\f26e"; -} -.icon-amazon:before { - content: "\f270"; -} -.icon-calendar-plus-o:before { - content: "\f271"; -} -.icon-calendar-minus-o:before { - content: "\f272"; -} -.icon-calendar-times-o:before { - content: "\f273"; -} -.icon-calendar-check-o:before { - content: "\f274"; -} -.icon-industry:before { - content: "\f275"; -} -.icon-map-pin:before { - content: "\f276"; -} -.icon-map-signs:before { - content: "\f277"; -} -.icon-map-o:before { - content: "\f278"; -} -.icon-map:before { - content: "\f279"; -} -.icon-commenting:before { - content: "\f27a"; -} -.icon-commenting-o:before { - content: "\f27b"; -} -.icon-houzz:before { - content: "\f27c"; -} -.icon-vimeo:before { - content: "\f27d"; -} -.icon-black-tie:before { - content: "\f27e"; -} -.icon-fonticons:before { - content: "\f280"; -} -.icon-reddit-alien:before { - content: "\f281"; -} -.icon-edge:before { - content: "\f282"; -} -.icon-credit-card-alt:before { - content: "\f283"; -} -.icon-codiepie:before { - content: "\f284"; -} -.icon-modx:before { - content: "\f285"; -} -.icon-fort-awesome:before { - content: "\f286"; -} -.icon-usb:before { - content: "\f287"; -} -.icon-product-hunt:before { - content: "\f288"; -} -.icon-mixcloud:before { - content: "\f289"; -} -.icon-scribd:before { - content: "\f28a"; -} -.icon-pause-circle:before { - content: "\f28b"; -} -.icon-pause-circle-o:before { - content: "\f28c"; -} -.icon-stop-circle:before { - content: "\f28d"; -} -.icon-stop-circle-o:before { - content: "\f28e"; -} -.icon-shopping-bag:before { - content: "\f290"; -} -.icon-shopping-basket:before { - content: "\f291"; -} -.icon-hashtag:before { - content: "\f292"; -} -.icon-bluetooth:before { - content: "\f293"; -} -.icon-bluetooth-b:before { - content: "\f294"; -} -.icon-percent:before { - content: "\f295"; -} -.icon-gitlab:before { - content: "\f296"; -} -.icon-wpbeginner:before { - content: "\f297"; -} -.icon-wpforms:before { - content: "\f298"; -} -.icon-envira:before { - content: "\f299"; -} -.icon-universal-access:before { - content: "\f29a"; -} -.icon-wheelchair-alt:before { - content: "\f29b"; -} -.icon-question-circle-o:before { - content: "\f29c"; -} -.icon-blind:before { - content: "\f29d"; -} -.icon-audio-description:before { - content: "\f29e"; -} -.icon-volume-control-phone:before { - content: "\f2a0"; -} -.icon-braille:before { - content: "\f2a1"; -} -.icon-assistive-listening-systems:before { - content: "\f2a2"; -} -.icon-american-sign-language-interpreting:before { - content: "\f2a3"; -} -.icon-asl-interpreting:before { - content: "\f2a3"; -} -.icon-deaf:before { - content: "\f2a4"; -} -.icon-deafness:before { - content: "\f2a4"; -} -.icon-hard-of-hearing:before { - content: "\f2a4"; -} -.icon-glide:before { - content: "\f2a5"; -} -.icon-glide-g:before { - content: "\f2a6"; -} -.icon-sign-language:before { - content: "\f2a7"; -} -.icon-signing:before { - content: "\f2a7"; -} -.icon-low-vision:before { - content: "\f2a8"; -} -.icon-viadeo:before { - content: "\f2a9"; -} -.icon-viadeo-square:before { - content: "\f2aa"; -} -.icon-snapchat:before { - content: "\f2ab"; -} -.icon-snapchat-ghost:before { - content: "\f2ac"; -} -.icon-snapchat-square:before { - content: "\f2ad"; -} -.icon-pied-piper:before { - content: "\f2ae"; -} -.icon-first-order:before { - content: "\f2b0"; -} -.icon-yoast:before { - content: "\f2b1"; -} -.icon-themeisle:before { - content: "\f2b2"; -} -.icon-google-plus-circle:before { - content: "\f2b3"; -} -.icon-google-plus-official:before { - content: "\f2b3"; -} -.icon-fa:before { - content: "\f2b4"; -} -.icon-font-awesome:before { - content: "\f2b4"; -} -.icon-handshake-o:before { - content: "\f2b5"; -} -.icon-envelope-open:before { - content: "\f2b6"; -} -.icon-envelope-open-o:before { - content: "\f2b7"; -} -.icon-linode:before { - content: "\f2b8"; -} -.icon-address-book:before { - content: "\f2b9"; -} -.icon-address-book-o:before { - content: "\f2ba"; -} -.icon-address-card:before { - content: "\f2bb"; -} -.icon-vcard:before { - content: "\f2bb"; -} -.icon-address-card-o:before { - content: "\f2bc"; -} -.icon-vcard-o:before { - content: "\f2bc"; -} -.icon-user-circle:before { - content: "\f2bd"; -} -.icon-user-circle-o:before { - content: "\f2be"; -} -.icon-user-o:before { - content: "\f2c0"; -} -.icon-id-badge:before { - content: "\f2c1"; -} -.icon-drivers-license:before { - content: "\f2c2"; -} -.icon-id-card:before { - content: "\f2c2"; -} -.icon-drivers-license-o:before { - content: "\f2c3"; -} -.icon-id-card-o:before { - content: "\f2c3"; -} -.icon-quora:before { - content: "\f2c4"; -} -.icon-free-code-camp:before { - content: "\f2c5"; -} -.icon-telegram:before { - content: "\f2c6"; -} -.icon-thermometer:before { - content: "\f2c7"; -} -.icon-thermometer-4:before { - content: "\f2c7"; -} -.icon-thermometer-full:before { - content: "\f2c7"; -} -.icon-thermometer-3:before { - content: "\f2c8"; -} -.icon-thermometer-three-quarters:before { - content: "\f2c8"; -} -.icon-thermometer-2:before { - content: "\f2c9"; -} -.icon-thermometer-half:before { - content: "\f2c9"; -} -.icon-thermometer-1:before { - content: "\f2ca"; -} -.icon-thermometer-quarter:before { - content: "\f2ca"; -} -.icon-thermometer-0:before { - content: "\f2cb"; -} -.icon-thermometer-empty:before { - content: "\f2cb"; -} -.icon-shower:before { - content: "\f2cc"; -} -.icon-bath:before { - content: "\f2cd"; -} -.icon-bathtub:before { - content: "\f2cd"; -} -.icon-s15:before { - content: "\f2cd"; -} -.icon-podcast:before { - content: "\f2ce"; -} -.icon-window-maximize:before { - content: "\f2d0"; -} -.icon-window-minimize:before { - content: "\f2d1"; -} -.icon-window-restore:before { - content: "\f2d2"; -} -.icon-times-rectangle:before { - content: "\f2d3"; -} -.icon-window-close:before { - content: "\f2d3"; -} -.icon-times-rectangle-o:before { - content: "\f2d4"; -} -.icon-window-close-o:before { - content: "\f2d4"; -} -.icon-bandcamp:before { - content: "\f2d5"; -} -.icon-grav:before { - content: "\f2d6"; -} -.icon-etsy:before { - content: "\f2d7"; -} -.icon-imdb:before { - content: "\f2d8"; -} -.icon-ravelry:before { - content: "\f2d9"; -} -.icon-eercast:before { - content: "\f2da"; -} -.icon-microchip:before { - content: "\f2db"; -} -.icon-snowflake-o:before { - content: "\f2dc"; -} -.icon-superpowers:before { - content: "\f2dd"; -} -.icon-wpexplorer:before { - content: "\f2de"; -} -.icon-meetup:before { - content: "\f2e0"; -} -.icon-3d_rotation:before { - content: "\e84d"; -} -.icon-ac_unit:before { - content: "\eb3b"; -} -.icon-alarm:before { - content: "\e855"; -} -.icon-access_alarms:before { - content: "\e191"; -} -.icon-schedule:before { - content: "\e8b5"; -} -.icon-accessibility:before { - content: "\e84e"; -} -.icon-accessible:before { - content: "\e914"; -} -.icon-account_balance:before { - content: "\e84f"; -} -.icon-account_balance_wallet:before { - content: "\e850"; -} -.icon-account_box:before { - content: "\e851"; -} -.icon-account_circle:before { - content: "\e853"; -} -.icon-adb:before { - content: "\e60e"; -} -.icon-add:before { - content: "\e145"; -} -.icon-add_a_photo:before { - content: "\e439"; -} -.icon-alarm_add:before { - content: "\e856"; -} -.icon-add_alert:before { - content: "\e003"; -} -.icon-add_box:before { - content: "\e146"; -} -.icon-add_circle:before { - content: "\e147"; -} -.icon-control_point:before { - content: "\e3ba"; -} -.icon-add_location:before { - content: "\e567"; -} -.icon-add_shopping_cart:before { - content: "\e854"; -} -.icon-queue:before { - content: "\e03c"; -} -.icon-add_to_queue:before { - content: "\e05c"; -} -.icon-adjust2:before { - content: "\e39e"; -} -.icon-airline_seat_flat:before { - content: "\e630"; -} -.icon-airline_seat_flat_angled:before { - content: "\e631"; -} -.icon-airline_seat_individual_suite:before { - content: "\e632"; -} -.icon-airline_seat_legroom_extra:before { - content: "\e633"; -} -.icon-airline_seat_legroom_normal:before { - content: "\e634"; -} -.icon-airline_seat_legroom_reduced:before { - content: "\e635"; -} -.icon-airline_seat_recline_extra:before { - content: "\e636"; -} -.icon-airline_seat_recline_normal:before { - content: "\e637"; -} -.icon-flight:before { - content: "\e539"; -} -.icon-airplanemode_inactive:before { - content: "\e194"; -} -.icon-airplay:before { - content: "\e055"; -} -.icon-airport_shuttle:before { - content: "\eb3c"; -} -.icon-alarm_off:before { - content: "\e857"; -} -.icon-alarm_on:before { - content: "\e858"; -} -.icon-album:before { - content: "\e019"; -} -.icon-all_inclusive:before { - content: "\eb3d"; -} -.icon-all_out:before { - content: "\e90b"; -} -.icon-android2:before { - content: "\e859"; -} -.icon-announcement:before { - content: "\e85a"; -} -.icon-apps:before { - content: "\e5c3"; -} -.icon-archive2:before { - content: "\e149"; -} -.icon-arrow_back:before { - content: "\e5c4"; -} -.icon-arrow_downward:before { - content: "\e5db"; -} -.icon-arrow_drop_down:before { - content: "\e5c5"; -} -.icon-arrow_drop_down_circle:before { - content: "\e5c6"; -} -.icon-arrow_drop_up:before { - content: "\e5c7"; -} -.icon-arrow_forward:before { - content: "\e5c8"; -} -.icon-arrow_upward:before { - content: "\e5d8"; -} -.icon-art_track:before { - content: "\e060"; -} -.icon-aspect_ratio:before { - content: "\e85b"; -} -.icon-poll:before { - content: "\e801"; -} -.icon-assignment:before { - content: "\e85d"; -} -.icon-assignment_ind:before { - content: "\e85e"; -} -.icon-assignment_late:before { - content: "\e85f"; -} -.icon-assignment_return:before { - content: "\e860"; -} -.icon-assignment_returned:before { - content: "\e861"; -} -.icon-assignment_turned_in:before { - content: "\e862"; -} -.icon-assistant:before { - content: "\e39f"; -} -.icon-flag2:before { - content: "\e153"; -} -.icon-attach_file:before { - content: "\e226"; -} -.icon-attach_money:before { - content: "\e227"; -} -.icon-attachment:before { - content: "\e2bc"; -} -.icon-audiotrack:before { - content: "\e3a1"; -} -.icon-autorenew:before { - content: "\e863"; -} -.icon-av_timer:before { - content: "\e01b"; -} -.icon-backspace:before { - content: "\e14a"; -} -.icon-cloud_upload:before { - content: "\e2c3"; -} -.icon-battery_alert:before { - content: "\e19c"; -} -.icon-battery_charging_full:before { - content: "\e1a3"; -} -.icon-battery_std:before { - content: "\e1a5"; -} -.icon-battery_unknown:before { - content: "\e1a6"; -} -.icon-beach_access:before { - content: "\eb3e"; -} -.icon-beenhere:before { - content: "\e52d"; -} -.icon-block:before { - content: "\e14b"; -} -.icon-bluetooth2:before { - content: "\e1a7"; -} -.icon-bluetooth_searching:before { - content: "\e1aa"; -} -.icon-bluetooth_connected:before { - content: "\e1a8"; -} -.icon-bluetooth_disabled:before { - content: "\e1a9"; -} -.icon-blur_circular:before { - content: "\e3a2"; -} -.icon-blur_linear:before { - content: "\e3a3"; -} -.icon-blur_off:before { - content: "\e3a4"; -} -.icon-blur_on:before { - content: "\e3a5"; -} -.icon-class:before { - content: "\e86e"; -} -.icon-turned_in:before { - content: "\e8e6"; -} -.icon-turned_in_not:before { - content: "\e8e7"; -} -.icon-border_all:before { - content: "\e228"; -} -.icon-border_bottom:before { - content: "\e229"; -} -.icon-border_clear:before { - content: "\e22a"; -} -.icon-border_color:before { - content: "\e22b"; -} -.icon-border_horizontal:before { - content: "\e22c"; -} -.icon-border_inner:before { - content: "\e22d"; -} -.icon-border_left:before { - content: "\e22e"; -} -.icon-border_outer:before { - content: "\e22f"; -} -.icon-border_right:before { - content: "\e230"; -} -.icon-border_style:before { - content: "\e231"; -} -.icon-border_top:before { - content: "\e232"; -} -.icon-border_vertical:before { - content: "\e233"; -} -.icon-branding_watermark:before { - content: "\e06b"; -} -.icon-brightness_1:before { - content: "\e3a6"; -} -.icon-brightness_2:before { - content: "\e3a7"; -} -.icon-brightness_3:before { - content: "\e3a8"; -} -.icon-brightness_4:before { - content: "\e3a9"; -} -.icon-brightness_low:before { - content: "\e1ad"; -} -.icon-brightness_medium:before { - content: "\e1ae"; -} -.icon-brightness_high:before { - content: "\e1ac"; -} -.icon-brightness_auto:before { - content: "\e1ab"; -} -.icon-broken_image:before { - content: "\e3ad"; -} -.icon-brush:before { - content: "\e3ae"; -} -.icon-bubble_chart:before { - content: "\e6dd"; -} -.icon-bug_report:before { - content: "\e868"; -} -.icon-build:before { - content: "\e869"; -} -.icon-burst_mode:before { - content: "\e43c"; -} -.icon-domain:before { - content: "\e7ee"; -} -.icon-business_center:before { - content: "\eb3f"; -} -.icon-cached:before { - content: "\e86a"; -} -.icon-cake:before { - content: "\e7e9"; -} -.icon-phone2:before { - content: "\e0cd"; -} -.icon-call_end:before { - content: "\e0b1"; -} -.icon-call_made:before { - content: "\e0b2"; -} -.icon-merge_type:before { - content: "\e252"; -} -.icon-call_missed:before { - content: "\e0b4"; -} -.icon-call_missed_outgoing:before { - content: "\e0e4"; -} -.icon-call_received:before { - content: "\e0b5"; -} -.icon-call_split:before { - content: "\e0b6"; -} -.icon-call_to_action:before { - content: "\e06c"; -} -.icon-camera2:before { - content: "\e3af"; -} -.icon-photo_camera:before { - content: "\e412"; -} -.icon-camera_enhance:before { - content: "\e8fc"; -} -.icon-camera_front:before { - content: "\e3b1"; -} -.icon-camera_rear:before { - content: "\e3b2"; -} -.icon-camera_roll:before { - content: "\e3b3"; -} -.icon-cancel:before { - content: "\e5c9"; -} -.icon-redeem:before { - content: "\e8b1"; -} -.icon-card_membership:before { - content: "\e8f7"; -} -.icon-card_travel:before { - content: "\e8f8"; -} -.icon-casino:before { - content: "\eb40"; -} -.icon-cast:before { - content: "\e307"; -} -.icon-cast_connected:before { - content: "\e308"; -} -.icon-center_focus_strong:before { - content: "\e3b4"; -} -.icon-center_focus_weak:before { - content: "\e3b5"; -} -.icon-change_history:before { - content: "\e86b"; -} -.icon-chat:before { - content: "\e0b7"; -} -.icon-chat_bubble:before { - content: "\e0ca"; -} -.icon-chat_bubble_outline:before { - content: "\e0cb"; -} -.icon-check2:before { - content: "\e5ca"; -} -.icon-check_box:before { - content: "\e834"; -} -.icon-check_box_outline_blank:before { - content: "\e835"; -} -.icon-check_circle:before { - content: "\e86c"; -} -.icon-navigate_before:before { - content: "\e408"; -} -.icon-navigate_next:before { - content: "\e409"; -} -.icon-child_care:before { - content: "\eb41"; -} -.icon-child_friendly:before { - content: "\eb42"; -} -.icon-chrome_reader_mode:before { - content: "\e86d"; -} -.icon-close2:before { - content: "\e5cd"; -} -.icon-clear_all:before { - content: "\e0b8"; -} -.icon-closed_caption:before { - content: "\e01c"; -} -.icon-wb_cloudy:before { - content: "\e42d"; -} -.icon-cloud_circle:before { - content: "\e2be"; -} -.icon-cloud_done:before { - content: "\e2bf"; -} -.icon-cloud_download:before { - content: "\e2c0"; -} -.icon-cloud_off:before { - content: "\e2c1"; -} -.icon-cloud_queue:before { - content: "\e2c2"; -} -.icon-code2:before { - content: "\e86f"; -} -.icon-photo_library:before { - content: "\e413"; -} -.icon-collections_bookmark:before { - content: "\e431"; -} -.icon-palette:before { - content: "\e40a"; -} -.icon-colorize:before { - content: "\e3b8"; -} -.icon-comment2:before { - content: "\e0b9"; -} -.icon-compare:before { - content: "\e3b9"; -} -.icon-compare_arrows:before { - content: "\e915"; -} -.icon-laptop2:before { - content: "\e31e"; -} -.icon-confirmation_number:before { - content: "\e638"; -} -.icon-contact_mail:before { - content: "\e0d0"; -} -.icon-contact_phone:before { - content: "\e0cf"; -} -.icon-contacts:before { - content: "\e0ba"; -} -.icon-content_copy:before { - content: "\e14d"; -} -.icon-content_cut:before { - content: "\e14e"; -} -.icon-content_paste:before { - content: "\e14f"; -} -.icon-control_point_duplicate:before { - content: "\e3bb"; -} -.icon-copyright2:before { - content: "\e90c"; -} -.icon-mode_edit:before { - content: "\e254"; -} -.icon-create_new_folder:before { - content: "\e2cc"; -} -.icon-payment:before { - content: "\e8a1"; -} -.icon-crop2:before { - content: "\e3be"; -} -.icon-crop_16_9:before { - content: "\e3bc"; -} -.icon-crop_3_2:before { - content: "\e3bd"; -} -.icon-crop_landscape:before { - content: "\e3c3"; -} -.icon-crop_7_5:before { - content: "\e3c0"; -} -.icon-crop_din:before { - content: "\e3c1"; -} -.icon-crop_free:before { - content: "\e3c2"; -} -.icon-crop_original:before { - content: "\e3c4"; -} -.icon-crop_portrait:before { - content: "\e3c5"; -} -.icon-crop_rotate:before { - content: "\e437"; -} -.icon-crop_square:before { - content: "\e3c6"; -} -.icon-dashboard2:before { - content: "\e871"; -} -.icon-data_usage:before { - content: "\e1af"; -} -.icon-date_range:before { - content: "\e916"; -} -.icon-dehaze:before { - content: "\e3c7"; -} -.icon-delete:before { - content: "\e872"; -} -.icon-delete_forever:before { - content: "\e92b"; -} -.icon-delete_sweep:before { - content: "\e16c"; -} -.icon-description:before { - content: "\e873"; -} -.icon-desktop_mac:before { - content: "\e30b"; -} -.icon-desktop_windows:before { - content: "\e30c"; -} -.icon-details:before { - content: "\e3c8"; -} -.icon-developer_board:before { - content: "\e30d"; -} -.icon-developer_mode:before { - content: "\e1b0"; -} -.icon-device_hub:before { - content: "\e335"; -} -.icon-phonelink:before { - content: "\e326"; -} -.icon-devices_other:before { - content: "\e337"; -} -.icon-dialer_sip:before { - content: "\e0bb"; -} -.icon-dialpad:before { - content: "\e0bc"; -} -.icon-directions:before { - content: "\e52e"; -} -.icon-directions_bike:before { - content: "\e52f"; -} -.icon-directions_boat:before { - content: "\e532"; -} -.icon-directions_bus:before { - content: "\e530"; -} -.icon-directions_car:before { - content: "\e531"; -} -.icon-directions_railway:before { - content: "\e534"; -} -.icon-directions_run:before { - content: "\e566"; -} -.icon-directions_transit:before { - content: "\e535"; -} -.icon-directions_walk:before { - content: "\e536"; -} -.icon-disc_full:before { - content: "\e610"; -} -.icon-dns:before { - content: "\e875"; -} -.icon-not_interested:before { - content: "\e033"; -} -.icon-do_not_disturb_alt:before { - content: "\e611"; -} -.icon-do_not_disturb_off:before { - content: "\e643"; -} -.icon-remove_circle:before { - content: "\e15c"; -} -.icon-dock:before { - content: "\e30e"; -} -.icon-done:before { - content: "\e876"; -} -.icon-done_all:before { - content: "\e877"; -} -.icon-donut_large:before { - content: "\e917"; -} -.icon-donut_small:before { - content: "\e918"; -} -.icon-drafts:before { - content: "\e151"; -} -.icon-drag_handle:before { - content: "\e25d"; -} -.icon-time_to_leave:before { - content: "\e62c"; -} -.icon-dvr:before { - content: "\e1b2"; -} -.icon-edit_location:before { - content: "\e568"; -} -.icon-eject2:before { - content: "\e8fb"; -} -.icon-markunread:before { - content: "\e159"; -} -.icon-enhanced_encryption:before { - content: "\e63f"; -} -.icon-equalizer:before { - content: "\e01d"; -} -.icon-error:before { - content: "\e000"; -} -.icon-error_outline:before { - content: "\e001"; -} -.icon-euro_symbol:before { - content: "\e926"; -} -.icon-ev_station:before { - content: "\e56d"; -} -.icon-insert_invitation:before { - content: "\e24f"; -} -.icon-event_available:before { - content: "\e614"; -} -.icon-event_busy:before { - content: "\e615"; -} -.icon-event_note:before { - content: "\e616"; -} -.icon-event_seat:before { - content: "\e903"; -} -.icon-exit_to_app:before { - content: "\e879"; -} -.icon-expand_less:before { - content: "\e5ce"; -} -.icon-expand_more:before { - content: "\e5cf"; -} -.icon-explicit:before { - content: "\e01e"; -} -.icon-explore:before { - content: "\e87a"; -} -.icon-exposure:before { - content: "\e3ca"; -} -.icon-exposure_neg_1:before { - content: "\e3cb"; -} -.icon-exposure_neg_2:before { - content: "\e3cc"; -} -.icon-exposure_plus_1:before { - content: "\e3cd"; -} -.icon-exposure_plus_2:before { - content: "\e3ce"; -} -.icon-exposure_zero:before { - content: "\e3cf"; -} -.icon-extension:before { - content: "\e87b"; -} -.icon-face:before { - content: "\e87c"; -} -.icon-fast_forward:before { - content: "\e01f"; -} -.icon-fast_rewind:before { - content: "\e020"; -} -.icon-favorite:before { - content: "\e87d"; -} -.icon-favorite_border:before { - content: "\e87e"; -} -.icon-featured_play_list:before { - content: "\e06d"; -} -.icon-featured_video:before { - content: "\e06e"; -} -.icon-sms_failed:before { - content: "\e626"; -} -.icon-fiber_dvr:before { - content: "\e05d"; -} -.icon-fiber_manual_record:before { - content: "\e061"; -} -.icon-fiber_new:before { - content: "\e05e"; -} -.icon-fiber_pin:before { - content: "\e06a"; -} -.icon-fiber_smart_record:before { - content: "\e062"; -} -.icon-get_app:before { - content: "\e884"; -} -.icon-file_upload:before { - content: "\e2c6"; -} -.icon-filter2:before { - content: "\e3d3"; -} -.icon-filter_1:before { - content: "\e3d0"; -} -.icon-filter_2:before { - content: "\e3d1"; -} -.icon-filter_3:before { - content: "\e3d2"; -} -.icon-filter_4:before { - content: "\e3d4"; -} -.icon-filter_5:before { - content: "\e3d5"; -} -.icon-filter_6:before { - content: "\e3d6"; -} -.icon-filter_7:before { - content: "\e3d7"; -} -.icon-filter_8:before { - content: "\e3d8"; -} -.icon-filter_9:before { - content: "\e3d9"; -} -.icon-filter_9_plus:before { - content: "\e3da"; -} -.icon-filter_b_and_w:before { - content: "\e3db"; -} -.icon-filter_center_focus:before { - content: "\e3dc"; -} -.icon-filter_drama:before { - content: "\e3dd"; -} -.icon-filter_frames:before { - content: "\e3de"; -} -.icon-terrain:before { - content: "\e564"; -} -.icon-filter_list:before { - content: "\e152"; -} -.icon-filter_none:before { - content: "\e3e0"; -} -.icon-filter_tilt_shift:before { - content: "\e3e2"; -} -.icon-filter_vintage:before { - content: "\e3e3"; -} -.icon-find_in_page:before { - content: "\e880"; -} -.icon-find_replace:before { - content: "\e881"; -} -.icon-fingerprint:before { - content: "\e90d"; -} -.icon-first_page:before { - content: "\e5dc"; -} -.icon-fitness_center:before { - content: "\eb43"; -} -.icon-flare:before { - content: "\e3e4"; -} -.icon-flash_auto:before { - content: "\e3e5"; -} -.icon-flash_off:before { - content: "\e3e6"; -} -.icon-flash_on:before { - content: "\e3e7"; -} -.icon-flight_land:before { - content: "\e904"; -} -.icon-flight_takeoff:before { - content: "\e905"; -} -.icon-flip:before { - content: "\e3e8"; -} -.icon-flip_to_back:before { - content: "\e882"; -} -.icon-flip_to_front:before { - content: "\e883"; -} -.icon-folder2:before { - content: "\e2c7"; -} -.icon-folder_open:before { - content: "\e2c8"; -} -.icon-folder_shared:before { - content: "\e2c9"; -} -.icon-folder_special:before { - content: "\e617"; -} -.icon-font_download:before { - content: "\e167"; -} -.icon-format_align_center:before { - content: "\e234"; -} -.icon-format_align_justify:before { - content: "\e235"; -} -.icon-format_align_left:before { - content: "\e236"; -} -.icon-format_align_right:before { - content: "\e237"; -} -.icon-format_bold:before { - content: "\e238"; -} -.icon-format_clear:before { - content: "\e239"; -} -.icon-format_color_fill:before { - content: "\e23a"; -} -.icon-format_color_reset:before { - content: "\e23b"; -} -.icon-format_color_text:before { - content: "\e23c"; -} -.icon-format_indent_decrease:before { - content: "\e23d"; -} -.icon-format_indent_increase:before { - content: "\e23e"; -} -.icon-format_italic:before { - content: "\e23f"; -} -.icon-format_line_spacing:before { - content: "\e240"; -} -.icon-format_list_bulleted:before { - content: "\e241"; -} -.icon-format_list_numbered:before { - content: "\e242"; -} -.icon-format_paint:before { - content: "\e243"; -} -.icon-format_quote:before { - content: "\e244"; -} -.icon-format_shapes:before { - content: "\e25e"; -} -.icon-format_size:before { - content: "\e245"; -} -.icon-format_strikethrough:before { - content: "\e246"; -} -.icon-format_textdirection_l_to_r:before { - content: "\e247"; -} -.icon-format_textdirection_r_to_l:before { - content: "\e248"; -} -.icon-format_underlined:before { - content: "\e249"; -} -.icon-question_answer:before { - content: "\e8af"; -} -.icon-forward2:before { - content: "\e154"; -} -.icon-forward_10:before { - content: "\e056"; -} -.icon-forward_30:before { - content: "\e057"; -} -.icon-forward_5:before { - content: "\e058"; -} -.icon-free_breakfast:before { - content: "\eb44"; -} -.icon-fullscreen:before { - content: "\e5d0"; -} -.icon-fullscreen_exit:before { - content: "\e5d1"; -} -.icon-functions:before { - content: "\e24a"; -} -.icon-g_translate:before { - content: "\e927"; -} -.icon-games:before { - content: "\e021"; -} -.icon-gavel2:before { - content: "\e90e"; -} -.icon-gesture:before { - content: "\e155"; -} -.icon-gif:before { - content: "\e908"; -} -.icon-goat:before { - content: "\e900"; -} -.icon-golf_course:before { - content: "\eb45"; -} -.icon-my_location:before { - content: "\e55c"; -} -.icon-location_searching:before { - content: "\e1b7"; -} -.icon-location_disabled:before { - content: "\e1b6"; -} -.icon-star2:before { - content: "\e838"; -} -.icon-gradient:before { - content: "\e3e9"; -} -.icon-grain:before { - content: "\e3ea"; -} -.icon-graphic_eq:before { - content: "\e1b8"; -} -.icon-grid_off:before { - content: "\e3eb"; -} -.icon-grid_on:before { - content: "\e3ec"; -} -.icon-people:before { - content: "\e7fb"; -} -.icon-group_add:before { - content: "\e7f0"; -} -.icon-group_work:before { - content: "\e886"; -} -.icon-hd:before { - content: "\e052"; -} -.icon-hdr_off:before { - content: "\e3ed"; -} -.icon-hdr_on:before { - content: "\e3ee"; -} -.icon-hdr_strong:before { - content: "\e3f1"; -} -.icon-hdr_weak:before { - content: "\e3f2"; -} -.icon-headset:before { - content: "\e310"; -} -.icon-headset_mic:before { - content: "\e311"; -} -.icon-healing:before { - content: "\e3f3"; -} -.icon-hearing:before { - content: "\e023"; -} -.icon-help:before { - content: "\e887"; -} -.icon-help_outline:before { - content: "\e8fd"; -} -.icon-high_quality:before { - content: "\e024"; -} -.icon-highlight:before { - content: "\e25f"; -} -.icon-highlight_off:before { - content: "\e888"; -} -.icon-restore:before { - content: "\e8b3"; -} -.icon-home2:before { - content: "\e88a"; -} -.icon-hot_tub:before { - content: "\eb46"; -} -.icon-local_hotel:before { - content: "\e549"; -} -.icon-hourglass_empty:before { - content: "\e88b"; -} -.icon-hourglass_full:before { - content: "\e88c"; -} -.icon-http:before { - content: "\e902"; -} -.icon-lock2:before { - content: "\e897"; -} -.icon-photo2:before { - content: "\e410"; -} -.icon-image_aspect_ratio:before { - content: "\e3f5"; -} -.icon-import_contacts:before { - content: "\e0e0"; -} -.icon-import_export:before { - content: "\e0c3"; -} -.icon-important_devices:before { - content: "\e912"; -} -.icon-inbox2:before { - content: "\e156"; -} -.icon-indeterminate_check_box:before { - content: "\e909"; -} -.icon-info2:before { - content: "\e88e"; -} -.icon-info_outline:before { - content: "\e88f"; -} -.icon-input:before { - content: "\e890"; -} -.icon-insert_comment:before { - content: "\e24c"; -} -.icon-insert_drive_file:before { - content: "\e24d"; -} -.icon-tag_faces:before { - content: "\e420"; -} -.icon-link2:before { - content: "\e157"; -} -.icon-invert_colors:before { - content: "\e891"; -} -.icon-invert_colors_off:before { - content: "\e0c4"; -} -.icon-iso:before { - content: "\e3f6"; -} -.icon-keyboard:before { - content: "\e312"; -} -.icon-keyboard_arrow_down:before { - content: "\e313"; -} -.icon-keyboard_arrow_left:before { - content: "\e314"; -} -.icon-keyboard_arrow_right:before { - content: "\e315"; -} -.icon-keyboard_arrow_up:before { - content: "\e316"; -} -.icon-keyboard_backspace:before { - content: "\e317"; -} -.icon-keyboard_capslock:before { - content: "\e318"; -} -.icon-keyboard_hide:before { - content: "\e31a"; -} -.icon-keyboard_return:before { - content: "\e31b"; -} -.icon-keyboard_tab:before { - content: "\e31c"; -} -.icon-keyboard_voice:before { - content: "\e31d"; -} -.icon-kitchen:before { - content: "\eb47"; -} -.icon-label:before { - content: "\e892"; -} -.icon-label_outline:before { - content: "\e893"; -} -.icon-language2:before { - content: "\e894"; -} -.icon-laptop_chromebook:before { - content: "\e31f"; -} -.icon-laptop_mac:before { - content: "\e320"; -} -.icon-laptop_windows:before { - content: "\e321"; -} -.icon-last_page:before { - content: "\e5dd"; -} -.icon-open_in_new:before { - content: "\e89e"; -} -.icon-layers:before { - content: "\e53b"; -} -.icon-layers_clear:before { - content: "\e53c"; -} -.icon-leak_add:before { - content: "\e3f8"; -} -.icon-leak_remove:before { - content: "\e3f9"; -} -.icon-lens:before { - content: "\e3fa"; -} -.icon-library_books:before { - content: "\e02f"; -} -.icon-library_music:before { - content: "\e030"; -} -.icon-lightbulb_outline:before { - content: "\e90f"; -} -.icon-line_style:before { - content: "\e919"; -} -.icon-line_weight:before { - content: "\e91a"; -} -.icon-linear_scale:before { - content: "\e260"; -} -.icon-linked_camera:before { - content: "\e438"; -} -.icon-list2:before { - content: "\e896"; -} -.icon-live_help:before { - content: "\e0c6"; -} -.icon-live_tv:before { - content: "\e639"; -} -.icon-local_play:before { - content: "\e553"; -} -.icon-local_airport:before { - content: "\e53d"; -} -.icon-local_atm:before { - content: "\e53e"; -} -.icon-local_bar:before { - content: "\e540"; -} -.icon-local_cafe:before { - content: "\e541"; -} -.icon-local_car_wash:before { - content: "\e542"; -} -.icon-local_convenience_store:before { - content: "\e543"; -} -.icon-restaurant_menu:before { - content: "\e561"; -} -.icon-local_drink:before { - content: "\e544"; -} -.icon-local_florist:before { - content: "\e545"; -} -.icon-local_gas_station:before { - content: "\e546"; -} -.icon-shopping_cart:before { - content: "\e8cc"; -} -.icon-local_hospital:before { - content: "\e548"; -} -.icon-local_laundry_service:before { - content: "\e54a"; -} -.icon-local_library:before { - content: "\e54b"; -} -.icon-local_mall:before { - content: "\e54c"; -} -.icon-theaters:before { - content: "\e8da"; -} -.icon-local_offer:before { - content: "\e54e"; -} -.icon-local_parking:before { - content: "\e54f"; -} -.icon-local_pharmacy:before { - content: "\e550"; -} -.icon-local_pizza:before { - content: "\e552"; -} -.icon-print2:before { - content: "\e8ad"; -} -.icon-local_shipping:before { - content: "\e558"; -} -.icon-local_taxi:before { - content: "\e559"; -} -.icon-location_city:before { - content: "\e7f1"; -} -.icon-location_off:before { - content: "\e0c7"; -} -.icon-room:before { - content: "\e8b4"; -} -.icon-lock_open:before { - content: "\e898"; -} -.icon-lock_outline:before { - content: "\e899"; -} -.icon-looks:before { - content: "\e3fc"; -} -.icon-looks_3:before { - content: "\e3fb"; -} -.icon-looks_4:before { - content: "\e3fd"; -} -.icon-looks_5:before { - content: "\e3fe"; -} -.icon-looks_6:before { - content: "\e3ff"; -} -.icon-looks_one:before { - content: "\e400"; -} -.icon-looks_two:before { - content: "\e401"; -} -.icon-sync:before { - content: "\e627"; -} -.icon-loupe:before { - content: "\e402"; -} -.icon-low_priority:before { - content: "\e16d"; -} -.icon-loyalty:before { - content: "\e89a"; -} -.icon-mail_outline:before { - content: "\e0e1"; -} -.icon-map2:before { - content: "\e55b"; -} -.icon-markunread_mailbox:before { - content: "\e89b"; -} -.icon-memory:before { - content: "\e322"; -} -.icon-menu:before { - content: "\e5d2"; -} -.icon-message:before { - content: "\e0c9"; -} -.icon-mic:before { - content: "\e029"; -} -.icon-mic_none:before { - content: "\e02a"; -} -.icon-mic_off:before { - content: "\e02b"; -} -.icon-mms:before { - content: "\e618"; -} -.icon-mode_comment:before { - content: "\e253"; -} -.icon-monetization_on:before { - content: "\e263"; -} -.icon-money_off:before { - content: "\e25c"; -} -.icon-monochrome_photos:before { - content: "\e403"; -} -.icon-mood_bad:before { - content: "\e7f3"; -} -.icon-more:before { - content: "\e619"; -} -.icon-more_horiz:before { - content: "\e5d3"; -} -.icon-more_vert:before { - content: "\e5d4"; -} -.icon-motorcycle2:before { - content: "\e91b"; -} -.icon-mouse:before { - content: "\e323"; -} -.icon-move_to_inbox:before { - content: "\e168"; -} -.icon-movie_creation:before { - content: "\e404"; -} -.icon-movie_filter:before { - content: "\e43a"; -} -.icon-multiline_chart:before { - content: "\e6df"; -} -.icon-music_note:before { - content: "\e405"; -} -.icon-music_video:before { - content: "\e063"; -} -.icon-nature:before { - content: "\e406"; -} -.icon-nature_people:before { - content: "\e407"; -} -.icon-navigation:before { - content: "\e55d"; -} -.icon-near_me:before { - content: "\e569"; -} -.icon-network_cell:before { - content: "\e1b9"; -} -.icon-network_check:before { - content: "\e640"; -} -.icon-network_locked:before { - content: "\e61a"; -} -.icon-network_wifi:before { - content: "\e1ba"; -} -.icon-new_releases:before { - content: "\e031"; -} -.icon-next_week:before { - content: "\e16a"; -} -.icon-nfc:before { - content: "\e1bb"; -} -.icon-no_encryption:before { - content: "\e641"; -} -.icon-signal_cellular_no_sim:before { - content: "\e1ce"; -} -.icon-note:before { - content: "\e06f"; -} -.icon-note_add:before { - content: "\e89c"; -} -.icon-notifications:before { - content: "\e7f4"; -} -.icon-notifications_active:before { - content: "\e7f7"; -} -.icon-notifications_none:before { - content: "\e7f5"; -} -.icon-notifications_off:before { - content: "\e7f6"; -} -.icon-notifications_paused:before { - content: "\e7f8"; -} -.icon-offline_pin:before { - content: "\e90a"; -} -.icon-ondemand_video:before { - content: "\e63a"; -} -.icon-opacity:before { - content: "\e91c"; -} -.icon-open_in_browser:before { - content: "\e89d"; -} -.icon-open_with:before { - content: "\e89f"; -} -.icon-pages:before { - content: "\e7f9"; -} -.icon-pageview:before { - content: "\e8a0"; -} -.icon-pan_tool:before { - content: "\e925"; -} -.icon-panorama:before { - content: "\e40b"; -} -.icon-radio_button_unchecked:before { - content: "\e836"; -} -.icon-panorama_horizontal:before { - content: "\e40d"; -} -.icon-panorama_vertical:before { - content: "\e40e"; -} -.icon-panorama_wide_angle:before { - content: "\e40f"; -} -.icon-party_mode:before { - content: "\e7fa"; -} -.icon-pause2:before { - content: "\e034"; -} -.icon-pause_circle_filled:before { - content: "\e035"; -} -.icon-pause_circle_outline:before { - content: "\e036"; -} -.icon-people_outline:before { - content: "\e7fc"; -} -.icon-perm_camera_mic:before { - content: "\e8a2"; -} -.icon-perm_contact_calendar:before { - content: "\e8a3"; -} -.icon-perm_data_setting:before { - content: "\e8a4"; -} -.icon-perm_device_information:before { - content: "\e8a5"; -} -.icon-person_outline:before { - content: "\e7ff"; -} -.icon-perm_media:before { - content: "\e8a7"; -} -.icon-perm_phone_msg:before { - content: "\e8a8"; -} -.icon-perm_scan_wifi:before { - content: "\e8a9"; -} -.icon-person:before { - content: "\e7fd"; -} -.icon-person_add:before { - content: "\e7fe"; -} -.icon-person_pin:before { - content: "\e55a"; -} -.icon-person_pin_circle:before { - content: "\e56a"; -} -.icon-personal_video:before { - content: "\e63b"; -} -.icon-pets:before { - content: "\e91d"; -} -.icon-phone_android:before { - content: "\e324"; -} -.icon-phone_bluetooth_speaker:before { - content: "\e61b"; -} -.icon-phone_forwarded:before { - content: "\e61c"; -} -.icon-phone_in_talk:before { - content: "\e61d"; -} -.icon-phone_iphone:before { - content: "\e325"; -} -.icon-phone_locked:before { - content: "\e61e"; -} -.icon-phone_missed:before { - content: "\e61f"; -} -.icon-phone_paused:before { - content: "\e620"; -} -.icon-phonelink_erase:before { - content: "\e0db"; -} -.icon-phonelink_lock:before { - content: "\e0dc"; -} -.icon-phonelink_off:before { - content: "\e327"; -} -.icon-phonelink_ring:before { - content: "\e0dd"; -} -.icon-phonelink_setup:before { - content: "\e0de"; -} -.icon-photo_album:before { - content: "\e411"; -} -.icon-photo_filter:before { - content: "\e43b"; -} -.icon-photo_size_select_actual:before { - content: "\e432"; -} -.icon-photo_size_select_large:before { - content: "\e433"; -} -.icon-photo_size_select_small:before { - content: "\e434"; -} -.icon-picture_as_pdf:before { - content: "\e415"; -} -.icon-picture_in_picture:before { - content: "\e8aa"; -} -.icon-picture_in_picture_alt:before { - content: "\e911"; -} -.icon-pie_chart:before { - content: "\e6c4"; -} -.icon-pie_chart_outlined:before { - content: "\e6c5"; -} -.icon-pin_drop:before { - content: "\e55e"; -} -.icon-play_arrow:before { - content: "\e037"; -} -.icon-play_circle_filled:before { - content: "\e038"; -} -.icon-play_circle_outline:before { - content: "\e039"; -} -.icon-play_for_work:before { - content: "\e906"; -} -.icon-playlist_add:before { - content: "\e03b"; -} -.icon-playlist_add_check:before { - content: "\e065"; -} -.icon-playlist_play:before { - content: "\e05f"; -} -.icon-plus_one:before { - content: "\e800"; -} -.icon-polymer:before { - content: "\e8ab"; -} -.icon-pool:before { - content: "\eb48"; -} -.icon-portable_wifi_off:before { - content: "\e0ce"; -} -.icon-portrait:before { - content: "\e416"; -} -.icon-power:before { - content: "\e63c"; -} -.icon-power_input:before { - content: "\e336"; -} -.icon-power_settings_new:before { - content: "\e8ac"; -} -.icon-pregnant_woman:before { - content: "\e91e"; -} -.icon-present_to_all:before { - content: "\e0df"; -} -.icon-priority_high:before { - content: "\e645"; -} -.icon-public:before { - content: "\e80b"; -} -.icon-publish:before { - content: "\e255"; -} -.icon-queue_music:before { - content: "\e03d"; -} -.icon-queue_play_next:before { - content: "\e066"; -} -.icon-radio:before { - content: "\e03e"; -} -.icon-radio_button_checked:before { - content: "\e837"; -} -.icon-rate_review:before { - content: "\e560"; -} -.icon-receipt:before { - content: "\e8b0"; -} -.icon-recent_actors:before { - content: "\e03f"; -} -.icon-record_voice_over:before { - content: "\e91f"; -} -.icon-redo:before { - content: "\e15a"; -} -.icon-refresh2:before { - content: "\e5d5"; -} -.icon-remove2:before { - content: "\e15b"; -} -.icon-remove_circle_outline:before { - content: "\e15d"; -} -.icon-remove_from_queue:before { - content: "\e067"; -} -.icon-visibility:before { - content: "\e8f4"; -} -.icon-remove_shopping_cart:before { - content: "\e928"; -} -.icon-reorder2:before { - content: "\e8fe"; -} -.icon-repeat2:before { - content: "\e040"; -} -.icon-repeat_one:before { - content: "\e041"; -} -.icon-replay:before { - content: "\e042"; -} -.icon-replay_10:before { - content: "\e059"; -} -.icon-replay_30:before { - content: "\e05a"; -} -.icon-replay_5:before { - content: "\e05b"; -} -.icon-reply2:before { - content: "\e15e"; -} -.icon-reply_all:before { - content: "\e15f"; -} -.icon-report:before { - content: "\e160"; -} -.icon-warning2:before { - content: "\e002"; -} -.icon-restaurant:before { - content: "\e56c"; -} -.icon-restore_page:before { - content: "\e929"; -} -.icon-ring_volume:before { - content: "\e0d1"; -} -.icon-room_service:before { - content: "\eb49"; -} -.icon-rotate_90_degrees_ccw:before { - content: "\e418"; -} -.icon-rotate_left:before { - content: "\e419"; -} -.icon-rotate_right:before { - content: "\e41a"; -} -.icon-rounded_corner:before { - content: "\e920"; -} -.icon-router:before { - content: "\e328"; -} -.icon-rowing:before { - content: "\e921"; -} -.icon-rss_feed:before { - content: "\e0e5"; -} -.icon-rv_hookup:before { - content: "\e642"; -} -.icon-satellite:before { - content: "\e562"; -} -.icon-save2:before { - content: "\e161"; -} -.icon-scanner:before { - content: "\e329"; -} -.icon-school:before { - content: "\e80c"; -} -.icon-screen_lock_landscape:before { - content: "\e1be"; -} -.icon-screen_lock_portrait:before { - content: "\e1bf"; -} -.icon-screen_lock_rotation:before { - content: "\e1c0"; -} -.icon-screen_rotation:before { - content: "\e1c1"; -} -.icon-screen_share:before { - content: "\e0e2"; -} -.icon-sd_storage:before { - content: "\e1c2"; -} -.icon-search2:before { - content: "\e8b6"; -} -.icon-security:before { - content: "\e32a"; -} -.icon-select_all:before { - content: "\e162"; -} -.icon-send2:before { - content: "\e163"; -} -.icon-sentiment_dissatisfied:before { - content: "\e811"; -} -.icon-sentiment_neutral:before { - content: "\e812"; -} -.icon-sentiment_satisfied:before { - content: "\e813"; -} -.icon-sentiment_very_dissatisfied:before { - content: "\e814"; -} -.icon-sentiment_very_satisfied:before { - content: "\e815"; -} -.icon-settings:before { - content: "\e8b8"; -} -.icon-settings_applications:before { - content: "\e8b9"; -} -.icon-settings_backup_restore:before { - content: "\e8ba"; -} -.icon-settings_bluetooth:before { - content: "\e8bb"; -} -.icon-settings_brightness:before { - content: "\e8bd"; -} -.icon-settings_cell:before { - content: "\e8bc"; -} -.icon-settings_ethernet:before { - content: "\e8be"; -} -.icon-settings_input_antenna:before { - content: "\e8bf"; -} -.icon-settings_input_composite:before { - content: "\e8c1"; -} -.icon-settings_input_hdmi:before { - content: "\e8c2"; -} -.icon-settings_input_svideo:before { - content: "\e8c3"; -} -.icon-settings_overscan:before { - content: "\e8c4"; -} -.icon-settings_phone:before { - content: "\e8c5"; -} -.icon-settings_power:before { - content: "\e8c6"; -} -.icon-settings_remote:before { - content: "\e8c7"; -} -.icon-settings_system_daydream:before { - content: "\e1c3"; -} -.icon-settings_voice:before { - content: "\e8c8"; -} -.icon-share2:before { - content: "\e80d"; -} -.icon-shop:before { - content: "\e8c9"; -} -.icon-shop_two:before { - content: "\e8ca"; -} -.icon-shopping_basket:before { - content: "\e8cb"; -} -.icon-short_text:before { - content: "\e261"; -} -.icon-show_chart:before { - content: "\e6e1"; -} -.icon-shuffle:before { - content: "\e043"; -} -.icon-signal_cellular_4_bar:before { - content: "\e1c8"; -} -.icon-signal_cellular_connected_no_internet_4_bar:before { - content: "\e1cd"; -} -.icon-signal_cellular_null:before { - content: "\e1cf"; -} -.icon-signal_cellular_off:before { - content: "\e1d0"; -} -.icon-signal_wifi_4_bar:before { - content: "\e1d8"; -} -.icon-signal_wifi_4_bar_lock:before { - content: "\e1d9"; -} -.icon-signal_wifi_off:before { - content: "\e1da"; -} -.icon-sim_card:before { - content: "\e32b"; -} -.icon-sim_card_alert:before { - content: "\e624"; -} -.icon-skip_next:before { - content: "\e044"; -} -.icon-skip_previous:before { - content: "\e045"; -} -.icon-slideshow:before { - content: "\e41b"; -} -.icon-slow_motion_video:before { - content: "\e068"; -} -.icon-stay_primary_portrait:before { - content: "\e0d6"; -} -.icon-smoke_free:before { - content: "\eb4a"; -} -.icon-smoking_rooms:before { - content: "\eb4b"; -} -.icon-textsms:before { - content: "\e0d8"; -} -.icon-snooze:before { - content: "\e046"; -} -.icon-sort2:before { - content: "\e164"; -} -.icon-sort_by_alpha:before { - content: "\e053"; -} -.icon-spa:before { - content: "\eb4c"; -} -.icon-space_bar:before { - content: "\e256"; -} -.icon-speaker:before { - content: "\e32d"; -} -.icon-speaker_group:before { - content: "\e32e"; -} -.icon-speaker_notes:before { - content: "\e8cd"; -} -.icon-speaker_notes_off:before { - content: "\e92a"; -} -.icon-speaker_phone:before { - content: "\e0d2"; -} -.icon-spellcheck:before { - content: "\e8ce"; -} -.icon-star_border:before { - content: "\e83a"; -} -.icon-star_half:before { - content: "\e839"; -} -.icon-stars:before { - content: "\e8d0"; -} -.icon-stay_primary_landscape:before { - content: "\e0d5"; -} -.icon-stop2:before { - content: "\e047"; -} -.icon-stop_screen_share:before { - content: "\e0e3"; -} -.icon-storage:before { - content: "\e1db"; -} -.icon-store_mall_directory:before { - content: "\e563"; -} -.icon-straighten:before { - content: "\e41c"; -} -.icon-streetview:before { - content: "\e56e"; -} -.icon-strikethrough_s:before { - content: "\e257"; -} -.icon-style:before { - content: "\e41d"; -} -.icon-subdirectory_arrow_left:before { - content: "\e5d9"; -} -.icon-subdirectory_arrow_right:before { - content: "\e5da"; -} -.icon-subject:before { - content: "\e8d2"; -} -.icon-subscriptions:before { - content: "\e064"; -} -.icon-subtitles:before { - content: "\e048"; -} -.icon-subway2:before { - content: "\e56f"; -} -.icon-supervisor_account:before { - content: "\e8d3"; -} -.icon-surround_sound:before { - content: "\e049"; -} -.icon-swap_calls:before { - content: "\e0d7"; -} -.icon-swap_horiz:before { - content: "\e8d4"; -} -.icon-swap_vert:before { - content: "\e8d5"; -} -.icon-swap_vertical_circle:before { - content: "\e8d6"; -} -.icon-switch_camera:before { - content: "\e41e"; -} -.icon-switch_video:before { - content: "\e41f"; -} -.icon-sync_disabled:before { - content: "\e628"; -} -.icon-sync_problem:before { - content: "\e629"; -} -.icon-system_update:before { - content: "\e62a"; -} -.icon-system_update_alt:before { - content: "\e8d7"; -} -.icon-tab:before { - content: "\e8d8"; -} -.icon-tab_unselected:before { - content: "\e8d9"; -} -.icon-tablet2:before { - content: "\e32f"; -} -.icon-tablet_android:before { - content: "\e330"; -} -.icon-tablet_mac:before { - content: "\e331"; -} -.icon-tap_and_play:before { - content: "\e62b"; -} -.icon-text_fields:before { - content: "\e262"; -} -.icon-text_format:before { - content: "\e165"; -} -.icon-texture:before { - content: "\e421"; -} -.icon-thumb_down:before { - content: "\e8db"; -} -.icon-thumb_up:before { - content: "\e8dc"; -} -.icon-thumbs_up_down:before { - content: "\e8dd"; -} -.icon-timelapse:before { - content: "\e422"; -} -.icon-timeline:before { - content: "\e922"; -} -.icon-timer:before { - content: "\e425"; -} -.icon-timer_10:before { - content: "\e423"; -} -.icon-timer_3:before { - content: "\e424"; -} -.icon-timer_off:before { - content: "\e426"; -} -.icon-title:before { - content: "\e264"; -} -.icon-toc:before { - content: "\e8de"; -} -.icon-today:before { - content: "\e8df"; -} -.icon-toll:before { - content: "\e8e0"; -} -.icon-tonality:before { - content: "\e427"; -} -.icon-touch_app:before { - content: "\e913"; -} -.icon-toys:before { - content: "\e332"; -} -.icon-track_changes:before { - content: "\e8e1"; -} -.icon-traffic:before { - content: "\e565"; -} -.icon-train2:before { - content: "\e570"; -} -.icon-tram:before { - content: "\e571"; -} -.icon-transfer_within_a_station:before { - content: "\e572"; -} -.icon-transform:before { - content: "\e428"; -} -.icon-translate:before { - content: "\e8e2"; -} -.icon-trending_down:before { - content: "\e8e3"; -} -.icon-trending_flat:before { - content: "\e8e4"; -} -.icon-trending_up:before { - content: "\e8e5"; -} -.icon-tune:before { - content: "\e429"; -} -.icon-tv2:before { - content: "\e333"; -} -.icon-unarchive:before { - content: "\e169"; -} -.icon-undo2:before { - content: "\e166"; -} -.icon-unfold_less:before { - content: "\e5d6"; -} -.icon-unfold_more:before { - content: "\e5d7"; -} -.icon-update:before { - content: "\e923"; -} -.icon-usb2:before { - content: "\e1e0"; -} -.icon-verified_user:before { - content: "\e8e8"; -} -.icon-vertical_align_bottom:before { - content: "\e258"; -} -.icon-vertical_align_center:before { - content: "\e259"; -} -.icon-vertical_align_top:before { - content: "\e25a"; -} -.icon-vibration:before { - content: "\e62d"; -} -.icon-video_call:before { - content: "\e070"; -} -.icon-video_label:before { - content: "\e071"; -} -.icon-video_library:before { - content: "\e04a"; -} -.icon-videocam:before { - content: "\e04b"; -} -.icon-videocam_off:before { - content: "\e04c"; -} -.icon-videogame_asset:before { - content: "\e338"; -} -.icon-view_agenda:before { - content: "\e8e9"; -} -.icon-view_array:before { - content: "\e8ea"; -} -.icon-view_carousel:before { - content: "\e8eb"; -} -.icon-view_column:before { - content: "\e8ec"; -} -.icon-view_comfy:before { - content: "\e42a"; -} -.icon-view_compact:before { - content: "\e42b"; -} -.icon-view_day:before { - content: "\e8ed"; -} -.icon-view_headline:before { - content: "\e8ee"; -} -.icon-view_list:before { - content: "\e8ef"; -} -.icon-view_module:before { - content: "\e8f0"; -} -.icon-view_quilt:before { - content: "\e8f1"; -} -.icon-view_stream:before { - content: "\e8f2"; -} -.icon-view_week:before { - content: "\e8f3"; -} -.icon-vignette:before { - content: "\e435"; -} -.icon-visibility_off:before { - content: "\e8f5"; -} -.icon-voice_chat:before { - content: "\e62e"; -} -.icon-voicemail:before { - content: "\e0d9"; -} -.icon-volume_down:before { - content: "\e04d"; -} -.icon-volume_mute:before { - content: "\e04e"; -} -.icon-volume_off:before { - content: "\e04f"; -} -.icon-volume_up:before { - content: "\e050"; -} -.icon-vpn_key:before { - content: "\e0da"; -} -.icon-vpn_lock:before { - content: "\e62f"; -} -.icon-wallpaper:before { - content: "\e1bc"; -} -.icon-watch:before { - content: "\e334"; -} -.icon-watch_later:before { - content: "\e924"; -} -.icon-wb_auto:before { - content: "\e42c"; -} -.icon-wb_incandescent:before { - content: "\e42e"; -} -.icon-wb_iridescent:before { - content: "\e436"; -} -.icon-wb_sunny:before { - content: "\e430"; -} -.icon-wc:before { - content: "\e63d"; -} -.icon-web:before { - content: "\e051"; -} -.icon-web_asset:before { - content: "\e069"; -} -.icon-weekend:before { - content: "\e16b"; -} -.icon-whatshot:before { - content: "\e80e"; -} -.icon-widgets:before { - content: "\e1bd"; -} -.icon-wifi2:before { - content: "\e63e"; -} -.icon-wifi_lock:before { - content: "\e1e1"; -} -.icon-wifi_tethering:before { - content: "\e1e2"; -} -.icon-work:before { - content: "\e8f9"; -} -.icon-wrap_text:before { - content: "\e25b"; -} -.icon-youtube_searched_for:before { - content: "\e8fa"; -} -.icon-zoom_in:before { - content: "\e8ff"; -} -.icon-zoom_out:before { - content: "\e901"; -} -.icon-zoom_out_map:before { - content: "\e56b"; -} diff --git a/courses/css/ionicons.min.css b/courses/css/ionicons.min.css deleted file mode 100644 index ef04206..0000000 --- a/courses/css/ionicons.min.css +++ /dev/null @@ -1,11 +0,0 @@ -/*! - Ionicons, v4.0.0-19 - Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ - https://twitter.com/benjsperry https://twitter.com/ionicframework - MIT License: https://github.com/driftyco/ionicons - - Android-style icons originally built by Google’s - Material Design Icons: https://github.com/google/material-design-icons - used under CC BY http://creativecommons.org/licenses/by/4.0/ - Modified icons to fit ionicon’s grid from original. -*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons/fonts/ionicons.eot?v=4.0.0-19");src:url("../fonts/ionicons/fonts/ionicons.eot?v=4.0.0-19#iefix") format("embedded-opentype"),url("../fonts/ionicons/fonts/ionicons.woff2?v=4.0.0-19") format("woff2"),url("../fonts/ionicons/fonts/ionicons.woff?v=4.0.0-19") format("woff"),url("../fonts/ionicons/fonts/ionicons.ttf?v=4.0.0-19") format("truetype"),url("../fonts/ionicons/fonts/ionicons.svg?v=4.0.0-19#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-plane:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-plane:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-plane:before{content:"\f1e9"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-plane:before{content:"\f355"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"} \ No newline at end of file diff --git a/courses/css/magnific-popup.css b/courses/css/magnific-popup.css deleted file mode 100644 index 9d33824..0000000 --- a/courses/css/magnific-popup.css +++ /dev/null @@ -1,351 +0,0 @@ -/* Magnific Popup CSS */ -.mfp-bg { - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1042; - overflow: hidden; - position: fixed; - background: #0b0b0b; - opacity: 0.8; } - -.mfp-wrap { - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 1043; - position: fixed; - outline: none !important; - -webkit-backface-visibility: hidden; } - -.mfp-container { - text-align: center; - position: absolute; - width: 100%; - height: 100%; - left: 0; - top: 0; - padding: 0 8px; - box-sizing: border-box; } - -.mfp-container:before { - content: ''; - display: inline-block; - height: 100%; - vertical-align: middle; } - -.mfp-align-top .mfp-container:before { - display: none; } - -.mfp-content { - position: relative; - display: inline-block; - vertical-align: middle; - margin: 0 auto; - text-align: left; - z-index: 1045; } - -.mfp-inline-holder .mfp-content, -.mfp-ajax-holder .mfp-content { - width: 100%; - cursor: auto; } - -.mfp-ajax-cur { - cursor: progress; } - -.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { - cursor: -moz-zoom-out; - cursor: -webkit-zoom-out; - cursor: zoom-out; } - -.mfp-zoom { - cursor: pointer; - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; } - -.mfp-auto-cursor .mfp-content { - cursor: auto; } - -.mfp-close, -.mfp-arrow, -.mfp-preloader, -.mfp-counter { - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; } - -.mfp-loading.mfp-figure { - display: none; } - -.mfp-hide { - display: none !important; } - -.mfp-preloader { - color: #CCC; - position: absolute; - top: 50%; - width: auto; - text-align: center; - margin-top: -0.8em; - left: 8px; - right: 8px; - z-index: 1044; } - .mfp-preloader a { - color: #CCC; } - .mfp-preloader a:hover { - color: #FFF; } - -.mfp-s-ready .mfp-preloader { - display: none; } - -.mfp-s-error .mfp-content { - display: none; } - -button.mfp-close, -button.mfp-arrow { - overflow: visible; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; - display: block; - outline: none; - padding: 0; - z-index: 1046; - box-shadow: none; - touch-action: manipulation; } - -button::-moz-focus-inner { - padding: 0; - border: 0; } - -.mfp-close { - width: 44px; - height: 44px; - line-height: 44px; - position: absolute; - right: 0; - top: 0; - text-decoration: none; - text-align: center; - opacity: 0.65; - padding: 0 0 18px 10px; - color: #FFF; - font-style: normal; - font-size: 28px; - font-family: Arial, Baskerville, monospace; } - .mfp-close:hover, - .mfp-close:focus { - opacity: 1; } - .mfp-close:active { - top: 1px; } - -.mfp-close-btn-in .mfp-close { - color: #333; } - -.mfp-image-holder .mfp-close, -.mfp-iframe-holder .mfp-close { - color: #FFF; - right: -6px; - text-align: right; - padding-right: 6px; - width: 100%; } - -.mfp-counter { - position: absolute; - top: 0; - right: 0; - color: #CCC; - font-size: 12px; - line-height: 18px; - white-space: nowrap; } - -.mfp-arrow { - position: absolute; - opacity: 0.65; - margin: 0; - top: 50%; - margin-top: -55px; - padding: 0; - width: 90px; - height: 110px; - -webkit-tap-highlight-color: transparent; } - .mfp-arrow:active { - margin-top: -54px; } - .mfp-arrow:hover, - .mfp-arrow:focus { - opacity: 1; } - .mfp-arrow:before, - .mfp-arrow:after { - content: ''; - display: block; - width: 0; - height: 0; - position: absolute; - left: 0; - top: 0; - margin-top: 35px; - margin-left: 35px; - border: medium inset transparent; } - .mfp-arrow:after { - border-top-width: 13px; - border-bottom-width: 13px; - top: 8px; } - .mfp-arrow:before { - border-top-width: 21px; - border-bottom-width: 21px; - opacity: 0.7; } - -.mfp-arrow-left { - left: 0; } - .mfp-arrow-left:after { - border-right: 17px solid #FFF; - margin-left: 31px; } - .mfp-arrow-left:before { - margin-left: 25px; - border-right: 27px solid #3F3F3F; } - -.mfp-arrow-right { - right: 0; } - .mfp-arrow-right:after { - border-left: 17px solid #FFF; - margin-left: 39px; } - .mfp-arrow-right:before { - border-left: 27px solid #3F3F3F; } - -.mfp-iframe-holder { - padding-top: 40px; - padding-bottom: 40px; } - .mfp-iframe-holder .mfp-content { - line-height: 0; - width: 100%; - max-width: 900px; } - .mfp-iframe-holder .mfp-close { - top: -40px; } - -.mfp-iframe-scaler { - width: 100%; - height: 0; - overflow: hidden; - padding-top: 56.25%; } - .mfp-iframe-scaler iframe { - position: absolute; - display: block; - top: 0; - left: 0; - width: 100%; - height: 100%; - box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); - background: #000; } - -/* Main image in popup */ -img.mfp-img { - width: auto; - max-width: 100%; - height: auto; - display: block; - line-height: 0; - box-sizing: border-box; - padding: 40px 0 40px; - margin: 0 auto; } - -/* The shadow behind the image */ -.mfp-figure { - line-height: 0; } - .mfp-figure:after { - content: ''; - position: absolute; - left: 0; - top: 40px; - bottom: 40px; - display: block; - right: 0; - width: auto; - height: auto; - z-index: -1; - box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); - background: #444; } - .mfp-figure small { - color: #BDBDBD; - display: block; - font-size: 12px; - line-height: 14px; } - .mfp-figure figure { - margin: 0; } - -.mfp-bottom-bar { - margin-top: -36px; - position: absolute; - top: 100%; - left: 0; - width: 100%; - cursor: auto; } - -.mfp-title { - text-align: left; - line-height: 18px; - color: #F3F3F3; - word-wrap: break-word; - padding-right: 36px; } - -.mfp-image-holder .mfp-content { - max-width: 100%; } - -.mfp-gallery .mfp-image-holder .mfp-figure { - cursor: pointer; } - -@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { - /** - * Remove all paddings around the image on small screen - */ - .mfp-img-mobile .mfp-image-holder { - padding-left: 0; - padding-right: 0; } - .mfp-img-mobile img.mfp-img { - padding: 0; } - .mfp-img-mobile .mfp-figure:after { - top: 0; - bottom: 0; } - .mfp-img-mobile .mfp-figure small { - display: inline; - margin-left: 5px; } - .mfp-img-mobile .mfp-bottom-bar { - background: rgba(0, 0, 0, 0.6); - bottom: 0; - margin: 0; - top: auto; - padding: 3px 5px; - position: fixed; - box-sizing: border-box; } - .mfp-img-mobile .mfp-bottom-bar:empty { - padding: 0; } - .mfp-img-mobile .mfp-counter { - right: 5px; - top: 3px; } - .mfp-img-mobile .mfp-close { - top: 0; - right: 0; - width: 35px; - height: 35px; - line-height: 35px; - background: rgba(0, 0, 0, 0.6); - position: fixed; - text-align: center; - padding: 0; } } - -@media all and (max-width: 900px) { - .mfp-arrow { - -webkit-transform: scale(0.75); - transform: scale(0.75); } - .mfp-arrow-left { - -webkit-transform-origin: 0; - transform-origin: 0; } - .mfp-arrow-right { - -webkit-transform-origin: 100%; - transform-origin: 100%; } - .mfp-container { - padding-left: 6px; - padding-right: 6px; } } \ No newline at end of file diff --git a/courses/css/open-iconic-bootstrap.min.css b/courses/css/open-iconic-bootstrap.min.css deleted file mode 100644 index 6acaa87..0000000 --- a/courses/css/open-iconic-bootstrap.min.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-family:Icons;src:url(../fonts/open-iconic/open-iconic.eot);src:url(../fonts/open-iconic/open-iconic.eot?#iconic-sm) format('embedded-opentype'),url(../fonts/open-iconic/open-iconic.woff) format('woff'),url(../fonts/open-iconic/open-iconic.ttf) format('truetype'),url(../fonts/open-iconic/open-iconic.otf) format('opentype'),url(../fonts/open-iconic/open-iconic.svg#iconic-sm) format('svg');font-weight:400;font-style:normal}.oi{position:relative;top:1px;display:inline-block;speak:none;font-family:Icons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.oi:empty:before{width:1em;text-align:center;box-sizing:content-box}.oi.oi-align-center:before{text-align:center}.oi.oi-align-left:before{text-align:left}.oi.oi-align-right:before{text-align:right}.oi.oi-flip-horizontal:before{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.oi.oi-flip-vertical:before{-webkit-transform:scale(1,-1);-ms-transform:scale(-1,1);transform:scale(1,-1)}.oi.oi-flip-horizontal-vertical:before{-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,1);transform:scale(-1,-1)}.oi-account-login:before{content:'\e000'}.oi-account-logout:before{content:'\e001'}.oi-action-redo:before{content:'\e002'}.oi-action-undo:before{content:'\e003'}.oi-align-center:before{content:'\e004'}.oi-align-left:before{content:'\e005'}.oi-align-right:before{content:'\e006'}.oi-aperture:before{content:'\e007'}.oi-arrow-bottom:before{content:'\e008'}.oi-arrow-circle-bottom:before{content:'\e009'}.oi-arrow-circle-left:before{content:'\e00a'}.oi-arrow-circle-right:before{content:'\e00b'}.oi-arrow-circle-top:before{content:'\e00c'}.oi-arrow-left:before{content:'\e00d'}.oi-arrow-right:before{content:'\e00e'}.oi-arrow-thick-bottom:before{content:'\e00f'}.oi-arrow-thick-left:before{content:'\e010'}.oi-arrow-thick-right:before{content:'\e011'}.oi-arrow-thick-top:before{content:'\e012'}.oi-arrow-top:before{content:'\e013'}.oi-audio-spectrum:before{content:'\e014'}.oi-audio:before{content:'\e015'}.oi-badge:before{content:'\e016'}.oi-ban:before{content:'\e017'}.oi-bar-chart:before{content:'\e018'}.oi-basket:before{content:'\e019'}.oi-battery-empty:before{content:'\e01a'}.oi-battery-full:before{content:'\e01b'}.oi-beaker:before{content:'\e01c'}.oi-bell:before{content:'\e01d'}.oi-bluetooth:before{content:'\e01e'}.oi-bold:before{content:'\e01f'}.oi-bolt:before{content:'\e020'}.oi-book:before{content:'\e021'}.oi-bookmark:before{content:'\e022'}.oi-box:before{content:'\e023'}.oi-briefcase:before{content:'\e024'}.oi-british-pound:before{content:'\e025'}.oi-browser:before{content:'\e026'}.oi-brush:before{content:'\e027'}.oi-bug:before{content:'\e028'}.oi-bullhorn:before{content:'\e029'}.oi-calculator:before{content:'\e02a'}.oi-calendar:before{content:'\e02b'}.oi-camera-slr:before{content:'\e02c'}.oi-caret-bottom:before{content:'\e02d'}.oi-caret-left:before{content:'\e02e'}.oi-caret-right:before{content:'\e02f'}.oi-caret-top:before{content:'\e030'}.oi-cart:before{content:'\e031'}.oi-chat:before{content:'\e032'}.oi-check:before{content:'\e033'}.oi-chevron-bottom:before{content:'\e034'}.oi-chevron-left:before{content:'\e035'}.oi-chevron-right:before{content:'\e036'}.oi-chevron-top:before{content:'\e037'}.oi-circle-check:before{content:'\e038'}.oi-circle-x:before{content:'\e039'}.oi-clipboard:before{content:'\e03a'}.oi-clock:before{content:'\e03b'}.oi-cloud-download:before{content:'\e03c'}.oi-cloud-upload:before{content:'\e03d'}.oi-cloud:before{content:'\e03e'}.oi-cloudy:before{content:'\e03f'}.oi-code:before{content:'\e040'}.oi-cog:before{content:'\e041'}.oi-collapse-down:before{content:'\e042'}.oi-collapse-left:before{content:'\e043'}.oi-collapse-right:before{content:'\e044'}.oi-collapse-up:before{content:'\e045'}.oi-command:before{content:'\e046'}.oi-comment-square:before{content:'\e047'}.oi-compass:before{content:'\e048'}.oi-contrast:before{content:'\e049'}.oi-copywriting:before{content:'\e04a'}.oi-credit-card:before{content:'\e04b'}.oi-crop:before{content:'\e04c'}.oi-dashboard:before{content:'\e04d'}.oi-data-transfer-download:before{content:'\e04e'}.oi-data-transfer-upload:before{content:'\e04f'}.oi-delete:before{content:'\e050'}.oi-dial:before{content:'\e051'}.oi-document:before{content:'\e052'}.oi-dollar:before{content:'\e053'}.oi-double-quote-sans-left:before{content:'\e054'}.oi-double-quote-sans-right:before{content:'\e055'}.oi-double-quote-serif-left:before{content:'\e056'}.oi-double-quote-serif-right:before{content:'\e057'}.oi-droplet:before{content:'\e058'}.oi-eject:before{content:'\e059'}.oi-elevator:before{content:'\e05a'}.oi-ellipses:before{content:'\e05b'}.oi-envelope-closed:before{content:'\e05c'}.oi-envelope-open:before{content:'\e05d'}.oi-euro:before{content:'\e05e'}.oi-excerpt:before{content:'\e05f'}.oi-expand-down:before{content:'\e060'}.oi-expand-left:before{content:'\e061'}.oi-expand-right:before{content:'\e062'}.oi-expand-up:before{content:'\e063'}.oi-external-link:before{content:'\e064'}.oi-eye:before{content:'\e065'}.oi-eyedropper:before{content:'\e066'}.oi-file:before{content:'\e067'}.oi-fire:before{content:'\e068'}.oi-flag:before{content:'\e069'}.oi-flash:before{content:'\e06a'}.oi-folder:before{content:'\e06b'}.oi-fork:before{content:'\e06c'}.oi-fullscreen-enter:before{content:'\e06d'}.oi-fullscreen-exit:before{content:'\e06e'}.oi-globe:before{content:'\e06f'}.oi-graph:before{content:'\e070'}.oi-grid-four-up:before{content:'\e071'}.oi-grid-three-up:before{content:'\e072'}.oi-grid-two-up:before{content:'\e073'}.oi-hard-drive:before{content:'\e074'}.oi-header:before{content:'\e075'}.oi-headphones:before{content:'\e076'}.oi-heart:before{content:'\e077'}.oi-home:before{content:'\e078'}.oi-image:before{content:'\e079'}.oi-inbox:before{content:'\e07a'}.oi-infinity:before{content:'\e07b'}.oi-info:before{content:'\e07c'}.oi-italic:before{content:'\e07d'}.oi-justify-center:before{content:'\e07e'}.oi-justify-left:before{content:'\e07f'}.oi-justify-right:before{content:'\e080'}.oi-key:before{content:'\e081'}.oi-laptop:before{content:'\e082'}.oi-layers:before{content:'\e083'}.oi-lightbulb:before{content:'\e084'}.oi-link-broken:before{content:'\e085'}.oi-link-intact:before{content:'\e086'}.oi-list-rich:before{content:'\e087'}.oi-list:before{content:'\e088'}.oi-location:before{content:'\e089'}.oi-lock-locked:before{content:'\e08a'}.oi-lock-unlocked:before{content:'\e08b'}.oi-loop-circular:before{content:'\e08c'}.oi-loop-square:before{content:'\e08d'}.oi-loop:before{content:'\e08e'}.oi-magnifying-glass:before{content:'\e08f'}.oi-map-marker:before{content:'\e090'}.oi-map:before{content:'\e091'}.oi-media-pause:before{content:'\e092'}.oi-media-play:before{content:'\e093'}.oi-media-record:before{content:'\e094'}.oi-media-skip-backward:before{content:'\e095'}.oi-media-skip-forward:before{content:'\e096'}.oi-media-step-backward:before{content:'\e097'}.oi-media-step-forward:before{content:'\e098'}.oi-media-stop:before{content:'\e099'}.oi-medical-cross:before{content:'\e09a'}.oi-menu:before{content:'\e09b'}.oi-microphone:before{content:'\e09c'}.oi-minus:before{content:'\e09d'}.oi-monitor:before{content:'\e09e'}.oi-moon:before{content:'\e09f'}.oi-move:before{content:'\e0a0'}.oi-musical-note:before{content:'\e0a1'}.oi-paperclip:before{content:'\e0a2'}.oi-pencil:before{content:'\e0a3'}.oi-people:before{content:'\e0a4'}.oi-person:before{content:'\e0a5'}.oi-phone:before{content:'\e0a6'}.oi-pie-chart:before{content:'\e0a7'}.oi-pin:before{content:'\e0a8'}.oi-play-circle:before{content:'\e0a9'}.oi-plus:before{content:'\e0aa'}.oi-power-standby:before{content:'\e0ab'}.oi-print:before{content:'\e0ac'}.oi-project:before{content:'\e0ad'}.oi-pulse:before{content:'\e0ae'}.oi-puzzle-piece:before{content:'\e0af'}.oi-question-mark:before{content:'\e0b0'}.oi-rain:before{content:'\e0b1'}.oi-random:before{content:'\e0b2'}.oi-reload:before{content:'\e0b3'}.oi-resize-both:before{content:'\e0b4'}.oi-resize-height:before{content:'\e0b5'}.oi-resize-width:before{content:'\e0b6'}.oi-rss-alt:before{content:'\e0b7'}.oi-rss:before{content:'\e0b8'}.oi-script:before{content:'\e0b9'}.oi-share-boxed:before{content:'\e0ba'}.oi-share:before{content:'\e0bb'}.oi-shield:before{content:'\e0bc'}.oi-signal:before{content:'\e0bd'}.oi-signpost:before{content:'\e0be'}.oi-sort-ascending:before{content:'\e0bf'}.oi-sort-descending:before{content:'\e0c0'}.oi-spreadsheet:before{content:'\e0c1'}.oi-star:before{content:'\e0c2'}.oi-sun:before{content:'\e0c3'}.oi-tablet:before{content:'\e0c4'}.oi-tag:before{content:'\e0c5'}.oi-tags:before{content:'\e0c6'}.oi-target:before{content:'\e0c7'}.oi-task:before{content:'\e0c8'}.oi-terminal:before{content:'\e0c9'}.oi-text:before{content:'\e0ca'}.oi-thumb-down:before{content:'\e0cb'}.oi-thumb-up:before{content:'\e0cc'}.oi-timer:before{content:'\e0cd'}.oi-transfer:before{content:'\e0ce'}.oi-trash:before{content:'\e0cf'}.oi-underline:before{content:'\e0d0'}.oi-vertical-align-bottom:before{content:'\e0d1'}.oi-vertical-align-center:before{content:'\e0d2'}.oi-vertical-align-top:before{content:'\e0d3'}.oi-video:before{content:'\e0d4'}.oi-volume-high:before{content:'\e0d5'}.oi-volume-low:before{content:'\e0d6'}.oi-volume-off:before{content:'\e0d7'}.oi-warning:before{content:'\e0d8'}.oi-wifi:before{content:'\e0d9'}.oi-wrench:before{content:'\e0da'}.oi-x:before{content:'\e0db'}.oi-yen:before{content:'\e0dc'}.oi-zoom-in:before{content:'\e0dd'}.oi-zoom-out:before{content:'\e0de'} \ No newline at end of file diff --git a/courses/css/owl.carousel.min.css b/courses/css/owl.carousel.min.css deleted file mode 100644 index d0f2173..0000000 --- a/courses/css/owl.carousel.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Owl Carousel v2.3.0 - * Copyright 2013-2017 David Deutsch - * Licensed under () - */ -.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{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-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:none;touch-action:none;-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}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.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:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} \ No newline at end of file diff --git a/courses/css/owl.theme.default.min.css b/courses/css/owl.theme.default.min.css deleted file mode 100644 index e15a77e..0000000 --- a/courses/css/owl.theme.default.min.css +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Owl Carousel v2.2.1 - * Copyright 2013-2017 David Deutsch - * Licensed under () - */ -.owl-theme .owl-dots, -.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent} -.owl-theme .owl-nav{margin-top:10px} -.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;} -.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none} -.owl-theme .owl-nav .disabled{opacity:.5;cursor:default} -.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px} -.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1} -.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px} -.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} \ No newline at end of file diff --git a/courses/css/style.css b/courses/css/style.css deleted file mode 100644 index b8877c4..0000000 --- a/courses/css/style.css +++ /dev/null @@ -1,10297 +0,0 @@ -/*! - * Bootstrap v4.2.1 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors - * Copyright 2011-2018 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -/* price */ -.price { - width: 75px; - height: 75px; - position: fixed; - display: none; - left: 15px; - bottom: 15px; - z-index: 99999; - background: #1A73E8; - display: flex; - align-items: center; - justify-content: center; - font-size: 1rem; - border-radius: 50%; - color: #fff; - transition: all 0.4s; -} - -.price:hover { - background: #3284f1; - color: #fff; -} - - .my_head { - color: #1A73E8 !important; - } - - span.shade { - background: linear-gradient(to right, #1ae8cb7a , white); - border-radius: 55px; - } - - .banner { - background: #00000078; - } - - .proj { - display: flex; - justify-content: space-between; -} - -.proj_card { - position: relative; - border-radius: 10px; - width: max-content; - margin: 10px 0; -} - -.proj_card .icon { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - /*background: #f00;*/ - transition: 0.7s; - z-index: 1; -} - -.proj_card .icon img{ - width: inherit; - height: inherit; -} - -.proj_card .face { - width: 300px; - height: 200px; - transition: 0.5s; -} - -.proj_card .face.face1 { - position: relative; - /*background: #333;*/ - display: flex; - justify-content: center; - align-items: center; - z-index: 1; - transform: translateY(100px); - box-shadow: 20px -20px 50px rgba(0,0,0,0.4); -} - -.proj_card:hover .face.face1{ - /*background: #ff0057;*/ - transform: translateY(0px); - box-shadow: 0 -20px 50px rgba(0,0,0,0.8); -} - -.proj_card .face.face1 .content { - opacity: 1; - transition: 0.5s; -} - -.proj_card:hover .face.face1 .content { - opacity: 1; -} - -.proj_card .face.face1 .content i{ - max-width: 100px; -} - -.proj_card .face.face2 { - position: relative; - background: #fff; - display: flex; - justify-content: center; - align-items: center; - padding: 20px; - box-sizing: border-box; - box-shadow: 0 20px 50px rgba(0,0,0,0.8); - transform: translateY(-100px); - visibility: hidden; -} - -.proj_card:hover .face.face2{ - visibility: visible; - transform: translateY(0); -} - -.proj_card .face.face2 .content p { - margin: 0; - padding: 0; - text-align: center; - color: #414141; -} - -.proj_card .face.face2 .content h3 { - margin: 0 0 10px 0; - padding: 0; - /*color: #fff;*/ - font-size: 24px; - text-align: center; - color: #414141; -} - -#big_proj { - box-sizing: border-box; - margin: 2rem; -} - -.blog-card { - display: -webkit-box; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; - margin: 1rem auto; - box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1); - margin-bottom: 1.6%; - background: #fff; - line-height: 1.4; - font-family: sans-serif; - border-radius: 5px; - overflow: hidden; - z-index: 0; -} -.blog-card a { - color: inherit; -} -.blog-card a:hover { - color: #5ad67d; -} -.blog-card:hover .photo { - -webkit-transform: scale(1.3) rotate(3deg); - transform: scale(1.3) rotate(3deg); -} -.blog-card .meta { - position: relative; - z-index: 0; - height: 200px; -} -.blog-card .photo { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - background-size: cover; - background-position: center; - -webkit-transition: -webkit-transform .2s; - transition: -webkit-transform .2s; - transition: transform .2s; - transition: transform .2s, -webkit-transform .2s; -} -.blog-card .details, -.blog-card .details ul { - margin: auto; - padding: 0; - list-style: none; -} -.blog-card .details { - position: absolute; - top: 0; - bottom: 0; - left: -100%; - margin: auto; - -webkit-transition: left .2s; - transition: left .2s; - background: rgba(0, 0, 0, 0.6); - color: #fff; - padding: 10px; - width: 100%; - font-size: .9rem; -} -.blog-card .details a { - -webkit-text-decoration: dotted underline; - text-decoration: dotted underline; -} -.blog-card .details ul li { - display: inline-block; -} -.blog-card .details .author:before { - margin-right: 10px; - content: "\f007"; -} -.blog-card .details .date:before { - margin-right: 10px; - content: "\f133"; -} -.blog-card .details .tags ul:before { - content: "\f02b"; - margin-right: 10px; -} -.blog-card .details .tags li { - margin-right: 2px; -} -.blog-card .details .tags li:first-child { - margin-left: -4px; -} -.blog-card .description { - padding: 1rem; - background: #fff; - position: relative; - z-index: 1; -} -.blog-card .description h1 { - line-height: 1; - margin: 0; - font-size: 1.7rem; -} -.blog-card .description h2 { - font-size: 1rem; - font-weight: 300; - text-transform: uppercase; - color: #a2a2a2; - margin-top: 5px; -} -.blog-card p { - position: relative; - margin: 1rem 0 0; -} -.blog-card p:first-of-type { - margin-top: 1.25rem; -} -.blog-card p:first-of-type:before { - content: ""; - position: absolute; - height: 5px; - background: #5ad67d; - width: 250px; - top: -0.75rem; - border-radius: 3px; -} -.blog-card:hover .details { - left: 0%; -} -@media (min-width: 640px) { - .blog-card { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - flex-direction: row; - max-width: 700px; - } - .blog-card .meta { - flex-basis: 40%; - height: auto; - } - .blog-card .description { - flex-basis: 60%; - } - .blog-card .description:before { - -webkit-transform: skewX(-3deg); - transform: skewX(-3deg); - content: ""; - background: #fff; - width: 30px; - position: absolute; - left: -10px; - top: 0; - bottom: 0; - z-index: -1; - } - .blog-card.alt { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - flex-direction: row-reverse; - } - .blog-card.alt .description:before { - left: inherit; - right: -10px; - -webkit-transform: skew(3deg); - transform: skew(3deg); - } - .blog-card.alt .details { - padding-left: 25px; - } -} - -.learn , -.partners { - margin: auto; -} - -.learn .icon , -.partners .icon { - text-align: center; -} - -.learn .name , -.partners .name { - text-align: center; -} -.partners img{ - max-width: 150px; -} - .ftco-section .syllabus-box { - text-align: center; - padding: 20px 20px 20px 20px; - transition: all ease-in-out 0.3s; - background: #fff; - border-radius: 20px; - margin: 10px; - box-shadow: 0px 0 2px 0 #1eaaf1; - /*visibility: visible;*/ - /*width: 500px;*/ - overflow: hidden; -} - -.ftco-section .syllabus-box .row .row .row { - height: 50%; -} - .ftco-section .syllabus-box li { - list-style: none; - padding-inline-start: 0px !important; - -} -.ftco-section .syllabus-box h4 { - font-weight: 600; - margin: 10px 0 15px 0; - font-size: 22px; -} - -.ftco-section .syllabus-box h4 a { - color: #2c4964; - transition: ease-in-out 0.3s; -} - -.ftco-section .syllabus-box p { - line-height: 24px; - font-size: 14px; - margin-bottom: 0; -} - -.ftco-section .syllabus-box:hover { - border-color: #fff; - box-shadow: 0px 0 25px 0 #1eaaf1; - /*max-height: unset;*/ -} - -.ftco-consult iframe{ - width: 95%; - height: 850px; -} - -.my_btn{ - margin: auto; -} -:root { - --blue: #007bff; - --indigo: #6610f2; - --purple: #6f42c1; - --pink: #e83e8c; - --red: #dc3545; - --orange: #fd7e14; - --yellow: #ffc107; - --green: #28a745; - --teal: #20c997; - --cyan: #17a2b8; - --white: #fff; - --gray: #6c757d; - --gray-dark: #343a40; - --primary: #007bff; - --secondary: #6c757d; - --success: #28a745; - --info: #17a2b8; - --warning: #ffc107; - --danger: #dc3545; - --light: #f8f9fa; - --dark: #343a40; - --breakpoint-xs: 0; - --breakpoint-sm: 576px; - --breakpoint-md: 768px; - --breakpoint-lg: 992px; - --breakpoint-xl: 1200px; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } - -*, -*::before, -*::after { - -webkit-box-sizing: border-box; - box-sizing: border-box; } - -html { - font-family: 'Roboto Slab', serif; - line-height: 1.15; - -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - -article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { - display: block; } - -body { - margin: 0; - font-family: 'Roboto Slab', serif; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #212529; - text-align: left; - background-color: #fff; } - -[tabindex="-1"]:focus { - outline: 0 !important; } - -hr { - -webkit-box-sizing: content-box; - box-sizing: content-box; - height: 0; - overflow: visible; } - -h1, h2, h3, h4, h5, h6 { - margin-top: 0; - margin-bottom: 0.5rem; } - -p { - margin-top: 0; - margin-bottom: 1rem; } - -abbr[title], -abbr[data-original-title] { - text-decoration: underline; - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; - cursor: help; - border-bottom: 0; - text-decoration-skip-ink: none; } - -address { - margin-bottom: 1rem; - font-style: normal; - line-height: inherit; } - -ol, -ul, -dl { - margin-top: 0; - margin-bottom: 1rem; } - -ol ol, -ul ul, -ol ul, -ul ol { - margin-bottom: 0; } - -dt { - font-weight: 700; } - -dd { - margin-bottom: .5rem; - margin-left: 0; } - -blockquote { - margin: 0 0 1rem; } - -b, -strong { - font-weight: bolder; } - -small { - font-size: 80%; } - -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; } - -sub { - bottom: -.25em; } - -sup { - top: -.5em; } - -a { - color: #007bff; - text-decoration: none; - background-color: transparent; } - a:hover { - color: #0056b3; - text-decoration: underline; } - -a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; } - a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { - color: inherit; - text-decoration: none; } - a:not([href]):not([tabindex]):focus { - outline: 0; } - -pre, -code, -kbd, -samp { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size: 1em; } - -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; } - -figure { - margin: 0 0 1rem; } - -img { - vertical-align: middle; - border-style: none; } - -svg { - overflow: hidden; - vertical-align: middle; } - -table { - border-collapse: collapse; } - -caption { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - color: #6c757d; - text-align: left; - caption-side: bottom; } - -th { - text-align: inherit; } - -label { - display: inline-block; - margin-bottom: 0.5rem; } - -button { - border-radius: 0; } - -button:focus { - outline: 1px dotted; - outline: 5px auto -webkit-focus-ring-color; } - -input, -button, -select, -optgroup, -textarea { - margin: 0; - font-family: inherit; - font-size: inherit; - line-height: inherit; } - -button, -input { - overflow: visible; } - -button, -select { - text-transform: none; } - -button, -[type="button"], -[type="reset"], -[type="submit"] { - -webkit-appearance: button; } - -button::-moz-focus-inner, -[type="button"]::-moz-focus-inner, -[type="reset"]::-moz-focus-inner, -[type="submit"]::-moz-focus-inner { - padding: 0; - border-style: none; } - -input[type="radio"], -input[type="checkbox"] { - -webkit-box-sizing: border-box; - box-sizing: border-box; - padding: 0; } - -input[type="date"], -input[type="time"], -input[type="datetime-local"], -input[type="month"] { - -webkit-appearance: listbox; } - -textarea { - overflow: auto; - resize: vertical; } - -fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; } - -legend { - display: block; - width: 100%; - max-width: 100%; - padding: 0; - margin-bottom: .5rem; - font-size: 1.5rem; - line-height: inherit; - color: inherit; - white-space: normal; } - -progress { - vertical-align: baseline; } - -[type="number"]::-webkit-inner-spin-button, -[type="number"]::-webkit-outer-spin-button { - height: auto; } - -[type="search"] { - outline-offset: -2px; - -webkit-appearance: none; } - -[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -::-webkit-file-upload-button { - font: inherit; - -webkit-appearance: button; } - -output { - display: inline-block; } - -summary { - display: list-item; - cursor: pointer; } - -template { - display: none; } - -[hidden] { - display: none !important; } - -h1, h2, h3, h4, h5, h6, -.h1, .h2, .h3, .h4, .h5, .h6 { - margin-bottom: 0.5rem; - font-family: 'Arvo', serif;; - font-weight: 500; - line-height: 1.2; - color: inherit; } - -h1, .h1 { - font-size: 2.5rem; } - -h2, .h2 { - font-size: 2rem; } - -h3, .h3 { - font-size: 1.75rem; } - -h4, .h4 { - font-size: 1.5rem; } - -h5, .h5 { - font-size: 1.25rem; } - -h6, .h6 { - font-size: 1rem; } - -.lead { - font-size: 1.25rem; - font-weight: 300; } - -.display-1 { - font-size: 6rem; - font-weight: 300; - line-height: 1.2; } - -.display-2 { - font-size: 5.5rem; - font-weight: 300; - line-height: 1.2; } - -.display-3 { - font-size: 4.5rem; - font-weight: 300; - line-height: 1.2; } - -.display-4 { - font-size: 3.5rem; - font-weight: 300; - line-height: 1.2; } - -hr { - margin-top: 1rem; - margin-bottom: 1rem; - border: 0; - border-top: 1px solid rgba(0, 0, 0, 0.1); } - -small, -.small { - font-size: 80%; - font-weight: 400; } - -mark, -.mark { - padding: 0.2em; - background-color: #fcf8e3; } - -.list-unstyled { - padding-left: 0; - list-style: none; } - -.list-inline { - padding-left: 0; - list-style: none; } - -.list-inline-item { - display: inline-block; } - .list-inline-item:not(:last-child) { - margin-right: 0.5rem; } - -.initialism { - font-size: 90%; - text-transform: uppercase; } - -.blockquote { - margin-bottom: 1rem; - font-size: 1.25rem; } - -.blockquote-footer { - display: block; - font-size: 80%; - color: #6c757d; } - .blockquote-footer::before { - content: "\2014\00A0"; } - -.img-fluid { - max-width: 100%; - height: auto; } - -.img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #dee2e6; - border-radius: 0.25rem; - max-width: 100%; - height: auto; } - -.figure { - display: inline-block; } - -.figure-img { - margin-bottom: 0.5rem; - line-height: 1; } - -.figure-caption { - font-size: 90%; - color: #6c757d; } - -code { - font-size: 87.5%; - color: #e83e8c; - word-break: break-word; } - a > code { - color: inherit; } - -kbd { - padding: 0.2rem 0.4rem; - font-size: 87.5%; - color: #fff; - background-color: #212529; - border-radius: 0.2rem; } - kbd kbd { - padding: 0; - font-size: 100%; - font-weight: 700; } - -pre { - display: block; - font-size: 87.5%; - color: #212529; } - pre code { - font-size: inherit; - color: inherit; - word-break: normal; } - -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; } - -.container { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; } - @media (min-width: 576px) { - .container { - max-width: 540px; } } - @media (min-width: 768px) { - .container { - max-width: 720px; } } - @media (min-width: 992px) { - .container { - max-width: 960px; } } - @media (min-width: 1200px) { - .container { - max-width: 1140px; } } - -.container-fluid { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; } - -.row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; } - -.no-gutters { - margin-right: 0; - margin-left: 0; } - .no-gutters > .col, - .no-gutters > [class*="col-"] { - padding-right: 0; - padding-left: 0; } - -.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, -.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, -.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, -.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, -.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, -.col-xl-auto { - position: relative; - width: 100%; - padding-right: 15px; - padding-left: 15px; } - -.col { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - -.col-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100%; } - -.col-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - -.col-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - -.col-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - -.col-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - -.col-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - -.col-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - -.col-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - -.col-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - -.col-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - -.col-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - -.col-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - -.col-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - -.order-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - -.order-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - -.order-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - -.order-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - -.order-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - -.order-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - -.order-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - -.order-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - -.order-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - -.order-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - -.order-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - -.order-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - -.order-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - -.order-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - -.order-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - -.offset-1 { - margin-left: 8.33333%; } - -.offset-2 { - margin-left: 16.66667%; } - -.offset-3 { - margin-left: 25%; } - -.offset-4 { - margin-left: 33.33333%; } - -.offset-5 { - margin-left: 41.66667%; } - -.offset-6 { - margin-left: 50%; } - -.offset-7 { - margin-left: 58.33333%; } - -.offset-8 { - margin-left: 66.66667%; } - -.offset-9 { - margin-left: 75%; } - -.offset-10 { - margin-left: 83.33333%; } - -.offset-11 { - margin-left: 91.66667%; } - -@media (min-width: 576px) { - .col-sm { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - .col-sm-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100%; } - .col-sm-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-sm-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-sm-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - .col-sm-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-sm-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-sm-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - .col-sm-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-sm-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-sm-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - .col-sm-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-sm-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-sm-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - .order-sm-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - .order-sm-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - .order-sm-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - .order-sm-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - .order-sm-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - .order-sm-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - .order-sm-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - .order-sm-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - .order-sm-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - .order-sm-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - .order-sm-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - .order-sm-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - .order-sm-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - .order-sm-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - .order-sm-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - .offset-sm-0 { - margin-left: 0; } - .offset-sm-1 { - margin-left: 8.33333%; } - .offset-sm-2 { - margin-left: 16.66667%; } - .offset-sm-3 { - margin-left: 25%; } - .offset-sm-4 { - margin-left: 33.33333%; } - .offset-sm-5 { - margin-left: 41.66667%; } - .offset-sm-6 { - margin-left: 50%; } - .offset-sm-7 { - margin-left: 58.33333%; } - .offset-sm-8 { - margin-left: 66.66667%; } - .offset-sm-9 { - margin-left: 75%; } - .offset-sm-10 { - margin-left: 83.33333%; } - .offset-sm-11 { - margin-left: 91.66667%; } } - -@media (min-width: 768px) { - .col-md { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - .col-md-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100%; } - .col-md-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-md-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-md-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - .col-md-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-md-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-md-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - .col-md-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-md-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-md-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - .col-md-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-md-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-md-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - .order-md-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - .order-md-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - .order-md-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - .order-md-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - .order-md-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - .order-md-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - .order-md-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - .order-md-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - .order-md-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - .order-md-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - .order-md-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - .order-md-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - .order-md-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - .order-md-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - .order-md-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - .offset-md-0 { - margin-left: 0; } - .offset-md-1 { - margin-left: 8.33333%; } - .offset-md-2 { - margin-left: 16.66667%; } - .offset-md-3 { - margin-left: 25%; } - .offset-md-4 { - margin-left: 33.33333%; } - .offset-md-5 { - margin-left: 41.66667%; } - .offset-md-6 { - margin-left: 50%; } - .offset-md-7 { - margin-left: 58.33333%; } - .offset-md-8 { - margin-left: 66.66667%; } - .offset-md-9 { - margin-left: 75%; } - .offset-md-10 { - margin-left: 83.33333%; } - .offset-md-11 { - margin-left: 91.66667%; } } - -@media (min-width: 992px) { - .col-lg { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - .col-lg-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100%; } - .col-lg-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-lg-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-lg-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - .col-lg-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-lg-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-lg-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - .col-lg-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-lg-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-lg-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - .col-lg-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-lg-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-lg-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - .order-lg-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - .order-lg-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - .order-lg-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - .order-lg-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - .order-lg-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - .order-lg-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - .order-lg-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - .order-lg-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - .order-lg-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - .order-lg-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - .order-lg-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - .order-lg-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - .order-lg-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - .order-lg-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - .order-lg-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - .offset-lg-0 { - margin-left: 0; } - .offset-lg-1 { - margin-left: 8.33333%; } - .offset-lg-2 { - margin-left: 16.66667%; } - .offset-lg-3 { - margin-left: 25%; } - .offset-lg-4 { - margin-left: 33.33333%; } - .offset-lg-5 { - margin-left: 41.66667%; } - .offset-lg-6 { - margin-left: 50%; } - .offset-lg-7 { - margin-left: 58.33333%; } - .offset-lg-8 { - margin-left: 66.66667%; } - .offset-lg-9 { - margin-left: 75%; } - .offset-lg-10 { - margin-left: 83.33333%; } - .offset-lg-11 { - margin-left: 91.66667%; } } - -@media (min-width: 1200px) { - .col-xl { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; } - .col-xl-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100%; } - .col-xl-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.33333%; - flex: 0 0 8.33333%; - max-width: 8.33333%; } - .col-xl-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; } - .col-xl-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; } - .col-xl-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33333%; - flex: 0 0 33.33333%; - max-width: 33.33333%; } - .col-xl-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.66667%; - flex: 0 0 41.66667%; - max-width: 41.66667%; } - .col-xl-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; } - .col-xl-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.33333%; - flex: 0 0 58.33333%; - max-width: 58.33333%; } - .col-xl-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66667%; - flex: 0 0 66.66667%; - max-width: 66.66667%; } - .col-xl-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; } - .col-xl-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33333%; - flex: 0 0 83.33333%; - max-width: 83.33333%; } - .col-xl-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.66667%; - flex: 0 0 91.66667%; - max-width: 91.66667%; } - .col-xl-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; } - .order-xl-first { - -webkit-box-ordinal-group: 0; - -ms-flex-order: -1; - order: -1; } - .order-xl-last { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; } - .order-xl-0 { - -webkit-box-ordinal-group: 1; - -ms-flex-order: 0; - order: 0; } - .order-xl-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; } - .order-xl-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; } - .order-xl-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; } - .order-xl-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; } - .order-xl-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; } - .order-xl-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; } - .order-xl-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; } - .order-xl-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; } - .order-xl-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; } - .order-xl-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; } - .order-xl-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; } - .order-xl-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; } - .offset-xl-0 { - margin-left: 0; } - .offset-xl-1 { - margin-left: 8.33333%; } - .offset-xl-2 { - margin-left: 16.66667%; } - .offset-xl-3 { - margin-left: 25%; } - .offset-xl-4 { - margin-left: 33.33333%; } - .offset-xl-5 { - margin-left: 41.66667%; } - .offset-xl-6 { - margin-left: 50%; } - .offset-xl-7 { - margin-left: 58.33333%; } - .offset-xl-8 { - margin-left: 66.66667%; } - .offset-xl-9 { - margin-left: 75%; } - .offset-xl-10 { - margin-left: 83.33333%; } - .offset-xl-11 { - margin-left: 91.66667%; } } - -.table { - width: 100%; - margin-bottom: 1rem; - background-color: transparent; } - .table th, - .table td { - padding: 0.75rem; - vertical-align: top; - border-top: 1px solid #dee2e6; } - .table thead th { - vertical-align: bottom; - border-bottom: 2px solid #dee2e6; } - .table tbody + tbody { - border-top: 2px solid #dee2e6; } - .table .table { - background-color: #fff; } - -.table-sm th, -.table-sm td { - padding: 0.3rem; } - -.table-bordered { - border: 1px solid #dee2e6; } - .table-bordered th, - .table-bordered td { - border: 1px solid #dee2e6; } - .table-bordered thead th, - .table-bordered thead td { - border-bottom-width: 2px; } - -.table-borderless th, -.table-borderless td, -.table-borderless thead th, -.table-borderless tbody + tbody { - border: 0; } - -.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); } - -.table-hover tbody tr:hover { - background-color: rgba(0, 0, 0, 0.075); } - -.table-primary, -.table-primary > th, -.table-primary > td { - background-color: #b8daff; } - -.table-primary th, -.table-primary td, -.table-primary thead th, -.table-primary tbody + tbody { - border-color: #7abaff; } - -.table-hover .table-primary:hover { - background-color: #9fcdff; } - .table-hover .table-primary:hover > td, - .table-hover .table-primary:hover > th { - background-color: #9fcdff; } - -.table-secondary, -.table-secondary > th, -.table-secondary > td { - background-color: #d6d8db; } - -.table-secondary th, -.table-secondary td, -.table-secondary thead th, -.table-secondary tbody + tbody { - border-color: #b3b7bb; } - -.table-hover .table-secondary:hover { - background-color: #c8cbcf; } - .table-hover .table-secondary:hover > td, - .table-hover .table-secondary:hover > th { - background-color: #c8cbcf; } - -.table-success, -.table-success > th, -.table-success > td { - background-color: #c3e6cb; } - -.table-success th, -.table-success td, -.table-success thead th, -.table-success tbody + tbody { - border-color: #8fd19e; } - -.table-hover .table-success:hover { - background-color: #b1dfbb; } - .table-hover .table-success:hover > td, - .table-hover .table-success:hover > th { - background-color: #b1dfbb; } - -.table-info, -.table-info > th, -.table-info > td { - background-color: #bee5eb; } - -.table-info th, -.table-info td, -.table-info thead th, -.table-info tbody + tbody { - border-color: #86cfda; } - -.table-hover .table-info:hover { - background-color: #abdde5; } - .table-hover .table-info:hover > td, - .table-hover .table-info:hover > th { - background-color: #abdde5; } - -.table-warning, -.table-warning > th, -.table-warning > td { - background-color: #ffeeba; } - -.table-warning th, -.table-warning td, -.table-warning thead th, -.table-warning tbody + tbody { - border-color: #ffdf7e; } - -.table-hover .table-warning:hover { - background-color: #ffe8a1; } - .table-hover .table-warning:hover > td, - .table-hover .table-warning:hover > th { - background-color: #ffe8a1; } - -.table-danger, -.table-danger > th, -.table-danger > td { - background-color: #f5c6cb; } - -.table-danger th, -.table-danger td, -.table-danger thead th, -.table-danger tbody + tbody { - border-color: #ed969e; } - -.table-hover .table-danger:hover { - background-color: #f1b0b7; } - .table-hover .table-danger:hover > td, - .table-hover .table-danger:hover > th { - background-color: #f1b0b7; } - -.table-light, -.table-light > th, -.table-light > td { - background-color: #fdfdfe; } - -.table-light th, -.table-light td, -.table-light thead th, -.table-light tbody + tbody { - border-color: #fbfcfc; } - -.table-hover .table-light:hover { - background-color: #ececf6; } - .table-hover .table-light:hover > td, - .table-hover .table-light:hover > th { - background-color: #ececf6; } - -.table-dark, -.table-dark > th, -.table-dark > td { - background-color: #c6c8ca; } - -.table-dark th, -.table-dark td, -.table-dark thead th, -.table-dark tbody + tbody { - border-color: #95999c; } - -.table-hover .table-dark:hover { - background-color: #b9bbbe; } - .table-hover .table-dark:hover > td, - .table-hover .table-dark:hover > th { - background-color: #b9bbbe; } - -.table-active, -.table-active > th, -.table-active > td { - background-color: rgba(0, 0, 0, 0.075); } - -.table-hover .table-active:hover { - background-color: rgba(0, 0, 0, 0.075); } - .table-hover .table-active:hover > td, - .table-hover .table-active:hover > th { - background-color: rgba(0, 0, 0, 0.075); } - -.table .thead-dark th { - color: #fff; - background-color: #212529; - border-color: #32383e; } - -.table .thead-light th { - color: #495057; - background-color: #e9ecef; - border-color: #dee2e6; } - -.table-dark { - color: #fff; - background-color: #212529; } - .table-dark th, - .table-dark td, - .table-dark thead th { - border-color: #32383e; } - .table-dark.table-bordered { - border: 0; } - .table-dark.table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(255, 255, 255, 0.05); } - .table-dark.table-hover tbody tr:hover { - background-color: rgba(255, 255, 255, 0.075); } - -@media (max-width: 575.98px) { - .table-responsive-sm { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; } - .table-responsive-sm > .table-bordered { - border: 0; } } - -@media (max-width: 767.98px) { - .table-responsive-md { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; } - .table-responsive-md > .table-bordered { - border: 0; } } - -@media (max-width: 991.98px) { - .table-responsive-lg { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; } - .table-responsive-lg > .table-bordered { - border: 0; } } - -@media (max-width: 1199.98px) { - .table-responsive-xl { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; } - .table-responsive-xl > .table-bordered { - border: 0; } } - -.table-responsive { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; } - .table-responsive > .table-bordered { - border: 0; } - -.form-control { - display: block; - width: 100%; - height: calc(2.25rem + 2px); - padding: 0.375rem 0.75rem; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - background-color: #fff; - background-clip: padding-box; - border: 1px solid #ced4da; - border-radius: 0.25rem; - -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { - .form-control { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .form-control::-ms-expand { - background-color: transparent; - border: 0; } - .form-control:focus { - color: #495057; - background-color: #fff; - border-color: #80bdff; - outline: 0; - -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } - .form-control::-webkit-input-placeholder { - color: #6c757d; - opacity: 1; } - .form-control:-ms-input-placeholder { - color: #6c757d; - opacity: 1; } - .form-control::-ms-input-placeholder { - color: #6c757d; - opacity: 1; } - .form-control::placeholder { - color: #6c757d; - opacity: 1; } - .form-control:disabled, .form-control[readonly] { - background-color: #e9ecef; - opacity: 1; } - -select.form-control:focus::-ms-value { - color: #495057; - background-color: #fff; } - -.form-control-file, -.form-control-range { - display: block; - width: 100%; } - -.col-form-label { - padding-top: calc(0.375rem + 1px); - padding-bottom: calc(0.375rem + 1px); - margin-bottom: 0; - font-size: inherit; - line-height: 1.5; } - -.col-form-label-lg { - padding-top: calc(0.5rem + 1px); - padding-bottom: calc(0.5rem + 1px); - font-size: 1.25rem; - line-height: 1.5; } - -.col-form-label-sm { - padding-top: calc(0.25rem + 1px); - padding-bottom: calc(0.25rem + 1px); - font-size: 0.875rem; - line-height: 1.5; } - -.form-control-plaintext { - display: block; - width: 100%; - padding-top: 0.375rem; - padding-bottom: 0.375rem; - margin-bottom: 0; - line-height: 1.5; - color: #212529; - background-color: transparent; - border: solid transparent; - border-width: 1px 0; } - .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { - padding-right: 0; - padding-left: 0; } - -.form-control-sm { - height: calc(1.8125rem + 2px); - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.5; - border-radius: 0.2rem; } - -.form-control-lg { - height: calc(2.875rem + 2px); - padding: 0.5rem 1rem; - font-size: 1.25rem; - line-height: 1.5; - border-radius: 0.3rem; } - -select.form-control[size], select.form-control[multiple] { - height: auto; } - -textarea.form-control { - height: auto; } - -.form-group { - margin-bottom: 1rem; } - -.form-text { - display: block; - margin-top: 0.25rem; } - -.form-row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -5px; - margin-left: -5px; } - .form-row > .col, - .form-row > [class*="col-"] { - padding-right: 5px; - padding-left: 5px; } - -.form-check { - position: relative; - display: block; - padding-left: 1.25rem; } - -.form-check-input { - position: absolute; - margin-top: 0.3rem; - margin-left: -1.25rem; } - .form-check-input:disabled ~ .form-check-label { - color: #6c757d; } - -.form-check-label { - margin-bottom: 0; } - -.form-check-inline { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding-left: 0; - margin-right: 0.75rem; } - .form-check-inline .form-check-input { - position: static; - margin-top: 0; - margin-right: 0.3125rem; - margin-left: 0; } - -.valid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 80%; - color: #28a745; } - -.valid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: .1rem; - font-size: 0.875rem; - line-height: 1.5; - color: #fff; - background-color: rgba(40, 167, 69, 0.9); - border-radius: 0.25rem; } - -.was-validated .form-control:valid, .form-control.is-valid { - border-color: #28a745; - padding-right: 2.25rem; - background-repeat: no-repeat; - background-position: center right calc(2.25rem / 4); - background-size: calc(2.25rem / 2) calc(2.25rem / 2); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); } - .was-validated .form-control:valid:focus, .form-control.is-valid:focus { - border-color: #28a745; - -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } - .was-validated .form-control:valid ~ .valid-feedback, - .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, - .form-control.is-valid ~ .valid-tooltip { - display: block; } - -.was-validated textarea.form-control:valid, textarea.form-control.is-valid { - padding-right: 2.25rem; - background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); } - -.was-validated .custom-select:valid, .custom-select.is-valid { - border-color: #28a745; - padding-right: 3.4375rem; - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; } - .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { - border-color: #28a745; - -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } - .was-validated .custom-select:valid ~ .valid-feedback, - .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, - .custom-select.is-valid ~ .valid-tooltip { - display: block; } - -.was-validated .form-control-file:valid ~ .valid-feedback, -.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, -.form-control-file.is-valid ~ .valid-tooltip { - display: block; } - -.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { - color: #28a745; } - -.was-validated .form-check-input:valid ~ .valid-feedback, -.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, -.form-check-input.is-valid ~ .valid-tooltip { - display: block; } - -.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { - color: #28a745; } - .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { - border-color: #28a745; } - -.was-validated .custom-control-input:valid ~ .valid-feedback, -.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, -.custom-control-input.is-valid ~ .valid-tooltip { - display: block; } - -.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { - border-color: #34ce57; - background-color: #34ce57; } - -.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { - -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } - -.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before { - border-color: #28a745; } - -.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { - border-color: #28a745; } - -.was-validated .custom-file-input:valid ~ .valid-feedback, -.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, -.custom-file-input.is-valid ~ .valid-tooltip { - display: block; } - -.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { - border-color: #28a745; - -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } - -.invalid-feedback { - display: none; - width: 100%; - margin-top: 0.25rem; - font-size: 80%; - color: #dc3545; } - -.invalid-tooltip { - position: absolute; - top: 100%; - z-index: 5; - display: none; - max-width: 100%; - padding: 0.25rem 0.5rem; - margin-top: .1rem; - font-size: 0.875rem; - line-height: 1.5; - color: #fff; - background-color: rgba(220, 53, 69, 0.9); - border-radius: 0.25rem; } - -.was-validated .form-control:invalid, .form-control.is-invalid { - border-color: #dc3545; - padding-right: 2.25rem; - background-repeat: no-repeat; - background-position: center right calc(2.25rem / 4); - background-size: calc(2.25rem / 2) calc(2.25rem / 2); - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); } - .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { - border-color: #dc3545; - -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } - .was-validated .form-control:invalid ~ .invalid-feedback, - .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, - .form-control.is-invalid ~ .invalid-tooltip { - display: block; } - -.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { - padding-right: 2.25rem; - background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); } - -.was-validated .custom-select:invalid, .custom-select.is-invalid { - border-color: #dc3545; - padding-right: 3.4375rem; - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; } - .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { - border-color: #dc3545; - -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } - .was-validated .custom-select:invalid ~ .invalid-feedback, - .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, - .custom-select.is-invalid ~ .invalid-tooltip { - display: block; } - -.was-validated .form-control-file:invalid ~ .invalid-feedback, -.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, -.form-control-file.is-invalid ~ .invalid-tooltip { - display: block; } - -.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { - color: #dc3545; } - -.was-validated .form-check-input:invalid ~ .invalid-feedback, -.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, -.form-check-input.is-invalid ~ .invalid-tooltip { - display: block; } - -.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { - color: #dc3545; } - .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { - border-color: #dc3545; } - -.was-validated .custom-control-input:invalid ~ .invalid-feedback, -.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, -.custom-control-input.is-invalid ~ .invalid-tooltip { - display: block; } - -.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { - border-color: #e4606d; - background-color: #e4606d; } - -.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { - -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } - -.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before { - border-color: #dc3545; } - -.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { - border-color: #dc3545; } - -.was-validated .custom-file-input:invalid ~ .invalid-feedback, -.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, -.custom-file-input.is-invalid ~ .invalid-tooltip { - display: block; } - -.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { - border-color: #dc3545; - -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } - -.form-inline { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; } - .form-inline .form-check { - width: 100%; } - @media (min-width: 576px) { - .form-inline label { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - margin-bottom: 0; } - .form-inline .form-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - margin-bottom: 0; } - .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; } - .form-inline .form-control-plaintext { - display: inline-block; } - .form-inline .input-group, - .form-inline .custom-select { - width: auto; } - .form-inline .form-check { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - width: auto; - padding-left: 0; } - .form-inline .form-check-input { - position: relative; - margin-top: 0; - margin-right: 0.25rem; - margin-left: 0; } - .form-inline .custom-control { - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; } - .form-inline .custom-control-label { - margin-bottom: 0; } } - -.btn { - display: inline-block; - font-weight: 400; - color: #212529; - text-align: center; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: transparent; - border: 1px solid transparent; - padding: 0.375rem 0.75rem; - font-size: 1rem; - line-height: 1.5; - border-radius: 0.25rem; - -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { - .btn { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .btn:hover { - color: #212529; - text-decoration: none; } - .btn:focus, .btn.focus { - outline: 0; - -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } - .btn.disabled, .btn:disabled { - opacity: 0.65; } - .btn:not(:disabled):not(.disabled) { - cursor: pointer; } - -a.btn.disabled, -fieldset:disabled a.btn { - pointer-events: none; } - -.btn-primary { - color: #fff; - background-color: #007bff; - border-color: #007bff; } - .btn-primary:hover { - color: #fff; - background-color: #0069d9; - border-color: #0062cc; } - .btn-primary:focus, .btn-primary.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); - box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } - .btn-primary.disabled, .btn-primary:disabled { - color: #fff; - background-color: #007bff; - border-color: #007bff; } - .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, - .show > .btn-primary.dropdown-toggle { - color: #fff; - background-color: #0062cc; - border-color: #005cbf; } - .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, - .show > .btn-primary.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); - box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } - -.btn-secondary { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; } - .btn-secondary:hover { - color: #fff; - background-color: #5a6268; - border-color: #545b62; } - .btn-secondary:focus, .btn-secondary.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } - .btn-secondary.disabled, .btn-secondary:disabled { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; } - .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, - .show > .btn-secondary.dropdown-toggle { - color: #fff; - background-color: #545b62; - border-color: #4e555b; } - .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, - .show > .btn-secondary.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); - box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } - -.btn-success { - color: #fff; - background-color: #28a745; - border-color: #28a745; } - .btn-success:hover { - color: #fff; - background-color: #218838; - border-color: #1e7e34; } - .btn-success:focus, .btn-success.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); - box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } - .btn-success.disabled, .btn-success:disabled { - color: #fff; - background-color: #28a745; - border-color: #28a745; } - .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, - .show > .btn-success.dropdown-toggle { - color: #fff; - background-color: #1e7e34; - border-color: #1c7430; } - .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, - .show > .btn-success.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); - box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } - -.btn-info { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; } - .btn-info:hover { - color: #fff; - background-color: #138496; - border-color: #117a8b; } - .btn-info:focus, .btn-info.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); - box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } - .btn-info.disabled, .btn-info:disabled { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; } - .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, - .show > .btn-info.dropdown-toggle { - color: #fff; - background-color: #117a8b; - border-color: #10707f; } - .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, - .show > .btn-info.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); - box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } - -.btn-warning { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; } - .btn-warning:hover { - color: #212529; - background-color: #e0a800; - border-color: #d39e00; } - .btn-warning:focus, .btn-warning.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); - box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } - .btn-warning.disabled, .btn-warning:disabled { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; } - .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, - .show > .btn-warning.dropdown-toggle { - color: #212529; - background-color: #d39e00; - border-color: #c69500; } - .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, - .show > .btn-warning.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); - box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } - -.btn-danger { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; } - .btn-danger:hover { - color: #fff; - background-color: #c82333; - border-color: #bd2130; } - .btn-danger:focus, .btn-danger.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); - box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } - .btn-danger.disabled, .btn-danger:disabled { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; } - .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, - .show > .btn-danger.dropdown-toggle { - color: #fff; - background-color: #bd2130; - border-color: #b21f2d; } - .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, - .show > .btn-danger.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); - box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } - -.btn-light { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; } - .btn-light:hover { - color: #212529; - background-color: #e2e6ea; - border-color: #dae0e5; } - .btn-light:focus, .btn-light.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } - .btn-light.disabled, .btn-light:disabled { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; } - .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, - .show > .btn-light.dropdown-toggle { - color: #212529; - background-color: #dae0e5; - border-color: #d3d9df; } - .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, - .show > .btn-light.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); - box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } - -.btn-dark { - color: #fff; - background-color: #343a40; - border-color: #343a40; } - .btn-dark:hover { - color: #fff; - background-color: #23272b; - border-color: #1d2124; } - .btn-dark:focus, .btn-dark.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } - .btn-dark.disabled, .btn-dark:disabled { - color: #fff; - background-color: #343a40; - border-color: #343a40; } - .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, - .show > .btn-dark.dropdown-toggle { - color: #fff; - background-color: #1d2124; - border-color: #171a1d; } - .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, - .show > .btn-dark.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); - box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } - -.btn-outline-primary { - color: #007bff; - border-color: #007bff; } - .btn-outline-primary:hover { - color: #fff; - background-color: #007bff; - border-color: #007bff; } - .btn-outline-primary:focus, .btn-outline-primary.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } - .btn-outline-primary.disabled, .btn-outline-primary:disabled { - color: #007bff; - background-color: transparent; } - .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, - .show > .btn-outline-primary.dropdown-toggle { - color: #fff; - background-color: #007bff; - border-color: #007bff; } - .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, - .show > .btn-outline-primary.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } - -.btn-outline-secondary { - color: #6c757d; - border-color: #6c757d; } - .btn-outline-secondary:hover { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; } - .btn-outline-secondary:focus, .btn-outline-secondary.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } - .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { - color: #6c757d; - background-color: transparent; } - .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, - .show > .btn-outline-secondary.dropdown-toggle { - color: #fff; - background-color: #6c757d; - border-color: #6c757d; } - .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, - .show > .btn-outline-secondary.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); - box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } - -.btn-outline-success { - color: #28a745; - border-color: #28a745; } - .btn-outline-success:hover { - color: #fff; - background-color: #28a745; - border-color: #28a745; } - .btn-outline-success:focus, .btn-outline-success.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } - .btn-outline-success.disabled, .btn-outline-success:disabled { - color: #28a745; - background-color: transparent; } - .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, - .show > .btn-outline-success.dropdown-toggle { - color: #fff; - background-color: #28a745; - border-color: #28a745; } - .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, - .show > .btn-outline-success.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); - box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } - -.btn-outline-info { - color: #17a2b8; - border-color: #17a2b8; } - .btn-outline-info:hover { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; } - .btn-outline-info:focus, .btn-outline-info.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } - .btn-outline-info.disabled, .btn-outline-info:disabled { - color: #17a2b8; - background-color: transparent; } - .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, - .show > .btn-outline-info.dropdown-toggle { - color: #fff; - background-color: #17a2b8; - border-color: #17a2b8; } - .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, - .show > .btn-outline-info.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); - box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } - -.btn-outline-warning { - color: #ffc107; - border-color: #ffc107; } - .btn-outline-warning:hover { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; } - .btn-outline-warning:focus, .btn-outline-warning.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } - .btn-outline-warning.disabled, .btn-outline-warning:disabled { - color: #ffc107; - background-color: transparent; } - .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, - .show > .btn-outline-warning.dropdown-toggle { - color: #212529; - background-color: #ffc107; - border-color: #ffc107; } - .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, - .show > .btn-outline-warning.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); - box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } - -.btn-outline-danger { - color: #dc3545; - border-color: #dc3545; } - .btn-outline-danger:hover { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; } - .btn-outline-danger:focus, .btn-outline-danger.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } - .btn-outline-danger.disabled, .btn-outline-danger:disabled { - color: #dc3545; - background-color: transparent; } - .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, - .show > .btn-outline-danger.dropdown-toggle { - color: #fff; - background-color: #dc3545; - border-color: #dc3545; } - .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, - .show > .btn-outline-danger.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); - box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } - -.btn-outline-light { - color: #f8f9fa; - border-color: #f8f9fa; } - .btn-outline-light:hover { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; } - .btn-outline-light:focus, .btn-outline-light.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } - .btn-outline-light.disabled, .btn-outline-light:disabled { - color: #f8f9fa; - background-color: transparent; } - .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, - .show > .btn-outline-light.dropdown-toggle { - color: #212529; - background-color: #f8f9fa; - border-color: #f8f9fa; } - .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, - .show > .btn-outline-light.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); - box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } - -.btn-outline-dark { - color: #343a40; - border-color: #343a40; } - .btn-outline-dark:hover { - color: #fff; - background-color: #343a40; - border-color: #343a40; } - .btn-outline-dark:focus, .btn-outline-dark.focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } - .btn-outline-dark.disabled, .btn-outline-dark:disabled { - color: #343a40; - background-color: transparent; } - .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, - .show > .btn-outline-dark.dropdown-toggle { - color: #fff; - background-color: #343a40; - border-color: #343a40; } - .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, - .show > .btn-outline-dark.dropdown-toggle:focus { - -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); - box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } - -.btn-link { - font-weight: 400; - color: #007bff; } - .btn-link:hover { - color: #0056b3; - text-decoration: underline; } - .btn-link:focus, .btn-link.focus { - text-decoration: underline; - -webkit-box-shadow: none; - box-shadow: none; } - .btn-link:disabled, .btn-link.disabled { - color: #6c757d; - pointer-events: none; } - -.btn-lg, .btn-group-lg > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - line-height: 1.5; - border-radius: 0.3rem; } - -.btn-sm, .btn-group-sm > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.5; - border-radius: 0.2rem; } - -.btn-block { - display: block; - width: 100%; } - .btn-block + .btn-block { - margin-top: 0.5rem; } - -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; } - -.fade { - -webkit-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; } - @media screen and (prefers-reduced-motion: reduce) { - .fade { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .fade:not(.show) { - opacity: 0; } - -.collapse:not(.show) { - display: none; } - -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height 0.35s ease; - -o-transition: height 0.35s ease; - transition: height 0.35s ease; } - @media screen and (prefers-reduced-motion: reduce) { - .collapsing { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - -.dropup, -.dropright, -.dropdown, -.dropleft { - position: relative; } - -.dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid; - border-right: 0.3em solid transparent; - border-bottom: 0; - border-left: 0.3em solid transparent; } - -.dropdown-toggle:empty::after { - margin-left: 0; } - -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 10rem; - padding: 0.5rem 0; - margin: 0.125rem 0 0; - font-size: 1rem; - color: #212529; - text-align: left; - list-style: none; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 0.25rem; } - -.dropdown-menu-right { - right: 0; - left: auto; } - -@media (min-width: 576px) { - .dropdown-menu-sm-right { - right: 0; - left: auto; } } - -@media (min-width: 768px) { - .dropdown-menu-md-right { - right: 0; - left: auto; } } - -@media (min-width: 992px) { - .dropdown-menu-lg-right { - right: 0; - left: auto; } } - -@media (min-width: 1200px) { - .dropdown-menu-xl-right { - right: 0; - left: auto; } } - -.dropdown-menu-left { - right: auto; - left: 0; } - -@media (min-width: 576px) { - .dropdown-menu-sm-left { - right: auto; - left: 0; } } - -@media (min-width: 768px) { - .dropdown-menu-md-left { - right: auto; - left: 0; } } - -@media (min-width: 992px) { - .dropdown-menu-lg-left { - right: auto; - left: 0; } } - -@media (min-width: 1200px) { - .dropdown-menu-xl-left { - right: auto; - left: 0; } } - -.dropup .dropdown-menu { - top: auto; - bottom: 100%; - margin-top: 0; - margin-bottom: 0.125rem; } - -.dropup .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0; - border-right: 0.3em solid transparent; - border-bottom: 0.3em solid; - border-left: 0.3em solid transparent; } - -.dropup .dropdown-toggle:empty::after { - margin-left: 0; } - -.dropright .dropdown-menu { - top: 0; - right: auto; - left: 100%; - margin-top: 0; - margin-left: 0.125rem; } - -.dropright .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0; - border-bottom: 0.3em solid transparent; - border-left: 0.3em solid; } - -.dropright .dropdown-toggle:empty::after { - margin-left: 0; } - -.dropright .dropdown-toggle::after { - vertical-align: 0; } - -.dropleft .dropdown-menu { - top: 0; - right: 100%; - left: auto; - margin-top: 0; - margin-right: 0.125rem; } - -.dropleft .dropdown-toggle::after { - display: inline-block; - margin-left: 0.255em; - vertical-align: 0.255em; - content: ""; } - -.dropleft .dropdown-toggle::after { - display: none; } - -.dropleft .dropdown-toggle::before { - display: inline-block; - margin-right: 0.255em; - vertical-align: 0.255em; - content: ""; - border-top: 0.3em solid transparent; - border-right: 0.3em solid; - border-bottom: 0.3em solid transparent; } - -.dropleft .dropdown-toggle:empty::after { - margin-left: 0; } - -.dropleft .dropdown-toggle::before { - vertical-align: 0; } - -.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] { - right: auto; - bottom: auto; } - -.dropdown-divider { - height: 0; - margin: 0.5rem 0; - overflow: hidden; - border-top: 1px solid #e9ecef; } - -.dropdown-item { - display: block; - width: 100%; - padding: 0.25rem 1.5rem; - clear: both; - font-weight: 400; - color: #212529; - text-align: inherit; - white-space: nowrap; - background-color: transparent; - border: 0; } - .dropdown-item:first-child { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); } - .dropdown-item:last-child { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); } - .dropdown-item:hover, .dropdown-item:focus { - color: #16181b; - text-decoration: none; - background-color: #f8f9fa; } - .dropdown-item.active, .dropdown-item:active { - color: #fff; - text-decoration: none; - background-color: #007bff; } - .dropdown-item.disabled, .dropdown-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: transparent; } - -.dropdown-menu.show { - display: block; } - -.dropdown-header { - display: block; - padding: 0.5rem 1.5rem; - margin-bottom: 0; - font-size: 0.875rem; - color: #6c757d; - white-space: nowrap; } - -.dropdown-item-text { - display: block; - padding: 0.25rem 1.5rem; - color: #212529; } - -.btn-group, -.btn-group-vertical { - position: relative; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - vertical-align: middle; } - .btn-group > .btn, - .btn-group-vertical > .btn { - position: relative; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; } - .btn-group > .btn:hover, - .btn-group-vertical > .btn:hover { - z-index: 1; } - .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, - .btn-group-vertical > .btn:focus, - .btn-group-vertical > .btn:active, - .btn-group-vertical > .btn.active { - z-index: 1; } - -.btn-toolbar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; } - .btn-toolbar .input-group { - width: auto; } - -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) { - margin-left: -1px; } - -.btn-group > .btn:not(:last-child):not(.dropdown-toggle), -.btn-group > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - -.btn-group > .btn:not(:first-child), -.btn-group > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - -.dropdown-toggle-split { - padding-right: 0.5625rem; - padding-left: 0.5625rem; } - .dropdown-toggle-split::after, - .dropup .dropdown-toggle-split::after, - .dropright .dropdown-toggle-split::after { - margin-left: 0; } - .dropleft .dropdown-toggle-split::before { - margin-right: 0; } - -.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { - padding-right: 0.375rem; - padding-left: 0.375rem; } - -.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { - padding-right: 0.75rem; - padding-left: 0.75rem; } - -.btn-group-vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; } - .btn-group-vertical > .btn, - .btn-group-vertical > .btn-group { - width: 100%; } - .btn-group-vertical > .btn:not(:first-child), - .btn-group-vertical > .btn-group:not(:first-child) { - margin-top: -1px; } - .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), - .btn-group-vertical > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .btn-group-vertical > .btn:not(:first-child), - .btn-group-vertical > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-top-right-radius: 0; } - -.btn-group-toggle > .btn, -.btn-group-toggle > .btn-group > .btn { - margin-bottom: 0; } - .btn-group-toggle > .btn input[type="radio"], - .btn-group-toggle > .btn input[type="checkbox"], - .btn-group-toggle > .btn-group > .btn input[type="radio"], - .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; } - -.input-group { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - width: 100%; } - .input-group > .form-control, - .input-group > .form-control-plaintext, - .input-group > .custom-select, - .input-group > .custom-file { - position: relative; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - width: 1%; - margin-bottom: 0; } - .input-group > .form-control + .form-control, - .input-group > .form-control + .custom-select, - .input-group > .form-control + .custom-file, - .input-group > .form-control-plaintext + .form-control, - .input-group > .form-control-plaintext + .custom-select, - .input-group > .form-control-plaintext + .custom-file, - .input-group > .custom-select + .form-control, - .input-group > .custom-select + .custom-select, - .input-group > .custom-select + .custom-file, - .input-group > .custom-file + .form-control, - .input-group > .custom-file + .custom-select, - .input-group > .custom-file + .custom-file { - margin-left: -1px; } - .input-group > .form-control:focus, - .input-group > .custom-select:focus, - .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { - z-index: 3; } - .input-group > .custom-file .custom-file-input:focus { - z-index: 4; } - .input-group > .form-control:not(:last-child), - .input-group > .custom-select:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .input-group > .form-control:not(:first-child), - .input-group > .custom-select:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - .input-group > .custom-file { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; } - .input-group > .custom-file:not(:last-child) .custom-file-label, - .input-group > .custom-file:not(:last-child) .custom-file-label::after { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .input-group > .custom-file:not(:first-child) .custom-file-label { - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - -.input-group-prepend, -.input-group-append { - display: -webkit-box; - display: -ms-flexbox; - display: flex; } - .input-group-prepend .btn, - .input-group-append .btn { - position: relative; - z-index: 2; } - .input-group-prepend .btn:focus, - .input-group-append .btn:focus { - z-index: 3; } - .input-group-prepend .btn + .btn, - .input-group-prepend .btn + .input-group-text, - .input-group-prepend .input-group-text + .input-group-text, - .input-group-prepend .input-group-text + .btn, - .input-group-append .btn + .btn, - .input-group-append .btn + .input-group-text, - .input-group-append .input-group-text + .input-group-text, - .input-group-append .input-group-text + .btn { - margin-left: -1px; } - -.input-group-prepend { - margin-right: -1px; } - -.input-group-append { - margin-left: -1px; } - -.input-group-text { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 0.375rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - text-align: center; - white-space: nowrap; - background-color: #e9ecef; - border: 1px solid #ced4da; - border-radius: 0.25rem; } - .input-group-text input[type="radio"], - .input-group-text input[type="checkbox"] { - margin-top: 0; } - -.input-group-lg > .form-control:not(textarea), -.input-group-lg > .custom-select { - height: calc(2.875rem + 2px); } - -.input-group-lg > .form-control, -.input-group-lg > .custom-select, -.input-group-lg > .input-group-prepend > .input-group-text, -.input-group-lg > .input-group-append > .input-group-text, -.input-group-lg > .input-group-prepend > .btn, -.input-group-lg > .input-group-append > .btn { - padding: 0.5rem 1rem; - font-size: 1.25rem; - line-height: 1.5; - border-radius: 0.3rem; } - -.input-group-sm > .form-control:not(textarea), -.input-group-sm > .custom-select { - height: calc(1.8125rem + 2px); } - -.input-group-sm > .form-control, -.input-group-sm > .custom-select, -.input-group-sm > .input-group-prepend > .input-group-text, -.input-group-sm > .input-group-append > .input-group-text, -.input-group-sm > .input-group-prepend > .btn, -.input-group-sm > .input-group-append > .btn { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.5; - border-radius: 0.2rem; } - -.input-group-lg > .custom-select, -.input-group-sm > .custom-select { - padding-right: 1.75rem; } - -.input-group > .input-group-prepend > .btn, -.input-group > .input-group-prepend > .input-group-text, -.input-group > .input-group-append:not(:last-child) > .btn, -.input-group > .input-group-append:not(:last-child) > .input-group-text, -.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - -.input-group > .input-group-append > .btn, -.input-group > .input-group-append > .input-group-text, -.input-group > .input-group-prepend:not(:first-child) > .btn, -.input-group > .input-group-prepend:not(:first-child) > .input-group-text, -.input-group > .input-group-prepend:first-child > .btn:not(:first-child), -.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - -.custom-control { - position: relative; - display: block; - min-height: 1.5rem; - padding-left: 1.5rem; } - -.custom-control-inline { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - margin-right: 1rem; } - -.custom-control-input { - position: absolute; - z-index: -1; - opacity: 0; } - .custom-control-input:checked ~ .custom-control-label::before { - color: #fff; - border-color: #007bff; - background-color: #007bff; } - .custom-control-input:focus ~ .custom-control-label::before { - -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } - .custom-control-input:focus:not(:checked) ~ .custom-control-label::before { - border-color: #80bdff; } - .custom-control-input:not(:disabled):active ~ .custom-control-label::before { - color: #fff; - background-color: #b3d7ff; - border-color: #b3d7ff; } - .custom-control-input:disabled ~ .custom-control-label { - color: #6c757d; } - .custom-control-input:disabled ~ .custom-control-label::before { - background-color: #e9ecef; } - -.custom-control-label { - position: relative; - margin-bottom: 0; - vertical-align: top; } - .custom-control-label::before { - position: absolute; - top: 0.25rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - pointer-events: none; - content: ""; - background-color: #fff; - border: #adb5bd solid 1px; } - .custom-control-label::after { - position: absolute; - top: 0.25rem; - left: -1.5rem; - display: block; - width: 1rem; - height: 1rem; - content: ""; - background-repeat: no-repeat; - background-position: center center; - background-size: 50% 50%; } - -.custom-checkbox .custom-control-label::before { - border-radius: 0.25rem; } - -.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); } - -.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { - border-color: #007bff; - background-color: #007bff; } - -.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); } - -.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5); } - -.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5); } - -.custom-radio .custom-control-label::before { - border-radius: 50%; } - -.custom-radio .custom-control-input:checked ~ .custom-control-label::after { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } - -.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5); } - -.custom-switch { - padding-left: 2.25rem; } - .custom-switch .custom-control-label::before { - left: -2.25rem; - width: 1.75rem; - pointer-events: all; - border-radius: 0.5rem; } - .custom-switch .custom-control-label::after { - top: calc(0.25rem + 2px); - left: calc(-2.25rem + 2px); - width: calc(1rem - 4px); - height: calc(1rem - 4px); - background-color: #adb5bd; - border-radius: 0.5rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { - .custom-switch .custom-control-label::after { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .custom-switch .custom-control-input:checked ~ .custom-control-label::after { - background-color: #fff; - -webkit-transform: translateX(0.75rem); - -ms-transform: translateX(0.75rem); - transform: translateX(0.75rem); } - .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { - background-color: rgba(0, 123, 255, 0.5); } - -.custom-select { - display: inline-block; - width: 100%; - height: calc(2.25rem + 2px); - padding: 0.375rem 1.75rem 0.375rem 0.75rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - vertical-align: middle; - background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px; - background-color: #fff; - border: 1px solid #ced4da; - border-radius: 0.25rem; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } - .custom-select:focus { - border-color: #80bdff; - outline: 0; - -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); - box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); } - .custom-select:focus::-ms-value { - color: #495057; - background-color: #fff; } - .custom-select[multiple], .custom-select[size]:not([size="1"]) { - height: auto; - padding-right: 0.75rem; - background-image: none; } - .custom-select:disabled { - color: #6c757d; - background-color: #e9ecef; } - .custom-select::-ms-expand { - opacity: 0; } - -.custom-select-sm { - height: calc(1.8125rem + 2px); - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.5rem; - font-size: 0.875rem; } - -.custom-select-lg { - height: calc(2.875rem + 2px); - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - font-size: 1.25rem; } - -.custom-file { - position: relative; - display: inline-block; - width: 100%; - height: calc(2.25rem + 2px); - margin-bottom: 0; } - -.custom-file-input { - position: relative; - z-index: 2; - width: 100%; - height: calc(2.25rem + 2px); - margin: 0; - opacity: 0; } - .custom-file-input:focus ~ .custom-file-label { - border-color: #80bdff; - -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } - .custom-file-input:disabled ~ .custom-file-label { - background-color: #e9ecef; } - .custom-file-input:lang(en) ~ .custom-file-label::after { - content: "Browse"; } - .custom-file-input ~ .custom-file-label[data-browse]::after { - content: attr(data-browse); } - -.custom-file-label { - position: absolute; - top: 0; - right: 0; - left: 0; - z-index: 1; - height: calc(2.25rem + 2px); - padding: 0.375rem 0.75rem; - font-weight: 400; - line-height: 1.5; - color: #495057; - background-color: #fff; - border: 1px solid #ced4da; - border-radius: 0.25rem; } - .custom-file-label::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - z-index: 3; - display: block; - height: 2.25rem; - padding: 0.375rem 0.75rem; - line-height: 1.5; - color: #495057; - content: "Browse"; - background-color: #e9ecef; - border-left: inherit; - border-radius: 0 0.25rem 0.25rem 0; } - -.custom-range { - width: 100%; - height: calc(1rem + 0.4rem); - padding: 0; - background-color: transparent; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } - .custom-range:focus { - outline: none; } - .custom-range:focus::-webkit-slider-thumb { - -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } - .custom-range:focus::-moz-range-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } - .custom-range:focus::-ms-thumb { - box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } - .custom-range::-moz-focus-outer { - border: 0; } - .custom-range::-webkit-slider-thumb { - width: 1rem; - height: 1rem; - margin-top: -0.25rem; - background-color: #007bff; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -webkit-appearance: none; - appearance: none; } - @media screen and (prefers-reduced-motion: reduce) { - .custom-range::-webkit-slider-thumb { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .custom-range::-webkit-slider-thumb:active { - background-color: #b3d7ff; } - .custom-range::-webkit-slider-runnable-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; } - .custom-range::-moz-range-thumb { - width: 1rem; - height: 1rem; - background-color: #007bff; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -moz-appearance: none; - appearance: none; } - @media screen and (prefers-reduced-motion: reduce) { - .custom-range::-moz-range-thumb { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .custom-range::-moz-range-thumb:active { - background-color: #b3d7ff; } - .custom-range::-moz-range-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: #dee2e6; - border-color: transparent; - border-radius: 1rem; } - .custom-range::-ms-thumb { - width: 1rem; - height: 1rem; - margin-top: 0; - margin-right: 0.2rem; - margin-left: 0.2rem; - background-color: #007bff; - border: 0; - border-radius: 1rem; - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - appearance: none; } - @media screen and (prefers-reduced-motion: reduce) { - .custom-range::-ms-thumb { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .custom-range::-ms-thumb:active { - background-color: #b3d7ff; } - .custom-range::-ms-track { - width: 100%; - height: 0.5rem; - color: transparent; - cursor: pointer; - background-color: transparent; - border-color: transparent; - border-width: 0.5rem; } - .custom-range::-ms-fill-lower { - background-color: #dee2e6; - border-radius: 1rem; } - .custom-range::-ms-fill-upper { - margin-right: 15px; - background-color: #dee2e6; - border-radius: 1rem; } - .custom-range:disabled::-webkit-slider-thumb { - background-color: #adb5bd; } - .custom-range:disabled::-webkit-slider-runnable-track { - cursor: default; } - .custom-range:disabled::-moz-range-thumb { - background-color: #adb5bd; } - .custom-range:disabled::-moz-range-track { - cursor: default; } - .custom-range:disabled::-ms-thumb { - background-color: #adb5bd; } - -.custom-control-label::before, -.custom-file-label, -.custom-select { - -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; - -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; - transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { - .custom-control-label::before, - .custom-file-label, - .custom-select { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - -.nav { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - padding-left: 0; - margin-bottom: 0; - list-style: none; } - -.nav-link { - display: block; - padding: 0.5rem 1rem; } - .nav-link:hover, .nav-link:focus { - text-decoration: none; } - .nav-link.disabled { - color: #6c757d; - pointer-events: none; - cursor: default; } - -.nav-tabs { - border-bottom: 1px solid #dee2e6; } - .nav-tabs .nav-item { - margin-bottom: -1px; } - .nav-tabs .nav-link { - border: 1px solid transparent; - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; } - .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { - border-color: #e9ecef #e9ecef #dee2e6; } - .nav-tabs .nav-link.disabled { - color: #6c757d; - background-color: transparent; - border-color: transparent; } - .nav-tabs .nav-link.active, - .nav-tabs .nav-item.show .nav-link { - color: #495057; - background-color: #fff; - border-color: #dee2e6 #dee2e6 #fff; } - .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; } - -.nav-pills .nav-link { - border-radius: 0.25rem; } - -.nav-pills .nav-link.active, -.nav-pills .show > .nav-link { - color: #fff; - background-color: #007bff; } - -.nav-fill .nav-item { - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - text-align: center; } - -.nav-justified .nav-item { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - text-align: center; } - -.tab-content > .tab-pane { - display: none; } - -.tab-content > .active { - display: block; } - -.navbar { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 0.5rem 1rem; } - .navbar > .container, - .navbar > .container-fluid { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; } - -.navbar-brand { - display: inline-block; - padding-top: 0.3125rem; - padding-bottom: 0.3125rem; - margin-right: 1rem; - font-size: 1.25rem; - line-height: inherit; - white-space: nowrap; } - .navbar-brand:hover, .navbar-brand:focus { - text-decoration: none; } - -.navbar-nav { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; - list-style: none; } - .navbar-nav .nav-link { - padding-right: 0; - padding-left: 0; } - .navbar-nav .dropdown-menu { - position: static; - float: none; } - -.navbar-text { - display: inline-block; - padding-top: 0.5rem; - padding-bottom: 0.5rem; } - -.navbar-collapse { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; } - -.navbar-toggler { - padding: 0.25rem 0.75rem; - font-size: 1.25rem; - line-height: 1; - background-color: transparent; - border: 1px solid transparent; - border-radius: 0.25rem; } - .navbar-toggler:hover, .navbar-toggler:focus { - text-decoration: none; } - .navbar-toggler:not(:disabled):not(.disabled) { - cursor: pointer; } - -.navbar-toggler-icon { - display: inline-block; - width: 1.5em; - height: 1.5em; - vertical-align: middle; - content: ""; - background: no-repeat center center; - background-size: 100% 100%; } - -@media (max-width: 575.98px) { - .navbar-expand-sm > .container, - .navbar-expand-sm > .container-fluid { - padding-right: 0; - padding-left: 0; } } - -@media (min-width: 576px) { - .navbar-expand-sm { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; } - .navbar-expand-sm .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; } - .navbar-expand-sm .navbar-nav .dropdown-menu { - position: absolute; } - .navbar-expand-sm .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; } - .navbar-expand-sm > .container, - .navbar-expand-sm > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; } - .navbar-expand-sm .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; } - .navbar-expand-sm .navbar-toggler { - display: none; } } - -@media (max-width: 767.98px) { - .navbar-expand-md > .container, - .navbar-expand-md > .container-fluid { - padding-right: 0; - padding-left: 0; } } - -@media (min-width: 768px) { - .navbar-expand-md { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; } - .navbar-expand-md .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; } - .navbar-expand-md .navbar-nav .dropdown-menu { - position: absolute; } - .navbar-expand-md .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; } - .navbar-expand-md > .container, - .navbar-expand-md > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; } - .navbar-expand-md .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; } - .navbar-expand-md .navbar-toggler { - display: none; } } - -@media (max-width: 991.98px) { - .navbar-expand-lg > .container, - .navbar-expand-lg > .container-fluid { - padding-right: 0; - padding-left: 0; } } - -@media (min-width: 992px) { - .navbar-expand-lg { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; } - .navbar-expand-lg .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; } - .navbar-expand-lg .navbar-nav .dropdown-menu { - position: absolute; } - .navbar-expand-lg .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; } - .navbar-expand-lg > .container, - .navbar-expand-lg > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; } - .navbar-expand-lg .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; } - .navbar-expand-lg .navbar-toggler { - display: none; } } - -@media (max-width: 1199.98px) { - .navbar-expand-xl > .container, - .navbar-expand-xl > .container-fluid { - padding-right: 0; - padding-left: 0; } } - -@media (min-width: 1200px) { - .navbar-expand-xl { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; } - .navbar-expand-xl .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; } - .navbar-expand-xl .navbar-nav .dropdown-menu { - position: absolute; } - .navbar-expand-xl .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; } - .navbar-expand-xl > .container, - .navbar-expand-xl > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; } - .navbar-expand-xl .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; } - .navbar-expand-xl .navbar-toggler { - display: none; } } - -.navbar-expand { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; } - .navbar-expand > .container, - .navbar-expand > .container-fluid { - padding-right: 0; - padding-left: 0; } - .navbar-expand .navbar-nav { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; } - .navbar-expand .navbar-nav .dropdown-menu { - position: absolute; } - .navbar-expand .navbar-nav .nav-link { - padding-right: 0.5rem; - padding-left: 0.5rem; } - .navbar-expand > .container, - .navbar-expand > .container-fluid { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; } - .navbar-expand .navbar-collapse { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - -ms-flex-preferred-size: auto; - flex-basis: auto; } - .navbar-expand .navbar-toggler { - display: none; } - -.navbar-light .navbar-brand { - color: rgba(0, 0, 0, 0.9); } - .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { - color: rgba(0, 0, 0, 0.9); } - -.navbar-light .navbar-nav .nav-link { - color: rgba(0, 0, 0, 0.5); } - .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { - color: rgba(0, 0, 0, 0.7); } - .navbar-light .navbar-nav .nav-link.disabled { - color: rgba(0, 0, 0, 0.3); } - -.navbar-light .navbar-nav .show > .nav-link, -.navbar-light .navbar-nav .active > .nav-link, -.navbar-light .navbar-nav .nav-link.show, -.navbar-light .navbar-nav .nav-link.active { - color: rgba(0, 0, 0, 0.9); } - -.navbar-light .navbar-toggler { - color: rgba(0, 0, 0, 0.5); - border-color: rgba(0, 0, 0, 0.1); } - -.navbar-light .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } - -.navbar-light .navbar-text { - color: rgba(0, 0, 0, 0.5); } - .navbar-light .navbar-text a { - color: rgba(0, 0, 0, 0.9); } - .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { - color: rgba(0, 0, 0, 0.9); } - -.navbar-dark .navbar-brand { - color: #fff; } - .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { - color: #fff; } - -.navbar-dark .navbar-nav .nav-link { - color: rgba(255, 255, 255, 0.5); } - .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { - color: rgba(255, 255, 255, 0.75); } - .navbar-dark .navbar-nav .nav-link.disabled { - color: rgba(255, 255, 255, 0.25); } - -.navbar-dark .navbar-nav .show > .nav-link, -.navbar-dark .navbar-nav .active > .nav-link, -.navbar-dark .navbar-nav .nav-link.show, -.navbar-dark .navbar-nav .nav-link.active { - color: #fff; } - -.navbar-dark .navbar-toggler { - color: rgba(255, 255, 255, 0.5); - border-color: rgba(255, 255, 255, 0.1); } - -.navbar-dark .navbar-toggler-icon { - background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } - -.navbar-dark .navbar-text { - color: rgba(255, 255, 255, 0.5); } - .navbar-dark .navbar-text a { - color: #fff; } - .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { - color: #fff; } - -.card { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; } - .card > hr { - margin-right: 0; - margin-left: 0; } - .card > .list-group:first-child .list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; } - .card > .list-group:last-child .list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; } - -.card-body { - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - padding: 1.25rem; } - -.card-title { - margin-bottom: 0.75rem; } - -.card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; } - -.card-text:last-child { - margin-bottom: 0; } - -.card-link:hover { - text-decoration: none; } - -.card-link + .card-link { - margin-left: 1.25rem; } - -.card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - color: inherit; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); } - .card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } - .card-header + .list-group .list-group-item:first-child { - border-top: 0; } - -.card-footer { - padding: 0.75rem 1.25rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); } - .card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } - -.card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; } - -.card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; } - -.card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; } - -.card-img { - width: 100%; - border-radius: calc(0.25rem - 1px); } - -.card-img-top { - width: 100%; - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); } - -.card-img-bottom { - width: 100%; - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); } - -.card-deck { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; } - .card-deck .card { - margin-bottom: 15px; } - @media (min-width: 576px) { - .card-deck { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - margin-right: -15px; - margin-left: -15px; } - .card-deck .card { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-flex: 1; - -ms-flex: 1 0 0%; - flex: 1 0 0%; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - margin-right: 15px; - margin-bottom: 0; - margin-left: 15px; } } - -.card-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; } - .card-group > .card { - margin-bottom: 15px; } - @media (min-width: 576px) { - .card-group { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; } - .card-group > .card { - -webkit-box-flex: 1; - -ms-flex: 1 0 0%; - flex: 1 0 0%; - margin-bottom: 0; } - .card-group > .card + .card { - margin-left: 0; - border-left: 0; } - .card-group > .card:first-child { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - .card-group > .card:first-child .card-img-top, - .card-group > .card:first-child .card-header { - border-top-right-radius: 0; } - .card-group > .card:first-child .card-img-bottom, - .card-group > .card:first-child .card-footer { - border-bottom-right-radius: 0; } - .card-group > .card:last-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - .card-group > .card:last-child .card-img-top, - .card-group > .card:last-child .card-header { - border-top-left-radius: 0; } - .card-group > .card:last-child .card-img-bottom, - .card-group > .card:last-child .card-footer { - border-bottom-left-radius: 0; } - .card-group > .card:only-child { - border-radius: 0.25rem; } - .card-group > .card:only-child .card-img-top, - .card-group > .card:only-child .card-header { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; } - .card-group > .card:only-child .card-img-bottom, - .card-group > .card:only-child .card-footer { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; } - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { - border-radius: 0; } - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, - .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { - border-radius: 0; } } - -.card-columns .card { - margin-bottom: 0.75rem; } - -@media (min-width: 576px) { - .card-columns { - -webkit-column-count: 3; - column-count: 3; - -webkit-column-gap: 1.25rem; - column-gap: 1.25rem; - orphans: 1; - widows: 1; } - .card-columns .card { - display: inline-block; - width: 100%; } } - -.accordion .card { - overflow: hidden; } - .accordion .card:not(:first-of-type) .card-header:first-child { - border-radius: 0; } - .accordion .card:not(:first-of-type):not(:last-of-type) { - border-bottom: 0; - border-radius: 0; } - .accordion .card:first-of-type { - border-bottom: 0; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; } - .accordion .card:last-of-type { - border-top-left-radius: 0; - border-top-right-radius: 0; } - .accordion .card .card-header { - margin-bottom: -1px; } - -.breadcrumb { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - padding: 0.75rem 1rem; - margin-bottom: 1rem; - list-style: none; - background-color: #e9ecef; - border-radius: 0.25rem; } - -.breadcrumb-item + .breadcrumb-item { - padding-left: 0.5rem; } - .breadcrumb-item + .breadcrumb-item::before { - display: inline-block; - padding-right: 0.5rem; - color: #6c757d; - content: "/"; } - -.breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: underline; } - -.breadcrumb-item + .breadcrumb-item:hover::before { - text-decoration: none; } - -.breadcrumb-item.active { - color: #6c757d; } - -.pagination { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding-left: 0; - list-style: none; - border-radius: 0.25rem; } - -.page-link { - position: relative; - display: block; - padding: 0.5rem 0.75rem; - margin-left: -1px; - line-height: 1.25; - color: #007bff; - background-color: #fff; - border: 1px solid #dee2e6; } - .page-link:hover { - z-index: 2; - color: #0056b3; - text-decoration: none; - background-color: #e9ecef; - border-color: #dee2e6; } - .page-link:focus { - z-index: 2; - outline: 0; - -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); - box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } - .page-link:not(:disabled):not(.disabled) { - cursor: pointer; } - -.page-item:first-child .page-link { - margin-left: 0; - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; } - -.page-item:last-child .page-link { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; } - -.page-item.active .page-link { - z-index: 1; - color: #fff; - background-color: #007bff; - border-color: #007bff; } - -.page-item.disabled .page-link { - color: #6c757d; - pointer-events: none; - cursor: auto; - background-color: #fff; - border-color: #dee2e6; } - -.pagination-lg .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; - line-height: 1.5; } - -.pagination-lg .page-item:first-child .page-link { - border-top-left-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; } - -.pagination-lg .page-item:last-child .page-link { - border-top-right-radius: 0.3rem; - border-bottom-right-radius: 0.3rem; } - -.pagination-sm .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; - line-height: 1.5; } - -.pagination-sm .page-item:first-child .page-link { - border-top-left-radius: 0.2rem; - border-bottom-left-radius: 0.2rem; } - -.pagination-sm .page-item:last-child .page-link { - border-top-right-radius: 0.2rem; - border-bottom-right-radius: 0.2rem; } - -.badge { - display: inline-block; - padding: 0.25em 0.4em; - font-size: 75%; - font-weight: 700; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: 0.25rem; } - a.badge:hover, a.badge:focus { - text-decoration: none; } - .badge:empty { - display: none; } - -.btn .badge { - position: relative; - top: -1px; } - -.badge-pill { - padding-right: 0.6em; - padding-left: 0.6em; - border-radius: 10rem; } - -.badge-primary { - color: #fff; - background-color: #007bff; } - a.badge-primary:hover, a.badge-primary:focus { - color: #fff; - background-color: #0062cc; } - -.badge-secondary { - color: #fff; - background-color: #6c757d; } - a.badge-secondary:hover, a.badge-secondary:focus { - color: #fff; - background-color: #545b62; } - -.badge-success { - color: #fff; - background-color: #28a745; } - a.badge-success:hover, a.badge-success:focus { - color: #fff; - background-color: #1e7e34; } - -.badge-info { - color: #fff; - background-color: #17a2b8; } - a.badge-info:hover, a.badge-info:focus { - color: #fff; - background-color: #117a8b; } - -.badge-warning { - color: #212529; - background-color: #ffc107; } - a.badge-warning:hover, a.badge-warning:focus { - color: #212529; - background-color: #d39e00; } - -.badge-danger { - color: #fff; - background-color: #dc3545; } - a.badge-danger:hover, a.badge-danger:focus { - color: #fff; - background-color: #bd2130; } - -.badge-light { - color: #212529; - background-color: #f8f9fa; } - a.badge-light:hover, a.badge-light:focus { - color: #212529; - background-color: #dae0e5; } - -.badge-dark { - color: #fff; - background-color: #343a40; } - a.badge-dark:hover, a.badge-dark:focus { - color: #fff; - background-color: #1d2124; } - -.jumbotron { - padding: 2rem 1rem; - margin-bottom: 2rem; - background-color: #e9ecef; - border-radius: 0.3rem; } - @media (min-width: 576px) { - .jumbotron { - padding: 4rem 2rem; } } - -.jumbotron-fluid { - padding-right: 0; - padding-left: 0; - border-radius: 0; } - -.alert { - position: relative; - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; } - -.alert-heading { - color: inherit; } - -.alert-link { - font-weight: 700; } - -.alert-dismissible { - padding-right: 4rem; } - .alert-dismissible .close { - position: absolute; - top: 0; - right: 0; - padding: 0.75rem 1.25rem; - color: inherit; } - -.alert-primary { - color: #004085; - background-color: #cce5ff; - border-color: #b8daff; } - .alert-primary hr { - border-top-color: #9fcdff; } - .alert-primary .alert-link { - color: #002752; } - -.alert-secondary { - color: #383d41; - background-color: #e2e3e5; - border-color: #d6d8db; } - .alert-secondary hr { - border-top-color: #c8cbcf; } - .alert-secondary .alert-link { - color: #202326; } - -.alert-success { - color: #155724; - background-color: #d4edda; - border-color: #c3e6cb; } - .alert-success hr { - border-top-color: #b1dfbb; } - .alert-success .alert-link { - color: #0b2e13; } - -.alert-info { - color: #0c5460; - background-color: #d1ecf1; - border-color: #bee5eb; } - .alert-info hr { - border-top-color: #abdde5; } - .alert-info .alert-link { - color: #062c33; } - -.alert-warning { - color: #856404; - background-color: #fff3cd; - border-color: #ffeeba; } - .alert-warning hr { - border-top-color: #ffe8a1; } - .alert-warning .alert-link { - color: #533f03; } - -.alert-danger { - color: #721c24; - background-color: #f8d7da; - border-color: #f5c6cb; } - .alert-danger hr { - border-top-color: #f1b0b7; } - .alert-danger .alert-link { - color: #491217; } - -.alert-light { - color: #818182; - background-color: #fefefe; - border-color: #fdfdfe; } - .alert-light hr { - border-top-color: #ececf6; } - .alert-light .alert-link { - color: #686868; } - -.alert-dark { - color: #1b1e21; - background-color: #d6d8d9; - border-color: #c6c8ca; } - .alert-dark hr { - border-top-color: #b9bbbe; } - .alert-dark .alert-link { - color: #040505; } - -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 1rem 0; } - to { - background-position: 0 0; } } - -@keyframes progress-bar-stripes { - from { - background-position: 1rem 0; } - to { - background-position: 0 0; } } - -.progress { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - height: 1rem; - overflow: hidden; - font-size: 0.75rem; - background-color: #e9ecef; - border-radius: 0.25rem; } - -.progress-bar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - color: #fff; - text-align: center; - white-space: nowrap; - background-color: #007bff; - -webkit-transition: width 0.6s ease; - -o-transition: width 0.6s ease; - transition: width 0.6s ease; } - @media screen and (prefers-reduced-motion: reduce) { - .progress-bar { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - -.progress-bar-striped { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 1rem 1rem; } - -.progress-bar-animated { - -webkit-animation: progress-bar-stripes 1s linear infinite; - animation: progress-bar-stripes 1s linear infinite; } - -.media { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; } - -.media-body { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; } - -.list-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; } - -.list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; } - .list-group-item-action:hover, .list-group-item-action:focus { - color: #495057; - text-decoration: none; - background-color: #f8f9fa; } - .list-group-item-action:active { - color: #212529; - background-color: #e9ecef; } - -.list-group-item { - position: relative; - display: block; - padding: 0.75rem 1.25rem; - margin-bottom: -1px; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); } - .list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; } - .list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; } - .list-group-item:hover, .list-group-item:focus { - z-index: 1; - text-decoration: none; } - .list-group-item.disabled, .list-group-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: #fff; } - .list-group-item.active { - z-index: 2; - color: #fff; - background-color: #007bff; - border-color: #007bff; } - -.list-group-flush .list-group-item { - border-right: 0; - border-left: 0; - border-radius: 0; } - .list-group-flush .list-group-item:last-child { - margin-bottom: -1px; } - -.list-group-flush:first-child .list-group-item:first-child { - border-top: 0; } - -.list-group-flush:last-child .list-group-item:last-child { - margin-bottom: 0; - border-bottom: 0; } - -.list-group-item-primary { - color: #004085; - background-color: #b8daff; } - .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { - color: #004085; - background-color: #9fcdff; } - .list-group-item-primary.list-group-item-action.active { - color: #fff; - background-color: #004085; - border-color: #004085; } - -.list-group-item-secondary { - color: #383d41; - background-color: #d6d8db; } - .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { - color: #383d41; - background-color: #c8cbcf; } - .list-group-item-secondary.list-group-item-action.active { - color: #fff; - background-color: #383d41; - border-color: #383d41; } - -.list-group-item-success { - color: #155724; - background-color: #c3e6cb; } - .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { - color: #155724; - background-color: #b1dfbb; } - .list-group-item-success.list-group-item-action.active { - color: #fff; - background-color: #155724; - border-color: #155724; } - -.list-group-item-info { - color: #0c5460; - background-color: #bee5eb; } - .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { - color: #0c5460; - background-color: #abdde5; } - .list-group-item-info.list-group-item-action.active { - color: #fff; - background-color: #0c5460; - border-color: #0c5460; } - -.list-group-item-warning { - color: #856404; - background-color: #ffeeba; } - .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { - color: #856404; - background-color: #ffe8a1; } - .list-group-item-warning.list-group-item-action.active { - color: #fff; - background-color: #856404; - border-color: #856404; } - -.list-group-item-danger { - color: #721c24; - background-color: #f5c6cb; } - .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { - color: #721c24; - background-color: #f1b0b7; } - .list-group-item-danger.list-group-item-action.active { - color: #fff; - background-color: #721c24; - border-color: #721c24; } - -.list-group-item-light { - color: #818182; - background-color: #fdfdfe; } - .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { - color: #818182; - background-color: #ececf6; } - .list-group-item-light.list-group-item-action.active { - color: #fff; - background-color: #818182; - border-color: #818182; } - -.list-group-item-dark { - color: #1b1e21; - background-color: #c6c8ca; } - .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { - color: #1b1e21; - background-color: #b9bbbe; } - .list-group-item-dark.list-group-item-action.active { - color: #fff; - background-color: #1b1e21; - border-color: #1b1e21; } - -.close { - float: right; - font-size: 1.5rem; - font-weight: 700; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - opacity: .5; } - .close:hover { - color: #000; - text-decoration: none; } - .close:not(:disabled):not(.disabled) { - cursor: pointer; } - .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { - opacity: .75; } - -button.close { - padding: 0; - background-color: transparent; - border: 0; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } - -a.close.disabled { - pointer-events: none; } - -.toast { - max-width: 350px; - overflow: hidden; - font-size: 0.875rem; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.1); - border-radius: 0.25rem; - -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); - box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); - opacity: 0; } - .toast:not(:last-child) { - margin-bottom: 0.75rem; } - .toast.showing { - opacity: 1; } - .toast.show { - display: block; - opacity: 1; } - .toast.hide { - display: none; } - -.toast-header { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 0.25rem 0.75rem; - color: #6c757d; - background-color: rgba(255, 255, 255, 0.85); - background-clip: padding-box; - border-bottom: 1px solid rgba(0, 0, 0, 0.05); } - -.toast-body { - padding: 0.75rem; } - -.modal-open { - overflow: hidden; } - .modal-open .modal { - overflow-x: hidden; - overflow-y: auto; } - -.modal { - position: fixed; - top: 0; - left: 0; - z-index: 1050; - display: none; - width: 100%; - height: 100%; - overflow: hidden; - outline: 0; } - -.modal-dialog { - position: relative; - width: auto; - margin: 0.5rem; - pointer-events: none; } - .modal.fade .modal-dialog { - -webkit-transition: -webkit-transform 0.3s ease-out; - transition: -webkit-transform 0.3s ease-out; - -o-transition: transform 0.3s ease-out; - transition: transform 0.3s ease-out; - transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; - -webkit-transform: translate(0, -50px); - -ms-transform: translate(0, -50px); - transform: translate(0, -50px); } - @media screen and (prefers-reduced-motion: reduce) { - .modal.fade .modal-dialog { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .modal.show .modal-dialog { - -webkit-transform: none; - -ms-transform: none; - transform: none; } - -.modal-dialog-centered { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: calc(100% - (0.5rem * 2)); } - .modal-dialog-centered::before { - display: block; - height: calc(100vh - (0.5rem * 2)); - content: ""; } - -.modal-content { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; - outline: 0; } - -.modal-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; } - .modal-backdrop.fade { - opacity: 0; } - .modal-backdrop.show { - opacity: 0.5; } - -.modal-header { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 1rem 1rem; - border-bottom: 1px solid #e9ecef; - border-top-left-radius: 0.3rem; - border-top-right-radius: 0.3rem; } - .modal-header .close { - padding: 1rem 1rem; - margin: -1rem -1rem -1rem auto; } - -.modal-title { - margin-bottom: 0; - line-height: 1.5; } - -.modal-body { - position: relative; - -webkit-box-flex: 1; - -ms-flex: 1 1 auto; - flex: 1 1 auto; - padding: 1rem; } - -.modal-footer { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; - padding: 1rem; - border-top: 1px solid #e9ecef; - border-bottom-right-radius: 0.3rem; - border-bottom-left-radius: 0.3rem; } - .modal-footer > :not(:first-child) { - margin-left: .25rem; } - .modal-footer > :not(:last-child) { - margin-right: .25rem; } - -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; } - -@media (min-width: 576px) { - .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; } - .modal-dialog-centered { - min-height: calc(100% - (1.75rem * 2)); } - .modal-dialog-centered::before { - height: calc(100vh - (1.75rem * 2)); } - .modal-sm { - max-width: 300px; } } - -@media (min-width: 992px) { - .modal-lg, - .modal-xl { - max-width: 800px; } } - -@media (min-width: 1200px) { - .modal-xl { - max-width: 1140px; } } - -.tooltip { - position: absolute; - z-index: 1070; - display: block; - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - opacity: 0; } - .tooltip.show { - opacity: 0.9; } - .tooltip .arrow { - position: absolute; - display: block; - width: 0.8rem; - height: 0.4rem; } - .tooltip .arrow::before { - position: absolute; - content: ""; - border-color: transparent; - border-style: solid; } - -.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] { - padding: 0.4rem 0; } - .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { - bottom: 0; } - .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { - top: 0; - border-width: 0.4rem 0.4rem 0; - border-top-color: #000; } - -.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] { - padding: 0 0.4rem; } - .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { - left: 0; - width: 0.4rem; - height: 0.8rem; } - .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { - right: 0; - border-width: 0.4rem 0.4rem 0.4rem 0; - border-right-color: #000; } - -.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] { - padding: 0.4rem 0; } - .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { - top: 0; } - .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { - bottom: 0; - border-width: 0 0.4rem 0.4rem; - border-bottom-color: #000; } - -.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] { - padding: 0 0.4rem; } - .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { - right: 0; - width: 0.4rem; - height: 0.8rem; } - .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { - left: 0; - border-width: 0.4rem 0 0.4rem 0.4rem; - border-left-color: #000; } - -.tooltip-inner { - max-width: 200px; - padding: 0.25rem 0.5rem; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 0.25rem; } - -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: block; - max-width: 276px; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - font-style: normal; - font-weight: 400; - line-height: 1.5; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - white-space: normal; - line-break: auto; - font-size: 0.875rem; - word-wrap: break-word; - background-color: #fff; - background-clip: padding-box; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 0.3rem; } - .popover .arrow { - position: absolute; - display: block; - width: 1rem; - height: 0.5rem; - margin: 0 0.3rem; } - .popover .arrow::before, .popover .arrow::after { - position: absolute; - display: block; - content: ""; - border-color: transparent; - border-style: solid; } - -.bs-popover-top, .bs-popover-auto[x-placement^="top"] { - margin-bottom: 0.5rem; } - .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow { - bottom: calc((0.5rem + 1px) * -1); } - .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, - .bs-popover-top .arrow::after, - .bs-popover-auto[x-placement^="top"] .arrow::after { - border-width: 0.5rem 0.5rem 0; } - .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before { - bottom: 0; - border-top-color: rgba(0, 0, 0, 0.25); } - - .bs-popover-top .arrow::after, - .bs-popover-auto[x-placement^="top"] .arrow::after { - bottom: 1px; - border-top-color: #fff; } - -.bs-popover-right, .bs-popover-auto[x-placement^="right"] { - margin-left: 0.5rem; } - .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow { - left: calc((0.5rem + 1px) * -1); - width: 0.5rem; - height: 1rem; - margin: 0.3rem 0; } - .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, - .bs-popover-right .arrow::after, - .bs-popover-auto[x-placement^="right"] .arrow::after { - border-width: 0.5rem 0.5rem 0.5rem 0; } - .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before { - left: 0; - border-right-color: rgba(0, 0, 0, 0.25); } - - .bs-popover-right .arrow::after, - .bs-popover-auto[x-placement^="right"] .arrow::after { - left: 1px; - border-right-color: #fff; } - -.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] { - margin-top: 0.5rem; } - .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow { - top: calc((0.5rem + 1px) * -1); } - .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, - .bs-popover-bottom .arrow::after, - .bs-popover-auto[x-placement^="bottom"] .arrow::after { - border-width: 0 0.5rem 0.5rem 0.5rem; } - .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before { - top: 0; - border-bottom-color: rgba(0, 0, 0, 0.25); } - - .bs-popover-bottom .arrow::after, - .bs-popover-auto[x-placement^="bottom"] .arrow::after { - top: 1px; - border-bottom-color: #fff; } - .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { - position: absolute; - top: 0; - left: 50%; - display: block; - width: 1rem; - margin-left: -0.5rem; - content: ""; - border-bottom: 1px solid #f7f7f7; } - -.bs-popover-left, .bs-popover-auto[x-placement^="left"] { - margin-right: 0.5rem; } - .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow { - right: calc((0.5rem + 1px) * -1); - width: 0.5rem; - height: 1rem; - margin: 0.3rem 0; } - .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, - .bs-popover-left .arrow::after, - .bs-popover-auto[x-placement^="left"] .arrow::after { - border-width: 0.5rem 0 0.5rem 0.5rem; } - .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before { - right: 0; - border-left-color: rgba(0, 0, 0, 0.25); } - - .bs-popover-left .arrow::after, - .bs-popover-auto[x-placement^="left"] .arrow::after { - right: 1px; - border-left-color: #fff; } - -.popover-header { - padding: 0.5rem 0.75rem; - margin-bottom: 0; - font-size: 1rem; - color: inherit; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-top-left-radius: calc(0.3rem - 1px); - border-top-right-radius: calc(0.3rem - 1px); } - .popover-header:empty { - display: none; } - -.popover-body { - padding: 0.5rem 0.75rem; - color: #212529; } - -.carousel { - position: relative; } - -.carousel.pointer-event { - -ms-touch-action: pan-y; - touch-action: pan-y; } - -.carousel-inner { - position: relative; - width: 100%; - overflow: hidden; } - .carousel-inner::after { - display: block; - clear: both; - content: ""; } - -.carousel-item { - position: relative; - display: none; - float: left; - width: 100%; - margin-right: -100%; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transition: -webkit-transform 0.6s ease-in-out; - transition: -webkit-transform 0.6s ease-in-out; - -o-transition: transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; } - @media screen and (prefers-reduced-motion: reduce) { - .carousel-item { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - -.carousel-item.active, -.carousel-item-next, -.carousel-item-prev { - display: block; } - -.carousel-item-next:not(.carousel-item-left), -.active.carousel-item-right { - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); } - -.carousel-item-prev:not(.carousel-item-right), -.active.carousel-item-left { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); } - -.carousel-fade .carousel-item { - opacity: 0; - -webkit-transition-property: opacity; - -o-transition-property: opacity; - transition-property: opacity; - -webkit-transform: none; - -ms-transform: none; - transform: none; } - -.carousel-fade .carousel-item.active, -.carousel-fade .carousel-item-next.carousel-item-left, -.carousel-fade .carousel-item-prev.carousel-item-right { - z-index: 1; - opacity: 1; } - -.carousel-fade .active.carousel-item-left, -.carousel-fade .active.carousel-item-right { - z-index: 0; - opacity: 0; - -webkit-transition: 0s 0.6s opacity; - -o-transition: 0s 0.6s opacity; - transition: 0s 0.6s opacity; } - @media screen and (prefers-reduced-motion: reduce) { - .carousel-fade .active.carousel-item-left, - .carousel-fade .active.carousel-item-right { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - -.carousel-control-prev, -.carousel-control-next { - position: absolute; - top: 0; - bottom: 0; - z-index: 1; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - width: 15%; - color: #fff; - text-align: center; - opacity: 0.5; - -webkit-transition: opacity 0.15s ease; - -o-transition: opacity 0.15s ease; - transition: opacity 0.15s ease; } - @media screen and (prefers-reduced-motion: reduce) { - .carousel-control-prev, - .carousel-control-next { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .carousel-control-prev:hover, .carousel-control-prev:focus, - .carousel-control-next:hover, - .carousel-control-next:focus { - color: #fff; - text-decoration: none; - outline: 0; - opacity: 0.9; } - -.carousel-control-prev { - left: 0; } - -.carousel-control-next { - right: 0; } - -.carousel-control-prev-icon, -.carousel-control-next-icon { - display: inline-block; - width: 20px; - height: 20px; - background: transparent no-repeat center center; - background-size: 100% 100%; } - -.carousel-control-prev-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); } - -.carousel-control-next-icon { - background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); } - -.carousel-indicators { - position: absolute; - right: 0; - bottom: 0; - left: 0; - z-index: 15; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding-left: 0; - margin-right: 15%; - margin-left: 15%; - list-style: none; } - .carousel-indicators li { - -webkit-box-sizing: content-box; - box-sizing: content-box; - -webkit-box-flex: 0; - -ms-flex: 0 1 auto; - flex: 0 1 auto; - width: 30px; - height: 3px; - margin-right: 3px; - margin-left: 3px; - text-indent: -999px; - cursor: pointer; - background-color: #fff; - background-clip: padding-box; - border-top: 10px solid transparent; - border-bottom: 10px solid transparent; - opacity: .5; - -webkit-transition: opacity 0.6s ease; - -o-transition: opacity 0.6s ease; - transition: opacity 0.6s ease; } - @media screen and (prefers-reduced-motion: reduce) { - .carousel-indicators li { - -webkit-transition: none; - -o-transition: none; - transition: none; } } - .carousel-indicators .active { - opacity: 1; } - -.carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; } - -@-webkit-keyframes spinner-border { - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -@keyframes spinner-border { - to { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -.spinner-border { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - border: 0.25em solid currentColor; - border-right-color: transparent; - border-radius: 50%; - -webkit-animation: spinner-border .75s linear infinite; - animation: spinner-border .75s linear infinite; } - -.spinner-border-sm { - width: 1rem; - height: 1rem; - border-width: 0.2em; } - -@-webkit-keyframes spinner-grow { - 0% { - -webkit-transform: scale(0); - transform: scale(0); } - 50% { - opacity: 1; } } - -@keyframes spinner-grow { - 0% { - -webkit-transform: scale(0); - transform: scale(0); } - 50% { - opacity: 1; } } - -.spinner-grow { - display: inline-block; - width: 2rem; - height: 2rem; - vertical-align: text-bottom; - background-color: currentColor; - border-radius: 50%; - opacity: 0; - -webkit-animation: spinner-grow .75s linear infinite; - animation: spinner-grow .75s linear infinite; } - -.spinner-grow-sm { - width: 1rem; - height: 1rem; } - -.align-baseline { - vertical-align: baseline !important; } - -.align-top { - vertical-align: top !important; } - -.align-middle { - vertical-align: middle !important; } - -.align-bottom { - vertical-align: bottom !important; } - -.align-text-bottom { - vertical-align: text-bottom !important; } - -.align-text-top { - vertical-align: text-top !important; } - -.bg-primary { - background-color: #007bff !important; } - -a.bg-primary:hover, a.bg-primary:focus, -button.bg-primary:hover, -button.bg-primary:focus { - background-color: #0062cc !important; } - -.bg-secondary { - background-color: #6c757d !important; } - -a.bg-secondary:hover, a.bg-secondary:focus, -button.bg-secondary:hover, -button.bg-secondary:focus { - background-color: #545b62 !important; } - -.bg-success { - background-color: #28a745 !important; } - -a.bg-success:hover, a.bg-success:focus, -button.bg-success:hover, -button.bg-success:focus { - background-color: #1e7e34 !important; } - -.bg-info { - background-color: #17a2b8 !important; } - -a.bg-info:hover, a.bg-info:focus, -button.bg-info:hover, -button.bg-info:focus { - background-color: #117a8b !important; } - -.bg-warning { - background-color: #ffc107 !important; } - -a.bg-warning:hover, a.bg-warning:focus, -button.bg-warning:hover, -button.bg-warning:focus { - background-color: #d39e00 !important; } - -.bg-danger { - background-color: #dc3545 !important; } - -a.bg-danger:hover, a.bg-danger:focus, -button.bg-danger:hover, -button.bg-danger:focus { - background-color: #bd2130 !important; } - -.bg-light { - background-color: #f8f9fa !important; } - -a.bg-light:hover, a.bg-light:focus, -button.bg-light:hover, -button.bg-light:focus { - background-color: #dae0e5 !important; } - -.bg-dark { - background-color: #343a40 !important; } - -a.bg-dark:hover, a.bg-dark:focus, -button.bg-dark:hover, -button.bg-dark:focus { - background-color: #1d2124 !important; } - -.bg-white { - background-color: #fff !important; } - -.bg-transparent { - background-color: transparent !important; } - -.border { - border: 1px solid #dee2e6 !important; } - -.border-top { - border-top: 1px solid #dee2e6 !important; } - -.border-right { - border-right: 1px solid #dee2e6 !important; } - -.border-bottom { - border-bottom: 1px solid #dee2e6 !important; } - -.border-left { - border-left: 1px solid #dee2e6 !important; } - -.border-0 { - border: 0 !important; } - -.border-top-0 { - border-top: 0 !important; } - -.border-right-0 { - border-right: 0 !important; } - -.border-bottom-0 { - border-bottom: 0 !important; } - -.border-left-0 { - border-left: 0 !important; } - -.border-primary { - border-color: #007bff !important; } - -.border-secondary { - border-color: #6c757d !important; } - -.border-success { - border-color: #28a745 !important; } - -.border-info { - border-color: #17a2b8 !important; } - -.border-warning { - border-color: #ffc107 !important; } - -.border-danger { - border-color: #dc3545 !important; } - -.border-light { - border-color: #f8f9fa !important; } - -.border-dark { - border-color: #343a40 !important; } - -.border-white { - border-color: #fff !important; } - -.rounded { - border-radius: 0.25rem !important; } - -.rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; } - -.rounded-right { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; } - -.rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; } - -.rounded-left { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; } - -.rounded-circle { - border-radius: 50% !important; } - -.rounded-pill { - border-radius: 50rem !important; } - -.rounded-0 { - border-radius: 0 !important; } - -.clearfix::after { - display: block; - clear: both; - content: ""; } - -.d-none { - display: none !important; } - -.d-inline { - display: inline !important; } - -.d-inline-block { - display: inline-block !important; } - -.d-block { - display: block !important; } - -.d-table { - display: table !important; } - -.d-table-row { - display: table-row !important; } - -.d-table-cell { - display: table-cell !important; } - -.d-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - -.d-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } - -@media (min-width: 576px) { - .d-sm-none { - display: none !important; } - .d-sm-inline { - display: inline !important; } - .d-sm-inline-block { - display: inline-block !important; } - .d-sm-block { - display: block !important; } - .d-sm-table { - display: table !important; } - .d-sm-table-row { - display: table-row !important; } - .d-sm-table-cell { - display: table-cell !important; } - .d-sm-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-sm-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -@media (min-width: 768px) { - .d-md-none { - display: none !important; } - .d-md-inline { - display: inline !important; } - .d-md-inline-block { - display: inline-block !important; } - .d-md-block { - display: block !important; } - .d-md-table { - display: table !important; } - .d-md-table-row { - display: table-row !important; } - .d-md-table-cell { - display: table-cell !important; } - .d-md-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-md-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -@media (min-width: 992px) { - .d-lg-none { - display: none !important; } - .d-lg-inline { - display: inline !important; } - .d-lg-inline-block { - display: inline-block !important; } - .d-lg-block { - display: block !important; } - .d-lg-table { - display: table !important; } - .d-lg-table-row { - display: table-row !important; } - .d-lg-table-cell { - display: table-cell !important; } - .d-lg-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-lg-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -@media (min-width: 1200px) { - .d-xl-none { - display: none !important; } - .d-xl-inline { - display: inline !important; } - .d-xl-inline-block { - display: inline-block !important; } - .d-xl-block { - display: block !important; } - .d-xl-table { - display: table !important; } - .d-xl-table-row { - display: table-row !important; } - .d-xl-table-cell { - display: table-cell !important; } - .d-xl-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-xl-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -@media print { - .d-print-none { - display: none !important; } - .d-print-inline { - display: inline !important; } - .d-print-inline-block { - display: inline-block !important; } - .d-print-block { - display: block !important; } - .d-print-table { - display: table !important; } - .d-print-table-row { - display: table-row !important; } - .d-print-table-cell { - display: table-cell !important; } - .d-print-flex { - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; } - .d-print-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; } } - -.embed-responsive { - position: relative; - display: block; - width: 100%; - padding: 0; - overflow: hidden; } - .embed-responsive::before { - display: block; - content: ""; } - .embed-responsive .embed-responsive-item, - .embed-responsive iframe, - .embed-responsive embed, - .embed-responsive object, - .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; } - -.embed-responsive-21by9::before { - padding-top: 42.85714%; } - -.embed-responsive-16by9::before { - padding-top: 56.25%; } - -.embed-responsive-3by4::before { - padding-top: 133.33333%; } - -.embed-responsive-1by1::before { - padding-top: 100%; } - -.flex-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - -.flex-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - -.flex-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - -.flex-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - -.flex-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - -.flex-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - -.flex-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - -.flex-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - -.flex-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - -.flex-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - -.flex-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - -.flex-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - -.justify-content-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - -.justify-content-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - -.justify-content-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - -.justify-content-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - -.justify-content-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - -.align-items-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - -.align-items-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - -.align-items-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - -.align-items-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - -.align-items-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - -.align-content-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - -.align-content-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - -.align-content-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - -.align-content-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - -.align-content-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - -.align-content-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - -.align-self-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - -.align-self-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - -.align-self-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - -.align-self-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - -.align-self-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - -.align-self-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } - -@media (min-width: 576px) { - .flex-sm-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - .flex-sm-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - .flex-sm-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - .flex-sm-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - .flex-sm-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - .flex-sm-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - .flex-sm-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - .flex-sm-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - .flex-sm-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - .flex-sm-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - .flex-sm-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - .flex-sm-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - .justify-content-sm-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - .justify-content-sm-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - .justify-content-sm-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - .justify-content-sm-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - .justify-content-sm-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - .align-items-sm-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - .align-items-sm-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - .align-items-sm-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - .align-items-sm-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - .align-items-sm-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - .align-content-sm-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - .align-content-sm-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - .align-content-sm-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - .align-content-sm-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - .align-content-sm-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - .align-content-sm-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - .align-self-sm-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - .align-self-sm-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - .align-self-sm-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - .align-self-sm-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - .align-self-sm-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - .align-self-sm-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } } - -@media (min-width: 768px) { - .flex-md-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - .flex-md-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - .flex-md-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - .flex-md-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - .flex-md-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - .flex-md-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - .flex-md-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - .flex-md-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - .flex-md-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - .flex-md-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - .flex-md-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - .flex-md-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - .justify-content-md-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - .justify-content-md-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - .justify-content-md-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - .justify-content-md-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - .justify-content-md-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - .align-items-md-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - .align-items-md-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - .align-items-md-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - .align-items-md-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - .align-items-md-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - .align-content-md-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - .align-content-md-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - .align-content-md-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - .align-content-md-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - .align-content-md-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - .align-content-md-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - .align-self-md-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - .align-self-md-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - .align-self-md-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - .align-self-md-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - .align-self-md-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - .align-self-md-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } } - -@media (min-width: 992px) { - .flex-lg-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - .flex-lg-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - .flex-lg-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - .flex-lg-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - .flex-lg-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - .flex-lg-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - .flex-lg-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - .flex-lg-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - .flex-lg-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - .flex-lg-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - .flex-lg-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - .flex-lg-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - .justify-content-lg-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - .justify-content-lg-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - .justify-content-lg-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - .justify-content-lg-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - .justify-content-lg-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - .align-items-lg-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - .align-items-lg-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - .align-items-lg-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - .align-items-lg-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - .align-items-lg-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - .align-content-lg-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - .align-content-lg-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - .align-content-lg-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - .align-content-lg-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - .align-content-lg-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - .align-content-lg-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - .align-self-lg-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - .align-self-lg-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - .align-self-lg-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - .align-self-lg-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - .align-self-lg-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - .align-self-lg-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } } - -@media (min-width: 1200px) { - .flex-xl-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; } - .flex-xl-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; } - .flex-xl-row-reverse { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; } - .flex-xl-column-reverse { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; } - .flex-xl-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; } - .flex-xl-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; } - .flex-xl-wrap-reverse { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; } - .flex-xl-fill { - -webkit-box-flex: 1 !important; - -ms-flex: 1 1 auto !important; - flex: 1 1 auto !important; } - .flex-xl-grow-0 { - -webkit-box-flex: 0 !important; - -ms-flex-positive: 0 !important; - flex-grow: 0 !important; } - .flex-xl-grow-1 { - -webkit-box-flex: 1 !important; - -ms-flex-positive: 1 !important; - flex-grow: 1 !important; } - .flex-xl-shrink-0 { - -ms-flex-negative: 0 !important; - flex-shrink: 0 !important; } - .flex-xl-shrink-1 { - -ms-flex-negative: 1 !important; - flex-shrink: 1 !important; } - .justify-content-xl-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; } - .justify-content-xl-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; } - .justify-content-xl-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; } - .justify-content-xl-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; } - .justify-content-xl-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; } - .align-items-xl-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; } - .align-items-xl-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; } - .align-items-xl-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; } - .align-items-xl-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; } - .align-items-xl-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; } - .align-content-xl-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; } - .align-content-xl-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; } - .align-content-xl-center { - -ms-flex-line-pack: center !important; - align-content: center !important; } - .align-content-xl-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; } - .align-content-xl-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; } - .align-content-xl-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; } - .align-self-xl-auto { - -ms-flex-item-align: auto !important; - align-self: auto !important; } - .align-self-xl-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; } - .align-self-xl-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; } - .align-self-xl-center { - -ms-flex-item-align: center !important; - align-self: center !important; } - .align-self-xl-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; } - .align-self-xl-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; } } - -.float-left { - float: left !important; } - -.float-right { - float: right !important; } - -.float-none { - float: none !important; } - -@media (min-width: 576px) { - .float-sm-left { - float: left !important; } - .float-sm-right { - float: right !important; } - .float-sm-none { - float: none !important; } } - -@media (min-width: 768px) { - .float-md-left { - float: left !important; } - .float-md-right { - float: right !important; } - .float-md-none { - float: none !important; } } - -@media (min-width: 992px) { - .float-lg-left { - float: left !important; } - .float-lg-right { - float: right !important; } - .float-lg-none { - float: none !important; } } - -@media (min-width: 1200px) { - .float-xl-left { - float: left !important; } - .float-xl-right { - float: right !important; } - .float-xl-none { - float: none !important; } } - -.overflow-auto { - overflow: auto !important; } - -.overflow-hidden { - overflow: hidden !important; } - -.position-static { - position: static !important; } - -.position-relative { - position: relative !important; } - -.position-absolute { - position: absolute !important; } - -.position-fixed { - position: fixed !important; } - -.position-sticky { - position: -webkit-sticky !important; - position: sticky !important; } - -.fixed-top { - position: fixed; - top: 0; - right: 0; - left: 0; - z-index: 1030; } - -.fixed-bottom { - position: fixed; - right: 0; - bottom: 0; - left: 0; - z-index: 1030; } - -@supports ((position: -webkit-sticky) or (position: sticky)) { - .sticky-top { - position: -webkit-sticky; - position: sticky; - top: 0; - z-index: 1020; } } - -.sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border: 0; } - -.sr-only-focusable:active, .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - overflow: visible; - clip: auto; - white-space: normal; } - -.shadow-sm { - -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } - -.shadow { - -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } - -.shadow-lg { - -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } - -.shadow-none { - -webkit-box-shadow: none !important; - box-shadow: none !important; } - -.w-25 { - width: 25% !important; } - -.w-50 { - width: 50% !important; } - -.w-75 { - width: 75% !important; } - -.w-100 { - width: 100% !important; } - -.w-auto { - width: auto !important; } - -.h-25 { - height: 25% !important; } - -.h-50 { - height: 50% !important; } - -.h-75 { - height: 75% !important; } - -.h-100 { - height: 100% !important; } - -.h-auto { - height: auto !important; } - -.mw-100 { - max-width: 100% !important; } - -.mh-100 { - max-height: 100% !important; } - -.min-vw-100 { - min-width: 100vw !important; } - -.min-vh-100 { - min-height: 100vh !important; } - -.vw-100 { - width: 100vw !important; } - -.vh-100 { - height: 100vh !important; } - -.m-0 { - margin: 0 !important; } - -.mt-0, -.my-0 { - margin-top: 0 !important; } - -.mr-0, -.mx-0 { - margin-right: 0 !important; } - -.mb-0, -.my-0 { - margin-bottom: 0 !important; } - -.ml-0, -.mx-0 { - margin-left: 0 !important; } - -.m-1 { - margin: 0.25rem !important; } - -.mt-1, -.my-1 { - margin-top: 0.25rem !important; } - -.mr-1, -.mx-1 { - margin-right: 0.25rem !important; } - -.mb-1, -.my-1 { - margin-bottom: 0.25rem !important; } - -.ml-1, -.mx-1 { - margin-left: 0.25rem !important; } - -.m-2 { - margin: 0.5rem !important; } - -.mt-2, -.my-2 { - margin-top: 0.5rem !important; } - -.mr-2, -.mx-2 { - margin-right: 0.5rem !important; } - -.mb-2, -.my-2 { - margin-bottom: 0.5rem !important; } - -.ml-2, -.mx-2 { - margin-left: 0.5rem !important; } - -.m-3 { - margin: 1rem !important; } - -.mt-3, -.my-3 { - margin-top: 1rem !important; } - -.mr-3, -.mx-3 { - margin-right: 1rem !important; } - -.mb-3, -.my-3 { - margin-bottom: 1rem !important; } - -.ml-3, -.mx-3 { - margin-left: 1rem !important; } - -.m-4 { - margin: 1.5rem !important; } - -.mt-4, -.my-4 { - margin-top: 1.5rem !important; } - -.mr-4, -.mx-4 { - margin-right: 1.5rem !important; } - -.mb-4, -.my-4 { - margin-bottom: 1.5rem !important; } - -.ml-4, -.mx-4 { - margin-left: 1.5rem !important; } - -.m-5 { - margin: 3rem !important; } - -.mt-5, -.my-5 { - margin-top: 3rem !important; } - -.mr-5, -.mx-5 { - margin-right: 3rem !important; } - -.mb-5, -.my-5 { - margin-bottom: 3rem !important; } - -.ml-5, -.mx-5 { - margin-left: 3rem !important; } - -.p-0 { - padding: 0 !important; } - -.pt-0, -.py-0 { - padding-top: 0 !important; } - -.pr-0, -.px-0 { - padding-right: 0 !important; } - -.pb-0, -.py-0 { - padding-bottom: 0 !important; } - -.pl-0, -.px-0 { - padding-left: 0 !important; } - -.p-1 { - padding: 0.25rem !important; } - -.pt-1, -.py-1 { - padding-top: 0.25rem !important; } - -.pr-1, -.px-1 { - padding-right: 0.25rem !important; } - -.pb-1, -.py-1 { - padding-bottom: 0.25rem !important; } - -.pl-1, -.px-1 { - padding-left: 0.25rem !important; } - -.p-2 { - padding: 0.5rem !important; } - -.pt-2, -.py-2 { - padding-top: 0.5rem !important; } - -.pr-2, -.px-2 { - padding-right: 0.5rem !important; } - -.pb-2, -.py-2 { - padding-bottom: 0.5rem !important; } - -.pl-2, -.px-2 { - padding-left: 0.5rem !important; } - -.p-3 { - padding: 1rem !important; } - -.pt-3, -.py-3 { - padding-top: 1rem !important; } - -.pr-3, -.px-3 { - padding-right: 1rem !important; } - -.pb-3, -.py-3 { - padding-bottom: 1rem !important; } - -.pl-3, -.px-3 { - padding-left: 1rem !important; } - -.p-4 { - padding: 1.5rem !important; } - -.pt-4, -.py-4 { - padding-top: 1.5rem !important; } - -.pr-4, -.px-4 { - padding-right: 1.5rem !important; } - -.pb-4, -.py-4 { - padding-bottom: 1.5rem !important; } - -.pl-4, -.px-4 { - padding-left: 1.5rem !important; } - -.p-5 { - padding: 3rem !important; } - -.pt-5, -.py-5 { - padding-top: 3rem !important; } - -.pr-5, -.px-5 { - padding-right: 3rem !important; } - -.pb-5, -.py-5 { - padding-bottom: 3rem !important; } - -.pl-5, -.px-5 { - padding-left: 3rem !important; } - -.m-n1 { - margin: -0.25rem !important; } - -.mt-n1, -.my-n1 { - margin-top: -0.25rem !important; } - -.mr-n1, -.mx-n1 { - margin-right: -0.25rem !important; } - -.mb-n1, -.my-n1 { - margin-bottom: -0.25rem !important; } - -.ml-n1, -.mx-n1 { - margin-left: -0.25rem !important; } - -.m-n2 { - margin: -0.5rem !important; } - -.mt-n2, -.my-n2 { - margin-top: -0.5rem !important; } - -.mr-n2, -.mx-n2 { - margin-right: -0.5rem !important; } - -.mb-n2, -.my-n2 { - margin-bottom: -0.5rem !important; } - -.ml-n2, -.mx-n2 { - margin-left: -0.5rem !important; } - -.m-n3 { - margin: -1rem !important; } - -.mt-n3, -.my-n3 { - margin-top: -1rem !important; } - -.mr-n3, -.mx-n3 { - margin-right: -1rem !important; } - -.mb-n3, -.my-n3 { - margin-bottom: -1rem !important; } - -.ml-n3, -.mx-n3 { - margin-left: -1rem !important; } - -.m-n4 { - margin: -1.5rem !important; } - -.mt-n4, -.my-n4 { - margin-top: -1.5rem !important; } - -.mr-n4, -.mx-n4 { - margin-right: -1.5rem !important; } - -.mb-n4, -.my-n4 { - margin-bottom: -1.5rem !important; } - -.ml-n4, -.mx-n4 { - margin-left: -1.5rem !important; } - -.m-n5 { - margin: -3rem !important; } - -.mt-n5, -.my-n5 { - margin-top: -3rem !important; } - -.mr-n5, -.mx-n5 { - margin-right: -3rem !important; } - -.mb-n5, -.my-n5 { - margin-bottom: -3rem !important; } - -.ml-n5, -.mx-n5 { - margin-left: -3rem !important; } - -.m-auto { - margin: auto !important; } - -.mt-auto, -.my-auto { - margin-top: auto !important; } - -.mr-auto, -.mx-auto { - margin-right: auto !important; } - -.mb-auto, -.my-auto { - margin-bottom: auto !important; } - -.ml-auto, -.mx-auto { - margin-left: auto !important; } - -@media (min-width: 576px) { - .m-sm-0 { - margin: 0 !important; } - .mt-sm-0, - .my-sm-0 { - margin-top: 0 !important; } - .mr-sm-0, - .mx-sm-0 { - margin-right: 0 !important; } - .mb-sm-0, - .my-sm-0 { - margin-bottom: 0 !important; } - .ml-sm-0, - .mx-sm-0 { - margin-left: 0 !important; } - .m-sm-1 { - margin: 0.25rem !important; } - .mt-sm-1, - .my-sm-1 { - margin-top: 0.25rem !important; } - .mr-sm-1, - .mx-sm-1 { - margin-right: 0.25rem !important; } - .mb-sm-1, - .my-sm-1 { - margin-bottom: 0.25rem !important; } - .ml-sm-1, - .mx-sm-1 { - margin-left: 0.25rem !important; } - .m-sm-2 { - margin: 0.5rem !important; } - .mt-sm-2, - .my-sm-2 { - margin-top: 0.5rem !important; } - .mr-sm-2, - .mx-sm-2 { - margin-right: 0.5rem !important; } - .mb-sm-2, - .my-sm-2 { - margin-bottom: 0.5rem !important; } - .ml-sm-2, - .mx-sm-2 { - margin-left: 0.5rem !important; } - .m-sm-3 { - margin: 1rem !important; } - .mt-sm-3, - .my-sm-3 { - margin-top: 1rem !important; } - .mr-sm-3, - .mx-sm-3 { - margin-right: 1rem !important; } - .mb-sm-3, - .my-sm-3 { - margin-bottom: 1rem !important; } - .ml-sm-3, - .mx-sm-3 { - margin-left: 1rem !important; } - .m-sm-4 { - margin: 1.5rem !important; } - .mt-sm-4, - .my-sm-4 { - margin-top: 1.5rem !important; } - .mr-sm-4, - .mx-sm-4 { - margin-right: 1.5rem !important; } - .mb-sm-4, - .my-sm-4 { - margin-bottom: 1.5rem !important; } - .ml-sm-4, - .mx-sm-4 { - margin-left: 1.5rem !important; } - .m-sm-5 { - margin: 3rem !important; } - .mt-sm-5, - .my-sm-5 { - margin-top: 3rem !important; } - .mr-sm-5, - .mx-sm-5 { - margin-right: 3rem !important; } - .mb-sm-5, - .my-sm-5 { - margin-bottom: 3rem !important; } - .ml-sm-5, - .mx-sm-5 { - margin-left: 3rem !important; } - .p-sm-0 { - padding: 0 !important; } - .pt-sm-0, - .py-sm-0 { - padding-top: 0 !important; } - .pr-sm-0, - .px-sm-0 { - padding-right: 0 !important; } - .pb-sm-0, - .py-sm-0 { - padding-bottom: 0 !important; } - .pl-sm-0, - .px-sm-0 { - padding-left: 0 !important; } - .p-sm-1 { - padding: 0.25rem !important; } - .pt-sm-1, - .py-sm-1 { - padding-top: 0.25rem !important; } - .pr-sm-1, - .px-sm-1 { - padding-right: 0.25rem !important; } - .pb-sm-1, - .py-sm-1 { - padding-bottom: 0.25rem !important; } - .pl-sm-1, - .px-sm-1 { - padding-left: 0.25rem !important; } - .p-sm-2 { - padding: 0.5rem !important; } - .pt-sm-2, - .py-sm-2 { - padding-top: 0.5rem !important; } - .pr-sm-2, - .px-sm-2 { - padding-right: 0.5rem !important; } - .pb-sm-2, - .py-sm-2 { - padding-bottom: 0.5rem !important; } - .pl-sm-2, - .px-sm-2 { - padding-left: 0.5rem !important; } - .p-sm-3 { - padding: 1rem !important; } - .pt-sm-3, - .py-sm-3 { - padding-top: 1rem !important; } - .pr-sm-3, - .px-sm-3 { - padding-right: 1rem !important; } - .pb-sm-3, - .py-sm-3 { - padding-bottom: 1rem !important; } - .pl-sm-3, - .px-sm-3 { - padding-left: 1rem !important; } - .p-sm-4 { - padding: 1.5rem !important; } - .pt-sm-4, - .py-sm-4 { - padding-top: 1.5rem !important; } - .pr-sm-4, - .px-sm-4 { - padding-right: 1.5rem !important; } - .pb-sm-4, - .py-sm-4 { - padding-bottom: 1.5rem !important; } - .pl-sm-4, - .px-sm-4 { - padding-left: 1.5rem !important; } - .p-sm-5 { - padding: 3rem !important; } - .pt-sm-5, - .py-sm-5 { - padding-top: 3rem !important; } - .pr-sm-5, - .px-sm-5 { - padding-right: 3rem !important; } - .pb-sm-5, - .py-sm-5 { - padding-bottom: 3rem !important; } - .pl-sm-5, - .px-sm-5 { - padding-left: 3rem !important; } - .m-sm-n1 { - margin: -0.25rem !important; } - .mt-sm-n1, - .my-sm-n1 { - margin-top: -0.25rem !important; } - .mr-sm-n1, - .mx-sm-n1 { - margin-right: -0.25rem !important; } - .mb-sm-n1, - .my-sm-n1 { - margin-bottom: -0.25rem !important; } - .ml-sm-n1, - .mx-sm-n1 { - margin-left: -0.25rem !important; } - .m-sm-n2 { - margin: -0.5rem !important; } - .mt-sm-n2, - .my-sm-n2 { - margin-top: -0.5rem !important; } - .mr-sm-n2, - .mx-sm-n2 { - margin-right: -0.5rem !important; } - .mb-sm-n2, - .my-sm-n2 { - margin-bottom: -0.5rem !important; } - .ml-sm-n2, - .mx-sm-n2 { - margin-left: -0.5rem !important; } - .m-sm-n3 { - margin: -1rem !important; } - .mt-sm-n3, - .my-sm-n3 { - margin-top: -1rem !important; } - .mr-sm-n3, - .mx-sm-n3 { - margin-right: -1rem !important; } - .mb-sm-n3, - .my-sm-n3 { - margin-bottom: -1rem !important; } - .ml-sm-n3, - .mx-sm-n3 { - margin-left: -1rem !important; } - .m-sm-n4 { - margin: -1.5rem !important; } - .mt-sm-n4, - .my-sm-n4 { - margin-top: -1.5rem !important; } - .mr-sm-n4, - .mx-sm-n4 { - margin-right: -1.5rem !important; } - .mb-sm-n4, - .my-sm-n4 { - margin-bottom: -1.5rem !important; } - .ml-sm-n4, - .mx-sm-n4 { - margin-left: -1.5rem !important; } - .m-sm-n5 { - margin: -3rem !important; } - .mt-sm-n5, - .my-sm-n5 { - margin-top: -3rem !important; } - .mr-sm-n5, - .mx-sm-n5 { - margin-right: -3rem !important; } - .mb-sm-n5, - .my-sm-n5 { - margin-bottom: -3rem !important; } - .ml-sm-n5, - .mx-sm-n5 { - margin-left: -3rem !important; } - .m-sm-auto { - margin: auto !important; } - .mt-sm-auto, - .my-sm-auto { - margin-top: auto !important; } - .mr-sm-auto, - .mx-sm-auto { - margin-right: auto !important; } - .mb-sm-auto, - .my-sm-auto { - margin-bottom: auto !important; } - .ml-sm-auto, - .mx-sm-auto { - margin-left: auto !important; } } - -@media (min-width: 768px) { - .m-md-0 { - margin: 0 !important; } - .mt-md-0, - .my-md-0 { - margin-top: 0 !important; } - .mr-md-0, - .mx-md-0 { - margin-right: 0 !important; } - .mb-md-0, - .my-md-0 { - margin-bottom: 0 !important; } - .ml-md-0, - .mx-md-0 { - margin-left: 0 !important; } - .m-md-1 { - margin: 0.25rem !important; } - .mt-md-1, - .my-md-1 { - margin-top: 0.25rem !important; } - .mr-md-1, - .mx-md-1 { - margin-right: 0.25rem !important; } - .mb-md-1, - .my-md-1 { - margin-bottom: 0.25rem !important; } - .ml-md-1, - .mx-md-1 { - margin-left: 0.25rem !important; } - .m-md-2 { - margin: 0.5rem !important; } - .mt-md-2, - .my-md-2 { - margin-top: 0.5rem !important; } - .mr-md-2, - .mx-md-2 { - margin-right: 0.5rem !important; } - .mb-md-2, - .my-md-2 { - margin-bottom: 0.5rem !important; } - .ml-md-2, - .mx-md-2 { - margin-left: 0.5rem !important; } - .m-md-3 { - margin: 1rem !important; } - .mt-md-3, - .my-md-3 { - margin-top: 1rem !important; } - .mr-md-3, - .mx-md-3 { - margin-right: 1rem !important; } - .mb-md-3, - .my-md-3 { - margin-bottom: 1rem !important; } - .ml-md-3, - .mx-md-3 { - margin-left: 1rem !important; } - .m-md-4 { - margin: 1.5rem !important; } - .mt-md-4, - .my-md-4 { - margin-top: 1.5rem !important; } - .mr-md-4, - .mx-md-4 { - margin-right: 1.5rem !important; } - .mb-md-4, - .my-md-4 { - margin-bottom: 1.5rem !important; } - .ml-md-4, - .mx-md-4 { - margin-left: 1.5rem !important; } - .m-md-5 { - margin: 3rem !important; } - .mt-md-5, - .my-md-5 { - margin-top: 3rem !important; } - .mr-md-5, - .mx-md-5 { - margin-right: 3rem !important; } - .mb-md-5, - .my-md-5 { - margin-bottom: 3rem !important; } - .ml-md-5, - .mx-md-5 { - margin-left: 3rem !important; } - .p-md-0 { - padding: 0 !important; } - .pt-md-0, - .py-md-0 { - padding-top: 0 !important; } - .pr-md-0, - .px-md-0 { - padding-right: 0 !important; } - .pb-md-0, - .py-md-0 { - padding-bottom: 0 !important; } - .pl-md-0, - .px-md-0 { - padding-left: 0 !important; } - .p-md-1 { - padding: 0.25rem !important; } - .pt-md-1, - .py-md-1 { - padding-top: 0.25rem !important; } - .pr-md-1, - .px-md-1 { - padding-right: 0.25rem !important; } - .pb-md-1, - .py-md-1 { - padding-bottom: 0.25rem !important; } - .pl-md-1, - .px-md-1 { - padding-left: 0.25rem !important; } - .p-md-2 { - padding: 0.5rem !important; } - .pt-md-2, - .py-md-2 { - padding-top: 0.5rem !important; } - .pr-md-2, - .px-md-2 { - padding-right: 0.5rem !important; } - .pb-md-2, - .py-md-2 { - padding-bottom: 0.5rem !important; } - .pl-md-2, - .px-md-2 { - padding-left: 0.5rem !important; } - .p-md-3 { - padding: 1rem !important; } - .pt-md-3, - .py-md-3 { - padding-top: 1rem !important; } - .pr-md-3, - .px-md-3 { - padding-right: 1rem !important; } - .pb-md-3, - .py-md-3 { - padding-bottom: 1rem !important; } - .pl-md-3, - .px-md-3 { - padding-left: 1rem !important; } - .p-md-4 { - padding: 1.5rem !important; } - .pt-md-4, - .py-md-4 { - padding-top: 1.5rem !important; } - .pr-md-4, - .px-md-4 { - padding-right: 1.5rem !important; } - .pb-md-4, - .py-md-4 { - padding-bottom: 1.5rem !important; } - .pl-md-4, - .px-md-4 { - padding-left: 1.5rem !important; } - .p-md-5 { - padding: 3rem !important; } - .pt-md-5, - .py-md-5 { - padding-top: 3rem !important; } - .pr-md-5, - .px-md-5 { - padding-right: 3rem !important; } - .pb-md-5, - .py-md-5 { - padding-bottom: 3rem !important; } - .pl-md-5, - .px-md-5 { - padding-left: 3rem !important; } - .m-md-n1 { - margin: -0.25rem !important; } - .mt-md-n1, - .my-md-n1 { - margin-top: -0.25rem !important; } - .mr-md-n1, - .mx-md-n1 { - margin-right: -0.25rem !important; } - .mb-md-n1, - .my-md-n1 { - margin-bottom: -0.25rem !important; } - .ml-md-n1, - .mx-md-n1 { - margin-left: -0.25rem !important; } - .m-md-n2 { - margin: -0.5rem !important; } - .mt-md-n2, - .my-md-n2 { - margin-top: -0.5rem !important; } - .mr-md-n2, - .mx-md-n2 { - margin-right: -0.5rem !important; } - .mb-md-n2, - .my-md-n2 { - margin-bottom: -0.5rem !important; } - .ml-md-n2, - .mx-md-n2 { - margin-left: -0.5rem !important; } - .m-md-n3 { - margin: -1rem !important; } - .mt-md-n3, - .my-md-n3 { - margin-top: -1rem !important; } - .mr-md-n3, - .mx-md-n3 { - margin-right: -1rem !important; } - .mb-md-n3, - .my-md-n3 { - margin-bottom: -1rem !important; } - .ml-md-n3, - .mx-md-n3 { - margin-left: -1rem !important; } - .m-md-n4 { - margin: -1.5rem !important; } - .mt-md-n4, - .my-md-n4 { - margin-top: -1.5rem !important; } - .mr-md-n4, - .mx-md-n4 { - margin-right: -1.5rem !important; } - .mb-md-n4, - .my-md-n4 { - margin-bottom: -1.5rem !important; } - .ml-md-n4, - .mx-md-n4 { - margin-left: -1.5rem !important; } - .m-md-n5 { - margin: -3rem !important; } - .mt-md-n5, - .my-md-n5 { - margin-top: -3rem !important; } - .mr-md-n5, - .mx-md-n5 { - margin-right: -3rem !important; } - .mb-md-n5, - .my-md-n5 { - margin-bottom: -3rem !important; } - .ml-md-n5, - .mx-md-n5 { - margin-left: -3rem !important; } - .m-md-auto { - margin: auto !important; } - .mt-md-auto, - .my-md-auto { - margin-top: auto !important; } - .mr-md-auto, - .mx-md-auto { - margin-right: auto !important; } - .mb-md-auto, - .my-md-auto { - margin-bottom: auto !important; } - .ml-md-auto, - .mx-md-auto { - margin-left: auto !important; } } - -@media (min-width: 992px) { - .m-lg-0 { - margin: 0 !important; } - .mt-lg-0, - .my-lg-0 { - margin-top: 0 !important; } - .mr-lg-0, - .mx-lg-0 { - margin-right: 0 !important; } - .mb-lg-0, - .my-lg-0 { - margin-bottom: 0 !important; } - .ml-lg-0, - .mx-lg-0 { - margin-left: 0 !important; } - .m-lg-1 { - margin: 0.25rem !important; } - .mt-lg-1, - .my-lg-1 { - margin-top: 0.25rem !important; } - .mr-lg-1, - .mx-lg-1 { - margin-right: 0.25rem !important; } - .mb-lg-1, - .my-lg-1 { - margin-bottom: 0.25rem !important; } - .ml-lg-1, - .mx-lg-1 { - margin-left: 0.25rem !important; } - .m-lg-2 { - margin: 0.5rem !important; } - .mt-lg-2, - .my-lg-2 { - margin-top: 0.5rem !important; } - .mr-lg-2, - .mx-lg-2 { - margin-right: 0.5rem !important; } - .mb-lg-2, - .my-lg-2 { - margin-bottom: 0.5rem !important; } - .ml-lg-2, - .mx-lg-2 { - margin-left: 0.5rem !important; } - .m-lg-3 { - margin: 1rem !important; } - .mt-lg-3, - .my-lg-3 { - margin-top: 1rem !important; } - .mr-lg-3, - .mx-lg-3 { - margin-right: 1rem !important; } - .mb-lg-3, - .my-lg-3 { - margin-bottom: 1rem !important; } - .ml-lg-3, - .mx-lg-3 { - margin-left: 1rem !important; } - .m-lg-4 { - margin: 1.5rem !important; } - .mt-lg-4, - .my-lg-4 { - margin-top: 1.5rem !important; } - .mr-lg-4, - .mx-lg-4 { - margin-right: 1.5rem !important; } - .mb-lg-4, - .my-lg-4 { - margin-bottom: 1.5rem !important; } - .ml-lg-4, - .mx-lg-4 { - margin-left: 1.5rem !important; } - .m-lg-5 { - margin: 3rem !important; } - .mt-lg-5, - .my-lg-5 { - margin-top: 3rem !important; } - .mr-lg-5, - .mx-lg-5 { - margin-right: 3rem !important; } - .mb-lg-5, - .my-lg-5 { - margin-bottom: 3rem !important; } - .ml-lg-5, - .mx-lg-5 { - margin-left: 3rem !important; } - .p-lg-0 { - padding: 0 !important; } - .pt-lg-0, - .py-lg-0 { - padding-top: 0 !important; } - .pr-lg-0, - .px-lg-0 { - padding-right: 0 !important; } - .pb-lg-0, - .py-lg-0 { - padding-bottom: 0 !important; } - .pl-lg-0, - .px-lg-0 { - padding-left: 0 !important; } - .p-lg-1 { - padding: 0.25rem !important; } - .pt-lg-1, - .py-lg-1 { - padding-top: 0.25rem !important; } - .pr-lg-1, - .px-lg-1 { - padding-right: 0.25rem !important; } - .pb-lg-1, - .py-lg-1 { - padding-bottom: 0.25rem !important; } - .pl-lg-1, - .px-lg-1 { - padding-left: 0.25rem !important; } - .p-lg-2 { - padding: 0.5rem !important; } - .pt-lg-2, - .py-lg-2 { - padding-top: 0.5rem !important; } - .pr-lg-2, - .px-lg-2 { - padding-right: 0.5rem !important; } - .pb-lg-2, - .py-lg-2 { - padding-bottom: 0.5rem !important; } - .pl-lg-2, - .px-lg-2 { - padding-left: 0.5rem !important; } - .p-lg-3 { - padding: 1rem !important; } - .pt-lg-3, - .py-lg-3 { - padding-top: 1rem !important; } - .pr-lg-3, - .px-lg-3 { - padding-right: 1rem !important; } - .pb-lg-3, - .py-lg-3 { - padding-bottom: 1rem !important; } - .pl-lg-3, - .px-lg-3 { - padding-left: 1rem !important; } - .p-lg-4 { - padding: 1.5rem !important; } - .pt-lg-4, - .py-lg-4 { - padding-top: 1.5rem !important; } - .pr-lg-4, - .px-lg-4 { - padding-right: 1.5rem !important; } - .pb-lg-4, - .py-lg-4 { - padding-bottom: 1.5rem !important; } - .pl-lg-4, - .px-lg-4 { - padding-left: 1.5rem !important; } - .p-lg-5 { - padding: 3rem !important; } - .pt-lg-5, - .py-lg-5 { - padding-top: 3rem !important; } - .pr-lg-5, - .px-lg-5 { - padding-right: 3rem !important; } - .pb-lg-5, - .py-lg-5 { - padding-bottom: 3rem !important; } - .pl-lg-5, - .px-lg-5 { - padding-left: 3rem !important; } - .m-lg-n1 { - margin: -0.25rem !important; } - .mt-lg-n1, - .my-lg-n1 { - margin-top: -0.25rem !important; } - .mr-lg-n1, - .mx-lg-n1 { - margin-right: -0.25rem !important; } - .mb-lg-n1, - .my-lg-n1 { - margin-bottom: -0.25rem !important; } - .ml-lg-n1, - .mx-lg-n1 { - margin-left: -0.25rem !important; } - .m-lg-n2 { - margin: -0.5rem !important; } - .mt-lg-n2, - .my-lg-n2 { - margin-top: -0.5rem !important; } - .mr-lg-n2, - .mx-lg-n2 { - margin-right: -0.5rem !important; } - .mb-lg-n2, - .my-lg-n2 { - margin-bottom: -0.5rem !important; } - .ml-lg-n2, - .mx-lg-n2 { - margin-left: -0.5rem !important; } - .m-lg-n3 { - margin: -1rem !important; } - .mt-lg-n3, - .my-lg-n3 { - margin-top: -1rem !important; } - .mr-lg-n3, - .mx-lg-n3 { - margin-right: -1rem !important; } - .mb-lg-n3, - .my-lg-n3 { - margin-bottom: -1rem !important; } - .ml-lg-n3, - .mx-lg-n3 { - margin-left: -1rem !important; } - .m-lg-n4 { - margin: -1.5rem !important; } - .mt-lg-n4, - .my-lg-n4 { - margin-top: -1.5rem !important; } - .mr-lg-n4, - .mx-lg-n4 { - margin-right: -1.5rem !important; } - .mb-lg-n4, - .my-lg-n4 { - margin-bottom: -1.5rem !important; } - .ml-lg-n4, - .mx-lg-n4 { - margin-left: -1.5rem !important; } - .m-lg-n5 { - margin: -3rem !important; } - .mt-lg-n5, - .my-lg-n5 { - margin-top: -3rem !important; } - .mr-lg-n5, - .mx-lg-n5 { - margin-right: -3rem !important; } - .mb-lg-n5, - .my-lg-n5 { - margin-bottom: -3rem !important; } - .ml-lg-n5, - .mx-lg-n5 { - margin-left: -3rem !important; } - .m-lg-auto { - margin: auto !important; } - .mt-lg-auto, - .my-lg-auto { - margin-top: auto !important; } - .mr-lg-auto, - .mx-lg-auto { - margin-right: auto !important; } - .mb-lg-auto, - .my-lg-auto { - margin-bottom: auto !important; } - .ml-lg-auto, - .mx-lg-auto { - margin-left: auto !important; } } - -@media (min-width: 1200px) { - .m-xl-0 { - margin: 0 !important; } - .mt-xl-0, - .my-xl-0 { - margin-top: 0 !important; } - .mr-xl-0, - .mx-xl-0 { - margin-right: 0 !important; } - .mb-xl-0, - .my-xl-0 { - margin-bottom: 0 !important; } - .ml-xl-0, - .mx-xl-0 { - margin-left: 0 !important; } - .m-xl-1 { - margin: 0.25rem !important; } - .mt-xl-1, - .my-xl-1 { - margin-top: 0.25rem !important; } - .mr-xl-1, - .mx-xl-1 { - margin-right: 0.25rem !important; } - .mb-xl-1, - .my-xl-1 { - margin-bottom: 0.25rem !important; } - .ml-xl-1, - .mx-xl-1 { - margin-left: 0.25rem !important; } - .m-xl-2 { - margin: 0.5rem !important; } - .mt-xl-2, - .my-xl-2 { - margin-top: 0.5rem !important; } - .mr-xl-2, - .mx-xl-2 { - margin-right: 0.5rem !important; } - .mb-xl-2, - .my-xl-2 { - margin-bottom: 0.5rem !important; } - .ml-xl-2, - .mx-xl-2 { - margin-left: 0.5rem !important; } - .m-xl-3 { - margin: 1rem !important; } - .mt-xl-3, - .my-xl-3 { - margin-top: 1rem !important; } - .mr-xl-3, - .mx-xl-3 { - margin-right: 1rem !important; } - .mb-xl-3, - .my-xl-3 { - margin-bottom: 1rem !important; } - .ml-xl-3, - .mx-xl-3 { - margin-left: 1rem !important; } - .m-xl-4 { - margin: 1.5rem !important; } - .mt-xl-4, - .my-xl-4 { - margin-top: 1.5rem !important; } - .mr-xl-4, - .mx-xl-4 { - margin-right: 1.5rem !important; } - .mb-xl-4, - .my-xl-4 { - margin-bottom: 1.5rem !important; } - .ml-xl-4, - .mx-xl-4 { - margin-left: 1.5rem !important; } - .m-xl-5 { - margin: 3rem !important; } - .mt-xl-5, - .my-xl-5 { - margin-top: 3rem !important; } - .mr-xl-5, - .mx-xl-5 { - margin-right: 3rem !important; } - .mb-xl-5, - .my-xl-5 { - margin-bottom: 3rem !important; } - .ml-xl-5, - .mx-xl-5 { - margin-left: 3rem !important; } - .p-xl-0 { - padding: 0 !important; } - .pt-xl-0, - .py-xl-0 { - padding-top: 0 !important; } - .pr-xl-0, - .px-xl-0 { - padding-right: 0 !important; } - .pb-xl-0, - .py-xl-0 { - padding-bottom: 0 !important; } - .pl-xl-0, - .px-xl-0 { - padding-left: 0 !important; } - .p-xl-1 { - padding: 0.25rem !important; } - .pt-xl-1, - .py-xl-1 { - padding-top: 0.25rem !important; } - .pr-xl-1, - .px-xl-1 { - padding-right: 0.25rem !important; } - .pb-xl-1, - .py-xl-1 { - padding-bottom: 0.25rem !important; } - .pl-xl-1, - .px-xl-1 { - padding-left: 0.25rem !important; } - .p-xl-2 { - padding: 0.5rem !important; } - .pt-xl-2, - .py-xl-2 { - padding-top: 0.5rem !important; } - .pr-xl-2, - .px-xl-2 { - padding-right: 0.5rem !important; } - .pb-xl-2, - .py-xl-2 { - padding-bottom: 0.5rem !important; } - .pl-xl-2, - .px-xl-2 { - padding-left: 0.5rem !important; } - .p-xl-3 { - padding: 1rem !important; } - .pt-xl-3, - .py-xl-3 { - padding-top: 1rem !important; } - .pr-xl-3, - .px-xl-3 { - padding-right: 1rem !important; } - .pb-xl-3, - .py-xl-3 { - padding-bottom: 1rem !important; } - .pl-xl-3, - .px-xl-3 { - padding-left: 1rem !important; } - .p-xl-4 { - padding: 1.5rem !important; } - .pt-xl-4, - .py-xl-4 { - padding-top: 1.5rem !important; } - .pr-xl-4, - .px-xl-4 { - padding-right: 1.5rem !important; } - .pb-xl-4, - .py-xl-4 { - padding-bottom: 1.5rem !important; } - .pl-xl-4, - .px-xl-4 { - padding-left: 1.5rem !important; } - .p-xl-5 { - padding: 3rem !important; } - .pt-xl-5, - .py-xl-5 { - padding-top: 3rem !important; } - .pr-xl-5, - .px-xl-5 { - padding-right: 3rem !important; } - .pb-xl-5, - .py-xl-5 { - padding-bottom: 3rem !important; } - .pl-xl-5, - .px-xl-5 { - padding-left: 3rem !important; } - .m-xl-n1 { - margin: -0.25rem !important; } - .mt-xl-n1, - .my-xl-n1 { - margin-top: -0.25rem !important; } - .mr-xl-n1, - .mx-xl-n1 { - margin-right: -0.25rem !important; } - .mb-xl-n1, - .my-xl-n1 { - margin-bottom: -0.25rem !important; } - .ml-xl-n1, - .mx-xl-n1 { - margin-left: -0.25rem !important; } - .m-xl-n2 { - margin: -0.5rem !important; } - .mt-xl-n2, - .my-xl-n2 { - margin-top: -0.5rem !important; } - .mr-xl-n2, - .mx-xl-n2 { - margin-right: -0.5rem !important; } - .mb-xl-n2, - .my-xl-n2 { - margin-bottom: -0.5rem !important; } - .ml-xl-n2, - .mx-xl-n2 { - margin-left: -0.5rem !important; } - .m-xl-n3 { - margin: -1rem !important; } - .mt-xl-n3, - .my-xl-n3 { - margin-top: -1rem !important; } - .mr-xl-n3, - .mx-xl-n3 { - margin-right: -1rem !important; } - .mb-xl-n3, - .my-xl-n3 { - margin-bottom: -1rem !important; } - .ml-xl-n3, - .mx-xl-n3 { - margin-left: -1rem !important; } - .m-xl-n4 { - margin: -1.5rem !important; } - .mt-xl-n4, - .my-xl-n4 { - margin-top: -1.5rem !important; } - .mr-xl-n4, - .mx-xl-n4 { - margin-right: -1.5rem !important; } - .mb-xl-n4, - .my-xl-n4 { - margin-bottom: -1.5rem !important; } - .ml-xl-n4, - .mx-xl-n4 { - margin-left: -1.5rem !important; } - .m-xl-n5 { - margin: -3rem !important; } - .mt-xl-n5, - .my-xl-n5 { - margin-top: -3rem !important; } - .mr-xl-n5, - .mx-xl-n5 { - margin-right: -3rem !important; } - .mb-xl-n5, - .my-xl-n5 { - margin-bottom: -3rem !important; } - .ml-xl-n5, - .mx-xl-n5 { - margin-left: -3rem !important; } - .m-xl-auto { - margin: auto !important; } - .mt-xl-auto, - .my-xl-auto { - margin-top: auto !important; } - .mr-xl-auto, - .mx-xl-auto { - margin-right: auto !important; } - .mb-xl-auto, - .my-xl-auto { - margin-bottom: auto !important; } - .ml-xl-auto, - .mx-xl-auto { - margin-left: auto !important; } } - -.text-monospace { - font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } - -.text-justify { - text-align: justify !important; } - -.text-wrap { - white-space: normal !important; } - -.text-nowrap { - white-space: nowrap !important; } - -.text-truncate { - overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - white-space: nowrap; } - -.text-left { - text-align: left !important; } - -.text-right { - text-align: right !important; } - -.text-center { - text-align: center !important; } - -@media (min-width: 576px) { - .text-sm-left { - text-align: left !important; } - .text-sm-right { - text-align: right !important; } - .text-sm-center { - text-align: center !important; } } - -@media (min-width: 768px) { - .text-md-left { - text-align: left !important; } - .text-md-right { - text-align: right !important; } - .text-md-center { - text-align: center !important; } } - -@media (min-width: 992px) { - .text-lg-left { - text-align: left !important; } - .text-lg-right { - text-align: right !important; } - .text-lg-center { - text-align: center !important; } } - -@media (min-width: 1200px) { - .text-xl-left { - text-align: left !important; } - .text-xl-right { - text-align: right !important; } - .text-xl-center { - text-align: center !important; } } - -.text-lowercase { - text-transform: lowercase !important; } - -.text-uppercase { - text-transform: uppercase !important; } - -.text-capitalize { - text-transform: capitalize !important; } - -.font-weight-light { - font-weight: 300 !important; } - -.font-weight-lighter { - font-weight: lighter !important; } - -.font-weight-normal { - font-weight: 400 !important; } - -.font-weight-bold { - font-weight: 700 !important; } - -.font-weight-bolder { - font-weight: bolder !important; } - -.font-italic { - font-style: italic !important; } - -.text-white { - color: #fff !important; } - -.text-primary { - color: #007bff !important; } - -a.text-primary:hover, a.text-primary:focus { - color: #0056b3 !important; } - -.text-secondary { - color: #6c757d !important; } - -a.text-secondary:hover, a.text-secondary:focus { - color: #494f54 !important; } - -.text-success { - color: #28a745 !important; } - -a.text-success:hover, a.text-success:focus { - color: #19692c !important; } - -.text-info { - color: #17a2b8 !important; } - -a.text-info:hover, a.text-info:focus { - color: #0f6674 !important; } - -.text-warning { - color: #ffc107 !important; } - -a.text-warning:hover, a.text-warning:focus { - color: #ba8b00 !important; } - -.text-danger { - color: #dc3545 !important; } - -a.text-danger:hover, a.text-danger:focus { - color: #a71d2a !important; } - -.text-light { - color: #f8f9fa !important; } - -a.text-light:hover, a.text-light:focus { - color: #cbd3da !important; } - -.text-dark { - color: #343a40 !important; } - -a.text-dark:hover, a.text-dark:focus { - color: #121416 !important; } - -.text-body { - color: #212529 !important; } - -.text-muted { - color: #6c757d !important; } - -.text-black-50 { - color: rgba(0, 0, 0, 0.5) !important; } - -.text-white-50 { - color: rgba(255, 255, 255, 0.5) !important; } - -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; } - -.text-decoration-none { - text-decoration: none !important; } - -.text-reset { - color: inherit !important; } - -.visible { - visibility: visible !important; } - -.invisible { - visibility: hidden !important; } - -@media print { - *, - *::before, - *::after { - text-shadow: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; } - a:not(.btn) { - text-decoration: underline; } - abbr[title]::after { - content: " (" attr(title) ")"; } - pre { - white-space: pre-wrap !important; } - pre, - blockquote { - border: 1px solid #adb5bd; - page-break-inside: avoid; } - thead { - display: table-header-group; } - tr, - img { - page-break-inside: avoid; } - p, - h2, - h3 { - orphans: 3; - widows: 3; } - h2, - h3 { - page-break-after: avoid; } - @page { - size: a3; } - body { - min-width: 992px !important; } - .container { - min-width: 992px !important; } - .navbar { - display: none; } - .badge { - border: 1px solid #000; } - .table { - border-collapse: collapse !important; } - .table td, - .table th { - background-color: #fff !important; } - .table-bordered th, - .table-bordered td { - border: 1px solid #dee2e6 !important; } - .table-dark { - color: inherit; } - .table-dark th, - .table-dark td, - .table-dark thead th, - .table-dark tbody + tbody { - border-color: #dee2e6; } - .table .thead-dark th { - color: inherit; - border-color: #dee2e6; } } - -body { - /*font-family: "Work Sans", Arial, sans-serif;*/ - background: #fff; - font-size: 16px; - line-height: 1.8; - font-weight: 400; - color: rgba(0, 0, 0, 0.5); } - body.menu-show { - overflow: hidden; - position: fixed; - height: 100%; - width: 100%; } - -a { - -webkit-transition: .3s all ease; - -o-transition: .3s all ease; - transition: .3s all ease; - color: #1eaaf1; } - a:hover, a:focus { - text-decoration: none; - color: #1eaaf1; - outline: none !important; } - -h1, h2, h3, h4, h5, -.h1, .h2, .h3, .h4, .h5 { - line-height: 1.5; - color: rgba(0, 0, 0, 0.8); - font-weight: 400; } - -.text-primary { - color: #1eaaf1 !important; } - -.topper { - font-size: 15px; - width: 100%; - display: block; } - @media (max-width: 767.98px) { - .topper { - margin-bottom: 10px; } } - .topper .icon { - width: 30px; - height: 30px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - border-radius: 50%; } - .topper .icon span { - color: #fff; } - .topper .text { - width: calc(100% - 30px); - color: rgba(255, 255, 255, 0.7); } - -.ftco-navbar-light { - background: transparent !important; - z-index: 3; - padding: 0; } - @media (max-width: 991.98px) { - .ftco-navbar-light { - background: #000000 !important; - position: relative; - top: 0; - padding: 10px 15px; } } - .ftco-navbar-light .navbar-brand { - color: #000000; } - .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus { - color: #000000; } - @media (max-width: 991.98px) { - .ftco-navbar-light .navbar-brand { - color: #fff; } } - @media (max-width: 991.98px) { - .ftco-navbar-light .navbar-nav { - padding-bottom: 10px; } } - .ftco-navbar-light .navbar-nav > .nav-item > .nav-link { - font-size: 15px; - padding-top: 2.3rem; - padding-bottom: 2.3rem; - padding-left: 20px; - padding-right: 20px; - font-weight: 400; - color: #000000; - opacity: 1 !important; } - .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover { - color: #000000; } - @media (max-width: 991.98px) { - .ftco-navbar-light .navbar-nav > .nav-item > .nav-link { - padding-left: 0; - padding-right: 0; - padding-top: .9rem; - padding-bottom: .9rem; - color: rgba(255, 255, 255, 0.7); } - .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover { - color: #fff; } } - .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu { - border: none; - background: #fff; - -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); - -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); - box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41); } - .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item { - font-size: 14px; } - .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus { - background: transparent; - color: #000000; } - .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator { - position: relative; - margin-left: 20px; - padding-left: 20px; } - @media (max-width: 991.98px) { - .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator { - padding-left: 0; - margin-left: 0; } } - .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before { - position: absolute; - content: ""; - top: 10px; - bottom: 10px; - left: 0; - width: 2px; - background: rgba(255, 255, 255, 0.05); } - @media (max-width: 991.98px) { - .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before { - display: none; } } - .ftco-navbar-light .navbar-nav > .nav-item.cta > a { - color: #000000; } - @media (max-width: 767.98px) { - .ftco-navbar-light .navbar-nav > .nav-item.cta > a { - padding-left: 15px; - padding-right: 15px; } } - @media (max-width: 991.98px) { - .ftco-navbar-light .navbar-nav > .nav-item.cta > a { - color: #fff; - background: #1eaaf1; } } - .ftco-navbar-light .navbar-nav > .nav-item.active > a { - color: #1eaaf1; } - @media (max-width: 991.98px) { - .ftco-navbar-light .navbar-nav > .nav-item.active > a { - color: #fff; } } - .ftco-navbar-light .navbar-toggler { - border: none; - color: rgba(255, 255, 255, 0.5) !important; - cursor: pointer; - padding-right: 0; - text-transform: uppercase; - font-size: 16px; - letter-spacing: .1em; } - .ftco-navbar-light .navbar-toggler:focus { - outline: none !important; } - .ftco-navbar-light.scrolled { - position: fixed; - right: 0; - left: 0; - top: 0; - margin-top: -130px; - background: #fff !important; - -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); - box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); } - .ftco-navbar-light.scrolled .nav-item.active > a { - color: #1eaaf1 !important; } - .ftco-navbar-light.scrolled .nav-item.cta > a { - color: #fff !important; - background: #1eaaf1; - border: none !important; } - .ftco-navbar-light.scrolled .nav-item.cta > a span { - display: inline-block; - color: #fff !important; } - .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span { - border-color: #1eaaf1; } - @media (max-width: 991.98px) { - .ftco-navbar-light.scrolled .navbar-nav { - background: none; - border-radius: 0px; - padding-left: 0rem !important; - padding-right: 0rem !important; } } - @media (max-width: 767.98px) { - .ftco-navbar-light.scrolled .navbar-nav { - background: none; - padding-left: 0 !important; - padding-right: 0 !important; } } - .ftco-navbar-light.scrolled .navbar-toggler { - border: none; - color: rgba(0, 0, 0, 0.5) !important; - border-color: rgba(0, 0, 0, 0.5) !important; - cursor: pointer; - padding-right: 0; - text-transform: uppercase; - font-size: 16px; - letter-spacing: .1em; } - .ftco-navbar-light.scrolled .nav-link { - padding-top: 0.9rem !important; - padding-bottom: 0.9rem !important; - color: #000000 !important; } - .ftco-navbar-light.scrolled .nav-link.active { - color: #1eaaf1 !important; } - .ftco-navbar-light.scrolled.awake { - margin-top: 0px; - -webkit-transition: .3s all ease-out; - -o-transition: .3s all ease-out; - transition: .3s all ease-out; } - .ftco-navbar-light.scrolled.sleep { - -webkit-transition: .3s all ease-out; - -o-transition: .3s all ease-out; - transition: .3s all ease-out; } - .ftco-navbar-light.scrolled .navbar-brand { - color: #000000; } - -.navbar-brand { - font-weight: 900; - font-size: 24px; - padding: 0; - line-height: 1; } - -.hero-wrap { - width: 100%; - height: 100%; - position: inherit; - background-size: cover; - background-repeat: no-repeat; - background-position: center center; - position: relative; } - .hero-wrap .overlay { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - content: ''; } - .hero-wrap.hero-wrap-2 { - height: 350px; } - .hero-wrap.hero-wrap-2 .slider-text { - height: 350px; } - .hero-wrap.hero-wrap-2 .slider-text .bread { - font-weight: 900; - color: #fff; } - .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs { - text-transform: uppercase; - font-size: 13px; - letter-spacing: 1px; } - .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span { - color: #fff; - border-bottom: 2px solid rgba(255, 255, 255, 0.1); } - .hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a { - color: #fff; } - -.owl-carousel { - position: relative; } - .owl-carousel .owl-item { - opacity: .4; } - .owl-carousel .owl-item.active { - opacity: 1; } - .owl-carousel .owl-nav { - position: absolute; - top: 50%; - width: 100%; } - .owl-carousel .owl-nav .owl-prev, - .owl-carousel .owl-nav .owl-next { - position: absolute; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - margin-top: -10px; - color: #1eaaf1 !important; - -moz-transition: all 0.7s ease; - -o-transition: all 0.7s ease; - -webkit-transition: all 0.7s ease; - -ms-transition: all 0.7s ease; - transition: all 0.7s ease; - opacity: 0; } - .owl-carousel .owl-nav .owl-prev span:before, - .owl-carousel .owl-nav .owl-next span:before { - font-size: 30px; } - .owl-carousel .owl-nav .owl-prev { - left: 0; } - .owl-carousel .owl-nav .owl-next { - right: 0; } - .owl-carousel .owl-dots { - text-align: center; } - .owl-carousel .owl-dots .owl-dot { - width: 10px; - height: 10px; - margin: 5px; - border-radius: 50%; - background: #e6e6e6; - position: relative; } - .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus { - outline: none !important; } - .owl-carousel .owl-dots .owl-dot.active { - background: #b3b3b3; } - .owl-carousel:hover .owl-nav .owl-prev, - .owl-carousel:hover .owl-nav .owl-next { - opacity: 1; } - .owl-carousel:hover .owl-nav .owl-prev { - left: -25px; } - .owl-carousel:hover .owl-nav .owl-next { - right: -25px; } - .owl-carousel.home-slider { - position: relative; - height: 600px; - z-index: 0; } - .owl-carousel.home-slider .slider-item { - background-size: cover; - background-repeat: no-repeat; - background-position: center center; - height: 600px; - position: relative; - z-index: 0; } - @media (max-width: 1199.98px) { - .owl-carousel.home-slider .slider-item { - background-position: center center !important; } } - .owl-carousel.home-slider .slider-item .overlay { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - background: #000000; - opacity: .2; } - .owl-carousel.home-slider .slider-item .slider-text { - height: 600px; } - @media (max-width: 767.98px) { - .owl-carousel.home-slider .slider-item .slider-text { - text-align: center; } } - .owl-carousel.home-slider .slider-item .slider-text .subheading { - color: #000000; - font-weight: 700; } - .owl-carousel.home-slider .slider-item .slider-text .text { - position: relative; } - .owl-carousel.home-slider .slider-item .slider-text h1 { - font-size: 60px; - color: #fff; - line-height: 1.2; - font-weight: 800; } - .owl-carousel.home-slider .slider-item .slider-text h1 span { - display: block; } - @media (max-width: 991.98px) { - .owl-carousel.home-slider .slider-item .slider-text h1 { - font-size: 40px; } } - .owl-carousel.home-slider .slider-item .slider-text .subheading { - font-size: 18px; - font-weight: 400; - color: rgba(0, 0, 0, 0.8); } - .owl-carousel.home-slider .slider-item .slider-text p { - font-size: 18px; - line-height: 1.5; - font-weight: 300; - color: rgba(0, 0, 0, 0.8); } - .owl-carousel.home-slider .slider-item .slider-text p.sub-p { - font-weight: 400; } - .owl-carousel.home-slider .slider-item .slider-text p strong { - font-weight: 700; } - .owl-carousel.home-slider .slider-item .slider-text p strong a { - color: #fff; } - .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs { - text-transform: uppercase; - font-size: 13px; - letter-spacing: 1px; } - .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span { - border-bottom: 2px solid rgba(255, 255, 255, 0.1); } - .owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a { - color: #fff; } - .owl-carousel.home-slider .owl-nav { - position: absolute; - top: 100%; - width: 100%; } - .owl-carousel.home-slider .owl-nav .owl-prev, - .owl-carousel.home-slider .owl-nav .owl-next { - position: absolute; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - margin-top: -10px; - outline: none !important; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; - opacity: 0; } - .owl-carousel.home-slider .owl-nav .owl-prev span:before, - .owl-carousel.home-slider .owl-nav .owl-next span:before { - font-size: 30px; - color: rgba(255, 255, 255, 0.5); - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before, - .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, - .owl-carousel.home-slider .owl-nav .owl-next:focus span:before { - color: #fff; } - .owl-carousel.home-slider .owl-nav .owl-prev { - left: 50%; - margin-left: -80px; } - .owl-carousel.home-slider .owl-nav .owl-next { - right: 50%; - margin-right: -80px; } - .owl-carousel.home-slider:hover .owl-nav .owl-prev, - .owl-carousel.home-slider:hover .owl-nav .owl-next { - opacity: 1; } - .owl-carousel.home-slider:hover .owl-nav .owl-prev { - left: 50%; - margin-left: -80px; } - .owl-carousel.home-slider:hover .owl-nav .owl-next { - right: 50%; - margin-right: -80px; } - .owl-carousel.home-slider .owl-dots { - position: absolute; - left: 0; - right: 0; - bottom: 60px; - width: 100%; - text-align: center; } - .owl-carousel.home-slider .owl-dots .owl-dot { - width: 10px; - height: 10px; - margin: 5px; - border-radius: 50%; - background: #1eaaf1; } - .owl-carousel.home-slider .owl-dots .owl-dot.active { - background: #fff; } - -.container { - max-width: 1230px; } - -.bg-light { - background: #fafafa !important; } - -.bg-white { - background: #fff !important; } - -.bg-primary { - background: #1eaaf1; } - -.bg-secondary { - background: #fda638 !important; } - -.bg-tertiary { - background: #8cc152; } - -.bg-quarternary { - background: #f1453d; } - -.bg-fifth { - background: #5d50c6; } - -.ftc-no-pb { - padding-bottom: 0 !important; } - -.btn { - cursor: pointer; - -webkit-border-radius: 40px; - -moz-border-radius: 40px; - -ms-border-radius: 40px; - border-radius: 40px; - -webkit-box-shadow: none !important; - box-shadow: none !important; } - .btn:hover, .btn:active, .btn:focus { - outline: none; } - .btn.btn-primary { - background: #1eaaf1; - border: 1px solid #1eaaf1; - color: #fff; } - .btn.btn-primary:hover { - border: 1px solid #1eaaf1; - background: transparent; - color: #1eaaf1; } - .btn.btn-primary.btn-outline-primary { - border: 1px solid #1eaaf1; - background: transparent; - color: #1eaaf1; } - .btn.btn-primary.btn-outline-primary:hover { - border: 1px solid transparent; - background: #1eaaf1; - color: #fff; } - .btn.btn-white { - background: #fff; - border: 1px solid #fff; - color: #1eaaf1; } - .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active { - border: 1px solid #fff; - color: #1eaaf1; } - .btn.btn-white.btn-outline-white { - border-color: rgba(255, 255, 255, 0.8); - background: none; - -webkit-border-radius: 30px; - -moz-border-radius: 30px; - -ms-border-radius: 30px; - border-radius: 30px; - border-width: 1px; - color: #fff; } - .btn.btn-white.btn-outline-white:hover, .btn.btn-white.btn-outline-white:focus, .btn.btn-white.btn-outline-white:active { - background: #fff; - border-color: #fff; - color: #1eaaf1; } - .btn.btn-secondary { - background: #fda638; - border: 1px solid #fda638; - color: #fff; } - .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active { - border: 1px solid #fda638; - color: #fff; } - .btn.btn-tertiary { - background: #8cc152; - border: 1px solid #8cc152; - color: #fff; } - .btn.btn-tertiary:hover, .btn.btn-tertiary:focus, .btn.btn-tertiary:active { - border: 1px solid #8cc152; - color: #fff; } - .btn.btn-quarternary { - background: #f1453d; - border: 1px solid #f1453d; - color: #fff; } - .btn.btn-quarternary:hover, .btn.btn-quarternary:focus, .btn.btn-quarternary:active { - border: 1px solid #f1453d; - color: #fff; } - -.btn-custom { - font-weight: 500; - color: #0d8ecf; - border-bottom: 4px solid #31b1f2; } - -.img-2 { - background-position: top center !important; } - @media (max-width: 767.98px) { - .img-2 { - height: 300px; - margin-bottom: 40px; } } - -.wrap-about { - position: relative; } - .wrap-about h2 { - font-weight: 500; } - -.ftco-services { - padding: 0 0 5em 0; } - .ftco-services .services { - display: block; - width: 100%; - position: relative; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .ftco-services .services .icon { - line-height: 1.3; - position: relative; - width: 120px; - height: 120px; - background: #fff; - margin: 0 auto; - margin-top: -60px; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - border-radius: 50%; } - .ftco-services .services .icon span { - font-size: 50px; - color: #1eaaf1; } - .ftco-services .services .media-body { - color: rgba(255, 255, 255, 0.8); } - @media (max-width: 767.98px) { - .ftco-services .services .media-body { - padding-bottom: 3.5em !important; } } - .ftco-services .services .media-body h3 { - font-weight: 500; - font-size: 22px; - color: #fff; } - -.services-2 { - margin-bottom: 30px; } - .services-2 .icon { - line-height: 1; - position: relative; - width: 80px; - height: 80px; - background: #1eaaf1; - -webkit-border-radius: 50%; - -moz-border-radius: 50%; - -ms-border-radius: 50%; - border-radius: 50%; } - .services-2 .icon span { - font-size: 30px; - color: #fff; } - .services-2 .text { - width: calc(100% - 80px); } - .services-2 .text h3 { - font-size: 20px; - font-weight: 500; } - -.ftco-intro { - padding: 8em 0; - width: 100%; - height: 100%; - position: inherit; - background-size: cover; - background-repeat: no-repeat; - background-position: top center; - position: relative; - color: rgba(255, 255, 255, 0.8); } - @media (max-width: 1199.98px) { - .ftco-intro { - background-position: center center !important; } } - .ftco-intro h2 { - color: #fff; - font-size: 36px; - font-weight: 600; } - .ftco-intro .overlay { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - content: ''; - opacity: .2; - background: #000000; } - -.course { - margin-bottom: 30px; } - .course .text { - width: calc(100% - 250px); } - @media (max-width: 991.98px) { - .course .text { - width: 100%; } } - .course .text .subheading { - color: #000000; } - .course .text .subheading span { - color: #fda638; } - .course .text h3 { - font-weight: 500; - font-size: 24px; } - .course .img { - width: 250px; } - @media (max-width: 991.98px) { - .course .img { - width: 100%; - height: 300px; } } - -.staff { - overflow: hidden; - margin-bottom: 30px; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .staff .img-wrap { - height: 300px; } - .staff .img { - width: 100%; - display: block; - background-position: top center; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .staff .text { - position: relative; - background: #fff; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .staff .text h3 { - font-size: 24px; - font-weight: 500; - margin-bottom: 0; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .staff .text .position { - text-transform: uppercase; - color: #b3b3b3; - display: block; - letter-spacing: 1px; } - .staff .text .faded { - opacity: 1; } - .staff .ftco-social { - position: absolute; - top: -30px; - left: 0; - right: 0; - padding: 15px 10px; - background: #fff; - opacity: 0; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .staff .ftco-social li a { - color: #fda638; } - .staff:hover .ftco-social, .staff:focus .ftco-social { - opacity: 1; - top: -40px; } - .staff:hover .img, .staff:focus .img { - margin-top: -10px; } - .staff:hover .text h3, .staff:focus .text h3 { - color: #1eaaf1; } - -.ftco-social { - padding: 0; } - .ftco-social li { - list-style: none; - margin-right: 10px; - display: inline-block; } - -.ftco-gallery { - padding: 0; } - -.gallery { - display: block; - height: 350px; - position: relative; } - .gallery .icon { - width: 50px; - height: 50px; - margin: 0 auto; - z-index: 0; - opacity: 0; - position: relative; - background: #1eaaf1; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .gallery .icon span { - color: #fff; } - .gallery:hover .icon, .gallery:focus .icon { - opacity: 1; } - -.pricing-entry { - position: relative; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - @media (max-width: 991.98px) { - .pricing-entry { - margin-bottom: 30px; } } - .pricing-entry > div { - padding: 20px; } - .pricing-entry > div p { - margin-bottom: 0; } - .pricing-entry h3 { - font-size: 24px; - font-weight: 500; } - .pricing-entry p .price { - font-weight: 900; - font-size: 28px; - color: #1eaaf1; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .pricing-entry p .per { - font-size: 12px; } - .pricing-entry .img { - height: 150px; - background-position: top center !important; } - .pricing-entry .button { - margin-bottom: 0; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .pricing-entry .button .btn { - -webkit-border-radius: 30px; - -moz-border-radius: 30px; - -ms-border-radius: 30px; - border-radius: 30px; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - -.block-20 { - overflow: hidden; - background-size: cover; - background-repeat: no-repeat; - background-position: center center; - height: 275px; - position: relative; - display: block; } - -@media (min-width: 768px) { - .blog-entry { - margin-bottom: 30px; } } - -@media (max-width: 767.98px) { - .blog-entry { - margin-bottom: 30px; } } - -.blog-entry .text { - position: relative; - border-top: 0; - border-radius: 2px; } - .blog-entry .text .heading { - font-size: 20px; - margin-bottom: 16px; } - .blog-entry .text .heading a { - color: #000000; } - .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active { - color: #1eaaf1; } - .blog-entry .text .meta-chat { - color: #b3b3b3; } - .blog-entry .text .read { - color: #000000; - font-size: 14px; } - -.blog-entry .meta-date { - display: inline-block; - background: #5d50c6; } - .blog-entry .meta-date span { - display: block; - color: #fff; } - .blog-entry .meta-date .day { - font-weight: 700; - font-size: 20px; } - .blog-entry .meta-date .mos, .blog-entry .meta-date .yr { - font-size: 13px; } - -.blog-entry .meta > div { - display: block; - margin-right: 5px; - margin-bottom: 0px; - font-size: 15px; } - .blog-entry .meta > div a { - color: #b3b3b3; - font-size: 13px; } - .blog-entry .meta > div a:hover { - color: #cccccc; } - -.block-27 ul { - padding: 0; - margin: 0; } - .block-27 ul li { - display: inline-block; - margin-bottom: 4px; - font-weight: 400; } - .block-27 ul li a, .block-27 ul li span { - border: 1px solid #1eaaf1; - text-align: center; - display: inline-block; - width: 40px; - height: 40px; - line-height: 40px; - border-radius: 50%; } - .block-27 ul li.active a, .block-27 ul li.active span { - background: #1eaaf1; - color: #fff; - border: 1px solid transparent; } - -.aside-stretch { - background: #fff; } - .aside-stretch:after { - position: absolute; - top: 0; - left: 100%; - bottom: 0; - content: ''; - width: 360%; - background: #fff; } - @media (max-width: 767.98px) { - .aside-stretch { - background: transparent; } - .aside-stretch:after { - background: transparent; - display: none; } } - -.form-control { - height: 52px !important; - background: #fff !important; - color: #000000 !important; - font-size: 18px; - border-radius: 0px; - -webkit-box-shadow: none !important; - box-shadow: none !important; - border: 1px solid rgba(0, 0, 0, 0.1); } - .form-control:focus, .form-control:active { - border-color: #000000; } - -textarea.form-control { - height: inherit !important; } - -.ftco-animate { - opacity: 0; - visibility: hidden; } - -.bg-primary { - background: #1eaaf1 !important; } - -.about-author .desc h3 { - font-size: 24px; } - -.ftco-section { - padding: 7em 0; - position: relative; } - -.ftco-no-pt { - padding-top: 0; } - -.ftco-no-pb { - padding-bottom: 0; } - -.ftco-bg-dark { - background: #3c312e; } - -.ftco-footer { - font-size: 14px; - background: #232323; - padding: 6em 0; } - .ftco-footer .ftco-footer-widget { - width: 100%; - display: block; } - .ftco-footer .ftco-footer-widget h2 { - font-weight: normal; - color: #fff; - margin-bottom: 40px; - font-size: 22px; - font-weight: 500; } - .ftco-footer .ftco-footer-widget .logo { - color: #1eaaf1; } - .ftco-footer .ftco-footer-widget .logo span { - color: #fda638; } - .ftco-footer .ftco-footer-widget ul li a span { - color: #fff; } - .ftco-footer .ftco-footer-widget .btn-primary { - background: #fff !important; - border: 2px solid #fff !important; } - .ftco-footer .ftco-footer-widget .btn-primary:hover { - background: #fff; - border: 2px solid #fff !important; } - .ftco-footer p { - color: rgba(255, 255, 255, 0.7); } - .ftco-footer a { - color: rgba(255, 255, 255, 0.7); } - .ftco-footer a:hover { - color: #fff; } - .ftco-footer .ftco-heading-2 { - font-size: 17px; - font-weight: 400; - color: #000000; } - .ftco-footer .categories li { - border-bottom: 1px solid rgba(255, 255, 255, 0.1); } - .ftco-footer .categories li a span { - color: rgba(255, 255, 255, 0.5) !important; } - .ftco-footer .subscribe-form .form-group { - position: relative; - margin-bottom: 0; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - border-radius: 0; } - .ftco-footer .subscribe-form .form-group input { - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - border-radius: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.1) !important; - border: none; - color: rgba(255, 255, 255, 0.7) !important; - font-size: 16px; } - .ftco-footer .subscribe-form .form-group input::-webkit-input-placeholder { - /* Chrome/Opera/Safari */ - color: rgba(255, 255, 255, 0.7) !important; } - .ftco-footer .subscribe-form .form-group input::-moz-placeholder { - /* Firefox 19+ */ - color: rgba(255, 255, 255, 0.7) !important; } - .ftco-footer .subscribe-form .form-group input:-ms-input-placeholder { - /* IE 0+ */ - color: rgba(255, 255, 255, 0.7) !important; } - .ftco-footer .subscribe-form .form-group input:-moz-placeholder { - /* Firefox 18- */ - color: rgba(255, 255, 255, 0.7) !important; } - .ftco-footer .subscribe-form .form-group .submit { - color: #fff !important; - font-size: 16px; - background: #5d50c6 !important; - border: none !important; - -webkit-border-radius: 2px; - -moz-border-radius: 2px; - -ms-border-radius: 2px; - border-radius: 2px; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .ftco-footer .subscribe-form .form-group .submit:hover { - cursor: pointer; - background: #1eaaf1 !important; } - .ftco-footer .subscribe-form .icon { - position: absolute; - top: 50%; - right: 20px; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - color: rgba(255, 255, 255, 0.8); } - .ftco-footer .block-21 .text .heading { - font-weight: 400; - font-size: 16px; } - .ftco-footer .block-21 .text .heading a { - color: rgba(255, 255, 255, 0.9); } - .ftco-footer .block-21 .text .heading a:hover, .ftco-footer .block-21 .text .heading a:active, .ftco-footer .block-21 .text .heading a:focus { - color: #1eaaf1; } - .ftco-footer .block-21 .text .meta > div { - display: inline-block; - font-size: 12px; - margin-right: 5px; } - .ftco-footer .block-21 .text .meta > div a { - color: gray; } - -.ftco-footer-social li { - list-style: none; - margin: 0 10px 0 0; - display: inline-block; } - .ftco-footer-social li a { - height: 40px; - width: 40px; - display: block; - float: left; - background: rgba(255, 255, 255, 0.05); - border-radius: 50%; - position: relative; } - .ftco-footer-social li a span { - position: absolute; - font-size: 20px; - top: 50%; - left: 50%; - -webkit-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); } - .ftco-footer-social li a:hover { - color: #fff; } - -.footer-small-nav > li { - display: inline-block; } - .footer-small-nav > li a { - margin: 0 10px 10px 0; } - .footer-small-nav > li a:hover, .footer-small-nav > li a:focus { - color: #1eaaf1; } - -.media .ftco-icon { - width: 100px; } - .media .ftco-icon span { - color: #1eaaf1; } - -#map { - width: 100%; } - @media (max-width: 767.98px) { - #map { - height: 300px; } } - -@-webkit-keyframes pulse { - 0% { - -webkit-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0.4); } - 70% { - -webkit-box-shadow: 0 0 0 30px rgba(30, 170, 241, 0); } - 100% { - -webkit-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0); } } - -@keyframes pulse { - 0% { - -moz-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0.4); - -webkit-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0.4); - box-shadow: 0 0 0 0 rgba(30, 170, 241, 0.4); } - 70% { - -moz-box-shadow: 0 0 0 30px rgba(30, 170, 241, 0); - -webkit-box-shadow: 0 0 0 30px rgba(30, 170, 241, 0); - box-shadow: 0 0 0 30px rgba(30, 170, 241, 0); } - 100% { - -moz-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0); - -webkit-box-shadow: 0 0 0 0 rgba(30, 170, 241, 0); - box-shadow: 0 0 0 0 rgba(30, 170, 241, 0); } } - -.heading-section .subheading { - font-weight: 500; - font-size: 16px; - display: block; - margin-bottom: 0; - text-transform: uppercase; - letter-spacing: 2px; - color: rgba(0, 0, 0, 0.9); - position: relative; } - -.heading-section h2 { - font-size: 44px; - font-weight: 600; - color: #fda638; } - .heading-section h2 span { - color: #5d50c6; } - @media (max-width: 767.98px) { - .heading-section h2 { - font-size: 28px; } } - -.heading-section.heading-section-white .subheading { - color: rgba(255, 255, 255, 0.7); } - -.heading-section.heading-section-white h2 { - font-size: 40px; - color: #fff; } - -.heading-section.heading-section-white p { - color: rgba(255, 255, 255, 0.9); } - -.heading-section.heading-section-black h2 { - color: #000000; } - -.hotel-img, -.img, -.blog-img, -.user-img { - background-size: cover; - background-repeat: no-repeat; - background-position: center center; } - -.testimony-section { - position: relative; } - .testimony-section .owl-carousel { - margin: 0; } - .testimony-section .owl-carousel .owl-stage-outer { - padding-top: 4em; - padding-bottom: 2em; - position: relative; } - .testimony-section .owl-nav { - position: absolute; - top: 100%; - width: 100%; } - .testimony-section .owl-nav .owl-prev, - .testimony-section .owl-nav .owl-next { - position: absolute; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - margin-top: -10px; - outline: none !important; - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; - opacity: 0; } - .testimony-section .owl-nav .owl-prev span:before, - .testimony-section .owl-nav .owl-next span:before { - font-size: 30px; - color: rgba(0, 0, 0, 0.2); - -moz-transition: all 0.3s ease; - -o-transition: all 0.3s ease; - -webkit-transition: all 0.3s ease; - -ms-transition: all 0.3s ease; - transition: all 0.3s ease; } - .testimony-section .owl-nav .owl-prev:hover span:before, .testimony-section .owl-nav .owl-prev:focus span:before, - .testimony-section .owl-nav .owl-next:hover span:before, - .testimony-section .owl-nav .owl-next:focus span:before { - color: #000000; } - .testimony-section .owl-nav .owl-prev { - left: 50%; - margin-left: -80px; } - .testimony-section .owl-nav .owl-next { - right: 50%; - margin-right: -80px; } - .testimony-section:hover .owl-nav .owl-prev, - .testimony-section:hover .owl-nav .owl-next { - opacity: 1; } - .testimony-section:hover .owl-nav .owl-prev { - left: 50%; - margin-left: -80px; } - .testimony-section:hover .owl-nav .owl-next { - right: 50%; - margin-right: -80px; } - .testimony-section .owl-dots { - text-align: center; } - .testimony-section .owl-dots .owl-dot { - width: 10px; - height: 10px; - margin: 5px; - border-radius: 50%; - background: rgba(0, 0, 0, 0.2); } - .testimony-section .owl-dots .owl-dot.active { - background: #1eaaf1; } - .testimony-section .owl-item { - opacity: .1 !important; - margin-top: 20px; } - .testimony-section .owl-item.center { - padding-bottom: 30px; - margin-top: 0; - opacity: 1 !important; } - .testimony-section .owl-item.center p { - font-size: 18px; } - -.testimony-wrap { - display: block; - position: relative; - background: rgba(255, 255, 255, 0.1); - color: rgba(0, 0, 0, 0.8); } - .testimony-wrap .user-img { - width: 120px; - height: 120px; - border-radius: 50%; - position: relative; } - .testimony-wrap .text { - width: calc(100% - 120px); - position: relative; } - .testimony-wrap .quote { - position: absolute; - top: -40px; - left: 0; - opacity: .1; } - .testimony-wrap .quote i { - font-size: 100px; - color: #5d50c6; } - .testimony-wrap .name { - font-weight: 400; - font-size: 18px; - margin-bottom: 0; - color: #000000; } - .testimony-wrap .position { - font-size: 14px; - color: #1eaaf1; } - -@media (max-width: 767.98px) { - .about-image { - height: 400px; - margin-bottom: 30px; } } - -.image-popup { - cursor: -webkit-zoom-in; - cursor: -moz-zoom-in; - cursor: zoom-in; } - -.mfp-with-zoom .mfp-container, -.mfp-with-zoom.mfp-bg { - opacity: 0; - -webkit-backface-visibility: hidden; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - -o-transition: all 0.3s ease-out; - transition: all 0.3s ease-out; } - -.mfp-with-zoom.mfp-ready .mfp-container { - opacity: 1; } - -.mfp-with-zoom.mfp-ready.mfp-bg { - opacity: 0.8; } - -.mfp-with-zoom.mfp-removing .mfp-container, -.mfp-with-zoom.mfp-removing.mfp-bg { - opacity: 0; } - -#section-counter { - position: relative; - z-index: 0; } - #section-counter:after { - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; - content: ''; - z-index: -1; - opacity: 0; - background: #fda638; } - -.ftco-counter { - overflow-x: hidden; - position: relative; } - @media (max-width: 1199.98px) { - .ftco-counter { - background-position: top center !important; } } - .ftco-counter .icon span { - font-size: 50px; - color: #000000; - line-height: 1; } - .ftco-counter .block-18 { - display: block; - width: 100%; - text-align: center; - margin-bottom: 30px; } - .ftco-counter .text strong.number { - font-weight: 500; - font-size: 50px; - color: #1eaaf1; - display: block; } - .ftco-counter .text span { - display: block; - font-size: 16px; - color: rgba(0, 0, 0, 0.8); } - @media (max-width: 767.98px) { - .ftco-counter .counter-wrap { - margin-bottom: 20px; } } - .ftco-counter .ftco-number { - display: block; - font-size: 72px; - font-weight: bold; - color: #1eaaf1; } - .ftco-counter .ftco-label { - font-size: 12px; - text-transform: uppercase; - letter-spacing: .1em; } - -@media (max-width: 991.98px) { - .ftco-consult { - background-position: top center !important; } } - -.appointment-form .form-group { - position: relative; - width: 100%; - display: block; } - .appointment-form .form-group .icon { - position: absolute; - top: 50% !important; - right: 0; - font-size: 16px; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); } - .appointment-form .form-group .icon span { - color: white !important; } - .appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap { - position: relative; } - .appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; } - .appointment-form .form-group .btn { - width: 100%; - display: block !important; } - -.appointment-form .form-control { - border: transparent !important; - border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; - height: 58px !important; - padding-left: 0; - padding-right: 0; - background: transparent !important; - color: rgba(255, 255, 255, 0.9) !important; - font-size: 16px; - border-radius: 0px; - -webkit-box-shadow: none !important; - box-shadow: none !important; } - .appointment-form .form-control::-webkit-input-placeholder { - /* Chrome/Opera/Safari */ - color: rgba(255, 255, 255, 0.9); } - .appointment-form .form-control::-moz-placeholder { - /* Firefox 19+ */ - color: rgba(255, 255, 255, 0.9); } - .appointment-form .form-control:-ms-input-placeholder { - /* IE 10+ */ - color: rgba(255, 255, 255, 0.9); } - .appointment-form .form-control:-moz-placeholder { - /* Firefox 18- */ - color: rgba(255, 255, 255, 0.9); } - .appointment-form .form-control:focus, .appointment-form .form-control:active { - border-color: #fff; } - -.appointment-form textarea.form-control { - height: inherit !important; } - -.block-23 ul { - padding: 0; } - .block-23 ul li, .block-23 ul li > a { - display: table; - line-height: 1.5; - margin-bottom: 15px; } - .block-23 ul li span { - color: rgba(255, 255, 255, 0.7); } - .block-23 ul li .icon, .block-23 ul li .text { - display: table-cell; - vertical-align: top; } - .block-23 ul li .icon { - width: 40px; - font-size: 18px; - padding-top: 2px; - color: white; } - -.contact-section .contact-info p a { - color: #1a1a1a; } - -.contact-section .box { - width: 100%; - display: block; } - .contact-section .box h3 { - font-size: 24px; - font-weight: 500; } - -.block-9 .form-control { - outline: none !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - font-size: 15px; } - -.block-21 .blog-img { - display: block; - height: 80px; - width: 80px; } - -.block-21 .text { - width: calc(100% - 100px); } - .block-21 .text .heading { - font-size: 18px; - font-weight: 400; } - .block-21 .text .heading a { - color: #000000; } - .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus { - color: #1eaaf1; } - .block-21 .text .meta > div { - display: inline-block; - font-size: 12px; - margin-right: 5px; } - .block-21 .text .meta > div a { - color: gray; } - -/* Blog*/ -.post-info { - font-size: 12px; - text-transform: uppercase; - font-weight: bold; - color: #fff; - letter-spacing: .1em; } - .post-info > div { - display: inline-block; } - .post-info > div .seperator { - display: inline-block; - margin: 0 10px; - opacity: .5; } - -.tagcloud a { - text-transform: uppercase; - display: inline-block; - padding: 4px 10px; - margin-bottom: 7px; - margin-right: 4px; - border-radius: 4px; - color: #000000; - border: 1px solid #ccc; - font-size: 11px; } - .tagcloud a:hover { - border: 1px solid #000; } - -.comment-form-wrap { - clear: both; } - -.comment-list { - padding: 0; - margin: 0; } - .comment-list .children { - padding: 50px 0 0 40px; - margin: 0; - float: left; - width: 100%; } - .comment-list li { - padding: 0; - margin: 0 0 30px 0; - float: left; - width: 100%; - clear: both; - list-style: none; } - .comment-list li .vcard { - width: 80px; - float: left; } - .comment-list li .vcard img { - width: 50px; - border-radius: 50%; } - .comment-list li .comment-body { - float: right; - width: calc(100% - 80px); } - .comment-list li .comment-body h3 { - font-size: 18px; - font-weight: 500; } - .comment-list li .comment-body .meta { - text-transform: uppercase; - font-size: 13px; - letter-spacing: .1em; - color: #ccc; } - .comment-list li .comment-body .reply { - padding: 5px 10px; - background: #e6e6e6; - color: #000000; - text-transform: uppercase; - font-size: 11px; - letter-spacing: .1em; - font-weight: 400; - border-radius: 4px; } - .comment-list li .comment-body .reply:hover { - color: #fff; - background: black; } - -.search-form { - background: #fafafa; - padding: 10px; } - .search-form .form-group { - position: relative; - margin-bottom: 0; } - .search-form .form-group input { - padding-right: 50px; - font-size: 14px; } - .search-form .icon { - position: absolute; - top: 50%; - right: 20px; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); } - -.subs-wrap { - background: #1eaaf1 !important; - display: block; - width: 100%; - color: rgba(255, 255, 255, 0.7); } - .subs-wrap h3 { - color: #fff; - font-size: 30px !important; } - -.subscribe-form .form-group { - position: relative; - margin-bottom: 0; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - border-radius: 0; } - .subscribe-form .form-group input { - background: transparent !important; - border: 1px solid transparent; - color: rgba(255, 255, 255, 0.7) !important; - font-size: 16px; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - border-radius: 0; } - .subscribe-form .form-group input::-webkit-input-placeholder { - /* Chrome/Opera/Safari */ - color: rgba(255, 255, 255, 0.7) !important; } - .subscribe-form .form-group input::-moz-placeholder { - /* Firefox 19+ */ - color: rgba(255, 255, 255, 0.7) !important; } - .subscribe-form .form-group input:-ms-input-placeholder { - /* IE 10+ */ - color: rgba(255, 255, 255, 0.7) !important; } - .subscribe-form .form-group input:-moz-placeholder { - /* Firefox 18- */ - color: rgba(255, 255, 255, 0.7) !important; } - .subscribe-form .form-group .form-control { - border: 1px solid rgba(255, 255, 255, 0.4); } - .subscribe-form .form-group .submit { - color: #000000 !important; - display: block; - width: 100%; - height: 52px; - font-size: 16px; - background: #fff !important; - -webkit-border-radius: 0; - -moz-border-radius: 0; - -ms-border-radius: 0; - border-radius: 0; } - .subscribe-form .form-group .submit:hover { - cursor: pointer; } - -.subscribe-form .icon { - position: absolute; - top: 50%; - right: 20px; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - color: rgba(255, 255, 255, 0.8); } - -@media (max-width: 991.98px) { - .sidebar { - margin-top: 5em; } } - -.sidebar-box { - margin-bottom: 30px; - padding: 0 25px 25px; - font-size: 15px; - width: 100%; } - .sidebar-box h3 { - font-size: 18px; - margin-bottom: 20px; } - -.categories, .sidelink { - padding: 0; } - .categories li, .sidelink li { - position: relative; - margin-bottom: 10px; - padding-bottom: 10px; - border-bottom: 1px solid #dee2e6; - list-style: none; } - .categories li:last-child, .sidelink li:last-child { - margin-bottom: 0; - border-bottom: none; - padding-bottom: 0; } - .categories li a, .sidelink li a { - display: block; } - .categories li a span, .sidelink li a span { - position: absolute; - right: 0; - top: 0; - color: #ccc; } - .categories li.active a, .sidelink li.active a { - color: #000000; - font-style: italic; } - -#ftco-loader { - position: fixed; - width: 96px; - height: 96px; - left: 50%; - top: 50%; - -webkit-transform: translate(-50%, -50%); - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - background-color: rgba(255, 255, 255, 0.9); - -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24); - box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24); - border-radius: 16px; - opacity: 0; - visibility: hidden; - -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s; - -o-transition: opacity .2s ease-out, visibility 0s linear .2s; - transition: opacity .2s ease-out, visibility 0s linear .2s; - z-index: 1000; } - -#ftco-loader.fullscreen { - padding: 0; - left: 0; - top: 0; - width: 100%; - height: 100%; - -webkit-transform: none; - -ms-transform: none; - transform: none; - background-color: #fff; - border-radius: 0; - -webkit-box-shadow: none; - box-shadow: none; } - -#ftco-loader.show { - -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s; - -o-transition: opacity .4s ease-out, visibility 0s linear 0s; - transition: opacity .4s ease-out, visibility 0s linear 0s; - visibility: visible; - opacity: 1; } - -#ftco-loader .circular { - -webkit-animation: loader-rotate 2s linear infinite; - animation: loader-rotate 2s linear infinite; - position: absolute; - left: calc(50% - 24px); - top: calc(50% - 24px); - display: block; - -webkit-transform: rotate(0deg); - -ms-transform: rotate(0deg); - transform: rotate(0deg); } - -#ftco-loader .path { - stroke-dasharray: 1, 200; - stroke-dashoffset: 0; - -webkit-animation: loader-dash 1.5s ease-in-out infinite; - animation: loader-dash 1.5s ease-in-out infinite; - stroke-linecap: round; } - -@-webkit-keyframes loader-rotate { - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -@keyframes loader-rotate { - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -@-webkit-keyframes loader-dash { - 0% { - stroke-dasharray: 1, 200; - stroke-dashoffset: 0; } - 50% { - stroke-dasharray: 89, 200; - stroke-dashoffset: -35px; } - 100% { - stroke-dasharray: 89, 200; - stroke-dashoffset: -136px; } } - -@keyframes loader-dash { - 0% { - stroke-dasharray: 1, 200; - stroke-dashoffset: 0; } - 50% { - stroke-dasharray: 89, 200; - stroke-dashoffset: -35px; } - 100% { - stroke-dasharray: 89, 200; - stroke-dashoffset: -136px; } } -/*-------------------------------------------------------------- -# Footer ---------------------------------------------------------------*/ - - -.footer-distributed{ - background: #111; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); - box-sizing: border-box; - width: 100%; - font: bold 16px sans-serif; - text-align: left; - padding: 50px 60px 20px; - overflow: hidden; -} -/* Footer left */ - -.footer-distributed .footer-left{ - float: left; -} - -/* The company logo */ - -.footer-distributed .footer-left img{ - height: 300px; -} - -.footer-distributed h3 span{ - color: #5383d3; -} - -/* Footer links */ - -.footer-distributed .footer-links{ - color: #ffffff; - margin: 0 0 10px; - padding: 0; -} - -.footer-distributed .footer-links a{ - display:inline-block; - line-height: 1.8; - text-decoration: none; - color: inherit; -} - -.footer-distributed .footer-company-name, - .footer-distributed .footer-author-name{ - color: #8f9296; - font-size: 14px; - font-weight: normal; - margin: 0; -} - -/* Footer social icons */ - -.footer-distributed .footer-icons, -.footer-distributed .footer-mail{ - margin: 40px 25px; -} - -.footer-distributed .footer-icons a{ - display: inline-block; - width: 35px; - height: 35px; - cursor: pointer; - background-color: #33383b; - border-radius: 2px; - - font-size: 20px; - color: #ffffff; - text-align: center; - line-height: 35px; - - margin-right: 3px; - margin-bottom: 5px; -} - -/* Footer Right */ - -.footer-distributed .footer-right{ - float: right; -} - -.footer-distributed .footer-right p{ - display: inline-block; - vertical-align: top; - margin: 15px 42px 0 0; - color: #ffffff; -} - -/* The contact form */ - -.footer-distributed form{ - display: inline-block; -} - -.footer-distributed form input, -.footer-distributed form textarea{ - display: block; - border-radius: 3px; - box-sizing: border-box; - background-color: #1f2022; - box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1); - border: none; - resize: none; - - font: inherit; - font-size: 14px; - font-weight: normal; - color: #d1d2d2; - - width: 400px; - padding: 18px; -} - -.footer-distributed ::-webkit-input-placeholder { - color: #5c666b; -} - -.footer-distributed ::-moz-placeholder { - color: #5c666b; - opacity: 1; -} - -.footer-distributed :-ms-input-placeholder{ - color: #5c666b; -} - - -.footer-distributed form input{ - height: 55px; - margin-bottom: 15px; -} - -.footer-distributed form textarea{ - height: 100px; - margin-bottom: 20px; -} - -.footer-distributed form button{ - border-radius: 3px; - background-color: #33383b; - color: #ffffff; - border: 0; - padding: 15px 50px; - font-weight: bold; - float: right; -} - -.footer-distributed .input-container { - display: flex; - width: 100%; - margin-bottom: 15px; -} - -.footer-distributed .input-container .icon { - padding: 10px; - color: white; - min-width: 50px; - text-align: center; -} -.footer-distributed .input-container .input-field { - width: 200%; - padding: 10px; - outline: none; -} -.input-container button { - margin: auto; -} -/* If you don't want the footer to be responsive, remove these media queries */ - -@media (max-width: 1000px) { - - .footer-distributed { - font: bold 14px sans-serif; - } - - .footer-distributed .footer-company-name, - .footer-distributed .footer-author-name{ - font-size: 12px; - } - - .footer-distributed form input, - .footer-distributed form textarea{ - width: 250px; - } - - .footer-distributed form button{ - padding: 10px 35px; - } - -} - -@media (max-width: 800px) { - - .footer-distributed{ - padding: 30px; - } - - .footer-distributed .footer-left, - .footer-distributed .footer-right{ - float: none; - max-width: 300px; - margin: 0 auto; - } - - .footer-distributed .footer-left{ - margin-bottom: 40px; - } - - .footer-distributed form{ - margin-top: 30px; - } - - .footer-distributed form{ - display: block; - } - - .footer-distributed form button{ - float: none; - } -} - - -.footer-down { - background: #111; - text-align: center; - height: 60px; -} - -.footer-down p { - color: #8f9296; - margin:0; -} \ No newline at end of file diff --git a/courses/fonts/.DS_Store b/courses/fonts/.DS_Store deleted file mode 100644 index 5dba67c..0000000 Binary files a/courses/fonts/.DS_Store and /dev/null differ diff --git a/courses/fonts/flaticon/.DS_Store b/courses/fonts/flaticon/.DS_Store deleted file mode 100644 index d7e5544..0000000 Binary files a/courses/fonts/flaticon/.DS_Store and /dev/null differ diff --git a/courses/fonts/flaticon/backup.txt b/courses/fonts/flaticon/backup.txt deleted file mode 100644 index a37804c..0000000 --- a/courses/fonts/flaticon/backup.txt +++ /dev/null @@ -1 +0,0 @@ -eyIxIjp7IklEIjoxLCJuYW1lIjoiTXkgaWNvbnMgY29sbGVjdGlvbiIsImJvb2ttYXJrX2lkIjoiYnZreTVpc283c3IwMDAwMCIsImNyZWF0ZWQiOm51bGwsInVwZGF0ZWQiOjE1NDg0OTg4NzIsImFjdGl2ZSI6MSwic291cmNlIjoibG9jYWwiLCJvcmRlciI6MCwiY29sb3IiOiIwMDAwMDAiLCJzdGF0dXMiOjF9LCJidmt5NWlzbzdzcjAwMDAwIjpbeyJpZCI6MTQzOTYyOCwidGVhbSI6MCwibmFtZSI6InRlYWNoZXIiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0IjoxfSx7ImlkIjoxODIzMjIsInRlYW0iOjAsIm5hbWUiOiJib29rcyIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjJ9LHsiaWQiOjk0ODI1NiwidGVhbSI6MCwibmFtZSI6InJlYWRpbmciLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo0fSx7ImlkIjoxMzMyNjQ2LCJ0ZWFtIjowLCJuYW1lIjoic2VjdXJpdHkiLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo1fSx7ImlkIjo5OTE5MjIsInRlYW0iOjAsIm5hbWUiOiJlZHVjYXRpb24iLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo2fSx7ImlkIjo5OTM3NjAsInRlYW0iOjAsIm5hbWUiOiJqaWdzYXciLCJjb2xvciI6IiMwMDAwMDAiLCJwcmVtaXVtIjowLCJzb3J0Ijo3fSx7ImlkIjo4NTk5MDYsInRlYW0iOjAsIm5hbWUiOiJraWRzIiwiY29sb3IiOiIjMDAwMDAwIiwicHJlbWl1bSI6MCwic29ydCI6OH0seyJpZCI6MTgyMzI1LCJ0ZWFtIjowLCJuYW1lIjoiZGlwbG9tYSIsImNvbG9yIjoiIzAwMDAwMCIsInByZW1pdW0iOjAsInNvcnQiOjN9XX0= \ No newline at end of file diff --git a/courses/fonts/flaticon/font/.DS_Store b/courses/fonts/flaticon/font/.DS_Store deleted file mode 100644 index 5482f3d..0000000 Binary files a/courses/fonts/flaticon/font/.DS_Store and /dev/null differ diff --git a/courses/fonts/flaticon/font/Flaticon.eot b/courses/fonts/flaticon/font/Flaticon.eot deleted file mode 100644 index 1fb82cd..0000000 Binary files a/courses/fonts/flaticon/font/Flaticon.eot and /dev/null differ diff --git a/courses/fonts/flaticon/font/Flaticon.svg b/courses/fonts/flaticon/font/Flaticon.svg deleted file mode 100644 index 8d79425..0000000 --- a/courses/fonts/flaticon/font/Flaticon.svg +++ /dev/null @@ -1,193 +0,0 @@ - - - - - -Created by FontForge 20170731 at Sat Jan 26 10:34:38 2019 - By root - - - - - - - - - - - - - - - - - diff --git a/courses/fonts/flaticon/font/Flaticon.ttf b/courses/fonts/flaticon/font/Flaticon.ttf deleted file mode 100644 index dd9863b..0000000 Binary files a/courses/fonts/flaticon/font/Flaticon.ttf and /dev/null differ diff --git a/courses/fonts/flaticon/font/Flaticon.woff b/courses/fonts/flaticon/font/Flaticon.woff deleted file mode 100644 index 48024d3..0000000 Binary files a/courses/fonts/flaticon/font/Flaticon.woff and /dev/null differ diff --git a/courses/fonts/flaticon/font/Flaticon.woff2 b/courses/fonts/flaticon/font/Flaticon.woff2 deleted file mode 100644 index 4b80342..0000000 Binary files a/courses/fonts/flaticon/font/Flaticon.woff2 and /dev/null differ diff --git a/courses/fonts/flaticon/font/_flaticon.scss b/courses/fonts/flaticon/font/_flaticon.scss deleted file mode 100644 index 7e50e2d..0000000 --- a/courses/fonts/flaticon/font/_flaticon.scss +++ /dev/null @@ -1,56 +0,0 @@ - /* - Flaticon icon font: Flaticon - Creation date: 26/01/2019 10:34 - */ - - @font-face { - font-family: "Flaticon"; - src: url("./Flaticon.eot"); - src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), - url("./Flaticon.woff2") format("woff2"), - url("./Flaticon.woff") format("woff"), - url("./Flaticon.ttf") format("truetype"), - url("./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("./Flaticon.svg#Flaticon") format("svg"); - } -} - - .fi:before{ - display: inline-block; - font-family: "Flaticon"; - font-style: normal; - font-weight: normal; - font-variant: normal; - line-height: 1; - text-decoration: inherit; - text-rendering: optimizeLegibility; - text-transform: none; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - font-smoothing: antialiased; - } - - .flaticon-teacher:before { content: "\f100"; } -.flaticon-books:before { content: "\f101"; } -.flaticon-diploma:before { content: "\f102"; } -.flaticon-reading:before { content: "\f103"; } -.flaticon-security:before { content: "\f104"; } -.flaticon-education:before { content: "\f105"; } -.flaticon-jigsaw:before { content: "\f106"; } -.flaticon-kids:before { content: "\f107"; } - - $font-Flaticon-teacher: "\f100"; - $font-Flaticon-books: "\f101"; - $font-Flaticon-diploma: "\f102"; - $font-Flaticon-reading: "\f103"; - $font-Flaticon-security: "\f104"; - $font-Flaticon-education: "\f105"; - $font-Flaticon-jigsaw: "\f106"; - $font-Flaticon-kids: "\f107"; \ No newline at end of file diff --git a/courses/fonts/flaticon/font/flaticon.css b/courses/fonts/flaticon/font/flaticon.css deleted file mode 100644 index 967b3a7..0000000 --- a/courses/fonts/flaticon/font/flaticon.css +++ /dev/null @@ -1,40 +0,0 @@ - /* - Flaticon icon font: Flaticon - Creation date: 26/01/2019 10:34 - */ - -@font-face { - font-family: "Flaticon"; - src: url("./Flaticon.eot"); - src: url("./Flaticon.eot?#iefix") format("embedded-opentype"), - url("./Flaticon.woff2") format("woff2"), - url("./Flaticon.woff") format("woff"), - url("./Flaticon.ttf") format("truetype"), - url("./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("./Flaticon.svg#Flaticon") format("svg"); - } -} - -[class^="flaticon-"]:before, [class*=" flaticon-"]:before, -[class^="flaticon-"]:after, [class*=" flaticon-"]:after { - font-family: Flaticon; - font-size: 20px; -font-style: normal; -margin-left: 20px; -} - -.flaticon-teacher:before { content: "\f100"; } -.flaticon-books:before { content: "\f101"; } -.flaticon-diploma:before { content: "\f102"; } -.flaticon-reading:before { content: "\f103"; } -.flaticon-security:before { content: "\f104"; } -.flaticon-education:before { content: "\f105"; } -.flaticon-jigsaw:before { content: "\f106"; } -.flaticon-kids:before { content: "\f107"; } \ No newline at end of file diff --git a/courses/fonts/flaticon/font/flaticon.html b/courses/fonts/flaticon/font/flaticon.html deleted file mode 100644 index 166d4e1..0000000 --- a/courses/fonts/flaticon/font/flaticon.html +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - - - Flaticon WebFont - - - - - - - - -
- - Font Demo -
- - -
- -

Instructions

- - - -
- - - - -
- - -
-
.flaticon-teacher
-
Author: itim2101
-
- -
-
.flaticon-books
- -
- -
-
.flaticon-diploma
- -
- -
-
.flaticon-reading
-
Author: Eucalyp
-
- -
-
.flaticon-security
-
Author: Icongeek26
-
- -
-
.flaticon-education
-
Author: geotatah
-
- -
-
.flaticon-jigsaw
-
Author: monkik
-
- -
-
.flaticon-kids
-
Author: Freepik
-
- - -
- - - -
- -
License and attribution:
Font generated by flaticon.com.

Under CC: itim2101, Zlatko Najdenovski, Eucalyp, Icongeek26, geotatah, monkik, Freepik

-
-
Copy the Attribution License:
- - - -
- -
- -
Examples:
- -
-

- - <i class="flaticon-teacher"></i> -

-
- -
-

- - <i class="flaticon-books"></i> -

-
- -
-

- - <i class="flaticon-diploma"></i> -

-
- -
-

- - <i class="flaticon-reading"></i> -

-
- - - -
- - - - - - - \ No newline at end of file diff --git a/courses/fonts/flaticon/license/license.pdf b/courses/fonts/flaticon/license/license.pdf deleted file mode 100644 index bdeedb7..0000000 Binary files a/courses/fonts/flaticon/license/license.pdf and /dev/null differ diff --git a/courses/fonts/icomoon/icomoon.eot b/courses/fonts/icomoon/icomoon.eot deleted file mode 100644 index e5ab0be..0000000 Binary files a/courses/fonts/icomoon/icomoon.eot and /dev/null differ diff --git a/courses/fonts/icomoon/icomoon.svg b/courses/fonts/icomoon/icomoon.svg deleted file mode 100644 index bf75889..0000000 --- a/courses/fonts/icomoon/icomoon.svg +++ /dev/null @@ -1,1530 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/courses/fonts/icomoon/icomoon.ttf b/courses/fonts/icomoon/icomoon.ttf deleted file mode 100644 index 2659030..0000000 Binary files a/courses/fonts/icomoon/icomoon.ttf and /dev/null differ diff --git a/courses/fonts/icomoon/icomoon.woff b/courses/fonts/icomoon/icomoon.woff deleted file mode 100644 index c1a5240..0000000 Binary files a/courses/fonts/icomoon/icomoon.woff and /dev/null differ diff --git a/courses/fonts/ionicons/css/_ionicons.scss b/courses/fonts/ionicons/css/_ionicons.scss deleted file mode 100644 index 5cead88..0000000 --- a/courses/fonts/ionicons/css/_ionicons.scss +++ /dev/null @@ -1,1480 +0,0 @@ -@charset "UTF-8"; -/*! - Ionicons, v2.0.0 - Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ - https://twitter.com/benjsperry https://twitter.com/ionicframework - MIT License: https://github.com/driftyco/ionicons - - Android-style icons originally built by Google’s - Material Design Icons: https://github.com/google/material-design-icons - used under CC BY http://creativecommons.org/licenses/by/4.0/ - Modified icons to fit ionicon’s grid from original. -*/ -@font-face { font-family: "Ionicons"; src: url("../fonts/ionicons/fonts/ionicons.eot?v=2.0.0"); src: url("../fonts/ionicons/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons/fonts/ionicons.woff?v=2.0.0") format("woff"), url("../fonts/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; } -.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } - -.ion-alert:before { content: "\f101"; } - -.ion-alert-circled:before { content: "\f100"; } - -.ion-android-add:before { content: "\f2c7"; } - -.ion-android-add-circle:before { content: "\f359"; } - -.ion-android-alarm-clock:before { content: "\f35a"; } - -.ion-android-alert:before { content: "\f35b"; } - -.ion-android-apps:before { content: "\f35c"; } - -.ion-android-archive:before { content: "\f2c9"; } - -.ion-android-arrow-back:before { content: "\f2ca"; } - -.ion-android-arrow-down:before { content: "\f35d"; } - -.ion-android-arrow-dropdown:before { content: "\f35f"; } - -.ion-android-arrow-dropdown-circle:before { content: "\f35e"; } - -.ion-android-arrow-dropleft:before { content: "\f361"; } - -.ion-android-arrow-dropleft-circle:before { content: "\f360"; } - -.ion-android-arrow-dropright:before { content: "\f363"; } - -.ion-android-arrow-dropright-circle:before { content: "\f362"; } - -.ion-android-arrow-dropup:before { content: "\f365"; } - -.ion-android-arrow-dropup-circle:before { content: "\f364"; } - -.ion-android-arrow-forward:before { content: "\f30f"; } - -.ion-android-arrow-up:before { content: "\f366"; } - -.ion-android-attach:before { content: "\f367"; } - -.ion-android-bar:before { content: "\f368"; } - -.ion-android-bicycle:before { content: "\f369"; } - -.ion-android-boat:before { content: "\f36a"; } - -.ion-android-bookmark:before { content: "\f36b"; } - -.ion-android-bulb:before { content: "\f36c"; } - -.ion-android-bus:before { content: "\f36d"; } - -.ion-android-calendar:before { content: "\f2d1"; } - -.ion-android-call:before { content: "\f2d2"; } - -.ion-android-camera:before { content: "\f2d3"; } - -.ion-android-cancel:before { content: "\f36e"; } - -.ion-android-car:before { content: "\f36f"; } - -.ion-android-cart:before { content: "\f370"; } - -.ion-android-chat:before { content: "\f2d4"; } - -.ion-android-checkbox:before { content: "\f374"; } - -.ion-android-checkbox-blank:before { content: "\f371"; } - -.ion-android-checkbox-outline:before { content: "\f373"; } - -.ion-android-checkbox-outline-blank:before { content: "\f372"; } - -.ion-android-checkmark-circle:before { content: "\f375"; } - -.ion-android-clipboard:before { content: "\f376"; } - -.ion-android-close:before { content: "\f2d7"; } - -.ion-android-cloud:before { content: "\f37a"; } - -.ion-android-cloud-circle:before { content: "\f377"; } - -.ion-android-cloud-done:before { content: "\f378"; } - -.ion-android-cloud-outline:before { content: "\f379"; } - -.ion-android-color-palette:before { content: "\f37b"; } - -.ion-android-compass:before { content: "\f37c"; } - -.ion-android-contact:before { content: "\f2d8"; } - -.ion-android-contacts:before { content: "\f2d9"; } - -.ion-android-contract:before { content: "\f37d"; } - -.ion-android-create:before { content: "\f37e"; } - -.ion-android-delete:before { content: "\f37f"; } - -.ion-android-desktop:before { content: "\f380"; } - -.ion-android-document:before { content: "\f381"; } - -.ion-android-done:before { content: "\f383"; } - -.ion-android-done-all:before { content: "\f382"; } - -.ion-android-download:before { content: "\f2dd"; } - -.ion-android-drafts:before { content: "\f384"; } - -.ion-android-exit:before { content: "\f385"; } - -.ion-android-expand:before { content: "\f386"; } - -.ion-android-favorite:before { content: "\f388"; } - -.ion-android-favorite-outline:before { content: "\f387"; } - -.ion-android-film:before { content: "\f389"; } - -.ion-android-folder:before { content: "\f2e0"; } - -.ion-android-folder-open:before { content: "\f38a"; } - -.ion-android-funnel:before { content: "\f38b"; } - -.ion-android-globe:before { content: "\f38c"; } - -.ion-android-hand:before { content: "\f2e3"; } - -.ion-android-hangout:before { content: "\f38d"; } - -.ion-android-happy:before { content: "\f38e"; } - -.ion-android-home:before { content: "\f38f"; } - -.ion-android-image:before { content: "\f2e4"; } - -.ion-android-laptop:before { content: "\f390"; } - -.ion-android-list:before { content: "\f391"; } - -.ion-android-locate:before { content: "\f2e9"; } - -.ion-android-lock:before { content: "\f392"; } - -.ion-android-mail:before { content: "\f2eb"; } - -.ion-android-map:before { content: "\f393"; } - -.ion-android-menu:before { content: "\f394"; } - -.ion-android-microphone:before { content: "\f2ec"; } - -.ion-android-microphone-off:before { content: "\f395"; } - -.ion-android-more-horizontal:before { content: "\f396"; } - -.ion-android-more-vertical:before { content: "\f397"; } - -.ion-android-navigate:before { content: "\f398"; } - -.ion-android-notifications:before { content: "\f39b"; } - -.ion-android-notifications-none:before { content: "\f399"; } - -.ion-android-notifications-off:before { content: "\f39a"; } - -.ion-android-open:before { content: "\f39c"; } - -.ion-android-options:before { content: "\f39d"; } - -.ion-android-people:before { content: "\f39e"; } - -.ion-android-person:before { content: "\f3a0"; } - -.ion-android-person-add:before { content: "\f39f"; } - -.ion-android-phone-landscape:before { content: "\f3a1"; } - -.ion-android-phone-portrait:before { content: "\f3a2"; } - -.ion-android-pin:before { content: "\f3a3"; } - -.ion-android-plane:before { content: "\f3a4"; } - -.ion-android-playstore:before { content: "\f2f0"; } - -.ion-android-print:before { content: "\f3a5"; } - -.ion-android-radio-button-off:before { content: "\f3a6"; } - -.ion-android-radio-button-on:before { content: "\f3a7"; } - -.ion-android-refresh:before { content: "\f3a8"; } - -.ion-android-remove:before { content: "\f2f4"; } - -.ion-android-remove-circle:before { content: "\f3a9"; } - -.ion-android-restaurant:before { content: "\f3aa"; } - -.ion-android-sad:before { content: "\f3ab"; } - -.ion-android-search:before { content: "\f2f5"; } - -.ion-android-send:before { content: "\f2f6"; } - -.ion-android-settings:before { content: "\f2f7"; } - -.ion-android-share:before { content: "\f2f8"; } - -.ion-android-share-alt:before { content: "\f3ac"; } - -.ion-android-star:before { content: "\f2fc"; } - -.ion-android-star-half:before { content: "\f3ad"; } - -.ion-android-star-outline:before { content: "\f3ae"; } - -.ion-android-stopwatch:before { content: "\f2fd"; } - -.ion-android-subway:before { content: "\f3af"; } - -.ion-android-sunny:before { content: "\f3b0"; } - -.ion-android-sync:before { content: "\f3b1"; } - -.ion-android-textsms:before { content: "\f3b2"; } - -.ion-android-time:before { content: "\f3b3"; } - -.ion-android-train:before { content: "\f3b4"; } - -.ion-android-unlock:before { content: "\f3b5"; } - -.ion-android-upload:before { content: "\f3b6"; } - -.ion-android-volume-down:before { content: "\f3b7"; } - -.ion-android-volume-mute:before { content: "\f3b8"; } - -.ion-android-volume-off:before { content: "\f3b9"; } - -.ion-android-volume-up:before { content: "\f3ba"; } - -.ion-android-walk:before { content: "\f3bb"; } - -.ion-android-warning:before { content: "\f3bc"; } - -.ion-android-watch:before { content: "\f3bd"; } - -.ion-android-wifi:before { content: "\f305"; } - -.ion-aperture:before { content: "\f313"; } - -.ion-archive:before { content: "\f102"; } - -.ion-arrow-down-a:before { content: "\f103"; } - -.ion-arrow-down-b:before { content: "\f104"; } - -.ion-arrow-down-c:before { content: "\f105"; } - -.ion-arrow-expand:before { content: "\f25e"; } - -.ion-arrow-graph-down-left:before { content: "\f25f"; } - -.ion-arrow-graph-down-right:before { content: "\f260"; } - -.ion-arrow-graph-up-left:before { content: "\f261"; } - -.ion-arrow-graph-up-right:before { content: "\f262"; } - -.ion-arrow-left-a:before { content: "\f106"; } - -.ion-arrow-left-b:before { content: "\f107"; } - -.ion-arrow-left-c:before { content: "\f108"; } - -.ion-arrow-move:before { content: "\f263"; } - -.ion-arrow-resize:before { content: "\f264"; } - -.ion-arrow-return-left:before { content: "\f265"; } - -.ion-arrow-return-right:before { content: "\f266"; } - -.ion-arrow-right-a:before { content: "\f109"; } - -.ion-arrow-right-b:before { content: "\f10a"; } - -.ion-arrow-right-c:before { content: "\f10b"; } - -.ion-arrow-shrink:before { content: "\f267"; } - -.ion-arrow-swap:before { content: "\f268"; } - -.ion-arrow-up-a:before { content: "\f10c"; } - -.ion-arrow-up-b:before { content: "\f10d"; } - -.ion-arrow-up-c:before { content: "\f10e"; } - -.ion-asterisk:before { content: "\f314"; } - -.ion-at:before { content: "\f10f"; } - -.ion-backspace:before { content: "\f3bf"; } - -.ion-backspace-outline:before { content: "\f3be"; } - -.ion-bag:before { content: "\f110"; } - -.ion-battery-charging:before { content: "\f111"; } - -.ion-battery-empty:before { content: "\f112"; } - -.ion-battery-full:before { content: "\f113"; } - -.ion-battery-half:before { content: "\f114"; } - -.ion-battery-low:before { content: "\f115"; } - -.ion-beaker:before { content: "\f269"; } - -.ion-beer:before { content: "\f26a"; } - -.ion-bluetooth:before { content: "\f116"; } - -.ion-bonfire:before { content: "\f315"; } - -.ion-bookmark:before { content: "\f26b"; } - -.ion-bowtie:before { content: "\f3c0"; } - -.ion-briefcase:before { content: "\f26c"; } - -.ion-bug:before { content: "\f2be"; } - -.ion-calculator:before { content: "\f26d"; } - -.ion-calendar:before { content: "\f117"; } - -.ion-camera:before { content: "\f118"; } - -.ion-card:before { content: "\f119"; } - -.ion-cash:before { content: "\f316"; } - -.ion-chatbox:before { content: "\f11b"; } - -.ion-chatbox-working:before { content: "\f11a"; } - -.ion-chatboxes:before { content: "\f11c"; } - -.ion-chatbubble:before { content: "\f11e"; } - -.ion-chatbubble-working:before { content: "\f11d"; } - -.ion-chatbubbles:before { content: "\f11f"; } - -.ion-checkmark:before { content: "\f122"; } - -.ion-checkmark-circled:before { content: "\f120"; } - -.ion-checkmark-round:before { content: "\f121"; } - -.ion-chevron-down:before { content: "\f123"; } - -.ion-chevron-left:before { content: "\f124"; } - -.ion-chevron-right:before { content: "\f125"; } - -.ion-chevron-up:before { content: "\f126"; } - -.ion-clipboard:before { content: "\f127"; } - -.ion-clock:before { content: "\f26e"; } - -.ion-close:before { content: "\f12a"; } - -.ion-close-circled:before { content: "\f128"; } - -.ion-close-round:before { content: "\f129"; } - -.ion-closed-captioning:before { content: "\f317"; } - -.ion-cloud:before { content: "\f12b"; } - -.ion-code:before { content: "\f271"; } - -.ion-code-download:before { content: "\f26f"; } - -.ion-code-working:before { content: "\f270"; } - -.ion-coffee:before { content: "\f272"; } - -.ion-compass:before { content: "\f273"; } - -.ion-compose:before { content: "\f12c"; } - -.ion-connection-bars:before { content: "\f274"; } - -.ion-contrast:before { content: "\f275"; } - -.ion-crop:before { content: "\f3c1"; } - -.ion-cube:before { content: "\f318"; } - -.ion-disc:before { content: "\f12d"; } - -.ion-document:before { content: "\f12f"; } - -.ion-document-text:before { content: "\f12e"; } - -.ion-drag:before { content: "\f130"; } - -.ion-earth:before { content: "\f276"; } - -.ion-easel:before { content: "\f3c2"; } - -.ion-edit:before { content: "\f2bf"; } - -.ion-egg:before { content: "\f277"; } - -.ion-eject:before { content: "\f131"; } - -.ion-email:before { content: "\f132"; } - -.ion-email-unread:before { content: "\f3c3"; } - -.ion-erlenmeyer-flask:before { content: "\f3c5"; } - -.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; } - -.ion-eye:before { content: "\f133"; } - -.ion-eye-disabled:before { content: "\f306"; } - -.ion-female:before { content: "\f278"; } - -.ion-filing:before { content: "\f134"; } - -.ion-film-marker:before { content: "\f135"; } - -.ion-fireball:before { content: "\f319"; } - -.ion-flag:before { content: "\f279"; } - -.ion-flame:before { content: "\f31a"; } - -.ion-flash:before { content: "\f137"; } - -.ion-flash-off:before { content: "\f136"; } - -.ion-folder:before { content: "\f139"; } - -.ion-fork:before { content: "\f27a"; } - -.ion-fork-repo:before { content: "\f2c0"; } - -.ion-forward:before { content: "\f13a"; } - -.ion-funnel:before { content: "\f31b"; } - -.ion-gear-a:before { content: "\f13d"; } - -.ion-gear-b:before { content: "\f13e"; } - -.ion-grid:before { content: "\f13f"; } - -.ion-hammer:before { content: "\f27b"; } - -.ion-happy:before { content: "\f31c"; } - -.ion-happy-outline:before { content: "\f3c6"; } - -.ion-headphone:before { content: "\f140"; } - -.ion-heart:before { content: "\f141"; } - -.ion-heart-broken:before { content: "\f31d"; } - -.ion-help:before { content: "\f143"; } - -.ion-help-buoy:before { content: "\f27c"; } - -.ion-help-circled:before { content: "\f142"; } - -.ion-home:before { content: "\f144"; } - -.ion-icecream:before { content: "\f27d"; } - -.ion-image:before { content: "\f147"; } - -.ion-images:before { content: "\f148"; } - -.ion-information:before { content: "\f14a"; } - -.ion-information-circled:before { content: "\f149"; } - -.ion-ionic:before { content: "\f14b"; } - -.ion-ios-alarm:before { content: "\f3c8"; } - -.ion-ios-alarm-outline:before { content: "\f3c7"; } - -.ion-ios-albums:before { content: "\f3ca"; } - -.ion-ios-albums-outline:before { content: "\f3c9"; } - -.ion-ios-americanfootball:before { content: "\f3cc"; } - -.ion-ios-americanfootball-outline:before { content: "\f3cb"; } - -.ion-ios-analytics:before { content: "\f3ce"; } - -.ion-ios-analytics-outline:before { content: "\f3cd"; } - -.ion-ios-arrow-back:before { content: "\f3cf"; } - -.ion-ios-arrow-down:before { content: "\f3d0"; } - -.ion-ios-arrow-forward:before { content: "\f3d1"; } - -.ion-ios-arrow-left:before { content: "\f3d2"; } - -.ion-ios-arrow-right:before { content: "\f3d3"; } - -.ion-ios-arrow-thin-down:before { content: "\f3d4"; } - -.ion-ios-arrow-thin-left:before { content: "\f3d5"; } - -.ion-ios-arrow-thin-right:before { content: "\f3d6"; } - -.ion-ios-arrow-thin-up:before { content: "\f3d7"; } - -.ion-ios-arrow-up:before { content: "\f3d8"; } - -.ion-ios-at:before { content: "\f3da"; } - -.ion-ios-at-outline:before { content: "\f3d9"; } - -.ion-ios-barcode:before { content: "\f3dc"; } - -.ion-ios-barcode-outline:before { content: "\f3db"; } - -.ion-ios-baseball:before { content: "\f3de"; } - -.ion-ios-baseball-outline:before { content: "\f3dd"; } - -.ion-ios-basketball:before { content: "\f3e0"; } - -.ion-ios-basketball-outline:before { content: "\f3df"; } - -.ion-ios-bell:before { content: "\f3e2"; } - -.ion-ios-bell-outline:before { content: "\f3e1"; } - -.ion-ios-body:before { content: "\f3e4"; } - -.ion-ios-body-outline:before { content: "\f3e3"; } - -.ion-ios-bolt:before { content: "\f3e6"; } - -.ion-ios-bolt-outline:before { content: "\f3e5"; } - -.ion-ios-book:before { content: "\f3e8"; } - -.ion-ios-book-outline:before { content: "\f3e7"; } - -.ion-ios-bookmarks:before { content: "\f3ea"; } - -.ion-ios-bookmarks-outline:before { content: "\f3e9"; } - -.ion-ios-box:before { content: "\f3ec"; } - -.ion-ios-box-outline:before { content: "\f3eb"; } - -.ion-ios-briefcase:before { content: "\f3ee"; } - -.ion-ios-briefcase-outline:before { content: "\f3ed"; } - -.ion-ios-browsers:before { content: "\f3f0"; } - -.ion-ios-browsers-outline:before { content: "\f3ef"; } - -.ion-ios-calculator:before { content: "\f3f2"; } - -.ion-ios-calculator-outline:before { content: "\f3f1"; } - -.ion-ios-calendar:before { content: "\f3f4"; } - -.ion-ios-calendar-outline:before { content: "\f3f3"; } - -.ion-ios-camera:before { content: "\f3f6"; } - -.ion-ios-camera-outline:before { content: "\f3f5"; } - -.ion-ios-cart:before { content: "\f3f8"; } - -.ion-ios-cart-outline:before { content: "\f3f7"; } - -.ion-ios-chatboxes:before { content: "\f3fa"; } - -.ion-ios-chatboxes-outline:before { content: "\f3f9"; } - -.ion-ios-chatbubble:before { content: "\f3fc"; } - -.ion-ios-chatbubble-outline:before { content: "\f3fb"; } - -.ion-ios-checkmark:before { content: "\f3ff"; } - -.ion-ios-checkmark-empty:before { content: "\f3fd"; } - -.ion-ios-checkmark-outline:before { content: "\f3fe"; } - -.ion-ios-circle-filled:before { content: "\f400"; } - -.ion-ios-circle-outline:before { content: "\f401"; } - -.ion-ios-clock:before { content: "\f403"; } - -.ion-ios-clock-outline:before { content: "\f402"; } - -.ion-ios-close:before { content: "\f406"; } - -.ion-ios-close-empty:before { content: "\f404"; } - -.ion-ios-close-outline:before { content: "\f405"; } - -.ion-ios-cloud:before { content: "\f40c"; } - -.ion-ios-cloud-download:before { content: "\f408"; } - -.ion-ios-cloud-download-outline:before { content: "\f407"; } - -.ion-ios-cloud-outline:before { content: "\f409"; } - -.ion-ios-cloud-upload:before { content: "\f40b"; } - -.ion-ios-cloud-upload-outline:before { content: "\f40a"; } - -.ion-ios-cloudy:before { content: "\f410"; } - -.ion-ios-cloudy-night:before { content: "\f40e"; } - -.ion-ios-cloudy-night-outline:before { content: "\f40d"; } - -.ion-ios-cloudy-outline:before { content: "\f40f"; } - -.ion-ios-cog:before { content: "\f412"; } - -.ion-ios-cog-outline:before { content: "\f411"; } - -.ion-ios-color-filter:before { content: "\f414"; } - -.ion-ios-color-filter-outline:before { content: "\f413"; } - -.ion-ios-color-wand:before { content: "\f416"; } - -.ion-ios-color-wand-outline:before { content: "\f415"; } - -.ion-ios-compose:before { content: "\f418"; } - -.ion-ios-compose-outline:before { content: "\f417"; } - -.ion-ios-contact:before { content: "\f41a"; } - -.ion-ios-contact-outline:before { content: "\f419"; } - -.ion-ios-copy:before { content: "\f41c"; } - -.ion-ios-copy-outline:before { content: "\f41b"; } - -.ion-ios-crop:before { content: "\f41e"; } - -.ion-ios-crop-strong:before { content: "\f41d"; } - -.ion-ios-download:before { content: "\f420"; } - -.ion-ios-download-outline:before { content: "\f41f"; } - -.ion-ios-drag:before { content: "\f421"; } - -.ion-ios-email:before { content: "\f423"; } - -.ion-ios-email-outline:before { content: "\f422"; } - -.ion-ios-eye:before { content: "\f425"; } - -.ion-ios-eye-outline:before { content: "\f424"; } - -.ion-ios-fastforward:before { content: "\f427"; } - -.ion-ios-fastforward-outline:before { content: "\f426"; } - -.ion-ios-filing:before { content: "\f429"; } - -.ion-ios-filing-outline:before { content: "\f428"; } - -.ion-ios-film:before { content: "\f42b"; } - -.ion-ios-film-outline:before { content: "\f42a"; } - -.ion-ios-flag:before { content: "\f42d"; } - -.ion-ios-flag-outline:before { content: "\f42c"; } - -.ion-ios-flame:before { content: "\f42f"; } - -.ion-ios-flame-outline:before { content: "\f42e"; } - -.ion-ios-flask:before { content: "\f431"; } - -.ion-ios-flask-outline:before { content: "\f430"; } - -.ion-ios-flower:before { content: "\f433"; } - -.ion-ios-flower-outline:before { content: "\f432"; } - -.ion-ios-folder:before { content: "\f435"; } - -.ion-ios-folder-outline:before { content: "\f434"; } - -.ion-ios-football:before { content: "\f437"; } - -.ion-ios-football-outline:before { content: "\f436"; } - -.ion-ios-game-controller-a:before { content: "\f439"; } - -.ion-ios-game-controller-a-outline:before { content: "\f438"; } - -.ion-ios-game-controller-b:before { content: "\f43b"; } - -.ion-ios-game-controller-b-outline:before { content: "\f43a"; } - -.ion-ios-gear:before { content: "\f43d"; } - -.ion-ios-gear-outline:before { content: "\f43c"; } - -.ion-ios-glasses:before { content: "\f43f"; } - -.ion-ios-glasses-outline:before { content: "\f43e"; } - -.ion-ios-grid-view:before { content: "\f441"; } - -.ion-ios-grid-view-outline:before { content: "\f440"; } - -.ion-ios-heart:before { content: "\f443"; } - -.ion-ios-heart-outline:before { content: "\f442"; } - -.ion-ios-help:before { content: "\f446"; } - -.ion-ios-help-empty:before { content: "\f444"; } - -.ion-ios-help-outline:before { content: "\f445"; } - -.ion-ios-home:before { content: "\f448"; } - -.ion-ios-home-outline:before { content: "\f447"; } - -.ion-ios-infinite:before { content: "\f44a"; } - -.ion-ios-infinite-outline:before { content: "\f449"; } - -.ion-ios-information:before { content: "\f44d"; } - -.ion-ios-information-empty:before { content: "\f44b"; } - -.ion-ios-information-outline:before { content: "\f44c"; } - -.ion-ios-ionic-outline:before { content: "\f44e"; } - -.ion-ios-keypad:before { content: "\f450"; } - -.ion-ios-keypad-outline:before { content: "\f44f"; } - -.ion-ios-lightbulb:before { content: "\f452"; } - -.ion-ios-lightbulb-outline:before { content: "\f451"; } - -.ion-ios-list:before { content: "\f454"; } - -.ion-ios-list-outline:before { content: "\f453"; } - -.ion-ios-location:before { content: "\f456"; } - -.ion-ios-location-outline:before { content: "\f455"; } - -.ion-ios-locked:before { content: "\f458"; } - -.ion-ios-locked-outline:before { content: "\f457"; } - -.ion-ios-loop:before { content: "\f45a"; } - -.ion-ios-loop-strong:before { content: "\f459"; } - -.ion-ios-medical:before { content: "\f45c"; } - -.ion-ios-medical-outline:before { content: "\f45b"; } - -.ion-ios-medkit:before { content: "\f45e"; } - -.ion-ios-medkit-outline:before { content: "\f45d"; } - -.ion-ios-mic:before { content: "\f461"; } - -.ion-ios-mic-off:before { content: "\f45f"; } - -.ion-ios-mic-outline:before { content: "\f460"; } - -.ion-ios-minus:before { content: "\f464"; } - -.ion-ios-minus-empty:before { content: "\f462"; } - -.ion-ios-minus-outline:before { content: "\f463"; } - -.ion-ios-monitor:before { content: "\f466"; } - -.ion-ios-monitor-outline:before { content: "\f465"; } - -.ion-ios-moon:before { content: "\f468"; } - -.ion-ios-moon-outline:before { content: "\f467"; } - -.ion-ios-more:before { content: "\f46a"; } - -.ion-ios-more-outline:before { content: "\f469"; } - -.ion-ios-musical-note:before { content: "\f46b"; } - -.ion-ios-musical-notes:before { content: "\f46c"; } - -.ion-ios-navigate:before { content: "\f46e"; } - -.ion-ios-navigate-outline:before { content: "\f46d"; } - -.ion-ios-nutrition:before { content: "\f470"; } - -.ion-ios-nutrition-outline:before { content: "\f46f"; } - -.ion-ios-paper:before { content: "\f472"; } - -.ion-ios-paper-outline:before { content: "\f471"; } - -.ion-ios-paperplane:before { content: "\f474"; } - -.ion-ios-paperplane-outline:before { content: "\f473"; } - -.ion-ios-partlysunny:before { content: "\f476"; } - -.ion-ios-partlysunny-outline:before { content: "\f475"; } - -.ion-ios-pause:before { content: "\f478"; } - -.ion-ios-pause-outline:before { content: "\f477"; } - -.ion-ios-paw:before { content: "\f47a"; } - -.ion-ios-paw-outline:before { content: "\f479"; } - -.ion-ios-people:before { content: "\f47c"; } - -.ion-ios-people-outline:before { content: "\f47b"; } - -.ion-ios-person:before { content: "\f47e"; } - -.ion-ios-person-outline:before { content: "\f47d"; } - -.ion-ios-personadd:before { content: "\f480"; } - -.ion-ios-personadd-outline:before { content: "\f47f"; } - -.ion-ios-photos:before { content: "\f482"; } - -.ion-ios-photos-outline:before { content: "\f481"; } - -.ion-ios-pie:before { content: "\f484"; } - -.ion-ios-pie-outline:before { content: "\f483"; } - -.ion-ios-pint:before { content: "\f486"; } - -.ion-ios-pint-outline:before { content: "\f485"; } - -.ion-ios-play:before { content: "\f488"; } - -.ion-ios-play-outline:before { content: "\f487"; } - -.ion-ios-plus:before { content: "\f48b"; } - -.ion-ios-plus-empty:before { content: "\f489"; } - -.ion-ios-plus-outline:before { content: "\f48a"; } - -.ion-ios-pricetag:before { content: "\f48d"; } - -.ion-ios-pricetag-outline:before { content: "\f48c"; } - -.ion-ios-pricetags:before { content: "\f48f"; } - -.ion-ios-pricetags-outline:before { content: "\f48e"; } - -.ion-ios-printer:before { content: "\f491"; } - -.ion-ios-printer-outline:before { content: "\f490"; } - -.ion-ios-pulse:before { content: "\f493"; } - -.ion-ios-pulse-strong:before { content: "\f492"; } - -.ion-ios-rainy:before { content: "\f495"; } - -.ion-ios-rainy-outline:before { content: "\f494"; } - -.ion-ios-recording:before { content: "\f497"; } - -.ion-ios-recording-outline:before { content: "\f496"; } - -.ion-ios-redo:before { content: "\f499"; } - -.ion-ios-redo-outline:before { content: "\f498"; } - -.ion-ios-refresh:before { content: "\f49c"; } - -.ion-ios-refresh-empty:before { content: "\f49a"; } - -.ion-ios-refresh-outline:before { content: "\f49b"; } - -.ion-ios-reload:before { content: "\f49d"; } - -.ion-ios-reverse-camera:before { content: "\f49f"; } - -.ion-ios-reverse-camera-outline:before { content: "\f49e"; } - -.ion-ios-rewind:before { content: "\f4a1"; } - -.ion-ios-rewind-outline:before { content: "\f4a0"; } - -.ion-ios-rose:before { content: "\f4a3"; } - -.ion-ios-rose-outline:before { content: "\f4a2"; } - -.ion-ios-search:before { content: "\f4a5"; } - -.ion-ios-search-strong:before { content: "\f4a4"; } - -.ion-ios-settings:before { content: "\f4a7"; } - -.ion-ios-settings-strong:before { content: "\f4a6"; } - -.ion-ios-shuffle:before { content: "\f4a9"; } - -.ion-ios-shuffle-strong:before { content: "\f4a8"; } - -.ion-ios-skipbackward:before { content: "\f4ab"; } - -.ion-ios-skipbackward-outline:before { content: "\f4aa"; } - -.ion-ios-skipforward:before { content: "\f4ad"; } - -.ion-ios-skipforward-outline:before { content: "\f4ac"; } - -.ion-ios-snowy:before { content: "\f4ae"; } - -.ion-ios-speedometer:before { content: "\f4b0"; } - -.ion-ios-speedometer-outline:before { content: "\f4af"; } - -.ion-ios-star:before { content: "\f4b3"; } - -.ion-ios-star-half:before { content: "\f4b1"; } - -.ion-ios-star-outline:before { content: "\f4b2"; } - -.ion-ios-stopwatch:before { content: "\f4b5"; } - -.ion-ios-stopwatch-outline:before { content: "\f4b4"; } - -.ion-ios-sunny:before { content: "\f4b7"; } - -.ion-ios-sunny-outline:before { content: "\f4b6"; } - -.ion-ios-telephone:before { content: "\f4b9"; } - -.ion-ios-telephone-outline:before { content: "\f4b8"; } - -.ion-ios-tennisball:before { content: "\f4bb"; } - -.ion-ios-tennisball-outline:before { content: "\f4ba"; } - -.ion-ios-thunderstorm:before { content: "\f4bd"; } - -.ion-ios-thunderstorm-outline:before { content: "\f4bc"; } - -.ion-ios-time:before { content: "\f4bf"; } - -.ion-ios-time-outline:before { content: "\f4be"; } - -.ion-ios-timer:before { content: "\f4c1"; } - -.ion-ios-timer-outline:before { content: "\f4c0"; } - -.ion-ios-toggle:before { content: "\f4c3"; } - -.ion-ios-toggle-outline:before { content: "\f4c2"; } - -.ion-ios-trash:before { content: "\f4c5"; } - -.ion-ios-trash-outline:before { content: "\f4c4"; } - -.ion-ios-undo:before { content: "\f4c7"; } - -.ion-ios-undo-outline:before { content: "\f4c6"; } - -.ion-ios-unlocked:before { content: "\f4c9"; } - -.ion-ios-unlocked-outline:before { content: "\f4c8"; } - -.ion-ios-upload:before { content: "\f4cb"; } - -.ion-ios-upload-outline:before { content: "\f4ca"; } - -.ion-ios-videocam:before { content: "\f4cd"; } - -.ion-ios-videocam-outline:before { content: "\f4cc"; } - -.ion-ios-volume-high:before { content: "\f4ce"; } - -.ion-ios-volume-low:before { content: "\f4cf"; } - -.ion-ios-wineglass:before { content: "\f4d1"; } - -.ion-ios-wineglass-outline:before { content: "\f4d0"; } - -.ion-ios-world:before { content: "\f4d3"; } - -.ion-ios-world-outline:before { content: "\f4d2"; } - -.ion-ipad:before { content: "\f1f9"; } - -.ion-iphone:before { content: "\f1fa"; } - -.ion-ipod:before { content: "\f1fb"; } - -.ion-jet:before { content: "\f295"; } - -.ion-key:before { content: "\f296"; } - -.ion-knife:before { content: "\f297"; } - -.ion-laptop:before { content: "\f1fc"; } - -.ion-leaf:before { content: "\f1fd"; } - -.ion-levels:before { content: "\f298"; } - -.ion-lightbulb:before { content: "\f299"; } - -.ion-link:before { content: "\f1fe"; } - -.ion-load-a:before { content: "\f29a"; } - -.ion-load-b:before { content: "\f29b"; } - -.ion-load-c:before { content: "\f29c"; } - -.ion-load-d:before { content: "\f29d"; } - -.ion-location:before { content: "\f1ff"; } - -.ion-lock-combination:before { content: "\f4d4"; } - -.ion-locked:before { content: "\f200"; } - -.ion-log-in:before { content: "\f29e"; } - -.ion-log-out:before { content: "\f29f"; } - -.ion-loop:before { content: "\f201"; } - -.ion-magnet:before { content: "\f2a0"; } - -.ion-male:before { content: "\f2a1"; } - -.ion-man:before { content: "\f202"; } - -.ion-map:before { content: "\f203"; } - -.ion-medkit:before { content: "\f2a2"; } - -.ion-merge:before { content: "\f33f"; } - -.ion-mic-a:before { content: "\f204"; } - -.ion-mic-b:before { content: "\f205"; } - -.ion-mic-c:before { content: "\f206"; } - -.ion-minus:before { content: "\f209"; } - -.ion-minus-circled:before { content: "\f207"; } - -.ion-minus-round:before { content: "\f208"; } - -.ion-model-s:before { content: "\f2c1"; } - -.ion-monitor:before { content: "\f20a"; } - -.ion-more:before { content: "\f20b"; } - -.ion-mouse:before { content: "\f340"; } - -.ion-music-note:before { content: "\f20c"; } - -.ion-navicon:before { content: "\f20e"; } - -.ion-navicon-round:before { content: "\f20d"; } - -.ion-navigate:before { content: "\f2a3"; } - -.ion-network:before { content: "\f341"; } - -.ion-no-smoking:before { content: "\f2c2"; } - -.ion-nuclear:before { content: "\f2a4"; } - -.ion-outlet:before { content: "\f342"; } - -.ion-paintbrush:before { content: "\f4d5"; } - -.ion-paintbucket:before { content: "\f4d6"; } - -.ion-paper-airplane:before { content: "\f2c3"; } - -.ion-paperclip:before { content: "\f20f"; } - -.ion-pause:before { content: "\f210"; } - -.ion-person:before { content: "\f213"; } - -.ion-person-add:before { content: "\f211"; } - -.ion-person-stalker:before { content: "\f212"; } - -.ion-pie-graph:before { content: "\f2a5"; } - -.ion-pin:before { content: "\f2a6"; } - -.ion-pinpoint:before { content: "\f2a7"; } - -.ion-pizza:before { content: "\f2a8"; } - -.ion-plane:before { content: "\f214"; } - -.ion-planet:before { content: "\f343"; } - -.ion-play:before { content: "\f215"; } - -.ion-playstation:before { content: "\f30a"; } - -.ion-plus:before { content: "\f218"; } - -.ion-plus-circled:before { content: "\f216"; } - -.ion-plus-round:before { content: "\f217"; } - -.ion-podium:before { content: "\f344"; } - -.ion-pound:before { content: "\f219"; } - -.ion-power:before { content: "\f2a9"; } - -.ion-pricetag:before { content: "\f2aa"; } - -.ion-pricetags:before { content: "\f2ab"; } - -.ion-printer:before { content: "\f21a"; } - -.ion-pull-request:before { content: "\f345"; } - -.ion-qr-scanner:before { content: "\f346"; } - -.ion-quote:before { content: "\f347"; } - -.ion-radio-waves:before { content: "\f2ac"; } - -.ion-record:before { content: "\f21b"; } - -.ion-refresh:before { content: "\f21c"; } - -.ion-reply:before { content: "\f21e"; } - -.ion-reply-all:before { content: "\f21d"; } - -.ion-ribbon-a:before { content: "\f348"; } - -.ion-ribbon-b:before { content: "\f349"; } - -.ion-sad:before { content: "\f34a"; } - -.ion-sad-outline:before { content: "\f4d7"; } - -.ion-scissors:before { content: "\f34b"; } - -.ion-search:before { content: "\f21f"; } - -.ion-settings:before { content: "\f2ad"; } - -.ion-share:before { content: "\f220"; } - -.ion-shuffle:before { content: "\f221"; } - -.ion-skip-backward:before { content: "\f222"; } - -.ion-skip-forward:before { content: "\f223"; } - -.ion-social-android:before { content: "\f225"; } - -.ion-social-android-outline:before { content: "\f224"; } - -.ion-social-angular:before { content: "\f4d9"; } - -.ion-social-angular-outline:before { content: "\f4d8"; } - -.ion-social-apple:before { content: "\f227"; } - -.ion-social-apple-outline:before { content: "\f226"; } - -.ion-social-bitcoin:before { content: "\f2af"; } - -.ion-social-bitcoin-outline:before { content: "\f2ae"; } - -.ion-social-buffer:before { content: "\f229"; } - -.ion-social-buffer-outline:before { content: "\f228"; } - -.ion-social-chrome:before { content: "\f4db"; } - -.ion-social-chrome-outline:before { content: "\f4da"; } - -.ion-social-codepen:before { content: "\f4dd"; } - -.ion-social-codepen-outline:before { content: "\f4dc"; } - -.ion-social-css3:before { content: "\f4df"; } - -.ion-social-css3-outline:before { content: "\f4de"; } - -.ion-social-designernews:before { content: "\f22b"; } - -.ion-social-designernews-outline:before { content: "\f22a"; } - -.ion-social-dribbble:before { content: "\f22d"; } - -.ion-social-dribbble-outline:before { content: "\f22c"; } - -.ion-social-dropbox:before { content: "\f22f"; } - -.ion-social-dropbox-outline:before { content: "\f22e"; } - -.ion-social-euro:before { content: "\f4e1"; } - -.ion-social-euro-outline:before { content: "\f4e0"; } - -.ion-social-facebook:before { content: "\f231"; } - -.ion-social-facebook-outline:before { content: "\f230"; } - -.ion-social-foursquare:before { content: "\f34d"; } - -.ion-social-foursquare-outline:before { content: "\f34c"; } - -.ion-social-freebsd-devil:before { content: "\f2c4"; } - -.ion-social-github:before { content: "\f233"; } - -.ion-social-github-outline:before { content: "\f232"; } - -.ion-social-google:before { content: "\f34f"; } - -.ion-social-google-outline:before { content: "\f34e"; } - -.ion-social-googleplus:before { content: "\f235"; } - -.ion-social-googleplus-outline:before { content: "\f234"; } - -.ion-social-hackernews:before { content: "\f237"; } - -.ion-social-hackernews-outline:before { content: "\f236"; } - -.ion-social-html5:before { content: "\f4e3"; } - -.ion-social-html5-outline:before { content: "\f4e2"; } - -.ion-social-instagram:before { content: "\f351"; } - -.ion-social-instagram-outline:before { content: "\f350"; } - -.ion-social-javascript:before { content: "\f4e5"; } - -.ion-social-javascript-outline:before { content: "\f4e4"; } - -.ion-social-linkedin:before { content: "\f239"; } - -.ion-social-linkedin-outline:before { content: "\f238"; } - -.ion-social-markdown:before { content: "\f4e6"; } - -.ion-social-nodejs:before { content: "\f4e7"; } - -.ion-social-octocat:before { content: "\f4e8"; } - -.ion-social-pinterest:before { content: "\f2b1"; } - -.ion-social-pinterest-outline:before { content: "\f2b0"; } - -.ion-social-python:before { content: "\f4e9"; } - -.ion-social-reddit:before { content: "\f23b"; } - -.ion-social-reddit-outline:before { content: "\f23a"; } - -.ion-social-rss:before { content: "\f23d"; } - -.ion-social-rss-outline:before { content: "\f23c"; } - -.ion-social-sass:before { content: "\f4ea"; } - -.ion-social-skype:before { content: "\f23f"; } - -.ion-social-skype-outline:before { content: "\f23e"; } - -.ion-social-snapchat:before { content: "\f4ec"; } - -.ion-social-snapchat-outline:before { content: "\f4eb"; } - -.ion-social-tumblr:before { content: "\f241"; } - -.ion-social-tumblr-outline:before { content: "\f240"; } - -.ion-social-tux:before { content: "\f2c5"; } - -.ion-social-twitch:before { content: "\f4ee"; } - -.ion-social-twitch-outline:before { content: "\f4ed"; } - -.ion-social-twitter:before { content: "\f243"; } - -.ion-social-twitter-outline:before { content: "\f242"; } - -.ion-social-usd:before { content: "\f353"; } - -.ion-social-usd-outline:before { content: "\f352"; } - -.ion-social-vimeo:before { content: "\f245"; } - -.ion-social-vimeo-outline:before { content: "\f244"; } - -.ion-social-whatsapp:before { content: "\f4f0"; } - -.ion-social-whatsapp-outline:before { content: "\f4ef"; } - -.ion-social-windows:before { content: "\f247"; } - -.ion-social-windows-outline:before { content: "\f246"; } - -.ion-social-wordpress:before { content: "\f249"; } - -.ion-social-wordpress-outline:before { content: "\f248"; } - -.ion-social-yahoo:before { content: "\f24b"; } - -.ion-social-yahoo-outline:before { content: "\f24a"; } - -.ion-social-yen:before { content: "\f4f2"; } - -.ion-social-yen-outline:before { content: "\f4f1"; } - -.ion-social-youtube:before { content: "\f24d"; } - -.ion-social-youtube-outline:before { content: "\f24c"; } - -.ion-soup-can:before { content: "\f4f4"; } - -.ion-soup-can-outline:before { content: "\f4f3"; } - -.ion-speakerphone:before { content: "\f2b2"; } - -.ion-speedometer:before { content: "\f2b3"; } - -.ion-spoon:before { content: "\f2b4"; } - -.ion-star:before { content: "\f24e"; } - -.ion-stats-bars:before { content: "\f2b5"; } - -.ion-steam:before { content: "\f30b"; } - -.ion-stop:before { content: "\f24f"; } - -.ion-thermometer:before { content: "\f2b6"; } - -.ion-thumbsdown:before { content: "\f250"; } - -.ion-thumbsup:before { content: "\f251"; } - -.ion-toggle:before { content: "\f355"; } - -.ion-toggle-filled:before { content: "\f354"; } - -.ion-transgender:before { content: "\f4f5"; } - -.ion-trash-a:before { content: "\f252"; } - -.ion-trash-b:before { content: "\f253"; } - -.ion-trophy:before { content: "\f356"; } - -.ion-tshirt:before { content: "\f4f7"; } - -.ion-tshirt-outline:before { content: "\f4f6"; } - -.ion-umbrella:before { content: "\f2b7"; } - -.ion-university:before { content: "\f357"; } - -.ion-unlocked:before { content: "\f254"; } - -.ion-upload:before { content: "\f255"; } - -.ion-usb:before { content: "\f2b8"; } - -.ion-videocamera:before { content: "\f256"; } - -.ion-volume-high:before { content: "\f257"; } - -.ion-volume-low:before { content: "\f258"; } - -.ion-volume-medium:before { content: "\f259"; } - -.ion-volume-mute:before { content: "\f25a"; } - -.ion-wand:before { content: "\f358"; } - -.ion-waterdrop:before { content: "\f25b"; } - -.ion-wifi:before { content: "\f25c"; } - -.ion-wineglass:before { content: "\f2b9"; } - -.ion-woman:before { content: "\f25d"; } - -.ion-wrench:before { content: "\f2ba"; } - -.ion-xbox:before { content: "\f30c"; } diff --git a/courses/fonts/ionicons/css/ionicons.min.css b/courses/fonts/ionicons/css/ionicons.min.css deleted file mode 100644 index baba9e9..0000000 --- a/courses/fonts/ionicons/css/ionicons.min.css +++ /dev/null @@ -1,11 +0,0 @@ -@charset "UTF-8";/*! - Ionicons, v2.0.0 - Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ - https://twitter.com/benjsperry https://twitter.com/ionicframework - MIT License: https://github.com/driftyco/ionicons - - Android-style icons originally built by Google’s - Material Design Icons: https://github.com/google/material-design-icons - used under CC BY http://creativecommons.org/licenses/by/4.0/ - Modified icons to fit ionicon’s grid from original. -*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"} diff --git a/courses/fonts/ionicons/fonts/.DS_Store b/courses/fonts/ionicons/fonts/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/courses/fonts/ionicons/fonts/.DS_Store and /dev/null differ diff --git a/courses/fonts/ionicons/fonts/ionicons.eot b/courses/fonts/ionicons/fonts/ionicons.eot deleted file mode 100644 index b3e0f09..0000000 Binary files a/courses/fonts/ionicons/fonts/ionicons.eot and /dev/null differ diff --git a/courses/fonts/ionicons/fonts/ionicons.svg b/courses/fonts/ionicons/fonts/ionicons.svg deleted file mode 100644 index 3d25c45..0000000 --- a/courses/fonts/ionicons/fonts/ionicons.svg +++ /dev/null @@ -1,2094 +0,0 @@ - - - - - -Created by FontForge 20180321 at Thu May 10 14:48:40 2018 - By Kevin Ports -Copyright (c) 2018, Kevin Ports - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/courses/fonts/ionicons/fonts/ionicons.ttf b/courses/fonts/ionicons/fonts/ionicons.ttf deleted file mode 100644 index ff1f45e..0000000 Binary files a/courses/fonts/ionicons/fonts/ionicons.ttf and /dev/null differ diff --git a/courses/fonts/ionicons/fonts/ionicons.woff b/courses/fonts/ionicons/fonts/ionicons.woff deleted file mode 100644 index 467efed..0000000 Binary files a/courses/fonts/ionicons/fonts/ionicons.woff and /dev/null differ diff --git a/courses/fonts/ionicons/fonts/ionicons.woff2 b/courses/fonts/ionicons/fonts/ionicons.woff2 deleted file mode 100644 index b55a0ff..0000000 Binary files a/courses/fonts/ionicons/fonts/ionicons.woff2 and /dev/null differ diff --git a/courses/fonts/open-iconic/open-iconic.eot b/courses/fonts/open-iconic/open-iconic.eot deleted file mode 100644 index f98177d..0000000 Binary files a/courses/fonts/open-iconic/open-iconic.eot and /dev/null differ diff --git a/courses/fonts/open-iconic/open-iconic.otf b/courses/fonts/open-iconic/open-iconic.otf deleted file mode 100644 index f6bd684..0000000 Binary files a/courses/fonts/open-iconic/open-iconic.otf and /dev/null differ diff --git a/courses/fonts/open-iconic/open-iconic.svg b/courses/fonts/open-iconic/open-iconic.svg deleted file mode 100644 index 32b2c4e..0000000 --- a/courses/fonts/open-iconic/open-iconic.svg +++ /dev/null @@ -1,543 +0,0 @@ - - - - - -Created by FontForge 20120731 at Tue Jul 1 20:39:22 2014 - By P.J. Onori -Created by P.J. Onori with FontForge 2.0 (http://fontforge.sf.net) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/courses/fonts/open-iconic/open-iconic.ttf b/courses/fonts/open-iconic/open-iconic.ttf deleted file mode 100644 index fab6048..0000000 Binary files a/courses/fonts/open-iconic/open-iconic.ttf and /dev/null differ diff --git a/courses/fonts/open-iconic/open-iconic.woff b/courses/fonts/open-iconic/open-iconic.woff deleted file mode 100644 index f930998..0000000 Binary files a/courses/fonts/open-iconic/open-iconic.woff and /dev/null differ diff --git a/courses/images/.DS_Store b/courses/images/.DS_Store deleted file mode 100644 index 4ef2687..0000000 Binary files a/courses/images/.DS_Store and /dev/null differ diff --git a/courses/images/bg/bg_1.jpg b/courses/images/bg/bg_1.jpg deleted file mode 100644 index e7dbb02..0000000 Binary files a/courses/images/bg/bg_1.jpg and /dev/null differ diff --git a/courses/images/bg/bg_2.jpg b/courses/images/bg/bg_2.jpg deleted file mode 100644 index 3f9fa2d..0000000 Binary files a/courses/images/bg/bg_2.jpg and /dev/null differ diff --git a/courses/images/bg/bg_3.jpg b/courses/images/bg/bg_3.jpg deleted file mode 100644 index 04cd6c6..0000000 Binary files a/courses/images/bg/bg_3.jpg and /dev/null differ diff --git a/courses/images/bg/py-bg.jpg b/courses/images/bg/py-bg.jpg deleted file mode 100644 index d6e329f..0000000 Binary files a/courses/images/bg/py-bg.jpg and /dev/null differ diff --git a/courses/images/bg/py-bg1.jpg b/courses/images/bg/py-bg1.jpg deleted file mode 100644 index 937e2ac..0000000 Binary files a/courses/images/bg/py-bg1.jpg and /dev/null differ diff --git a/courses/images/bg_5.jpg b/courses/images/bg_5.jpg deleted file mode 100644 index 5a0a345..0000000 Binary files a/courses/images/bg_5.jpg and /dev/null differ diff --git a/courses/images/courses/fsd1.png b/courses/images/courses/fsd1.png deleted file mode 100644 index 2dcf8db..0000000 Binary files a/courses/images/courses/fsd1.png and /dev/null differ diff --git a/courses/images/courses/game1.jpg b/courses/images/courses/game1.jpg deleted file mode 100644 index 932b0ce..0000000 Binary files a/courses/images/courses/game1.jpg and /dev/null differ diff --git a/courses/images/courses/js1.jpeg b/courses/images/courses/js1.jpeg deleted file mode 100644 index 55911d6..0000000 Binary files a/courses/images/courses/js1.jpeg and /dev/null differ diff --git a/courses/images/courses/js2.jpeg b/courses/images/courses/js2.jpeg deleted file mode 100644 index 9be86b6..0000000 Binary files a/courses/images/courses/js2.jpeg and /dev/null differ diff --git a/courses/images/courses/py1.png b/courses/images/courses/py1.png deleted file mode 100644 index 58e47ad..0000000 Binary files a/courses/images/courses/py1.png and /dev/null differ diff --git a/courses/images/courses/python.jpg b/courses/images/courses/python.jpg deleted file mode 100644 index 25519cb..0000000 Binary files a/courses/images/courses/python.jpg and /dev/null differ diff --git a/courses/images/instructor/abhishek.jpg b/courses/images/instructor/abhishek.jpg deleted file mode 100644 index 37f3506..0000000 Binary files a/courses/images/instructor/abhishek.jpg and /dev/null differ diff --git a/courses/images/instructor/ankit.jpg b/courses/images/instructor/ankit.jpg deleted file mode 100644 index f411c97..0000000 Binary files a/courses/images/instructor/ankit.jpg and /dev/null differ diff --git a/courses/images/instructor/apoorve.jpg b/courses/images/instructor/apoorve.jpg deleted file mode 100644 index 19d9ccf..0000000 Binary files a/courses/images/instructor/apoorve.jpg and /dev/null differ diff --git a/courses/images/instructor/harshit.jpeg b/courses/images/instructor/harshit.jpeg deleted file mode 100644 index 443f2a4..0000000 Binary files a/courses/images/instructor/harshit.jpeg and /dev/null differ diff --git a/courses/images/instructor/rohit.jpg b/courses/images/instructor/rohit.jpg deleted file mode 100644 index 7f8f8b2..0000000 Binary files a/courses/images/instructor/rohit.jpg and /dev/null differ diff --git a/courses/images/instructor/vedant.jpg b/courses/images/instructor/vedant.jpg deleted file mode 100644 index 9b405a2..0000000 Binary files a/courses/images/instructor/vedant.jpg and /dev/null differ diff --git a/courses/images/logo.png b/courses/images/logo.png deleted file mode 100644 index 297473b..0000000 Binary files a/courses/images/logo.png and /dev/null differ diff --git a/courses/images/partners/AmphanTri.png b/courses/images/partners/AmphanTri.png deleted file mode 100644 index 956184a..0000000 Binary files a/courses/images/partners/AmphanTri.png and /dev/null differ diff --git a/courses/images/partners/ISCAP.jpeg b/courses/images/partners/ISCAP.jpeg deleted file mode 100644 index faca791..0000000 Binary files a/courses/images/partners/ISCAP.jpeg and /dev/null differ diff --git a/courses/images/partners/LU.png b/courses/images/partners/LU.png deleted file mode 100644 index 1d30032..0000000 Binary files a/courses/images/partners/LU.png and /dev/null differ diff --git a/courses/images/partners/MLSA.png b/courses/images/partners/MLSA.png deleted file mode 100644 index 0b30665..0000000 Binary files a/courses/images/partners/MLSA.png and /dev/null differ diff --git a/courses/images/partners/NeoVantium black.png b/courses/images/partners/NeoVantium black.png deleted file mode 100644 index c846bb0..0000000 Binary files a/courses/images/partners/NeoVantium black.png and /dev/null differ diff --git a/courses/images/partners/cblogo.png b/courses/images/partners/cblogo.png deleted file mode 100644 index eaf8bad..0000000 Binary files a/courses/images/partners/cblogo.png and /dev/null differ diff --git a/courses/images/partners/geeks.png b/courses/images/partners/geeks.png deleted file mode 100644 index b0a0e70..0000000 Binary files a/courses/images/partners/geeks.png and /dev/null differ diff --git a/courses/images/proj/guess_the_number_py.jpg b/courses/images/proj/guess_the_number_py.jpg deleted file mode 100644 index 7750a82..0000000 Binary files a/courses/images/proj/guess_the_number_py.jpg and /dev/null differ diff --git a/courses/images/proj/horoscope_py.png b/courses/images/proj/horoscope_py.png deleted file mode 100644 index d88b110..0000000 Binary files a/courses/images/proj/horoscope_py.png and /dev/null differ diff --git a/courses/images/proj/python.png b/courses/images/proj/python.png deleted file mode 100644 index 48e210f..0000000 Binary files a/courses/images/proj/python.png and /dev/null differ diff --git a/courses/images/proj/tic-tac-toe_py.jpg b/courses/images/proj/tic-tac-toe_py.jpg deleted file mode 100644 index 42fbb6a..0000000 Binary files a/courses/images/proj/tic-tac-toe_py.jpg and /dev/null differ diff --git a/courses/images/top-py-companies.jpg b/courses/images/top-py-companies.jpg deleted file mode 100644 index b1fd10e..0000000 Binary files a/courses/images/top-py-companies.jpg and /dev/null differ diff --git a/courses/images/top-py-companies2.jpg b/courses/images/top-py-companies2.jpg deleted file mode 100644 index 58ab4d8..0000000 Binary files a/courses/images/top-py-companies2.jpg and /dev/null differ diff --git a/courses/images/will-learn/algorithm.png b/courses/images/will-learn/algorithm.png deleted file mode 100644 index 7447ed4..0000000 Binary files a/courses/images/will-learn/algorithm.png and /dev/null differ diff --git a/courses/images/will-learn/creative.png b/courses/images/will-learn/creative.png deleted file mode 100644 index 4b4e739..0000000 Binary files a/courses/images/will-learn/creative.png and /dev/null differ diff --git a/courses/images/will-learn/logic.png b/courses/images/will-learn/logic.png deleted file mode 100644 index e4a923f..0000000 Binary files a/courses/images/will-learn/logic.png and /dev/null differ diff --git a/courses/images/will-learn/sequencing.png b/courses/images/will-learn/sequencing.png deleted file mode 100644 index ea2f618..0000000 Binary files a/courses/images/will-learn/sequencing.png and /dev/null differ diff --git a/courses/images/will-learn/structure.png b/courses/images/will-learn/structure.png deleted file mode 100644 index 5ef1f4a..0000000 Binary files a/courses/images/will-learn/structure.png and /dev/null differ diff --git a/courses/index.html b/courses/index.html deleted file mode 100644 index 766154b..0000000 --- a/courses/index.html +++ /dev/null @@ -1,392 +0,0 @@ - - - - - - - - - - Courses - DevScript - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-

What We Offer

-

We offer the best instructor to the students from the comfort of their homes providing - students with lifelong skills. We encourage students with their logical thinking. We provide - coding and critical problem-solving skills through our fun and completely visual curriculum - - no reading required!

-
-
-
-
-
-

Regular Classes

-

Regular classes will be conducted 5 days a week.

-
-
-
-
-
-
-
-

Quality Instructors

-

Best Instructors will be provided to the students.

-
-
-
-
-
-
-
-

24X7 Assistance

-

24X7 assistance for doubt clearance will be provided by the mentors

-
-
-
-
-
-
-
-

Personal Mentors

-

Every student will be allocated with a personal mentor for guidance.

-
-
-
-
-
-
-
-

10 days Extended Assistance

-

Extended assistance till 10 days after course completion will be provided

-
-
-
-
-
-
-
-

Life Long Telegram group for doubt clearance

-

All attendees will be a part of an ever lasting whatsapp group for doubt - clearance.

-
-
-
-
-
-
-
-
- - - - - - -
-
-
-
-

You Will Learn

-
-
-
-
-
Logic
-
Logic
-
-
-
Structure
-
Structure
-
-
-
Creative Thinking
-
Creative Thinking
-
-
-
Sequencing
-
Sequencing
-
-
-
Algorithmic Thinking
-
Algorithmic Thinking
-
-
-
-
- - - - - - - - - - - -
- - -
- - - - - - - - - - - - - - - - - - - - - diff --git a/courses/js/.DS_Store b/courses/js/.DS_Store deleted file mode 100644 index b6fd778..0000000 Binary files a/courses/js/.DS_Store and /dev/null differ diff --git a/courses/js/aos.js b/courses/js/aos.js deleted file mode 100644 index 2d37d78..0000000 --- a/courses/js/aos.js +++ /dev/null @@ -1,2 +0,0 @@ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.AOS=t():e.AOS=t()}(this,function(){return function(e){function t(o){if(n[o])return n[o].exports;var i=n[o]={exports:{},id:o,loaded:!1};return e[o].call(i.exports,i,i.exports,t),i.loaded=!0,i.exports}var n={};return t.m=e,t.c=n,t.p="dist/",t(0)}([function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}var i=Object.assign||function(e){for(var t=1;t0&&void 0!==arguments[0]&&arguments[0];if(e&&(k=!0),k)return w=(0,y.default)(w,j),(0,b.default)(w,j.once),w},S=function(){w=(0,h.default)(),O()},_=function(){w.forEach(function(e,t){e.node.removeAttribute("data-aos"),e.node.removeAttribute("data-aos-easing"),e.node.removeAttribute("data-aos-duration"),e.node.removeAttribute("data-aos-delay")})},E=function(e){return e===!0||"mobile"===e&&p.default.mobile()||"phone"===e&&p.default.phone()||"tablet"===e&&p.default.tablet()||"function"==typeof e&&e()===!0},z=function(e){return j=i(j,e),w=(0,h.default)(),E(j.disable)||x?_():(document.querySelector("body").setAttribute("data-aos-easing",j.easing),document.querySelector("body").setAttribute("data-aos-duration",j.duration),document.querySelector("body").setAttribute("data-aos-delay",j.delay),"DOMContentLoaded"===j.startEvent&&["complete","interactive"].indexOf(document.readyState)>-1?O(!0):"load"===j.startEvent?window.addEventListener(j.startEvent,function(){O(!0)}):document.addEventListener(j.startEvent,function(){O(!0)}),window.addEventListener("resize",(0,f.default)(O,50,!0)),window.addEventListener("orientationchange",(0,f.default)(O,50,!0)),window.addEventListener("scroll",(0,u.default)(function(){(0,b.default)(w,j.once)},99)),document.addEventListener("DOMNodeRemoved",function(e){var t=e.target;t&&1===t.nodeType&&t.hasAttribute&&t.hasAttribute("data-aos")&&(0,f.default)(S,50,!0)}),(0,d.default)("[data-aos]",S),w)};e.exports={init:z,refresh:O,refreshHard:S}},function(e,t){},,,,,function(e,t){(function(t){"use strict";function n(e,t,n){function o(t){var n=b,o=v;return b=v=void 0,k=t,g=e.apply(o,n)}function r(e){return k=e,h=setTimeout(s,t),S?o(e):g}function a(e){var n=e-w,o=e-k,i=t-n;return _?j(i,y-o):i}function c(e){var n=e-w,o=e-k;return void 0===w||n>=t||n<0||_&&o>=y}function s(){var e=O();return c(e)?d(e):void(h=setTimeout(s,a(e)))}function d(e){return h=void 0,E&&b?o(e):(b=v=void 0,g)}function l(){void 0!==h&&clearTimeout(h),k=0,b=w=v=h=void 0}function p(){return void 0===h?g:d(O())}function m(){var e=O(),n=c(e);if(b=arguments,v=this,w=e,n){if(void 0===h)return r(w);if(_)return h=setTimeout(s,t),o(w)}return void 0===h&&(h=setTimeout(s,t)),g}var b,v,y,g,h,w,k=0,S=!1,_=!1,E=!0;if("function"!=typeof e)throw new TypeError(f);return t=u(t)||0,i(n)&&(S=!!n.leading,_="maxWait"in n,y=_?x(u(n.maxWait)||0,t):y,E="trailing"in n?!!n.trailing:E),m.cancel=l,m.flush=p,m}function o(e,t,o){var r=!0,a=!0;if("function"!=typeof e)throw new TypeError(f);return i(o)&&(r="leading"in o?!!o.leading:r,a="trailing"in o?!!o.trailing:a),n(e,t,{leading:r,maxWait:t,trailing:a})}function i(e){var t="undefined"==typeof e?"undefined":c(e);return!!e&&("object"==t||"function"==t)}function r(e){return!!e&&"object"==("undefined"==typeof e?"undefined":c(e))}function a(e){return"symbol"==("undefined"==typeof e?"undefined":c(e))||r(e)&&k.call(e)==d}function u(e){if("number"==typeof e)return e;if(a(e))return s;if(i(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=i(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(l,"");var n=m.test(e);return n||b.test(e)?v(e.slice(2),n?2:8):p.test(e)?s:+e}var c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f="Expected a function",s=NaN,d="[object Symbol]",l=/^\s+|\s+$/g,p=/^[-+]0x[0-9a-f]+$/i,m=/^0b[01]+$/i,b=/^0o[0-7]+$/i,v=parseInt,y="object"==("undefined"==typeof t?"undefined":c(t))&&t&&t.Object===Object&&t,g="object"==("undefined"==typeof self?"undefined":c(self))&&self&&self.Object===Object&&self,h=y||g||Function("return this")(),w=Object.prototype,k=w.toString,x=Math.max,j=Math.min,O=function(){return h.Date.now()};e.exports=o}).call(t,function(){return this}())},function(e,t){(function(t){"use strict";function n(e,t,n){function i(t){var n=b,o=v;return b=v=void 0,O=t,g=e.apply(o,n)}function r(e){return O=e,h=setTimeout(s,t),S?i(e):g}function u(e){var n=e-w,o=e-O,i=t-n;return _?x(i,y-o):i}function f(e){var n=e-w,o=e-O;return void 0===w||n>=t||n<0||_&&o>=y}function s(){var e=j();return f(e)?d(e):void(h=setTimeout(s,u(e)))}function d(e){return h=void 0,E&&b?i(e):(b=v=void 0,g)}function l(){void 0!==h&&clearTimeout(h),O=0,b=w=v=h=void 0}function p(){return void 0===h?g:d(j())}function m(){var e=j(),n=f(e);if(b=arguments,v=this,w=e,n){if(void 0===h)return r(w);if(_)return h=setTimeout(s,t),i(w)}return void 0===h&&(h=setTimeout(s,t)),g}var b,v,y,g,h,w,O=0,S=!1,_=!1,E=!0;if("function"!=typeof e)throw new TypeError(c);return t=a(t)||0,o(n)&&(S=!!n.leading,_="maxWait"in n,y=_?k(a(n.maxWait)||0,t):y,E="trailing"in n?!!n.trailing:E),m.cancel=l,m.flush=p,m}function o(e){var t="undefined"==typeof e?"undefined":u(e);return!!e&&("object"==t||"function"==t)}function i(e){return!!e&&"object"==("undefined"==typeof e?"undefined":u(e))}function r(e){return"symbol"==("undefined"==typeof e?"undefined":u(e))||i(e)&&w.call(e)==s}function a(e){if("number"==typeof e)return e;if(r(e))return f;if(o(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=o(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(d,"");var n=p.test(e);return n||m.test(e)?b(e.slice(2),n?2:8):l.test(e)?f:+e}var u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c="Expected a function",f=NaN,s="[object Symbol]",d=/^\s+|\s+$/g,l=/^[-+]0x[0-9a-f]+$/i,p=/^0b[01]+$/i,m=/^0o[0-7]+$/i,b=parseInt,v="object"==("undefined"==typeof t?"undefined":u(t))&&t&&t.Object===Object&&t,y="object"==("undefined"==typeof self?"undefined":u(self))&&self&&self.Object===Object&&self,g=v||y||Function("return this")(),h=Object.prototype,w=h.toString,k=Math.max,x=Math.min,j=function(){return g.Date.now()};e.exports=n}).call(t,function(){return this}())},function(e,t){"use strict";function n(e,t){a.push({selector:e,fn:t}),!u&&r&&(u=new r(o),u.observe(i.documentElement,{childList:!0,subtree:!0,removedNodes:!0})),o()}function o(){for(var e,t,n=0,o=a.length;ne.position?e.node.classList.add("aos-animate"):"undefined"!=typeof o&&("false"===o||!n&&"true"!==o)&&e.node.classList.remove("aos-animate")},o=function(e,t){var o=window.pageYOffset,i=window.innerHeight;e.forEach(function(e,r){n(e,i+o,t)})};t.default=o},function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(12),r=o(i),a=function(e,t){return e.forEach(function(e,n){e.node.classList.add("aos-init"),e.position=(0,r.default)(e.node,t.offset)}),e};t.default=a},function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(13),r=o(i),a=function(e,t){var n=0,o=0,i=window.innerHeight,a={offset:e.getAttribute("data-aos-offset"),anchor:e.getAttribute("data-aos-anchor"),anchorPlacement:e.getAttribute("data-aos-anchor-placement")};switch(a.offset&&!isNaN(a.offset)&&(o=parseInt(a.offset)),a.anchor&&document.querySelectorAll(a.anchor)&&(e=document.querySelectorAll(a.anchor)[0]),n=(0,r.default)(e).top,a.anchorPlacement){case"top-bottom":break;case"center-bottom":n+=e.offsetHeight/2;break;case"bottom-bottom":n+=e.offsetHeight;break;case"top-center":n+=i/2;break;case"bottom-center":n+=i/2+e.offsetHeight;break;case"center-center":n+=i/2+e.offsetHeight/2;break;case"top-top":n+=i;break;case"bottom-top":n+=e.offsetHeight+i;break;case"center-top":n+=e.offsetHeight/2+i}return a.anchorPlacement||a.offset||isNaN(t)||(o=t),n+o};t.default=a},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e){for(var t=0,n=0;e&&!isNaN(e.offsetLeft)&&!isNaN(e.offsetTop);)t+=e.offsetLeft-("BODY"!=e.tagName?e.scrollLeft:0),n+=e.offsetTop-("BODY"!=e.tagName?e.scrollTop:0),e=e.offsetParent;return{top:n,left:t}};t.default=n},function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=function(e){e=e||document.querySelectorAll("[data-aos]");var t=[];return[].forEach.call(e,function(e,n){t.push({node:e})}),t};t.default=n}])}); -//# sourceMappingURL=aos.js.map \ No newline at end of file diff --git a/courses/js/bootstrap.min.js b/courses/js/bootstrap.min.js deleted file mode 100644 index 9df6b6c..0000000 --- a/courses/js/bootstrap.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v4.2.1 (https://getbootstrap.com/) - * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("popper.js"),require("jquery")):"function"==typeof define&&define.amd?define(["exports","popper.js","jquery"],e):e(t.bootstrap={},t.Popper,t.jQuery)}(this,function(t,u,g){"use strict";function i(t,e){for(var n=0;nthis._items.length-1||t<0))if(this._isSliding)g(this._element).one(Q.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=ndocument.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right
',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},De="show",we="out",Ae={HIDE:"hide"+Ee,HIDDEN:"hidden"+Ee,SHOW:"show"+Ee,SHOWN:"shown"+Ee,INSERTED:"inserted"+Ee,CLICK:"click"+Ee,FOCUSIN:"focusin"+Ee,FOCUSOUT:"focusout"+Ee,MOUSEENTER:"mouseenter"+Ee,MOUSELEAVE:"mouseleave"+Ee},Ne="fade",Oe="show",ke=".tooltip-inner",Pe=".arrow",Le="hover",je="focus",He="click",Re="manual",Ue=function(){function i(t,e){if("undefined"==typeof u)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=g(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(g(this.getTipElement()).hasClass(Oe))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),g.removeData(this.element,this.constructor.DATA_KEY),g(this.element).off(this.constructor.EVENT_KEY),g(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&g(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===g(this.element).css("display"))throw new Error("Please use show on visible elements");var t=g.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){g(this.element).trigger(t);var n=_.findShadowRoot(this.element),i=g.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!i)return;var o=this.getTipElement(),r=_.getUID(this.constructor.NAME);o.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&g(o).addClass(Ne);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=this._getContainer();g(o).data(this.constructor.DATA_KEY,this),g.contains(this.element.ownerDocument.documentElement,this.tip)||g(o).appendTo(l),g(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new u(this.element,o,{placement:a,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:Pe},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}}),g(o).addClass(Oe),"ontouchstart"in document.documentElement&&g(document.body).children().on("mouseover",null,g.noop);var c=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,g(e.element).trigger(e.constructor.Event.SHOWN),t===we&&e._leave(null,e)};if(g(this.tip).hasClass(Ne)){var h=_.getTransitionDurationFromElement(this.tip);g(this.tip).one(_.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},t.hide=function(t){var e=this,n=this.getTipElement(),i=g.Event(this.constructor.Event.HIDE),o=function(){e._hoverState!==De&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),g(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(g(this.element).trigger(i),!i.isDefaultPrevented()){if(g(n).removeClass(Oe),"ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),this._activeTrigger[He]=!1,this._activeTrigger[je]=!1,this._activeTrigger[Le]=!1,g(this.tip).hasClass(Ne)){var r=_.getTransitionDurationFromElement(n);g(n).one(_.TRANSITION_END,o).emulateTransitionEnd(r)}else o();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){g(this.getTipElement()).addClass(Ce+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(g(t.querySelectorAll(ke)),this.getTitle()),g(t).removeClass(Ne+" "+Oe)},t.setElementContent=function(t,e){var n=this.config.html;"object"==typeof e&&(e.nodeType||e.jquery)?n?g(e).parent().is(t)||t.empty().append(e):t.text(g(e).text()):t[n?"html":"text"](e)},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getAttachment=function(t){return be[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)g(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==Re){var e=t===Le?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===Le?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;g(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}}),g(this.element).closest(".modal").on("hide.bs.modal",function(){i.element&&i.hide()}),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?je:Le]=!0),g(e.getTipElement()).hasClass(Oe)||e._hoverState===De?e._hoverState=De:(clearTimeout(e._timeout),e._hoverState=De,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===De&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?je:Le]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=we,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===we&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){return"number"==typeof(t=l({},this.constructor.Default,g(this.element).data(),"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),_.typeCheckConfig(pe,t,this.constructor.DefaultType),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Te);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(g(t).removeClass(Ne),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(ve),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(ve,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.2.1"}},{key:"Default",get:function(){return Ie}},{key:"NAME",get:function(){return pe}},{key:"DATA_KEY",get:function(){return ve}},{key:"Event",get:function(){return Ae}},{key:"EVENT_KEY",get:function(){return Ee}},{key:"DefaultType",get:function(){return Se}}]),i}();g.fn[pe]=Ue._jQueryInterface,g.fn[pe].Constructor=Ue,g.fn[pe].noConflict=function(){return g.fn[pe]=ye,Ue._jQueryInterface};var We="popover",xe="bs.popover",Fe="."+xe,qe=g.fn[We],Me="bs-popover",Ke=new RegExp("(^|\\s)"+Me+"\\S+","g"),Qe=l({},Ue.Default,{placement:"right",trigger:"click",content:"",template:''}),Be=l({},Ue.DefaultType,{content:"(string|element|function)"}),Ve="fade",Ye="show",Xe=".popover-header",ze=".popover-body",Ge={HIDE:"hide"+Fe,HIDDEN:"hidden"+Fe,SHOW:"show"+Fe,SHOWN:"shown"+Fe,INSERTED:"inserted"+Fe,CLICK:"click"+Fe,FOCUSIN:"focusin"+Fe,FOCUSOUT:"focusout"+Fe,MOUSEENTER:"mouseenter"+Fe,MOUSELEAVE:"mouseleave"+Fe},Je=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n;var o=i.prototype;return o.isWithContent=function(){return this.getTitle()||this._getContent()},o.addAttachmentClass=function(t){g(this.getTipElement()).addClass(Me+"-"+t)},o.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},o.setContent=function(){var t=g(this.getTipElement());this.setElementContent(t.find(Xe),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(ze),e),t.removeClass(Ve+" "+Ye)},o._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},o._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Ke);null!==e&&0=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t - var mapElement = document.getElementById('map'); - - // Create the Google Map using out element and options defined above - var map = new google.maps.Map(mapElement, mapOptions); - - var addresses = ['New York']; - - for (var x = 0; x < addresses.length; x++) { - $.getJSON('http://maps.googleapis.com/maps/api/geocode/json?address='+addresses[x]+'&sensor=false', null, function (data) { - var p = data.results[0].geometry.location - var latlng = new google.maps.LatLng(p.lat, p.lng); - new google.maps.Marker({ - position: latlng, - map: map, - icon: 'images/loc.png' - }); - - }); - } - -} -google.maps.event.addDomListener(window, 'load', init); \ No newline at end of file diff --git a/courses/js/index.js b/courses/js/index.js deleted file mode 100644 index 30082c9..0000000 --- a/courses/js/index.js +++ /dev/null @@ -1,65 +0,0 @@ -var myObject = new Vue({ - el: '#app', - data: { - cards: [ - { - title: 'Introduction to Python', - topic: 'Basics of Python programming, data-types, process of writing a program, Interactive & Script mode' - }, - { - title: 'Working with Python - I', - topic: 'Python Character Set, Token & Identifiers, Keywords, Literals, Delimiters, Operators' - }, - { - title: 'Working with Python - II', - topic: 'Comments, Introduce the notion of a variable, Knowledge of data types and operators, Operators & type' - }, - { - title: 'Working with Python - III', - topic: 'Execution of a program, errors- syntax error, run-time error and logical error' - }, - { - title: 'Iterative Statements', - topic: 'for, while, nested for loop, Notion of iterative computation' - }, - { - title: 'Conditional Statements', - topic: 'conditional if, elif, else, nested if, flow control, Ternary Operator' - }, - { - title: 'File and Error Handling', - topic: 'Working of open() function, Working of read() mode, Creating a file using write() mode, Working of append() mode, try, catch, except' - }, - { - title: 'Functions', - topic: 'Defining and Calling of a Function, Function Arguments, The pass and return statement, The Anonymous Functions' - }, - { - title: 'Strings', - topic: 'Traversal, concatenation, repetition, membership, functions and methods' - }, - { - title: 'Lists', - topic: 'Definition, Creation of a list, Traversal of a list, concatenation, repetition, membership, functions/methods' - }, - { - title: 'Tuples', - topic: 'Definition, Creation of a Tuple, Traversal of a tuple, concatenation, repetition, membership, functions/methods' - }, - { - title: 'Dictionary', - topic: 'Definition, Creation, Accessing elements of a dictionary, add an item, modify an item in a dictionary, Traversal, functions/methods' - }, - { - title: 'Sets', - topic: 'Comments, Introduce the notion of a variable, Knowledge of data types and operators, Operators & type' - }, - { - title: 'Introduction to Python modules', - topic: 'What is a Module, Types of Module - math module, random module, statistics module' - }, - { - title: 'Daily Assignments Based on Learning and Weekly Interesting Projects' - },] - } -}) diff --git a/courses/js/jquery-3.2.1.min.js b/courses/js/jquery-3.2.1.min.js deleted file mode 100644 index bcd3956..0000000 --- a/courses/js/jquery-3.2.1.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery v3.2.1 | (c) JS Foundation and other contributors | jquery.org/license */ -!function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.2.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext;function B(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()}var C=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,D=/^.[^:#\[\.,]*$/;function E(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):D.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(E(this,a||[],!1))},not:function(a){return this.pushStack(E(this,a||[],!0))},is:function(a){return!!E(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var F,G=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,H=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||F,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:G.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),C.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};H.prototype=r.fn,F=r(d);var I=/^(?:parents|prev(?:Until|All))/,J={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function K(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return K(a,"nextSibling")},prev:function(a){return K(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return B(a,"iframe")?a.contentDocument:(B(a,"template")&&(a=a.content||a),r.merge([],a.childNodes))}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(J[a]||r.uniqueSort(e),I.test(a)&&e.reverse()),this.pushStack(e)}});var L=/[^\x20\t\r\n\f]+/g;function M(a){var b={};return r.each(a.match(L)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?M(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=e||a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function N(a){return a}function O(a){throw a}function P(a,b,c,d){var e;try{a&&r.isFunction(e=a.promise)?e.call(a).done(b).fail(c):a&&r.isFunction(e=a.then)?e.call(a,b,c):b.apply(void 0,[a].slice(d))}catch(a){c.apply(void 0,[a])}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b=f&&(d!==O&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:N,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:N)),c[2][3].add(g(0,a,r.isFunction(d)?d:O))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(P(a,g.done(h(c)).resolve,g.reject,!b),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)P(e[c],h(c),g.reject);return g.promise()}});var Q=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&Q.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var R=r.Deferred();r.fn.ready=function(a){return R.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||R.resolveWith(d,[r]))}}),r.ready.then=R.then;function S(){d.removeEventListener("DOMContentLoaded",S), -a.removeEventListener("load",S),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",S),a.addEventListener("load",S));var T=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)T(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h1,null,!0)},removeData:function(a){return this.each(function(){X.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=W.get(a,b),c&&(!d||Array.isArray(c)?d=W.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return W.get(a,c)||W.access(a,c,{empty:r.Callbacks("once memory").add(function(){W.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length\x20\t\r\n\f]+)/i,la=/^$|\/(?:java|ecma)script/i,ma={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ma.optgroup=ma.option,ma.tbody=ma.tfoot=ma.colgroup=ma.caption=ma.thead,ma.th=ma.td;function na(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&B(a,b)?r.merge([a],c):c}function oa(a,b){for(var c=0,d=a.length;c-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=na(l.appendChild(f),"script"),j&&oa(g),c){k=0;while(f=g[k++])la.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var ra=d.documentElement,sa=/^key/,ta=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ua=/^([^.]*)(?:\.(.+)|)/;function va(){return!0}function wa(){return!1}function xa(){try{return d.activeElement}catch(a){}}function ya(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ya(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=wa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(ra,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(L)||[""],j=b.length;while(j--)h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.hasData(a)&&W.get(a);if(q&&(i=q.events)){b=(b||"").match(L)||[""],j=b.length;while(j--)if(h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&W.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(W.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i\x20\t\r\n\f]*)[^>]*)\/>/gi,Aa=/\s*$/g;function Ea(a,b){return B(a,"table")&&B(11!==b.nodeType?b:b.firstChild,"tr")?r(">tbody",a)[0]||a:a}function Fa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Ga(a){var b=Ca.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ha(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(W.hasData(a)&&(f=W.access(a),g=W.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c1&&"string"==typeof q&&!o.checkClone&&Ba.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ja(f,b,c,d)});if(m&&(e=qa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(na(e,"script"),Fa),i=h.length;l")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=na(h),f=na(a),d=0,e=f.length;d0&&oa(g,!i&&na(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(U(c)){if(b=c[W.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[W.expando]=void 0}c[X.expando]&&(c[X.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ka(this,a,!0)},remove:function(a){return Ka(this,a)},text:function(a){return T(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.appendChild(a)}})},prepend:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(na(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return T(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!Aa.test(a)&&!ma[(ka.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c1)}});function _a(a,b,c,d,e){return new _a.prototype.init(a,b,c,d,e)}r.Tween=_a,_a.prototype={constructor:_a,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=_a.propHooks[this.prop];return a&&a.get?a.get(this):_a.propHooks._default.get(this)},run:function(a){var b,c=_a.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):_a.propHooks._default.set(this),this}},_a.prototype.init.prototype=_a.prototype,_a.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},_a.propHooks.scrollTop=_a.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=_a.prototype.init,r.fx.step={};var ab,bb,cb=/^(?:toggle|show|hide)$/,db=/queueHooks$/;function eb(){bb&&(d.hidden===!1&&a.requestAnimationFrame?a.requestAnimationFrame(eb):a.setTimeout(eb,r.fx.interval),r.fx.tick())}function fb(){return a.setTimeout(function(){ab=void 0}),ab=r.now()}function gb(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ca[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function hb(a,b,c){for(var d,e=(kb.tweeners[b]||[]).concat(kb.tweeners["*"]),f=0,g=e.length;f1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?lb:void 0)),void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b), -null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(L);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),lb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=mb[b]||r.find.attr;mb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=mb[g],mb[g]=e,e=null!=c(a,b,d)?g:null,mb[g]=f),e}});var nb=/^(?:input|select|textarea|button)$/i,ob=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return T(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):nb.test(a.nodeName)||ob.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function pb(a){var b=a.match(L)||[];return b.join(" ")}function qb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,qb(this)))});if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,qb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,qb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(L)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=qb(this),b&&W.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":W.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+pb(qb(c))+" ").indexOf(b)>-1)return!0;return!1}});var rb=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":Array.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:pb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(Array.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var sb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!sb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,sb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(W.get(h,"events")||{})[b.type]&&W.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&U(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!U(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=W.access(d,b);e||d.addEventListener(a,c,!0),W.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=W.access(d,b)-1;e?W.access(d,b,e):(d.removeEventListener(a,c,!0),W.remove(d,b))}}});var tb=a.location,ub=r.now(),vb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(Array.isArray(b))r.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(Array.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!ja.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:Array.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}});var Bb=/%20/g,Cb=/#.*$/,Db=/([?&])_=[^&]*/,Eb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Gb=/^(?:GET|HEAD)$/,Hb=/^\/\//,Ib={},Jb={},Kb="*/".concat("*"),Lb=d.createElement("a");Lb.href=tb.href;function Mb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(L)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Nb(a,b,c,d){var e={},f=a===Jb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Ob(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Pb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Qb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:tb.href,type:"GET",isLocal:Fb.test(tb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Ob(Ob(a,r.ajaxSettings),b):Ob(r.ajaxSettings,a)},ajaxPrefilter:Mb(Ib),ajaxTransport:Mb(Jb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Eb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||tb.href)+"").replace(Hb,tb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(L)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Lb.protocol+"//"+Lb.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Nb(Ib,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Gb.test(o.type),f=o.url.replace(Cb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(Bb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(vb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Db,"$1"),n=(vb.test(f)?"&":"?")+"_="+ub++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Kb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Nb(Jb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Pb(o,y,d)),v=Qb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Rb={0:200,1223:204},Sb=r.ajaxSettings.xhr();o.cors=!!Sb&&"withCredentials"in Sb,o.ajax=Sb=!!Sb,r.ajaxTransport(function(b){var c,d;if(o.cors||Sb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Rb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r(" - - - - Python for Beginners - DevScript - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- -
-
-
- - - -
-
-
-
-

Why Choose Python?

-

The course is beneficial for those who want to explore the domain of programming and excel in one of the popular programming languages, Python. The course will help you to get familiar with the different libraries of python and lay a solid foundation in Data Structures and Algorithms. So, if you have a passion to learn programming, this is the best opportunity for you.

-
    -
  • Python programming language is going to be the most promising career in technologies, industry.
  • -
  • Python contains fewer lines of codes.
  • -
  • Python is designed for better code readability.
  • -
  • Python supports multiple programming paradigms.
  • -
  • Python is an excellent tool in designing progressive ideas.
  • -
  • Python has a large set of library and tools.
  • -
-
-
-
- -
-
-
-
-

Applications of Python

-
    -
  • Artificial Intelligence (AI): Python programming language is undoubtedly dominating other languages when AI comes into the play.
  • -
  • Big Data: The future scope of this language can also be predicted by the way it has helped big data technology to grow.
  • -
  • Networking: Python programming language is used to read, write and configure routers and switches and perform other networking automation tasks in a cost-effective and secure manner.
  • -
  • Web Development: Using Python, you will get a handson experience on creating webpages.
  • -
  • Game Development: Once you have an understanding of the basics of Python programming, you can now expand your abilities using different libraries to make games with graphics, animation, and sound.
  • -
  • Graphical user interface (GUI): GUI lets people interact with computers using visual elements such as icons or pictures instead of text-based commands.
  • -
  • Software Development: Python is often used as a support language for software developers, for build control and management, testing, and in many other ways.
  • -
  • Scientific and Numeric: Python is widely used in scientific and numeric computing:
  • -
  • Education: Python is a superb language for teaching programming, both at the introductory level and in more advanced courses.
  • - - - - -
-
-
- top-py-companies -
-
-
- -
-
-
-
-

Syllabus

-
-
-
-
-
-

{{card.title}}

-
-
-
-
-

{{card.topic}}

-
-
-
-
-
-
-
-
-
- -
-
-
-
-

Projects

-
-
-
-
-
-
-
-
- tic-tac-toe_py -
-
-
-
-
-

-

Tic Tac Toe

-

-

Build a game where two players take turns marking the 3×3 grid with X and O symbols. One who gets three marks in a horizontal, vertical, or diagonal row wins.

-
-
-
-
-
-
-
-
-
- guess_the_number_py -
-
-
-
-
-

-

Guess The Number

-

-

Make a Project which should generate a random number between, let’s say, 0 and 100. The player then needs to guess what that number is.

-
-
-
-
-
-
-
-
-
- horoscope_py -
-
-
-
-
-

-

HOROSCOPE

-

-

Create a simple horoscope program that asks the user for their star sign and outputs a fun horoscope for them.

-
-
-
-
-
-
-
-
-
-
-
-
-

Major Project

- -

Will Be Announced Soon!!!

-
-
-
-
-
-
- - - - - -
- -
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - diff --git a/courses/scss/.DS_Store b/courses/scss/.DS_Store deleted file mode 100644 index b0bb169..0000000 Binary files a/courses/scss/.DS_Store and /dev/null differ diff --git a/courses/scss/bootstrap/.DS_Store b/courses/scss/bootstrap/.DS_Store deleted file mode 100644 index 5dbac65..0000000 Binary files a/courses/scss/bootstrap/.DS_Store and /dev/null differ diff --git a/courses/scss/bootstrap/_alert.scss b/courses/scss/bootstrap/_alert.scss deleted file mode 100644 index da2a98a..0000000 --- a/courses/scss/bootstrap/_alert.scss +++ /dev/null @@ -1,51 +0,0 @@ -// -// Base styles -// - -.alert { - position: relative; - padding: $alert-padding-y $alert-padding-x; - margin-bottom: $alert-margin-bottom; - border: $alert-border-width solid transparent; - @include border-radius($alert-border-radius); -} - -// Headings for larger alerts -.alert-heading { - // Specified to prevent conflicts of changing $headings-color - color: inherit; -} - -// Provide class for links that match alerts -.alert-link { - font-weight: $alert-link-font-weight; -} - - -// Dismissible alerts -// -// Expand the right padding and account for the close button's positioning. - -.alert-dismissible { - padding-right: $close-font-size + $alert-padding-x * 2; - - // Adjust close link position - .close { - position: absolute; - top: 0; - right: 0; - padding: $alert-padding-y $alert-padding-x; - color: inherit; - } -} - - -// Alternate styles -// -// Generate contextual modifier classes for colorizing the alert. - -@each $color, $value in $theme-colors { - .alert-#{$color} { - @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level)); - } -} diff --git a/courses/scss/bootstrap/_badge.scss b/courses/scss/bootstrap/_badge.scss deleted file mode 100644 index bdbe4b9..0000000 --- a/courses/scss/bootstrap/_badge.scss +++ /dev/null @@ -1,53 +0,0 @@ -// Base class -// -// Requires one of the contextual, color modifier classes for `color` and -// `background-color`. - -.badge { - display: inline-block; - padding: $badge-padding-y $badge-padding-x; - font-size: $badge-font-size; - font-weight: $badge-font-weight; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - @include border-radius($badge-border-radius); - - @at-root a#{&} { - @include hover-focus { - text-decoration: none; - } - } - - // Empty badges collapse automatically - &:empty { - display: none; - } -} - -// Quick fix for badges in buttons -.btn .badge { - position: relative; - top: -1px; -} - -// Pill badges -// -// Make them extra rounded with a modifier to replace v3's badges. - -.badge-pill { - padding-right: $badge-pill-padding-x; - padding-left: $badge-pill-padding-x; - @include border-radius($badge-pill-border-radius); -} - -// Colors -// -// Contextual variations (linked badges get darker on :hover). - -@each $color, $value in $theme-colors { - .badge-#{$color} { - @include badge-variant($value); - } -} diff --git a/courses/scss/bootstrap/_breadcrumb.scss b/courses/scss/bootstrap/_breadcrumb.scss deleted file mode 100644 index be30950..0000000 --- a/courses/scss/bootstrap/_breadcrumb.scss +++ /dev/null @@ -1,41 +0,0 @@ -.breadcrumb { - display: flex; - flex-wrap: wrap; - padding: $breadcrumb-padding-y $breadcrumb-padding-x; - margin-bottom: $breadcrumb-margin-bottom; - list-style: none; - background-color: $breadcrumb-bg; - @include border-radius($breadcrumb-border-radius); -} - -.breadcrumb-item { - // The separator between breadcrumbs (by default, a forward-slash: "/") - + .breadcrumb-item { - padding-left: $breadcrumb-item-padding; - - &::before { - display: inline-block; // Suppress underlining of the separator in modern browsers - padding-right: $breadcrumb-item-padding; - color: $breadcrumb-divider-color; - content: $breadcrumb-divider; - } - } - - // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built - // without ` -

- -
- Apply - Now - -
- campus-ambassador -
- - - - -
- - -
-
- -
-
- mentor -
- -


-

Join Our Team -

-
-

DevScript is hiring team members! Can you be the one? - It's been a year and DevScript has its roots thick in the tech space. A - community that aims at uniting technophiles from every domain and empowering - a knowledge platform in the most engaging and focused ways. -

-

- With that being said, DevScript evolved to be a community of 6k+ community - members. Holding this motivation along, DevScript is transforming - and - will be leading the grounds of tech as a Product based Tech Community. - - For this big change, we need your hands! The hands of courage to create a - vital - influence on devs around who thrive in tech. - DevScript calls you to join the remarkable Community for making lasting - change! -

- Get more details here and hop in to apply! -

- -

- -
- Apply Now -
-
- -
-
-
-
- - - - - - - - - -
-
- -
-
-
- -
-
-
-

Super Saga in - Astronomy

-
A lot of people wonder how it feels to be an astronaut, the busy life, lots of - work to operate the - many science - experiments on board, or the experience of spacewalk to work outside the station - in the - spacesuit.??? -
-
-
- -
-
- -
-
-
- -
-
-
-

ALL ABOUT - QUANTUM COMPUTING

-
Shalaka guides the audience through the latest advances in the quantum world and - share her own - journey in Quantum - Science.
-
-
- -
-
- -
-
-
- -
-
-
-

Data - Structures - and Algorithm and Interview Preparation

-
Looking to add more values in your resume?? Join our amazing session on Data - Structure and - Algorithms to help you stand out from others.
-
- -
- -
-
- - -
-
- -
- -
-
- - - 6782 -

Community Members

-
-
- -
-
- - - 5 -

Hands-On Session

-
-
- -
-
- - - 1 -

Bootcamps

-
-
- -
-
- - 15 -

Team Members

-
-
- -
- -
-
-
-
-
-
-
-

OUR PAST SPEAKERS

-
-
-
-
- user -

Sarah Williams

-

Community Program Manager
Microsoft

- -
-
-
-
- user -

Pooja Sund

-

Director of Data Analytics
Microsoft

- -
-
-
-
- user -

Juan Pablo Flores Cortés

-

Program Manager
Github

- -
-
-
-
- user -

Shalaka Verma

-

Director, Partner Technology
Microsoft

- -
-
-
-
- user -

Prateek Narang

-

Software Engineer
Google

- -
-
-
-
- user -

Karan M.V.

-

Developer Relations Manager
GitHub

- -
-
-
-
-
- -
-
-
-
-

Our Past Sponsors



-
-
- -
-
-
-
GitHub -
-
-
-
-
-
Merge -
-
-
-
-
-
Coding Ninja -
-
-
-
-
-
Auth0 -
-
-
-
-
-
SkillShip
-
-
-
-
-
Coding Blocks -
-
-
-
-
-
Digital Ocean -
-
-
-
-
-
repl.it -
-
-
-
-
-
Hack Club Bank -
-
-
-
-
-
9Ledge Pro
-
-
-
-
-
Sticker Mule -
-
-
-
-
-
Daily.dev
-
-
-
-
-
Amphan Tech
-
-
-
-
-
Linode -
-
-
-
-
-
MyJen.ai -
-
-
-
-
-
Progate -
-
-
-
-
-
- - - - - -
-
-

Featured People

- -
-
-
- -
- - - -
-
- - - - - - -
- - -
-
-
-
© - Amphan Technologies Pvt. - Ltd.
All Rights Reserved
- -
- -
-
-
-
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + DevScript + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+ +
+
+
+ +
+
+
+ +
+

DevScript Community

+

Let us COME together to LEARN & GROW

+ +
+ + +
+
+ + + + +
+
+ +
+ +

About Us

+

Find Out More About Us

+

Started on 7th July ,2020 we are a vibrant knowledge society, passionate to bring a deep sense of + technology for you to thrive in the real world. DevScript community provides a platform for talented and + motivated students who are interested in domains like machine learning, Game development, embedded systems + and other techno-savvy fields.

+
+ +
+
+ +
+
+

What we DO?

+

+ We conduct webinars, lectures, quizzes, technical debates and hacks that help you to develop a niche in + the tech society. We help you brush up your skills regularly through hackathons and quizzes. +

+
    +
  • + +
    +
    Hands-on Session
    +

    Sessions that provide students with varied opportunities of learning on vivid technical topics and + incorporating assignments to increase the cope of knowledge.

    +
    +
  • +
  • + +
    +
    Bootcamps
    +

    We conduct 5-6 days Series of Sessions on a specific topic that assist the metamorphosis from + primary to maestro levels.

    +
    +
  • +
  • + +
    +
    Quizzes
    +

    For a wide range of technical and non-technical topics we conduct quizzes that help in expansion of + knowledge and endorse qualities like healthy competition with fun and excitement.

    +
    +
  • +
  • + +
    +
    Technical Debates
    +

    Participants debate on given technical topics which include multi-faceted knowledge cutting across + several disciplines outside the learner's normal academic subjects.

    +
    +
  • +
+ +
+
+ +
+
+ + + + + + + + + + + + +
+
+ +
+
+

Past Events



+
+
+
+
+
+ +
+

FPS using Unreal Engine

+
This session was organised on 1st August 2020 at 03:00 PM in collaboration with Microsoft Student Partners.
+

+
Speaker
+
+

Ishan Vohra

+
+
+ +
+
+
+ +
+

Building portfolio website

+
The session was organised on 18th july at 11:30 am in collaboration with Microsoft Student Partners, sponsored by LetsUpgrade and ISCAP.
+

+
Speaker
+
+

Praveen Kumar Purushottam

+
+
+ +
+
+
+ +
+

Session on Git and GitHub

+
A session on Git and GitHub was organised on 11th July 2020 at 4:30 p.m. in collaboration with Microsoft Student Partners and sponsored by LetsUpgrade.
+

+
Speaker
+
+

Abhishek Singh

+

Rohit Ashiwal

+
+
+ +
+
+ + +
+
+ +
+ +
+
+ + + 6782 +

Community Members

+
+
+ +
+
+ + + 5 +

Hands-On Session

+
+
+ +
+
+ + + 1 +

Bootcamps

+
+
+ +
+
+ + 15 +

Team Members

+
+
+ +
+ +
+
+ + +
+
+
+
+

Our Sponsors



+
+
+ +
+ +
+ LetsUpgrade +
+ +
+ ISCAP +
+ +
+ NeoVantium +
+ +
+ Geeks +
+ +
+ CodingBlocks +
+ +
+ +
+
+ + +


+ + +
+
+

Featured People



+
+
+
+ +
+ + + +
+
+ + + + + + +
+ +
+
+
+

Join Our Discord Chat

+
+
+
+ +
+
+

150 onlinenow

+
+
+
+
+
+ + +




+ +
+ +
+ + +
+ + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + diff --git a/python-live/css/index.css b/python-live/css/index.css deleted file mode 100644 index f8d6d00..0000000 --- a/python-live/css/index.css +++ /dev/null @@ -1,325 +0,0 @@ -* { - margin: 0; - padding: 0; -} - -a { - text-decoration: none !important; -} - -iframe { - width: -webkit-fill-available; -} - -.header { - position: relative; - overflow: hidden; - border-bottom: 1px solid #E0E0E0; - padding: 50px 10px 30px; -} - -.header::before { - content: ''; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background: rgba(0, 0, 0, 0.6); -} - -.body { - width: 100%; -} - -.logo { - position: absolute; - top: 10px; - left: 10px; -} - -.logo > img { - width: 150px; -} - -.contain-center { - max-width: 915px; - margin-right: auto; - margin-left: auto; -} - -.register-header { - display: flex; - flex-flow: row; -} - -.event_date { - font-size: 16px; - letter-spacing: 0px; - line-height: 19px; - margin-right: 15px; - margin-bottom: 10px; -} - -.event_date a { - color: rgba(255, 255, 255, 0.9); - display: -ms-flexbox; - display: flex; - flex-flow: column; - align-items: center; - justify-content: center; - text-align: center; - border: 1px solid rgba(255, 255, 255, 0.1); - border-radius: 3px; - display: block; - width: 100%; - padding: 5px 6px 5px; - text-decoration: none; - transition: border 150ms ease; -} -.event_date span { - display: block -} - -.event_month { - font-size: 15px; - text-transform: uppercase; -} - -.event_day { - font-size: 30px; - margin: 5px 0; - font-weight: normal; -} - -.event_time { - font-size: 12px; - padding-top: 2px; -} - -.event_title { - color: #FFF; - font-size: 31px; - font-weight: normal; - padding-top: 0; - margin-top: 0; - margin-bottom: 5px; - align-self: center; -} - -.event_timer { - padding-top: 20px; - text-align: center; - /*position: absolute;*/ - width: 100%; - bottom: 0; - padding-right: 25px; -} - -.event_timer .col { - width: 25%; - float: left; -} - -.event_timer .num { - font-weight: 300; - font-size: 29px; - line-height: 35px; - color: #efefef; -} - -.event_timer .sublabel { - color: rgba(255, 255, 255, 0.5); - text-transform: uppercase; -} - -.event-cover { - margin-top: -20px; - display: block; - border-radius: 3px; - overflow: hidden; - margin-bottom: 30px; - text-align: center; -} - -.event-cover img { - height: 315px; - width: 100%; -} - -.event-description { - padding-bottom: 80px; - padding-left: 10px; - padding-right: 10px; -} - -.event-actions { - margin-top: -20px; - margin-bottom: 20px; - color: #9B9B9B; -} - -.event-register { - text-align: center; - padding-left: 10px; - padding-right: 10px; -} - -.my_btn { - border-radius: 3px; - border: 0; - background: #44CCAD; - margin: 0 auto; - display: inline-block; - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.18); - animation: ctaGlow 2s 1s alternate infinite ease-in-out; - display: flex; - flex-flow: row; - justify-content: center; - align-items: center; -} - -.event-register-subtext { - padding-top: 10px; - line-height: 19px; -} - -.event-follow { - display: flex; - flex-flow: column; - padding-top: 10px; - margin-top: 35px; - border-top: 1px solid #eee; - padding-left: 10px; - padding-right: 10px; -} - -.event-action-title { - text-transform: uppercase; - color: #C8C8C8; - font-weight: bold; - margin-bottom: 5px; -} - -.event-user { - display: flex; - flex-flow: row; - align-items: center; - font-size: 16px; - width: 100%; -} - -.event-user-info { - display: flex; - flex-flow: row; - overflow: hidden; - align-items: center; -} - -.event-user-avatar { - width: 35px; - height: 35px; -} - -.event-user-name { - margin-left: 10px; - font-size: 16px; - white-space: nowrap; - overflow: hidden; - text-align: left; - margin-right: 10px; - text-overflow: ellipsis; -} - -.event-follow-btn { - display: block; - margin-left: auto; - flex-shrink: 0; -} - -.btn-follow { - padding: 2px 7px; - margin-top: 0; -} - -.event-social { - display: flex; - flex-flow: row; - align-items: center; -} - -.event-social .event-action-title { - margin-right: auto; -} - -.event-social-nest { - display: flex; - flex-flow: row; -} - -.event-social-nest > .social-icon { - cursor: pointer; - fill: #C8C8C8; - padding: 5px; - display: flex; - flex-flow: row; - justify-content: center; - align-items: center; - min-width: 27px; - box-sizing: border-box; - border-radius: 3px; - font-size: 24px; -} - -.social-icon:hover { - color: black; -} - -.event-previous { - display: flex; - flex-flow: column; - padding-top: 10px; - margin-top: 35px; - border-top: 1px solid #eee; - height: 50px; - padding-left: 5px; - padding-right: 5px; -} - -.event-prev-container { - display: flex; - margin-bottom: 20px; - flex-direction: row; - box-shadow: 4px 4px 20px -10px #00000078; - justify-content: space-around; -} - -.event-prev-title { - padding-left: 10px; - justify-content: space-around; - display: flex; - flex-direction: row; -} - -.day { - padding-right: 10px; - border-right: 1px solid; -} - -.event-prev-title > .social-icon { - cursor: pointer; - fill: #C8C8C8; - padding: 5px; - min-width: 27px; - box-sizing: border-box; - border-radius: 3px; - font-size: 24px; -} - -.event-prev-title:hover > .fa-youtube { - color: red; -} - -.event-prev-title:hover > .fa-github { - color: #000; -} \ No newline at end of file diff --git a/python-live/img/day1.jpeg b/python-live/img/day1.jpeg deleted file mode 100644 index 3c3a675..0000000 Binary files a/python-live/img/day1.jpeg and /dev/null differ diff --git a/python-live/img/day2.jpeg b/python-live/img/day2.jpeg deleted file mode 100644 index 27d4d29..0000000 Binary files a/python-live/img/day2.jpeg and /dev/null differ diff --git a/python-live/img/day3.jpeg b/python-live/img/day3.jpeg deleted file mode 100644 index 3c02ba1..0000000 Binary files a/python-live/img/day3.jpeg and /dev/null differ diff --git a/python-live/img/day4.jpeg b/python-live/img/day4.jpeg deleted file mode 100644 index 0166876..0000000 Binary files a/python-live/img/day4.jpeg and /dev/null differ diff --git a/python-live/img/day5.jpeg b/python-live/img/day5.jpeg deleted file mode 100644 index 1b33f7d..0000000 Binary files a/python-live/img/day5.jpeg and /dev/null differ diff --git a/python-live/img/event.jpeg b/python-live/img/event.jpeg deleted file mode 100644 index ea00321..0000000 Binary files a/python-live/img/event.jpeg and /dev/null differ diff --git a/python-live/img/favicon.ico b/python-live/img/favicon.ico deleted file mode 100644 index 2f2c4be..0000000 Binary files a/python-live/img/favicon.ico and /dev/null differ diff --git a/python-live/img/full-logo.png b/python-live/img/full-logo.png deleted file mode 100644 index 221e81f..0000000 Binary files a/python-live/img/full-logo.png and /dev/null differ diff --git a/python-live/img/logo.png b/python-live/img/logo.png deleted file mode 100644 index 297473b..0000000 Binary files a/python-live/img/logo.png and /dev/null differ diff --git a/python-live/index.html b/python-live/index.html deleted file mode 100644 index de9273c..0000000 --- a/python-live/index.html +++ /dev/null @@ -1,276 +0,0 @@ - - - - - - - - - - - - - - - - - - - PYTHON BOOTCAMP FOR BEGINNERS - - - - - - - - - -
-
-
-
- -
-

PYTHON BOOTCAMP FOR BEGINNERS

-
-
-
-
-
-
-
Days
-
-
-
-
Hrs
-
-
-
-
Mins
-
-
-
-
Sec
-
-
-
-
-
-
-
-
-
-
-
-
-

DevScript presents "PYTHON BOOTCAMP FOR BEGINNERS" in collaboration with Microsoft Learn Student Ambassadors.

-

- Below here are the required details of the course: -

-

- Batch starting on 13th September 2020
- Timing: 7:00 to 8:30 P.M. IST
- Fee: Totally Free
- Test Day: 4th October 2020
- Duration: 21 days
- Platform: YouTube Live
- Total 23 Learning Hours, 1.5 hours each day
- Projects Building Session on Saturdays -

-

- SKILLS THAT YOU WILL LEARN: -

-

- 🧠 Python Basis and Data Structure
- 💻 Setup of VS Code
- 💫 Google Colab
- 👨‍💻 Uses of Git and Github
-

-

- BENEFITS OF THE SESSION: -

-

- 👩‍💻 Real-Time Projects Building
- 👩‍🏫 Mentorship support
- 👯‍♀️ Hands-on session
- 📚 Daily basis assignment to check your learning
- 🎫 Get verified certificates from DevScript in collaboration with Microsoft Learn Student Ambassadors -

-

- CERTIFICATION ELIGIBILITY: -

-

- A verified course completion certificate will be secured by those who successfully clear the exam which will be organized after the end of the Bootcamp. Please note that you will be eligible for the exam only when you submit all the assignments on time. -

-

- Register for the event on: bit.ly/DSPY_01
YouTube Channel Link: https://www.youtube.com/c/devscript/ -

-

- Please visit our website for detailed information and the syllabus of the course.
- Website: - https://devscript.tech/courses/python/ -

-

- Best Wishes,
Team DevScript. -

-

Happy Learning 🌻

-
-
- -
-
-
- - - diff --git a/python-live/js/index.js b/python-live/js/index.js deleted file mode 100644 index 47a50d1..0000000 --- a/python-live/js/index.js +++ /dev/null @@ -1,50 +0,0 @@ -//YT video id -var vid_id = 'gj20ydwmxa0'; - -// Set the date we're counting down to -var countDownDate = new Date("Sept 18, 2020 17:20:00").getTime(); - -// Update the count down every 1 second -var x = setInterval(function () { - // Get today's date and time - var now = new Date().getTime(); - - // Find the distance between now and the count down date - var distance = countDownDate - now; - - // Time calculations for days, hours, minutes and seconds - var days = Math.floor(distance / (1000 * 60 * 60 * 24)); - var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); - var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); - var seconds = Math.floor((distance % (1000 * 60)) / 1000); - - // Output the result in an element with id="demo" - document.getElementById("days").innerHTML = days; - document.getElementById("hrs").innerHTML = hours; - document.getElementById("mins").innerHTML = minutes; - document.getElementById("sec").innerHTML = seconds; - - // If the count down is over, write some text - if (distance < 0) { - clearInterval(x); - var timer = document.querySelector(".event_timer"); - var cover = document.querySelector(".event-cover"); - var timer_child = timer.lastElementChild; - var cover_child = cover.lastElementChild; - - cover.removeChild(cover_child); - timer.remove(); - - var iframe = document.createElement("iframe"); - iframe.src = "https://www.youtube.com/embed/"+vid_id; - iframe.height = "315"; - iframe.frameBorder = 0; - iframe.setAttribute('allowFullScreen', '') - - cover.appendChild(iframe); - document.getElementsByClassName("link")[0].href = - 'https://www.youtube.com/watch?v='+vid_id; - document.getElementsByClassName("btn-register")[0].innerHTML = - "Watch Live on YT";[0].remove(); - } -}, 1000); diff --git a/react/css/index.css b/react/css/index.css deleted file mode 100644 index 1664d8c..0000000 --- a/react/css/index.css +++ /dev/null @@ -1,329 +0,0 @@ -* { - margin: 0; - padding: 0; -} - -a { - text-decoration: none !important; -} - -iframe { - width: -webkit-fill-available; -} - -.header { - position: relative; - overflow: hidden; - border-bottom: 1px solid #E0E0E0; - padding: 50px 10px 30px; -} - -.header::before { - content: ''; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background: rgba(0, 0, 0, 0.6); -} - -.body { - width: 100%; -} - -.logo { - position: absolute; - top: 10px; - left: 10px; -} - -.logo > img { - width: 150px; -} - -.contain-center { - max-width: 915px; - margin-right: auto; - margin-left: auto; -} - -.register-header { - display: flex; - flex-flow: row; -} - -.event_date { - font-size: 16px; - letter-spacing: 0px; - line-height: 19px; - margin-right: 15px; - margin-bottom: 10px; -} - -.event_date a { - color: rgba(255, 255, 255, 0.9); - display: -ms-flexbox; - display: flex; - flex-flow: column; - align-items: center; - justify-content: center; - text-align: center; - border: 1px solid rgba(255, 255, 255, 0.1); - border-radius: 3px; - display: block; - width: 100%; - padding: 5px 6px 5px; - text-decoration: none; - transition: border 150ms ease; -} -.event_date span { - display: block -} - -.event_month { - font-size: 15px; - text-transform: uppercase; -} - -.event_day { - font-size: 30px; - margin: 5px 0; - font-weight: normal; -} - -.event_time { - font-size: 12px; - padding-top: 2px; -} - -.event_title { - color: #FFF; - font-size: 31px; - font-weight: normal; - padding-top: 0; - margin-top: 0; - margin-bottom: 5px; - align-self: center; -} - -.event_title h1 { - text-transform: uppercase; -} - -.event_timer { - padding-top: 20px; - text-align: center; - /*position: absolute;*/ - width: 100%; - bottom: 0; - padding-right: 25px; -} - -.event_timer .col { - width: 25%; - float: left; -} - -.event_timer .num { - font-weight: 300; - font-size: 29px; - line-height: 35px; - color: #efefef; -} - -.event_timer .sublabel { - color: rgba(255, 255, 255, 0.5); - text-transform: uppercase; -} - -.event-cover { - margin-top: -20px; - display: block; - border-radius: 3px; - overflow: hidden; - margin-bottom: 30px; - text-align: center; -} - -.event-cover img { - height: 315px; - width: 100%; -} - -.event-description { - padding-bottom: 80px; - padding-left: 10px; - padding-right: 10px; -} - -.event-actions { - margin-top: -20px; - margin-bottom: 20px; - color: #9B9B9B; -} - -.event-register { - text-align: center; - padding-left: 10px; - padding-right: 10px; -} - -.my_btn { - border-radius: 3px; - border: 0; - background: #44CCAD; - margin: 0 auto; - display: inline-block; - box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.18); - animation: ctaGlow 2s 1s alternate infinite ease-in-out; - display: flex; - flex-flow: row; - justify-content: center; - align-items: center; -} - -.event-register-subtext { - padding-top: 10px; - line-height: 19px; -} - -.event-follow { - display: flex; - flex-flow: column; - padding-top: 10px; - margin-top: 35px; - border-top: 1px solid #eee; - padding-left: 10px; - padding-right: 10px; -} - -.event-action-title { - text-transform: uppercase; - color: #C8C8C8; - font-weight: bold; - margin-bottom: 5px; -} - -.event-user { - display: flex; - flex-flow: row; - align-items: center; - font-size: 16px; - width: 100%; -} - -.event-user-info { - display: flex; - flex-flow: row; - overflow: hidden; - align-items: center; -} - -.event-user-avatar { - width: 35px; - height: 35px; -} - -.event-user-name { - margin-left: 10px; - font-size: 16px; - white-space: nowrap; - overflow: hidden; - text-align: left; - margin-right: 10px; - text-overflow: ellipsis; -} - -.event-follow-btn { - display: block; - margin-left: auto; - flex-shrink: 0; -} - -.btn-follow { - padding: 2px 7px; - margin-top: 0; -} - -.event-social { - display: flex; - flex-flow: row; - align-items: center; -} - -.event-social .event-action-title { - margin-right: auto; -} - -.event-social-nest { - display: flex; - flex-flow: row; -} - -.event-social-nest > .social-icon { - cursor: pointer; - color: #C8C8C8; - padding: 5px; - display: flex; - flex-flow: row; - justify-content: center; - align-items: center; - min-width: 27px; - box-sizing: border-box; - border-radius: 3px; - font-size: 24px; -} - -.social-icon:hover { - color: black; -} - -.event-previous { - display: flex; - flex-flow: column; - padding-top: 10px; - margin-top: 35px; - border-top: 1px solid #eee; - height: 50px; - padding-left: 5px; - padding-right: 5px; -} - -.event-prev-container { - display: flex; - margin-bottom: 20px; - flex-direction: row; - box-shadow: 4px 4px 20px -10px #00000078; - justify-content: space-around; -} - -.event-prev-title { - padding-left: 10px; - justify-content: space-around; - display: flex; - flex-direction: row; -} - -.day { - padding-right: 10px; - border-right: 1px solid; -} - -.event-prev-title > .social-icon { - cursor: pointer; - color: #C8C8C8; - padding: 5px; - min-width: 27px; - box-sizing: border-box; - border-radius: 3px; - font-size: 24px; -} - -.event-prev-title:hover > .fa-youtube { - color: red; -} - -.event-prev-title:hover > .fa-github { - color: #000; -} diff --git a/react/img/favicon.ico b/react/img/favicon.ico deleted file mode 100644 index 2f2c4be..0000000 Binary files a/react/img/favicon.ico and /dev/null differ diff --git a/react/img/logo.png b/react/img/logo.png deleted file mode 100644 index 297473b..0000000 Binary files a/react/img/logo.png and /dev/null differ diff --git a/react/index.html b/react/index.html deleted file mode 100644 index afdda01..0000000 --- a/react/index.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - REACT BOOTCAMP - - - - - - - - - -
-
-
-
- -
-

React Bootcamp with Praveen

-
-
-
-
-
-
-
Days
-
-
-
-
Hrs
-
-
-
-
Mins
-
-
-
-
Sec
-
-
-
-
-
-
-
-
-
-
-
- - -
-
- -

React Bootcamp with Praveen – Get certificate for just Rs 999/-

- -

DevScript is conducting a bootcamp on React which is the perfect starting point for any React beginner.

- -

Learn key React features while building projects and practice what you learn through interactive coding challenges and exercises along the way!!!

- -

It’s a fast-paced program that allows you to learn React fast in one week of full-time, with awesome projects on the way too!!

- -

Dates:

- -

Speaker: Praveen Kumar - Lead Consultant at Virtusa / LBG | Careers Mentor | React JS Specialist | Top 0.05% Overall in Stack Overflow

- -

Know more about him on: https://www.linkedin.com/in/praveentech

- -

- - YouTube Channel Link: https://www.youtube.com/c/devscript/ -

-

- Best Wishes,
- Team DevScript. -

-

Happy Learning 🌻

-
-
-
- -
-
Hosted By
-
- - -
-
-
-
Share
-
- - - -
-
-
-
Previous Sessions
-
-
-
-
-
- - - diff --git a/react/js/index.js b/react/js/index.js deleted file mode 100644 index 6fff4db..0000000 --- a/react/js/index.js +++ /dev/null @@ -1,105 +0,0 @@ -event_month = document.querySelector('.event_month') -event_day = document.querySelector('.event_day') -event_time = document.querySelector('.event_time') -bannerImg = document.querySelector('.banner-img') - -//YT video id -var vid_id = 'gj20ydwmxa0'; -var date = "Mar 25, 2021 12:00:00" -var dayBanner = './img/day1.jpeg' - -event_month.innerHTML = date.slice(0, 3) -event_day.innerHTML = date.slice(4, 6) -event_time.innerHTML = date.slice(13, 18) -bannerImg.src = dayBanner - -// Set the date we're counting down to -var countDownDate = new Date(date).getTime(); - -// Update the count down every 1 second -var x = setInterval(function () { - // Get today's date and time - var now = new Date().getTime(); - - // Find the distance between now and the count down date - var distance = countDownDate - now; - - // Time calculations for days, hours, minutes and seconds - var days = Math.floor(distance / (1000 * 60 * 60 * 24)); - var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); - var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); - var seconds = Math.floor((distance % (1000 * 60)) / 1000); - - // Output the result in an element with id="demo" - document.getElementById("days").innerHTML = days; - document.getElementById("hrs").innerHTML = hours; - document.getElementById("mins").innerHTML = minutes; - document.getElementById("sec").innerHTML = seconds; - - // If the count down is over, write some text - if (distance < 0) { - clearInterval(x); - var timer = document.querySelector(".event_timer"); - var cover = document.querySelector(".event-cover"); - var timer_child = timer.lastElementChild; - var cover_child = cover.lastElementChild; - - cover.removeChild(cover_child); - timer.remove(); - - var iframe = document.createElement("iframe"); - iframe.src = "https://www.youtube.com/embed/"+vid_id; - iframe.height = "315"; - iframe.frameBorder = 0; - iframe.setAttribute('allowFullScreen', '') - - cover.appendChild(iframe); - document.getElementsByClassName("link")[0].href = - 'https://www.youtube.com/watch?v='+vid_id; - document.getElementsByClassName("btn-register")[0].innerHTML = - "Watch Live on YT";[0].remove(); - } -}, 1000); - - -previousDayData = [ - // { - // day: "Day 1", - // yt: "https://www.youtube.com/watch?v=1", - // resources: "https://github.com/DevScript/Python-Bootcamp/tree/master/1" - // }, -] -previousEvent = '' -previousDayData.forEach(data => { - resource = '' - if(data.resources) { - previousEvent = ` - ` + previousEvent - } else { - previousEvent = ` - ` + previousEvent - } -}) - -previousEventContainer = document.querySelector('.event-previous') -previousEventContainer.innerHTML = previousEvent diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 3e1edfb..0000000 --- a/robots.txt +++ /dev/null @@ -1,37 +0,0 @@ -robots.txt generated by www.seoptimer.com -User-agent: Googlebot -Disallow: -User-agent: googlebot-image -Disallow: -User-agent: googlebot-mobile -Disallow: -User-agent: MSNBot -Disallow: -User-agent: Slurp -Disallow: -User-agent: Teoma -Disallow: -User-agent: Gigabot -Disallow: -User-agent: Robozilla -Disallow: -User-agent: Nutch -Disallow: -User-agent: ia_archiver -Disallow: -User-agent: baiduspider -Disallow: -User-agent: naverbot -Disallow: -User-agent: yeti -Disallow: -User-agent: yahoo-mmcrawler -Disallow: -User-agent: psbot -Disallow: -User-agent: yahoo-blogs/v3.9 -Disallow: -User-agent: * -Disallow: -Disallow: /cgi-bin/ -Sitemap: https://devscript.tech/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml deleted file mode 100644 index 82943b4..0000000 --- a/sitemap.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - diff --git a/team/main.js b/team/main.js deleted file mode 100644 index afa0099..0000000 --- a/team/main.js +++ /dev/null @@ -1,290 +0,0 @@ -const teamData = [ - { - name: "Vedant Khairnar", - role: "Founder", - email: "vedron007@gmail.com", - img: "../assets/img/team/Vedant Khairnar.jpg", - tagline: "A Dev in a DEEP Life!!", - discord: "FSOCIETY#8291", - linkedin: "https://www.linkedin.com/in/vedantkhairnar/", - instagram: "https://www.instagram.com/kingsmanvk/", - github: "https://github.com/VedantKhairnar", - twitter: "https://twitter.com/VedantKhairnar3", - }, -// { -// name: "Ankit Chaudhari", -// role: "Technical Lead", -// email: "ankitchaudhari1598@gmail.com", -// img: "../assets/img/team/Ankit Chaudhari.jpg", -// tagline: -// "Freelancer | Full Stack Developer | Python Enthusiast | Data Science Enthusiast", -// discord: "Ankit#2061", -// linkedin: "https://www.linkedin.com/in/ankit1598/", -// instagram: "https://www.instagram.com/ankitvc/", -// github: "https://github.com/Ankit1598", -// twitter: "https://twitter.com/Ankit15_", -// }, - { - name: "Shreya Santoshwar", - role: "Operational Lead", - email: "shreya02santoshwar@gmail.com", - Branch: "IT", - img: "../assets/img/team/Shreya Santoshwar alt.jpg", - tagline: "I found myself curating and developing!!", - discord: "", - linkedin: "https://www.linkedin.com/in/shreya-santoshwar-666447197", - instagram: - "https://instagram.com/shreya_santoshwar?utm_medium=copy_link", - github: "https://github.com/ShreyaSS02", - twitter: "https://twitter.com/ShreyaSantoshw1?s=09", - }, -// { -// name: "Kanishka Aggarwal", -// role: "Technical Content Lead", -// email: "kanishkaaggarwal45@gmail.com", -// img: "../assets/img/team/Kanishka Aggarwal.jpeg", -// tagline: "An adventurous programmer.", -// discord: "Kanishka#9515", -// linkedin: "https://www.linkedin.com/in/kanishka-aggarwal/", -// instagram: "https://www.instagram.com/_kanishkaa24/", -// github: "https://github.com/kanishkaa24", -// twitter: "https://twitter.com/Kanishka2411", -// }, -// { -// name: "Rishabh Singh", -// role: "Technical Specialist", -// email: "rishabhsinghs90s@gmail.com", -// img: "../assets/img/team/Rishabh Singh.jpg", -// tagline: "A developer who feel in love with design.", -// discord: "mindninjaX#6385", -// linkedin: "https://www.linkedin.com/in/mindninjax/", -// instagram: "", -// github: "https://github.com/mindninjaX", -// twitter: "https://twitter.com/mindninjaX", -// }, -// { -// name: "Aditi Dwivedi", -// role: "Technical Content Writer", -// email: "aditidwivedi91011@gmail.com", -// img: "../assets/img/team/Aditi Dwivedi.jpg", -// tagline: "A tEchiE open to learning and exploring", -// discord: "", -// linkedin: "https://www.linkedin.com/feed/", -// instagram: "https://www.instagram.com/Aditid132", -// github: "https://github.com/Aditi Dwivedi", -// twitter: "https://twitter.com/AditiDw25821909", -// }, -// { -// name: "Nayeema Tabassum", -// role: "Technical Content Writer", -// email: "nayeematabassum09@gmail.com", -// img: "../assets/img/team/Nayeema Tabassum.jpg", -// tagline: -// "A girl with exploring and wild mind who loves writing and singing 👻", -// discord: "Pysch#4395", -// linkedin: "https://www.linkedin.com/in/nayeema-tabassum09", -// instagram: "https://www.instagram.com/maniac_way/", -// github: "", -// twitter: "https://mobile.twitter.com/maniac_way", -// }, - { - name: "Swati Sandhya", - role: "Community Manager", - email: "sadikas2000@gmail.com", - img: "../assets/img/team/Swati Sandhya.jpg", - tagline: "Embracing the imperfection, to change the conventional!", - discord: "", - linkedin: "https://www.linkedin.com/in/swatisandhya/", - instagram: "https://www.instagram.com/ssd_tweetz01/", - github: "https://github.com/swati2000", - twitter: "https://twitter.com/SSD142", - }, - { - name: "Smriti R Singh", - role: "Community Manager", - email: "smritisingh789@gmail.com", - img: "../assets/img/team/Smriti Singh.jpg", - tagline: "Curiosity makes me expirence different things!", - discord: "", - linkedin: "www.linkedin.com/in/smriti-singh-1307", - instagram: "www.instagram.com/smriti_0.o/", - github: "www.github.com/smriti1313/", - twitter: "NA", - }, - // { - // name: "Shaleen Poddar", - // role: "Community Manager", - // email: "shaleenpoddar@gmail.com", - // img: "../assets/img/team/Shaleen Poddar.jpg", - // tagline: "Jack of all trades", - // discord: "", - // linkedin: "", - // instagram: "", - // github: "", - // twitter: "", - // }, -]; - -let teamGrid = document.querySelector(".grid"); - -teamData.forEach( - ({ img, name, role, tagline, linkedin, github, instagram, twitter }) => { - grid_item = document.createElement("div"); - member_card = document.createElement("div"); - member_image = document.createElement("div"); - member_image_link = document.createElement("img"); - member_content = document.createElement("div"); - member_name = document.createElement("h2"); - member_role = document.createElement("h3"); - member_social_content = document.createElement("div"); - member_social_overlay = document.createElement("div"); - member_social_content_linkedin = document.createElement("a"); - member_social_content_github = document.createElement("a"); - member_social_content_instagram = document.createElement("a"); - member_social_content_twitter = document.createElement("a"); - member_social_overlay_linkedin = document.createElement("a"); - member_social_overlay_github = document.createElement("a"); - member_social_overlay_instagram = document.createElement("a"); - member_social_overlay_twitter = document.createElement("a"); - member_social_content_linkedin_i = document.createElement("i"); - member_social_content_github_i = document.createElement("i"); - member_social_content_instagram_i = document.createElement("i"); - member_social_content_twitter_i = document.createElement("i"); - member_social_overlay_linkedin_i = document.createElement("i"); - member_social_overlay_github_i = document.createElement("i"); - member_social_overlay_instagram_i = document.createElement("i"); - member_social_overlay_twitter_i = document.createElement("i"); - member_overlay = document.createElement("div"); - member_tagline = document.createElement("p"); - - member_image_link.src = img; - - member_name.innerText = name; - member_role.innerText = role; - - member_social_content_linkedin.target = "_blank"; - member_social_content_github.target = "_blank"; - member_social_content_instagram.target = "_blank"; - member_social_content_twitter.target = "_blank"; - member_social_content_linkedin.href = linkedin; - member_social_content_github.href = github; - member_social_content_instagram.href = instagram; - member_social_content_twitter.href = twitter; - - member_tagline.innerText = tagline; - - member_social_overlay_linkedin.target = "_blank"; - member_social_overlay_github.target = "_blank"; - member_social_overlay_instagram.target = "_blank"; - member_social_overlay_twitter.target = "_blank"; - member_social_overlay_linkedin.href = linkedin; - member_social_overlay_github.href = github; - member_social_overlay_instagram.href = instagram; - member_social_overlay_twitter.href = twitter; - - grid_item.classList.add("col-4", "grid-item"); - member_card.classList.add("team-card"); - member_image.classList.add("team-img"); - member_content.classList.add("team-content"); - member_overlay.classList.add("team-overlay"); - member_social_content.classList.add("team-social"); - member_social_overlay.classList.add("team-social"); - member_social_content_linkedin.classList.add("social-li"); - member_social_content_github.classList.add("social-fb"); - member_social_content_instagram.classList.add("social-in"); - member_social_content_twitter.classList.add("social-tw"); - member_social_overlay_linkedin.classList.add("social-li"); - member_social_overlay_github.classList.add("social-fb"); - member_social_overlay_instagram.classList.add("social-in"); - member_social_overlay_twitter.classList.add("social-tw"); - - member_social_content_linkedin_i.classList.add("fab", "fa-linkedin-in"); - member_social_content_github_i.classList.add("fab", "fa-github"); - member_social_content_instagram_i.classList.add("fab", "fa-instagram"); - member_social_content_twitter_i.classList.add("fab", "fa-twitter"); - member_social_overlay_linkedin_i.classList.add("fab", "fa-linkedin-in"); - member_social_overlay_github_i.classList.add("fab", "fa-github"); - member_social_overlay_instagram_i.classList.add("fab", "fa-instagram"); - member_social_overlay_twitter_i.classList.add("fab", "fa-twitter"); - - member_social_content_linkedin.appendChild( - member_social_content_linkedin_i - ); - member_social_content_github.appendChild( - member_social_content_github_i - ); - member_social_content_instagram.appendChild( - member_social_content_instagram_i - ); - member_social_content_twitter.appendChild( - member_social_content_twitter_i - ); - member_social_content.appendChild(member_social_content_linkedin); - member_social_content.appendChild(member_social_content_github); - member_social_content.appendChild(member_social_content_instagram); - member_social_content.appendChild(member_social_content_twitter); - - member_social_overlay_linkedin.appendChild( - member_social_overlay_linkedin_i - ); - member_social_overlay_github.appendChild( - member_social_overlay_github_i - ); - member_social_overlay_instagram.appendChild( - member_social_overlay_instagram_i - ); - member_social_overlay_twitter.appendChild( - member_social_overlay_twitter_i - ); - member_social_overlay.appendChild(member_social_overlay_linkedin); - member_social_overlay.appendChild(member_social_overlay_github); - member_social_overlay.appendChild(member_social_overlay_instagram); - member_social_overlay.appendChild(member_social_overlay_twitter); - - member_image.appendChild(member_image_link); - - member_overlay.appendChild(member_tagline); - member_overlay.appendChild(member_social_overlay); - - member_content.appendChild(member_name); - member_content.appendChild(member_role); - member_content.appendChild(member_social_content); - member_content.appendChild(member_overlay); - - member_card.appendChild(member_image); - member_card.appendChild(member_content); - - grid_item.appendChild(member_card); - - member_grid = document.querySelector(".grid"); - - member_grid.appendChild(grid_item); - // teamGrid.innerHTML += `
- //
- //
- // Team Image - //
- //
- //

${name}

- //

${role}

- // - //
- //

${tagline}

- // - //
- //
- //
- //
`; - } -); diff --git a/team/style.css b/team/style.css deleted file mode 100644 index e84a94c..0000000 --- a/team/style.css +++ /dev/null @@ -1,429 +0,0 @@ -* { - box-sizing: border-box; - margin: 0; - padding: 0; -} -:root { - --card-height: 65vh; - --card-width: calc(var(--card-height) / 1.5); -} - -@property --rotate { - syntax: ""; - initial-value: 132deg; - inherits: false; -} - -body { - background: #212534; -} - -.team-card { - text-align: center; - margin-bottom: 30px; - border-radius: 5px; - padding: 3px; - position: relative; - border-radius: 6px; - text-align: center; - font-size: 1.5em; - cursor: pointer; - padding-bottom: 10px; -} - -.team-card::before { - content: ""; - width: 104%; - height: 102%; - border-radius: 8px; - background-image: linear-gradient( - var(--rotate), - #5ddcff, - #3c67e3 43%, - #4e00c2 - ); - position: absolute; - z-index: -1; - top: -1%; - left: -2%; - animation: spin 2.5s linear infinite; -} - -.team-card::after { - position: absolute; - content: ""; - top: calc(var(--card-height) / 6); - left: 0; - right: 0; - z-index: -1; - height: 100%; - width: 100%; - margin: 0 auto; - transform: scale(0.8); - filter: blur(calc(var(--card-height) / 6)); - background-image: linear-gradient( - var(--rotate), - #5ddcff, - #3c67e3 43%, - #4e00c2 - ); - opacity: 1; - transition: opacity 0.5s; - animation: spin 2.5s linear infinite; -} - -.team-card .team-img { - border-radius: 5px; - overflow: hidden; -} - -.team-card .team-img img { - width: 100%; - height: auto; - border-radius: 5px; -} - -.team-card .team-content { - position: relative; - width: 90%; - padding: 20px; - margin: -60px auto 0 auto; - background: #ffffff; - box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); - transition: transform 0.6s; - transform-style: preserve-3d; - border-radius: 5px; -} - -.team-card:hover .team-content { - transform: rotateY(180deg); -} - -.team-card .team-overlay { - position: absolute; - width: 100%; - height: 100%; - top: 0; - left: 0; - padding: 20px; - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - background: #ffffff; - border-radius: 5px; - transform: rotateY(180deg); -} - -.team-card .team-content h2 { - font-size: 25px; - font-weight: 400; - letter-spacing: 2px; -} - -.team-card .team-content h3 { - font-size: 16px; - font-weight: 300; -} - -.team-card .team-content p { - font-size: 16px; - font-weight: 400; - line-height: 22px; -} - -.team-card .team-social { - display: flex; - align-items: center; - justify-content: center; - font-size: 0; -} - -.team-card .team-social a { - display: inline-block; - width: 40px; - height: 40px; - margin-right: 5px; - padding: 11px 0 10px 0; - font-size: 16px; - line-height: 16px; - text-align: center; - color: #ffffff; - border-radius: 5px; - transition: all 0.3s; -} - -.team-card .team-social a.social-tw { - background: #00acee; -} - -.team-card .team-social a.social-fb { - background: #1c1e20; -} - -.team-card .team-social a.social-li { - background: #0e76a8; -} - -.team-card .team-social a.social-in { - background: radial-gradient( - circle farthest-corner at 35% 90%, - #fec564, - transparent 50% - ), - radial-gradient( - circle farthest-corner at 0 140%, - #fec564, - transparent 50% - ), - radial-gradient( - ellipse farthest-corner at 0 -25%, - #5258cf, - transparent 50% - ), - radial-gradient( - ellipse farthest-corner at 20% -50%, - #5258cf, - transparent 50% - ), - radial-gradient( - ellipse farthest-corner at 100% 0, - #893dc2, - transparent 50% - ), - radial-gradient( - ellipse farthest-corner at 60% -20%, - #893dc2, - transparent 50% - ), - radial-gradient( - ellipse farthest-corner at 100% 100%, - #d9317a, - transparent - ), - linear-gradient( - #6559ca, - #bc318f 30%, - #e33f5f 50%, - #f77638 70%, - #fec66d 100% - ); - border-radius: 0.2em; -} - -.team-card .team-social a.social-yt { - background: #c4302b; -} - -.team-card .team-social a:last-child { - margin-right: 0; -} - -@keyframes spin { - 0% { - --rotate: 0deg; - } - 100% { - --rotate: 360deg; - } -} - -.project-card { - background: #fff; - border-radius: 2px; - margin: 25px auto; - overflow: auto; - position: relative; - width: 325px; - box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075); -} - -.project-image { - border-radius: 2px 2px 0 0; - height: 110px; - display: flex; - justify-content: center; - margin-top: 20px; -} - -.project-image img { - border-radius: 50%; -} - -.project-owner { - display: inline-block; - padding: 3px 8px; - border-radius: 2px; - background: rgba(0, 0, 0, 0.7); - color: #fff; - font-size: 0.68em; - position: absolute; - top: 197px; - right: 0; - border-radius: 2px 0 0 0; -} - -.project-body { - padding: 24px 30px 0; -} - -.project-name { - color: #2f3032; - font-size: 1.5em; - font-weight: 500; - margin-bottom: 16px; - overflow-wrap: anywhere; -} - -.project-tags { - color: #a7aab0; - font-size: 0.8125em; - margin-bottom: 0.8125em; -} - -.project-footer { - border-top: 1px solid #f1f2f3; - margin-top: 25px; - padding: 1em 30px; - text-align: center; -} - -.project-links { - list-style: none; - margin: 0; -} -.project-links li { - display: inline-block; - margin: 0 0 2px 0; -} -.project-links a { - color: #fff; - background: #66a5e9; - border-radius: 2px; - padding: 3px 10px; - transition: background 0.3s ease; -} -.project-links a:hover { - background: #4785c7; - text-decoration: none; -} -.fas { - margin-right: 10px; -} -.repo-info { - width: 50%; -} - -.animated-button1 { - background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%); - padding: 20px 20px; - margin: 10px; - display: inline-block; - transform: translate(0%, 0%); - overflow: hidden; - color: #f7d4d4; - font-size: 20px; - letter-spacing: 2.5px; - text-align: center; - text-transform: uppercase; - text-decoration: none; - box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); -} - -.animated-button1::before { - content: ""; - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - background-color: #ad8585; - opacity: 0; - transition: 0.2s opacity ease-in-out; -} - -.animated-button1:hover::before { - opacity: 0.2; -} - -.animated-button1 span { - position: absolute; -} - -.animated-button1 span:nth-child(1) { - top: 0px; - left: 0px; - width: 100%; - height: 2px; - background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626); - animation: 2s animateTop linear infinite; -} - -@keyframes animateTop { - 0% { - transform: translateX(100%); - } - - 100% { - transform: translateX(-100%); - } -} - -.animated-button1 span:nth-child(2) { - top: 0px; - right: 0px; - height: 100%; - width: 2px; - background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626); - animation: 2s animateRight linear -1s infinite; -} - -@keyframes animateRight { - 0% { - transform: translateY(100%); - } - - 100% { - transform: translateY(-100%); - } -} - -.animated-button1 span:nth-child(3) { - bottom: 0px; - left: 0px; - width: 100%; - height: 2px; - background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626); - animation: 2s animateBottom linear infinite; -} - -@keyframes animateBottom { - 0% { - transform: translateX(-100%); - } - - 100% { - transform: translateX(100%); - } -} - -.animated-button1 span:nth-child(4) { - top: 0px; - left: 0px; - height: 100%; - width: 2px; - background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626); - animation: 2s animateLeft linear -1s infinite; -} - -@keyframes animateLeft { - 0% { - transform: translateY(-100%); - } - - 100% { - transform: translateY(100%); - } -} diff --git a/temp/assets/sgad.jpg b/temp/assets/sgad.jpg deleted file mode 100644 index ed032da..0000000 Binary files a/temp/assets/sgad.jpg and /dev/null differ diff --git a/temp/assets/sgadp.jpg b/temp/assets/sgadp.jpg deleted file mode 100644 index f7b75ce..0000000 Binary files a/temp/assets/sgadp.jpg and /dev/null differ diff --git a/temp/assets/squid_game_drill.mp3 b/temp/assets/squid_game_drill.mp3 deleted file mode 100644 index ae71476..0000000 Binary files a/temp/assets/squid_game_drill.mp3 and /dev/null differ diff --git a/temp/assets/squid_game_intro.mp3 b/temp/assets/squid_game_intro.mp3 deleted file mode 100644 index 1f1e668..0000000 Binary files a/temp/assets/squid_game_intro.mp3 and /dev/null differ diff --git a/temp/index.html b/temp/index.html deleted file mode 100644 index e4fcb16..0000000 --- a/temp/index.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - DevScript - - - - - - -
-
-
    -
  • -
    -

    {{item.artist}}

    {{ item.title }} -
    - -
  • -
-
-
- - -
-
-
-
-
-

{{ musicPlaylist[currentSong].artist }}

-

{{ musicPlaylist[currentSong].title }}

-
-
-
-
{{ currentTime | fancyTimeFormat }}{{ trackDuration | fancyTimeFormat }}
-
-
-
-
-
-
- -
- - - - - diff --git a/temp/script.js b/temp/script.js deleted file mode 100644 index 3c4cc2a..0000000 --- a/temp/script.js +++ /dev/null @@ -1,152 +0,0 @@ -/* -js-code by - https://codepen.io/JavaScriptJunkie/pen/qBWrRyg?editors=1000 -design by Filip Legierski. -design: https://dribbble.com/shots/9338617-Simple-Music-Player -*/ - -var app = new Vue({ - el: "#app", - data: { - audio: "", - imgLoaded: false, - currentlyPlaying: false, - currentlyStopped: false, - currentTime: 0, - checkingCurrentPositionInTrack: "", - trackDuration: 0, - currentProgressBar: 0, - isPlaylistActive: false, - currentSong: 0, - debug: false, - musicPlaylist: [ - { - title: "DevScript's FSS", - artist: "StayTuned", - image: "./assets/sgad.jpg",//https://wallpapercave.com/wp/wp9938392.jpeg - url: "./assets/squid_game_drill.mp3", - }, - { - title: "DevScript's FSS", - artist: "StayTuned", - image: "./assets/sgad.jpg", - url: "./assets/squid_game_intro.mp3", - } - ], - audioFile: "" - }, - mounted: function() { - this.changeSong(); - this.audio.loop = false; - }, - filters: { - fancyTimeFormat: function(s) { - return (s - (s %= 60)) / 60 + (9 < s ? ":" : ":0") + s; - } - }, - methods: { - togglePlaylist: function() { - this.isPlaylistActive = !this.isPlaylistActive; - }, - nextSong: function() { - if (this.currentSong < this.musicPlaylist.length - 1) - this.changeSong(this.currentSong + 1); - }, - prevSong: function() { - if (this.currentSong > 0) this.changeSong(this.currentSong - 1); - }, - changeSong: function(index) { - var wasPlaying = this.currentlyPlaying; - this.imageLoaded = false; - if (index !== undefined) { - this.stopAudio(); - this.currentSong = index; - } - this.audioFile = this.musicPlaylist[this.currentSong].url; - this.audio = new Audio(this.audioFile); - var localThis = this; - this.audio.addEventListener("loadedmetadata", function() { - localThis.trackDuration = Math.round(this.duration); - }); - this.audio.addEventListener("ended", this.handleEnded); - if (wasPlaying) { - this.playAudio(); - } - }, - isCurrentSong: function(index) { - if (this.currentSong == index) { - return true; - } - return false; - }, - getCurrentSong: function(currentSong) { - return this.musicPlaylist[currentSong].url; - }, - playAudio: function() { - if ( - this.currentlyStopped == true && - this.currentSong + 1 == this.musicPlaylist.length - ) { - this.currentSong = 0; - this.changeSong(); - } - if (!this.currentlyPlaying) { - this.getCurrentTimeEverySecond(true); - this.currentlyPlaying = true; - this.audio.play(); - } else { - this.stopAudio(); - } - this.currentlyStopped = false; - }, - stopAudio: function() { - this.audio.pause(); - this.currentlyPlaying = false; - this.pausedMusic(); - }, - handleEnded: function() { - if (this.currentSong + 1 == this.musicPlaylist.length) { - this.stopAudio(); - this.currentlyPlaying = false; - this.currentlyStopped = true; - } else { - this.currentlyPlaying = false; - this.currentSong++; - this.changeSong(); - this.playAudio(); - } - }, - onImageLoaded: function() { - this.imgLoaded = true; - }, - getCurrentTimeEverySecond: function(startStop) { - var localThis = this; - this.checkingCurrentPositionInTrack = setTimeout( - function() { - localThis.currentTime = localThis.audio.currentTime; - localThis.currentProgressBar = - localThis.audio.currentTime / localThis.trackDuration * 100; - localThis.getCurrentTimeEverySecond(true); - }.bind(this), - 1000 - ); - }, - pausedMusic: function() { - clearTimeout(this.checkingCurrentPositionInTrack); - }, - toggleDebug: function(){ - this.debug=!this.debug; - document.body.classList.toggle('debug'); - } - }, - watch: { - currentTime: function() { - this.currentTime = Math.round(this.currentTime); - } - }, - beforeDestroy: function() { - this.audio.removeEventListener("ended", this.handleEnded); - this.audio.removeEventListener("loadedmetadata", this.handleEnded); - - clearTimeout(this.checkingCurrentPositionInTrack); - } -}); diff --git a/temp/style.css b/temp/style.css deleted file mode 100644 index 8677032..0000000 --- a/temp/style.css +++ /dev/null @@ -1,369 +0,0 @@ -@charset "UTF-8"; -*, *::before, *::after { - padding: 0; - margin: 0; - box-sizing: border-box; -} - -body { - font-size: 28px; - background-color: #26282B; -} - -.btn { - cursor: pointer; - position: relative; - display: inline-block; - outline: none; - border-radius: 50px; - background-color: #050606; - background-image: linear-gradient(120deg, #47494B 0%, #18191D 100%); - color: #84878A; - text-align: center; - border-style: solid; - border-color: #2f3139; - font-family: "Font Awesome 5 Free"; - font-weight: 600; - text-align: center; -} -.btn::before { - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - position: absolute; - top: 50%; - transform: translate(-50%, -50%); -} -.btn--big { - font-size: 1.1rem; - height: 70px; - width: 70px; - border-width: 3px; - line-height: 1; - box-shadow: -3px -3px 20px #5b5b5b, 5px 5px 20px #050606; -} -.btn--big:active, .btn--big.active { - box-shadow: inset 10px 10px 20px rgba(209, 19, 2, 0.5), -3px -3px 20px #5b5b5b, 5px 5px 20px #050606; -} -.btn--small { - box-shadow: -3px -3px 15px #6a6a6a, 3px 3px 15px #050606; - font-size: 0.8rem; - height: 50px; - width: 50px; - border-width: 2px; - line-height: 1; -} -.btn--small:active, .btn--small.active { - box-shadow: inset 10px 10px 20px rgba(209, 19, 2, 0.5), -3px -3px 15px #6a6a6a, 3px 3px 15px #050606; -} -.btn--xs { - box-shadow: -3px -3px 15px #6a6a6a, 3px 3px 15px #050606; - font-size: 0.6rem; - height: 40px; - width: 40px; - border-width: 2px; - line-height: 1; -} -.btn--xs:active, .btn--xs.active { - box-shadow: inset 10px 10px 20px rgba(209, 19, 2, 0.5), -3px -3px 15px #6a6a6a, 3px 3px 15px #050606; -} -.btn:active, .btn.active { - border-color: #E8550C; - background-image: linear-gradient(120deg, #E8550C 0%, #f47333 100%); - color: #fff; -} -.btn.play::before { - content: ""; - left: 50%; -} -.btn.play.pause { - border-color: #E8550C; - background-image: linear-gradient(120deg, #E8550C 0%, #f47333 100%); - color: #fff; - box-shadow: inset 10px 10px 20px rgba(209, 19, 2, 0.5), -3px -3px 20px #5b5b5b, 5px 5px 20px #050606; -} -.btn.play.pause::before { - content: ""; - left: 50%; -} -.btn.pause::before { - content: ""; - left: 50%; -} -.btn.dots::before { - content: ""; - left: 50%; -} -.btn.playlist::before { - content: ""; - left: 50%; -} -.btn.playlist.isactive { - border-color: #E8550C; - background-image: linear-gradient(120deg, #E8550C 0%, #f47333 100%); - color: #fff; - box-shadow: inset 10px 10px 20px rgba(209, 19, 2, 0.5), -3px -3px 20px #5b5b5b, 5px 5px 20px #050606; -} -.btn.playlist.isactive::before { - content: ""; -} -.btn.heart::before { - content: ""; - left: 49%; -} -.btn.prev { - margin-right: 20px; -} -.btn.prev::before { - content: ""; - left: 48%; -} -.btn.next { - margin-left: 20px; -} -.btn.next::before { - content: ""; - left: 50%; -} -.btn.back::before { - content: ""; - left: 48%; -} - -.app { - overflow: hidden; - position: relative; - max-width: 400px; - /* min-height: 775px; */ - max-height: 700px; - margin: 20px auto; - display: flex; - flex-direction: column; - align-items: center; - background-image: linear-gradient(#343A3F 0%, #232528 100%); - border: 1px solid #393b3c; - border-radius: 50px; - box-shadow: 5px 5px 35px #18191D; -} -.app__head { - justify-content: space-between; - padding: 25px 25px 0; -} -.app__body { - margin: 30px 0 50px; - flex-direction: column; - padding: 0 25px 0 25px; -} -.app__footer { - justify-content: center; - margin-bottom: 40px; - opacity: 1; - transition: opacity 0.25s ease; -} -.app__footer.isactive { - opacity: 0; -} - -.row { - display: flex; - width: 100%; -} - -.album { - align-self: center; - margin-bottom: 50px; -} -.album__img { - overflow: hidden; - height: 200px; - width: 200px; - transition: all 0.25s ease; - border: 10px solid #18191D; - border-radius: 100%; - transform-origin: top center; - box-shadow: -5px -5px 25px #444444, 5px 5px 25px #050606; - background-image: url("https://sun9-2.userapi.com/c830709/v830709453/17f58c/vPCov8kW6Ns.jpg"); - background-repeat: no-repeat; - background-position: center; - background-size: cover; -} -.album__img.isactive { - transform: scale(0.5); -} -.album__info { - margin-top: 50px; - text-align: center; - color: #A7A8AA; - opacity: 1; - transition: opacity 0.25s ease; -} -.album__info.isactive { - opacity: 0; -} -.album__info-name { - font-size: 36px; - padding-bottom: 2px; -} -.album__info-track { - padding-top: 5px; - font-size: 16px; -} - -.progress { - position: relative; - margin-bottom: 30px; - opacity: 1; - transition: opacity 0.25s ease; -} -.progress.isactive { - opacity: 0; -} -.progress__count { - width: 100%; - display: flex; - justify-content: space-between; - font-size: 14px; - color: #6a6a6a; -} -.progress__bar { - position: relative; - margin-top: 25px; - border-radius: 50px; - width: 100%; - height: 8px; - background-color: #24252b; - cursor: pointer; -} -.progress__bar::before { - content: ""; - position: absolute; - height: 100%; - width: 100%; - box-sizing: border-box; - border-bottom: 2px solid #6a6a6a; - border-left: 2px solid #6a6a6a; - border-right: 1px solid #6a6a6a; - z-index: 1; - border-radius: 50px; - box-shadow: inset 5px 3px 5px #000; -} -.progress__bar-current { - transition: all 0.25s ease; - position: absolute; - background-image: linear-gradient(45deg, #D11302 0%, #f9ca24 100%); - height: calc(100% - 2px); - width: 0%; - z-index: 3; - bottom: 1px; - left: 2px; - border-radius: 50px; - box-shadow: inset 0px 2px 3px rgba(24, 25, 29, 0.5); -} -.progress__bar-pin { - height: 30px; - width: 30px; - border-radius: 50px; - position: absolute; - left: 0%; - transition: all 0.25s ease; - top: 50%; - transform: translateY(-50%); - z-index: 10; - background-image: linear-gradient(120deg, #47494B 0%, #18191D 100%); - box-shadow: -5px -5px 15px #444444, 3px 3px 15px #050606, inset -3px -3px 5px #18191D; -} -.progress__bar-pin::after { - content: ""; - position: absolute; - border-radius: 50px; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - height: 35%; - width: 35%; - background-color: #f9ca24; - box-shadow: -5px -5px 12px #18191D, 5px 5px 12px #6a6a6a, inset 2px 2px 5px #777777; -} - -.tracks { - position: absolute; - max-height: 600px; - height: 100%; - list-style-type: none; - overflow: hidden; - left: 0; - width: 100%; - padding: 20px 20px 0 20px; - border-bottom-right-radius: 50px; - border-bottom-left-radius: 50px; - bottom: -100%; - transition: bottom 0.25s ease; -} -.tracks.isactive { - z-index: 10; - -webkit-animation: bounce 0.5s ease forwards alternate; - animation: bounce 0.5s ease forwards alternate; -} -.tracks__list { - padding-top: 20px; - position: relative; - top: 0; - overflow-y: auto; - height: 100%; - width: calc(100% + 40px); - padding-bottom: 20px; -} -.tracks__item { - color: #A7A8AA; - width: calc(100% - 20px); - display: flex; - justify-content: space-between; - align-items: center; - padding: 20px; - border-radius: 20px; - transition: all 0.5s ease; - border: 1px solid transparent; -} -.tracks__item.isactive { - background-color: #1a1b20; - border-bottom: 1px solid #18191D; - border-top: 1px solid #373737; - border-right: 1px solid #373737; - box-shadow: inset 0 -25px 25px #24252b; -} -.tracks__info { - display: flex; - flex-direction: column; -} -.tracks__info-artist { - font-size: 18px; - padding-bottom: 5px; -} -.tracks__info-name { - font-size: 14px; -} - -@-webkit-keyframes bounce { - 0% { - bottom: -100%; - } - 50% { - bottom: 3%; - } - 100% { - bottom: 0%; - } -} - -@keyframes bounce { - 0% { - bottom: -100%; - } - 50% { - bottom: 3%; - } - 100% { - bottom: 0%; - } -} \ No newline at end of file diff --git a/verify/img/favicon.ico b/verify/img/favicon.ico deleted file mode 100644 index 2f2c4be..0000000 Binary files a/verify/img/favicon.ico and /dev/null differ diff --git a/verify/index.html b/verify/index.html deleted file mode 100644 index bb3e987..0000000 --- a/verify/index.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - Certificate Verification - DevScript - - - - - - - - - - - - - - - - - - - - diff --git a/woc/404.html b/woc/404.html deleted file mode 100644 index e6559b1..0000000 --- a/woc/404.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - Meetup - - - - - - - - - - - - -
-
-
-
-
-
-
- - - - -
-
-
-
-

404
Not Found

-

Oh dear, this is not the way to the Meetup...

- Take Me Home - Report this error -
- -
- - - -
-
-
-
-
- - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/woc/500.html b/woc/500.html deleted file mode 100644 index 3c6f656..0000000 --- a/woc/500.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - Meetup - - - - - - - - - - - - -
-
-
-
-
-
-
- - - - -
-
-
-
-

500
Server Error

-

Oh dear, something went wrong...

- Take Me Home - Report this error -
- -
- - - -
-
-
-
-
- - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/woc/Sponsorship prospectus.pdf b/woc/Sponsorship prospectus.pdf deleted file mode 100644 index 4728f7d..0000000 Binary files a/woc/Sponsorship prospectus.pdf and /dev/null differ diff --git a/woc/colour-schemes.json b/woc/colour-schemes.json deleted file mode 100644 index 6bb08dc..0000000 --- a/woc/colour-schemes.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "original": - { - "name":"Pivot", - "pathToOriginal":"mixture/css/", - "originalFileName":"theme", - "colours":["#E74C3C","#2C3E50","#3498DB"] - }, - "schemes": - [ - { - "name":"Aquatica", - "colours":["#01A2A6","#2F2933","#29D9C2"] - }, - { - "name":"Saquandosa", - "colours":["#EBAD60","#96526B","#FSCF66"] - }, - { - "name":"Equinox", - "colours":["#BADA55","#5A55EE","#5A51ED"] - } - ], - "holdthis":"" -} \ No newline at end of file diff --git a/woc/css/bootstrap.css b/woc/css/bootstrap.css deleted file mode 100644 index 5fe0c84..0000000 --- a/woc/css/bootstrap.css +++ /dev/null @@ -1,5774 +0,0 @@ -/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ -html { - font-family: sans-serif; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} -body { - margin: 0; -} -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -main, -nav, -section, -summary { - display: block; -} -audio, -canvas, -progress, -video { - display: inline-block; - vertical-align: baseline; -} -audio:not([controls]) { - display: none; - height: 0; -} -[hidden], -template { - display: none; -} -a { - background: transparent; -} -a:active, -a:hover { - outline: 0; -} -abbr[title] { - border-bottom: 1px dotted; -} -b, -strong { - font-weight: bold; -} -dfn { - font-style: italic; -} -h1 { - font-size: 2em; - margin: 0.67em 0; -} -mark { - background: #ff0; - color: #000; -} -small { - font-size: 80%; -} -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} -sup { - top: -0.5em; -} -sub { - bottom: -0.25em; -} -img { - border: 0; -} -svg:not(:root) { - overflow: hidden; -} -figure { - margin: 1em 40px; -} -hr { - -moz-box-sizing: content-box; - box-sizing: content-box; - height: 0; -} -pre { - overflow: auto; -} -code, -kbd, -pre, -samp { - font-family: monospace, monospace; - font-size: 1em; -} -button, -input, -optgroup, -select, -textarea { - color: inherit; - font: inherit; - margin: 0; -} -button { - overflow: visible; -} -button, -select { - text-transform: none; -} -button, -html input[type="button"], -input[type="reset"], -input[type="submit"] { - -webkit-appearance: button; - cursor: pointer; -} -button[disabled], -html input[disabled] { - cursor: default; -} -button::-moz-focus-inner, -input::-moz-focus-inner { - border: 0; - padding: 0; -} -input { - line-height: normal; -} -input[type="checkbox"], -input[type="radio"] { - box-sizing: border-box; - padding: 0; -} -input[type="number"]::-webkit-inner-spin-button, -input[type="number"]::-webkit-outer-spin-button { - height: auto; -} -input[type="search"] { - -webkit-appearance: textfield; - -moz-box-sizing: content-box; - -webkit-box-sizing: content-box; - box-sizing: content-box; -} -input[type="search"]::-webkit-search-cancel-button, -input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; -} -legend { - border: 0; - padding: 0; -} -textarea { - overflow: auto; -} -optgroup { - font-weight: bold; -} -table { - border-collapse: collapse; - border-spacing: 0; -} -td, -th { - padding: 0; -} -@media print { - * { - text-shadow: none !important; - color: #000 !important; - background: transparent !important; - box-shadow: none !important; - } - a, - a:visited { - text-decoration: underline; - } - a[href]:after { - content: " (" attr(href) ")"; - } - abbr[title]:after { - content: " (" attr(title) ")"; - } - a[href^="javascript:"]:after, - a[href^="#"]:after { - content: ""; - } - pre, - blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - thead { - display: table-header-group; - } - tr, - img { - page-break-inside: avoid; - } - img { - max-width: 100% !important; - } - p, - h2, - h3 { - orphans: 3; - widows: 3; - } - h2, - h3 { - page-break-after: avoid; - } - select { - background: #fff !important; - } - .navbar { - display: none; - } - .table td, - .table th { - background-color: #fff !important; - } - .btn > .caret, - .dropup > .btn > .caret { - border-top-color: #000 !important; - } - .label { - border: 1px solid #000; - } - .table { - border-collapse: collapse !important; - } - .table-bordered th, - .table-bordered td { - border: 1px solid #ddd !important; - } -} -* { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -*:before, -*:after { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -html { - font-size: 62.5%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} -body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 1.42857143; - color: #333333; - background-color: #ffffff; -} -input, -button, -select, -textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit; -} -a { - color: #428bca; - text-decoration: none; -} -a:hover, -a:focus { - color: #2a6496; - text-decoration: underline; -} -a:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -figure { - margin: 0; -} -img { - vertical-align: middle; -} -.img-responsive, -.thumbnail > img, -.thumbnail a > img, -.carousel-inner > .item > img, -.carousel-inner > .item > a > img { - display: block; - max-width: 100%; - height: auto; -} -.img-rounded { - border-radius: 6px; -} -.img-thumbnail { - padding: 4px; - line-height: 1.42857143; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; - display: inline-block; - max-width: 100%; - height: auto; -} -.img-circle { - border-radius: 50%; -} -hr { - margin-top: 20px; - margin-bottom: 20px; - border: 0; - border-top: 1px solid #eeeeee; -} -.sr-only { - position: absolute; - width: 1px; - height: 1px; - margin: -1px; - padding: 0; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -h1, -h2, -h3, -h4, -h5, -h6, -.h1, -.h2, -.h3, -.h4, -.h5, -.h6 { - font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; -} -h1 small, -h2 small, -h3 small, -h4 small, -h5 small, -h6 small, -.h1 small, -.h2 small, -.h3 small, -.h4 small, -.h5 small, -.h6 small, -h1 .small, -h2 .small, -h3 .small, -h4 .small, -h5 .small, -h6 .small, -.h1 .small, -.h2 .small, -.h3 .small, -.h4 .small, -.h5 .small, -.h6 .small { - font-weight: normal; - line-height: 1; - color: #999999; -} -h1, -.h1, -h2, -.h2, -h3, -.h3 { - margin-top: 20px; - margin-bottom: 10px; -} -h1 small, -.h1 small, -h2 small, -.h2 small, -h3 small, -.h3 small, -h1 .small, -.h1 .small, -h2 .small, -.h2 .small, -h3 .small, -.h3 .small { - font-size: 65%; -} -h4, -.h4, -h5, -.h5, -h6, -.h6 { - margin-top: 10px; - margin-bottom: 10px; -} -h4 small, -.h4 small, -h5 small, -.h5 small, -h6 small, -.h6 small, -h4 .small, -.h4 .small, -h5 .small, -.h5 .small, -h6 .small, -.h6 .small { - font-size: 75%; -} -h1, -.h1 { - font-size: 36px; -} -h2, -.h2 { - font-size: 30px; -} -h3, -.h3 { - font-size: 24px; -} -h4, -.h4 { - font-size: 18px; -} -h5, -.h5 { - font-size: 14px; -} -h6, -.h6 { - font-size: 12px; -} -p { - margin: 0 0 10px; -} -.lead { - margin-bottom: 20px; - font-size: 16px; - font-weight: 200; - line-height: 1.4; -} -@media (min-width: 768px) { - .lead { - font-size: 21px; - } -} -small, -.small { - font-size: 85%; -} -cite { - font-style: normal; -} -.text-left { - text-align: left; -} -.text-right { - text-align: right; -} -.text-center { - text-align: center; -} -.text-justify { - text-align: justify; -} -.text-muted { - color: #999999; -} -.text-primary { - color: #428bca; -} -a.text-primary:hover { - color: #3071a9; -} -.text-success { - color: #3c763d; -} -a.text-success:hover { - color: #2b542c; -} -.text-info { - color: #31708f; -} -a.text-info:hover { - color: #245269; -} -.text-warning { - color: #8a6d3b; -} -a.text-warning:hover { - color: #66512c; -} -.text-danger { - color: #a94442; -} -a.text-danger:hover { - color: #843534; -} -.bg-primary { - color: #fff; - background-color: #428bca; -} -a.bg-primary:hover { - background-color: #3071a9; -} -.bg-success { - background-color: #dff0d8; -} -a.bg-success:hover { - background-color: #c1e2b3; -} -.bg-info { - background-color: #d9edf7; -} -a.bg-info:hover { - background-color: #afd9ee; -} -.bg-warning { - background-color: #fcf8e3; -} -a.bg-warning:hover { - background-color: #f7ecb5; -} -.bg-danger { - background-color: #f2dede; -} -a.bg-danger:hover { - background-color: #e4b9b9; -} -.page-header { - padding-bottom: 9px; - margin: 40px 0 20px; - border-bottom: 1px solid #eeeeee; -} -ul, -ol { - margin-top: 0; - margin-bottom: 10px; -} -ul ul, -ol ul, -ul ol, -ol ol { - margin-bottom: 0; -} -.list-unstyled { - padding-left: 0; - list-style: none; -} -.list-inline { - padding-left: 0; - list-style: none; - margin-left: -5px; -} -.list-inline > li { - display: inline-block; - padding-left: 5px; - padding-right: 5px; -} -dl { - margin-top: 0; - margin-bottom: 20px; -} -dt, -dd { - line-height: 1.42857143; -} -dt { - font-weight: bold; -} -dd { - margin-left: 0; -} -@media (min-width: 768px) { - .dl-horizontal dt { - float: left; - width: 160px; - clear: left; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - .dl-horizontal dd { - margin-left: 180px; - } -} -abbr[title], -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #999999; -} -.initialism { - font-size: 90%; - text-transform: uppercase; -} -blockquote { - padding: 10px 20px; - margin: 0 0 20px; - font-size: 17.5px; - border-left: 5px solid #eeeeee; -} -blockquote p:last-child, -blockquote ul:last-child, -blockquote ol:last-child { - margin-bottom: 0; -} -blockquote footer, -blockquote small, -blockquote .small { - display: block; - font-size: 80%; - line-height: 1.42857143; - color: #999999; -} -blockquote footer:before, -blockquote small:before, -blockquote .small:before { - content: '\2014 \00A0'; -} -.blockquote-reverse, -blockquote.pull-right { - padding-right: 15px; - padding-left: 0; - border-right: 5px solid #eeeeee; - border-left: 0; - text-align: right; -} -.blockquote-reverse footer:before, -blockquote.pull-right footer:before, -.blockquote-reverse small:before, -blockquote.pull-right small:before, -.blockquote-reverse .small:before, -blockquote.pull-right .small:before { - content: ''; -} -.blockquote-reverse footer:after, -blockquote.pull-right footer:after, -.blockquote-reverse small:after, -blockquote.pull-right small:after, -.blockquote-reverse .small:after, -blockquote.pull-right .small:after { - content: '\00A0 \2014'; -} -blockquote:before, -blockquote:after { - content: ""; -} -address { - margin-bottom: 20px; - font-style: normal; - line-height: 1.42857143; -} -code, -kbd, -pre, -samp { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; -} -code { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - background-color: #f9f2f4; - white-space: nowrap; - border-radius: 4px; -} -kbd { - padding: 2px 4px; - font-size: 90%; - color: #ffffff; - background-color: #333333; - border-radius: 3px; - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); -} -pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 1.42857143; - word-break: break-all; - word-wrap: break-word; - color: #333333; - background-color: #f5f5f5; - border: 1px solid #cccccc; - border-radius: 4px; -} -pre code { - padding: 0; - font-size: inherit; - color: inherit; - white-space: pre-wrap; - background-color: transparent; - border-radius: 0; -} -.pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} -.container { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; -} -@media (min-width: 768px) { - .container { - width: 750px; - } -} -@media (min-width: 992px) { - .container { - width: 970px; - } -} -@media (min-width: 1200px) { - .container { - width: 1170px; - } -} -.container-fluid { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; -} -.row { - margin-left: -15px; - margin-right: -15px; -} -.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { - position: relative; - min-height: 1px; - padding-left: 15px; - padding-right: 15px; -} -.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { - float: left; -} -.col-xs-12 { - width: 100%; -} -.col-xs-11 { - width: 91.66666667%; -} -.col-xs-10 { - width: 83.33333333%; -} -.col-xs-9 { - width: 75%; -} -.col-xs-8 { - width: 66.66666667%; -} -.col-xs-7 { - width: 58.33333333%; -} -.col-xs-6 { - width: 50%; -} -.col-xs-5 { - width: 41.66666667%; -} -.col-xs-4 { - width: 33.33333333%; -} -.col-xs-3 { - width: 25%; -} -.col-xs-2 { - width: 16.66666667%; -} -.col-xs-1 { - width: 8.33333333%; -} -.col-xs-pull-12 { - right: 100%; -} -.col-xs-pull-11 { - right: 91.66666667%; -} -.col-xs-pull-10 { - right: 83.33333333%; -} -.col-xs-pull-9 { - right: 75%; -} -.col-xs-pull-8 { - right: 66.66666667%; -} -.col-xs-pull-7 { - right: 58.33333333%; -} -.col-xs-pull-6 { - right: 50%; -} -.col-xs-pull-5 { - right: 41.66666667%; -} -.col-xs-pull-4 { - right: 33.33333333%; -} -.col-xs-pull-3 { - right: 25%; -} -.col-xs-pull-2 { - right: 16.66666667%; -} -.col-xs-pull-1 { - right: 8.33333333%; -} -.col-xs-pull-0 { - right: 0%; -} -.col-xs-push-12 { - left: 100%; -} -.col-xs-push-11 { - left: 91.66666667%; -} -.col-xs-push-10 { - left: 83.33333333%; -} -.col-xs-push-9 { - left: 75%; -} -.col-xs-push-8 { - left: 66.66666667%; -} -.col-xs-push-7 { - left: 58.33333333%; -} -.col-xs-push-6 { - left: 50%; -} -.col-xs-push-5 { - left: 41.66666667%; -} -.col-xs-push-4 { - left: 33.33333333%; -} -.col-xs-push-3 { - left: 25%; -} -.col-xs-push-2 { - left: 16.66666667%; -} -.col-xs-push-1 { - left: 8.33333333%; -} -.col-xs-push-0 { - left: 0%; -} -.col-xs-offset-12 { - margin-left: 100%; -} -.col-xs-offset-11 { - margin-left: 91.66666667%; -} -.col-xs-offset-10 { - margin-left: 83.33333333%; -} -.col-xs-offset-9 { - margin-left: 75%; -} -.col-xs-offset-8 { - margin-left: 66.66666667%; -} -.col-xs-offset-7 { - margin-left: 58.33333333%; -} -.col-xs-offset-6 { - margin-left: 50%; -} -.col-xs-offset-5 { - margin-left: 41.66666667%; -} -.col-xs-offset-4 { - margin-left: 33.33333333%; -} -.col-xs-offset-3 { - margin-left: 25%; -} -.col-xs-offset-2 { - margin-left: 16.66666667%; -} -.col-xs-offset-1 { - margin-left: 8.33333333%; -} -.col-xs-offset-0 { - margin-left: 0%; -} -@media (min-width: 768px) { - .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { - float: left; - } - .col-sm-12 { - width: 100%; - } - .col-sm-11 { - width: 91.66666667%; - } - .col-sm-10 { - width: 83.33333333%; - } - .col-sm-9 { - width: 75%; - } - .col-sm-8 { - width: 66.66666667%; - } - .col-sm-7 { - width: 58.33333333%; - } - .col-sm-6 { - width: 50%; - } - .col-sm-5 { - width: 41.66666667%; - } - .col-sm-4 { - width: 33.33333333%; - } - .col-sm-3 { - width: 25%; - } - .col-sm-2 { - width: 16.66666667%; - } - .col-sm-1 { - width: 8.33333333%; - } - .col-sm-pull-12 { - right: 100%; - } - .col-sm-pull-11 { - right: 91.66666667%; - } - .col-sm-pull-10 { - right: 83.33333333%; - } - .col-sm-pull-9 { - right: 75%; - } - .col-sm-pull-8 { - right: 66.66666667%; - } - .col-sm-pull-7 { - right: 58.33333333%; - } - .col-sm-pull-6 { - right: 50%; - } - .col-sm-pull-5 { - right: 41.66666667%; - } - .col-sm-pull-4 { - right: 33.33333333%; - } - .col-sm-pull-3 { - right: 25%; - } - .col-sm-pull-2 { - right: 16.66666667%; - } - .col-sm-pull-1 { - right: 8.33333333%; - } - .col-sm-pull-0 { - right: 0%; - } - .col-sm-push-12 { - left: 100%; - } - .col-sm-push-11 { - left: 91.66666667%; - } - .col-sm-push-10 { - left: 83.33333333%; - } - .col-sm-push-9 { - left: 75%; - } - .col-sm-push-8 { - left: 66.66666667%; - } - .col-sm-push-7 { - left: 58.33333333%; - } - .col-sm-push-6 { - left: 50%; - } - .col-sm-push-5 { - left: 41.66666667%; - } - .col-sm-push-4 { - left: 33.33333333%; - } - .col-sm-push-3 { - left: 25%; - } - .col-sm-push-2 { - left: 16.66666667%; - } - .col-sm-push-1 { - left: 8.33333333%; - } - .col-sm-push-0 { - left: 0%; - } - .col-sm-offset-12 { - margin-left: 100%; - } - .col-sm-offset-11 { - margin-left: 91.66666667%; - } - .col-sm-offset-10 { - margin-left: 83.33333333%; - } - .col-sm-offset-9 { - margin-left: 75%; - } - .col-sm-offset-8 { - margin-left: 66.66666667%; - } - .col-sm-offset-7 { - margin-left: 58.33333333%; - } - .col-sm-offset-6 { - margin-left: 50%; - } - .col-sm-offset-5 { - margin-left: 41.66666667%; - } - .col-sm-offset-4 { - margin-left: 33.33333333%; - } - .col-sm-offset-3 { - margin-left: 25%; - } - .col-sm-offset-2 { - margin-left: 16.66666667%; - } - .col-sm-offset-1 { - margin-left: 8.33333333%; - } - .col-sm-offset-0 { - margin-left: 0%; - } -} -@media (min-width: 992px) { - .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { - float: left; - } - .col-md-12 { - width: 100%; - } - .col-md-11 { - width: 91.66666667%; - } - .col-md-10 { - width: 83.33333333%; - } - .col-md-9 { - width: 75%; - } - .col-md-8 { - width: 66.66666667%; - } - .col-md-7 { - width: 58.33333333%; - } - .col-md-6 { - width: 50%; - } - .col-md-5 { - width: 41.66666667%; - } - .col-md-4 { - width: 33.33333333%; - } - .col-md-3 { - width: 25%; - } - .col-md-2 { - width: 16.66666667%; - } - .col-md-1 { - width: 8.33333333%; - } - .col-md-pull-12 { - right: 100%; - } - .col-md-pull-11 { - right: 91.66666667%; - } - .col-md-pull-10 { - right: 83.33333333%; - } - .col-md-pull-9 { - right: 75%; - } - .col-md-pull-8 { - right: 66.66666667%; - } - .col-md-pull-7 { - right: 58.33333333%; - } - .col-md-pull-6 { - right: 50%; - } - .col-md-pull-5 { - right: 41.66666667%; - } - .col-md-pull-4 { - right: 33.33333333%; - } - .col-md-pull-3 { - right: 25%; - } - .col-md-pull-2 { - right: 16.66666667%; - } - .col-md-pull-1 { - right: 8.33333333%; - } - .col-md-pull-0 { - right: 0%; - } - .col-md-push-12 { - left: 100%; - } - .col-md-push-11 { - left: 91.66666667%; - } - .col-md-push-10 { - left: 83.33333333%; - } - .col-md-push-9 { - left: 75%; - } - .col-md-push-8 { - left: 66.66666667%; - } - .col-md-push-7 { - left: 58.33333333%; - } - .col-md-push-6 { - left: 50%; - } - .col-md-push-5 { - left: 41.66666667%; - } - .col-md-push-4 { - left: 33.33333333%; - } - .col-md-push-3 { - left: 25%; - } - .col-md-push-2 { - left: 16.66666667%; - } - .col-md-push-1 { - left: 8.33333333%; - } - .col-md-push-0 { - left: 0%; - } - .col-md-offset-12 { - margin-left: 100%; - } - .col-md-offset-11 { - margin-left: 91.66666667%; - } - .col-md-offset-10 { - margin-left: 83.33333333%; - } - .col-md-offset-9 { - margin-left: 75%; - } - .col-md-offset-8 { - margin-left: 66.66666667%; - } - .col-md-offset-7 { - margin-left: 58.33333333%; - } - .col-md-offset-6 { - margin-left: 50%; - } - .col-md-offset-5 { - margin-left: 41.66666667%; - } - .col-md-offset-4 { - margin-left: 33.33333333%; - } - .col-md-offset-3 { - margin-left: 25%; - } - .col-md-offset-2 { - margin-left: 16.66666667%; - } - .col-md-offset-1 { - margin-left: 8.33333333%; - } - .col-md-offset-0 { - margin-left: 0%; - } -} -@media (min-width: 1200px) { - .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { - float: left; - } - .col-lg-12 { - width: 100%; - } - .col-lg-11 { - width: 91.66666667%; - } - .col-lg-10 { - width: 83.33333333%; - } - .col-lg-9 { - width: 75%; - } - .col-lg-8 { - width: 66.66666667%; - } - .col-lg-7 { - width: 58.33333333%; - } - .col-lg-6 { - width: 50%; - } - .col-lg-5 { - width: 41.66666667%; - } - .col-lg-4 { - width: 33.33333333%; - } - .col-lg-3 { - width: 25%; - } - .col-lg-2 { - width: 16.66666667%; - } - .col-lg-1 { - width: 8.33333333%; - } - .col-lg-pull-12 { - right: 100%; - } - .col-lg-pull-11 { - right: 91.66666667%; - } - .col-lg-pull-10 { - right: 83.33333333%; - } - .col-lg-pull-9 { - right: 75%; - } - .col-lg-pull-8 { - right: 66.66666667%; - } - .col-lg-pull-7 { - right: 58.33333333%; - } - .col-lg-pull-6 { - right: 50%; - } - .col-lg-pull-5 { - right: 41.66666667%; - } - .col-lg-pull-4 { - right: 33.33333333%; - } - .col-lg-pull-3 { - right: 25%; - } - .col-lg-pull-2 { - right: 16.66666667%; - } - .col-lg-pull-1 { - right: 8.33333333%; - } - .col-lg-pull-0 { - right: 0%; - } - .col-lg-push-12 { - left: 100%; - } - .col-lg-push-11 { - left: 91.66666667%; - } - .col-lg-push-10 { - left: 83.33333333%; - } - .col-lg-push-9 { - left: 75%; - } - .col-lg-push-8 { - left: 66.66666667%; - } - .col-lg-push-7 { - left: 58.33333333%; - } - .col-lg-push-6 { - left: 50%; - } - .col-lg-push-5 { - left: 41.66666667%; - } - .col-lg-push-4 { - left: 33.33333333%; - } - .col-lg-push-3 { - left: 25%; - } - .col-lg-push-2 { - left: 16.66666667%; - } - .col-lg-push-1 { - left: 8.33333333%; - } - .col-lg-push-0 { - left: 0%; - } - .col-lg-offset-12 { - margin-left: 100%; - } - .col-lg-offset-11 { - margin-left: 91.66666667%; - } - .col-lg-offset-10 { - margin-left: 83.33333333%; - } - .col-lg-offset-9 { - margin-left: 75%; - } - .col-lg-offset-8 { - margin-left: 66.66666667%; - } - .col-lg-offset-7 { - margin-left: 58.33333333%; - } - .col-lg-offset-6 { - margin-left: 50%; - } - .col-lg-offset-5 { - margin-left: 41.66666667%; - } - .col-lg-offset-4 { - margin-left: 33.33333333%; - } - .col-lg-offset-3 { - margin-left: 25%; - } - .col-lg-offset-2 { - margin-left: 16.66666667%; - } - .col-lg-offset-1 { - margin-left: 8.33333333%; - } - .col-lg-offset-0 { - margin-left: 0%; - } -} -table { - max-width: 100%; - background-color: transparent; -} -th { - text-align: left; -} -.table { - width: 100%; - margin-bottom: 20px; -} -.table > thead > tr > th, -.table > tbody > tr > th, -.table > tfoot > tr > th, -.table > thead > tr > td, -.table > tbody > tr > td, -.table > tfoot > tr > td { - padding: 8px; - line-height: 1.42857143; - vertical-align: top; - border-top: 1px solid #dddddd; -} -.table > thead > tr > th { - vertical-align: bottom; - border-bottom: 2px solid #dddddd; -} -.table > caption + thead > tr:first-child > th, -.table > colgroup + thead > tr:first-child > th, -.table > thead:first-child > tr:first-child > th, -.table > caption + thead > tr:first-child > td, -.table > colgroup + thead > tr:first-child > td, -.table > thead:first-child > tr:first-child > td { - border-top: 0; -} -.table > tbody + tbody { - border-top: 2px solid #dddddd; -} -.table .table { - background-color: #ffffff; -} -.table-condensed > thead > tr > th, -.table-condensed > tbody > tr > th, -.table-condensed > tfoot > tr > th, -.table-condensed > thead > tr > td, -.table-condensed > tbody > tr > td, -.table-condensed > tfoot > tr > td { - padding: 5px; -} -.table-bordered { - border: 1px solid #dddddd; -} -.table-bordered > thead > tr > th, -.table-bordered > tbody > tr > th, -.table-bordered > tfoot > tr > th, -.table-bordered > thead > tr > td, -.table-bordered > tbody > tr > td, -.table-bordered > tfoot > tr > td { - border: 1px solid #dddddd; -} -.table-bordered > thead > tr > th, -.table-bordered > thead > tr > td { - border-bottom-width: 2px; -} -.table-striped > tbody > tr:nth-child(odd) > td, -.table-striped > tbody > tr:nth-child(odd) > th { - background-color: #f9f9f9; -} -.table-hover > tbody > tr:hover > td, -.table-hover > tbody > tr:hover > th { - background-color: #f5f5f5; -} -table col[class*="col-"] { - position: static; - float: none; - display: table-column; -} -table td[class*="col-"], -table th[class*="col-"] { - position: static; - float: none; - display: table-cell; -} -.table > thead > tr > td.active, -.table > tbody > tr > td.active, -.table > tfoot > tr > td.active, -.table > thead > tr > th.active, -.table > tbody > tr > th.active, -.table > tfoot > tr > th.active, -.table > thead > tr.active > td, -.table > tbody > tr.active > td, -.table > tfoot > tr.active > td, -.table > thead > tr.active > th, -.table > tbody > tr.active > th, -.table > tfoot > tr.active > th { - background-color: #f5f5f5; -} -.table-hover > tbody > tr > td.active:hover, -.table-hover > tbody > tr > th.active:hover, -.table-hover > tbody > tr.active:hover > td, -.table-hover > tbody > tr.active:hover > th { - background-color: #e8e8e8; -} -.table > thead > tr > td.success, -.table > tbody > tr > td.success, -.table > tfoot > tr > td.success, -.table > thead > tr > th.success, -.table > tbody > tr > th.success, -.table > tfoot > tr > th.success, -.table > thead > tr.success > td, -.table > tbody > tr.success > td, -.table > tfoot > tr.success > td, -.table > thead > tr.success > th, -.table > tbody > tr.success > th, -.table > tfoot > tr.success > th { - background-color: #dff0d8; -} -.table-hover > tbody > tr > td.success:hover, -.table-hover > tbody > tr > th.success:hover, -.table-hover > tbody > tr.success:hover > td, -.table-hover > tbody > tr.success:hover > th { - background-color: #d0e9c6; -} -.table > thead > tr > td.info, -.table > tbody > tr > td.info, -.table > tfoot > tr > td.info, -.table > thead > tr > th.info, -.table > tbody > tr > th.info, -.table > tfoot > tr > th.info, -.table > thead > tr.info > td, -.table > tbody > tr.info > td, -.table > tfoot > tr.info > td, -.table > thead > tr.info > th, -.table > tbody > tr.info > th, -.table > tfoot > tr.info > th { - background-color: #d9edf7; -} -.table-hover > tbody > tr > td.info:hover, -.table-hover > tbody > tr > th.info:hover, -.table-hover > tbody > tr.info:hover > td, -.table-hover > tbody > tr.info:hover > th { - background-color: #c4e3f3; -} -.table > thead > tr > td.warning, -.table > tbody > tr > td.warning, -.table > tfoot > tr > td.warning, -.table > thead > tr > th.warning, -.table > tbody > tr > th.warning, -.table > tfoot > tr > th.warning, -.table > thead > tr.warning > td, -.table > tbody > tr.warning > td, -.table > tfoot > tr.warning > td, -.table > thead > tr.warning > th, -.table > tbody > tr.warning > th, -.table > tfoot > tr.warning > th { - background-color: #fcf8e3; -} -.table-hover > tbody > tr > td.warning:hover, -.table-hover > tbody > tr > th.warning:hover, -.table-hover > tbody > tr.warning:hover > td, -.table-hover > tbody > tr.warning:hover > th { - background-color: #faf2cc; -} -.table > thead > tr > td.danger, -.table > tbody > tr > td.danger, -.table > tfoot > tr > td.danger, -.table > thead > tr > th.danger, -.table > tbody > tr > th.danger, -.table > tfoot > tr > th.danger, -.table > thead > tr.danger > td, -.table > tbody > tr.danger > td, -.table > tfoot > tr.danger > td, -.table > thead > tr.danger > th, -.table > tbody > tr.danger > th, -.table > tfoot > tr.danger > th { - background-color: #f2dede; -} -.table-hover > tbody > tr > td.danger:hover, -.table-hover > tbody > tr > th.danger:hover, -.table-hover > tbody > tr.danger:hover > td, -.table-hover > tbody > tr.danger:hover > th { - background-color: #ebcccc; -} -@media (max-width: 767px) { - .table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-y: hidden; - overflow-x: scroll; - -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #dddddd; - -webkit-overflow-scrolling: touch; - } - .table-responsive > .table { - margin-bottom: 0; - } - .table-responsive > .table > thead > tr > th, - .table-responsive > .table > tbody > tr > th, - .table-responsive > .table > tfoot > tr > th, - .table-responsive > .table > thead > tr > td, - .table-responsive > .table > tbody > tr > td, - .table-responsive > .table > tfoot > tr > td { - white-space: nowrap; - } - .table-responsive > .table-bordered { - border: 0; - } - .table-responsive > .table-bordered > thead > tr > th:first-child, - .table-responsive > .table-bordered > tbody > tr > th:first-child, - .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .table-responsive > .table-bordered > thead > tr > td:first-child, - .table-responsive > .table-bordered > tbody > tr > td:first-child, - .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; - } - .table-responsive > .table-bordered > thead > tr > th:last-child, - .table-responsive > .table-bordered > tbody > tr > th:last-child, - .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .table-responsive > .table-bordered > thead > tr > td:last-child, - .table-responsive > .table-bordered > tbody > tr > td:last-child, - .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; - } - .table-responsive > .table-bordered > tbody > tr:last-child > th, - .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .table-responsive > .table-bordered > tbody > tr:last-child > td, - .table-responsive > .table-bordered > tfoot > tr:last-child > td { - border-bottom: 0; - } -} -fieldset { - padding: 0; - margin: 0; - border: 0; - min-width: 0; -} -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: inherit; - color: #333333; - border: 0; - border-bottom: 1px solid #e5e5e5; -} -label { - display: inline-block; - margin-bottom: 5px; - font-weight: bold; -} -input[type="search"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -input[type="radio"], -input[type="checkbox"] { - margin: 4px 0 0; - margin-top: 1px \9; - /* IE8-9 */ - line-height: normal; -} -input[type="file"] { - display: block; -} -input[type="range"] { - display: block; - width: 100%; -} -select[multiple], -select[size] { - height: auto; -} -input[type="file"]:focus, -input[type="radio"]:focus, -input[type="checkbox"]:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -output { - display: block; - padding-top: 7px; - font-size: 14px; - line-height: 1.42857143; - color: #555555; -} -.form-control { - display: block; - width: 100%; - height: 34px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857143; - color: #555555; - background-color: #ffffff; - background-image: none; - border: 1px solid #cccccc; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; - transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -} -.form-control:focus { - border-color: #66afe9; - outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); - box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); -} -.form-control::-moz-placeholder { - color: #999999; - opacity: 1; -} -.form-control:-ms-input-placeholder { - color: #999999; -} -.form-control::-webkit-input-placeholder { - color: #999999; -} -.form-control[disabled], -.form-control[readonly], -fieldset[disabled] .form-control { - cursor: not-allowed; - background-color: #eeeeee; - opacity: 1; -} -textarea.form-control { - height: auto; -} -input[type="search"] { - -webkit-appearance: none; -} -input[type="date"] { - line-height: 34px; -} -.form-group { - margin-bottom: 15px; -} -.radio, -.checkbox { - display: block; - min-height: 20px; - margin-top: 10px; - margin-bottom: 10px; - padding-left: 20px; -} -.radio label, -.checkbox label { - display: inline; - font-weight: normal; - cursor: pointer; -} -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - float: left; - margin-left: -20px; -} -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; -} -.radio-inline, -.checkbox-inline { - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - vertical-align: middle; - font-weight: normal; - cursor: pointer; -} -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; -} -input[type="radio"][disabled], -input[type="checkbox"][disabled], -.radio[disabled], -.radio-inline[disabled], -.checkbox[disabled], -.checkbox-inline[disabled], -fieldset[disabled] input[type="radio"], -fieldset[disabled] input[type="checkbox"], -fieldset[disabled] .radio, -fieldset[disabled] .radio-inline, -fieldset[disabled] .checkbox, -fieldset[disabled] .checkbox-inline { - cursor: not-allowed; -} -.input-sm { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -select.input-sm { - height: 30px; - line-height: 30px; -} -textarea.input-sm, -select[multiple].input-sm { - height: auto; -} -.input-lg { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} -select.input-lg { - height: 46px; - line-height: 46px; -} -textarea.input-lg, -select[multiple].input-lg { - height: auto; -} -.has-feedback { - position: relative; -} -.has-feedback .form-control { - padding-right: 42.5px; -} -.has-feedback .form-control-feedback { - position: absolute; - top: 25px; - right: 0; - display: block; - width: 34px; - height: 34px; - line-height: 34px; - text-align: center; -} -.has-success .help-block, -.has-success .control-label, -.has-success .radio, -.has-success .checkbox, -.has-success .radio-inline, -.has-success .checkbox-inline { - color: #3c763d; -} -.has-success .form-control { - border-color: #3c763d; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.has-success .form-control:focus { - border-color: #2b542c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -} -.has-success .input-group-addon { - color: #3c763d; - border-color: #3c763d; - background-color: #dff0d8; -} -.has-success .form-control-feedback { - color: #3c763d; -} -.has-warning .help-block, -.has-warning .control-label, -.has-warning .radio, -.has-warning .checkbox, -.has-warning .radio-inline, -.has-warning .checkbox-inline { - color: #8a6d3b; -} -.has-warning .form-control { - border-color: #8a6d3b; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.has-warning .form-control:focus { - border-color: #66512c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -} -.has-warning .input-group-addon { - color: #8a6d3b; - border-color: #8a6d3b; - background-color: #fcf8e3; -} -.has-warning .form-control-feedback { - color: #8a6d3b; -} -.has-error .help-block, -.has-error .control-label, -.has-error .radio, -.has-error .checkbox, -.has-error .radio-inline, -.has-error .checkbox-inline { - color: #a94442; -} -.has-error .form-control { - border-color: #a94442; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.has-error .form-control:focus { - border-color: #843534; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -} -.has-error .input-group-addon { - color: #a94442; - border-color: #a94442; - background-color: #f2dede; -} -.has-error .form-control-feedback { - color: #a94442; -} -.form-control-static { - margin-bottom: 0; -} -.help-block { - display: block; - margin-top: 5px; - margin-bottom: 10px; - color: #737373; -} -@media (min-width: 768px) { - .form-inline .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .form-inline .input-group > .form-control { - width: 100%; - } - .form-inline .control-label { - margin-bottom: 0; - vertical-align: middle; - } - .form-inline .radio, - .form-inline .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - padding-left: 0; - vertical-align: middle; - } - .form-inline .radio input[type="radio"], - .form-inline .checkbox input[type="checkbox"] { - float: none; - margin-left: 0; - } - .form-inline .has-feedback .form-control-feedback { - top: 0; - } -} -.form-horizontal .control-label, -.form-horizontal .radio, -.form-horizontal .checkbox, -.form-horizontal .radio-inline, -.form-horizontal .checkbox-inline { - margin-top: 0; - margin-bottom: 0; - padding-top: 7px; -} -.form-horizontal .radio, -.form-horizontal .checkbox { - min-height: 27px; -} -.form-horizontal .form-group { - margin-left: -15px; - margin-right: -15px; -} -.form-horizontal .form-control-static { - padding-top: 7px; -} -@media (min-width: 768px) { - .form-horizontal .control-label { - text-align: right; - } -} -.form-horizontal .has-feedback .form-control-feedback { - top: 0; - right: 15px; -} -.btn { - display: inline-block; - margin-bottom: 0; - font-weight: normal; - text-align: center; - vertical-align: middle; - cursor: pointer; - background-image: none; - border: 1px solid transparent; - white-space: nowrap; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857143; - border-radius: 4px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.btn:focus, -.btn:active:focus, -.btn.active:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -.btn:hover, -.btn:focus { - color: #333333; - text-decoration: none; -} -.btn:active, -.btn.active { - outline: 0; - background-image: none; - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.btn.disabled, -.btn[disabled], -fieldset[disabled] .btn { - cursor: not-allowed; - pointer-events: none; - opacity: 0.65; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - box-shadow: none; -} -.btn-default { - color: #333333; - background-color: #ffffff; - border-color: #cccccc; -} -.btn-default:hover, -.btn-default:focus, -.btn-default:active, -.btn-default.active, -.open .dropdown-toggle.btn-default { - color: #333333; - background-color: #ebebeb; - border-color: #adadad; -} -.btn-default:active, -.btn-default.active, -.open .dropdown-toggle.btn-default { - background-image: none; -} -.btn-default.disabled, -.btn-default[disabled], -fieldset[disabled] .btn-default, -.btn-default.disabled:hover, -.btn-default[disabled]:hover, -fieldset[disabled] .btn-default:hover, -.btn-default.disabled:focus, -.btn-default[disabled]:focus, -fieldset[disabled] .btn-default:focus, -.btn-default.disabled:active, -.btn-default[disabled]:active, -fieldset[disabled] .btn-default:active, -.btn-default.disabled.active, -.btn-default[disabled].active, -fieldset[disabled] .btn-default.active { - background-color: #ffffff; - border-color: #cccccc; -} -.btn-default .badge { - color: #ffffff; - background-color: #333333; -} -.btn-primary { - color: #ffffff; - background-color: #428bca; - border-color: #357ebd; -} -.btn-primary:hover, -.btn-primary:focus, -.btn-primary:active, -.btn-primary.active, -.open .dropdown-toggle.btn-primary { - color: #ffffff; - background-color: #3276b1; - border-color: #285e8e; -} -.btn-primary:active, -.btn-primary.active, -.open .dropdown-toggle.btn-primary { - background-image: none; -} -.btn-primary.disabled, -.btn-primary[disabled], -fieldset[disabled] .btn-primary, -.btn-primary.disabled:hover, -.btn-primary[disabled]:hover, -fieldset[disabled] .btn-primary:hover, -.btn-primary.disabled:focus, -.btn-primary[disabled]:focus, -fieldset[disabled] .btn-primary:focus, -.btn-primary.disabled:active, -.btn-primary[disabled]:active, -fieldset[disabled] .btn-primary:active, -.btn-primary.disabled.active, -.btn-primary[disabled].active, -fieldset[disabled] .btn-primary.active { - background-color: #428bca; - border-color: #357ebd; -} -.btn-primary .badge { - color: #428bca; - background-color: #ffffff; -} -.btn-success { - color: #ffffff; - background-color: #5cb85c; - border-color: #4cae4c; -} -.btn-success:hover, -.btn-success:focus, -.btn-success:active, -.btn-success.active, -.open .dropdown-toggle.btn-success { - color: #ffffff; - background-color: #47a447; - border-color: #398439; -} -.btn-success:active, -.btn-success.active, -.open .dropdown-toggle.btn-success { - background-image: none; -} -.btn-success.disabled, -.btn-success[disabled], -fieldset[disabled] .btn-success, -.btn-success.disabled:hover, -.btn-success[disabled]:hover, -fieldset[disabled] .btn-success:hover, -.btn-success.disabled:focus, -.btn-success[disabled]:focus, -fieldset[disabled] .btn-success:focus, -.btn-success.disabled:active, -.btn-success[disabled]:active, -fieldset[disabled] .btn-success:active, -.btn-success.disabled.active, -.btn-success[disabled].active, -fieldset[disabled] .btn-success.active { - background-color: #5cb85c; - border-color: #4cae4c; -} -.btn-success .badge { - color: #5cb85c; - background-color: #ffffff; -} -.btn-info { - color: #ffffff; - background-color: #5bc0de; - border-color: #46b8da; -} -.btn-info:hover, -.btn-info:focus, -.btn-info:active, -.btn-info.active, -.open .dropdown-toggle.btn-info { - color: #ffffff; - background-color: #39b3d7; - border-color: #269abc; -} -.btn-info:active, -.btn-info.active, -.open .dropdown-toggle.btn-info { - background-image: none; -} -.btn-info.disabled, -.btn-info[disabled], -fieldset[disabled] .btn-info, -.btn-info.disabled:hover, -.btn-info[disabled]:hover, -fieldset[disabled] .btn-info:hover, -.btn-info.disabled:focus, -.btn-info[disabled]:focus, -fieldset[disabled] .btn-info:focus, -.btn-info.disabled:active, -.btn-info[disabled]:active, -fieldset[disabled] .btn-info:active, -.btn-info.disabled.active, -.btn-info[disabled].active, -fieldset[disabled] .btn-info.active { - background-color: #5bc0de; - border-color: #46b8da; -} -.btn-info .badge { - color: #5bc0de; - background-color: #ffffff; -} -.btn-warning { - color: #ffffff; - background-color: #f0ad4e; - border-color: #eea236; -} -.btn-warning:hover, -.btn-warning:focus, -.btn-warning:active, -.btn-warning.active, -.open .dropdown-toggle.btn-warning { - color: #ffffff; - background-color: #ed9c28; - border-color: #d58512; -} -.btn-warning:active, -.btn-warning.active, -.open .dropdown-toggle.btn-warning { - background-image: none; -} -.btn-warning.disabled, -.btn-warning[disabled], -fieldset[disabled] .btn-warning, -.btn-warning.disabled:hover, -.btn-warning[disabled]:hover, -fieldset[disabled] .btn-warning:hover, -.btn-warning.disabled:focus, -.btn-warning[disabled]:focus, -fieldset[disabled] .btn-warning:focus, -.btn-warning.disabled:active, -.btn-warning[disabled]:active, -fieldset[disabled] .btn-warning:active, -.btn-warning.disabled.active, -.btn-warning[disabled].active, -fieldset[disabled] .btn-warning.active { - background-color: #f0ad4e; - border-color: #eea236; -} -.btn-warning .badge { - color: #f0ad4e; - background-color: #ffffff; -} -.btn-danger { - color: #ffffff; - background-color: #d9534f; - border-color: #d43f3a; -} -.btn-danger:hover, -.btn-danger:focus, -.btn-danger:active, -.btn-danger.active, -.open .dropdown-toggle.btn-danger { - color: #ffffff; - background-color: #d2322d; - border-color: #ac2925; -} -.btn-danger:active, -.btn-danger.active, -.open .dropdown-toggle.btn-danger { - background-image: none; -} -.btn-danger.disabled, -.btn-danger[disabled], -fieldset[disabled] .btn-danger, -.btn-danger.disabled:hover, -.btn-danger[disabled]:hover, -fieldset[disabled] .btn-danger:hover, -.btn-danger.disabled:focus, -.btn-danger[disabled]:focus, -fieldset[disabled] .btn-danger:focus, -.btn-danger.disabled:active, -.btn-danger[disabled]:active, -fieldset[disabled] .btn-danger:active, -.btn-danger.disabled.active, -.btn-danger[disabled].active, -fieldset[disabled] .btn-danger.active { - background-color: #d9534f; - border-color: #d43f3a; -} -.btn-danger .badge { - color: #d9534f; - background-color: #ffffff; -} -.btn-link { - color: #428bca; - font-weight: normal; - cursor: pointer; - border-radius: 0; -} -.btn-link, -.btn-link:active, -.btn-link[disabled], -fieldset[disabled] .btn-link { - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} -.btn-link, -.btn-link:hover, -.btn-link:focus, -.btn-link:active { - border-color: transparent; -} -.btn-link:hover, -.btn-link:focus { - color: #2a6496; - text-decoration: underline; - background-color: transparent; -} -.btn-link[disabled]:hover, -fieldset[disabled] .btn-link:hover, -.btn-link[disabled]:focus, -fieldset[disabled] .btn-link:focus { - color: #999999; - text-decoration: none; -} -.btn-lg, -.btn-group-lg > .btn { - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} -.btn-sm, -.btn-group-sm > .btn { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.btn-xs, -.btn-group-xs > .btn { - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.btn-block { - display: block; - width: 100%; - padding-left: 0; - padding-right: 0; -} -.btn-block + .btn-block { - margin-top: 5px; -} -input[type="submit"].btn-block, -input[type="reset"].btn-block, -input[type="button"].btn-block { - width: 100%; -} -.fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; -} -.fade.in { - opacity: 1; -} -.collapse { - display: none; -} -.collapse.in { - display: block; -} -.collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height 0.35s ease; - transition: height 0.35s ease; -} -@font-face { - font-family: 'Glyphicons Halflings'; - src: url('../fonts/glyphicons-halflings-regular.eot'); - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); -} -.glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.glyphicon-asterisk:before { - content: "\2a"; -} -.glyphicon-plus:before { - content: "\2b"; -} -.glyphicon-euro:before { - content: "\20ac"; -} -.glyphicon-minus:before { - content: "\2212"; -} -.glyphicon-cloud:before { - content: "\2601"; -} -.glyphicon-envelope:before { - content: "\2709"; -} -.glyphicon-pencil:before { - content: "\270f"; -} -.glyphicon-glass:before { - content: "\e001"; -} -.glyphicon-music:before { - content: "\e002"; -} -.glyphicon-search:before { - content: "\e003"; -} -.glyphicon-heart:before { - content: "\e005"; -} -.glyphicon-star:before { - content: "\e006"; -} -.glyphicon-star-empty:before { - content: "\e007"; -} -.glyphicon-user:before { - content: "\e008"; -} -.glyphicon-film:before { - content: "\e009"; -} -.glyphicon-th-large:before { - content: "\e010"; -} -.glyphicon-th:before { - content: "\e011"; -} -.glyphicon-th-list:before { - content: "\e012"; -} -.glyphicon-ok:before { - content: "\e013"; -} -.glyphicon-remove:before { - content: "\e014"; -} -.glyphicon-zoom-in:before { - content: "\e015"; -} -.glyphicon-zoom-out:before { - content: "\e016"; -} -.glyphicon-off:before { - content: "\e017"; -} -.glyphicon-signal:before { - content: "\e018"; -} -.glyphicon-cog:before { - content: "\e019"; -} -.glyphicon-trash:before { - content: "\e020"; -} -.glyphicon-home:before { - content: "\e021"; -} -.glyphicon-file:before { - content: "\e022"; -} -.glyphicon-time:before { - content: "\e023"; -} -.glyphicon-road:before { - content: "\e024"; -} -.glyphicon-download-alt:before { - content: "\e025"; -} -.glyphicon-download:before { - content: "\e026"; -} -.glyphicon-upload:before { - content: "\e027"; -} -.glyphicon-inbox:before { - content: "\e028"; -} -.glyphicon-play-circle:before { - content: "\e029"; -} -.glyphicon-repeat:before { - content: "\e030"; -} -.glyphicon-refresh:before { - content: "\e031"; -} -.glyphicon-list-alt:before { - content: "\e032"; -} -.glyphicon-lock:before { - content: "\e033"; -} -.glyphicon-flag:before { - content: "\e034"; -} -.glyphicon-headphones:before { - content: "\e035"; -} -.glyphicon-volume-off:before { - content: "\e036"; -} -.glyphicon-volume-down:before { - content: "\e037"; -} -.glyphicon-volume-up:before { - content: "\e038"; -} -.glyphicon-qrcode:before { - content: "\e039"; -} -.glyphicon-barcode:before { - content: "\e040"; -} -.glyphicon-tag:before { - content: "\e041"; -} -.glyphicon-tags:before { - content: "\e042"; -} -.glyphicon-book:before { - content: "\e043"; -} -.glyphicon-bookmark:before { - content: "\e044"; -} -.glyphicon-print:before { - content: "\e045"; -} -.glyphicon-camera:before { - content: "\e046"; -} -.glyphicon-font:before { - content: "\e047"; -} -.glyphicon-bold:before { - content: "\e048"; -} -.glyphicon-italic:before { - content: "\e049"; -} -.glyphicon-text-height:before { - content: "\e050"; -} -.glyphicon-text-width:before { - content: "\e051"; -} -.glyphicon-align-left:before { - content: "\e052"; -} -.glyphicon-align-center:before { - content: "\e053"; -} -.glyphicon-align-right:before { - content: "\e054"; -} -.glyphicon-align-justify:before { - content: "\e055"; -} -.glyphicon-list:before { - content: "\e056"; -} -.glyphicon-indent-left:before { - content: "\e057"; -} -.glyphicon-indent-right:before { - content: "\e058"; -} -.glyphicon-facetime-video:before { - content: "\e059"; -} -.glyphicon-picture:before { - content: "\e060"; -} -.glyphicon-map-marker:before { - content: "\e062"; -} -.glyphicon-adjust:before { - content: "\e063"; -} -.glyphicon-tint:before { - content: "\e064"; -} -.glyphicon-edit:before { - content: "\e065"; -} -.glyphicon-share:before { - content: "\e066"; -} -.glyphicon-check:before { - content: "\e067"; -} -.glyphicon-move:before { - content: "\e068"; -} -.glyphicon-step-backward:before { - content: "\e069"; -} -.glyphicon-fast-backward:before { - content: "\e070"; -} -.glyphicon-backward:before { - content: "\e071"; -} -.glyphicon-play:before { - content: "\e072"; -} -.glyphicon-pause:before { - content: "\e073"; -} -.glyphicon-stop:before { - content: "\e074"; -} -.glyphicon-forward:before { - content: "\e075"; -} -.glyphicon-fast-forward:before { - content: "\e076"; -} -.glyphicon-step-forward:before { - content: "\e077"; -} -.glyphicon-eject:before { - content: "\e078"; -} -.glyphicon-chevron-left:before { - content: "\e079"; -} -.glyphicon-chevron-right:before { - content: "\e080"; -} -.glyphicon-plus-sign:before { - content: "\e081"; -} -.glyphicon-minus-sign:before { - content: "\e082"; -} -.glyphicon-remove-sign:before { - content: "\e083"; -} -.glyphicon-ok-sign:before { - content: "\e084"; -} -.glyphicon-question-sign:before { - content: "\e085"; -} -.glyphicon-info-sign:before { - content: "\e086"; -} -.glyphicon-screenshot:before { - content: "\e087"; -} -.glyphicon-remove-circle:before { - content: "\e088"; -} -.glyphicon-ok-circle:before { - content: "\e089"; -} -.glyphicon-ban-circle:before { - content: "\e090"; -} -.glyphicon-arrow-left:before { - content: "\e091"; -} -.glyphicon-arrow-right:before { - content: "\e092"; -} -.glyphicon-arrow-up:before { - content: "\e093"; -} -.glyphicon-arrow-down:before { - content: "\e094"; -} -.glyphicon-share-alt:before { - content: "\e095"; -} -.glyphicon-resize-full:before { - content: "\e096"; -} -.glyphicon-resize-small:before { - content: "\e097"; -} -.glyphicon-exclamation-sign:before { - content: "\e101"; -} -.glyphicon-gift:before { - content: "\e102"; -} -.glyphicon-leaf:before { - content: "\e103"; -} -.glyphicon-fire:before { - content: "\e104"; -} -.glyphicon-eye-open:before { - content: "\e105"; -} -.glyphicon-eye-close:before { - content: "\e106"; -} -.glyphicon-warning-sign:before { - content: "\e107"; -} -.glyphicon-plane:before { - content: "\e108"; -} -.glyphicon-calendar:before { - content: "\e109"; -} -.glyphicon-random:before { - content: "\e110"; -} -.glyphicon-comment:before { - content: "\e111"; -} -.glyphicon-magnet:before { - content: "\e112"; -} -.glyphicon-chevron-up:before { - content: "\e113"; -} -.glyphicon-chevron-down:before { - content: "\e114"; -} -.glyphicon-retweet:before { - content: "\e115"; -} -.glyphicon-shopping-cart:before { - content: "\e116"; -} -.glyphicon-folder-close:before { - content: "\e117"; -} -.glyphicon-folder-open:before { - content: "\e118"; -} -.glyphicon-resize-vertical:before { - content: "\e119"; -} -.glyphicon-resize-horizontal:before { - content: "\e120"; -} -.glyphicon-hdd:before { - content: "\e121"; -} -.glyphicon-bullhorn:before { - content: "\e122"; -} -.glyphicon-bell:before { - content: "\e123"; -} -.glyphicon-certificate:before { - content: "\e124"; -} -.glyphicon-thumbs-up:before { - content: "\e125"; -} -.glyphicon-thumbs-down:before { - content: "\e126"; -} -.glyphicon-hand-right:before { - content: "\e127"; -} -.glyphicon-hand-left:before { - content: "\e128"; -} -.glyphicon-hand-up:before { - content: "\e129"; -} -.glyphicon-hand-down:before { - content: "\e130"; -} -.glyphicon-circle-arrow-right:before { - content: "\e131"; -} -.glyphicon-circle-arrow-left:before { - content: "\e132"; -} -.glyphicon-circle-arrow-up:before { - content: "\e133"; -} -.glyphicon-circle-arrow-down:before { - content: "\e134"; -} -.glyphicon-globe:before { - content: "\e135"; -} -.glyphicon-wrench:before { - content: "\e136"; -} -.glyphicon-tasks:before { - content: "\e137"; -} -.glyphicon-filter:before { - content: "\e138"; -} -.glyphicon-briefcase:before { - content: "\e139"; -} -.glyphicon-fullscreen:before { - content: "\e140"; -} -.glyphicon-dashboard:before { - content: "\e141"; -} -.glyphicon-paperclip:before { - content: "\e142"; -} -.glyphicon-heart-empty:before { - content: "\e143"; -} -.glyphicon-link:before { - content: "\e144"; -} -.glyphicon-phone:before { - content: "\e145"; -} -.glyphicon-pushpin:before { - content: "\e146"; -} -.glyphicon-usd:before { - content: "\e148"; -} -.glyphicon-gbp:before { - content: "\e149"; -} -.glyphicon-sort:before { - content: "\e150"; -} -.glyphicon-sort-by-alphabet:before { - content: "\e151"; -} -.glyphicon-sort-by-alphabet-alt:before { - content: "\e152"; -} -.glyphicon-sort-by-order:before { - content: "\e153"; -} -.glyphicon-sort-by-order-alt:before { - content: "\e154"; -} -.glyphicon-sort-by-attributes:before { - content: "\e155"; -} -.glyphicon-sort-by-attributes-alt:before { - content: "\e156"; -} -.glyphicon-unchecked:before { - content: "\e157"; -} -.glyphicon-expand:before { - content: "\e158"; -} -.glyphicon-collapse-down:before { - content: "\e159"; -} -.glyphicon-collapse-up:before { - content: "\e160"; -} -.glyphicon-log-in:before { - content: "\e161"; -} -.glyphicon-flash:before { - content: "\e162"; -} -.glyphicon-log-out:before { - content: "\e163"; -} -.glyphicon-new-window:before { - content: "\e164"; -} -.glyphicon-record:before { - content: "\e165"; -} -.glyphicon-save:before { - content: "\e166"; -} -.glyphicon-open:before { - content: "\e167"; -} -.glyphicon-saved:before { - content: "\e168"; -} -.glyphicon-import:before { - content: "\e169"; -} -.glyphicon-export:before { - content: "\e170"; -} -.glyphicon-send:before { - content: "\e171"; -} -.glyphicon-floppy-disk:before { - content: "\e172"; -} -.glyphicon-floppy-saved:before { - content: "\e173"; -} -.glyphicon-floppy-remove:before { - content: "\e174"; -} -.glyphicon-floppy-save:before { - content: "\e175"; -} -.glyphicon-floppy-open:before { - content: "\e176"; -} -.glyphicon-credit-card:before { - content: "\e177"; -} -.glyphicon-transfer:before { - content: "\e178"; -} -.glyphicon-cutlery:before { - content: "\e179"; -} -.glyphicon-header:before { - content: "\e180"; -} -.glyphicon-compressed:before { - content: "\e181"; -} -.glyphicon-earphone:before { - content: "\e182"; -} -.glyphicon-phone-alt:before { - content: "\e183"; -} -.glyphicon-tower:before { - content: "\e184"; -} -.glyphicon-stats:before { - content: "\e185"; -} -.glyphicon-sd-video:before { - content: "\e186"; -} -.glyphicon-hd-video:before { - content: "\e187"; -} -.glyphicon-subtitles:before { - content: "\e188"; -} -.glyphicon-sound-stereo:before { - content: "\e189"; -} -.glyphicon-sound-dolby:before { - content: "\e190"; -} -.glyphicon-sound-5-1:before { - content: "\e191"; -} -.glyphicon-sound-6-1:before { - content: "\e192"; -} -.glyphicon-sound-7-1:before { - content: "\e193"; -} -.glyphicon-copyright-mark:before { - content: "\e194"; -} -.glyphicon-registration-mark:before { - content: "\e195"; -} -.glyphicon-cloud-download:before { - content: "\e197"; -} -.glyphicon-cloud-upload:before { - content: "\e198"; -} -.glyphicon-tree-conifer:before { - content: "\e199"; -} -.glyphicon-tree-deciduous:before { - content: "\e200"; -} -.caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px solid; - border-right: 4px solid transparent; - border-left: 4px solid transparent; -} -.dropdown { - position: relative; -} -.dropdown-toggle:focus { - outline: 0; -} -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; - list-style: none; - font-size: 14px; - background-color: #ffffff; - border: 1px solid #cccccc; - border: 1px solid rgba(0, 0, 0, 0.15); - border-radius: 4px; - -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); - background-clip: padding-box; -} -.dropdown-menu.pull-right { - right: 0; - left: auto; -} -.dropdown-menu .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} -.dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 1.42857143; - color: #333333; - white-space: nowrap; -} -.dropdown-menu > li > a:hover, -.dropdown-menu > li > a:focus { - text-decoration: none; - color: #262626; - background-color: #f5f5f5; -} -.dropdown-menu > .active > a, -.dropdown-menu > .active > a:hover, -.dropdown-menu > .active > a:focus { - color: #ffffff; - text-decoration: none; - outline: 0; - background-color: #428bca; -} -.dropdown-menu > .disabled > a, -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - color: #999999; -} -.dropdown-menu > .disabled > a:hover, -.dropdown-menu > .disabled > a:focus { - text-decoration: none; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - cursor: not-allowed; -} -.open > .dropdown-menu { - display: block; -} -.open > a { - outline: 0; -} -.dropdown-menu-right { - left: auto; - right: 0; -} -.dropdown-menu-left { - left: 0; - right: auto; -} -.dropdown-header { - display: block; - padding: 3px 20px; - font-size: 12px; - line-height: 1.42857143; - color: #999999; -} -.dropdown-backdrop { - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: 990; -} -.pull-right > .dropdown-menu { - right: 0; - left: auto; -} -.dropup .caret, -.navbar-fixed-bottom .dropdown .caret { - border-top: 0; - border-bottom: 4px solid; - content: ""; -} -.dropup .dropdown-menu, -.navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 1px; -} -@media (min-width: 768px) { - .navbar-right .dropdown-menu { - left: auto; - right: 0; - } - .navbar-right .dropdown-menu-left { - left: 0; - right: auto; - } -} -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; -} -.btn-group > .btn, -.btn-group-vertical > .btn { - position: relative; - float: left; -} -.btn-group > .btn:hover, -.btn-group-vertical > .btn:hover, -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus, -.btn-group > .btn:active, -.btn-group-vertical > .btn:active, -.btn-group > .btn.active, -.btn-group-vertical > .btn.active { - z-index: 2; -} -.btn-group > .btn:focus, -.btn-group-vertical > .btn:focus { - outline: none; -} -.btn-group .btn + .btn, -.btn-group .btn + .btn-group, -.btn-group .btn-group + .btn, -.btn-group .btn-group + .btn-group { - margin-left: -1px; -} -.btn-toolbar { - margin-left: -5px; -} -.btn-toolbar .btn-group, -.btn-toolbar .input-group { - float: left; -} -.btn-toolbar > .btn, -.btn-toolbar > .btn-group, -.btn-toolbar > .input-group { - margin-left: 5px; -} -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; -} -.btn-group > .btn:first-child { - margin-left: 0; -} -.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.btn-group > .btn-group { - float: left; -} -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.btn-group > .btn-group:first-child > .btn:last-child, -.btn-group > .btn-group:first-child > .dropdown-toggle { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.btn-group > .btn-group:last-child > .btn:first-child { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} -.btn-group > .btn + .dropdown-toggle { - padding-left: 8px; - padding-right: 8px; -} -.btn-group > .btn-lg + .dropdown-toggle { - padding-left: 12px; - padding-right: 12px; -} -.btn-group.open .dropdown-toggle { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.btn-group.open .dropdown-toggle.btn-link { - -webkit-box-shadow: none; - box-shadow: none; -} -.btn .caret { - margin-left: 0; -} -.btn-lg .caret { - border-width: 5px 5px 0; - border-bottom-width: 0; -} -.dropup .btn-lg .caret { - border-width: 0 5px 5px; -} -.btn-group-vertical > .btn, -.btn-group-vertical > .btn-group, -.btn-group-vertical > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; -} -.btn-group-vertical > .btn-group > .btn { - float: none; -} -.btn-group-vertical > .btn + .btn, -.btn-group-vertical > .btn + .btn-group, -.btn-group-vertical > .btn-group + .btn, -.btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; -} -.btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; -} -.btn-group-vertical > .btn:first-child:not(:last-child) { - border-top-right-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.btn-group-vertical > .btn:last-child:not(:first-child) { - border-bottom-left-radius: 4px; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.btn-group-justified { - display: table; - width: 100%; - table-layout: fixed; - border-collapse: separate; -} -.btn-group-justified > .btn, -.btn-group-justified > .btn-group { - float: none; - display: table-cell; - width: 1%; -} -.btn-group-justified > .btn-group .btn { - width: 100%; -} -[data-toggle="buttons"] > .btn > input[type="radio"], -[data-toggle="buttons"] > .btn > input[type="checkbox"] { - display: none; -} -.input-group { - position: relative; - display: table; - border-collapse: separate; -} -.input-group[class*="col-"] { - float: none; - padding-left: 0; - padding-right: 0; -} -.input-group .form-control { - position: relative; - z-index: 2; - float: left; - width: 100%; - margin-bottom: 0; -} -.input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.33; - border-radius: 6px; -} -select.input-group-lg > .form-control, -select.input-group-lg > .input-group-addon, -select.input-group-lg > .input-group-btn > .btn { - height: 46px; - line-height: 46px; -} -textarea.input-group-lg > .form-control, -textarea.input-group-lg > .input-group-addon, -textarea.input-group-lg > .input-group-btn > .btn, -select[multiple].input-group-lg > .form-control, -select[multiple].input-group-lg > .input-group-addon, -select[multiple].input-group-lg > .input-group-btn > .btn { - height: auto; -} -.input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -select.input-group-sm > .form-control, -select.input-group-sm > .input-group-addon, -select.input-group-sm > .input-group-btn > .btn { - height: 30px; - line-height: 30px; -} -textarea.input-group-sm > .form-control, -textarea.input-group-sm > .input-group-addon, -textarea.input-group-sm > .input-group-btn > .btn, -select[multiple].input-group-sm > .form-control, -select[multiple].input-group-sm > .input-group-addon, -select[multiple].input-group-sm > .input-group-btn > .btn { - height: auto; -} -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: table-cell; -} -.input-group-addon:not(:first-child):not(:last-child), -.input-group-btn:not(:first-child):not(:last-child), -.input-group .form-control:not(:first-child):not(:last-child) { - border-radius: 0; -} -.input-group-addon, -.input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; -} -.input-group-addon { - padding: 6px 12px; - font-size: 14px; - font-weight: normal; - line-height: 1; - color: #555555; - text-align: center; - background-color: #eeeeee; - border: 1px solid #cccccc; - border-radius: 4px; -} -.input-group-addon.input-sm { - padding: 5px 10px; - font-size: 12px; - border-radius: 3px; -} -.input-group-addon.input-lg { - padding: 10px 16px; - font-size: 18px; - border-radius: 6px; -} -.input-group-addon input[type="radio"], -.input-group-addon input[type="checkbox"] { - margin-top: 0; -} -.input-group .form-control:first-child, -.input-group-addon:first-child, -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group > .btn, -.input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.input-group-addon:first-child { - border-right: 0; -} -.input-group .form-control:last-child, -.input-group-addon:last-child, -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group > .btn, -.input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child), -.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.input-group-addon:last-child { - border-left: 0; -} -.input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; -} -.input-group-btn > .btn { - position: relative; -} -.input-group-btn > .btn + .btn { - margin-left: -1px; -} -.input-group-btn > .btn:hover, -.input-group-btn > .btn:focus, -.input-group-btn > .btn:active { - z-index: 2; -} -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group { - margin-right: -1px; -} -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group { - margin-left: -1px; -} -.nav { - margin-bottom: 0; - padding-left: 0; - list-style: none; -} -.nav > li { - position: relative; - display: block; -} -.nav > li > a { - position: relative; - display: block; - padding: 10px 15px; -} -.nav > li > a:hover, -.nav > li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} -.nav > li.disabled > a { - color: #999999; -} -.nav > li.disabled > a:hover, -.nav > li.disabled > a:focus { - color: #999999; - text-decoration: none; - background-color: transparent; - cursor: not-allowed; -} -.nav .open > a, -.nav .open > a:hover, -.nav .open > a:focus { - background-color: #eeeeee; - border-color: #428bca; -} -.nav .nav-divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} -.nav > li > a > img { - max-width: none; -} -.nav-tabs { - border-bottom: 1px solid #dddddd; -} -.nav-tabs > li { - float: left; - margin-bottom: -1px; -} -.nav-tabs > li > a { - margin-right: 2px; - line-height: 1.42857143; - border: 1px solid transparent; - border-radius: 4px 4px 0 0; -} -.nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #dddddd; -} -.nav-tabs > li.active > a, -.nav-tabs > li.active > a:hover, -.nav-tabs > li.active > a:focus { - color: #555555; - background-color: #ffffff; - border: 1px solid #dddddd; - border-bottom-color: transparent; - cursor: default; -} -.nav-tabs.nav-justified { - width: 100%; - border-bottom: 0; -} -.nav-tabs.nav-justified > li { - float: none; -} -.nav-tabs.nav-justified > li > a { - text-align: center; - margin-bottom: 5px; -} -.nav-tabs.nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} -@media (min-width: 768px) { - .nav-tabs.nav-justified > li { - display: table-cell; - width: 1%; - } - .nav-tabs.nav-justified > li > a { - margin-bottom: 0; - } -} -.nav-tabs.nav-justified > li > a { - margin-right: 0; - border-radius: 4px; -} -.nav-tabs.nav-justified > .active > a, -.nav-tabs.nav-justified > .active > a:hover, -.nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #dddddd; -} -@media (min-width: 768px) { - .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #dddddd; - border-radius: 4px 4px 0 0; - } - .nav-tabs.nav-justified > .active > a, - .nav-tabs.nav-justified > .active > a:hover, - .nav-tabs.nav-justified > .active > a:focus { - border-bottom-color: #ffffff; - } -} -.nav-pills > li { - float: left; -} -.nav-pills > li > a { - border-radius: 4px; -} -.nav-pills > li + li { - margin-left: 2px; -} -.nav-pills > li.active > a, -.nav-pills > li.active > a:hover, -.nav-pills > li.active > a:focus { - color: #ffffff; - background-color: #428bca; -} -.nav-stacked > li { - float: none; -} -.nav-stacked > li + li { - margin-top: 2px; - margin-left: 0; -} -.nav-justified { - width: 100%; -} -.nav-justified > li { - float: none; -} -.nav-justified > li > a { - text-align: center; - margin-bottom: 5px; -} -.nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} -@media (min-width: 768px) { - .nav-justified > li { - display: table-cell; - width: 1%; - } - .nav-justified > li > a { - margin-bottom: 0; - } -} -.nav-tabs-justified { - border-bottom: 0; -} -.nav-tabs-justified > li > a { - margin-right: 0; - border-radius: 4px; -} -.nav-tabs-justified > .active > a, -.nav-tabs-justified > .active > a:hover, -.nav-tabs-justified > .active > a:focus { - border: 1px solid #dddddd; -} -@media (min-width: 768px) { - .nav-tabs-justified > li > a { - border-bottom: 1px solid #dddddd; - border-radius: 4px 4px 0 0; - } - .nav-tabs-justified > .active > a, - .nav-tabs-justified > .active > a:hover, - .nav-tabs-justified > .active > a:focus { - border-bottom-color: #ffffff; - } -} -.tab-content > .tab-pane { - display: none; -} -.tab-content > .active { - display: block; -} -.nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.navbar { - position: relative; - min-height: 50px; - margin-bottom: 20px; - border: 1px solid transparent; -} -@media (min-width: 768px) { - .navbar { - border-radius: 4px; - } -} -@media (min-width: 768px) { - .navbar-header { - float: left; - } -} -.navbar-collapse { - max-height: 340px; - overflow-x: visible; - padding-right: 15px; - padding-left: 15px; - border-top: 1px solid transparent; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - -webkit-overflow-scrolling: touch; -} -.navbar-collapse.in { - overflow-y: auto; -} -@media (min-width: 768px) { - .navbar-collapse { - width: auto; - border-top: 0; - box-shadow: none; - } - .navbar-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; - } - .navbar-collapse.in { - overflow-y: visible; - } - .navbar-fixed-top .navbar-collapse, - .navbar-static-top .navbar-collapse, - .navbar-fixed-bottom .navbar-collapse { - padding-left: 0; - padding-right: 0; - } -} -.container > .navbar-header, -.container-fluid > .navbar-header, -.container > .navbar-collapse, -.container-fluid > .navbar-collapse { - margin-right: -15px; - margin-left: -15px; -} -@media (min-width: 768px) { - .container > .navbar-header, - .container-fluid > .navbar-header, - .container > .navbar-collapse, - .container-fluid > .navbar-collapse { - margin-right: 0; - margin-left: 0; - } -} -.navbar-static-top { - z-index: 1000; - border-width: 0 0 1px; -} -@media (min-width: 768px) { - .navbar-static-top { - border-radius: 0; - } -} -.navbar-fixed-top, -.navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} -@media (min-width: 768px) { - .navbar-fixed-top, - .navbar-fixed-bottom { - border-radius: 0; - } -} -.navbar-fixed-top { - top: 0; - border-width: 0 0 1px; -} -.navbar-fixed-bottom { - bottom: 0; - margin-bottom: 0; - border-width: 1px 0 0; -} -.navbar-brand { - float: left; - padding: 15px 15px; - font-size: 18px; - line-height: 20px; - height: 50px; -} -.navbar-brand:hover, -.navbar-brand:focus { - text-decoration: none; -} -@media (min-width: 768px) { - .navbar > .container .navbar-brand, - .navbar > .container-fluid .navbar-brand { - margin-left: -15px; - } -} -.navbar-toggle { - position: relative; - float: right; - margin-right: 15px; - padding: 9px 10px; - margin-top: 8px; - margin-bottom: 8px; - background-color: transparent; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; -} -.navbar-toggle:focus { - outline: none; -} -.navbar-toggle .icon-bar { - display: block; - width: 22px; - height: 2px; - border-radius: 1px; -} -.navbar-toggle .icon-bar + .icon-bar { - margin-top: 4px; -} -@media (min-width: 768px) { - .navbar-toggle { - display: none; - } -} -.navbar-nav { - margin: 7.5px -15px; -} -.navbar-nav > li > a { - padding-top: 10px; - padding-bottom: 10px; - line-height: 20px; -} -@media (max-width: 767px) { - .navbar-nav .open .dropdown-menu { - position: static; - float: none; - width: auto; - margin-top: 0; - background-color: transparent; - border: 0; - box-shadow: none; - } - .navbar-nav .open .dropdown-menu > li > a, - .navbar-nav .open .dropdown-menu .dropdown-header { - padding: 5px 15px 5px 25px; - } - .navbar-nav .open .dropdown-menu > li > a { - line-height: 20px; - } - .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-nav .open .dropdown-menu > li > a:focus { - background-image: none; - } -} -@media (min-width: 768px) { - .navbar-nav { - float: left; - margin: 0; - } - .navbar-nav > li { - float: left; - } - .navbar-nav > li > a { - padding-top: 15px; - padding-bottom: 15px; - } - .navbar-nav.navbar-right:last-child { - margin-right: -15px; - } -} -@media (min-width: 768px) { - .navbar-left { - float: left !important; - } - .navbar-right { - float: right !important; - } -} -.navbar-form { - margin-left: -15px; - margin-right: -15px; - padding: 10px 15px; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); - margin-top: 8px; - margin-bottom: 8px; -} -@media (min-width: 768px) { - .navbar-form .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - .navbar-form .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .navbar-form .input-group > .form-control { - width: 100%; - } - .navbar-form .control-label { - margin-bottom: 0; - vertical-align: middle; - } - .navbar-form .radio, - .navbar-form .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - padding-left: 0; - vertical-align: middle; - } - .navbar-form .radio input[type="radio"], - .navbar-form .checkbox input[type="checkbox"] { - float: none; - margin-left: 0; - } - .navbar-form .has-feedback .form-control-feedback { - top: 0; - } -} -@media (max-width: 767px) { - .navbar-form .form-group { - margin-bottom: 5px; - } -} -@media (min-width: 768px) { - .navbar-form { - width: auto; - border: 0; - margin-left: 0; - margin-right: 0; - padding-top: 0; - padding-bottom: 0; - -webkit-box-shadow: none; - box-shadow: none; - } - .navbar-form.navbar-right:last-child { - margin-right: -15px; - } -} -.navbar-nav > li > .dropdown-menu { - margin-top: 0; - border-top-right-radius: 0; - border-top-left-radius: 0; -} -.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.navbar-btn { - margin-top: 8px; - margin-bottom: 8px; -} -.navbar-btn.btn-sm { - margin-top: 10px; - margin-bottom: 10px; -} -.navbar-btn.btn-xs { - margin-top: 14px; - margin-bottom: 14px; -} -.navbar-text { - margin-top: 15px; - margin-bottom: 15px; -} -@media (min-width: 768px) { - .navbar-text { - float: left; - margin-left: 15px; - margin-right: 15px; - } - .navbar-text.navbar-right:last-child { - margin-right: 0; - } -} -.navbar-default { - background-color: #f8f8f8; - border-color: #e7e7e7; -} -.navbar-default .navbar-brand { - color: #777777; -} -.navbar-default .navbar-brand:hover, -.navbar-default .navbar-brand:focus { - color: #5e5e5e; - background-color: transparent; -} -.navbar-default .navbar-text { - color: #777777; -} -.navbar-default .navbar-nav > li > a { - color: #777777; -} -.navbar-default .navbar-nav > li > a:hover, -.navbar-default .navbar-nav > li > a:focus { - color: #333333; - background-color: transparent; -} -.navbar-default .navbar-nav > .active > a, -.navbar-default .navbar-nav > .active > a:hover, -.navbar-default .navbar-nav > .active > a:focus { - color: #555555; - background-color: #e7e7e7; -} -.navbar-default .navbar-nav > .disabled > a, -.navbar-default .navbar-nav > .disabled > a:hover, -.navbar-default .navbar-nav > .disabled > a:focus { - color: #cccccc; - background-color: transparent; -} -.navbar-default .navbar-toggle { - border-color: #dddddd; -} -.navbar-default .navbar-toggle:hover, -.navbar-default .navbar-toggle:focus { - background-color: #dddddd; -} -.navbar-default .navbar-toggle .icon-bar { - background-color: #888888; -} -.navbar-default .navbar-collapse, -.navbar-default .navbar-form { - border-color: #e7e7e7; -} -.navbar-default .navbar-nav > .open > a, -.navbar-default .navbar-nav > .open > a:hover, -.navbar-default .navbar-nav > .open > a:focus { - background-color: #e7e7e7; - color: #555555; -} -@media (max-width: 767px) { - .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777777; - } - .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #333333; - background-color: transparent; - } - .navbar-default .navbar-nav .open .dropdown-menu > .active > a, - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #555555; - background-color: #e7e7e7; - } - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #cccccc; - background-color: transparent; - } -} -.navbar-default .navbar-link { - color: #777777; -} -.navbar-default .navbar-link:hover { - color: #333333; -} -.navbar-inverse { - background-color: #222222; - border-color: #080808; -} -.navbar-inverse .navbar-brand { - color: #999999; -} -.navbar-inverse .navbar-brand:hover, -.navbar-inverse .navbar-brand:focus { - color: #ffffff; - background-color: transparent; -} -.navbar-inverse .navbar-text { - color: #999999; -} -.navbar-inverse .navbar-nav > li > a { - color: #999999; -} -.navbar-inverse .navbar-nav > li > a:hover, -.navbar-inverse .navbar-nav > li > a:focus { - color: #ffffff; - background-color: transparent; -} -.navbar-inverse .navbar-nav > .active > a, -.navbar-inverse .navbar-nav > .active > a:hover, -.navbar-inverse .navbar-nav > .active > a:focus { - color: #ffffff; - background-color: #080808; -} -.navbar-inverse .navbar-nav > .disabled > a, -.navbar-inverse .navbar-nav > .disabled > a:hover, -.navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444444; - background-color: transparent; -} -.navbar-inverse .navbar-toggle { - border-color: #333333; -} -.navbar-inverse .navbar-toggle:hover, -.navbar-inverse .navbar-toggle:focus { - background-color: #333333; -} -.navbar-inverse .navbar-toggle .icon-bar { - background-color: #ffffff; -} -.navbar-inverse .navbar-collapse, -.navbar-inverse .navbar-form { - border-color: #101010; -} -.navbar-inverse .navbar-nav > .open > a, -.navbar-inverse .navbar-nav > .open > a:hover, -.navbar-inverse .navbar-nav > .open > a:focus { - background-color: #080808; - color: #ffffff; -} -@media (max-width: 767px) { - .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { - border-color: #080808; - } - .navbar-inverse .navbar-nav .open .dropdown-menu .divider { - background-color: #080808; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #999999; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: #ffffff; - background-color: transparent; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #ffffff; - background-color: #080808; - } - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444444; - background-color: transparent; - } -} -.navbar-inverse .navbar-link { - color: #999999; -} -.navbar-inverse .navbar-link:hover { - color: #ffffff; -} -.breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; - background-color: #f5f5f5; - border-radius: 4px; -} -.breadcrumb > li { - display: inline-block; -} -.breadcrumb > li + li:before { - content: "/\00a0"; - padding: 0 5px; - color: #cccccc; -} -.breadcrumb > .active { - color: #999999; -} -.pagination { - display: inline-block; - padding-left: 0; - margin: 20px 0; - border-radius: 4px; -} -.pagination > li { - display: inline; -} -.pagination > li > a, -.pagination > li > span { - position: relative; - float: left; - padding: 6px 12px; - line-height: 1.42857143; - text-decoration: none; - color: #428bca; - background-color: #ffffff; - border: 1px solid #dddddd; - margin-left: -1px; -} -.pagination > li:first-child > a, -.pagination > li:first-child > span { - margin-left: 0; - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} -.pagination > li:last-child > a, -.pagination > li:last-child > span { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; -} -.pagination > li > a:hover, -.pagination > li > span:hover, -.pagination > li > a:focus, -.pagination > li > span:focus { - color: #2a6496; - background-color: #eeeeee; - border-color: #dddddd; -} -.pagination > .active > a, -.pagination > .active > span, -.pagination > .active > a:hover, -.pagination > .active > span:hover, -.pagination > .active > a:focus, -.pagination > .active > span:focus { - z-index: 2; - color: #ffffff; - background-color: #428bca; - border-color: #428bca; - cursor: default; -} -.pagination > .disabled > span, -.pagination > .disabled > span:hover, -.pagination > .disabled > span:focus, -.pagination > .disabled > a, -.pagination > .disabled > a:hover, -.pagination > .disabled > a:focus { - color: #999999; - background-color: #ffffff; - border-color: #dddddd; - cursor: not-allowed; -} -.pagination-lg > li > a, -.pagination-lg > li > span { - padding: 10px 16px; - font-size: 18px; -} -.pagination-lg > li:first-child > a, -.pagination-lg > li:first-child > span { - border-bottom-left-radius: 6px; - border-top-left-radius: 6px; -} -.pagination-lg > li:last-child > a, -.pagination-lg > li:last-child > span { - border-bottom-right-radius: 6px; - border-top-right-radius: 6px; -} -.pagination-sm > li > a, -.pagination-sm > li > span { - padding: 5px 10px; - font-size: 12px; -} -.pagination-sm > li:first-child > a, -.pagination-sm > li:first-child > span { - border-bottom-left-radius: 3px; - border-top-left-radius: 3px; -} -.pagination-sm > li:last-child > a, -.pagination-sm > li:last-child > span { - border-bottom-right-radius: 3px; - border-top-right-radius: 3px; -} -.pager { - padding-left: 0; - margin: 20px 0; - list-style: none; - text-align: center; -} -.pager li { - display: inline; -} -.pager li > a, -.pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 15px; -} -.pager li > a:hover, -.pager li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} -.pager .next > a, -.pager .next > span { - float: right; -} -.pager .previous > a, -.pager .previous > span { - float: left; -} -.pager .disabled > a, -.pager .disabled > a:hover, -.pager .disabled > a:focus, -.pager .disabled > span { - color: #999999; - background-color: #ffffff; - cursor: not-allowed; -} -.label { - display: inline; - padding: .2em .6em .3em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: #ffffff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; -} -.label[href]:hover, -.label[href]:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; -} -.label:empty { - display: none; -} -.btn .label { - position: relative; - top: -1px; -} -.label-default { - background-color: #999999; -} -.label-default[href]:hover, -.label-default[href]:focus { - background-color: #808080; -} -.label-primary { - background-color: #428bca; -} -.label-primary[href]:hover, -.label-primary[href]:focus { - background-color: #3071a9; -} -.label-success { - background-color: #5cb85c; -} -.label-success[href]:hover, -.label-success[href]:focus { - background-color: #449d44; -} -.label-info { - background-color: #5bc0de; -} -.label-info[href]:hover, -.label-info[href]:focus { - background-color: #31b0d5; -} -.label-warning { - background-color: #f0ad4e; -} -.label-warning[href]:hover, -.label-warning[href]:focus { - background-color: #ec971f; -} -.label-danger { - background-color: #d9534f; -} -.label-danger[href]:hover, -.label-danger[href]:focus { - background-color: #c9302c; -} -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - color: #ffffff; - line-height: 1; - vertical-align: baseline; - white-space: nowrap; - text-align: center; - background-color: #999999; - border-radius: 10px; -} -.badge:empty { - display: none; -} -.btn .badge { - position: relative; - top: -1px; -} -.btn-xs .badge { - top: 0; - padding: 1px 5px; -} -a.badge:hover, -a.badge:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; -} -a.list-group-item.active > .badge, -.nav-pills > .active > a > .badge { - color: #428bca; - background-color: #ffffff; -} -.nav-pills > li > a > .badge { - margin-left: 3px; -} -.jumbotron { - padding: 30px; - margin-bottom: 30px; - color: inherit; - background-color: #eeeeee; -} -.jumbotron h1, -.jumbotron .h1 { - color: inherit; -} -.jumbotron p { - margin-bottom: 15px; - font-size: 21px; - font-weight: 200; -} -.container .jumbotron { - border-radius: 6px; -} -.jumbotron .container { - max-width: 100%; -} -@media screen and (min-width: 768px) { - .jumbotron { - padding-top: 48px; - padding-bottom: 48px; - } - .container .jumbotron { - padding-left: 60px; - padding-right: 60px; - } - .jumbotron h1, - .jumbotron .h1 { - font-size: 63px; - } -} -.thumbnail { - display: block; - padding: 4px; - margin-bottom: 20px; - line-height: 1.42857143; - background-color: #ffffff; - border: 1px solid #dddddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} -.thumbnail > img, -.thumbnail a > img { - margin-left: auto; - margin-right: auto; -} -a.thumbnail:hover, -a.thumbnail:focus, -a.thumbnail.active { - border-color: #428bca; -} -.thumbnail .caption { - padding: 9px; - color: #333333; -} -.alert { - padding: 15px; - margin-bottom: 20px; - border: 1px solid transparent; - border-radius: 4px; -} -.alert h4 { - margin-top: 0; - color: inherit; -} -.alert .alert-link { - font-weight: bold; -} -.alert > p, -.alert > ul { - margin-bottom: 0; -} -.alert > p + p { - margin-top: 5px; -} -.alert-dismissable { - padding-right: 35px; -} -.alert-dismissable .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; -} -.alert-success { - background-color: #dff0d8; - border-color: #d6e9c6; - color: #3c763d; -} -.alert-success hr { - border-top-color: #c9e2b3; -} -.alert-success .alert-link { - color: #2b542c; -} -.alert-info { - background-color: #d9edf7; - border-color: #bce8f1; - color: #31708f; -} -.alert-info hr { - border-top-color: #a6e1ec; -} -.alert-info .alert-link { - color: #245269; -} -.alert-warning { - background-color: #fcf8e3; - border-color: #faebcc; - color: #8a6d3b; -} -.alert-warning hr { - border-top-color: #f7e1b5; -} -.alert-warning .alert-link { - color: #66512c; -} -.alert-danger { - background-color: #f2dede; - border-color: #ebccd1; - color: #a94442; -} -.alert-danger hr { - border-top-color: #e4b9c0; -} -.alert-danger .alert-link { - color: #843534; -} -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -.progress { - overflow: hidden; - height: 20px; - margin-bottom: 20px; - background-color: #f5f5f5; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -} -.progress-bar { - float: left; - width: 0%; - height: 100%; - font-size: 12px; - line-height: 20px; - color: #ffffff; - text-align: center; - background-color: #428bca; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -webkit-transition: width 0.6s ease; - transition: width 0.6s ease; -} -.progress-striped .progress-bar { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-size: 40px 40px; -} -.progress.active .progress-bar { - -webkit-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} -.progress-bar-success { - background-color: #5cb85c; -} -.progress-striped .progress-bar-success { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.progress-bar-info { - background-color: #5bc0de; -} -.progress-striped .progress-bar-info { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.progress-bar-warning { - background-color: #f0ad4e; -} -.progress-striped .progress-bar-warning { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.progress-bar-danger { - background-color: #d9534f; -} -.progress-striped .progress-bar-danger { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.media, -.media-body { - overflow: hidden; - zoom: 1; -} -.media, -.media .media { - margin-top: 15px; -} -.media:first-child { - margin-top: 0; -} -.media-object { - display: block; -} -.media-heading { - margin: 0 0 5px; -} -.media > .pull-left { - margin-right: 10px; -} -.media > .pull-right { - margin-left: 10px; -} -.media-list { - padding-left: 0; - list-style: none; -} -.list-group { - margin-bottom: 20px; - padding-left: 0; -} -.list-group-item { - position: relative; - display: block; - padding: 10px 15px; - margin-bottom: -1px; - background-color: #ffffff; - border: 1px solid #dddddd; -} -.list-group-item:first-child { - border-top-right-radius: 4px; - border-top-left-radius: 4px; -} -.list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} -.list-group-item > .badge { - float: right; -} -.list-group-item > .badge + .badge { - margin-right: 5px; -} -a.list-group-item { - color: #555555; -} -a.list-group-item .list-group-item-heading { - color: #333333; -} -a.list-group-item:hover, -a.list-group-item:focus { - text-decoration: none; - background-color: #f5f5f5; -} -a.list-group-item.active, -a.list-group-item.active:hover, -a.list-group-item.active:focus { - z-index: 2; - color: #ffffff; - background-color: #428bca; - border-color: #428bca; -} -a.list-group-item.active .list-group-item-heading, -a.list-group-item.active:hover .list-group-item-heading, -a.list-group-item.active:focus .list-group-item-heading { - color: inherit; -} -a.list-group-item.active .list-group-item-text, -a.list-group-item.active:hover .list-group-item-text, -a.list-group-item.active:focus .list-group-item-text { - color: #e1edf7; -} -.list-group-item-success { - color: #3c763d; - background-color: #dff0d8; -} -a.list-group-item-success { - color: #3c763d; -} -a.list-group-item-success .list-group-item-heading { - color: inherit; -} -a.list-group-item-success:hover, -a.list-group-item-success:focus { - color: #3c763d; - background-color: #d0e9c6; -} -a.list-group-item-success.active, -a.list-group-item-success.active:hover, -a.list-group-item-success.active:focus { - color: #fff; - background-color: #3c763d; - border-color: #3c763d; -} -.list-group-item-info { - color: #31708f; - background-color: #d9edf7; -} -a.list-group-item-info { - color: #31708f; -} -a.list-group-item-info .list-group-item-heading { - color: inherit; -} -a.list-group-item-info:hover, -a.list-group-item-info:focus { - color: #31708f; - background-color: #c4e3f3; -} -a.list-group-item-info.active, -a.list-group-item-info.active:hover, -a.list-group-item-info.active:focus { - color: #fff; - background-color: #31708f; - border-color: #31708f; -} -.list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; -} -a.list-group-item-warning { - color: #8a6d3b; -} -a.list-group-item-warning .list-group-item-heading { - color: inherit; -} -a.list-group-item-warning:hover, -a.list-group-item-warning:focus { - color: #8a6d3b; - background-color: #faf2cc; -} -a.list-group-item-warning.active, -a.list-group-item-warning.active:hover, -a.list-group-item-warning.active:focus { - color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; -} -.list-group-item-danger { - color: #a94442; - background-color: #f2dede; -} -a.list-group-item-danger { - color: #a94442; -} -a.list-group-item-danger .list-group-item-heading { - color: inherit; -} -a.list-group-item-danger:hover, -a.list-group-item-danger:focus { - color: #a94442; - background-color: #ebcccc; -} -a.list-group-item-danger.active, -a.list-group-item-danger.active:hover, -a.list-group-item-danger.active:focus { - color: #fff; - background-color: #a94442; - border-color: #a94442; -} -.list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; -} -.list-group-item-text { - margin-bottom: 0; - line-height: 1.3; -} -.panel { - margin-bottom: 20px; - background-color: #ffffff; - border: 1px solid transparent; - border-radius: 4px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -} -.panel-body { - padding: 15px; -} -.panel-heading { - padding: 10px 15px; - border-bottom: 1px solid transparent; - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} -.panel-heading > .dropdown .dropdown-toggle { - color: inherit; -} -.panel-title { - margin-top: 0; - margin-bottom: 0; - font-size: 16px; - color: inherit; -} -.panel-title > a { - color: inherit; -} -.panel-footer { - padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #dddddd; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.panel > .list-group { - margin-bottom: 0; -} -.panel > .list-group .list-group-item { - border-width: 1px 0; - border-radius: 0; -} -.panel > .list-group:first-child .list-group-item:first-child { - border-top: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} -.panel > .list-group:last-child .list-group-item:last-child { - border-bottom: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.panel-heading + .list-group .list-group-item:first-child { - border-top-width: 0; -} -.panel > .table, -.panel > .table-responsive > .table { - margin-bottom: 0; -} -.panel > .table:first-child, -.panel > .table-responsive:first-child > .table:first-child { - border-top-right-radius: 3px; - border-top-left-radius: 3px; -} -.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.panel > .table:first-child > thead:first-child > tr:first-child th:first-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, -.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { - border-top-left-radius: 3px; -} -.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, -.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.panel > .table:first-child > thead:first-child > tr:first-child th:last-child, -.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, -.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, -.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { - border-top-right-radius: 3px; -} -.panel > .table:last-child, -.panel > .table-responsive:last-child > .table:last-child { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { - border-bottom-left-radius: 3px; -} -.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, -.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { - border-bottom-right-radius: 3px; -} -.panel > .panel-body + .table, -.panel > .panel-body + .table-responsive { - border-top: 1px solid #dddddd; -} -.panel > .table > tbody:first-child > tr:first-child th, -.panel > .table > tbody:first-child > tr:first-child td { - border-top: 0; -} -.panel > .table-bordered, -.panel > .table-responsive > .table-bordered { - border: 0; -} -.panel > .table-bordered > thead > tr > th:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, -.panel > .table-bordered > tbody > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, -.panel > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, -.panel > .table-bordered > thead > tr > td:first-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:first-child, -.panel > .table-bordered > tbody > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, -.panel > .table-bordered > tfoot > tr > td:first-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; -} -.panel > .table-bordered > thead > tr > th:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, -.panel > .table-bordered > tbody > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, -.panel > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, -.panel > .table-bordered > thead > tr > td:last-child, -.panel > .table-responsive > .table-bordered > thead > tr > td:last-child, -.panel > .table-bordered > tbody > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, -.panel > .table-bordered > tfoot > tr > td:last-child, -.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; -} -.panel > .table-bordered > thead > tr:first-child > td, -.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, -.panel > .table-bordered > tbody > tr:first-child > td, -.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, -.panel > .table-bordered > thead > tr:first-child > th, -.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, -.panel > .table-bordered > tbody > tr:first-child > th, -.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { - border-bottom: 0; -} -.panel > .table-bordered > tbody > tr:last-child > td, -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, -.panel > .table-bordered > tfoot > tr:last-child > td, -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, -.panel > .table-bordered > tbody > tr:last-child > th, -.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, -.panel > .table-bordered > tfoot > tr:last-child > th, -.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { - border-bottom: 0; -} -.panel > .table-responsive { - border: 0; - margin-bottom: 0; -} -.panel-group { - margin-bottom: 20px; -} -.panel-group .panel { - margin-bottom: 0; - border-radius: 4px; - overflow: hidden; -} -.panel-group .panel + .panel { - margin-top: 5px; -} -.panel-group .panel-heading { - border-bottom: 0; -} -.panel-group .panel-heading + .panel-collapse .panel-body { - border-top: 1px solid #dddddd; -} -.panel-group .panel-footer { - border-top: 0; -} -.panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #dddddd; -} -.panel-default { - border-color: #dddddd; -} -.panel-default > .panel-heading { - color: #333333; - background-color: #f5f5f5; - border-color: #dddddd; -} -.panel-default > .panel-heading + .panel-collapse .panel-body { - border-top-color: #dddddd; -} -.panel-default > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #dddddd; -} -.panel-primary { - border-color: #428bca; -} -.panel-primary > .panel-heading { - color: #ffffff; - background-color: #428bca; - border-color: #428bca; -} -.panel-primary > .panel-heading + .panel-collapse .panel-body { - border-top-color: #428bca; -} -.panel-primary > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #428bca; -} -.panel-success { - border-color: #d6e9c6; -} -.panel-success > .panel-heading { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; -} -.panel-success > .panel-heading + .panel-collapse .panel-body { - border-top-color: #d6e9c6; -} -.panel-success > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #d6e9c6; -} -.panel-info { - border-color: #bce8f1; -} -.panel-info > .panel-heading { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; -} -.panel-info > .panel-heading + .panel-collapse .panel-body { - border-top-color: #bce8f1; -} -.panel-info > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #bce8f1; -} -.panel-warning { - border-color: #faebcc; -} -.panel-warning > .panel-heading { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; -} -.panel-warning > .panel-heading + .panel-collapse .panel-body { - border-top-color: #faebcc; -} -.panel-warning > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #faebcc; -} -.panel-danger { - border-color: #ebccd1; -} -.panel-danger > .panel-heading { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; -} -.panel-danger > .panel-heading + .panel-collapse .panel-body { - border-top-color: #ebccd1; -} -.panel-danger > .panel-footer + .panel-collapse .panel-body { - border-bottom-color: #ebccd1; -} -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -} -.well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); -} -.well-lg { - padding: 24px; - border-radius: 6px; -} -.well-sm { - padding: 9px; - border-radius: 3px; -} -.close { - float: right; - font-size: 21px; - font-weight: bold; - line-height: 1; - color: #000000; - text-shadow: 0 1px 0 #ffffff; - opacity: 0.2; - filter: alpha(opacity=20); -} -.close:hover, -.close:focus { - color: #000000; - text-decoration: none; - cursor: pointer; - opacity: 0.5; - filter: alpha(opacity=50); -} -button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} -.modal-open { - overflow: hidden; -} -.modal { - display: none; - overflow: auto; - overflow-y: scroll; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1050; - -webkit-overflow-scrolling: touch; - outline: 0; -} -.modal.fade .modal-dialog { - -webkit-transform: translate(0, -25%); - -ms-transform: translate(0, -25%); - transform: translate(0, -25%); - -webkit-transition: -webkit-transform 0.3s ease-out; - -moz-transition: -moz-transform 0.3s ease-out; - -o-transition: -o-transform 0.3s ease-out; - transition: transform 0.3s ease-out; -} -.modal.in .modal-dialog { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - transform: translate(0, 0); -} -.modal-dialog { - position: relative; - width: auto; - margin: 10px; -} -.modal-content { - position: relative; - background-color: #ffffff; - border: 1px solid #999999; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - background-clip: padding-box; - outline: none; -} -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000000; -} -.modal-backdrop.fade { - opacity: 0; - filter: alpha(opacity=0); -} -.modal-backdrop.in { - opacity: 0.5; - filter: alpha(opacity=50); -} -.modal-header { - padding: 15px; - border-bottom: 1px solid #e5e5e5; - min-height: 16.42857143px; -} -.modal-header .close { - margin-top: -2px; -} -.modal-title { - margin: 0; - line-height: 1.42857143; -} -.modal-body { - position: relative; - padding: 20px; -} -.modal-footer { - margin-top: 15px; - padding: 19px 20px 20px; - text-align: right; - border-top: 1px solid #e5e5e5; -} -.modal-footer .btn + .btn { - margin-left: 5px; - margin-bottom: 0; -} -.modal-footer .btn-group .btn + .btn { - margin-left: -1px; -} -.modal-footer .btn-block + .btn-block { - margin-left: 0; -} -@media (min-width: 768px) { - .modal-dialog { - width: 600px; - margin: 30px auto; - } - .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - } - .modal-sm { - width: 300px; - } -} -@media (min-width: 992px) { - .modal-lg { - width: 900px; - } -} -.tooltip { - position: absolute; - z-index: 1030; - display: block; - visibility: visible; - font-size: 12px; - line-height: 1.4; - opacity: 0; - filter: alpha(opacity=0); -} -.tooltip.in { - opacity: 0.9; - filter: alpha(opacity=90); -} -.tooltip.top { - margin-top: -3px; - padding: 5px 0; -} -.tooltip.right { - margin-left: 3px; - padding: 0 5px; -} -.tooltip.bottom { - margin-top: 3px; - padding: 5px 0; -} -.tooltip.left { - margin-left: -3px; - padding: 0 5px; -} -.tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #ffffff; - text-align: center; - text-decoration: none; - background-color: #000000; - border-radius: 4px; -} -.tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.tooltip.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -5px; - border-width: 5px 5px 0; - border-top-color: #000000; -} -.tooltip.top-left .tooltip-arrow { - bottom: 0; - left: 5px; - border-width: 5px 5px 0; - border-top-color: #000000; -} -.tooltip.top-right .tooltip-arrow { - bottom: 0; - right: 5px; - border-width: 5px 5px 0; - border-top-color: #000000; -} -.tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-width: 5px 5px 5px 0; - border-right-color: #000000; -} -.tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-width: 5px 0 5px 5px; - border-left-color: #000000; -} -.tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000000; -} -.tooltip.bottom-left .tooltip-arrow { - top: 0; - left: 5px; - border-width: 0 5px 5px; - border-bottom-color: #000000; -} -.tooltip.bottom-right .tooltip-arrow { - top: 0; - right: 5px; - border-width: 0 5px 5px; - border-bottom-color: #000000; -} -.popover { - position: absolute; - top: 0; - left: 0; - z-index: 1010; - display: none; - max-width: 276px; - padding: 1px; - text-align: left; - background-color: #ffffff; - background-clip: padding-box; - border: 1px solid #cccccc; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - white-space: normal; -} -.popover.top { - margin-top: -10px; -} -.popover.right { - margin-left: 10px; -} -.popover.bottom { - margin-top: 10px; -} -.popover.left { - margin-left: -10px; -} -.popover-title { - margin: 0; - padding: 8px 14px; - font-size: 14px; - font-weight: normal; - line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-radius: 5px 5px 0 0; -} -.popover-content { - padding: 9px 14px; -} -.popover > .arrow, -.popover > .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.popover > .arrow { - border-width: 11px; -} -.popover > .arrow:after { - border-width: 10px; - content: ""; -} -.popover.top > .arrow { - left: 50%; - margin-left: -11px; - border-bottom-width: 0; - border-top-color: #999999; - border-top-color: rgba(0, 0, 0, 0.25); - bottom: -11px; -} -.popover.top > .arrow:after { - content: " "; - bottom: 1px; - margin-left: -10px; - border-bottom-width: 0; - border-top-color: #ffffff; -} -.popover.right > .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-left-width: 0; - border-right-color: #999999; - border-right-color: rgba(0, 0, 0, 0.25); -} -.popover.right > .arrow:after { - content: " "; - left: 1px; - bottom: -10px; - border-left-width: 0; - border-right-color: #ffffff; -} -.popover.bottom > .arrow { - left: 50%; - margin-left: -11px; - border-top-width: 0; - border-bottom-color: #999999; - border-bottom-color: rgba(0, 0, 0, 0.25); - top: -11px; -} -.popover.bottom > .arrow:after { - content: " "; - top: 1px; - margin-left: -10px; - border-top-width: 0; - border-bottom-color: #ffffff; -} -.popover.left > .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-right-width: 0; - border-left-color: #999999; - border-left-color: rgba(0, 0, 0, 0.25); -} -.popover.left > .arrow:after { - content: " "; - right: 1px; - border-right-width: 0; - border-left-color: #ffffff; - bottom: -10px; -} -.carousel { - position: relative; -} -.carousel-inner { - position: relative; - overflow: hidden; - width: 100%; -} -.carousel-inner > .item { - display: none; - position: relative; - -webkit-transition: 0.6s ease-in-out left; - transition: 0.6s ease-in-out left; -} -.carousel-inner > .item > img, -.carousel-inner > .item > a > img { - line-height: 1; -} -.carousel-inner > .active, -.carousel-inner > .next, -.carousel-inner > .prev { - display: block; -} -.carousel-inner > .active { - left: 0; -} -.carousel-inner > .next, -.carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; -} -.carousel-inner > .next { - left: 100%; -} -.carousel-inner > .prev { - left: -100%; -} -.carousel-inner > .next.left, -.carousel-inner > .prev.right { - left: 0; -} -.carousel-inner > .active.left { - left: -100%; -} -.carousel-inner > .active.right { - left: 100%; -} -.carousel-control { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: 15%; - opacity: 0.5; - filter: alpha(opacity=50); - font-size: 20px; - color: #ffffff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} -.carousel-control.left { - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); -} -.carousel-control.right { - left: auto; - right: 0; - background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); -} -.carousel-control:hover, -.carousel-control:focus { - outline: none; - color: #ffffff; - text-decoration: none; - opacity: 0.9; - filter: alpha(opacity=90); -} -.carousel-control .icon-prev, -.carousel-control .icon-next, -.carousel-control .glyphicon-chevron-left, -.carousel-control .glyphicon-chevron-right { - position: absolute; - top: 50%; - z-index: 5; - display: inline-block; -} -.carousel-control .icon-prev, -.carousel-control .glyphicon-chevron-left { - left: 50%; -} -.carousel-control .icon-next, -.carousel-control .glyphicon-chevron-right { - right: 50%; -} -.carousel-control .icon-prev, -.carousel-control .icon-next { - width: 20px; - height: 20px; - margin-top: -10px; - margin-left: -10px; - font-family: serif; -} -.carousel-control .icon-prev:before { - content: '\2039'; -} -.carousel-control .icon-next:before { - content: '\203a'; -} -.carousel-indicators { - position: absolute; - bottom: 10px; - left: 50%; - z-index: 15; - width: 60%; - margin-left: -30%; - padding-left: 0; - list-style: none; - text-align: center; -} -.carousel-indicators li { - display: inline-block; - width: 10px; - height: 10px; - margin: 1px; - text-indent: -999px; - border: 1px solid #ffffff; - border-radius: 10px; - cursor: pointer; - background-color: #000 \9; - background-color: rgba(0, 0, 0, 0); -} -.carousel-indicators .active { - margin: 0; - width: 12px; - height: 12px; - background-color: #ffffff; -} -.carousel-caption { - position: absolute; - left: 15%; - right: 15%; - bottom: 20px; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #ffffff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} -.carousel-caption .btn { - text-shadow: none; -} -@media screen and (min-width: 768px) { - .carousel-control .glyphicon-chevron-left, - .carousel-control .glyphicon-chevron-right, - .carousel-control .icon-prev, - .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - margin-left: -15px; - font-size: 30px; - } - .carousel-caption { - left: 20%; - right: 20%; - padding-bottom: 30px; - } - .carousel-indicators { - bottom: 20px; - } -} -.clearfix:before, -.clearfix:after, -.container:before, -.container:after, -.container-fluid:before, -.container-fluid:after, -.row:before, -.row:after, -.form-horizontal .form-group:before, -.form-horizontal .form-group:after, -.btn-toolbar:before, -.btn-toolbar:after, -.btn-group-vertical > .btn-group:before, -.btn-group-vertical > .btn-group:after, -.nav:before, -.nav:after, -.navbar:before, -.navbar:after, -.navbar-header:before, -.navbar-header:after, -.navbar-collapse:before, -.navbar-collapse:after, -.pager:before, -.pager:after, -.panel-body:before, -.panel-body:after, -.modal-footer:before, -.modal-footer:after { - content: " "; - display: table; -} -.clearfix:after, -.container:after, -.container-fluid:after, -.row:after, -.form-horizontal .form-group:after, -.btn-toolbar:after, -.btn-group-vertical > .btn-group:after, -.nav:after, -.navbar:after, -.navbar-header:after, -.navbar-collapse:after, -.pager:after, -.panel-body:after, -.modal-footer:after { - clear: both; -} -.center-block { - display: block; - margin-left: auto; - margin-right: auto; -} -.pull-right { - float: right !important; -} -.pull-left { - float: left !important; -} -.hide { - display: none !important; -} -.show { - display: block !important; -} -.invisible { - visibility: hidden; -} -.text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} -.hidden { - display: none !important; - visibility: hidden !important; -} -.affix { - position: fixed; -} -@-ms-viewport { - width: device-width; -} -.visible-xs, -.visible-sm, -.visible-md, -.visible-lg { - display: none !important; -} -@media (max-width: 767px) { - .visible-xs { - display: block !important; - } - table.visible-xs { - display: table; - } - tr.visible-xs { - display: table-row !important; - } - th.visible-xs, - td.visible-xs { - display: table-cell !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .visible-sm { - display: block !important; - } - table.visible-sm { - display: table; - } - tr.visible-sm { - display: table-row !important; - } - th.visible-sm, - td.visible-sm { - display: table-cell !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .visible-md { - display: block !important; - } - table.visible-md { - display: table; - } - tr.visible-md { - display: table-row !important; - } - th.visible-md, - td.visible-md { - display: table-cell !important; - } -} -@media (min-width: 1200px) { - .visible-lg { - display: block !important; - } - table.visible-lg { - display: table; - } - tr.visible-lg { - display: table-row !important; - } - th.visible-lg, - td.visible-lg { - display: table-cell !important; - } -} -@media (max-width: 767px) { - .hidden-xs { - display: none !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .hidden-sm { - display: none !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .hidden-md { - display: none !important; - } -} -@media (min-width: 1200px) { - .hidden-lg { - display: none !important; - } -} -.visible-print { - display: none !important; -} -@media print { - .visible-print { - display: block !important; - } - table.visible-print { - display: table; - } - tr.visible-print { - display: table-row !important; - } - th.visible-print, - td.visible-print { - display: table-cell !important; - } -} -@media print { - .hidden-print { - display: none !important; - } -} diff --git a/woc/css/bootstrap.min.css b/woc/css/bootstrap.min.css deleted file mode 100644 index c19d43c..0000000 --- a/woc/css/bootstrap.min.css +++ /dev/null @@ -1 +0,0 @@ -/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0}mark{background:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus,a:hover{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#999}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}blockquote:after,blockquote:before{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.checkbox,.radio{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.checkbox label,.radio label{display:inline;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{float:left;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.checkbox-inline[disabled],.checkbox[disabled],.radio-inline[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .radio-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active:focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default:active,.btn-default:focus,.btn-default:hover,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default.active,.btn-default:active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary.active,.btn-primary:active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success:active,.btn-success:focus,.btn-success:hover,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success.active,.btn-success:active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info:active,.btn-info:focus,.btn-info:hover,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info.active,.btn-info:active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#999;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#999}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group-vertical>.btn:focus,.btn-group>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=checkbox],[data-toggle=buttons]>.btn>input[type=radio]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-left:0;padding-right:0}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:focus,.label[href]:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:focus,.label-default[href]:hover{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.nav-pills>.active>a>.badge,a.list-group-item.active>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-left:auto;margin-right:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15)25%,transparent 25%,transparent 50%,rgba(255,255,255,.15)50%,rgba(255,255,255,.15)75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:focus,a.list-group-item.active:hover{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:focus .list-group-item-text,a.list-group-item.active:hover .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.43px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5)0),color-stop(rgba(0,0,0,.0001)100%));background-image:linear-gradient(to right,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001)0),color-stop(rgba(0,0,0,.5)100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{content:" ";display:table}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-print,.visible-sm,.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}} \ No newline at end of file diff --git a/woc/css/elegant-icons.min.css b/woc/css/elegant-icons.min.css deleted file mode 100644 index 25ab866..0000000 --- a/woc/css/elegant-icons.min.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-family:ElegantIcons;src:url(../fonts/ElegantIcons.eot);src:url(../fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),url(../fonts/ElegantIcons.woff) format('woff'),url(../fonts/ElegantIcons.ttf) format('truetype'),url(../fonts/ElegantIcons.svg#ElegantIcons) format('svg');font-weight:400;font-style:normal}[data-icon]:before{font-family:ElegantIcons;content:attr(data-icon);speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.arrow-up-down,.arrow_back,.arrow_carrot-2down,.arrow_carrot-2down_alt2,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left,.arrow_carrot-2left_alt,.arrow_carrot-2left_alt2,.arrow_carrot-2right,.arrow_carrot-2right_alt,.arrow_carrot-2right_alt2,.arrow_carrot-2up,.arrow_carrot-2up_alt,.arrow_carrot-2up_alt2,.arrow_carrot-down,.arrow_carrot-down_alt,.arrow_carrot-down_alt2,.arrow_carrot-left,.arrow_carrot-left_alt,.arrow_carrot-left_alt2,.arrow_carrot-right,.arrow_carrot-right_alt,.arrow_carrot-right_alt2,.arrow_carrot-up,.arrow_carrot-up_alt2,.arrow_carrot_up_alt,.arrow_condense,.arrow_condense_alt,.arrow_down,.arrow_down_alt,.arrow_expand,.arrow_expand_alt,.arrow_expand_alt2,.arrow_expand_alt3,.arrow_left,.arrow_left-down,.arrow_left-down_alt,.arrow_left-right,.arrow_left-right_alt,.arrow_left-up,.arrow_left-up_alt,.arrow_left_alt,.arrow_move,.arrow_right,.arrow_right-down,.arrow_right-down_alt,.arrow_right-up,.arrow_right-up_alt,.arrow_right_alt,.arrow_triangle-down,.arrow_triangle-down_alt,.arrow_triangle-down_alt2,.arrow_triangle-left,.arrow_triangle-left_alt,.arrow_triangle-left_alt2,.arrow_triangle-right,.arrow_triangle-right_alt,.arrow_triangle-right_alt2,.arrow_triangle-up,.arrow_triangle-up_alt,.arrow_triangle-up_alt2,.arrow_up,.arrow_up-down_alt,.arrow_up_alt,.icon_adjust-horiz,.icon_adjust-vert,.icon_archive,.icon_archive_alt,.icon_bag,.icon_bag_alt,.icon_balance,.icon_blocked,.icon_book,.icon_book_alt,.icon_box-checked,.icon_box-empty,.icon_box-selected,.icon_briefcase,.icon_briefcase_alt,.icon_building,.icon_building_alt,.icon_calculator_alt,.icon_calendar,.icon_calulator,.icon_camera,.icon_camera_alt,.icon_cart,.icon_cart_alt,.icon_chat,.icon_chat_alt,.icon_check,.icon_check_alt,.icon_check_alt2,.icon_circle-empty,.icon_circle-slelected,.icon_clipboard,.icon_clock,.icon_clock_alt,.icon_close,.icon_close_alt,.icon_close_alt2,.icon_cloud,.icon_cloud-download,.icon_cloud-download_alt,.icon_cloud-upload,.icon_cloud-upload_alt,.icon_cloud_alt,.icon_cog,.icon_cogs,.icon_comment,.icon_comment_alt,.icon_compass,.icon_compass_alt,.icon_cone,.icon_cone_alt,.icon_contacts,.icon_contacts_alt,.icon_creditcard,.icon_currency,.icon_currency_alt,.icon_cursor,.icon_cursor_alt,.icon_datareport,.icon_datareport_alt,.icon_desktop,.icon_dislike,.icon_dislike_alt,.icon_document,.icon_document_alt,.icon_documents,.icon_documents_alt,.icon_download,.icon_drawer,.icon_drawer_alt,.icon_drive,.icon_drive_alt,.icon_easel,.icon_easel_alt,.icon_error-circle,.icon_error-circle_alt,.icon_error-oct,.icon_error-oct_alt,.icon_error-triangle,.icon_error-triangle_alt,.icon_film,.icon_floppy,.icon_floppy_alt,.icon_flowchart,.icon_flowchart_alt,.icon_folder,.icon_folder-add,.icon_folder-add_alt,.icon_folder-alt,.icon_folder-open,.icon_folder-open_alt,.icon_folder_download,.icon_folder_upload,.icon_genius,.icon_gift,.icon_gift_alt,.icon_globe,.icon_globe-2,.icon_globe_alt,.icon_grid-2x2,.icon_grid-3x3,.icon_group,.icon_headphones,.icon_heart,.icon_heart_alt,.icon_hourglass,.icon_house,.icon_house_alt,.icon_id,.icon_id-2,.icon_id-2_alt,.icon_id_alt,.icon_image,.icon_images,.icon_info,.icon_info_alt,.icon_key,.icon_key_alt,.icon_laptop,.icon_lifesaver,.icon_lightbulb,.icon_lightbulb_alt,.icon_like,.icon_like_alt,.icon_link,.icon_link_alt,.icon_loading,.icon_lock,.icon_lock-open,.icon_lock-open_alt,.icon_lock_alt,.icon_mail,.icon_mail_alt,.icon_map,.icon_map_alt,.icon_menu,.icon_menu-circle_alt,.icon_menu-circle_alt2,.icon_menu-square_alt,.icon_menu-square_alt2,.icon_mic,.icon_mic_alt,.icon_minus-06,.icon_minus-box,.icon_minus_alt,.icon_minus_alt2,.icon_mobile,.icon_mug,.icon_mug_alt,.icon_music,.icon_ol,.icon_paperclip,.icon_pause,.icon_pause_alt,.icon_pause_alt2,.icon_pencil,.icon_pencil-edit,.icon_pencil-edit_alt,.icon_pencil_alt,.icon_pens,.icon_pens_alt,.icon_percent,.icon_percent_alt,.icon_phone,.icon_piechart,.icon_pin,.icon_pin_alt,.icon_plus,.icon_plus-box,.icon_plus_alt,.icon_plus_alt2,.icon_printer,.icon_printer-alt,.icon_profile,.icon_pushpin,.icon_pushpin_alt,.icon_puzzle,.icon_puzzle_alt,.icon_question,.icon_question_alt,.icon_question_alt2,.icon_quotations,.icon_quotations_alt,.icon_quotations_alt2,.icon_refresh,.icon_ribbon,.icon_ribbon_alt,.icon_rook,.icon_search,.icon_search-2,.icon_search_alt,.icon_shield,.icon_shield_alt,.icon_star,.icon_star-half,.icon_star-half_alt,.icon_star_alt,.icon_stop,.icon_stop_alt,.icon_stop_alt2,.icon_table,.icon_tablet,.icon_tag,.icon_tag_alt,.icon_tags,.icon_tags_alt,.icon_target,.icon_tool,.icon_toolbox,.icon_toolbox_alt,.icon_tools,.icon_trash,.icon_trash_alt,.icon_ul,.icon_upload,.icon_vol-mute,.icon_vol-mute_alt,.icon_volume-high,.icon_volume-high_alt,.icon_volume-low,.icon_volume-low_alt,.icon_wallet,.icon_wallet_alt,.icon_zoom-in,.icon_zoom-in_alt,.icon_zoom-out,.icon_zoom-out_alt,.social_blogger,.social_blogger_circle,.social_blogger_square,.social_delicious,.social_delicious_circle,.social_delicious_square,.social_deviantart,.social_deviantart_circle,.social_deviantart_square,.social_dribbble,.social_dribbble_circle,.social_dribbble_square,.social_facebook,.social_facebook_circle,.social_facebook_square,.social_flickr,.social_flickr_circle,.social_flickr_square,.social_googledrive,.social_googledrive_alt2,.social_googledrive_square,.social_googleplus,.social_googleplus_circle,.social_googleplus_square,.social_instagram,.social_instagram_circle,.social_instagram_square,.social_linkedin,.social_linkedin_circle,.social_linkedin_square,.social_myspace,.social_myspace_circle,.social_myspace_square,.social_picassa,.social_picassa_circle,.social_picassa_square,.social_pinterest,.social_pinterest_circle,.social_pinterest_square,.social_rss,.social_rss_circle,.social_rss_square,.social_share,.social_share_circle,.social_share_square,.social_skype,.social_skype_circle,.social_skype_square,.social_spotify,.social_spotify_circle,.social_spotify_square,.social_stumbleupon_circle,.social_stumbleupon_square,.social_tumbleupon,.social_tumblr,.social_tumblr_circle,.social_tumblr_square,.social_twitter,.social_twitter_circle,.social_twitter_square,.social_vimeo,.social_vimeo_circle,.social_vimeo_square,.social_wordpress,.social_wordpress_circle,.social_wordpress_square,.social_youtube,.social_youtube_circle,.social_youtube_square{font-family:ElegantIcons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.arrow_up:before{content:"\21"}.arrow_down:before{content:"\22"}.arrow_left:before{content:"\23"}.arrow_right:before{content:"\24"}.arrow_left-up:before{content:"\25"}.arrow_right-up:before{content:"\26"}.arrow_right-down:before{content:"\27"}.arrow_left-down:before{content:"\28"}.arrow-up-down:before{content:"\29"}.arrow_up-down_alt:before{content:"\2a"}.arrow_left-right_alt:before{content:"\2b"}.arrow_left-right:before{content:"\2c"}.arrow_expand_alt2:before{content:"\2d"}.arrow_expand_alt:before{content:"\2e"}.arrow_condense:before{content:"\2f"}.arrow_expand:before{content:"\30"}.arrow_move:before{content:"\31"}.arrow_carrot-up:before{content:"\32"}.arrow_carrot-down:before{content:"\33"}.arrow_carrot-left:before{content:"\34"}.arrow_carrot-right:before{content:"\35"}.arrow_carrot-2up:before{content:"\36"}.arrow_carrot-2down:before{content:"\37"}.arrow_carrot-2left:before{content:"\38"}.arrow_carrot-2right:before{content:"\39"}.arrow_carrot-up_alt2:before{content:"\3a"}.arrow_carrot-down_alt2:before{content:"\3b"}.arrow_carrot-left_alt2:before{content:"\3c"}.arrow_carrot-right_alt2:before{content:"\3d"}.arrow_carrot-2up_alt2:before{content:"\3e"}.arrow_carrot-2down_alt2:before{content:"\3f"}.arrow_carrot-2left_alt2:before{content:"\40"}.arrow_carrot-2right_alt2:before{content:"\41"}.arrow_triangle-up:before{content:"\42"}.arrow_triangle-down:before{content:"\43"}.arrow_triangle-left:before{content:"\44"}.arrow_triangle-right:before{content:"\45"}.arrow_triangle-up_alt2:before{content:"\46"}.arrow_triangle-down_alt2:before{content:"\47"}.arrow_triangle-left_alt2:before{content:"\48"}.arrow_triangle-right_alt2:before{content:"\49"}.arrow_back:before{content:"\4a"}.icon_minus-06:before{content:"\4b"}.icon_plus:before{content:"\4c"}.icon_close:before{content:"\4d"}.icon_check:before{content:"\4e"}.icon_minus_alt2:before{content:"\4f"}.icon_plus_alt2:before{content:"\50"}.icon_close_alt2:before{content:"\51"}.icon_check_alt2:before{content:"\52"}.icon_zoom-out_alt:before{content:"\53"}.icon_zoom-in_alt:before{content:"\54"}.icon_search:before{content:"\55"}.icon_box-empty:before{content:"\56"}.icon_box-selected:before{content:"\57"}.icon_minus-box:before{content:"\58"}.icon_plus-box:before{content:"\59"}.icon_box-checked:before{content:"\5a"}.icon_circle-empty:before{content:"\5b"}.icon_circle-slelected:before{content:"\5c"}.icon_stop_alt2:before{content:"\5d"}.icon_stop:before{content:"\5e"}.icon_pause_alt2:before{content:"\5f"}.icon_pause:before{content:"\60"}.icon_menu:before{content:"\61"}.icon_menu-square_alt2:before{content:"\62"}.icon_menu-circle_alt2:before{content:"\63"}.icon_ul:before{content:"\64"}.icon_ol:before{content:"\65"}.icon_adjust-horiz:before{content:"\66"}.icon_adjust-vert:before{content:"\67"}.icon_document_alt:before{content:"\68"}.icon_documents_alt:before{content:"\69"}.icon_pencil:before{content:"\6a"}.icon_pencil-edit_alt:before{content:"\6b"}.icon_pencil-edit:before{content:"\6c"}.icon_folder-alt:before{content:"\6d"}.icon_folder-open_alt:before{content:"\6e"}.icon_folder-add_alt:before{content:"\6f"}.icon_info_alt:before{content:"\70"}.icon_error-oct_alt:before{content:"\71"}.icon_error-circle_alt:before{content:"\72"}.icon_error-triangle_alt:before{content:"\73"}.icon_question_alt2:before{content:"\74"}.icon_question:before{content:"\75"}.icon_comment_alt:before{content:"\76"}.icon_chat_alt:before{content:"\77"}.icon_vol-mute_alt:before{content:"\78"}.icon_volume-low_alt:before{content:"\79"}.icon_volume-high_alt:before{content:"\7a"}.icon_quotations:before{content:"\7b"}.icon_quotations_alt2:before{content:"\7c"}.icon_clock_alt:before{content:"\7d"}.icon_lock_alt:before{content:"\7e"}.icon_lock-open_alt:before{content:"\e000"}.icon_key_alt:before{content:"\e001"}.icon_cloud_alt:before{content:"\e002"}.icon_cloud-upload_alt:before{content:"\e003"}.icon_cloud-download_alt:before{content:"\e004"}.icon_image:before{content:"\e005"}.icon_images:before{content:"\e006"}.icon_lightbulb_alt:before{content:"\e007"}.icon_gift_alt:before{content:"\e008"}.icon_house_alt:before{content:"\e009"}.icon_genius:before{content:"\e00a"}.icon_mobile:before{content:"\e00b"}.icon_tablet:before{content:"\e00c"}.icon_laptop:before{content:"\e00d"}.icon_desktop:before{content:"\e00e"}.icon_camera_alt:before{content:"\e00f"}.icon_mail_alt:before{content:"\e010"}.icon_cone_alt:before{content:"\e011"}.icon_ribbon_alt:before{content:"\e012"}.icon_bag_alt:before{content:"\e013"}.icon_creditcard:before{content:"\e014"}.icon_cart_alt:before{content:"\e015"}.icon_paperclip:before{content:"\e016"}.icon_tag_alt:before{content:"\e017"}.icon_tags_alt:before{content:"\e018"}.icon_trash_alt:before{content:"\e019"}.icon_cursor_alt:before{content:"\e01a"}.icon_mic_alt:before{content:"\e01b"}.icon_compass_alt:before{content:"\e01c"}.icon_pin_alt:before{content:"\e01d"}.icon_pushpin_alt:before{content:"\e01e"}.icon_map_alt:before{content:"\e01f"}.icon_drawer_alt:before{content:"\e020"}.icon_toolbox_alt:before{content:"\e021"}.icon_book_alt:before{content:"\e022"}.icon_calendar:before{content:"\e023"}.icon_film:before{content:"\e024"}.icon_table:before{content:"\e025"}.icon_contacts_alt:before{content:"\e026"}.icon_headphones:before{content:"\e027"}.icon_lifesaver:before{content:"\e028"}.icon_piechart:before{content:"\e029"}.icon_refresh:before{content:"\e02a"}.icon_link_alt:before{content:"\e02b"}.icon_link:before{content:"\e02c"}.icon_loading:before{content:"\e02d"}.icon_blocked:before{content:"\e02e"}.icon_archive_alt:before{content:"\e02f"}.icon_heart_alt:before{content:"\e030"}.icon_star_alt:before{content:"\e031"}.icon_star-half_alt:before{content:"\e032"}.icon_star:before{content:"\e033"}.icon_star-half:before{content:"\e034"}.icon_tools:before{content:"\e035"}.icon_tool:before{content:"\e036"}.icon_cog:before{content:"\e037"}.icon_cogs:before{content:"\e038"}.arrow_up_alt:before{content:"\e039"}.arrow_down_alt:before{content:"\e03a"}.arrow_left_alt:before{content:"\e03b"}.arrow_right_alt:before{content:"\e03c"}.arrow_left-up_alt:before{content:"\e03d"}.arrow_right-up_alt:before{content:"\e03e"}.arrow_right-down_alt:before{content:"\e03f"}.arrow_left-down_alt:before{content:"\e040"}.arrow_condense_alt:before{content:"\e041"}.arrow_expand_alt3:before{content:"\e042"}.arrow_carrot_up_alt:before{content:"\e043"}.arrow_carrot-down_alt:before{content:"\e044"}.arrow_carrot-left_alt:before{content:"\e045"}.arrow_carrot-right_alt:before{content:"\e046"}.arrow_carrot-2up_alt:before{content:"\e047"}.arrow_carrot-2dwnn_alt:before{content:"\e048"}.arrow_carrot-2left_alt:before{content:"\e049"}.arrow_carrot-2right_alt:before{content:"\e04a"}.arrow_triangle-up_alt:before{content:"\e04b"}.arrow_triangle-down_alt:before{content:"\e04c"}.arrow_triangle-left_alt:before{content:"\e04d"}.arrow_triangle-right_alt:before{content:"\e04e"}.icon_minus_alt:before{content:"\e04f"}.icon_plus_alt:before{content:"\e050"}.icon_close_alt:before{content:"\e051"}.icon_check_alt:before{content:"\e052"}.icon_zoom-out:before{content:"\e053"}.icon_zoom-in:before{content:"\e054"}.icon_stop_alt:before{content:"\e055"}.icon_menu-square_alt:before{content:"\e056"}.icon_menu-circle_alt:before{content:"\e057"}.icon_document:before{content:"\e058"}.icon_documents:before{content:"\e059"}.icon_pencil_alt:before{content:"\e05a"}.icon_folder:before{content:"\e05b"}.icon_folder-open:before{content:"\e05c"}.icon_folder-add:before{content:"\e05d"}.icon_folder_upload:before{content:"\e05e"}.icon_folder_download:before{content:"\e05f"}.icon_info:before{content:"\e060"}.icon_error-circle:before{content:"\e061"}.icon_error-oct:before{content:"\e062"}.icon_error-triangle:before{content:"\e063"}.icon_question_alt:before{content:"\e064"}.icon_comment:before{content:"\e065"}.icon_chat:before{content:"\e066"}.icon_vol-mute:before{content:"\e067"}.icon_volume-low:before{content:"\e068"}.icon_volume-high:before{content:"\e069"}.icon_quotations_alt:before{content:"\e06a"}.icon_clock:before{content:"\e06b"}.icon_lock:before{content:"\e06c"}.icon_lock-open:before{content:"\e06d"}.icon_key:before{content:"\e06e"}.icon_cloud:before{content:"\e06f"}.icon_cloud-upload:before{content:"\e070"}.icon_cloud-download:before{content:"\e071"}.icon_lightbulb:before{content:"\e072"}.icon_gift:before{content:"\e073"}.icon_house:before{content:"\e074"}.icon_camera:before{content:"\e075"}.icon_mail:before{content:"\e076"}.icon_cone:before{content:"\e077"}.icon_ribbon:before{content:"\e078"}.icon_bag:before{content:"\e079"}.icon_cart:before{content:"\e07a"}.icon_tag:before{content:"\e07b"}.icon_tags:before{content:"\e07c"}.icon_trash:before{content:"\e07d"}.icon_cursor:before{content:"\e07e"}.icon_mic:before{content:"\e07f"}.icon_compass:before{content:"\e080"}.icon_pin:before{content:"\e081"}.icon_pushpin:before{content:"\e082"}.icon_map:before{content:"\e083"}.icon_drawer:before{content:"\e084"}.icon_toolbox:before{content:"\e085"}.icon_book:before{content:"\e086"}.icon_contacts:before{content:"\e087"}.icon_archive:before{content:"\e088"}.icon_heart:before{content:"\e089"}.icon_profile:before{content:"\e08a"}.icon_group:before{content:"\e08b"}.icon_grid-2x2:before{content:"\e08c"}.icon_grid-3x3:before{content:"\e08d"}.icon_music:before{content:"\e08e"}.icon_pause_alt:before{content:"\e08f"}.icon_phone:before{content:"\e090"}.icon_upload:before{content:"\e091"}.icon_download:before{content:"\e092"}.social_facebook:before{content:"\e093"}.social_twitter:before{content:"\e094"}.social_pinterest:before{content:"\e095"}.social_googleplus:before{content:"\e096"}.social_tumblr:before{content:"\e097"}.social_tumbleupon:before{content:"\e098"}.social_wordpress:before{content:"\e099"}.social_instagram:before{content:"\e09a"}.social_dribbble:before{content:"\e09b"}.social_vimeo:before{content:"\e09c"}.social_linkedin:before{content:"\e09d"}.social_rss:before{content:"\e09e"}.social_deviantart:before{content:"\e09f"}.social_share:before{content:"\e0a0"}.social_myspace:before{content:"\e0a1"}.social_skype:before{content:"\e0a2"}.social_youtube:before{content:"\e0a3"}.social_picassa:before{content:"\e0a4"}.social_googledrive:before{content:"\e0a5"}.social_flickr:before{content:"\e0a6"}.social_blogger:before{content:"\e0a7"}.social_spotify:before{content:"\e0a8"}.social_delicious:before{content:"\e0a9"}.social_facebook_circle:before{content:"\e0aa"}.social_twitter_circle:before{content:"\e0ab"}.social_pinterest_circle:before{content:"\e0ac"}.social_googleplus_circle:before{content:"\e0ad"}.social_tumblr_circle:before{content:"\e0ae"}.social_stumbleupon_circle:before{content:"\e0af"}.social_wordpress_circle:before{content:"\e0b0"}.social_instagram_circle:before{content:"\e0b1"}.social_dribbble_circle:before{content:"\e0b2"}.social_vimeo_circle:before{content:"\e0b3"}.social_linkedin_circle:before{content:"\e0b4"}.social_rss_circle:before{content:"\e0b5"}.social_deviantart_circle:before{content:"\e0b6"}.social_share_circle:before{content:"\e0b7"}.social_myspace_circle:before{content:"\e0b8"}.social_skype_circle:before{content:"\e0b9"}.social_youtube_circle:before{content:"\e0ba"}.social_picassa_circle:before{content:"\e0bb"}.social_googledrive_alt2:before{content:"\e0bc"}.social_flickr_circle:before{content:"\e0bd"}.social_blogger_circle:before{content:"\e0be"}.social_spotify_circle:before{content:"\e0bf"}.social_delicious_circle:before{content:"\e0c0"}.social_facebook_square:before{content:"\e0c1"}.social_twitter_square:before{content:"\e0c2"}.social_pinterest_square:before{content:"\e0c3"}.social_googleplus_square:before{content:"\e0c4"}.social_tumblr_square:before{content:"\e0c5"}.social_stumbleupon_square:before{content:"\e0c6"}.social_wordpress_square:before{content:"\e0c7"}.social_instagram_square:before{content:"\e0c8"}.social_dribbble_square:before{content:"\e0c9"}.social_vimeo_square:before{content:"\e0ca"}.social_linkedin_square:before{content:"\e0cb"}.social_rss_square:before{content:"\e0cc"}.social_deviantart_square:before{content:"\e0cd"}.social_share_square:before{content:"\e0ce"}.social_myspace_square:before{content:"\e0cf"}.social_skype_square:before{content:"\e0d0"}.social_youtube_square:before{content:"\e0d1"}.social_picassa_square:before{content:"\e0d2"}.social_googledrive_square:before{content:"\e0d3"}.social_flickr_square:before{content:"\e0d4"}.social_blogger_square:before{content:"\e0d5"}.social_spotify_square:before{content:"\e0d6"}.social_delicious_square:before{content:"\e0d7"}.icon_printer:before{content:"\e103"}.icon_calulator:before{content:"\e0ee"}.icon_building:before{content:"\e0ef"}.icon_floppy:before{content:"\e0e8"}.icon_drive:before{content:"\e0ea"}.icon_search-2:before{content:"\e101"}.icon_id:before{content:"\e107"}.icon_id-2:before{content:"\e108"}.icon_puzzle:before{content:"\e102"}.icon_like:before{content:"\e106"}.icon_dislike:before{content:"\e0eb"}.icon_mug:before{content:"\e105"}.icon_currency:before{content:"\e0ed"}.icon_wallet:before{content:"\e100"}.icon_pens:before{content:"\e104"}.icon_easel:before{content:"\e0e9"}.icon_flowchart:before{content:"\e109"}.icon_datareport:before{content:"\e0ec"}.icon_briefcase:before{content:"\e0fe"}.icon_shield:before{content:"\e0f6"}.icon_percent:before{content:"\e0fb"}.icon_globe:before{content:"\e0e2"}.icon_globe-2:before{content:"\e0e3"}.icon_target:before{content:"\e0f5"}.icon_hourglass:before{content:"\e0e1"}.icon_balance:before{content:"\e0ff"}.icon_rook:before{content:"\e0f8"}.icon_printer-alt:before{content:"\e0fa"}.icon_calculator_alt:before{content:"\e0e7"}.icon_building_alt:before{content:"\e0fd"}.icon_floppy_alt:before{content:"\e0e4"}.icon_drive_alt:before{content:"\e0e5"}.icon_search_alt:before{content:"\e0f7"}.icon_id_alt:before{content:"\e0e0"}.icon_id-2_alt:before{content:"\e0fc"}.icon_puzzle_alt:before{content:"\e0f9"}.icon_like_alt:before{content:"\e0dd"}.icon_dislike_alt:before{content:"\e0f1"}.icon_mug_alt:before{content:"\e0dc"}.icon_currency_alt:before{content:"\e0f3"}.icon_wallet_alt:before{content:"\e0d8"}.icon_pens_alt:before{content:"\e0db"}.icon_easel_alt:before{content:"\e0f0"}.icon_flowchart_alt:before{content:"\e0df"}.icon_datareport_alt:before{content:"\e0f2"}.icon_briefcase_alt:before{content:"\e0f4"}.icon_shield_alt:before{content:"\e0d9"}.icon_percent_alt:before{content:"\e0da"}.icon_globe_alt:before{content:"\e0de"}.icon_clipboard:before{content:"\e0e6"}.glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none}.glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px}.glyph div{padding-bottom:10px}.glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px}.centered{margin-left:auto;margin-right:auto}.glyph .fs1{font-size:2em} \ No newline at end of file diff --git a/woc/css/flexslider.css b/woc/css/flexslider.css deleted file mode 100644 index 3153125..0000000 --- a/woc/css/flexslider.css +++ /dev/null @@ -1,84 +0,0 @@ -/* - * jQuery FlexSlider v2.2.0 - * http://www.woothemes.com/flexslider/ - * - * Copyright 2012 WooThemes - * Free to use under the GPLv2 license. - * http://www.gnu.org/licenses/gpl-2.0.html - * - * Contributing author: Tyler Smith (@mbmufffin) - */ - - -/* Browser Resets -*********************************/ -.flex-container a:active, -.flexslider a:active, -.flex-container a:focus, -.flexslider a:focus {outline: none;} -.slides, -.flex-control-nav, -.flex-direction-nav {margin: 0; padding: 0; list-style: none;} - - -/* FlexSlider Necessary Styles -*********************************/ -.flexslider {margin: 0; padding: 0;} -.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */ -.flexslider .slides img {width: 100%; display: block;} -.flex-pauseplay span {text-transform: capitalize;} - -/* Clearfix for the .slides element */ -.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} -html[xmlns] .slides {display: block;} -* html .slides {height: 1%;} - -/* No JavaScript Fallback */ -/* If you are not using another script, such as Modernizr, make sure you - * include js that eliminates this class on page load */ -.no-js .slides > li:first-child {display: block;} - -/* FlexSlider Default Theme -*********************************/ -.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; } -.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } -.loading .flex-viewport { max-height: 300px; } -.flexslider .slides { zoom: 1; } -.carousel li { margin-right: 5px; } - -/* Direction Nav */ -.flex-direction-nav {*height: 0;} -.flex-direction-nav a { display: block; width: 60px; height: 60px; background: none; border: 2px solid #fff; border-radius: 50%; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; cursor: pointer; } -.flex-direction-nav a:hover{ background: rgba(255,255,255,0.3); } -.flex-direction-nav .flex-prev { left: 17px; } -.flex-direction-nav .flex-next { right: 17px; text-align: right; } -.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; } -.flexslider:hover .flex-next { opacity: 0.7; right: 10px; } -.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; } -.flex-disabled{ opacity: 0 !important; } -.flex-direction-nav a:before { font-family: 'ElegantIcons'; font-size: 38px; display: inline-block; content: '#'; position: relative; top: -3px; color: #fff; left: 7px; padding-bottom: 22px; } -.flex-direction-nav a.flex-next:before { content: '$'; right: 8px; left: -9px; } - -/* Pause/Play */ -.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; } -.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; } -.flex-pauseplay a:hover { opacity: 1; } -.flex-pauseplay a.flex-play:before { content: '\f003'; } - -/* Control Nav */ -.flex-control-nav {width: 100%; position: absolute; bottom: 44px; text-align: center; z-index: 10;} -.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;} -.flex-control-paging li a {width: 8px; height: 8px; display: block; background: #fff; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 50%; -moz-border-radius: 20px; -o-border-radius: 50%; border-radius: 50%; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; } -.flex-control-paging li a:hover { background: #fff; background: rgba(255,255,255,0.7); } -.flex-control-paging li a.flex-active { background: #fff; background: rgba(255,255,255,0.9); cursor: default; } - -.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;} -.flex-control-thumbs li {width: 25%; float: left; margin: 0;} -.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;} -.flex-control-thumbs img:hover {opacity: 1;} -.flex-control-thumbs .flex-active {opacity: 1; cursor: default;} - -@media screen and (max-width: 860px) { - .flex-direction-nav .flex-prev { opacity: 1; left: 10px;} - .flex-direction-nav .flex-next { opacity: 1; right: 10px;} -} \ No newline at end of file diff --git a/woc/css/flexslider.min.css b/woc/css/flexslider.min.css deleted file mode 100644 index b61d9f7..0000000 --- a/woc/css/flexslider.min.css +++ /dev/null @@ -1 +0,0 @@ -.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.slides{margin:0;padding:0;list-style:none}.flexslider{padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}.no-js .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:0 1px 4px rgba(0,0,0,.2);-o-box-shadow:0 1px 4px rgba(0,0,0,.2);box-shadow:0 1px 4px rgba(0,0,0,.2);zoom:1}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.flexslider .slides{zoom:1}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a{display:block;width:60px;height:60px;background:0 0;border:2px solid #fff;border-radius:50%;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:1;color:rgba(0,0,0,.8);text-shadow:1px 1px 0 rgba(255,255,255,.3);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.flex-direction-nav a:hover{background:rgba(255,255,255,.3)}.flex-direction-nav .flex-prev{left:17px}.flex-direction-nav .flex-next{right:17px;text-align:right}.flexslider:hover .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1}.flex-disabled{opacity:0!important}.flex-direction-nav a:before{font-family:ElegantIcons;font-size:38px;display:inline-block;content:'#';position:relative;top:-3px;color:#fff;left:7px;padding-bottom:22px}.flex-direction-nav a.flex-next:before{content:'$';right:8px;left:-9px}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a.flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:44px;text-align:center;z-index:10}.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:8px;height:8px;display:block;background:#fff;background:rgba(255,255,255,.5);cursor:pointer;text-indent:-9999px;-webkit-border-radius:50%;-moz-border-radius:20px;-o-border-radius:50%;border-radius:50%;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease}.flex-control-paging li a:hover{background:#fff;background:rgba(255,255,255,.7)}.flex-control-paging li a.flex-active{background:#fff;background:rgba(255,255,255,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}} \ No newline at end of file diff --git a/woc/css/ie9.css b/woc/css/ie9.css deleted file mode 100644 index 866f922..0000000 --- a/woc/css/ie9.css +++ /dev/null @@ -1,17 +0,0 @@ -.reveal-sidebar { - transform: translateX(-300px); - -webkit-transform: translateX(-300px); - -moz-transform: translateX(-300px); -} - -.sidebar-menu, .instagram-sidebar { - transform: translateX(300px); - -webkit-transform: translateX(300px); - -moz-transform: translateX(300px); -} - -.show-sidebar { - transform: translateX(0px); - -webkit-transform: translateX(0px); - -moz-transform: translateX(0px); -} \ No newline at end of file diff --git a/woc/css/less/alerts.less b/woc/css/less/alerts.less deleted file mode 100644 index 3eab066..0000000 --- a/woc/css/less/alerts.less +++ /dev/null @@ -1,67 +0,0 @@ -// -// Alerts -// -------------------------------------------------- - - -// Base styles -// ------------------------- - -.alert { - padding: @alert-padding; - margin-bottom: @line-height-computed; - border: 1px solid transparent; - border-radius: @alert-border-radius; - - // Headings for larger alerts - h4 { - margin-top: 0; - // Specified for the h4 to prevent conflicts of changing @headings-color - color: inherit; - } - // Provide class for links that match alerts - .alert-link { - font-weight: @alert-link-font-weight; - } - - // Improve alignment and spacing of inner content - > p, - > ul { - margin-bottom: 0; - } - > p + p { - margin-top: 5px; - } -} - -// Dismissable alerts -// -// Expand the right padding and account for the close button's positioning. - -.alert-dismissable { - padding-right: (@alert-padding + 20); - - // Adjust close link position - .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; - } -} - -// Alternate styles -// -// Generate contextual modifier classes for colorizing the alert. - -.alert-success { - .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text); -} -.alert-info { - .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text); -} -.alert-warning { - .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text); -} -.alert-danger { - .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text); -} diff --git a/woc/css/less/badges.less b/woc/css/less/badges.less deleted file mode 100644 index 56828ca..0000000 --- a/woc/css/less/badges.less +++ /dev/null @@ -1,55 +0,0 @@ -// -// Badges -// -------------------------------------------------- - - -// Base classes -.badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: @font-size-small; - font-weight: @badge-font-weight; - color: @badge-color; - line-height: @badge-line-height; - vertical-align: baseline; - white-space: nowrap; - text-align: center; - background-color: @badge-bg; - border-radius: @badge-border-radius; - - // Empty badges collapse automatically (not available in IE8) - &:empty { - display: none; - } - - // Quick fix for badges in buttons - .btn & { - position: relative; - top: -1px; - } - .btn-xs & { - top: 0; - padding: 1px 5px; - } -} - -// Hover state, but only for links -a.badge { - &:hover, - &:focus { - color: @badge-link-hover-color; - text-decoration: none; - cursor: pointer; - } -} - -// Account for counters in navs -a.list-group-item.active > .badge, -.nav-pills > .active > a > .badge { - color: @badge-active-color; - background-color: @badge-active-bg; -} -.nav-pills > li > a > .badge { - margin-left: 3px; -} diff --git a/woc/css/less/bootstrap.less b/woc/css/less/bootstrap.less deleted file mode 100644 index b368b87..0000000 --- a/woc/css/less/bootstrap.less +++ /dev/null @@ -1,49 +0,0 @@ -// Core variables and mixins -@import "variables.less"; -@import "mixins.less"; - -// Reset -@import "normalize.less"; -@import "print.less"; - -// Core CSS -@import "scaffolding.less"; -@import "type.less"; -@import "code.less"; -@import "grid.less"; -@import "tables.less"; -@import "forms.less"; -@import "buttons.less"; - -// Components -@import "component-animations.less"; -@import "glyphicons.less"; -@import "dropdowns.less"; -@import "button-groups.less"; -@import "input-groups.less"; -@import "navs.less"; -@import "navbar.less"; -@import "breadcrumbs.less"; -@import "pagination.less"; -@import "pager.less"; -@import "labels.less"; -@import "badges.less"; -@import "jumbotron.less"; -@import "thumbnails.less"; -@import "alerts.less"; -@import "progress-bars.less"; -@import "media.less"; -@import "list-group.less"; -@import "panels.less"; -@import "wells.less"; -@import "close.less"; - -// Components w/ JavaScript -@import "modals.less"; -@import "tooltip.less"; -@import "popovers.less"; -@import "carousel.less"; - -// Utility classes -@import "utilities.less"; -@import "responsive-utilities.less"; diff --git a/woc/css/less/breadcrumbs.less b/woc/css/less/breadcrumbs.less deleted file mode 100644 index cb01d50..0000000 --- a/woc/css/less/breadcrumbs.less +++ /dev/null @@ -1,26 +0,0 @@ -// -// Breadcrumbs -// -------------------------------------------------- - - -.breadcrumb { - padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal; - margin-bottom: @line-height-computed; - list-style: none; - background-color: @breadcrumb-bg; - border-radius: @border-radius-base; - - > li { - display: inline-block; - - + li:before { - content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space - padding: 0 5px; - color: @breadcrumb-color; - } - } - - > .active { - color: @breadcrumb-active-color; - } -} diff --git a/woc/css/less/button-groups.less b/woc/css/less/button-groups.less deleted file mode 100644 index 27eb796..0000000 --- a/woc/css/less/button-groups.less +++ /dev/null @@ -1,226 +0,0 @@ -// -// Button groups -// -------------------------------------------------- - -// Make the div behave like a button -.btn-group, -.btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; // match .btn alignment given font-size hack above - > .btn { - position: relative; - float: left; - // Bring the "active" button to the front - &:hover, - &:focus, - &:active, - &.active { - z-index: 2; - } - &:focus { - // Remove focus outline when dropdown JS adds it after closing the menu - outline: none; - } - } -} - -// Prevent double borders when buttons are next to each other -.btn-group { - .btn + .btn, - .btn + .btn-group, - .btn-group + .btn, - .btn-group + .btn-group { - margin-left: -1px; - } -} - -// Optional: Group multiple button groups together for a toolbar -.btn-toolbar { - margin-left: -5px; // Offset the first child's margin - &:extend(.clearfix all); - - .btn-group, - .input-group { - float: left; - } - > .btn, - > .btn-group, - > .input-group { - margin-left: 5px; - } -} - -.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; -} - -// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match -.btn-group > .btn:first-child { - margin-left: 0; - &:not(:last-child):not(.dropdown-toggle) { - .border-right-radius(0); - } -} -// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it -.btn-group > .btn:last-child:not(:first-child), -.btn-group > .dropdown-toggle:not(:first-child) { - .border-left-radius(0); -} - -// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group) -.btn-group > .btn-group { - float: left; -} -.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.btn-group > .btn-group:first-child { - > .btn:last-child, - > .dropdown-toggle { - .border-right-radius(0); - } -} -.btn-group > .btn-group:last-child > .btn:first-child { - .border-left-radius(0); -} - -// On active and open, don't show outline -.btn-group .dropdown-toggle:active, -.btn-group.open .dropdown-toggle { - outline: 0; -} - - -// Sizing -// -// Remix the default button sizing classes into new ones for easier manipulation. - -.btn-group-xs > .btn { &:extend(.btn-xs); } -.btn-group-sm > .btn { &:extend(.btn-sm); } -.btn-group-lg > .btn { &:extend(.btn-lg); } - - -// Split button dropdowns -// ---------------------- - -// Give the line between buttons some depth -.btn-group > .btn + .dropdown-toggle { - padding-left: 8px; - padding-right: 8px; -} -.btn-group > .btn-lg + .dropdown-toggle { - padding-left: 12px; - padding-right: 12px; -} - -// The clickable button for toggling the menu -// Remove the gradient and set the same inset shadow as the :active state -.btn-group.open .dropdown-toggle { - .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); - - // Show no shadow for `.btn-link` since it has no other button styles. - &.btn-link { - .box-shadow(none); - } -} - - -// Reposition the caret -.btn .caret { - margin-left: 0; -} -// Carets in other button sizes -.btn-lg .caret { - border-width: @caret-width-large @caret-width-large 0; - border-bottom-width: 0; -} -// Upside down carets for .dropup -.dropup .btn-lg .caret { - border-width: 0 @caret-width-large @caret-width-large; -} - - -// Vertical button groups -// ---------------------- - -.btn-group-vertical { - > .btn, - > .btn-group, - > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; - } - - // Clear floats so dropdown menus can be properly placed - > .btn-group { - &:extend(.clearfix all); - > .btn { - float: none; - } - } - - > .btn + .btn, - > .btn + .btn-group, - > .btn-group + .btn, - > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; - } -} - -.btn-group-vertical > .btn { - &:not(:first-child):not(:last-child) { - border-radius: 0; - } - &:first-child:not(:last-child) { - border-top-right-radius: @border-radius-base; - .border-bottom-radius(0); - } - &:last-child:not(:first-child) { - border-bottom-left-radius: @border-radius-base; - .border-top-radius(0); - } -} -.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.btn-group-vertical > .btn-group:first-child:not(:last-child) { - > .btn:last-child, - > .dropdown-toggle { - .border-bottom-radius(0); - } -} -.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - .border-top-radius(0); -} - - - -// Justified button groups -// ---------------------- - -.btn-group-justified { - display: table; - width: 100%; - table-layout: fixed; - border-collapse: separate; - > .btn, - > .btn-group { - float: none; - display: table-cell; - width: 1%; - } - > .btn-group .btn { - width: 100%; - } -} - - -// Checkbox and radio options -[data-toggle="buttons"] > .btn > input[type="radio"], -[data-toggle="buttons"] > .btn > input[type="checkbox"] { - display: none; -} diff --git a/woc/css/less/buttons.less b/woc/css/less/buttons.less deleted file mode 100644 index d4fc156..0000000 --- a/woc/css/less/buttons.less +++ /dev/null @@ -1,159 +0,0 @@ -// -// Buttons -// -------------------------------------------------- - - -// Base styles -// -------------------------------------------------- - -.btn { - display: inline-block; - margin-bottom: 0; // For input.btn - font-weight: @btn-font-weight; - text-align: center; - vertical-align: middle; - cursor: pointer; - background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 - border: 1px solid transparent; - white-space: nowrap; - .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base); - .user-select(none); - - &, - &:active, - &.active { - &:focus { - .tab-focus(); - } - } - - &:hover, - &:focus { - color: @btn-default-color; - text-decoration: none; - } - - &:active, - &.active { - outline: 0; - background-image: none; - .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); - } - - &.disabled, - &[disabled], - fieldset[disabled] & { - cursor: not-allowed; - pointer-events: none; // Future-proof disabling of clicks - .opacity(.65); - .box-shadow(none); - } -} - - -// Alternate buttons -// -------------------------------------------------- - -.btn-default { - .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border); -} -.btn-primary { - .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border); -} -// Success appears as green -.btn-success { - .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border); -} -// Info appears as blue-green -.btn-info { - .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border); -} -// Warning appears as orange -.btn-warning { - .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border); -} -// Danger and error appear as red -.btn-danger { - .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border); -} - - -// Link buttons -// ------------------------- - -// Make a button look and behave like a link -.btn-link { - color: @link-color; - font-weight: normal; - cursor: pointer; - border-radius: 0; - - &, - &:active, - &[disabled], - fieldset[disabled] & { - background-color: transparent; - .box-shadow(none); - } - &, - &:hover, - &:focus, - &:active { - border-color: transparent; - } - &:hover, - &:focus { - color: @link-hover-color; - text-decoration: underline; - background-color: transparent; - } - &[disabled], - fieldset[disabled] & { - &:hover, - &:focus { - color: @btn-link-disabled-color; - text-decoration: none; - } - } -} - - -// Button Sizes -// -------------------------------------------------- - -.btn-lg { - // line-height: ensure even-numbered height of button next to large input - .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large); -} -.btn-sm { - // line-height: ensure proper height of button next to small input - .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); -} -.btn-xs { - .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @border-radius-small); -} - - -// Block button -// -------------------------------------------------- - -.btn-block { - display: block; - width: 100%; - padding-left: 0; - padding-right: 0; -} - -// Vertically space out multiple block buttons -.btn-block + .btn-block { - margin-top: 5px; -} - -// Specificity overrides -input[type="submit"], -input[type="reset"], -input[type="button"] { - &.btn-block { - width: 100%; - } -} diff --git a/woc/css/less/camaro.less b/woc/css/less/camaro.less deleted file mode 100644 index 7b7e6b8..0000000 --- a/woc/css/less/camaro.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #FFA900; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/carousel.less b/woc/css/less/carousel.less deleted file mode 100644 index e3fb8a2..0000000 --- a/woc/css/less/carousel.less +++ /dev/null @@ -1,232 +0,0 @@ -// -// Carousel -// -------------------------------------------------- - - -// Wrapper for the slide container and indicators -.carousel { - position: relative; -} - -.carousel-inner { - position: relative; - overflow: hidden; - width: 100%; - - > .item { - display: none; - position: relative; - .transition(.6s ease-in-out left); - - // Account for jankitude on images - > img, - > a > img { - &:extend(.img-responsive); - line-height: 1; - } - } - - > .active, - > .next, - > .prev { display: block; } - - > .active { - left: 0; - } - - > .next, - > .prev { - position: absolute; - top: 0; - width: 100%; - } - - > .next { - left: 100%; - } - > .prev { - left: -100%; - } - > .next.left, - > .prev.right { - left: 0; - } - - > .active.left { - left: -100%; - } - > .active.right { - left: 100%; - } - -} - -// Left/right controls for nav -// --------------------------- - -.carousel-control { - position: absolute; - top: 0; - left: 0; - bottom: 0; - width: @carousel-control-width; - .opacity(@carousel-control-opacity); - font-size: @carousel-control-font-size; - color: @carousel-control-color; - text-align: center; - text-shadow: @carousel-text-shadow; - // We can't have this transition here because WebKit cancels the carousel - // animation if you trip this while in the middle of another animation. - - // Set gradients for backgrounds - &.left { - #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001)); - } - &.right { - left: auto; - right: 0; - #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5)); - } - - // Hover/focus state - &:hover, - &:focus { - outline: none; - color: @carousel-control-color; - text-decoration: none; - .opacity(.9); - } - - // Toggles - .icon-prev, - .icon-next, - .glyphicon-chevron-left, - .glyphicon-chevron-right { - position: absolute; - top: 50%; - z-index: 5; - display: inline-block; - } - .icon-prev, - .glyphicon-chevron-left { - left: 50%; - } - .icon-next, - .glyphicon-chevron-right { - right: 50%; - } - .icon-prev, - .icon-next { - width: 20px; - height: 20px; - margin-top: -10px; - margin-left: -10px; - font-family: serif; - } - - .icon-prev { - &:before { - content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) - } - } - .icon-next { - &:before { - content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A) - } - } -} - -// Optional indicator pips -// -// Add an unordered list with the following class and add a list item for each -// slide your carousel holds. - -.carousel-indicators { - position: absolute; - bottom: 10px; - left: 50%; - z-index: 15; - width: 60%; - margin-left: -30%; - padding-left: 0; - list-style: none; - text-align: center; - - li { - display: inline-block; - width: 10px; - height: 10px; - margin: 1px; - text-indent: -999px; - border: 1px solid @carousel-indicator-border-color; - border-radius: 10px; - cursor: pointer; - - // IE8-9 hack for event handling - // - // Internet Explorer 8-9 does not support clicks on elements without a set - // `background-color`. We cannot use `filter` since that's not viewed as a - // background color by the browser. Thus, a hack is needed. - // - // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we - // set alpha transparency for the best results possible. - background-color: #000 \9; // IE8 - background-color: rgba(0,0,0,0); // IE9 - } - .active { - margin: 0; - width: 12px; - height: 12px; - background-color: @carousel-indicator-active-bg; - } -} - -// Optional captions -// ----------------------------- -// Hidden by default for smaller viewports -.carousel-caption { - position: absolute; - left: 15%; - right: 15%; - bottom: 20px; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: @carousel-caption-color; - text-align: center; - text-shadow: @carousel-text-shadow; - & .btn { - text-shadow: none; // No shadow for button elements in carousel-caption - } -} - - -// Scale up controls for tablets and up -@media screen and (min-width: @screen-sm-min) { - - // Scale up the controls a smidge - .carousel-control { - .glyphicon-chevron-left, - .glyphicon-chevron-right, - .icon-prev, - .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - margin-left: -15px; - font-size: 30px; - } - } - - // Show and left align the captions - .carousel-caption { - left: 20%; - right: 20%; - padding-bottom: 30px; - } - - // Move up the indicators - .carousel-indicators { - bottom: 20px; - } -} diff --git a/woc/css/less/close.less b/woc/css/less/close.less deleted file mode 100644 index 9b4e74f..0000000 --- a/woc/css/less/close.less +++ /dev/null @@ -1,33 +0,0 @@ -// -// Close icons -// -------------------------------------------------- - - -.close { - float: right; - font-size: (@font-size-base * 1.5); - font-weight: @close-font-weight; - line-height: 1; - color: @close-color; - text-shadow: @close-text-shadow; - .opacity(.2); - - &:hover, - &:focus { - color: @close-color; - text-decoration: none; - cursor: pointer; - .opacity(.5); - } - - // Additional properties for button version - // iOS requires the button element instead of an anchor tag. - // If you want the anchor version, it requires `href="#"`. - button& { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; - } -} diff --git a/woc/css/less/code.less b/woc/css/less/code.less deleted file mode 100644 index 3eed26c..0000000 --- a/woc/css/less/code.less +++ /dev/null @@ -1,63 +0,0 @@ -// -// Code (inline and block) -// -------------------------------------------------- - - -// Inline and block code styles -code, -kbd, -pre, -samp { - font-family: @font-family-monospace; -} - -// Inline code -code { - padding: 2px 4px; - font-size: 90%; - color: @code-color; - background-color: @code-bg; - white-space: nowrap; - border-radius: @border-radius-base; -} - -// User input typically entered via keyboard -kbd { - padding: 2px 4px; - font-size: 90%; - color: @kbd-color; - background-color: @kbd-bg; - border-radius: @border-radius-small; - box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); -} - -// Blocks of code -pre { - display: block; - padding: ((@line-height-computed - 1) / 2); - margin: 0 0 (@line-height-computed / 2); - font-size: (@font-size-base - 1); // 14px to 13px - line-height: @line-height-base; - word-break: break-all; - word-wrap: break-word; - color: @pre-color; - background-color: @pre-bg; - border: 1px solid @pre-border-color; - border-radius: @border-radius-base; - - // Account for some code outputs that place code tags in pre tags - code { - padding: 0; - font-size: inherit; - color: inherit; - white-space: pre-wrap; - background-color: transparent; - border-radius: 0; - } -} - -// Enable scrollable blocks of code -.pre-scrollable { - max-height: @pre-scrollable-max-height; - overflow-y: scroll; -} diff --git a/woc/css/less/component-animations.less b/woc/css/less/component-animations.less deleted file mode 100644 index 1efe45e..0000000 --- a/woc/css/less/component-animations.less +++ /dev/null @@ -1,29 +0,0 @@ -// -// Component animations -// -------------------------------------------------- - -// Heads up! -// -// We don't use the `.opacity()` mixin here since it causes a bug with text -// fields in IE7-8. Source: https://github.com/twitter/bootstrap/pull/3552. - -.fade { - opacity: 0; - .transition(opacity .15s linear); - &.in { - opacity: 1; - } -} - -.collapse { - display: none; - &.in { - display: block; - } -} -.collapsing { - position: relative; - height: 0; - overflow: hidden; - .transition(height .35s ease); -} diff --git a/woc/css/less/dandelion.less b/woc/css/less/dandelion.less deleted file mode 100644 index 712782a..0000000 --- a/woc/css/less/dandelion.less +++ /dev/null @@ -1,837 +0,0 @@ -// -// Load core variables and mixins -// -------------------------------------------------- - -@import "variables.less"; -@import "mixins.less"; - -// -// Useful Mixins -// -------------------------------------------------- - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -// -// Helper Classes & Resets -// -------------------------------------------------- - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -// -// Loader -// -------------------------------------------------- - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -// -// Colours -// -------------------------------------------------- - -@color-primary: #FFE900; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -// -// Typography -// -------------------------------------------------- - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: @color-heading; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -// -// Spacing Standards -// -------------------------------------------------- - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -// -// Buttons -// -------------------------------------------------- - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -// -// Backgrounds & Parallax -// -------------------------------------------------- - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -// -// Navigation -// -------------------------------------------------- - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.3); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px; margin-bottom: 32px; left: 24px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -// -// Sliders & Dividers & Headers -// -------------------------------------------------- - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -// -// Image with text -// -------------------------------------------------- - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -// -// Promo Blocks -// -------------------------------------------------- - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 120px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -// -// Speakers & Topics -// -------------------------------------------------- - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -// -// Schedule -// -------------------------------------------------- - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -// -// Galleries -// -------------------------------------------------- - -.instagram{ position: relative; padding: @standard-space*3 0px; } -.instagram{ overflow: hidden; background: #000 !important; } -.instagram ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover{ opacity: 1 !important; } - -.instagram .container{ position: relative; z-index: 3; } -.instagram i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9){ display: none; } - .instagram li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7){ display: none; } - .instagram li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5){ display: none; } - .instagram li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li{ width: 33.33333%; } - .contained-gallery .instagram{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li{ width: 33.33333% !important; } -} - -// -// Pricing -// -------------------------------------------------- - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -// -// Frequently Asked Questions -// -------------------------------------------------- - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -// -// Visitor Info -// -------------------------------------------------- - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -// -// Subscribe -// -------------------------------------------------- - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } -} - - -// -// Contact -// -------------------------------------------------- - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - - -// -// Sponsors -// -------------------------------------------------- - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -// -// Forms -// -------------------------------------------------- - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -// -// Utility Pages -// -------------------------------------------------- - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -// -// Footers -// -------------------------------------------------- - - -.subscribe-1 .footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.subscribe-1 .footer .menu{ overflow: visible; } -.subscribe-1 .footer .menu li{ top: 0px; } -.subscribe-1 .footer .menu li a{ padding-bottom: 0px; } -.subscribe-1 .footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.subscribe-1 .footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.subscribe-1 .footer .menu li a:hover{ border: none; } -.subscribe-1 .footer .back-to-top{ padding-right: 42px; } -.subscribe-1 .footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/debbie.less b/woc/css/less/debbie.less deleted file mode 100644 index a4133fb..0000000 --- a/woc/css/less/debbie.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #7300C2; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/deepblue.less b/woc/css/less/deepblue.less deleted file mode 100644 index dc707f9..0000000 --- a/woc/css/less/deepblue.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #005790; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/dropdowns.less b/woc/css/less/dropdowns.less deleted file mode 100644 index f165165..0000000 --- a/woc/css/less/dropdowns.less +++ /dev/null @@ -1,213 +0,0 @@ -// -// Dropdown menus -// -------------------------------------------------- - - -// Dropdown arrow/caret -.caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: @caret-width-base solid; - border-right: @caret-width-base solid transparent; - border-left: @caret-width-base solid transparent; -} - -// The dropdown wrapper (div) -.dropdown { - position: relative; -} - -// Prevent the focus on the dropdown toggle when closing dropdowns -.dropdown-toggle:focus { - outline: 0; -} - -// The dropdown menu (ul) -.dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: @zindex-dropdown; - display: none; // none by default, but block on "open" of the menu - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; // override default ul - list-style: none; - font-size: @font-size-base; - background-color: @dropdown-bg; - border: 1px solid @dropdown-fallback-border; // IE8 fallback - border: 1px solid @dropdown-border; - border-radius: @border-radius-base; - .box-shadow(0 6px 12px rgba(0,0,0,.175)); - background-clip: padding-box; - - // Aligns the dropdown menu to right - // - // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]` - &.pull-right { - right: 0; - left: auto; - } - - // Dividers (basically an hr) within the dropdown - .divider { - .nav-divider(@dropdown-divider-bg); - } - - // Links within the dropdown menu - > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: @line-height-base; - color: @dropdown-link-color; - white-space: nowrap; // prevent links from randomly breaking onto new lines - } -} - -// Hover/Focus state -.dropdown-menu > li > a { - &:hover, - &:focus { - text-decoration: none; - color: @dropdown-link-hover-color; - background-color: @dropdown-link-hover-bg; - } -} - -// Active state -.dropdown-menu > .active > a { - &, - &:hover, - &:focus { - color: @dropdown-link-active-color; - text-decoration: none; - outline: 0; - background-color: @dropdown-link-active-bg; - } -} - -// Disabled state -// -// Gray out text and ensure the hover/focus state remains gray - -.dropdown-menu > .disabled > a { - &, - &:hover, - &:focus { - color: @dropdown-link-disabled-color; - } -} -// Nuke hover/focus effects -.dropdown-menu > .disabled > a { - &:hover, - &:focus { - text-decoration: none; - background-color: transparent; - background-image: none; // Remove CSS gradient - .reset-filter(); - cursor: not-allowed; - } -} - -// Open state for the dropdown -.open { - // Show the menu - > .dropdown-menu { - display: block; - } - - // Remove the outline when :focus is triggered - > a { - outline: 0; - } -} - -// Menu positioning -// -// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown -// menu with the parent. -.dropdown-menu-right { - left: auto; // Reset the default from `.dropdown-menu` - right: 0; -} -// With v3, we enabled auto-flipping if you have a dropdown within a right -// aligned nav component. To enable the undoing of that, we provide an override -// to restore the default dropdown menu alignment. -// -// This is only for left-aligning a dropdown menu within a `.navbar-right` or -// `.pull-right` nav component. -.dropdown-menu-left { - left: 0; - right: auto; -} - -// Dropdown section headers -.dropdown-header { - display: block; - padding: 3px 20px; - font-size: @font-size-small; - line-height: @line-height-base; - color: @dropdown-header-color; -} - -// Backdrop to catch body clicks on mobile, etc. -.dropdown-backdrop { - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: (@zindex-dropdown - 10); -} - -// Right aligned dropdowns -.pull-right > .dropdown-menu { - right: 0; - left: auto; -} - -// Allow for dropdowns to go bottom up (aka, dropup-menu) -// -// Just add .dropup after the standard .dropdown class and you're set, bro. -// TODO: abstract this so that the navbar fixed styles are not placed here? - -.dropup, -.navbar-fixed-bottom .dropdown { - // Reverse the caret - .caret { - border-top: 0; - border-bottom: @caret-width-base solid; - content: ""; - } - // Different positioning for bottom up menu - .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 1px; - } -} - - -// Component alignment -// -// Reiterate per navbar.less and the modified component alignment there. - -@media (min-width: @grid-float-breakpoint) { - .navbar-right { - .dropdown-menu { - .dropdown-menu-right(); - } - // Necessary for overrides of the default right aligned menu. - // Will remove come v4 in all likelihood. - .dropdown-menu-left { - .dropdown-menu-left(); - } - } -} - diff --git a/woc/css/less/forms.less b/woc/css/less/forms.less deleted file mode 100644 index f607b85..0000000 --- a/woc/css/less/forms.less +++ /dev/null @@ -1,438 +0,0 @@ -// -// Forms -// -------------------------------------------------- - - -// Normalize non-controls -// -// Restyle and baseline non-control form elements. - -fieldset { - padding: 0; - margin: 0; - border: 0; - // Chrome and Firefox set a `min-width: -webkit-min-content;` on fieldsets, - // so we reset that to ensure it behaves more like a standard block element. - // See https://github.com/twbs/bootstrap/issues/12359. - min-width: 0; -} - -legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: @line-height-computed; - font-size: (@font-size-base * 1.5); - line-height: inherit; - color: @legend-color; - border: 0; - border-bottom: 1px solid @legend-border-color; -} - -label { - display: inline-block; - margin-bottom: 5px; - font-weight: bold; -} - - -// Normalize form controls -// -// While most of our form styles require extra classes, some basic normalization -// is required to ensure optimum display with or without those classes to better -// address browser inconsistencies. - -// Override content-box in Normalize (* isn't specific enough) -input[type="search"] { - .box-sizing(border-box); -} - -// Position radios and checkboxes better -input[type="radio"], -input[type="checkbox"] { - margin: 4px 0 0; - margin-top: 1px \9; /* IE8-9 */ - line-height: normal; -} - -// Set the height of file controls to match text inputs -input[type="file"] { - display: block; -} - -// Make range inputs behave like textual form controls -input[type="range"] { - display: block; - width: 100%; -} - -// Make multiple select elements height not fixed -select[multiple], -select[size] { - height: auto; -} - -// Focus for file, radio, and checkbox -input[type="file"]:focus, -input[type="radio"]:focus, -input[type="checkbox"]:focus { - .tab-focus(); -} - -// Adjust output element -output { - display: block; - padding-top: (@padding-base-vertical + 1); - font-size: @font-size-base; - line-height: @line-height-base; - color: @input-color; -} - - -// Common form controls -// -// Shared size and type resets for form controls. Apply `.form-control` to any -// of the following form controls: -// -// select -// textarea -// input[type="text"] -// input[type="password"] -// input[type="datetime"] -// input[type="datetime-local"] -// input[type="date"] -// input[type="month"] -// input[type="time"] -// input[type="week"] -// input[type="number"] -// input[type="email"] -// input[type="url"] -// input[type="search"] -// input[type="tel"] -// input[type="color"] - -.form-control { - display: block; - width: 100%; - height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border) - padding: @padding-base-vertical @padding-base-horizontal; - font-size: @font-size-base; - line-height: @line-height-base; - color: @input-color; - background-color: @input-bg; - background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 - border: 1px solid @input-border; - border-radius: @input-border-radius; - .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); - .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s"); - - // Customize the `:focus` state to imitate native WebKit styles. - .form-control-focus(); - - // Placeholder - .placeholder(); - - // Disabled and read-only inputs - // - // HTML5 says that controls under a fieldset > legend:first-child won't be - // disabled if the fieldset is disabled. Due to implementation difficulty, we - // don't honor that edge case; we style them as disabled anyway. - &[disabled], - &[readonly], - fieldset[disabled] & { - cursor: not-allowed; - background-color: @input-bg-disabled; - opacity: 1; // iOS fix for unreadable disabled content - } - - // Reset height for `textarea`s - textarea& { - height: auto; - } -} - - -// Search inputs in iOS -// -// This overrides the extra rounded corners on search inputs in iOS so that our -// `.form-control` class can properly style them. Note that this cannot simply -// be added to `.form-control` as it's not specific enough. For details, see -// https://github.com/twbs/bootstrap/issues/11586. - -input[type="search"] { - -webkit-appearance: none; -} - - -// Special styles for iOS date input -// -// In Mobile Safari, date inputs require a pixel line-height that matches the -// given height of the input. - -input[type="date"] { - line-height: @input-height-base; -} - - -// Form groups -// -// Designed to help with the organization and spacing of vertical forms. For -// horizontal forms, use the predefined grid classes. - -.form-group { - margin-bottom: 15px; -} - - -// Checkboxes and radios -// -// Indent the labels to position radios/checkboxes as hanging controls. - -.radio, -.checkbox { - display: block; - min-height: @line-height-computed; // clear the floating input if there is no label text - margin-top: 10px; - margin-bottom: 10px; - padding-left: 20px; - label { - display: inline; - font-weight: normal; - cursor: pointer; - } -} -.radio input[type="radio"], -.radio-inline input[type="radio"], -.checkbox input[type="checkbox"], -.checkbox-inline input[type="checkbox"] { - float: left; - margin-left: -20px; -} -.radio + .radio, -.checkbox + .checkbox { - margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing -} - -// Radios and checkboxes on same line -.radio-inline, -.checkbox-inline { - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - vertical-align: middle; - font-weight: normal; - cursor: pointer; -} -.radio-inline + .radio-inline, -.checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; // space out consecutive inline controls -} - -// Apply same disabled cursor tweak as for inputs -// -// Note: Neither radios nor checkboxes can be readonly. -input[type="radio"], -input[type="checkbox"], -.radio, -.radio-inline, -.checkbox, -.checkbox-inline { - &[disabled], - fieldset[disabled] & { - cursor: not-allowed; - } -} - - -// Form control sizing -// -// Build on `.form-control` with modifier classes to decrease or increase the -// height and font-size of form controls. - -.input-sm { - .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); -} - -.input-lg { - .input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large); -} - - -// Form control feedback states -// -// Apply contextual and semantic states to individual form controls. - -.has-feedback { - // Enable absolute positioning - position: relative; - - // Ensure icons don't overlap text - .form-control { - padding-right: (@input-height-base * 1.25); - } - - // Feedback icon (requires .glyphicon classes) - .form-control-feedback { - position: absolute; - top: (@line-height-computed + 5); // Height of the `label` and its margin - right: 0; - display: block; - width: @input-height-base; - height: @input-height-base; - line-height: @input-height-base; - text-align: center; - } -} - -// Feedback states -.has-success { - .form-control-validation(@state-success-text; @state-success-text; @state-success-bg); -} -.has-warning { - .form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg); -} -.has-error { - .form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg); -} - - -// Static form control text -// -// Apply class to a `p` element to make any string of text align with labels in -// a horizontal form layout. - -.form-control-static { - margin-bottom: 0; // Remove default margin from `p` -} - - -// Help text -// -// Apply to any element you wish to create light text for placement immediately -// below a form control. Use for general help, formatting, or instructional text. - -.help-block { - display: block; // account for any element using help-block - margin-top: 5px; - margin-bottom: 10px; - color: lighten(@text-color, 25%); // lighten the text some for contrast -} - - - -// Inline forms -// -// Make forms appear inline(-block) by adding the `.form-inline` class. Inline -// forms begin stacked on extra small (mobile) devices and then go inline when -// viewports reach <768px. -// -// Requires wrapping inputs and labels with `.form-group` for proper display of -// default HTML form controls and our custom form controls (e.g., input groups). -// -// Heads up! This is mixin-ed into `.navbar-form` in navbars.less. - -.form-inline { - - // Kick in the inline - @media (min-width: @screen-sm-min) { - // Inline-block all the things for "inline" - .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - - // In navbar-form, allow folks to *not* use `.form-group` - .form-control { - display: inline-block; - width: auto; // Prevent labels from stacking above inputs in `.form-group` - vertical-align: middle; - } - // Input groups need that 100% width though - .input-group > .form-control { - width: 100%; - } - - .control-label { - margin-bottom: 0; - vertical-align: middle; - } - - // Remove default margin on radios/checkboxes that were used for stacking, and - // then undo the floating of radios and checkboxes to match (which also avoids - // a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969). - .radio, - .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - padding-left: 0; - vertical-align: middle; - } - .radio input[type="radio"], - .checkbox input[type="checkbox"] { - float: none; - margin-left: 0; - } - - // Validation states - // - // Reposition the icon because it's now within a grid column and columns have - // `position: relative;` on them. Also accounts for the grid gutter padding. - .has-feedback .form-control-feedback { - top: 0; - } - } -} - - -// Horizontal forms -// -// Horizontal forms are built on grid classes and allow you to create forms with -// labels on the left and inputs on the right. - -.form-horizontal { - - // Consistent vertical alignment of labels, radios, and checkboxes - .control-label, - .radio, - .checkbox, - .radio-inline, - .checkbox-inline { - margin-top: 0; - margin-bottom: 0; - padding-top: (@padding-base-vertical + 1); // Default padding plus a border - } - // Account for padding we're adding to ensure the alignment and of help text - // and other content below items - .radio, - .checkbox { - min-height: (@line-height-computed + (@padding-base-vertical + 1)); - } - - // Make form groups behave like rows - .form-group { - .make-row(); - } - - .form-control-static { - padding-top: (@padding-base-vertical + 1); - } - - // Only right align form labels here when the columns stop stacking - @media (min-width: @screen-sm-min) { - .control-label { - text-align: right; - } - } - - // Validation states - // - // Reposition the icon because it's now within a grid column and columns have - // `position: relative;` on them. Also accounts for the grid gutter padding. - .has-feedback .form-control-feedback { - top: 0; - right: (@grid-gutter-width / 2); - } -} diff --git a/woc/css/less/glyphicons.less b/woc/css/less/glyphicons.less deleted file mode 100644 index 789c5e7..0000000 --- a/woc/css/less/glyphicons.less +++ /dev/null @@ -1,233 +0,0 @@ -// -// Glyphicons for Bootstrap -// -// Since icons are fonts, they can be placed anywhere text is placed and are -// thus automatically sized to match the surrounding child. To use, create an -// inline element with the appropriate classes, like so: -// -// Star - -// Import the fonts -@font-face { - font-family: 'Glyphicons Halflings'; - src: ~"url('@{icon-font-path}@{icon-font-name}.eot')"; - src: ~"url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype')", - ~"url('@{icon-font-path}@{icon-font-name}.woff') format('woff')", - ~"url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype')", - ~"url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg')"; -} - -// Catchall baseclass -.glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -// Individual icons -.glyphicon-asterisk { &:before { content: "\2a"; } } -.glyphicon-plus { &:before { content: "\2b"; } } -.glyphicon-euro { &:before { content: "\20ac"; } } -.glyphicon-minus { &:before { content: "\2212"; } } -.glyphicon-cloud { &:before { content: "\2601"; } } -.glyphicon-envelope { &:before { content: "\2709"; } } -.glyphicon-pencil { &:before { content: "\270f"; } } -.glyphicon-glass { &:before { content: "\e001"; } } -.glyphicon-music { &:before { content: "\e002"; } } -.glyphicon-search { &:before { content: "\e003"; } } -.glyphicon-heart { &:before { content: "\e005"; } } -.glyphicon-star { &:before { content: "\e006"; } } -.glyphicon-star-empty { &:before { content: "\e007"; } } -.glyphicon-user { &:before { content: "\e008"; } } -.glyphicon-film { &:before { content: "\e009"; } } -.glyphicon-th-large { &:before { content: "\e010"; } } -.glyphicon-th { &:before { content: "\e011"; } } -.glyphicon-th-list { &:before { content: "\e012"; } } -.glyphicon-ok { &:before { content: "\e013"; } } -.glyphicon-remove { &:before { content: "\e014"; } } -.glyphicon-zoom-in { &:before { content: "\e015"; } } -.glyphicon-zoom-out { &:before { content: "\e016"; } } -.glyphicon-off { &:before { content: "\e017"; } } -.glyphicon-signal { &:before { content: "\e018"; } } -.glyphicon-cog { &:before { content: "\e019"; } } -.glyphicon-trash { &:before { content: "\e020"; } } -.glyphicon-home { &:before { content: "\e021"; } } -.glyphicon-file { &:before { content: "\e022"; } } -.glyphicon-time { &:before { content: "\e023"; } } -.glyphicon-road { &:before { content: "\e024"; } } -.glyphicon-download-alt { &:before { content: "\e025"; } } -.glyphicon-download { &:before { content: "\e026"; } } -.glyphicon-upload { &:before { content: "\e027"; } } -.glyphicon-inbox { &:before { content: "\e028"; } } -.glyphicon-play-circle { &:before { content: "\e029"; } } -.glyphicon-repeat { &:before { content: "\e030"; } } -.glyphicon-refresh { &:before { content: "\e031"; } } -.glyphicon-list-alt { &:before { content: "\e032"; } } -.glyphicon-lock { &:before { content: "\e033"; } } -.glyphicon-flag { &:before { content: "\e034"; } } -.glyphicon-headphones { &:before { content: "\e035"; } } -.glyphicon-volume-off { &:before { content: "\e036"; } } -.glyphicon-volume-down { &:before { content: "\e037"; } } -.glyphicon-volume-up { &:before { content: "\e038"; } } -.glyphicon-qrcode { &:before { content: "\e039"; } } -.glyphicon-barcode { &:before { content: "\e040"; } } -.glyphicon-tag { &:before { content: "\e041"; } } -.glyphicon-tags { &:before { content: "\e042"; } } -.glyphicon-book { &:before { content: "\e043"; } } -.glyphicon-bookmark { &:before { content: "\e044"; } } -.glyphicon-print { &:before { content: "\e045"; } } -.glyphicon-camera { &:before { content: "\e046"; } } -.glyphicon-font { &:before { content: "\e047"; } } -.glyphicon-bold { &:before { content: "\e048"; } } -.glyphicon-italic { &:before { content: "\e049"; } } -.glyphicon-text-height { &:before { content: "\e050"; } } -.glyphicon-text-width { &:before { content: "\e051"; } } -.glyphicon-align-left { &:before { content: "\e052"; } } -.glyphicon-align-center { &:before { content: "\e053"; } } -.glyphicon-align-right { &:before { content: "\e054"; } } -.glyphicon-align-justify { &:before { content: "\e055"; } } -.glyphicon-list { &:before { content: "\e056"; } } -.glyphicon-indent-left { &:before { content: "\e057"; } } -.glyphicon-indent-right { &:before { content: "\e058"; } } -.glyphicon-facetime-video { &:before { content: "\e059"; } } -.glyphicon-picture { &:before { content: "\e060"; } } -.glyphicon-map-marker { &:before { content: "\e062"; } } -.glyphicon-adjust { &:before { content: "\e063"; } } -.glyphicon-tint { &:before { content: "\e064"; } } -.glyphicon-edit { &:before { content: "\e065"; } } -.glyphicon-share { &:before { content: "\e066"; } } -.glyphicon-check { &:before { content: "\e067"; } } -.glyphicon-move { &:before { content: "\e068"; } } -.glyphicon-step-backward { &:before { content: "\e069"; } } -.glyphicon-fast-backward { &:before { content: "\e070"; } } -.glyphicon-backward { &:before { content: "\e071"; } } -.glyphicon-play { &:before { content: "\e072"; } } -.glyphicon-pause { &:before { content: "\e073"; } } -.glyphicon-stop { &:before { content: "\e074"; } } -.glyphicon-forward { &:before { content: "\e075"; } } -.glyphicon-fast-forward { &:before { content: "\e076"; } } -.glyphicon-step-forward { &:before { content: "\e077"; } } -.glyphicon-eject { &:before { content: "\e078"; } } -.glyphicon-chevron-left { &:before { content: "\e079"; } } -.glyphicon-chevron-right { &:before { content: "\e080"; } } -.glyphicon-plus-sign { &:before { content: "\e081"; } } -.glyphicon-minus-sign { &:before { content: "\e082"; } } -.glyphicon-remove-sign { &:before { content: "\e083"; } } -.glyphicon-ok-sign { &:before { content: "\e084"; } } -.glyphicon-question-sign { &:before { content: "\e085"; } } -.glyphicon-info-sign { &:before { content: "\e086"; } } -.glyphicon-screenshot { &:before { content: "\e087"; } } -.glyphicon-remove-circle { &:before { content: "\e088"; } } -.glyphicon-ok-circle { &:before { content: "\e089"; } } -.glyphicon-ban-circle { &:before { content: "\e090"; } } -.glyphicon-arrow-left { &:before { content: "\e091"; } } -.glyphicon-arrow-right { &:before { content: "\e092"; } } -.glyphicon-arrow-up { &:before { content: "\e093"; } } -.glyphicon-arrow-down { &:before { content: "\e094"; } } -.glyphicon-share-alt { &:before { content: "\e095"; } } -.glyphicon-resize-full { &:before { content: "\e096"; } } -.glyphicon-resize-small { &:before { content: "\e097"; } } -.glyphicon-exclamation-sign { &:before { content: "\e101"; } } -.glyphicon-gift { &:before { content: "\e102"; } } -.glyphicon-leaf { &:before { content: "\e103"; } } -.glyphicon-fire { &:before { content: "\e104"; } } -.glyphicon-eye-open { &:before { content: "\e105"; } } -.glyphicon-eye-close { &:before { content: "\e106"; } } -.glyphicon-warning-sign { &:before { content: "\e107"; } } -.glyphicon-plane { &:before { content: "\e108"; } } -.glyphicon-calendar { &:before { content: "\e109"; } } -.glyphicon-random { &:before { content: "\e110"; } } -.glyphicon-comment { &:before { content: "\e111"; } } -.glyphicon-magnet { &:before { content: "\e112"; } } -.glyphicon-chevron-up { &:before { content: "\e113"; } } -.glyphicon-chevron-down { &:before { content: "\e114"; } } -.glyphicon-retweet { &:before { content: "\e115"; } } -.glyphicon-shopping-cart { &:before { content: "\e116"; } } -.glyphicon-folder-close { &:before { content: "\e117"; } } -.glyphicon-folder-open { &:before { content: "\e118"; } } -.glyphicon-resize-vertical { &:before { content: "\e119"; } } -.glyphicon-resize-horizontal { &:before { content: "\e120"; } } -.glyphicon-hdd { &:before { content: "\e121"; } } -.glyphicon-bullhorn { &:before { content: "\e122"; } } -.glyphicon-bell { &:before { content: "\e123"; } } -.glyphicon-certificate { &:before { content: "\e124"; } } -.glyphicon-thumbs-up { &:before { content: "\e125"; } } -.glyphicon-thumbs-down { &:before { content: "\e126"; } } -.glyphicon-hand-right { &:before { content: "\e127"; } } -.glyphicon-hand-left { &:before { content: "\e128"; } } -.glyphicon-hand-up { &:before { content: "\e129"; } } -.glyphicon-hand-down { &:before { content: "\e130"; } } -.glyphicon-circle-arrow-right { &:before { content: "\e131"; } } -.glyphicon-circle-arrow-left { &:before { content: "\e132"; } } -.glyphicon-circle-arrow-up { &:before { content: "\e133"; } } -.glyphicon-circle-arrow-down { &:before { content: "\e134"; } } -.glyphicon-globe { &:before { content: "\e135"; } } -.glyphicon-wrench { &:before { content: "\e136"; } } -.glyphicon-tasks { &:before { content: "\e137"; } } -.glyphicon-filter { &:before { content: "\e138"; } } -.glyphicon-briefcase { &:before { content: "\e139"; } } -.glyphicon-fullscreen { &:before { content: "\e140"; } } -.glyphicon-dashboard { &:before { content: "\e141"; } } -.glyphicon-paperclip { &:before { content: "\e142"; } } -.glyphicon-heart-empty { &:before { content: "\e143"; } } -.glyphicon-link { &:before { content: "\e144"; } } -.glyphicon-phone { &:before { content: "\e145"; } } -.glyphicon-pushpin { &:before { content: "\e146"; } } -.glyphicon-usd { &:before { content: "\e148"; } } -.glyphicon-gbp { &:before { content: "\e149"; } } -.glyphicon-sort { &:before { content: "\e150"; } } -.glyphicon-sort-by-alphabet { &:before { content: "\e151"; } } -.glyphicon-sort-by-alphabet-alt { &:before { content: "\e152"; } } -.glyphicon-sort-by-order { &:before { content: "\e153"; } } -.glyphicon-sort-by-order-alt { &:before { content: "\e154"; } } -.glyphicon-sort-by-attributes { &:before { content: "\e155"; } } -.glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } } -.glyphicon-unchecked { &:before { content: "\e157"; } } -.glyphicon-expand { &:before { content: "\e158"; } } -.glyphicon-collapse-down { &:before { content: "\e159"; } } -.glyphicon-collapse-up { &:before { content: "\e160"; } } -.glyphicon-log-in { &:before { content: "\e161"; } } -.glyphicon-flash { &:before { content: "\e162"; } } -.glyphicon-log-out { &:before { content: "\e163"; } } -.glyphicon-new-window { &:before { content: "\e164"; } } -.glyphicon-record { &:before { content: "\e165"; } } -.glyphicon-save { &:before { content: "\e166"; } } -.glyphicon-open { &:before { content: "\e167"; } } -.glyphicon-saved { &:before { content: "\e168"; } } -.glyphicon-import { &:before { content: "\e169"; } } -.glyphicon-export { &:before { content: "\e170"; } } -.glyphicon-send { &:before { content: "\e171"; } } -.glyphicon-floppy-disk { &:before { content: "\e172"; } } -.glyphicon-floppy-saved { &:before { content: "\e173"; } } -.glyphicon-floppy-remove { &:before { content: "\e174"; } } -.glyphicon-floppy-save { &:before { content: "\e175"; } } -.glyphicon-floppy-open { &:before { content: "\e176"; } } -.glyphicon-credit-card { &:before { content: "\e177"; } } -.glyphicon-transfer { &:before { content: "\e178"; } } -.glyphicon-cutlery { &:before { content: "\e179"; } } -.glyphicon-header { &:before { content: "\e180"; } } -.glyphicon-compressed { &:before { content: "\e181"; } } -.glyphicon-earphone { &:before { content: "\e182"; } } -.glyphicon-phone-alt { &:before { content: "\e183"; } } -.glyphicon-tower { &:before { content: "\e184"; } } -.glyphicon-stats { &:before { content: "\e185"; } } -.glyphicon-sd-video { &:before { content: "\e186"; } } -.glyphicon-hd-video { &:before { content: "\e187"; } } -.glyphicon-subtitles { &:before { content: "\e188"; } } -.glyphicon-sound-stereo { &:before { content: "\e189"; } } -.glyphicon-sound-dolby { &:before { content: "\e190"; } } -.glyphicon-sound-5-1 { &:before { content: "\e191"; } } -.glyphicon-sound-6-1 { &:before { content: "\e192"; } } -.glyphicon-sound-7-1 { &:before { content: "\e193"; } } -.glyphicon-copyright-mark { &:before { content: "\e194"; } } -.glyphicon-registration-mark { &:before { content: "\e195"; } } -.glyphicon-cloud-download { &:before { content: "\e197"; } } -.glyphicon-cloud-upload { &:before { content: "\e198"; } } -.glyphicon-tree-conifer { &:before { content: "\e199"; } } -.glyphicon-tree-deciduous { &:before { content: "\e200"; } } diff --git a/woc/css/less/grass.less b/woc/css/less/grass.less deleted file mode 100644 index 0a2c1b2..0000000 --- a/woc/css/less/grass.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #47B40C; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/grid.less b/woc/css/less/grid.less deleted file mode 100644 index e100655..0000000 --- a/woc/css/less/grid.less +++ /dev/null @@ -1,84 +0,0 @@ -// -// Grid system -// -------------------------------------------------- - - -// Container widths -// -// Set the container width, and override it for fixed navbars in media queries. - -.container { - .container-fixed(); - - @media (min-width: @screen-sm-min) { - width: @container-sm; - } - @media (min-width: @screen-md-min) { - width: @container-md; - } - @media (min-width: @screen-lg-min) { - width: @container-lg; - } -} - - -// Fluid container -// -// Utilizes the mixin meant for fixed width containers, but without any defined -// width for fluid, full width layouts. - -.container-fluid { - .container-fixed(); -} - - -// Row -// -// Rows contain and clear the floats of your columns. - -.row { - .make-row(); -} - - -// Columns -// -// Common styles for small and large grid columns - -.make-grid-columns(); - - -// Extra small grid -// -// Columns, offsets, pushes, and pulls for extra small devices like -// smartphones. - -.make-grid(xs); - - -// Small grid -// -// Columns, offsets, pushes, and pulls for the small device range, from phones -// to tablets. - -@media (min-width: @screen-sm-min) { - .make-grid(sm); -} - - -// Medium grid -// -// Columns, offsets, pushes, and pulls for the desktop device range. - -@media (min-width: @screen-md-min) { - .make-grid(md); -} - - -// Large grid -// -// Columns, offsets, pushes, and pulls for the large desktop device range. - -@media (min-width: @screen-lg-min) { - .make-grid(lg); -} diff --git a/woc/css/less/gunmetalpurple.less b/woc/css/less/gunmetalpurple.less deleted file mode 100644 index 48a6479..0000000 --- a/woc/css/less/gunmetalpurple.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #572864; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/haemo.less b/woc/css/less/haemo.less deleted file mode 100644 index debfb9b..0000000 --- a/woc/css/less/haemo.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #A32834; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/handbag.less b/woc/css/less/handbag.less deleted file mode 100644 index 4f70a95..0000000 --- a/woc/css/less/handbag.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #E9004E; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/hot.less b/woc/css/less/hot.less deleted file mode 100644 index 8af0305..0000000 --- a/woc/css/less/hot.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #FF5F00; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/humblebumble.less b/woc/css/less/humblebumble.less deleted file mode 100644 index 510f303..0000000 --- a/woc/css/less/humblebumble.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #FFDB00; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/input-groups.less b/woc/css/less/input-groups.less deleted file mode 100644 index a111474..0000000 --- a/woc/css/less/input-groups.less +++ /dev/null @@ -1,162 +0,0 @@ -// -// Input groups -// -------------------------------------------------- - -// Base styles -// ------------------------- -.input-group { - position: relative; // For dropdowns - display: table; - border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table - - // Undo padding and float of grid classes - &[class*="col-"] { - float: none; - padding-left: 0; - padding-right: 0; - } - - .form-control { - // Ensure that the input is always above the *appended* addon button for - // proper border colors. - position: relative; - z-index: 2; - - // IE9 fubars the placeholder attribute in text inputs and the arrows on - // select elements in input groups. To fix it, we float the input. Details: - // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855 - float: left; - - width: 100%; - margin-bottom: 0; - } -} - -// Sizing options -// -// Remix the default form control sizing classes into new ones for easier -// manipulation. - -.input-group-lg > .form-control, -.input-group-lg > .input-group-addon, -.input-group-lg > .input-group-btn > .btn { .input-lg(); } -.input-group-sm > .form-control, -.input-group-sm > .input-group-addon, -.input-group-sm > .input-group-btn > .btn { .input-sm(); } - - -// Display as table-cell -// ------------------------- -.input-group-addon, -.input-group-btn, -.input-group .form-control { - display: table-cell; - - &:not(:first-child):not(:last-child) { - border-radius: 0; - } -} -// Addon and addon wrapper for buttons -.input-group-addon, -.input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; // Match the inputs -} - -// Text input groups -// ------------------------- -.input-group-addon { - padding: @padding-base-vertical @padding-base-horizontal; - font-size: @font-size-base; - font-weight: normal; - line-height: 1; - color: @input-color; - text-align: center; - background-color: @input-group-addon-bg; - border: 1px solid @input-group-addon-border-color; - border-radius: @border-radius-base; - - // Sizing - &.input-sm { - padding: @padding-small-vertical @padding-small-horizontal; - font-size: @font-size-small; - border-radius: @border-radius-small; - } - &.input-lg { - padding: @padding-large-vertical @padding-large-horizontal; - font-size: @font-size-large; - border-radius: @border-radius-large; - } - - // Nuke default margins from checkboxes and radios to vertically center within. - input[type="radio"], - input[type="checkbox"] { - margin-top: 0; - } -} - -// Reset rounded corners -.input-group .form-control:first-child, -.input-group-addon:first-child, -.input-group-btn:first-child > .btn, -.input-group-btn:first-child > .btn-group > .btn, -.input-group-btn:first-child > .dropdown-toggle, -.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { - .border-right-radius(0); -} -.input-group-addon:first-child { - border-right: 0; -} -.input-group .form-control:last-child, -.input-group-addon:last-child, -.input-group-btn:last-child > .btn, -.input-group-btn:last-child > .btn-group > .btn, -.input-group-btn:last-child > .dropdown-toggle, -.input-group-btn:first-child > .btn:not(:first-child), -.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { - .border-left-radius(0); -} -.input-group-addon:last-child { - border-left: 0; -} - -// Button input groups -// ------------------------- -.input-group-btn { - position: relative; - // Jankily prevent input button groups from wrapping with `white-space` and - // `font-size` in combination with `inline-block` on buttons. - font-size: 0; - white-space: nowrap; - - // Negative margin for spacing, position for bringing hovered/focused/actived - // element above the siblings. - > .btn { - position: relative; - + .btn { - margin-left: -1px; - } - // Bring the "active" button to the front - &:hover, - &:focus, - &:active { - z-index: 2; - } - } - - // Negative margin to only have a 1px border between the two - &:first-child { - > .btn, - > .btn-group { - margin-right: -1px; - } - } - &:last-child { - > .btn, - > .btn-group { - margin-left: -1px; - } - } -} diff --git a/woc/css/less/jaded.less b/woc/css/less/jaded.less deleted file mode 100644 index 39e94ce..0000000 --- a/woc/css/less/jaded.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #00936B; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/jumbotron.less b/woc/css/less/jumbotron.less deleted file mode 100644 index a15e169..0000000 --- a/woc/css/less/jumbotron.less +++ /dev/null @@ -1,44 +0,0 @@ -// -// Jumbotron -// -------------------------------------------------- - - -.jumbotron { - padding: @jumbotron-padding; - margin-bottom: @jumbotron-padding; - color: @jumbotron-color; - background-color: @jumbotron-bg; - - h1, - .h1 { - color: @jumbotron-heading-color; - } - p { - margin-bottom: (@jumbotron-padding / 2); - font-size: @jumbotron-font-size; - font-weight: 200; - } - - .container & { - border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container - } - - .container { - max-width: 100%; - } - - @media screen and (min-width: @screen-sm-min) { - padding-top: (@jumbotron-padding * 1.6); - padding-bottom: (@jumbotron-padding * 1.6); - - .container & { - padding-left: (@jumbotron-padding * 2); - padding-right: (@jumbotron-padding * 2); - } - - h1, - .h1 { - font-size: (@font-size-base * 4.5); - } - } -} diff --git a/woc/css/less/labels.less b/woc/css/less/labels.less deleted file mode 100644 index 5db1ed1..0000000 --- a/woc/css/less/labels.less +++ /dev/null @@ -1,64 +0,0 @@ -// -// Labels -// -------------------------------------------------- - -.label { - display: inline; - padding: .2em .6em .3em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: @label-color; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; - - // Add hover effects, but only for links - &[href] { - &:hover, - &:focus { - color: @label-link-hover-color; - text-decoration: none; - cursor: pointer; - } - } - - // Empty labels collapse automatically (not available in IE8) - &:empty { - display: none; - } - - // Quick fix for labels in buttons - .btn & { - position: relative; - top: -1px; - } -} - -// Colors -// Contextual variations (linked labels get darker on :hover) - -.label-default { - .label-variant(@label-default-bg); -} - -.label-primary { - .label-variant(@label-primary-bg); -} - -.label-success { - .label-variant(@label-success-bg); -} - -.label-info { - .label-variant(@label-info-bg); -} - -.label-warning { - .label-variant(@label-warning-bg); -} - -.label-danger { - .label-variant(@label-danger-bg); -} diff --git a/woc/css/less/lava.less b/woc/css/less/lava.less deleted file mode 100644 index 724587e..0000000 --- a/woc/css/less/lava.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #E12B00; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/leaf.less b/woc/css/less/leaf.less deleted file mode 100644 index 4188607..0000000 --- a/woc/css/less/leaf.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #379D16; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/lightjade.less b/woc/css/less/lightjade.less deleted file mode 100644 index 1a1bdba..0000000 --- a/woc/css/less/lightjade.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #00BF8A; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/lime.less b/woc/css/less/lime.less deleted file mode 100644 index 84d6b4d..0000000 --- a/woc/css/less/lime.less +++ /dev/null @@ -1,837 +0,0 @@ -// -// Load core variables and mixins -// -------------------------------------------------- - -@import "variables.less"; -@import "mixins.less"; - -// -// Useful Mixins -// -------------------------------------------------- - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -// -// Helper Classes & Resets -// -------------------------------------------------- - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -// -// Loader -// -------------------------------------------------- - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -// -// Colours -// -------------------------------------------------- - -@color-primary: #27E000; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -// -// Typography -// -------------------------------------------------- - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: @color-heading; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -// -// Spacing Standards -// -------------------------------------------------- - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -// -// Buttons -// -------------------------------------------------- - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -// -// Backgrounds & Parallax -// -------------------------------------------------- - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -// -// Navigation -// -------------------------------------------------- - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.3); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px; margin-bottom: 32px; left: 24px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -// -// Sliders & Dividers & Headers -// -------------------------------------------------- - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -// -// Image with text -// -------------------------------------------------- - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -// -// Promo Blocks -// -------------------------------------------------- - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 120px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -// -// Speakers & Topics -// -------------------------------------------------- - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -// -// Schedule -// -------------------------------------------------- - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -// -// Galleries -// -------------------------------------------------- - -.instagram{ position: relative; padding: @standard-space*3 0px; } -.instagram{ overflow: hidden; background: #000 !important; } -.instagram ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover{ opacity: 1 !important; } - -.instagram .container{ position: relative; z-index: 3; } -.instagram i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9){ display: none; } - .instagram li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7){ display: none; } - .instagram li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5){ display: none; } - .instagram li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li{ width: 33.33333%; } - .contained-gallery .instagram{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li{ width: 33.33333% !important; } -} - -// -// Pricing -// -------------------------------------------------- - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -// -// Frequently Asked Questions -// -------------------------------------------------- - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -// -// Visitor Info -// -------------------------------------------------- - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -// -// Subscribe -// -------------------------------------------------- - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } -} - - -// -// Contact -// -------------------------------------------------- - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - - -// -// Sponsors -// -------------------------------------------------- - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -// -// Forms -// -------------------------------------------------- - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -// -// Utility Pages -// -------------------------------------------------- - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -// -// Footers -// -------------------------------------------------- - - -.subscribe-1 .footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.subscribe-1 .footer .menu{ overflow: visible; } -.subscribe-1 .footer .menu li{ top: 0px; } -.subscribe-1 .footer .menu li a{ padding-bottom: 0px; } -.subscribe-1 .footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.subscribe-1 .footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.subscribe-1 .footer .menu li a:hover{ border: none; } -.subscribe-1 .footer .back-to-top{ padding-right: 42px; } -.subscribe-1 .footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/lippy.less b/woc/css/less/lippy.less deleted file mode 100644 index 1fe1391..0000000 --- a/woc/css/less/lippy.less +++ /dev/null @@ -1,901 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ - -@import "variables.less"; -@import "mixins.less"; - -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -/*! -// 3. Loader -// --------------------------------------------------*/ - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -/*! -// 4. Colours -// --------------------------------------------------*/ - -@color-primary: #D6116E; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -/*! -// 5. Typography -// --------------------------------------------------*/ - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: #fff; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -/*! -// Spacing Standards -// --------------------------------------------------*/ - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -/*! -// 6. Buttons -// --------------------------------------------------*/ - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -.btn-lg{ padding: 20px 0px 21px 0px; text-transform: uppercase; min-width: 230px; border-radius: 35px; } - -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -/*! -// 7. Navigation -// --------------------------------------------------*/ - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.9); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; color: @color-heading; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px !important; margin-bottom: 32px; left: 24px; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo, .hero-slide .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .hero-slide .logo{ max-width: 100px; } - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } - .hero-slider h1{ margin-bottom: 18px; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; font-size: 36px; line-height: 48px; } -.strip-divider a:hover{ color: #fff !important; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -.call-to-action{ padding: 144px 0px; } -.call-to-action .uppercase{ display: block; width: 100%; text-align: center; margin-bottom: 32px; } -.call-to-action h1{ margin-bottom: 32px; } -.call-to-action .btn{ margin-bottom: 40px; } -.call-to-action a i{ display: inline-block; width: 60px; height: 60px; border-radius: 50%; color: #fff; margin-right: 12px; font-size: 24px; line-height: 60px; } -.call-to-action .social_facebook{ background-color: #3b5998; } -.call-to-action .social_twitter{ background-color: #00aced; } -.call-to-action a:last-of-type i{ margin-right: 0px; } - -@media all and(max-width: 768px){ - .call-to-action{ padding: @standard-space 0px; } -} - -/*! -// 9. Image with text -// --------------------------------------------------*/ - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -/*! -// Promo Blocks -// --------------------------------------------------*/ - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 117px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -/*! -// 11. Schedule -// --------------------------------------------------*/ - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -/*! -// 12. Galleries -// --------------------------------------------------*/ - -.instagram, .lightbox-gallery{ position: relative; padding: @standard-space*3 0px; } -.gallery-header{ } -.gallery-header .logo{ max-width: 400px; display: block; margin: 0px auto; margin-bottom: 12px; } - -@media screen and(max-width: 768px){ - .gallery-header .logo{ max-width: 200px; } - .gallery-header h1{ font-size: 24px !important; line-height: 32px !important; } -} - -.instagram, .lightbox-gallery{ overflow: hidden; background: #000 !important; } -.instagram ul, .lightbox-gallery ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li, .lightbox-gallery li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover, .lightbox-gallery li:hover{ opacity: 1 !important; } - -.instagram .container, .lightbox-gallery .container{ position: relative; z-index: 3; } -.instagram i, .lightbox-gallery i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1, .lightbox-gallery h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9), .lightbox-gallery li:nth-child(n+9){ display: none; } - .instagram li, .lightbox-gallery li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7), .lightbox-gallery li:nth-child(n+7){ display: none; } - .instagram li, .lightbox-gallery li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram, .lightbox-gallery{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5), .lightbox-gallery li:nth-child(n+5){ display: none; } - .instagram li, .lightbox-gallery li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9),.contained-gallery .lightbox-gallery li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333%; } - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram, .contained-gallery .lightbox-gallery{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5), .contained-gallery .lightbox-gallery li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7), .contained-gallery .lightbox-gallery li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li, .contained-gallery .lightbox-gallery li{ width: 33.33333% !important; } -} - -/*! -// 13. Pricing -// --------------------------------------------------*/ - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -/*! -// Visitor Info -// --------------------------------------------------*/ - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -/*! -// 14. Subscribe -// --------------------------------------------------*/ - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } - .subscribe-2 .form-email{ margin-bottom: 24px; } -} - - -/*! -// 15. Contact -// --------------------------------------------------*/ - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - -.contact-tweets form{ padding-top: 0px !important; } -.contact-tweets form .btn{ background: #fff; color: @color-primary; } -.contact-tweets form ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets form :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.contact-tweets .icon{ font-size: 60px; margin-bottom: 12px; } -.contact-tweets .form-message{ max-width: 95.5%; width: 95.5%; } - -.fullwidth-map{ padding: 0px; position: relative; overflow: hidden; } -.fullwidth-map .map-holder{ width: 100%; height: 400px; overflow: hidden; } -.fullwidth-map.screen:before{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 2; } - - -/*! -// Sponsors -// --------------------------------------------------*/ - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -/*! -// 16. Forms -// --------------------------------------------------*/ - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -/*! -// Utility Pages -// --------------------------------------------------*/ - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -/*! -// 17. Footers -// --------------------------------------------------*/ - - -.footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.footer .menu{ overflow: visible; } -.footer .menu li{ top: 0px; } -.footer .menu li a{ padding-bottom: 0px; } -.footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.footer .menu li a:hover{ border: none; } -.footer .back-to-top{ padding-right: 42px; } -.footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -footer.short{ background: @color-heading; color: #fff; padding: @standard-space 0px; } -footer.short .top-border{ height: 1px !important; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/list-group.less b/woc/css/less/list-group.less deleted file mode 100644 index 3343f8e..0000000 --- a/woc/css/less/list-group.less +++ /dev/null @@ -1,110 +0,0 @@ -// -// List groups -// -------------------------------------------------- - - -// Base class -// -// Easily usable on
    ,
      , or
      . - -.list-group { - // No need to set list-style: none; since .list-group-item is block level - margin-bottom: 20px; - padding-left: 0; // reset padding because ul and ol -} - - -// Individual list items -// -// Use on `li`s or `div`s within the `.list-group` parent. - -.list-group-item { - position: relative; - display: block; - padding: 10px 15px; - // Place the border on the list items and negative margin up for better styling - margin-bottom: -1px; - background-color: @list-group-bg; - border: 1px solid @list-group-border; - - // Round the first and last items - &:first-child { - .border-top-radius(@list-group-border-radius); - } - &:last-child { - margin-bottom: 0; - .border-bottom-radius(@list-group-border-radius); - } - - // Align badges within list items - > .badge { - float: right; - } - > .badge + .badge { - margin-right: 5px; - } -} - - -// Linked list items -// -// Use anchor elements instead of `li`s or `div`s to create linked list items. -// Includes an extra `.active` modifier class for showing selected items. - -a.list-group-item { - color: @list-group-link-color; - - .list-group-item-heading { - color: @list-group-link-heading-color; - } - - // Hover state - &:hover, - &:focus { - text-decoration: none; - background-color: @list-group-hover-bg; - } - - // Active class on item itself, not parent - &.active, - &.active:hover, - &.active:focus { - z-index: 2; // Place active items above their siblings for proper border styling - color: @list-group-active-color; - background-color: @list-group-active-bg; - border-color: @list-group-active-border; - - // Force color to inherit for custom content - .list-group-item-heading { - color: inherit; - } - .list-group-item-text { - color: @list-group-active-text-color; - } - } -} - - -// Contextual variants -// -// Add modifier classes to change text and background color on individual items. -// Organizationally, this must come after the `:hover` states. - -.list-group-item-variant(success; @state-success-bg; @state-success-text); -.list-group-item-variant(info; @state-info-bg; @state-info-text); -.list-group-item-variant(warning; @state-warning-bg; @state-warning-text); -.list-group-item-variant(danger; @state-danger-bg; @state-danger-text); - - -// Custom content options -// -// Extra classes for creating well-formatted content within `.list-group-item`s. - -.list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; -} -.list-group-item-text { - margin-bottom: 0; - line-height: 1.3; -} diff --git a/woc/css/less/meadowlea.less b/woc/css/less/meadowlea.less deleted file mode 100644 index 2f41afb..0000000 --- a/woc/css/less/meadowlea.less +++ /dev/null @@ -1,837 +0,0 @@ -// -// Load core variables and mixins -// -------------------------------------------------- - -@import "variables.less"; -@import "mixins.less"; - -// -// Useful Mixins -// -------------------------------------------------- - -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} - -.vertical-align-cancel{ - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} - -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.transition-100{ - transition: all .1s ease-out; - -webkit-transition: all .1s ease-out; - -moz-transition: all .1s ease-out; -} - -.transition-300{ - transition: all .3s ease-out; - -webkit-transition: all .3s ease-out; - -moz-transition: all .3s ease-out; -} - -.transition-700{ - transition: all .7s ease-out; - -webkit-transition: all .7s ease-out; - -moz-transition: all .7s ease-out; -} - -.translate3d(@x,@y,@z){ - transform: translate3d(@x,@y,@z); - -webkit-transform: translate3d(@x,@y,@z); - -moz-transform: translate3d(@x,@y,@z); -} - -.scale2d(@x,@y){ - transform: scale(@x,@y); - -webkit-transform: scale(@x,@y); - -moz-transform: scale(@x,@y); -} - -.overlay-params(@strength, @bg-color){ - background-color: @bg-color; - opacity: @strength; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} - -.overlay:before{ .overlay-params(@strength: 0.5, @bg-color: @color-heading); } -.overlay .container{ position: relative; z-index: 2; } - -// -// Helper Classes & Resets -// -------------------------------------------------- - -.go-right{ right: 0px; } -.go-left{ left: 0px; } - -img{ max-width: 100%; } - -.main-container{ .transition-300; } - -// -// Loader -// -------------------------------------------------- - -.loader{ position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 99; background: #fff; .preserve-3d; .transition-300; opacity: 1; } -.strip-holder{ .vertical-align; left: 50%; margin-left: -50px; position: relative; } -.strip-1, .strip-2, .strip-3{ width: 20px; height: 20px; background: @color-primary; position: relative; -webkit-animation: stripMove 2s ease infinite alternate; animation: stripMove 2s ease infinite alternate; -moz-animation: stripMove 2s ease infinite alternate; } -.strip-2{ -webkit-animation-duration: 2.1s; animation-duration: 2.1s; background-color: lighten(@color-primary, 20%); } -.strip-3{ -webkit-animation-duration: 2.2s; animation-duration: 2.2s; background-color: lighten(@color-primary, 40%); } - - -@-webkit-keyframes stripMove{ - 0% { .translate3d(@x: 0px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } -} - -@-moz-keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -@keyframes stripMove{ - 0% { .translate3d(@x: -50px, @y: 0px, @z: 0px); } - 50% { .translate3d(@x: 0px, @y: 0px, @z: 0px); .scale2d(@x: 4, @y: 1); } - 100% { .translate3d(@x: 50px, @y: 0px, @z: 0px); } -} - -.main-container{ .transition-300; opacity: 0; } -nav{ .transition-300; opacity: 0; } -.show-content{ opacity: 1 !important; } -.hide-loader{ opacity: 0 !important; } - - -// -// Colours -// -------------------------------------------------- - -@color-primary: #FFDA00; -@color-heading: #333; -@color-body: #777; -@color-muted: #f5f5f5 !important; - -.background-dark{ background-color: @color-heading !important; } -.color-heading{ color: @color-heading; } - -// -// Typography -// -------------------------------------------------- - -@custom-heading-font: 'Open Sans'; -@custom-body-font: 'Open Sans'; - -.text-white{ color: #fff; } - -body{ font-family: @custom-body-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; color: @color-body; font-size: 14px; line-height: 24px; background: @color-heading; } -h1,h2,h3,h4,h5,h6{ font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; margin: 0px; color: @color-heading; } - -h1{ font-size: 30px; line-height: 36px; margin-bottom: 42px; } -h3{ font-size: 20px; line-height: 28px; } - -.large-h1{ font-size: 42px; line-height: 48px; font-weight: 300; } - -p{ font-size: 14px; line-height: 24px; } -p:last-child{ margin-bottom: 0px; } -p.lead{ font-size: 16px; line-height: 30px; font-weight: 400; } -span.lead{ font-weight: 400; } -.uppercase{ text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin-right: -1px; } - -strong{ font-weight: 600; } - -ul{ list-style: none; margin: 0px; padding: 0px; } - -@media all and(max-width: 767px){ - h1{ font-size: 24px; line-height: 28px; margin-bottom: 36px; } - h2{ font-size: 20px; line-height: 26px; } - - .large-h1{ font-size: 24px; line-height: 28px; } - - p{ font-size: 13px; line-height: 22px; } - p.lead{ font-size: 15px; line-height: 26px; } -} - - -// -// Spacing Standards -// -------------------------------------------------- - -@standard-space: 72px; - -section{ padding: @standard-space 0px; background: #fff; } - -.duplicatable-content{ padding-bottom: @standard-space/2; } - - -// -// Buttons -// -------------------------------------------------- - -a:hover{ text-decoration: none; } -h1 a, span a,p a,.text-link a{ font-weight: 600; color: #fff; display: inline-block; border-bottom: 4px solid #fff; padding-bottom: 6px; .transition-300; } -span a, p a,.text-link a{ padding-bottom: 4px; border-bottom: 3px solid #fff; } -span a:hover{ color: #fff; } -p a, .text-link a{ color: @color-primary !important; border-color: @color-primary; padding-bottom: 2px; } -p a, .text-link a:hover{ color: @color-heading; } - -.btn{ min-width: 180px; border-radius: 25px; background: @color-primary; text-align: center; padding: 13px 0px 14px 0px; color: #fff; font-size: 15px; .transition-300; font-weight: 600; line-height: 1; } -.btn:hover{ color: #fff; background: darken(@color-primary, 5%); } -.btn-hollow{ background: none; border: 2px solid @color-primary; color: @color-primary; } -.btn-hollow:hover{ background: @color-primary; } - -.btn-white{ background: #fff; color: @color-primary; } -.btn-white:hover{ background: #fff; color: darken(@color-primary,10%); } - -.btn-hollow.btn-white{ background: none; border-color: #fff; color: #fff; } -.btn-hollow.btn-white:hover{ background: #fff; color: @color-primary; } - -// -// Backgrounds & Parallax -// -------------------------------------------------- - -.background-image-holder{ position: absolute; width: 100%; height: 130%; top: -10%; background-size: cover !important; background-position: 50% 50% !important; } -.image-holder{ position: relative; overflow: hidden; } - -// -// Navigation -// -------------------------------------------------- - -nav .logo{ max-height: 45px; max-width: 110px; position: absolute; top: -6px; opacity: 1; } -nav .text-right{ position: relative; } -nav .container{ .transition-300; } - -.overlay-nav{ position:fixed; top: 0px; z-index: 10; width: 100%; padding-top: @standard-space/3; line-height: 1; background: none; .transition-300; } -.overlay-nav .logo-dark{ opacity: 0; } -.overlay-nav.sticky-nav .logo-light{ opacity: 0; } -.overlay-nav.sticky-nav .logo-dark{ opacity: 1; } - -.bottom-border{ position: absolute; bottom: 2px; width: 100%; height: 2px; background: rgba(255,255,255,0.3); } -.sidebar-menu .bottom-border{ position: relative; bottom: 0px; background: rgba(255,255,255,0.2); display: block !important; } - -.menu{ display: inline-block; text-align: left; line-height: 1; } -.menu li{ float: left; margin-right: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; position: relative; top: 4px; } -.menu li:last-child{ margin-right: 0px; } -.menu li:nth-las-child(2){ margin-right: 12px; } -.menu li a{ color: #fff; display: inline-block; padding-bottom: @standard-space/3; border-bottom: 2px solid rgba(0,0,0,0); .transition-300; } -.menu li a:hover{ border-bottom: 2px solid #fff; } - -.nav-dropdown{ position: absolute; z-index: -1; max-height: 0px; background: rgba(255,255,255,0.3); min-width: 200px; .transition-300; } -.nav-dropdown li:first-child{ margin-top: 12px; } -.nav-dropdown li{ opacity: 0; .transition-300; margin-right: 0px; float: none; margin-bottom: 18px; } -.nav-dropdown li a{ padding-bottom: 0px; padding-left: 24px; } -.nav-dropdown li a:hover{ border-color: rgba(0,0,0,0); } - -.has-dropdown:hover .nav-dropdown{ z-index: 10; max-height: 300px; } -.has-dropdown:hover .nav-dropdown li{ opacity: 1; } - -.has-dropdown a{ padding-left: 18px; } -.has-dropdown:before{ display: inline-block; font-family: 'Pe-icon-7-stroke'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e688"; color: #fff; font-size: 24px; position: absolute; top: -6px; } - -.menu .social-link{ font-size: 14px; top: 0px !important; margin-right: 18px !important; } -.menu .social-link:nth-last-child(2){ margin-right: 18px; } - -.sticky-nav{ background: rgba(255,255,255,0.9); } -.sticky-nav .menu li a{ color: @color-heading; } -.sticky-nav .bottom-border{ display: none; } -.sticky-nav .menu li a:hover{ border-color: rgba(0,0,0,0); } -.sticky-nav .sidebar-menu-toggle, .sticky-nav .mobile-menu-toggle{ color: @color-heading; } -.sticky-nav .nav-dropdown{ background: rgba(255,255,255,0.9); } -.sticky-nav .has-dropdown:before{ color: @color-heading; } - -.sidebar-menu-toggle, .mobile-menu-toggle{ position: absolute; color: #fff; font-size: 32px; right: 0px; top: -7px; cursor: pointer; .transition-300; } - -.mobile-menu-toggle{ display: none; } - -.sidebar-menu, .instagram-sidebar{ position: fixed; right: 0px; top: 0px; width: 300px; height: 100%; background: @color-heading; .translate3d(@x: 300px, @y: 0px, @z: 0px); .transition-300; } -.show-sidebar{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } -.reveal-sidebar{ .translate3d(@x: -300px, @y: 0px, @z: 0px); } - -.sidebar-content{ padding: 0px 24px; margin-top: 24px; } -.widget{ margin-bottom: 24px; } -.widget .title{ font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 12px; } -.widget .menu li{ float: none; margin-bottom: 12px; } -.widget .menu li a{ padding-bottom: 0px; color: #fff !important; font-size: 12px; } -.widget .menu li a:hover{ border-color: rgba(0,0,0,0); } -.widget .menu .social-link{ display: none; } -.widget .social-profiles li{ margin-right: 24px; } -.widget .social-profiles li a{ color: #fff; } - -.instagram-toggle{ cursor: pointer; } -.instagram-toggle-init{ pointer-events: none; } -.instagram-sidebar li{ width: 100%; height: 250px; } -.instagram-sidebar{ overflow-y: auto; } - -.sidebar-content .copy-text{ position: absolute; bottom: 32px; color: rgba(255,255,255,0.5); font-size: 12px; } -.text-panel{ background: lighten(@color-heading, 8%); padding: 18px; } - -.sidebar-menu .logo{ max-width: 110px; position: relative; top: 21px; margin-bottom: 32px; left: 24px; } - -.relative-nav{ position: relative; padding-top: 28px; background: #fff; } -.relative-nav .menu li a{ color: @color-heading; } -.relative-nav .has-dropdown:before{ color: @color-heading; } -.relative-nav .nav-dropdown{ background: rgba(53,53,53,0.8); } -.relative-nav .has-dropdown li a{ color: #fff; } -.relative-nav .sidebar-menu-toggle{ color: @color-heading; } -.relative-nav .logo-light{ opacity: 0 !important; } -.relative-nav .logo-dark{ opacity: 1 !important; } -.relative-nav .logo{ top: -4px !important; } - -@media all and(max-width: 768px){ - nav{ max-height: 67px; overflow: hidden; background: rgba(255,255,255,0.9) !important; } - nav .menu li{ float: none; margin-bottom: 24px; } - nav .menu li a{ color: @color-heading !important; padding-bottom: 0px; } - nav .logo{ max-width: 90px; top: -2px; } - nav .logo-dark{ opacity: 1 !important; } - nav .logo-light{ opacity: 0 !important; } - nav .menu{ width: 100%; display: block; margin-top: 67px; margin-right: 0px; } - nav .social-link{ float: left !important; } - .sidebar-menu-toggle{ display: none; } - .mobile-menu-toggle{ display: block; position: fixed; top: 17px; right: 24px; color: @color-heading !important; } - .open-menu{ max-height: 800px !important; } - .nav-dropdown{ position: relative; display: none; } - .has-dropdown:hover .nav-dropdown{ display: block; } - .has-dropdown:before{ color: @color-heading; } -} - -// -// Sliders & Dividers & Headers -// -------------------------------------------------- - -.hero-slider{ padding: 0px; position: relative; overflow: hidden; } -.hero-slider .slides li{ height: 780px; position: relative; overflow: hidden; .preserve-3d; } -.hero-slider .slides li:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } - -.hero-slider .container{ .vertical-align; z-index: 2; } -.hero-slider h1{ margin-bottom: 42px; } - -.hero-slider .btn-hollow{ color: #fff; border-color: #fff; margin-left: 16px; } -.hero-slider .btn-hollow:hover{ background: #fff; color: @color-primary; } - -@media all and(max-width: 767px){ - .hero-slider .btn-hollow{ display: none; } -} - -.register-header form.register{ padding-top: 0px; background: rgba(0,0,0,0.4); padding: 24px; } -.register-header form input{ width: 100% !important; } -.register-header form.register span{ color: #fff; } -.register-header .logo{ max-width: 150px; display: block; margin-bottom: 12px; } - -.register-header h1{ margin-bottom: 24px !important; } - -@media all and(max-width: 768px){ - .register-header form.register .form-name, .register-header form.register .form-email{ max-width: 100%; width: 100%; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .register-header form.register .form-name, .register-header form.register .form-email{ width: 50%; } -} - -@media all and(max-width: 767px){ - .register-header .logo{ display: none; } - .register-header h1{ display: none; } - .register-header form h1{ display: block; } - .register-header span.lead{ display: none; } - .register-header input, .register-header .select-holder{ max-width: 100% !important; } -} - -.testimonials-slider{ position: relative; margin-bottom: 48px; } -.testimonials-slider .flex-control-nav a{ background:rgba(0,0,0,0.3); } -.testimonials-slider .flex-control-nav a.flex-active{ background:rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav a:hover{ background: rgba(0,0,0,0.8); } -.testimonials-slider .flex-control-nav{ bottom: -48px; text-align: left; } - -.primary-overlay:before{ .overlay-params(@strength: 0.8, @bg-color: @color-primary); background-color: @color-primary !important; } - -.strip-divider{ padding: @standard-space*3 0px; position: relative; overflow: hidden; } -.strip-divider .container{ z-index: 2; position: relative; } -.strip-divider h1{ margin: 0px; } - -@media all and(max-width: 767px){ - .strip-divider{ padding: @standard-space 0px; } -} - -.countdown-divider{ padding: @standard-space*2 0px; } -.countdown-divider img, .countdown-header img, .video-header img{ max-width: 300px; display: inline-block; margin-bottom: 12px; } - -.countdown-header h1{ margin-bottom: 0px; } -.countdown-header:before{ opacity: 0.8 !important; } - -.video-header:before{ opacity: 0.5 !important; background: #000 !important; } -.video-header .uppercase, .countdown-header .uppercase{ display: block; font-weight: 600; margin-bottom: 24px; } - - -@media all and(max-width: 768px){ - .countdown-header img, .countdown-divider img, .video-header img{ max-width: 150px; } -} - -.countdown{ text-align: center; margin-top: @standard-space; } -.countdown-row{ color: #fff; font-size: 80px; font-weight: 300; } -.countdown-section{ width: 20%; display: inline-block; } -.countdown-amount{ display: inline-block; margin-bottom: 48px; } -.countdown-period{ display: block; font-size: 24px; } - -.section-header{ position: relative; overflow: hidden; height: 450px; } -.section-header h1{ font-size: 32px; } -.section-header.overlay:before{ opacity: 0.2; } -.section-header i{ font-size: 40px; color: #fff; margin: 0px 24px 12px 0px; } -.section-header i:last-of-type{ margin-right: 0px; } - -@media all and(max-width: 767px){ - .countdown{ margin-top: 48px; } - .countdown-row{ font-size: 36px; } - .countdown-period{ font-size: 16px; } -} - -.video-wrapper{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; z-index: 0; } -.video-wrapper video{ width: 100%; } - -@media all and(max-width: 1390px){ - .video-wrapper video{ width: 110%; } -} - -@media all and(max-width: 1260px){ - .video-wrapper video{ width: 120%; } -} - -@media all and(max-width: 1160px){ - .video-wrapper video{ width: 130%; } -} - -@media all and(max-width: 1024px){ - .video-wrapper{ display: none; } -} - -// -// Image with text -// -------------------------------------------------- - -.image-with-text{ overflow: hidden; position: relative; height: 600px; } -.image-with-text h1{ margin-bottom: 24px; } - -.side-image{ padding: 0px; position: absolute; top: 0px; height: 100%; } - - -@media all and(max-width: 767px){ - .image-with-text{ height: auto; padding: @standard-space 0px; } - .image-with-text .vertical-align{ .vertical-align-cancel } -} - -// -// Promo Blocks -// -------------------------------------------------- - -.color-blocks{ position: relative; overflow: hidden; color: #fff; } -.color-block{ position: absolute; top: 0px; height: 100%; padding: 0px; color: #fff; .transition-300; } -.color-blocks h1, .color-blocks h2, .color-blocks h3, .color-blocks h4, .color-blocks h5, .color-blocks h6{ color: #fff; } -.color-blocks h1{ margin-bottom: 12px; } -.color-blocks a{ color: #fff; pointer-events: auto; } -.color-blocks a:hover i{ transform: rotateZ(-10deg); } -.color-blocks i, .contained-promo i{ color: @color-primary; font-size: 70px; display: inline-block; border: 2px solid #fff; border-radius: 50%; width: 120px; height: 120px; line-height: 120px; background: #fff; text-align: center; .transition-100; } -.block-left{ background-color: @color-primary; } -.block-right{ background-color: darken(@color-primary, 8%); right: 0px; } - -@media all and(max-width: 768px){ - .block-content{ margin-bottom: @standard-space*2; overflow: hidden; display: block; } - .block-content:last-of-type{ margin-bottom: 0px; } - .color-block{ height: 50%; width: 100%; } - .block-right{ top: 50%; } -} - -@media all and(max-width: 767px){ - .block-content i{ margin-bottom: 30px; } -} - - - -// -// Speakers & Topics -// -------------------------------------------------- - -.speakers-row{ padding: 0px 15px; } -.speaker-column{ padding: 0px; } - -.speaker{ position: relative; overflow: hidden; } -.speaker,.topic{ margin-bottom: @standard-space/2; } -.speaker .hover-state{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; background: rgba(0,0,0,0.5); .transition-300; } -.speaker .image-holder{ margin-bottom: 12px; } -.speaker span{ display: block; font-size: 16px; } -.speaker-name{ color: @color-heading; } -.speaker .social-links{ width: 100%; .transition-300; .translate3d(@x: 0px, @y: -200px, @z: 0px); } -.speaker .social-links a{ color: #fff; font-size: 24px; display: inline-block; margin-left: 6px; } -.speaker .social-links a:last-child{ margin-right: 0px; } -.speaker .image-holder:hover .hover-state{ opacity: 1; } -.speaker .image-holder:hover .hover-state .social-links{ .translate3d(@x: 0px, @y: 0px, @z: 0px); } - -.speaker-with-bio{ overflow: hidden; margin-bottom: @standard-space/2; } -.speaker-with-bio .speaker{ width: 50%; float: left; margin-bottom: 0px; } -.speaker-with-bio .speaker-description{ width: 50%; float: left; padding-left: 30px; } -.speaker-description span{ display: inline-block; margin-bottom: 18px; font-weight: 600; } - -@media all and(max-width: 767px){ - .speaker-with-bio .speaker{ width: 100%; } - .speaker-with-bio .speaker-description{ width: 100%; padding-left: 0px; } -} - -.topics{ position: relative; overflow: hidden; } -.topics .container{ position: relative; z-index: 2; } -.topics.overlay .ruled-list li{ border-color: rgba(255,255,255,0.5); } -.topics.overlay .topic i{ color: #fff; } - -.topic h3{ margin-bottom: 18px; } -.topic p.lead{ margin-bottom: 32px; } -.topic i{ font-size: 60px; color: @color-primary; display: inline-block; margin-bottom: 32px; } - -@media all and(max-width: 767px){ - .topic h3{ display: inline-block; position: relative; bottom: 18px; left: 12px; } - .topic i{ margin-bottom: 12px; } -} - -.ruled-list li{ border-top: 1px dotted rgba(0,0,0,0.3); padding: 12px 0px; font-size: 16px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .speakers-row .col-sm-6{ width: 50%; float: left !important; } -} - -// -// Schedule -// -------------------------------------------------- - -.inline-video{ background: @color-muted; } -.inline-video iframe{ width: 100%; height: 300px; border: none; } -.inline-video .btn{ min-width: 150px; margin-top: 32px; margin-right: 16px; } - -@media all and(max-width: 768px){ - .inline-video iframe{ height: 350px; margin-top: 42px; } -} - -@media all and(max-width: 767px){ - .inline-video iframe{ height: 200px; margin-top: 30px; } - .inline-video .btn{ margin-top: 18px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .inline-video iframe{ height: 250px; } -} - -.embedded-video-holder p{ display: none; } - -.schedule-overview{ border: 2px solid rgba(0,0,0,0.2); margin-bottom: @standard-space/2; } -.schedule-overview li{ padding: 24px; position: relative; cursor: pointer; .transition-300; } -.schedule-overview li:first-child .top{ display: none; } -.schedule-overview li:last-child .bottom{ display: none; } - -.schedule-title span{ display: block; font-size: 16px; } -.schedule-title .title{ color: @color-heading; } - -.schedule-text{ max-height: 0px; .transition-300; opacity: 0; } - -.schedule-overview li:hover{ background-color: @color-muted; } -.schedule-overview li:hover .schedule-text{ max-height: 300px; opacity: 1; padding-top: 18px; } -.schedule-overview li:hover .top,.schedule-overview li:hover .bottom,.schedule-overview li:hover .middle{ border-color: rgba(0,0,0,0.4); } -.schedule-overview li:hover .middle{ background: @color-heading; } - -.schedule-with-text .btn, .contained-gallery .btn{ margin-top: 24px; margin-right: 12px; } -.schedule-with-text .schedule-overview li{ padding-right: 48px; } - -@media all and(max-width: 1024px){ - .schedule-overview li{ padding-right: 48px; } -} - -@media all and(max-width: 767px){ - .schedule-with-text .btn, .contained-gallery .btn{ margin-bottom: 32px; } -} - -.marker-pin{ position: absolute; right: 32px; top: 0px; height: 100%; } -.marker-pin .top, .marker-pin .bottom{ height: 50%; width: 2px; border-left: 2px solid rgba(0,0,0,0.2); position: absolute; z-index: 1; .transition-300; } -.marker-pin .top{ top: 0px; } -.marker-pin .bottom{ bottom: 0px; } -.marker-pin .middle{ width: 18px; height: 18px; border: 2px solid rgba(0,0,0,0.2); background: #fff; border-radius: 50%; position: absolute; right: -10px; top: 50%; margin-top: -9px; z-index: 2; .transition-300; } - -// -// Galleries -// -------------------------------------------------- - -.instagram{ position: relative; padding: @standard-space*3 0px; } -.instagram{ overflow: hidden; background: #000 !important; } -.instagram ul{ overflow: hidden; position: absolute; width: 100%; height: 100%; top: 0px; } -.instagram li{ float: left; width: 20%; height: 50%; position: relative; cursor: pointer; .transition-300; overflow: hidden; background-size: cover !important; opacity: 0.5; } -.instagram li:hover{ opacity: 1 !important; } - -.instagram .container{ position: relative; z-index: 3; } -.instagram i{ font-size: 48px; display: inline-block; margin-bottom: 16px; } -.instagram h1{ .large-h1; margin-bottom: 16px; } - -@media all and(max-width: 1200px){ - .instagram li:nth-child(n+9){ display: none; } - .instagram li{ width: 25%; } -} - -@media all and(max-width: 900px){ - .instagram li:nth-child(n+7){ display: none; } - .instagram li{ width: 33.333333%; } -} - -@media all and(max-width: 767px){ - .instagram{ padding: @standard-space*2 0px; } - .instagram li:nth-child(n+5){ display: none; } - .instagram li{ width: 50%; } -} - - -.testimonials{ background: @color-muted; } - -.contained-gallery .instagram{ padding: 185px 0px; } -.contained-gallery .instagram li:nth-child(n+9){ display: none; } -.contained-gallery .instagram li{ width: 25%; opacity: 0.7; } - -@media all and(max-width: 1024px){ - .contained-gallery .instagram li:nth-child(n+7){ display: none; } - .contained-gallery .instagram li{ width: 33.33333%; } - .contained-gallery .instagram{ padding: 200px 0px; } -} - -@media all and(max-width: 768px){ - .contained-gallery .instagram{ margin-bottom: 32px; } - .contained-gallery .btn{ margin-bottom: 0px; } - .contained-gallery .instagram li:nth-child(n+5){ display: block !important; } - .contained-gallery .instagram li:nth-child(n+7){ display: none !important; } - .contained-gallery .instagram li{ width: 33.33333% !important; } -} - -// -// Pricing -// -------------------------------------------------- - -.pricing-option{ overflow: hidden; background: @color-muted; .preserve-3d; position: relative; padding: @standard-space 0px; margin-bottom: 30px; .transition-300; } -.pricing-option .dot{ position: absolute; top: 24px; right: 24px; width: 24px; height: 24px; border-radius: 50%; background: #fff; } -.pricing-option:hover{ background: darken(@color-muted, 3%); } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .pricing-options .col-sm-6{ width: 50%; float: left; } -} - -.dollar, .price, .type{ font-weight: 600; color: @color-heading; font-size: 72px; } -.dollar{ font-size: 36px; position: relative; bottom: 22px; } -.price{ line-height: 1; } -.type{ display: block; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; margin-top: 12px; } - -.plan-title{ display: block; font-weight: 600; margin-bottom: 12px; font-size: 18px; color: @color-heading; } - -.pricing-option ul li{ color: @color-body; } - -.pricing-option.emphasis{ background: @color-primary; color: #fff; } -.pricing-option.emphasis .type, .pricing-option.emphasis .dollar, .pricing-option.emphasis .price, .pricing-option.emphasis .plan-title, .pricing-option.emphasis ul li{ color: #fff !important; } - -@media all and(max-width: 991px){ - .type{ margin-bottom: 12px; } - .pricing-option{ text-align: center !important; } -} - -// -// Frequently Asked Questions -// -------------------------------------------------- - -.faq-item{ margin-bottom: @standard-space/2; } - -p.question{ font-weight: 600; color: @color-heading; font-size: 16px; } - -// -// Visitor Info -// -------------------------------------------------- - -.info-box{ margin-bottom: @standard-space/2; position: relative; overflow: hidden; } -.info-box img{ display: block; margin-bottom: 12px; } -.info-box h3{ margin-bottom: 12px; } -.info-box .text-link{ position: absolute; bottom: 12px; right: 0px; } -.text-link a{ display: inline-block; margin-left: 12px; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .visitor-info .col-sm-4{ width: 50%; float: left; } -} - -// -// Subscribe -// -------------------------------------------------- - -.subscribe-1{ position: relative; overflow: hidden; padding-top: @standard-space*2; padding-bottom: @standard-space/2; } -.subscribe-1:before{ .overlay-params(@strength: 0.4, @bg-color: @color-heading); } -.subscribe-1 .container{ position: relative; z-index: 2; } -.subscribe-1 .email-subscribe{ margin-bottom: @standard-space*3; } -.subscribe-1 footer{ border-top: 2px solid rgba(255,255,255,0.3); padding-top: @standard-space/2; } -.subscribe-1 .twitter-feed{ margin-bottom: @standard-space; } -.subscribe-1 h1{ margin-bottom: 30px; } - -.email-subscribe span{ display: block; margin-top: 12px; } - -.twitter-feed i{ font-size: 48px; display: inline-block; margin-bottom: 32px; } -.twitter-feed span a{ border-bottom: none; } - -.tweets-feed .user{ display: none; } -.tweets-feed .interact{ display: none; } -.tweets-feed .tweet{ color: #fff; font-size: 30px; line-height: 36px; font-family: @custom-heading-font,"Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; } -.tweets-feed .tweet a{ color: #fff !important; border-color: #fff !important; } -.tweets-feed .timePosted{ display: none; } - -@media all and(max-width: 767px){ - .tweets-feed .tweet{ font-size: 20px; line-height: 26px; } -} - - -// -// Contact -// -------------------------------------------------- - -.contact-tweets{ background: @color-primary; color: #fff; position: relative; overflow: hidden; height: 600px; .preserve-3d; } -.contact-tweets .social_twitter{ font-size: 42px; margin-bottom: 32px; display: inline-block; } -.contact-tweets .map-holder{ position: absolute; height: 100%; padding: 0px; top: 0px; right: 0px; } -.contact-tweets .timePosted{ display: block !important; } -.map-holder:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; } -.map-holder iframe{ border: 0px; position: absolute; width: 100%; height: 100%; } -.contact-tweets span a{ border-bottom: 2px solid #fff; padding-bottom: 1px; } - - -// -// Sponsors -// -------------------------------------------------- - -.sponsors{ background: @color-muted; } -.sponsor{ margin-bottom: @standard-space/2; height: 80px; line-height: 80px; } -.sponsor img{ max-width: 150px; .transition-300; max-height: 80px; } - -.sponsors span{ display: inline-block; margin-top: 24px; } -.sponsors span a{ color: @color-primary; border-color: @color-primary; } - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - .sponsors .col-sm-6{ width: 50%; float: left; } -} - - - -// -// Forms -// -------------------------------------------------- - -form.register{ overflow: hidden; padding-top: 24px; display: block; } -form.register div{ padding: 0px; } -input[type="text"], form.register .select-holder{ margin-bottom: 32px; padding: 12px; border: none; background: rgba(255,255,255,0.1); border-radius: 25px; font-size: 14px; max-width: 90%; color: #fff; padding-left: 24px; .transition-300; } -input[type="text"]:focus, form.register .select-holder:focus,input[type="text"]:hover, form.register .select-holder:hover{ outline: none; background: rgba(255,255,255,0.2); } - -form.register select{ width: 90%; margin: 0px; background: none; border: none; cursor: pointer; } -form.register select:focus{ outline: none; } - -form.register input[type="submit"]{ padding-bottom: 12px; width: 90%; margin-bottom: 12px; } - -input[type="submit"]{ font-weight: normal; } - -.email-subscribe{ overflow: hidden; } -.email-subscribe input{ margin: 0px auto; min-width: 100%; max-width: 100%; } -.email-subscribe input[type="text"]{ background: rgba(255,255,255,0.3); } -.email-subscribe input[type="text"]:hover, .email-subscribe input[type="text"]:focus{ background: rgba(255,255,255,0.4); } -.email-subscribe ::-webkit-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe ::-moz-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe :-ms-input-placeholder { color: rgba(255,255,255,0.9); } -.email-subscribe input[type="submit"]{ min-height: 48px; } - -.subscribe-2 .email-subscribe input[type="text"]{ background: rgba(0,0,0,0.2); } -.subscribe-2 i{ color: @color-primary; font-size: 70px; display: inline-block; margin-right: 24px; margin-bottom: 18px; } -.subscribe-2 i:last-of-type{ margin-right: 0px; } - -input.error{ color: #ff4532; } - -.mail-list-form{ width: 0px; height: 0px; opacity: 0; overflow: hidden; } - -.form-success, .form-error{ display: none; width: 100%; padding: 6px 18px 8px 18px !important; margin-top: 12px; color: #fff; background-color: #55c950; border-radius: 20px; } -.form-error{ background-color: #D74B4B; } -form .field-error{ background: #D74B4B !important; } - -@media all and(max-width: 768px){ - -} - -@media all and(max-width: 767px){ - form.register input, form.register .select-holder{ width: 100% !important; max-width: 100%; } - .subscribe-1 .email-subscribe input[type="text"]{ margin-bottom: 24px; } -} - -@media all and(min-width: 321px) and(max-width: 767px) and(orientation: landscape){ - form.register .col-sm-6{ width: 50%; float: left; } - form.register input, form.register .select-holder{ max-width: 95% !important; } - form.register input[type="submit"]{ max-width: 100% !important; } -} - -// -// Utility Pages -// -------------------------------------------------- - -.error-page{ background: @color-primary; padding: 0px; } -.error-page h1{ font-size: 84px; line-height: 96px; margin-bottom: 0px; margin-bottom: 12px; } -.error-page p{ font-size: 24px; line-height: 32px; } -.error-page i{ color: #fff; font-size: 84px; display: inline-block; margin-right: 24px; } -.error-page i:last-of-type{ margin-right: 0px; } -.error-page .btn{ margin-right: 24px; margin-top: 12px; } - -@media all and(max-width: 767px){ - .error-page i{ display: none; } -} - -// -// Footers -// -------------------------------------------------- - - -.subscribe-1 .footer .top-border{ height: 2px; width: 100%; background: rgba(255,255,255,0.3); margin-bottom: 32px; } -.subscribe-1 .footer .menu{ overflow: visible; } -.subscribe-1 .footer .menu li{ top: 0px; } -.subscribe-1 .footer .menu li a{ padding-bottom: 0px; } -.subscribe-1 .footer .menu li .btn{ min-width: 0px; padding: 10px 18px; font-size: 14px; } -.subscribe-1 .footer .menu li a{ diplay: inline-block; position: relative; border: none; } -.subscribe-1 .footer .menu li a:hover{ border: none; } -.subscribe-1 .footer .back-to-top{ padding-right: 42px; } -.subscribe-1 .footer .menu li a i{ font-size: 36px; position: absolute; right: 0px; top: -12px; } - -@media all and(max-width: 767px){ - .footer .text-right{ text-align: left !important; } - .footer .menu{ margin-top: 24px; } - .footer .menu li{ float: none; margin-bottom: 12px; } -} - -footer.classic{ padding: @standard-space 0px @standard-space/2 0px; background: @color-muted; } -footer.classic .menu li{ float: none; margin-bottom: 12px; } -footer.classic .menu li a{ color: @color-heading; padding-bottom: 0px; font-weight: 600; } -footer.classic span.lead{ display: inline-block; margin-bottom: 12px; } - -@media all and(max-width: 767px){ - footer.classic div{ margin-bottom: 18px; } -} - -.contact-methods li{ margin-bottom: 12px; } -.contact-methods li:last-child{ margin-bottom: 0px; } -.contact-methods i{ font-size: 36px; color: @color-heading; } -.contact-methods span{ display: inline-block; position: relative; bottom: 10px; left:8px; font-size: 16px; } - -footer.classic .social-profiles{ margin-top: 36px; } - -.social-profiles{ display: inline-block; overflow: hidden; } -.social-profiles li{ float: left; margin-right: 36px; } -.social-profiles li:last-child{ margin-right: 0px; } -.social-profiles li a{ color: @color-heading; font-size: 20px; } - diff --git a/woc/css/less/media.less b/woc/css/less/media.less deleted file mode 100644 index 5ad22cd..0000000 --- a/woc/css/less/media.less +++ /dev/null @@ -1,56 +0,0 @@ -// Media objects -// Source: http://stubbornella.org/content/?p=497 -// -------------------------------------------------- - - -// Common styles -// ------------------------- - -// Clear the floats -.media, -.media-body { - overflow: hidden; - zoom: 1; -} - -// Proper spacing between instances of .media -.media, -.media .media { - margin-top: 15px; -} -.media:first-child { - margin-top: 0; -} - -// For images and videos, set to block -.media-object { - display: block; -} - -// Reset margins on headings for tighter default spacing -.media-heading { - margin: 0 0 5px; -} - - -// Media image alignment -// ------------------------- - -.media { - > .pull-left { - margin-right: 10px; - } - > .pull-right { - margin-left: 10px; - } -} - - -// Media list variation -// ------------------------- - -// Undo default ul/ol styles -.media-list { - padding-left: 0; - list-style: none; -} diff --git a/woc/css/less/mixins.less b/woc/css/less/mixins.less deleted file mode 100644 index 71723db..0000000 --- a/woc/css/less/mixins.less +++ /dev/null @@ -1,929 +0,0 @@ -// -// Mixins -// -------------------------------------------------- - - -// Utilities -// ------------------------- - -// Clearfix -// Source: http://nicolasgallagher.com/micro-clearfix-hack/ -// -// For modern browsers -// 1. The space content is one way to avoid an Opera bug when the -// contenteditable attribute is included anywhere else in the document. -// Otherwise it causes space to appear at the top and bottom of elements -// that are clearfixed. -// 2. The use of `table` rather than `block` is only necessary if using -// `:before` to contain the top-margins of child elements. -.clearfix() { - &:before, - &:after { - content: " "; // 1 - display: table; // 2 - } - &:after { - clear: both; - } -} - -// WebKit-style focus -.tab-focus() { - // Default - outline: thin dotted; - // WebKit - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} - -// Center-align a block level element -.center-block() { - display: block; - margin-left: auto; - margin-right: auto; -} - -// Sizing shortcuts -.size(@width; @height) { - width: @width; - height: @height; -} -.square(@size) { - .size(@size; @size); -} - -// Placeholder text -.placeholder(@color: @input-color-placeholder) { - &::-moz-placeholder { color: @color; // Firefox - opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526 - &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+ - &::-webkit-input-placeholder { color: @color; } // Safari and Chrome -} - -// Text overflow -// Requires inline-block or block for proper styling -.text-overflow() { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -// CSS image replacement -// -// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for -// mixins being reused as classes with the same name, this doesn't hold up. As -// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. Note -// that we cannot chain the mixins together in Less, so they are repeated. -// -// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 - -// Deprecated as of v3.0.1 (will be removed in v4) -.hide-text() { - font: ~"0/0" a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} -// New mixin to use as of v3.0.1 -.text-hide() { - .hide-text(); -} - - - -// CSS3 PROPERTIES -// -------------------------------------------------- - -// Single side border-radius -.border-top-radius(@radius) { - border-top-right-radius: @radius; - border-top-left-radius: @radius; -} -.border-right-radius(@radius) { - border-bottom-right-radius: @radius; - border-top-right-radius: @radius; -} -.border-bottom-radius(@radius) { - border-bottom-right-radius: @radius; - border-bottom-left-radius: @radius; -} -.border-left-radius(@radius) { - border-bottom-left-radius: @radius; - border-top-left-radius: @radius; -} - -// Drop shadows -// -// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's -// supported browsers that have box shadow capabilities now support the -// standard `box-shadow` property. -.box-shadow(@shadow) { - -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1 - box-shadow: @shadow; -} - -// Transitions -.transition(@transition) { - -webkit-transition: @transition; - transition: @transition; -} -.transition-property(@transition-property) { - -webkit-transition-property: @transition-property; - transition-property: @transition-property; -} -.transition-delay(@transition-delay) { - -webkit-transition-delay: @transition-delay; - transition-delay: @transition-delay; -} -.transition-duration(@transition-duration) { - -webkit-transition-duration: @transition-duration; - transition-duration: @transition-duration; -} -.transition-transform(@transition) { - -webkit-transition: -webkit-transform @transition; - -moz-transition: -moz-transform @transition; - -o-transition: -o-transform @transition; - transition: transform @transition; -} - -// Transformations -.rotate(@degrees) { - -webkit-transform: rotate(@degrees); - -ms-transform: rotate(@degrees); // IE9 only - transform: rotate(@degrees); -} -.scale(@ratio; @ratio-y...) { - -webkit-transform: scale(@ratio, @ratio-y); - -ms-transform: scale(@ratio, @ratio-y); // IE9 only - transform: scale(@ratio, @ratio-y); -} -.translate(@x; @y) { - -webkit-transform: translate(@x, @y); - -ms-transform: translate(@x, @y); // IE9 only - transform: translate(@x, @y); -} -.skew(@x; @y) { - -webkit-transform: skew(@x, @y); - -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+ - transform: skew(@x, @y); -} -.translate3d(@x; @y; @z) { - -webkit-transform: translate3d(@x, @y, @z); - transform: translate3d(@x, @y, @z); -} - -.rotateX(@degrees) { - -webkit-transform: rotateX(@degrees); - -ms-transform: rotateX(@degrees); // IE9 only - transform: rotateX(@degrees); -} -.rotateY(@degrees) { - -webkit-transform: rotateY(@degrees); - -ms-transform: rotateY(@degrees); // IE9 only - transform: rotateY(@degrees); -} -.perspective(@perspective) { - -webkit-perspective: @perspective; - -moz-perspective: @perspective; - perspective: @perspective; -} -.perspective-origin(@perspective) { - -webkit-perspective-origin: @perspective; - -moz-perspective-origin: @perspective; - perspective-origin: @perspective; -} -.transform-origin(@origin) { - -webkit-transform-origin: @origin; - -moz-transform-origin: @origin; - -ms-transform-origin: @origin; // IE9 only - transform-origin: @origin; -} - -// Animations -.animation(@animation) { - -webkit-animation: @animation; - animation: @animation; -} -.animation-name(@name) { - -webkit-animation-name: @name; - animation-name: @name; -} -.animation-duration(@duration) { - -webkit-animation-duration: @duration; - animation-duration: @duration; -} -.animation-timing-function(@timing-function) { - -webkit-animation-timing-function: @timing-function; - animation-timing-function: @timing-function; -} -.animation-delay(@delay) { - -webkit-animation-delay: @delay; - animation-delay: @delay; -} -.animation-iteration-count(@iteration-count) { - -webkit-animation-iteration-count: @iteration-count; - animation-iteration-count: @iteration-count; -} -.animation-direction(@direction) { - -webkit-animation-direction: @direction; - animation-direction: @direction; -} - -// Backface visibility -// Prevent browsers from flickering when using CSS 3D transforms. -// Default value is `visible`, but can be changed to `hidden` -.backface-visibility(@visibility){ - -webkit-backface-visibility: @visibility; - -moz-backface-visibility: @visibility; - backface-visibility: @visibility; -} - -// Box sizing -.box-sizing(@boxmodel) { - -webkit-box-sizing: @boxmodel; - -moz-box-sizing: @boxmodel; - box-sizing: @boxmodel; -} - -// User select -// For selecting text on the page -.user-select(@select) { - -webkit-user-select: @select; - -moz-user-select: @select; - -ms-user-select: @select; // IE10+ - user-select: @select; -} - -// Resize anything -.resizable(@direction) { - resize: @direction; // Options: horizontal, vertical, both - overflow: auto; // Safari fix -} - -// CSS3 Content Columns -.content-columns(@column-count; @column-gap: @grid-gutter-width) { - -webkit-column-count: @column-count; - -moz-column-count: @column-count; - column-count: @column-count; - -webkit-column-gap: @column-gap; - -moz-column-gap: @column-gap; - column-gap: @column-gap; -} - -// Optional hyphenation -.hyphens(@mode: auto) { - word-wrap: break-word; - -webkit-hyphens: @mode; - -moz-hyphens: @mode; - -ms-hyphens: @mode; // IE10+ - -o-hyphens: @mode; - hyphens: @mode; -} - -// Opacity -.opacity(@opacity) { - opacity: @opacity; - // IE8 filter - @opacity-ie: (@opacity * 100); - filter: ~"alpha(opacity=@{opacity-ie})"; -} - - - -// GRADIENTS -// -------------------------------------------------- - -#gradient { - - // Horizontal gradient, from left to right - // - // Creates two color stops, start and end, by specifying a color and position for each color stop. - // Color stops are not available in IE9 and below. - .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { - background-image: -webkit-linear-gradient(left, color-stop(@start-color @start-percent), color-stop(@end-color @end-percent)); // Safari 5.1-6, Chrome 10+ - background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ - background-repeat: repeat-x; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down - } - - // Vertical gradient, from top to bottom - // - // Creates two color stops, start and end, by specifying a color and position for each color stop. - // Color stops are not available in IE9 and below. - .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { - background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+ - background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ - background-repeat: repeat-x; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down - } - - .directional(@start-color: #555; @end-color: #333; @deg: 45deg) { - background-repeat: repeat-x; - background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+ - background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ - } - .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) { - background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color); - background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color); - background-repeat: no-repeat; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback - } - .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) { - background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color); - background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color); - background-repeat: no-repeat; - filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback - } - .radial(@inner-color: #555; @outer-color: #333) { - background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color); - background-image: radial-gradient(circle, @inner-color, @outer-color); - background-repeat: no-repeat; - } - .striped(@color: rgba(255,255,255,.15); @angle: 45deg) { - background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent); - background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent); - } -} - -// Reset filters for IE -// -// When you need to remove a gradient background, do not forget to use this to reset -// the IE filter for IE9 and below. -.reset-filter() { - filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)")); -} - - - -// Retina images -// -// Short retina mixin for setting background-image and -size - -.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) { - background-image: url("@{file-1x}"); - - @media - only screen and (-webkit-min-device-pixel-ratio: 2), - only screen and ( min--moz-device-pixel-ratio: 2), - only screen and ( -o-min-device-pixel-ratio: 2/1), - only screen and ( min-device-pixel-ratio: 2), - only screen and ( min-resolution: 192dpi), - only screen and ( min-resolution: 2dppx) { - background-image: url("@{file-2x}"); - background-size: @width-1x @height-1x; - } -} - - -// Responsive image -// -// Keep images from scaling beyond the width of their parents. - -.img-responsive(@display: block) { - display: @display; - max-width: 100%; // Part 1: Set a maximum relative to the parent - height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching -} - - -// COMPONENT MIXINS -// -------------------------------------------------- - -// Horizontal dividers -// ------------------------- -// Dividers (basically an hr) within dropdowns and nav lists -.nav-divider(@color: #e5e5e5) { - height: 1px; - margin: ((@line-height-computed / 2) - 1) 0; - overflow: hidden; - background-color: @color; -} - -// Panels -// ------------------------- -.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) { - border-color: @border; - - & > .panel-heading { - color: @heading-text-color; - background-color: @heading-bg-color; - border-color: @heading-border; - - + .panel-collapse .panel-body { - border-top-color: @border; - } - } - & > .panel-footer { - + .panel-collapse .panel-body { - border-bottom-color: @border; - } - } -} - -// Alerts -// ------------------------- -.alert-variant(@background; @border; @text-color) { - background-color: @background; - border-color: @border; - color: @text-color; - - hr { - border-top-color: darken(@border, 5%); - } - .alert-link { - color: darken(@text-color, 10%); - } -} - -// Tables -// ------------------------- -.table-row-variant(@state; @background) { - // Exact selectors below required to override `.table-striped` and prevent - // inheritance to nested tables. - .table > thead > tr, - .table > tbody > tr, - .table > tfoot > tr { - > td.@{state}, - > th.@{state}, - &.@{state} > td, - &.@{state} > th { - background-color: @background; - } - } - - // Hover states for `.table-hover` - // Note: this is not available for cells or rows within `thead` or `tfoot`. - .table-hover > tbody > tr { - > td.@{state}:hover, - > th.@{state}:hover, - &.@{state}:hover > td, - &.@{state}:hover > th { - background-color: darken(@background, 5%); - } - } -} - -// List Groups -// ------------------------- -.list-group-item-variant(@state; @background; @color) { - .list-group-item-@{state} { - color: @color; - background-color: @background; - - a& { - color: @color; - - .list-group-item-heading { color: inherit; } - - &:hover, - &:focus { - color: @color; - background-color: darken(@background, 5%); - } - &.active, - &.active:hover, - &.active:focus { - color: #fff; - background-color: @color; - border-color: @color; - } - } - } -} - -// Button variants -// ------------------------- -// Easily pump out default styles, as well as :hover, :focus, :active, -// and disabled options for all buttons -.button-variant(@color; @background; @border) { - color: @color; - background-color: @background; - border-color: @border; - - &:hover, - &:focus, - &:active, - &.active, - .open .dropdown-toggle& { - color: @color; - background-color: darken(@background, 8%); - border-color: darken(@border, 12%); - } - &:active, - &.active, - .open .dropdown-toggle& { - background-image: none; - } - &.disabled, - &[disabled], - fieldset[disabled] & { - &, - &:hover, - &:focus, - &:active, - &.active { - background-color: @background; - border-color: @border; - } - } - - .badge { - color: @background; - background-color: @color; - } -} - -// Button sizes -// ------------------------- -.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { - padding: @padding-vertical @padding-horizontal; - font-size: @font-size; - line-height: @line-height; - border-radius: @border-radius; -} - -// Pagination -// ------------------------- -.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) { - > li { - > a, - > span { - padding: @padding-vertical @padding-horizontal; - font-size: @font-size; - } - &:first-child { - > a, - > span { - .border-left-radius(@border-radius); - } - } - &:last-child { - > a, - > span { - .border-right-radius(@border-radius); - } - } - } -} - -// Labels -// ------------------------- -.label-variant(@color) { - background-color: @color; - &[href] { - &:hover, - &:focus { - background-color: darken(@color, 10%); - } - } -} - -// Contextual backgrounds -// ------------------------- -.bg-variant(@color) { - background-color: @color; - a&:hover { - background-color: darken(@color, 10%); - } -} - -// Typography -// ------------------------- -.text-emphasis-variant(@color) { - color: @color; - a&:hover { - color: darken(@color, 10%); - } -} - -// Navbar vertical align -// ------------------------- -// Vertically center elements in the navbar. -// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin. -.navbar-vertical-align(@element-height) { - margin-top: ((@navbar-height - @element-height) / 2); - margin-bottom: ((@navbar-height - @element-height) / 2); -} - -// Progress bars -// ------------------------- -.progress-bar-variant(@color) { - background-color: @color; - .progress-striped & { - #gradient > .striped(); - } -} - -// Responsive utilities -// ------------------------- -// More easily include all the states for responsive-utilities.less. -.responsive-visibility() { - display: block !important; - table& { display: table; } - tr& { display: table-row !important; } - th&, - td& { display: table-cell !important; } -} - -.responsive-invisibility() { - display: none !important; -} - - -// Grid System -// ----------- - -// Centered container element -.container-fixed() { - margin-right: auto; - margin-left: auto; - padding-left: (@grid-gutter-width / 2); - padding-right: (@grid-gutter-width / 2); - &:extend(.clearfix all); -} - -// Creates a wrapper for a series of columns -.make-row(@gutter: @grid-gutter-width) { - margin-left: (@gutter / -2); - margin-right: (@gutter / -2); - &:extend(.clearfix all); -} - -// Generate the extra small columns -.make-xs-column(@columns; @gutter: @grid-gutter-width) { - position: relative; - float: left; - width: percentage((@columns / @grid-columns)); - min-height: 1px; - padding-left: (@gutter / 2); - padding-right: (@gutter / 2); -} -.make-xs-column-offset(@columns) { - @media (min-width: @screen-xs-min) { - margin-left: percentage((@columns / @grid-columns)); - } -} -.make-xs-column-push(@columns) { - @media (min-width: @screen-xs-min) { - left: percentage((@columns / @grid-columns)); - } -} -.make-xs-column-pull(@columns) { - @media (min-width: @screen-xs-min) { - right: percentage((@columns / @grid-columns)); - } -} - - -// Generate the small columns -.make-sm-column(@columns; @gutter: @grid-gutter-width) { - position: relative; - min-height: 1px; - padding-left: (@gutter / 2); - padding-right: (@gutter / 2); - - @media (min-width: @screen-sm-min) { - float: left; - width: percentage((@columns / @grid-columns)); - } -} -.make-sm-column-offset(@columns) { - @media (min-width: @screen-sm-min) { - margin-left: percentage((@columns / @grid-columns)); - } -} -.make-sm-column-push(@columns) { - @media (min-width: @screen-sm-min) { - left: percentage((@columns / @grid-columns)); - } -} -.make-sm-column-pull(@columns) { - @media (min-width: @screen-sm-min) { - right: percentage((@columns / @grid-columns)); - } -} - - -// Generate the medium columns -.make-md-column(@columns; @gutter: @grid-gutter-width) { - position: relative; - min-height: 1px; - padding-left: (@gutter / 2); - padding-right: (@gutter / 2); - - @media (min-width: @screen-md-min) { - float: left; - width: percentage((@columns / @grid-columns)); - } -} -.make-md-column-offset(@columns) { - @media (min-width: @screen-md-min) { - margin-left: percentage((@columns / @grid-columns)); - } -} -.make-md-column-push(@columns) { - @media (min-width: @screen-md-min) { - left: percentage((@columns / @grid-columns)); - } -} -.make-md-column-pull(@columns) { - @media (min-width: @screen-md-min) { - right: percentage((@columns / @grid-columns)); - } -} - - -// Generate the large columns -.make-lg-column(@columns; @gutter: @grid-gutter-width) { - position: relative; - min-height: 1px; - padding-left: (@gutter / 2); - padding-right: (@gutter / 2); - - @media (min-width: @screen-lg-min) { - float: left; - width: percentage((@columns / @grid-columns)); - } -} -.make-lg-column-offset(@columns) { - @media (min-width: @screen-lg-min) { - margin-left: percentage((@columns / @grid-columns)); - } -} -.make-lg-column-push(@columns) { - @media (min-width: @screen-lg-min) { - left: percentage((@columns / @grid-columns)); - } -} -.make-lg-column-pull(@columns) { - @media (min-width: @screen-lg-min) { - right: percentage((@columns / @grid-columns)); - } -} - - -// Framework grid generation -// -// Used only by Bootstrap to generate the correct number of grid classes given -// any value of `@grid-columns`. - -.make-grid-columns() { - // Common styles for all sizes of grid columns, widths 1-12 - .col(@index) when (@index = 1) { // initial - @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}"; - .col((@index + 1), @item); - } - .col(@index, @list) when (@index =< @grid-columns) { // general; "=<" isn't a typo - @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}"; - .col((@index + 1), ~"@{list}, @{item}"); - } - .col(@index, @list) when (@index > @grid-columns) { // terminal - @{list} { - position: relative; - // Prevent columns from collapsing when empty - min-height: 1px; - // Inner gutter via padding - padding-left: (@grid-gutter-width / 2); - padding-right: (@grid-gutter-width / 2); - } - } - .col(1); // kickstart it -} - -.float-grid-columns(@class) { - .col(@index) when (@index = 1) { // initial - @item: ~".col-@{class}-@{index}"; - .col((@index + 1), @item); - } - .col(@index, @list) when (@index =< @grid-columns) { // general - @item: ~".col-@{class}-@{index}"; - .col((@index + 1), ~"@{list}, @{item}"); - } - .col(@index, @list) when (@index > @grid-columns) { // terminal - @{list} { - float: left; - } - } - .col(1); // kickstart it -} - -.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) { - .col-@{class}-@{index} { - width: percentage((@index / @grid-columns)); - } -} -.calc-grid-column(@index, @class, @type) when (@type = push) { - .col-@{class}-push-@{index} { - left: percentage((@index / @grid-columns)); - } -} -.calc-grid-column(@index, @class, @type) when (@type = pull) { - .col-@{class}-pull-@{index} { - right: percentage((@index / @grid-columns)); - } -} -.calc-grid-column(@index, @class, @type) when (@type = offset) { - .col-@{class}-offset-@{index} { - margin-left: percentage((@index / @grid-columns)); - } -} - -// Basic looping in LESS -.loop-grid-columns(@index, @class, @type) when (@index >= 0) { - .calc-grid-column(@index, @class, @type); - // next iteration - .loop-grid-columns((@index - 1), @class, @type); -} - -// Create grid for specific class -.make-grid(@class) { - .float-grid-columns(@class); - .loop-grid-columns(@grid-columns, @class, width); - .loop-grid-columns(@grid-columns, @class, pull); - .loop-grid-columns(@grid-columns, @class, push); - .loop-grid-columns(@grid-columns, @class, offset); -} - -// Form validation states -// -// Used in forms.less to generate the form validation CSS for warnings, errors, -// and successes. - -.form-control-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) { - // Color the label and help text - .help-block, - .control-label, - .radio, - .checkbox, - .radio-inline, - .checkbox-inline { - color: @text-color; - } - // Set the border and box shadow on specific inputs to match - .form-control { - border-color: @border-color; - .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work - &:focus { - border-color: darken(@border-color, 10%); - @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%); - .box-shadow(@shadow); - } - } - // Set validation states also for addons - .input-group-addon { - color: @text-color; - border-color: @border-color; - background-color: @background-color; - } - // Optional feedback icon - .form-control-feedback { - color: @text-color; - } -} - -// Form control focus state -// -// Generate a customized focus state and for any input with the specified color, -// which defaults to the `@input-focus-border` variable. -// -// We highly encourage you to not customize the default value, but instead use -// this to tweak colors on an as-needed basis. This aesthetic change is based on -// WebKit's default styles, but applicable to a wider range of browsers. Its -// usability and accessibility should be taken into account with any change. -// -// Example usage: change the default blue border and shadow to white for better -// contrast against a dark gray background. - -.form-control-focus(@color: @input-border-focus) { - @color-rgba: rgba(red(@color), green(@color), blue(@color), .6); - &:focus { - border-color: @color; - outline: 0; - .box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}"); - } -} - -// Form control sizing -// -// Relative text size, padding, and border-radii changes for form controls. For -// horizontal sizing, wrap controls in the predefined grid classes. `` background color -@input-bg: #fff; -//** `` background color -@input-bg-disabled: @gray-lighter; - -//** Text color for ``s -@input-color: @gray; -//** `` border color -@input-border: #ccc; -//** `` border radius -@input-border-radius: @border-radius-base; -//** Border color for inputs on focus -@input-border-focus: #66afe9; - -//** Placeholder text color -@input-color-placeholder: @gray-light; - -//** Default `.form-control` height -@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2); -//** Large `.form-control` height -@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2); -//** Small `.form-control` height -@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2); - -@legend-color: @gray-dark; -@legend-border-color: #e5e5e5; - -//** Background color for textual input addons -@input-group-addon-bg: @gray-lighter; -//** Border color for textual input addons -@input-group-addon-border-color: @input-border; - - -//== Dropdowns -// -//## Dropdown menu container and contents. - -//** Background for the dropdown menu. -@dropdown-bg: #fff; -//** Dropdown menu `border-color`. -@dropdown-border: rgba(0,0,0,.15); -//** Dropdown menu `border-color` **for IE8**. -@dropdown-fallback-border: #ccc; -//** Divider color for between dropdown items. -@dropdown-divider-bg: #e5e5e5; - -//** Dropdown link text color. -@dropdown-link-color: @gray-dark; -//** Hover color for dropdown links. -@dropdown-link-hover-color: darken(@gray-dark, 5%); -//** Hover background for dropdown links. -@dropdown-link-hover-bg: #f5f5f5; - -//** Active dropdown menu item text color. -@dropdown-link-active-color: @component-active-color; -//** Active dropdown menu item background color. -@dropdown-link-active-bg: @component-active-bg; - -//** Disabled dropdown menu item background color. -@dropdown-link-disabled-color: @gray-light; - -//** Text color for headers within dropdown menus. -@dropdown-header-color: @gray-light; - -// Note: Deprecated @dropdown-caret-color as of v3.1.0 -@dropdown-caret-color: #000; - - -//-- Z-index master list -// -// Warning: Avoid customizing these values. They're used for a bird's eye view -// of components dependent on the z-axis and are designed to all work together. -// -// Note: These variables are not generated into the Customizer. - -@zindex-navbar: 1000; -@zindex-dropdown: 1000; -@zindex-popover: 1010; -@zindex-tooltip: 1030; -@zindex-navbar-fixed: 1030; -@zindex-modal-background: 1040; -@zindex-modal: 1050; - - -//== Media queries breakpoints -// -//## Define the breakpoints at which your layout will change, adapting to different screen sizes. - -// Extra small screen / phone -// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1 -@screen-xs: 480px; -@screen-xs-min: @screen-xs; -@screen-phone: @screen-xs-min; - -// Small screen / tablet -// Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1 -@screen-sm: 768px; -@screen-sm-min: @screen-sm; -@screen-tablet: @screen-sm-min; - -// Medium screen / desktop -// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1 -@screen-md: 992px; -@screen-md-min: @screen-md; -@screen-desktop: @screen-md-min; - -// Large screen / wide desktop -// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1 -@screen-lg: 1200px; -@screen-lg-min: @screen-lg; -@screen-lg-desktop: @screen-lg-min; - -// So media queries don't overlap when required, provide a maximum -@screen-xs-max: (@screen-sm-min - 1); -@screen-sm-max: (@screen-md-min - 1); -@screen-md-max: (@screen-lg-min - 1); - - -//== Grid system -// -//## Define your custom responsive grid. - -//** Number of columns in the grid. -@grid-columns: 12; -//** Padding between columns. Gets divided in half for the left and right. -@grid-gutter-width: 30px; -// Navbar collapse -//** Point at which the navbar becomes uncollapsed. -@grid-float-breakpoint: @screen-sm-min; -//** Point at which the navbar begins collapsing. -@grid-float-breakpoint-max: (@grid-float-breakpoint - 1); - - -//== Container sizes -// -//## Define the maximum width of `.container` for different screen sizes. - -// Small screen / tablet -@container-tablet: ((720px + @grid-gutter-width)); -//** For `@screen-sm-min` and up. -@container-sm: @container-tablet; - -// Medium screen / desktop -@container-desktop: ((940px + @grid-gutter-width)); -//** For `@screen-md-min` and up. -@container-md: @container-desktop; - -// Large screen / wide desktop -@container-large-desktop: ((1140px + @grid-gutter-width)); -//** For `@screen-lg-min` and up. -@container-lg: @container-large-desktop; - - -//== Navbar -// -//## - -// Basics of a navbar -@navbar-height: 50px; -@navbar-margin-bottom: @line-height-computed; -@navbar-border-radius: @border-radius-base; -@navbar-padding-horizontal: floor((@grid-gutter-width / 2)); -@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2); -@navbar-collapse-max-height: 340px; - -@navbar-default-color: #777; -@navbar-default-bg: #f8f8f8; -@navbar-default-border: darken(@navbar-default-bg, 6.5%); - -// Navbar links -@navbar-default-link-color: #777; -@navbar-default-link-hover-color: #333; -@navbar-default-link-hover-bg: transparent; -@navbar-default-link-active-color: #555; -@navbar-default-link-active-bg: darken(@navbar-default-bg, 6.5%); -@navbar-default-link-disabled-color: #ccc; -@navbar-default-link-disabled-bg: transparent; - -// Navbar brand label -@navbar-default-brand-color: @navbar-default-link-color; -@navbar-default-brand-hover-color: darken(@navbar-default-brand-color, 10%); -@navbar-default-brand-hover-bg: transparent; - -// Navbar toggle -@navbar-default-toggle-hover-bg: #ddd; -@navbar-default-toggle-icon-bar-bg: #888; -@navbar-default-toggle-border-color: #ddd; - - -// Inverted navbar -// Reset inverted navbar basics -@navbar-inverse-color: @gray-light; -@navbar-inverse-bg: #222; -@navbar-inverse-border: darken(@navbar-inverse-bg, 10%); - -// Inverted navbar links -@navbar-inverse-link-color: @gray-light; -@navbar-inverse-link-hover-color: #fff; -@navbar-inverse-link-hover-bg: transparent; -@navbar-inverse-link-active-color: @navbar-inverse-link-hover-color; -@navbar-inverse-link-active-bg: darken(@navbar-inverse-bg, 10%); -@navbar-inverse-link-disabled-color: #444; -@navbar-inverse-link-disabled-bg: transparent; - -// Inverted navbar brand label -@navbar-inverse-brand-color: @navbar-inverse-link-color; -@navbar-inverse-brand-hover-color: #fff; -@navbar-inverse-brand-hover-bg: transparent; - -// Inverted navbar toggle -@navbar-inverse-toggle-hover-bg: #333; -@navbar-inverse-toggle-icon-bar-bg: #fff; -@navbar-inverse-toggle-border-color: #333; - - -//== Navs -// -//## - -//=== Shared nav styles -@nav-link-padding: 10px 15px; -@nav-link-hover-bg: @gray-lighter; - -@nav-disabled-link-color: @gray-light; -@nav-disabled-link-hover-color: @gray-light; - -@nav-open-link-hover-color: #fff; - -//== Tabs -@nav-tabs-border-color: #ddd; - -@nav-tabs-link-hover-border-color: @gray-lighter; - -@nav-tabs-active-link-hover-bg: @body-bg; -@nav-tabs-active-link-hover-color: @gray; -@nav-tabs-active-link-hover-border-color: #ddd; - -@nav-tabs-justified-link-border-color: #ddd; -@nav-tabs-justified-active-link-border-color: @body-bg; - -//== Pills -@nav-pills-border-radius: @border-radius-base; -@nav-pills-active-link-hover-bg: @component-active-bg; -@nav-pills-active-link-hover-color: @component-active-color; - - -//== Pagination -// -//## - -@pagination-color: @link-color; -@pagination-bg: #fff; -@pagination-border: #ddd; - -@pagination-hover-color: @link-hover-color; -@pagination-hover-bg: @gray-lighter; -@pagination-hover-border: #ddd; - -@pagination-active-color: #fff; -@pagination-active-bg: @brand-primary; -@pagination-active-border: @brand-primary; - -@pagination-disabled-color: @gray-light; -@pagination-disabled-bg: #fff; -@pagination-disabled-border: #ddd; - - -//== Pager -// -//## - -@pager-bg: @pagination-bg; -@pager-border: @pagination-border; -@pager-border-radius: 15px; - -@pager-hover-bg: @pagination-hover-bg; - -@pager-active-bg: @pagination-active-bg; -@pager-active-color: @pagination-active-color; - -@pager-disabled-color: @pagination-disabled-color; - - -//== Jumbotron -// -//## - -@jumbotron-padding: 30px; -@jumbotron-color: inherit; -@jumbotron-bg: @gray-lighter; -@jumbotron-heading-color: inherit; -@jumbotron-font-size: ceil((@font-size-base * 1.5)); - - -//== Form states and alerts -// -//## Define colors for form feedback states and, by default, alerts. - -@state-success-text: #3c763d; -@state-success-bg: #dff0d8; -@state-success-border: darken(spin(@state-success-bg, -10), 5%); - -@state-info-text: #31708f; -@state-info-bg: #d9edf7; -@state-info-border: darken(spin(@state-info-bg, -10), 7%); - -@state-warning-text: #8a6d3b; -@state-warning-bg: #fcf8e3; -@state-warning-border: darken(spin(@state-warning-bg, -10), 5%); - -@state-danger-text: #a94442; -@state-danger-bg: #f2dede; -@state-danger-border: darken(spin(@state-danger-bg, -10), 5%); - - -//== Tooltips -// -//## - -//** Tooltip max width -@tooltip-max-width: 200px; -//** Tooltip text color -@tooltip-color: #fff; -//** Tooltip background color -@tooltip-bg: #000; -@tooltip-opacity: .9; - -//** Tooltip arrow width -@tooltip-arrow-width: 5px; -//** Tooltip arrow color -@tooltip-arrow-color: @tooltip-bg; - - -//== Popovers -// -//## - -//** Popover body background color -@popover-bg: #fff; -//** Popover maximum width -@popover-max-width: 276px; -//** Popover border color -@popover-border-color: rgba(0,0,0,.2); -//** Popover fallback border color -@popover-fallback-border-color: #ccc; - -//** Popover title background color -@popover-title-bg: darken(@popover-bg, 3%); - -//** Popover arrow width -@popover-arrow-width: 10px; -//** Popover arrow color -@popover-arrow-color: #fff; - -//** Popover outer arrow width -@popover-arrow-outer-width: (@popover-arrow-width + 1); -//** Popover outer arrow color -@popover-arrow-outer-color: fadein(@popover-border-color, 5%); -//** Popover outer arrow fallback color -@popover-arrow-outer-fallback-color: darken(@popover-fallback-border-color, 20%); - - -//== Labels -// -//## - -//** Default label background color -@label-default-bg: @gray-light; -//** Primary label background color -@label-primary-bg: @brand-primary; -//** Success label background color -@label-success-bg: @brand-success; -//** Info label background color -@label-info-bg: @brand-info; -//** Warning label background color -@label-warning-bg: @brand-warning; -//** Danger label background color -@label-danger-bg: @brand-danger; - -//** Default label text color -@label-color: #fff; -//** Default text color of a linked label -@label-link-hover-color: #fff; - - -//== Modals -// -//## - -//** Padding applied to the modal body -@modal-inner-padding: 20px; - -//** Padding applied to the modal title -@modal-title-padding: 15px; -//** Modal title line-height -@modal-title-line-height: @line-height-base; - -//** Background color of modal content area -@modal-content-bg: #fff; -//** Modal content border color -@modal-content-border-color: rgba(0,0,0,.2); -//** Modal content border color **for IE8** -@modal-content-fallback-border-color: #999; - -//** Modal backdrop background color -@modal-backdrop-bg: #000; -//** Modal backdrop opacity -@modal-backdrop-opacity: .5; -//** Modal header border color -@modal-header-border-color: #e5e5e5; -//** Modal footer border color -@modal-footer-border-color: @modal-header-border-color; - -@modal-lg: 900px; -@modal-md: 600px; -@modal-sm: 300px; - - -//== Alerts -// -//## Define alert colors, border radius, and padding. - -@alert-padding: 15px; -@alert-border-radius: @border-radius-base; -@alert-link-font-weight: bold; - -@alert-success-bg: @state-success-bg; -@alert-success-text: @state-success-text; -@alert-success-border: @state-success-border; - -@alert-info-bg: @state-info-bg; -@alert-info-text: @state-info-text; -@alert-info-border: @state-info-border; - -@alert-warning-bg: @state-warning-bg; -@alert-warning-text: @state-warning-text; -@alert-warning-border: @state-warning-border; - -@alert-danger-bg: @state-danger-bg; -@alert-danger-text: @state-danger-text; -@alert-danger-border: @state-danger-border; - - -//== Progress bars -// -//## - -//** Background color of the whole progress component -@progress-bg: #f5f5f5; -//** Progress bar text color -@progress-bar-color: #fff; - -//** Default progress bar color -@progress-bar-bg: @brand-primary; -//** Success progress bar color -@progress-bar-success-bg: @brand-success; -//** Warning progress bar color -@progress-bar-warning-bg: @brand-warning; -//** Danger progress bar color -@progress-bar-danger-bg: @brand-danger; -//** Info progress bar color -@progress-bar-info-bg: @brand-info; - - -//== List group -// -//## - -//** Background color on `.list-group-item` -@list-group-bg: #fff; -//** `.list-group-item` border color -@list-group-border: #ddd; -//** List group border radius -@list-group-border-radius: @border-radius-base; - -//** Background color of single list elements on hover -@list-group-hover-bg: #f5f5f5; -//** Text color of active list elements -@list-group-active-color: @component-active-color; -//** Background color of active list elements -@list-group-active-bg: @component-active-bg; -//** Border color of active list elements -@list-group-active-border: @list-group-active-bg; -@list-group-active-text-color: lighten(@list-group-active-bg, 40%); - -@list-group-link-color: #555; -@list-group-link-heading-color: #333; - - -//== Panels -// -//## - -@panel-bg: #fff; -@panel-body-padding: 15px; -@panel-border-radius: @border-radius-base; - -//** Border color for elements within panels -@panel-inner-border: #ddd; -@panel-footer-bg: #f5f5f5; - -@panel-default-text: @gray-dark; -@panel-default-border: #ddd; -@panel-default-heading-bg: #f5f5f5; - -@panel-primary-text: #fff; -@panel-primary-border: @brand-primary; -@panel-primary-heading-bg: @brand-primary; - -@panel-success-text: @state-success-text; -@panel-success-border: @state-success-border; -@panel-success-heading-bg: @state-success-bg; - -@panel-info-text: @state-info-text; -@panel-info-border: @state-info-border; -@panel-info-heading-bg: @state-info-bg; - -@panel-warning-text: @state-warning-text; -@panel-warning-border: @state-warning-border; -@panel-warning-heading-bg: @state-warning-bg; - -@panel-danger-text: @state-danger-text; -@panel-danger-border: @state-danger-border; -@panel-danger-heading-bg: @state-danger-bg; - - -//== Thumbnails -// -//## - -//** Padding around the thumbnail image -@thumbnail-padding: 4px; -//** Thumbnail background color -@thumbnail-bg: @body-bg; -//** Thumbnail border color -@thumbnail-border: #ddd; -//** Thumbnail border radius -@thumbnail-border-radius: @border-radius-base; - -//** Custom text color for thumbnail captions -@thumbnail-caption-color: @text-color; -//** Padding around the thumbnail caption -@thumbnail-caption-padding: 9px; - - -//== Wells -// -//## - -@well-bg: #f5f5f5; -@well-border: darken(@well-bg, 7%); - - -//== Badges -// -//## - -@badge-color: #fff; -//** Linked badge text color on hover -@badge-link-hover-color: #fff; -@badge-bg: @gray-light; - -//** Badge text color in active nav link -@badge-active-color: @link-color; -//** Badge background color in active nav link -@badge-active-bg: #fff; - -@badge-font-weight: bold; -@badge-line-height: 1; -@badge-border-radius: 10px; - - -//== Breadcrumbs -// -//## - -@breadcrumb-padding-vertical: 8px; -@breadcrumb-padding-horizontal: 15px; -//** Breadcrumb background color -@breadcrumb-bg: #f5f5f5; -//** Breadcrumb text color -@breadcrumb-color: #ccc; -//** Text color of current page in the breadcrumb -@breadcrumb-active-color: @gray-light; -//** Textual separator for between breadcrumb elements -@breadcrumb-separator: "/"; - - -//== Carousel -// -//## - -@carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6); - -@carousel-control-color: #fff; -@carousel-control-width: 15%; -@carousel-control-opacity: .5; -@carousel-control-font-size: 20px; - -@carousel-indicator-active-bg: #fff; -@carousel-indicator-border-color: #fff; - -@carousel-caption-color: #fff; - - -//== Close -// -//## - -@close-font-weight: bold; -@close-color: #000; -@close-text-shadow: 0 1px 0 #fff; - - -//== Code -// -//## - -@code-color: #c7254e; -@code-bg: #f9f2f4; - -@kbd-color: #fff; -@kbd-bg: #333; - -@pre-bg: #f5f5f5; -@pre-color: @gray-dark; -@pre-border-color: #ccc; -@pre-scrollable-max-height: 340px; - - -//== Type -// -//## - -//** Text muted color -@text-muted: @gray-light; -//** Abbreviations and acronyms border color -@abbr-border-color: @gray-light; -//** Headings small color -@headings-small-color: @gray-light; -//** Blockquote small color -@blockquote-small-color: @gray-light; -//** Blockquote font size -@blockquote-font-size: (@font-size-base * 1.25); -//** Blockquote border color -@blockquote-border-color: @gray-lighter; -//** Page header border color -@page-header-border-color: @gray-lighter; - - -//== Miscellaneous -// -//## - -//** Horizontal line color. -@hr-border: @gray-lighter; - -//** Horizontal offset for forms and lists. -@component-offset-horizontal: 180px; diff --git a/woc/css/less/wells.less b/woc/css/less/wells.less deleted file mode 100644 index 15d072b..0000000 --- a/woc/css/less/wells.less +++ /dev/null @@ -1,29 +0,0 @@ -// -// Wells -// -------------------------------------------------- - - -// Base class -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: @well-bg; - border: 1px solid @well-border; - border-radius: @border-radius-base; - .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); - blockquote { - border-color: #ddd; - border-color: rgba(0,0,0,.15); - } -} - -// Sizes -.well-lg { - padding: 24px; - border-radius: @border-radius-large; -} -.well-sm { - padding: 9px; - border-radius: @border-radius-small; -} diff --git a/woc/css/lightbox.min.css b/woc/css/lightbox.min.css deleted file mode 100644 index 7ce8387..0000000 --- a/woc/css/lightbox.min.css +++ /dev/null @@ -1 +0,0 @@ -body:after{content:url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);display:none}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;*zoom:1;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-container{padding:4px}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../img/lightbox/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../img/lightbox/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../img/lightbox/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../img/lightbox/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1} \ No newline at end of file diff --git a/woc/css/pe-icon-7-stroke.min.css b/woc/css/pe-icon-7-stroke.min.css deleted file mode 100644 index cf68b1f..0000000 --- a/woc/css/pe-icon-7-stroke.min.css +++ /dev/null @@ -1,536 +0,0 @@ -@font-face { - font-family: 'Pe-icon-7-stroke'; - src:url('../fonts/Pe-icon-7-stroke.eot?-2irksn'); - src:url('../fonts/Pe-icon-7-stroke.eot?#iefix-2irksn') format('embedded-opentype'), - url('../fonts/Pe-icon-7-stroke.woff?-2irksn') format('woff'), - url('../fonts/Pe-icon-7-stroke.ttf?-2irksn') format('truetype'), - url('../fonts/Pe-icon-7-stroke.svg?-2irksn#Pe-icon-7-stroke') format('svg'); - font-weight: normal; - font-style: normal; -} - -[class^="pe-7s-"], [class*=" pe-7s-"] { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.pe-7s-cloud-upload:before { - content: "\e68a"; -} -.pe-7s-cash:before { - content: "\e68c"; -} -.pe-7s-close:before { - content: "\e680"; -} -.pe-7s-bluetooth:before { - content: "\e68d"; -} -.pe-7s-cloud-download:before { - content: "\e68b"; -} -.pe-7s-way:before { - content: "\e68e"; -} -.pe-7s-close-circle:before { - content: "\e681"; -} -.pe-7s-id:before { - content: "\e68f"; -} -.pe-7s-angle-up:before { - content: "\e682"; -} -.pe-7s-wristwatch:before { - content: "\e690"; -} -.pe-7s-angle-up-circle:before { - content: "\e683"; -} -.pe-7s-world:before { - content: "\e691"; -} -.pe-7s-angle-right:before { - content: "\e684"; -} -.pe-7s-volume:before { - content: "\e692"; -} -.pe-7s-angle-right-circle:before { - content: "\e685"; -} -.pe-7s-users:before { - content: "\e693"; -} -.pe-7s-angle-left:before { - content: "\e686"; -} -.pe-7s-user-female:before { - content: "\e694"; -} -.pe-7s-angle-left-circle:before { - content: "\e687"; -} -.pe-7s-up-arrow:before { - content: "\e695"; -} -.pe-7s-angle-down:before { - content: "\e688"; -} -.pe-7s-switch:before { - content: "\e696"; -} -.pe-7s-angle-down-circle:before { - content: "\e689"; -} -.pe-7s-scissors:before { - content: "\e697"; -} -.pe-7s-wallet:before { - content: "\e600"; -} -.pe-7s-safe:before { - content: "\e698"; -} -.pe-7s-volume2:before { - content: "\e601"; -} -.pe-7s-volume1:before { - content: "\e602"; -} -.pe-7s-voicemail:before { - content: "\e603"; -} -.pe-7s-video:before { - content: "\e604"; -} -.pe-7s-user:before { - content: "\e605"; -} -.pe-7s-upload:before { - content: "\e606"; -} -.pe-7s-unlock:before { - content: "\e607"; -} -.pe-7s-umbrella:before { - content: "\e608"; -} -.pe-7s-trash:before { - content: "\e609"; -} -.pe-7s-tools:before { - content: "\e60a"; -} -.pe-7s-timer:before { - content: "\e60b"; -} -.pe-7s-ticket:before { - content: "\e60c"; -} -.pe-7s-target:before { - content: "\e60d"; -} -.pe-7s-sun:before { - content: "\e60e"; -} -.pe-7s-study:before { - content: "\e60f"; -} -.pe-7s-stopwatch:before { - content: "\e610"; -} -.pe-7s-star:before { - content: "\e611"; -} -.pe-7s-speaker:before { - content: "\e612"; -} -.pe-7s-signal:before { - content: "\e613"; -} -.pe-7s-shuffle:before { - content: "\e614"; -} -.pe-7s-shopbag:before { - content: "\e615"; -} -.pe-7s-share:before { - content: "\e616"; -} -.pe-7s-server:before { - content: "\e617"; -} -.pe-7s-search:before { - content: "\e618"; -} -.pe-7s-film:before { - content: "\e6a5"; -} -.pe-7s-science:before { - content: "\e619"; -} -.pe-7s-disk:before { - content: "\e6a6"; -} -.pe-7s-ribbon:before { - content: "\e61a"; -} -.pe-7s-repeat:before { - content: "\e61b"; -} -.pe-7s-refresh:before { - content: "\e61c"; -} -.pe-7s-add-user:before { - content: "\e6a9"; -} -.pe-7s-refresh-cloud:before { - content: "\e61d"; -} -.pe-7s-paperclip:before { - content: "\e69c"; -} -.pe-7s-radio:before { - content: "\e61e"; -} -.pe-7s-note2:before { - content: "\e69d"; -} -.pe-7s-print:before { - content: "\e61f"; -} -.pe-7s-network:before { - content: "\e69e"; -} -.pe-7s-prev:before { - content: "\e620"; -} -.pe-7s-mute:before { - content: "\e69f"; -} -.pe-7s-power:before { - content: "\e621"; -} -.pe-7s-medal:before { - content: "\e6a0"; -} -.pe-7s-portfolio:before { - content: "\e622"; -} -.pe-7s-like2:before { - content: "\e6a1"; -} -.pe-7s-plus:before { - content: "\e623"; -} -.pe-7s-left-arrow:before { - content: "\e6a2"; -} -.pe-7s-play:before { - content: "\e624"; -} -.pe-7s-key:before { - content: "\e6a3"; -} -.pe-7s-plane:before { - content: "\e625"; -} -.pe-7s-joy:before { - content: "\e6a4"; -} -.pe-7s-photo-gallery:before { - content: "\e626"; -} -.pe-7s-pin:before { - content: "\e69b"; -} -.pe-7s-phone:before { - content: "\e627"; -} -.pe-7s-plug:before { - content: "\e69a"; -} -.pe-7s-pen:before { - content: "\e628"; -} -.pe-7s-right-arrow:before { - content: "\e699"; -} -.pe-7s-paper-plane:before { - content: "\e629"; -} -.pe-7s-delete-user:before { - content: "\e6a7"; -} -.pe-7s-paint:before { - content: "\e62a"; -} -.pe-7s-bottom-arrow:before { - content: "\e6a8"; -} -.pe-7s-notebook:before { - content: "\e62b"; -} -.pe-7s-note:before { - content: "\e62c"; -} -.pe-7s-next:before { - content: "\e62d"; -} -.pe-7s-news-paper:before { - content: "\e62e"; -} -.pe-7s-musiclist:before { - content: "\e62f"; -} -.pe-7s-music:before { - content: "\e630"; -} -.pe-7s-mouse:before { - content: "\e631"; -} -.pe-7s-more:before { - content: "\e632"; -} -.pe-7s-moon:before { - content: "\e633"; -} -.pe-7s-monitor:before { - content: "\e634"; -} -.pe-7s-micro:before { - content: "\e635"; -} -.pe-7s-menu:before { - content: "\e636"; -} -.pe-7s-map:before { - content: "\e637"; -} -.pe-7s-map-marker:before { - content: "\e638"; -} -.pe-7s-mail:before { - content: "\e639"; -} -.pe-7s-mail-open:before { - content: "\e63a"; -} -.pe-7s-mail-open-file:before { - content: "\e63b"; -} -.pe-7s-magnet:before { - content: "\e63c"; -} -.pe-7s-loop:before { - content: "\e63d"; -} -.pe-7s-look:before { - content: "\e63e"; -} -.pe-7s-lock:before { - content: "\e63f"; -} -.pe-7s-lintern:before { - content: "\e640"; -} -.pe-7s-link:before { - content: "\e641"; -} -.pe-7s-like:before { - content: "\e642"; -} -.pe-7s-light:before { - content: "\e643"; -} -.pe-7s-less:before { - content: "\e644"; -} -.pe-7s-keypad:before { - content: "\e645"; -} -.pe-7s-junk:before { - content: "\e646"; -} -.pe-7s-info:before { - content: "\e647"; -} -.pe-7s-home:before { - content: "\e648"; -} -.pe-7s-help2:before { - content: "\e649"; -} -.pe-7s-help1:before { - content: "\e64a"; -} -.pe-7s-graph3:before { - content: "\e64b"; -} -.pe-7s-graph2:before { - content: "\e64c"; -} -.pe-7s-graph1:before { - content: "\e64d"; -} -.pe-7s-graph:before { - content: "\e64e"; -} -.pe-7s-global:before { - content: "\e64f"; -} -.pe-7s-gleam:before { - content: "\e650"; -} -.pe-7s-glasses:before { - content: "\e651"; -} -.pe-7s-gift:before { - content: "\e652"; -} -.pe-7s-folder:before { - content: "\e653"; -} -.pe-7s-flag:before { - content: "\e654"; -} -.pe-7s-filter:before { - content: "\e655"; -} -.pe-7s-file:before { - content: "\e656"; -} -.pe-7s-expand1:before { - content: "\e657"; -} -.pe-7s-exapnd2:before { - content: "\e658"; -} -.pe-7s-edit:before { - content: "\e659"; -} -.pe-7s-drop:before { - content: "\e65a"; -} -.pe-7s-drawer:before { - content: "\e65b"; -} -.pe-7s-download:before { - content: "\e65c"; -} -.pe-7s-display2:before { - content: "\e65d"; -} -.pe-7s-display1:before { - content: "\e65e"; -} -.pe-7s-diskette:before { - content: "\e65f"; -} -.pe-7s-date:before { - content: "\e660"; -} -.pe-7s-cup:before { - content: "\e661"; -} -.pe-7s-culture:before { - content: "\e662"; -} -.pe-7s-crop:before { - content: "\e663"; -} -.pe-7s-credit:before { - content: "\e664"; -} -.pe-7s-copy-file:before { - content: "\e665"; -} -.pe-7s-config:before { - content: "\e666"; -} -.pe-7s-compass:before { - content: "\e667"; -} -.pe-7s-comment:before { - content: "\e668"; -} -.pe-7s-coffee:before { - content: "\e669"; -} -.pe-7s-cloud:before { - content: "\e66a"; -} -.pe-7s-clock:before { - content: "\e66b"; -} -.pe-7s-check:before { - content: "\e66c"; -} -.pe-7s-chat:before { - content: "\e66d"; -} -.pe-7s-cart:before { - content: "\e66e"; -} -.pe-7s-camera:before { - content: "\e66f"; -} -.pe-7s-call:before { - content: "\e670"; -} -.pe-7s-calculator:before { - content: "\e671"; -} -.pe-7s-browser:before { - content: "\e672"; -} -.pe-7s-box2:before { - content: "\e673"; -} -.pe-7s-box1:before { - content: "\e674"; -} -.pe-7s-bookmarks:before { - content: "\e675"; -} -.pe-7s-bicycle:before { - content: "\e676"; -} -.pe-7s-bell:before { - content: "\e677"; -} -.pe-7s-battery:before { - content: "\e678"; -} -.pe-7s-ball:before { - content: "\e679"; -} -.pe-7s-back:before { - content: "\e67a"; -} -.pe-7s-attention:before { - content: "\e67b"; -} -.pe-7s-anchor:before { - content: "\e67c"; -} -.pe-7s-albums:before { - content: "\e67d"; -} -.pe-7s-alarm:before { - content: "\e67e"; -} -.pe-7s-airplay:before { - content: "\e67f"; -} diff --git a/woc/css/theme-camaro.css b/woc/css/theme-camaro.css deleted file mode 100644 index 05e1c0a..0000000 --- a/woc/css/theme-camaro.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #ffa900; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ffcb66; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #ffeecc; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #ffa900 !important; - border-color: #ffa900; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #ffa900; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #e69800; -} -.btn-hollow { - background: none; - border: 2px solid #ffa900; - color: #ffa900; -} -.btn-hollow:hover { - background: #ffa900; -} -.btn-white { - background: #fff; - color: #ffa900; -} -.btn-white:hover { - background: #fff; - color: #cc8700; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #ffa900; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #ffa900; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #ffa900; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #ffa900 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #ffa900; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #ffa900; -} -.block-right { - background-color: #d68e00; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #ffa900; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #ffa900; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #ffa900; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #ffa900; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #ffa900; - border-color: #ffa900; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #ffa900; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #ffa900; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-dandelion.css b/woc/css/theme-dandelion.css deleted file mode 100644 index 03eba97..0000000 --- a/woc/css/theme-dandelion.css +++ /dev/null @@ -1,2030 +0,0 @@ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #ffe900; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #fff266; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #fffbcc; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #333333; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #ffe900 !important; - border-color: #ffe900; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #ffe900; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #e6d200; -} -.btn-hollow { - background: none; - border: 2px solid #ffe900; - color: #ffe900; -} -.btn-hollow:hover { - background: #ffe900; -} -.btn-white { - background: #fff; - color: #ffe900; -} -.btn-white:hover { - background: #fff; - color: #ccba00; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #ffe900; -} -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.image-holder { - position: relative; - overflow: hidden; -} -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - max-height: 0px; - background: rgba(255, 255, 255, 0.3); - min-width: 200px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px; - margin-bottom: 32px; - left: 24px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #ffe900; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #ffe900; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #ffe900 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #ffe900; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 120px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #ffe900; -} -.block-right { - background-color: #d6c400; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #ffe900; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.instagram { - position: relative; - padding: 216px 0px; -} -.instagram { - overflow: hidden; - background: #000 !important; -} -.instagram ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover { - opacity: 1 !important; -} -.instagram .container { - position: relative; - z-index: 3; -} -.instagram i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9) { - display: none; - } - .instagram li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7) { - display: none; - } - .instagram li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram { - padding: 144px 0px; - } - .instagram li:nth-child(n+5) { - display: none; - } - .instagram li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li { - width: 33.33333%; - } - .contained-gallery .instagram { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li { - width: 33.33333% !important; - } -} -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #ffe900; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } -} -.contact-tweets { - background: #ffe900; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #ffe900; - border-color: #ffe900; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #ffe900; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -.error-page { - background: #ffe900; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -.subscribe-1 .footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.subscribe-1 .footer .menu { - overflow: visible; -} -.subscribe-1 .footer .menu li { - top: 0px; -} -.subscribe-1 .footer .menu li a { - padding-bottom: 0px; -} -.subscribe-1 .footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.subscribe-1 .footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.subscribe-1 .footer .menu li a:hover { - border: none; -} -.subscribe-1 .footer .back-to-top { - padding-right: 42px; -} -.subscribe-1 .footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-debbie.css b/woc/css/theme-debbie.css deleted file mode 100644 index 631897e..0000000 --- a/woc/css/theme-debbie.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #7300c2; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #a829ff; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #d18fff; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #7300c2 !important; - border-color: #7300c2; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #7300c2; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #6400a9; -} -.btn-hollow { - background: none; - border: 2px solid #7300c2; - color: #7300c2; -} -.btn-hollow:hover { - background: #7300c2; -} -.btn-white { - background: #fff; - color: #7300c2; -} -.btn-white:hover { - background: #fff; - color: #55008f; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #7300c2; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #7300c2; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #7300c2; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #7300c2 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #7300c2; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #7300c2; -} -.block-right { - background-color: #5b0099; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #7300c2; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #7300c2; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #7300c2; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #7300c2; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #7300c2; - border-color: #7300c2; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #7300c2; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #7300c2; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-deepblue.css b/woc/css/theme-deepblue.css deleted file mode 100644 index d026a5e..0000000 --- a/woc/css/theme-deepblue.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #005790; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #0095f6; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #5dbfff; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #005790 !important; - border-color: #005790; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #005790; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #004877; -} -.btn-hollow { - background: none; - border: 2px solid #005790; - color: #005790; -} -.btn-hollow:hover { - background: #005790; -} -.btn-white { - background: #fff; - color: #005790; -} -.btn-white:hover { - background: #fff; - color: #00385d; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #005790; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #005790; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #005790; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #005790 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #005790; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #005790; -} -.block-right { - background-color: #003e67; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #005790; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #005790; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #005790; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #005790; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #005790; - border-color: #005790; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #005790; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #005790; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-grass.css b/woc/css/theme-grass.css deleted file mode 100644 index d157cb2..0000000 --- a/woc/css/theme-grass.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #47b40c; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #77f234; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #b7f894; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #47b40c !important; - border-color: #47b40c; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #47b40c; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #3e9c0a; -} -.btn-hollow { - background: none; - border: 2px solid #47b40c; - color: #47b40c; -} -.btn-hollow:hover { - background: #47b40c; -} -.btn-white { - background: #fff; - color: #47b40c; -} -.btn-white:hover { - background: #fff; - color: #348409; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #47b40c; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #47b40c; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #47b40c; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #47b40c !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #47b40c; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #47b40c; -} -.block-right { - background-color: #388e09; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #47b40c; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #47b40c; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #47b40c; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #47b40c; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #47b40c; - border-color: #47b40c; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #47b40c; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #47b40c; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-gunmetalpurple.css b/woc/css/theme-gunmetalpurple.css deleted file mode 100644 index a500a66..0000000 --- a/woc/css/theme-gunmetalpurple.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #572864; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #9645ad; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #c088d0; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #572864 !important; - border-color: #572864; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #572864; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #472152; -} -.btn-hollow { - background: none; - border: 2px solid #572864; - color: #572864; -} -.btn-hollow:hover { - background: #572864; -} -.btn-white { - background: #fff; - color: #572864; -} -.btn-white:hover { - background: #fff; - color: #371940; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #572864; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #572864; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #572864; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #572864 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #572864; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #572864; -} -.block-right { - background-color: #3e1c47; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #572864; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #572864; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #572864; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #572864; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #572864; - border-color: #572864; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #572864; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #572864; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-haemo.css b/woc/css/theme-haemo.css deleted file mode 100644 index 799eef5..0000000 --- a/woc/css/theme-haemo.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #a32834; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #d75a67; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #ebacb2; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #a32834 !important; - border-color: #a32834; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #a32834; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #8f232d; -} -.btn-hollow { - background: none; - border: 2px solid #a32834; - color: #a32834; -} -.btn-hollow:hover { - background: #a32834; -} -.btn-white { - background: #fff; - color: #a32834; -} -.btn-white:hover { - background: #fff; - color: #7a1e27; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #a32834; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #a32834; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #a32834; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #a32834 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #a32834; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #a32834; -} -.block-right { - background-color: #82202a; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #a32834; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #a32834; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #a32834; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #a32834; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #a32834; - border-color: #a32834; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #a32834; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #a32834; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-handbag.css b/woc/css/theme-handbag.css deleted file mode 100644 index e86a441..0000000 --- a/woc/css/theme-handbag.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #e9004e; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ff508b; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #ffb6ce; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #e9004e !important; - border-color: #e9004e; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #e9004e; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #d00045; -} -.btn-hollow { - background: none; - border: 2px solid #e9004e; - color: #e9004e; -} -.btn-hollow:hover { - background: #e9004e; -} -.btn-white { - background: #fff; - color: #e9004e; -} -.btn-white:hover { - background: #fff; - color: #b6003d; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #e9004e; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #e9004e; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #e9004e; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #e9004e !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #e9004e; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #e9004e; -} -.block-right { - background-color: #c00040; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #e9004e; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #e9004e; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #e9004e; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #e9004e; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #e9004e; - border-color: #e9004e; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #e9004e; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #e9004e; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-hot.css b/woc/css/theme-hot.css deleted file mode 100644 index 1ad935a..0000000 --- a/woc/css/theme-hot.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #ff5f00; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ff9f66; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #ffdfcc; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #ff5f00 !important; - border-color: #ff5f00; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #ff5f00; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #e65600; -} -.btn-hollow { - background: none; - border: 2px solid #ff5f00; - color: #ff5f00; -} -.btn-hollow:hover { - background: #ff5f00; -} -.btn-white { - background: #fff; - color: #ff5f00; -} -.btn-white:hover { - background: #fff; - color: #cc4c00; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #ff5f00; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #ff5f00; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #ff5f00; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #ff5f00 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #ff5f00; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #ff5f00; -} -.block-right { - background-color: #d65000; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #ff5f00; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #ff5f00; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #ff5f00; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #ff5f00; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #ff5f00; - border-color: #ff5f00; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #ff5f00; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #ff5f00; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-humblebumble.css b/woc/css/theme-humblebumble.css deleted file mode 100644 index 5f8444a..0000000 --- a/woc/css/theme-humblebumble.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #ffdb00; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ffe966; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #fff8cc; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #ffdb00 !important; - border-color: #ffdb00; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #ffdb00; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #e6c500; -} -.btn-hollow { - background: none; - border: 2px solid #ffdb00; - color: #ffdb00; -} -.btn-hollow:hover { - background: #ffdb00; -} -.btn-white { - background: #fff; - color: #ffdb00; -} -.btn-white:hover { - background: #fff; - color: #ccaf00; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #ffdb00; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #ffdb00; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #ffdb00; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #ffdb00 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #ffdb00; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #ffdb00; -} -.block-right { - background-color: #d6b800; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #ffdb00; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #ffdb00; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #ffdb00; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #ffdb00; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #ffdb00; - border-color: #ffdb00; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #ffdb00; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #ffdb00; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-jaded.css b/woc/css/theme-jaded.css deleted file mode 100644 index 3545ea8..0000000 --- a/woc/css/theme-jaded.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #00936b; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #00f9b5; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #60ffd4; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #00936b !important; - border-color: #00936b; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #00936b; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #007a58; -} -.btn-hollow { - background: none; - border: 2px solid #00936b; - color: #00936b; -} -.btn-hollow:hover { - background: #00936b; -} -.btn-white { - background: #fff; - color: #00936b; -} -.btn-white:hover { - background: #fff; - color: #006046; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #00936b; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #00936b; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #00936b; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #00936b !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #00936b; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #00936b; -} -.block-right { - background-color: #006a4d; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #00936b; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #00936b; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #00936b; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #00936b; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #00936b; - border-color: #00936b; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #00936b; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #00936b; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-lava.css b/woc/css/theme-lava.css deleted file mode 100644 index 702e582..0000000 --- a/woc/css/theme-lava.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #e12b00; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ff6b48; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #ffbdae; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #e12b00 !important; - border-color: #e12b00; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #e12b00; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #c82600; -} -.btn-hollow { - background: none; - border: 2px solid #e12b00; - color: #e12b00; -} -.btn-hollow:hover { - background: #e12b00; -} -.btn-white { - background: #fff; - color: #e12b00; -} -.btn-white:hover { - background: #fff; - color: #ae2100; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #e12b00; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #e12b00; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #e12b00; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #e12b00 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #e12b00; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #e12b00; -} -.block-right { - background-color: #b82300; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #e12b00; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #e12b00; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #e12b00; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #e12b00; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #e12b00; - border-color: #e12b00; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #e12b00; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #e12b00; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-leaf.css b/woc/css/theme-leaf.css deleted file mode 100644 index 9354fed..0000000 --- a/woc/css/theme-leaf.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #379d16; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #60e336; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #a7ef90; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #379d16 !important; - border-color: #379d16; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #379d16; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #2f8713; -} -.btn-hollow { - background: none; - border: 2px solid #379d16; - color: #379d16; -} -.btn-hollow:hover { - background: #379d16; -} -.btn-white { - background: #fff; - color: #379d16; -} -.btn-white:hover { - background: #fff; - color: #277010; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #379d16; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #379d16; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #379d16; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #379d16 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #379d16; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #379d16; -} -.block-right { - background-color: #2a7911; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #379d16; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #379d16; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #379d16; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #379d16; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #379d16; - border-color: #379d16; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #379d16; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #379d16; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-lightjade.css b/woc/css/theme-lightjade.css deleted file mode 100644 index 22523e0..0000000 --- a/woc/css/theme-lightjade.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #00bf8a; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #26ffc3; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #8cffdf; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #00bf8a !important; - border-color: #00bf8a; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #00bf8a; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #00a678; -} -.btn-hollow { - background: none; - border: 2px solid #00bf8a; - color: #00bf8a; -} -.btn-hollow:hover { - background: #00bf8a; -} -.btn-white { - background: #fff; - color: #00bf8a; -} -.btn-white:hover { - background: #fff; - color: #008c65; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #00bf8a; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #00bf8a; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #00bf8a; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #00bf8a !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #00bf8a; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #00bf8a; -} -.block-right { - background-color: #00966d; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #00bf8a; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #00bf8a; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #00bf8a; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #00bf8a; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #00bf8a; - border-color: #00bf8a; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #00bf8a; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #00bf8a; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-lime.css b/woc/css/theme-lime.css deleted file mode 100644 index 8342ec3..0000000 --- a/woc/css/theme-lime.css +++ /dev/null @@ -1,2030 +0,0 @@ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #27e000; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #67ff47; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #bbffad; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #333333; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #27e000 !important; - border-color: #27e000; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #27e000; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #23c700; -} -.btn-hollow { - background: none; - border: 2px solid #27e000; - color: #27e000; -} -.btn-hollow:hover { - background: #27e000; -} -.btn-white { - background: #fff; - color: #27e000; -} -.btn-white:hover { - background: #fff; - color: #1ead00; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #27e000; -} -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.image-holder { - position: relative; - overflow: hidden; -} -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - max-height: 0px; - background: rgba(255, 255, 255, 0.3); - min-width: 200px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px; - margin-bottom: 32px; - left: 24px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #27e000; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #27e000; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #27e000 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #27e000; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 120px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #27e000; -} -.block-right { - background-color: #20b700; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #27e000; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.instagram { - position: relative; - padding: 216px 0px; -} -.instagram { - overflow: hidden; - background: #000 !important; -} -.instagram ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover { - opacity: 1 !important; -} -.instagram .container { - position: relative; - z-index: 3; -} -.instagram i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9) { - display: none; - } - .instagram li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7) { - display: none; - } - .instagram li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram { - padding: 144px 0px; - } - .instagram li:nth-child(n+5) { - display: none; - } - .instagram li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li { - width: 33.33333%; - } - .contained-gallery .instagram { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li { - width: 33.33333% !important; - } -} -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #27e000; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } -} -.contact-tweets { - background: #27e000; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #27e000; - border-color: #27e000; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #27e000; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -.error-page { - background: #27e000; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -.subscribe-1 .footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.subscribe-1 .footer .menu { - overflow: visible; -} -.subscribe-1 .footer .menu li { - top: 0px; -} -.subscribe-1 .footer .menu li a { - padding-bottom: 0px; -} -.subscribe-1 .footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.subscribe-1 .footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.subscribe-1 .footer .menu li a:hover { - border: none; -} -.subscribe-1 .footer .back-to-top { - padding-right: 42px; -} -.subscribe-1 .footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-lippy.css b/woc/css/theme-lippy.css deleted file mode 100644 index 1f46227..0000000 --- a/woc/css/theme-lippy.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #d6116e; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #f25ba2; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #f9bad8; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #d6116e !important; - border-color: #d6116e; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #d6116e; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #be0f62; -} -.btn-hollow { - background: none; - border: 2px solid #d6116e; - color: #d6116e; -} -.btn-hollow:hover { - background: #d6116e; -} -.btn-white { - background: #fff; - color: #d6116e; -} -.btn-white:hover { - background: #fff; - color: #a70d56; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #d6116e; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #d6116e; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #d6116e; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #d6116e !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #d6116e; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #d6116e; -} -.block-right { - background-color: #b00e5b; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #d6116e; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #d6116e; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #d6116e; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #d6116e; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #d6116e; - border-color: #d6116e; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #d6116e; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #d6116e; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-meadowlea.css b/woc/css/theme-meadowlea.css deleted file mode 100644 index 1176051..0000000 --- a/woc/css/theme-meadowlea.css +++ /dev/null @@ -1,2030 +0,0 @@ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #ffda00; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ffe966; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #fff8cc; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #333333; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #ffda00 !important; - border-color: #ffda00; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #ffda00; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #e6c400; -} -.btn-hollow { - background: none; - border: 2px solid #ffda00; - color: #ffda00; -} -.btn-hollow:hover { - background: #ffda00; -} -.btn-white { - background: #fff; - color: #ffda00; -} -.btn-white:hover { - background: #fff; - color: #ccae00; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #ffda00; -} -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.image-holder { - position: relative; - overflow: hidden; -} -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - max-height: 0px; - background: rgba(255, 255, 255, 0.3); - min-width: 200px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px; - margin-bottom: 32px; - left: 24px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #ffda00; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #ffda00; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #ffda00 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #ffda00; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 120px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #ffda00; -} -.block-right { - background-color: #d6b700; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #ffda00; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.instagram { - position: relative; - padding: 216px 0px; -} -.instagram { - overflow: hidden; - background: #000 !important; -} -.instagram ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover { - opacity: 1 !important; -} -.instagram .container { - position: relative; - z-index: 3; -} -.instagram i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9) { - display: none; - } - .instagram li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7) { - display: none; - } - .instagram li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram { - padding: 144px 0px; - } - .instagram li:nth-child(n+5) { - display: none; - } - .instagram li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li { - width: 33.33333%; - } - .contained-gallery .instagram { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li { - width: 33.33333% !important; - } -} -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #ffda00; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } -} -.contact-tweets { - background: #ffda00; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #ffda00; - border-color: #ffda00; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #ffda00; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -.error-page { - background: #ffda00; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -.subscribe-1 .footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.subscribe-1 .footer .menu { - overflow: visible; -} -.subscribe-1 .footer .menu li { - top: 0px; -} -.subscribe-1 .footer .menu li a { - padding-bottom: 0px; -} -.subscribe-1 .footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.subscribe-1 .footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.subscribe-1 .footer .menu li a:hover { - border: none; -} -.subscribe-1 .footer .back-to-top { - padding-right: 42px; -} -.subscribe-1 .footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-oceanfloor.css b/woc/css/theme-oceanfloor.css deleted file mode 100644 index d6974a8..0000000 --- a/woc/css/theme-oceanfloor.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #004470; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #0082d6; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #3db3ff; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #004470 !important; - border-color: #004470; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #004470; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #003557; -} -.btn-hollow { - background: none; - border: 2px solid #004470; - color: #004470; -} -.btn-hollow:hover { - background: #004470; -} -.btn-white { - background: #fff; - color: #004470; -} -.btn-white:hover { - background: #fff; - color: #00253d; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #004470; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #004470; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #004470; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #004470 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #004470; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #004470; -} -.block-right { - background-color: #002b47; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #004470; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #004470; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #004470; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #004470; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #004470; - border-color: #004470; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #004470; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #004470; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-pivot.css b/woc/css/theme-pivot.css deleted file mode 100644 index 8de8a37..0000000 --- a/woc/css/theme-pivot.css +++ /dev/null @@ -1,1833 +0,0 @@ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #e74c3c; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #f29f97; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #fdf3f2; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Muli', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: normal; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #e74c3c !important; - border-color: #e74c3c; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #e74c3c; - text-align: center; - padding: 10px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; -} -.btn:hover { - color: #fff; - background: #e43725; -} -.btn-hollow { - background: none; - border: 2px solid #e74c3c; - color: #e74c3c; -} -.btn-hollow:hover { - background: #e74c3c; -} -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.image-holder { - position: relative; - overflow: hidden; -} -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - max-height: 0px; - background: rgba(255, 255, 255, 0.3); - min-width: 200px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.widget .instagram { - padding: 0px; -} -.widget .instagram ul { - position: relative; -} -.widget .instagram li { - height: 80px; - width: 33.33333%; -} -.widget .instagram li:nth-child(n+10) { - display: none; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px; - margin-bottom: 32px; - left: 24px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #e74c3c; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #e74c3c; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #e74c3c !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #e74c3c; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 120px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #e74c3c; -} -.block-right { - background-color: #df2e1b; - right: 0px; -} -.block-content { - display: block; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -.speakers-row .col-md-3 { - padding: 0px; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - position: absolute; - bottom: 0px; - padding: 12px; - text-align: right; - width: 100%; -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #e74c3c; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.instagram { - position: relative; - padding: 216px 0px; -} -.instagram { - overflow: hidden; - background: #000 !important; -} -.instagram ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover { - opacity: 1; -} -.instagram .container { - position: relative; - z-index: 3; -} -.instagram i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9) { - display: none; - } - .instagram li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7) { - display: none; - } - .instagram li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram { - padding: 144px 0px; - } - .instagram li:nth-child(n+5) { - display: none; - } - .instagram li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #e74c3c; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -#tweets .user { - display: none; -} -#tweets .interact { - display: none; -} -#tweets .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Muli', "Helvetica Neue", Helvetica, Arial, sans-serif; -} -#tweets .tweet a { - color: #fff !important; - border-color: #fff !important; -} -#tweets .timePosted { - display: none; -} -@media all and (max-width: 767px) { - #tweets .tweet { - font-size: 20px; - line-height: 26px; - } -} -.contact-tweets { - background: #e74c3c; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #e74c3c; - border-color: #e74c3c; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #e74c3c; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.form-success { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -.subscribe-1 footer .menu { - overflow: visible; -} -.subscribe-1 footer .menu li { - top: 0px; -} -.subscribe-1 footer .menu li a { - padding-bottom: 0px; -} -.subscribe-1 footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.subscribe-1 footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.subscribe-1 footer .menu li a:hover { - border: none; -} -.subscribe-1 footer .back-to-top { - padding-right: 42px; -} -.subscribe-1 footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - footer .text-right { - text-align: left !important; - } - footer .menu { - margin-top: 24px; - } - footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-powerpuff.css b/woc/css/theme-powerpuff.css deleted file mode 100644 index 38d9097..0000000 --- a/woc/css/theme-powerpuff.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #c600ae; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ff2de6; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #ff93f2; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #c600ae !important; - border-color: #c600ae; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #c600ae; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #ad0098; -} -.btn-hollow { - background: none; - border: 2px solid #c600ae; - color: #c600ae; -} -.btn-hollow:hover { - background: #c600ae; -} -.btn-white { - background: #fff; - color: #c600ae; -} -.btn-white:hover { - background: #fff; - color: #930081; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #c600ae; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #c600ae; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #c600ae; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #c600ae !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #c600ae; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #c600ae; -} -.block-right { - background-color: #9d008a; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #c600ae; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #c600ae; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #c600ae; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #c600ae; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #c600ae; - border-color: #c600ae; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #c600ae; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #c600ae; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-properorange.css b/woc/css/theme-properorange.css deleted file mode 100644 index 6b6d92c..0000000 --- a/woc/css/theme-properorange.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #ff8700; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ffb766; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #ffe7cc; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #ff8700 !important; - border-color: #ff8700; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #ff8700; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #e67a00; -} -.btn-hollow { - background: none; - border: 2px solid #ff8700; - color: #ff8700; -} -.btn-hollow:hover { - background: #ff8700; -} -.btn-white { - background: #fff; - color: #ff8700; -} -.btn-white:hover { - background: #fff; - color: #cc6c00; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #ff8700; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #ff8700; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #ff8700; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #ff8700 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #ff8700; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #ff8700; -} -.block-right { - background-color: #d67100; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #ff8700; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #ff8700; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #ff8700; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #ff8700; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #ff8700; - border-color: #ff8700; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #ff8700; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #ff8700; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme-sulphur.css b/woc/css/theme-sulphur.css deleted file mode 100644 index f2dca1e..0000000 --- a/woc/css/theme-sulphur.css +++ /dev/null @@ -1,2299 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #dcbe00; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #ffe543; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #fff3a9; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-smoothing: antialiased; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #dcbe00 !important; - border-color: #dcbe00; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #dcbe00; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #c3a800; -} -.btn-hollow { - background: none; - border: 2px solid #dcbe00; - color: #dcbe00; -} -.btn-hollow:hover { - background: #dcbe00; -} -.btn-white { - background: #fff; - color: #dcbe00; -} -.btn-white:hover { - background: #fff; - color: #a99200; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #dcbe00; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - max-height: 45px; - max-width: 110px; - position: absolute; - top: -6px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: 'Pe-icon-7-stroke'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - max-width: 90px; - top: -2px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #dcbe00; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #dcbe00; - opacity: 0.8; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #dcbe00 !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #dcbe00; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #dcbe00; -} -.block-right { - background-color: #b39b00; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -.speakers-row { - padding: 0px 15px; -} -.speaker-column { - padding: 0px; -} -.speaker { - position: relative; - overflow: hidden; -} -.speaker, -.topic { - margin-bottom: 36px; -} -.speaker .hover-state { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; - background: rgba(0, 0, 0, 0.5); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.speaker .image-holder { - margin-bottom: 12px; -} -.speaker span { - display: block; - font-size: 16px; -} -.speaker-name { - color: #333333; -} -.speaker .social-links { - width: 100%; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - transform: translate3d(0px, -200px, 0px); - -webkit-transform: translate3d(0px, -200px, 0px); - -moz-transform: translate3d(0px, -200px, 0px); -} -.speaker .social-links a { - color: #fff; - font-size: 24px; - display: inline-block; - margin-left: 6px; -} -.speaker .social-links a:last-child { - margin-right: 0px; -} -.speaker .image-holder:hover .hover-state { - opacity: 1; -} -.speaker .image-holder:hover .hover-state .social-links { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.speaker-with-bio { - overflow: hidden; - margin-bottom: 36px; -} -.speaker-with-bio .speaker { - width: 50%; - float: left; - margin-bottom: 0px; -} -.speaker-with-bio .speaker-description { - width: 50%; - float: left; - padding-left: 30px; -} -.speaker-description span { - display: inline-block; - margin-bottom: 18px; - font-weight: 600; -} -@media all and (max-width: 767px) { - .speaker-with-bio .speaker { - width: 100%; - } - .speaker-with-bio .speaker-description { - width: 100%; - padding-left: 0px; - } -} -.topics { - position: relative; - overflow: hidden; -} -.topics .container { - position: relative; - z-index: 2; -} -.topics.overlay .ruled-list li { - border-color: rgba(255, 255, 255, 0.5); -} -.topics.overlay .topic i { - color: #fff; -} -.topic h3 { - margin-bottom: 18px; -} -.topic p.lead { - margin-bottom: 32px; -} -.topic i { - font-size: 60px; - color: #dcbe00; - display: inline-block; - margin-bottom: 32px; -} -@media all and (max-width: 767px) { - .topic h3 { - display: inline-block; - position: relative; - bottom: 18px; - left: 12px; - } - .topic i { - margin-bottom: 12px; - } -} -.ruled-list li { - border-top: 1px dotted rgba(0, 0, 0, 0.3); - padding: 12px 0px; - font-size: 16px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .speakers-row .col-sm-6 { - width: 50%; - float: left !important; - } -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.gallery-header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n+9), - .lightbox-gallery li:nth-child(n+9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n+7), - .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n+5), - .lightbox-gallery li:nth-child(n+5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n+9), -.contained-gallery .lightbox-gallery li:nth-child(n+9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n+7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n+5), - .contained-gallery .lightbox-gallery li:nth-child(n+5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n+7), - .contained-gallery .lightbox-gallery li:nth-child(n+7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #dcbe00; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ -.faq-item { - margin-bottom: 36px; -} -p.question { - font-weight: 600; - color: #333333; - font-size: 16px; -} -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ''; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #dcbe00; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #dcbe00; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ''; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #dcbe00; - border-color: #dcbe00; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// --------------------------------------------------*/ -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #dcbe00; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #D74B4B; -} -form .field-error { - background: #D74B4B !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/*! -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #dcbe00; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer .top-border { - height: 2px; - width: 100%; - background: rgba(255, 255, 255, 0.3); - margin-bottom: 32px; -} -.footer .menu { - overflow: visible; -} -.footer .menu li { - top: 0px; -} -.footer .menu li a { - padding-bottom: 0px; -} -.footer .menu li .btn { - min-width: 0px; - padding: 10px 18px; - font-size: 14px; -} -.footer .menu li a { - diplay: inline-block; - position: relative; - border: none; -} -.footer .menu li a:hover { - border: none; -} -.footer .back-to-top { - padding-right: 42px; -} -.footer .menu li a i { - font-size: 36px; - position: absolute; - right: 0px; - top: -12px; -} -@media all and (max-width: 767px) { - .footer .text-right { - text-align: left !important; - } - .footer .menu { - margin-top: 24px; - } - .footer .menu li { - float: none; - margin-bottom: 12px; - } -} -footer.classic { - padding: 72px 0px 36px 0px; - background: #f5f5f5; -} -footer.classic .menu li { - float: none; - margin-bottom: 12px; -} -footer.classic .menu li a { - color: #333333; - padding-bottom: 0px; - font-weight: 600; -} -footer.classic span.lead { - display: inline-block; - margin-bottom: 12px; -} -footer.short { - background: #333333; - color: #fff; - padding: 72px 0px; -} -footer.short .top-border { - height: 1px !important; -} -@media all and (max-width: 767px) { - footer.classic div { - margin-bottom: 18px; - } -} -.contact-methods li { - margin-bottom: 12px; -} -.contact-methods li:last-child { - margin-bottom: 0px; -} -.contact-methods i { - font-size: 36px; - color: #333333; -} -.contact-methods span { - display: inline-block; - position: relative; - bottom: 10px; - left: 8px; - font-size: 16px; -} -footer.classic .social-profiles { - margin-top: 36px; -} -.social-profiles { - display: inline-block; - overflow: hidden; -} -.social-profiles li { - float: left; - margin-right: 36px; -} -.social-profiles li:last-child { - margin-right: 0px; -} -.social-profiles li a { - color: #333333; - font-size: 20px; -} diff --git a/woc/css/theme.css b/woc/css/theme.css deleted file mode 100644 index 7ead446..0000000 --- a/woc/css/theme.css +++ /dev/null @@ -1,4099 +0,0 @@ -/*! -// Contents -// ------------------------------------------------ - - 1. Mixins - 2. Helper classes & resets - 3. Loader - 4. Colours - 5. Typography - 6. Spacing - 7. Buttons - 8. Navigation - 9. Slider, Dividers - 10. Speakers & Topics - 11. Schedule - 12. Galleries - 13. Pricing & FAQ - 14. Subscribe - 15. Contact - 16. Forms - 17. Footers - -// --------------------------------------------------*/ -/*! -// 1. Useful Mixins -// --------------------------------------------------*/ -.vertical-align { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.vertical-align-cancel { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); -} -.preserve-3d { - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.transition-100 { - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.transition-300 { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.transition-700 { - transition: all 0.7s ease-out; - -webkit-transition: all 0.7s ease-out; - -moz-transition: all 0.7s ease-out; -} -.overlay:before { - background-color: #333333; - opacity: 0.5; - position: absolute; - content: ""; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.overlay .container { - position: relative; - z-index: 2; -} -/*! -// 2. Helper Classes & Resets -// --------------------------------------------------*/ -.go-right { - right: 0px; -} -.go-left { - left: 0px; -} -img { - max-width: 100%; -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.main-container, -.footer-container, -.nav-container, -nav { - max-width: 1600px; - margin: 0px auto; -} -.boxed-layout .main-container, -.boxed-layout .nav-container, -.boxed-layout nav, -.boxed-layout .footer-container { - max-width: 1366px; - left: 0; - right: 0; - margin: 0 auto; -} -.nav-container{ - font-size: larger; -} -.no-loader .loader { - display: none !important; -} -/*! -// 3. Loader -// --------------------------------------------------*/ -.loader { - position: fixed; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - z-index: 99; - background: #fff; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 1; -} -.strip-holder { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 50%; - margin-left: -50px; - position: relative; -} -.strip-1, -.strip-2, -.strip-3 { - width: 20px; - height: 20px; - background: #0072bc; - position: relative; - -webkit-animation: stripMove 2s ease infinite alternate; - animation: stripMove 2s ease infinite alternate; - -moz-animation: stripMove 2s ease infinite alternate; -} -.strip-2 { - -webkit-animation-duration: 2.1s; - animation-duration: 2.1s; - background-color: #23a8ff; -} -.strip-3 { - -webkit-animation-duration: 2.2s; - animation-duration: 2.2s; - background-color: #89d1ff; -} -@-webkit-keyframes stripMove { - 0% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } -} -@-moz-keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -@keyframes stripMove { - 0% { - transform: translate3d(-50px, 0px, 0px); - -webkit-transform: translate3d(-50px, 0px, 0px); - -moz-transform: translate3d(-50px, 0px, 0px); - } - 50% { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); - transform: scale(4, 1); - -webkit-transform: scale(4, 1); - -moz-transform: scale(4, 1); - } - 100% { - transform: translate3d(50px, 0px, 0px); - -webkit-transform: translate3d(50px, 0px, 0px); - -moz-transform: translate3d(50px, 0px, 0px); - } -} -.main-container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -nav { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-content { - opacity: 1 !important; -} -.hide-loader { - opacity: 0 !important; -} -/*! -// 4. Colours -// --------------------------------------------------*/ -.background-dark { - background-color: #333333 !important; -} -.color-heading { - color: #333333; -} -/*! -// 5. Typography -// --------------------------------------------------*/ -.text-white { - color: #fff; -} -body { - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - -webkit-font-smoothing: antialiased; - color: #777777; - font-size: 14px; - line-height: 24px; - background: #eee; - -moz-osx-font-smoothing: grayscale; -} -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - margin: 0px; - color: #333333; -} -h1 { - font-size: 30px; - line-height: 36px; - margin-bottom: 42px; -} -h3 { - font-size: 20px; - line-height: 28px; -} -.large-h1 { - font-size: 42px; - line-height: 48px; - font-weight: 1000; - -} -p { - font-size: 14px; - line-height: 24px; -} -p:last-child { - margin-bottom: 0px; -} -p.lead { - font-size: 16px; - line-height: 30px; - font-weight: 400; -} -span.lead { - font-weight: 400; -} -.uppercase { - text-transform: uppercase; - letter-spacing: 1px; - display: inline-block; - margin-right: -1px; -} -strong { - font-weight: 600; -} -ul { - list-style: none; - margin: 0px; - padding: 0px; -} -@media all and (max-width: 767px) { - h1 { - font-size: 24px; - line-height: 28px; - margin-bottom: 36px; - } - h2 { - font-size: 20px; - line-height: 26px; - } - .large-h1 { - font-size: 24px; - line-height: 28px; - } - p { - font-size: 13px; - line-height: 22px; - } - p.lead { - font-size: 15px; - line-height: 26px; - } -} -/*! -// Spacing Standards -// --------------------------------------------------*/ -section { - padding: 72px 0px; - background: #fff; -} -.duplicatable-content { - padding-bottom: 36px; -} -/*! -// 6. Buttons -// --------------------------------------------------*/ -a:hover { - text-decoration: none; -} -h1 a, -span a, -p a, -.text-link a { - font-weight: 600; - color: #fff; - display: inline-block; - border-bottom: 4px solid #fff; - padding-bottom: 6px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -span a, -p a, -.text-link a { - padding-bottom: 4px; - border-bottom: 3px solid #fff; -} -span a:hover { - color: #fff; -} -p a, -.text-link a { - color: #0072bc !important; - border-color: #0072bc; - padding-bottom: 2px; -} -p a, -.text-link a:hover { - color: #333333; -} -.btn { - min-width: 180px; - border-radius: 25px; - background: #0072bc; - text-align: center; - padding: 13px 0px 14px 0px; - color: #fff; - font-size: 15px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - font-weight: 600; - line-height: 1; -} -.btn:hover { - color: #fff; - background: #0063a3; -} -.btn-hollow { - background: none; - border: 2px solid #0072bc; - color: #0072bc; -} -.btn-hollow:hover { - background: #0072bc; -} -.btn-white { - background: #fff; - color: #0072bc; -} -.btn-white:hover { - background: #fff; - color: #005389; -} -.btn-hollow.btn-white { - background: none; - border-color: #fff; - color: #fff; -} -.btn-hollow.btn-white:hover { - background: #fff; - color: #0072bc; -} -.btn-lg { - padding: 20px 0px 21px 0px; - text-transform: uppercase; - min-width: 230px; - border-radius: 35px; -} -/*! -// Backgrounds & Parallax -// --------------------------------------------------*/ - - -.background-image-holder { - position: absolute; - width: 100%; - height: 130%; - top: -10%; - background-size: cover !important; - background-position: 50% 50% !important; -} -.background-image-holder img { - display: none; -} -.image-holder { - position: relative; - overflow: hidden; -} -/*! -// 7. Navigation -// --------------------------------------------------*/ -nav .logo { - height: 67px; - position: absolute; - top: -24px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: none; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #fff; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #fff; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: "Pe-icon-7-stroke"; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #fff; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #fff; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #fff !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #fff; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #fff; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #fff; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - height: 67px; - max-height: unset; - top: -24px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} -/*! -// 8. Sliders & Dividers & Headers -// --------------------------------------------------*/ -.hero-slider { - padding: 0px; - position: relative; - overflow: hidden; - background: #2b2b2b; -} -.hero-slider .slides li { - height: 780px; - position: relative; - overflow: hidden; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.hero-slider .slides li:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ""; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.hero-slider .container { - position: relative; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: 2; -} -.hero-slider h1 { - margin-bottom: 42px; -} -.hero-slider .btn-hollow { - color: #fff; - border-color: #fff; - margin-left: 16px; -} -.hero-slider .btn-hollow:hover { - background: #fff; - color: #0072bc; -} -@media all and (max-width: 767px) { - .hero-slider .btn-hollow { - display: none; - } -} -.register-header form.register { - padding-top: 0px; - background: rgba(0, 0, 0, 0.4); - padding: 24px; -} -.register-header form input { - width: 100% !important; -} -.register-header form.register span { - color: #fff; -} -.register-header .logo, -.hero-slide .logo { - max-width: 150px; - display: block; - margin-bottom: 12px; -} -.register-header h1 { - margin-bottom: 24px !important; -} -@media all and (max-width: 768px) { - .register-header form.register .form-name, - .register-header form.register .form-email { - max-width: 100%; - width: 100%; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .register-header form.register .form-name, - .register-header form.register .form-email { - width: 50%; - } -} -@media all and (max-width: 767px) { - .hero-slide .logo { - max-width: 100px; - } - .register-header .logo { - display: none; - } - .register-header h1 { - display: none; - } - .register-header form h1 { - display: block; - } - .register-header span.lead { - display: none; - } - .register-header input, - .register-header .select-holder { - max-width: 100% !important; - } - .hero-slider h1 { - margin-bottom: 18px; - } -} -.testimonials-slider { - position: relative; - margin-bottom: 48px; -} -.testimonials-slider .flex-control-nav a { - background: rgba(0, 0, 0, 0.3); -} -.testimonials-slider .flex-control-nav a.flex-active { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav a:hover { - background: rgba(0, 0, 0, 0.8); -} -.testimonials-slider .flex-control-nav { - bottom: -48px; - text-align: left; -} -.primary-overlay:before { - background-color: #0072bc; - opacity: 0.8; - position: absolute; - content: ""; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; - background-color: #0072bc !important; -} -.strip-divider { - padding: 216px 0px; - position: relative; - overflow: hidden; -} -.strip-divider .container { - z-index: 2; - position: relative; -} -.strip-divider h1 { - margin: 0px; - font-size: 36px; - line-height: 48px; -} -.strip-divider a:hover { - color: #fff !important; -} -@media all and (max-width: 767px) { - .strip-divider { - padding: 72px 0px; - } -} -.countdown-divider { - padding: 144px 0px; -} -.countdown-divider img, -.countdown-header img, -.video-header img { - max-width: 300px; - display: inline-block; - margin-bottom: 12px; -} -.countdown-header h1 { - margin-bottom: 0px; -} -.countdown-header:before { - opacity: 0.8 !important; -} -.video-header:before { - opacity: 0.5 !important; - background: #000 !important; -} -.video-header .uppercase, -.countdown-header .uppercase { - display: block; - font-weight: 600; - margin-bottom: 24px; -} -@media all and (max-width: 768px) { - .countdown-header img, - .countdown-divider img, - .video-header img { - max-width: 150px; - } -} -.countdown { - text-align: center; - margin-top: 72px; -} -.countdown-row { - color: #fff; - font-size: 80px; - font-weight: 300; -} -.countdown-section { - width: 20%; - display: inline-block; -} -.countdown-amount { - display: inline-block; - margin-bottom: 48px; -} -.countdown-period { - display: block; - font-size: 24px; -} -.section-header { - position: relative; - overflow: hidden; - height: 450px; -} -.section-header h1 { - font-size: 32px; -} -.section-header.overlay:before { - opacity: 0.2; -} -.section-header i { - font-size: 40px; - color: #fff; - margin: 0px 24px 12px 0px; -} -.section-header i:last-of-type { - margin-right: 0px; -} -@media all and (max-width: 767px) { - .countdown { - margin-top: 48px; - } - .countdown-row { - font-size: 36px; - } - .countdown-period { - font-size: 16px; - } -} -.video-wrapper { - position: absolute; - width: 100%; - height: 100%; - top: 0px; - left: 0px; - z-index: 0; -} -.video-wrapper video { - width: 100%; -} -@media all and (max-width: 1390px) { - .video-wrapper video { - width: 110%; - } -} -@media all and (max-width: 1260px) { - .video-wrapper video { - width: 120%; - } -} -@media all and (max-width: 1160px) { - .video-wrapper video { - width: 130%; - } -} -@media all and (max-width: 1024px) { - .video-wrapper { - display: none; - } -} -.call-to-action { - padding: 144px 0px; -} -.call-to-action .uppercase { - display: block; - width: 100%; - text-align: center; - margin-bottom: 32px; -} -.call-to-action h1 { - margin-bottom: 32px; -} -.call-to-action .btn { - margin-bottom: 40px; -} -.call-to-action a i { - display: inline-block; - width: 60px; - height: 60px; - border-radius: 50%; - color: #fff; - margin-right: 12px; - font-size: 24px; - line-height: 60px; -} -.call-to-action .social_facebook { - background-color: #3b5998; -} -.call-to-action .social_twitter { - background-color: #00aced; -} -.call-to-action a:last-of-type i { - margin-right: 0px; -} -@media all and (max-width: 768px) { - .call-to-action { - padding: 72px 0px; - } -} -/*! -// 9. Image with text -// --------------------------------------------------*/ -.image-with-text { - overflow: hidden; - position: relative; - height: 600px; -} -.image-with-text h1 { - margin-bottom: 24px; -} -.side-image { - padding: 0px; - position: absolute; - top: 0px; - height: 100%; -} -@media all and (max-width: 767px) { - .image-with-text { - height: auto; - padding: 72px 0px; - } - .image-with-text .vertical-align { - top: 0px; - -webkit-transform: translateY(0px); - -ms-transform: translateY(0px); - transform: translateY(0px); - } -} -/*! -// Promo Blocks -// --------------------------------------------------*/ -.color-blocks { - position: relative; - overflow: hidden; - color: #fff; -} -.color-block { - position: absolute; - top: 0px; - height: 100%; - padding: 0px; - color: #fff; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.color-blocks h1, -.color-blocks h2, -.color-blocks h3, -.color-blocks h4, -.color-blocks h5, -.color-blocks h6 { - color: #fff; -} -.color-blocks h1 { - margin-bottom: 12px; -} -.color-blocks a { - color: #fff; - pointer-events: auto; -} -.color-blocks a:hover i { - transform: rotateZ(-10deg); -} -.color-blocks i, -.contained-promo i { - color: #0072bc; - font-size: 70px; - display: inline-block; - border: 2px solid #fff; - border-radius: 50%; - width: 120px; - height: 120px; - line-height: 117px; - background: #fff; - text-align: center; - transition: all 0.1s ease-out; - -webkit-transition: all 0.1s ease-out; - -moz-transition: all 0.1s ease-out; -} -.block-left { - background-color: #0072bc; -} -.block-right { - background-color: #005993; - right: 0px; -} -@media all and (max-width: 768px) { - .block-content { - margin-bottom: 144px; - overflow: hidden; - display: block; - } - .block-content:last-of-type { - margin-bottom: 0px; - } - .color-block { - height: 50%; - width: 100%; - } - .block-right { - top: 50%; - } -} -@media all and (max-width: 767px) { - .block-content i { - margin-bottom: 30px; - } -} -/*! -// 10. Speakers & Topics -// --------------------------------------------------*/ -@import "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"; -@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"; -@import "https://fonts.googleapis.com/css?family=Raleway:100,600"; -@import "https://fonts.googleapis.com/css?family=Open+Sans:300"; - -body { - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; - color: #999; - background-color: #fff; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 0 0 20px 0; - text-transform: none; - color: #0063a3; - font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 600; - letter-spacing: 1px; - line-height: 1.5; -} -.team-member h4 { - font-size: 25px; - color: #e99fee; -} -.team-member p { - font-size: 20px; - font-weight: 400; -} - -a:link, -a:active, -a:visited { - color: rgba(255, 255, 255, 1); -} - -a:hover { - color: rgba(255, 255, 255, 1); -} - -.gray { - color: #a5a5a5; -} - -.team { - margin: 40px; -} - -.team-member { - margin: 15px 0; - padding: 0; -} - -.team-member figure { - position: relative; - overflow: hidden; - padding: 0; - margin: 0; -} - -.team-member figure img { - min-width: 100%; -} - -.team-member figcaption p { - font-size: 16px; -} - -.team-member figcaption ul { - list-style: none; - margin: 0; - padding: 0; -} - -.team-member figcaption ul { - visibility: visible; - -webkit-transition: all 0.1s ease-in-out; - -moz-transition: all 0.1s ease-in-out; - -o-transition: all 0.1s ease-in-out; - transition: all 0.1s ease-in-out; -} - -.team-member figcaption ul li { - display: inline-block; - padding: 10px; -} - -.team-member h4 { - margin: 10px 0 0; - padding: 0; -} - -.team-member figcaption { - padding: 50px; - color: transparent; - background-color: transparent; - position: absolute; - z-index: 996; - bottom: 0; - left: 0; - width: 100%; - height: 0; - overflow: hidden; - visibility: hidden; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} - -.team-member figure:hover figcaption { - visibility: visible; - color: #fff; - background: rgba(0, 0, 0, 0.4); - /* Primary color, can be changed via colors.css */ - - height: 100%; - -webkit-transition: all 0.3s ease-in-out; - -moz-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} - -.team-member figure:hover figcaption ul li a:hover { - color: rgba(49, 49, 49, 0.97); -} - -.team-member figure img { - -webkit-transform: scale(1) rotate(0) translateY(0); - -moz-transform: scale(1) rotate(0) translateY(0); - -o-transform: scale(1) rotate(0) translateY(0); - -ms-transform: scale(1) rotate(0) translateY(0); - transform: scale(1) rotate(0) translateY(0); - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} - -.team-member figure:hover img { - -webkit-transform: scale(1.1) rotate(1deg) translateY(12px); - -moz-transform: scale(1.1) rotate(1deg) translateY(12px); - -o-transform: scale(1.1) rotate(1deg) translateY(12px); - -ms-transform: scale(1.1) rotate(1deg) translateY(12px); - transform: scale(1.1) rotate(1deg) translateY(12px); - -webkit-transition: all 0.4s ease-in-out; - -moz-transition: all 0.4s ease-in-out; - -o-transition: all 0.4s ease-in-out; - transition: all 0.4s ease-in-out; -} -/*! -// 11. Schedule -// --------------------------------------------------*/ -.inline-video { - background: #f5f5f5; -} -.inline-video iframe { - width: 100%; - height: 300px; - border: none; -} -.inline-video .btn { - min-width: 150px; - margin-top: 32px; - margin-right: 16px; - padding: 15px 17px; -} -@media all and (max-width: 768px) { - .inline-video iframe { - height: 350px; - margin-top: 42px; - } -} -@media all and (max-width: 767px) { - .inline-video iframe { - height: 200px; - margin-top: 30px; - } - .inline-video .btn { - margin-top: 18px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .inline-video iframe { - height: 250px; - } -} -.embedded-video-holder p { - display: none; -} -.schedule-overview { - border: 2px solid rgba(0, 0, 0, 0.2); - margin-bottom: 36px; -} -.schedule-overview li { - padding: 24px; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.schedule-overview li:first-child .top { - display: none; -} -.schedule-overview li:last-child .bottom { - display: none; -} -.schedule-title span { - display: block; - font-size: 16px; -} -.schedule-title .title { - color: #333333; -} -.schedule-text { - max-height: 0px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - opacity: 0; -} -.schedule-overview li:hover { - background-color: #f5f5f5; -} -.schedule-overview li:hover .schedule-text { - max-height: 300px; - opacity: 1; - padding-top: 18px; -} -.schedule-overview li:hover .top, -.schedule-overview li:hover .bottom, -.schedule-overview li:hover .middle { - border-color: rgba(0, 0, 0, 0.4); -} -.schedule-overview li:hover .middle { - background: #333333; -} -.schedule-with-text .btn, -.contained-gallery .btn { - margin-top: 24px; - margin-right: 12px; -} -.schedule-with-text .schedule-overview li { - padding-right: 48px; -} -@media all and (max-width: 1024px) { - .schedule-overview li { - padding-right: 48px; - } -} -@media all and (max-width: 767px) { - .schedule-with-text .btn, - .contained-gallery .btn { - margin-bottom: 32px; - } -} -.marker-pin { - position: absolute; - right: 32px; - top: 0px; - height: 100%; -} -.marker-pin .top, -.marker-pin .bottom { - height: 50%; - width: 2px; - border-left: 2px solid rgba(0, 0, 0, 0.2); - position: absolute; - z-index: 1; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.marker-pin .top { - top: 0px; -} -.marker-pin .bottom { - bottom: 0px; -} -.marker-pin .middle { - width: 18px; - height: 18px; - border: 2px solid rgba(0, 0, 0, 0.2); - background: #fff; - border-radius: 50%; - position: absolute; - right: -10px; - top: 50%; - margin-top: -9px; - z-index: 2; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -/*! -// 12. Galleries -// --------------------------------------------------*/ -.instagram, -.lightbox-gallery { - position: relative; - padding: 216px 0px; -} -.header .logo { - max-width: 400px; - display: block; - margin: 0px auto; - margin-bottom: 12px; -} -@media screen and (max-width: 768px) { - .gallery-header .logo { - max-width: 200px; - } - .gallery-header h1 { - font-size: 24px !important; - line-height: 32px !important; - } -} -.instagram, -.lightbox-gallery { - overflow: hidden; - background: #000 !important; -} -.instagram ul, -.lightbox-gallery ul { - overflow: hidden; - position: absolute; - width: 100%; - height: 100%; - top: 0px; -} -.instagram li, -.lightbox-gallery li { - float: left; - width: 20%; - height: 50%; - position: relative; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - overflow: hidden; - background-size: cover !important; - opacity: 0.5; -} -.instagram li:hover, -.lightbox-gallery li:hover { - opacity: 1 !important; -} -.instagram .container, -.lightbox-gallery .container { - position: relative; - z-index: 3; -} -.instagram i, -.lightbox-gallery i { - font-size: 48px; - display: inline-block; - margin-bottom: 16px; -} -.instagram h1, -.lightbox-gallery h1 { - font-size: 42px; - line-height: 48px; - font-weight: 300; - margin-bottom: 16px; -} -@media all and (max-width: 1200px) { - .instagram li:nth-child(n + 9), - .lightbox-gallery li:nth-child(n + 9) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 25%; - } -} -@media all and (max-width: 900px) { - .instagram li:nth-child(n + 7), - .lightbox-gallery li:nth-child(n + 7) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 33.333333%; - } -} -@media all and (max-width: 767px) { - .instagram, - .lightbox-gallery { - padding: 144px 0px; - } - .instagram li:nth-child(n + 5), - .lightbox-gallery li:nth-child(n + 5) { - display: none; - } - .instagram li, - .lightbox-gallery li { - width: 50%; - } -} -.testimonials { - background: #f5f5f5; -} -.contained-gallery .instagram, -.contained-gallery .lightbox-gallery { - padding: 185px 0px; -} -.contained-gallery .instagram li:nth-child(n + 9), -.contained-gallery .lightbox-gallery li:nth-child(n + 9) { - display: none; -} -.contained-gallery .instagram li, -.contained-gallery .lightbox-gallery li { - width: 25%; - opacity: 0.7; -} -@media all and (max-width: 1024px) { - .contained-gallery .instagram li:nth-child(n + 7) { - display: none; - } - .contained-gallery .lightbox-gallery li:nth-child(n + 7) { - display: none; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333%; - } - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - padding: 200px 0px; - } -} -@media all and (max-width: 768px) { - .contained-gallery .instagram, - .contained-gallery .lightbox-gallery { - margin-bottom: 32px; - } - .contained-gallery .btn { - margin-bottom: 0px; - } - .contained-gallery .instagram li:nth-child(n + 5), - .contained-gallery .lightbox-gallery li:nth-child(n + 5) { - display: block !important; - } - .contained-gallery .instagram li:nth-child(n + 7), - .contained-gallery .lightbox-gallery li:nth-child(n + 7) { - display: none !important; - } - .contained-gallery .instagram li, - .contained-gallery .lightbox-gallery li { - width: 33.33333% !important; - } -} -/*! -// 13. Pricing -// --------------------------------------------------*/ -.pricing-option { - overflow: hidden; - background: #f5f5f5; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - position: relative; - padding: 72px 0px; - margin-bottom: 30px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.pricing-option .dot { - position: absolute; - top: 24px; - right: 24px; - width: 24px; - height: 24px; - border-radius: 50%; - background: #fff; -} -.pricing-option:hover { - background: #ededed; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .pricing-options .col-sm-6 { - width: 50%; - float: left; - } -} -.dollar, -.price, -.type { - font-weight: 600; - color: #333333; - font-size: 72px; -} -.dollar { - font-size: 36px; - position: relative; - bottom: 22px; -} -.price { - line-height: 1; -} -.type { - display: block; - font-size: 14px; - text-transform: uppercase; - letter-spacing: 1px; - margin-top: 12px; -} -.plan-title { - display: block; - font-weight: 600; - margin-bottom: 12px; - font-size: 18px; - color: #333333; -} -.pricing-option ul li { - color: #777777; -} -.pricing-option.emphasis { - background: #0072bc; - color: #fff; -} -.pricing-option.emphasis .type, -.pricing-option.emphasis .dollar, -.pricing-option.emphasis .price, -.pricing-option.emphasis .plan-title, -.pricing-option.emphasis ul li { - color: #fff !important; -} -@media all and (max-width: 991px) { - .type { - margin-bottom: 12px; - } - .pricing-option { - text-align: center !important; - } -} -/*! -// Frequently Asked Questions -// --------------------------------------------------*/ - -.faq { - background: #005C97; /* fallback for old browsers */ - background: -webkit-linear-gradient(to right , #363795, #005C97); /* Chrome 10-25, Safari 5.1-6 */ - background: linear-gradient(to bottom, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ - -} - - -.faq .section-title h2, -.faq .section-title p { - color: #fff; - background-size: inherit; -} -.section-title h2 { - text-align: center; - padding: 15px 0; - font-size: 28px; -} -.section-title p { - font-size: 22px; - text-align: center; - padding: 12px 0; -} -.faq .section-title h2::after { - background: #0063a3; -} -.faq-list p { - font-size: 18px; -} - -.faq .faq-list { - padding: 0 100px; - margin-bottom: 25px; -} - -.faq .faq-list ul { - padding: 0; - list-style: none; -} - -.faq .faq-list li + li { - margin-top: 15px; -} - -.faq .faq-list li { - padding: 30px; - background: #fff; - border-radius: 5px; - position: relative; -} - -.faq .faq-list a { - display: block; - position: relative; - font-family: "Roboto", sans-serif; - font-size: 16px; - line-height: 24px; - font-weight: 500; - padding: 0 30px; - outline: none; - text-decoration: none; - color: #000; -} - -.faq .faq-list .icon-help { - font-size: 24px; - position: absolute; - right: 0; - left: 20px; - color: #0063a3; -} - -.faq .faq-list .icon-show, -.faq .faq-list .icon-close { - font-size: 24px; - position: absolute; - right: 0; - top: 0; -} - -.faq .faq-list p { - margin-bottom: 0; - padding: 10px 0 0 0; -} - -.faq .faq-list .icon-show { - display: none; - color: #0063a3; -} - -.faq .faq-list a.collapsed { - color: #0e1822; -} - -.faq .faq-list a.collapsed:hover { - color: #0063a3; - font-size: 16.5px; -} - -.faq .faq-list a.collapsed .icon-show { - display: inline-block; - color: #0063a3; -} - -.faq .faq-list a.collapsed .icon-close { - display: none; - color: #0063a3; -} - -@media (max-width: 1200px) { - .faq .faq-list { - padding: 0; - } -} - -/*! -// Visitor Info -// --------------------------------------------------*/ -.info-box { - margin-bottom: 36px; - position: relative; - overflow: hidden; -} -.info-box img { - display: block; - margin-bottom: 12px; -} -.info-box h3 { - margin-bottom: 12px; -} -.info-box .text-link { - position: absolute; - bottom: 12px; - right: 0px; -} -.text-link a { - display: inline-block; - margin-left: 12px; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .visitor-info .col-sm-4 { - width: 50%; - float: left; - } -} -/*! -// 14. Subscribe -// --------------------------------------------------*/ -.subscribe-1 { - position: relative; - overflow: hidden; - padding-top: 144px; - padding-bottom: 36px; -} -.subscribe-1:before { - background-color: #333333; - opacity: 0.4; - position: absolute; - content: ""; - width: 100%; - height: 100%; - z-index: 1; - top: 0px; -} -.subscribe-1 .container { - position: relative; - z-index: 2; -} -.subscribe-1 .email-subscribe { - margin-bottom: 216px; -} -.subscribe-1 footer { - border-top: 2px solid rgba(255, 255, 255, 0.3); - padding-top: 36px; -} -.subscribe-1 .twitter-feed { - margin-bottom: 72px; -} -.subscribe-1 h1 { - margin-bottom: 30px; -} -.email-subscribe span { - display: block; - margin-top: 12px; -} -.twitter-feed i { - font-size: 48px; - display: inline-block; - margin-bottom: 32px; -} -.twitter-feed span a { - border-bottom: none; -} -.tweets-feed .user { - display: none; -} -.tweets-feed .interact { - display: none; -} -.tweets-feed .tweet { - color: #fff; - font-size: 30px; - line-height: 36px; - font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; - font-weight: 300; -} -.tweets-feed .tweet a { - color: #fff !important; - border-color: #fff !important; -} -.tweets-feed .timePosted { - display: none; -} -@media all and (max-width: 767px) { - .tweets-feed .tweet { - font-size: 20px; - line-height: 26px; - } - .subscribe-2 .form-email { - margin-bottom: 24px; - } -} -/*! -// 15. Contact -// --------------------------------------------------*/ -.contact-tweets { - background: #0072bc; - color: #fff; - position: relative; - overflow: hidden; - height: 600px; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} -.contact-tweets .social_twitter { - font-size: 42px; - margin-bottom: 32px; - display: inline-block; -} -.contact-tweets .map-holder { - position: absolute; - height: 100%; - padding: 0px; - top: 0px; - right: 0px; -} -.contact-tweets .timePosted { - display: block !important; -} -.map-holder:before { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 2; - opacity: 0; -} -.map-holder iframe { - border: 0px; - position: absolute; - width: 100%; - height: 100%; -} -.contact-tweets span a { - border-bottom: 2px solid #fff; - padding-bottom: 1px; -} -.contact-tweets form { - padding-top: 0px !important; -} -.contact-tweets form .btn { - background: #fff; - color: #0072bc; -} -.contact-tweets form ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets form :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.contact-tweets .icon { - font-size: 60px; - margin-bottom: 12px; -} -.contact-tweets .form-message { - max-width: 95.5%; - width: 95.5%; -} -.fullwidth-map { - padding: 0px; - position: relative; - overflow: hidden; -} -.fullwidth-map .map-holder { - width: 100%; - height: 400px; - overflow: hidden; -} -.fullwidth-map.screen:before { - content: ""; - position: absolute; - width: 100%; - height: 100%; - z-index: 2; -} -/*! -// Sponsors -// --------------------------------------------------*/ -.sponsors { - background: #f5f5f5; -} -.sponsor { - margin-bottom: 36px; - height: 80px; - line-height: 80px; -} -.sponsor img { - max-width: 150px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - max-height: 80px; -} -.sponsors span { - display: inline-block; - margin-top: 24px; -} -.sponsors span a { - color: #0072bc; - border-color: #0072bc; -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - .sponsors .col-sm-6 { - width: 50%; - float: left; - } -} -/*! -// 16. Forms -// -------------------------------------------------- -form.register { - overflow: hidden; - padding-top: 24px; - display: block; -} -form.register div { - padding: 0px; -} -input[type="text"], -form.register .select-holder { - margin-bottom: 32px; - padding: 12px; - border: none; - background: rgba(255, 255, 255, 0.1); - border-radius: 25px; - font-size: 14px; - max-width: 90%; - color: #fff; - padding-left: 24px; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -input[type="text"]:focus, -form.register .select-holder:focus, -input[type="text"]:hover, -form.register .select-holder:hover { - outline: none; - background: rgba(255, 255, 255, 0.2); -} -form.register select { - width: 90%; - margin: 0px; - background: none; - border: none; - cursor: pointer; -} -form.register select:focus { - outline: none; -} -form.register input[type="submit"] { - padding-bottom: 12px; - width: 90%; - margin-bottom: 12px; -} -input[type="submit"] { - font-weight: normal; -} -.email-subscribe { - overflow: hidden; -} -.email-subscribe input { - margin: 0px auto; - min-width: 100%; - max-width: 100%; -} -.email-subscribe input[type="text"] { - background: rgba(255, 255, 255, 0.3); -} -.email-subscribe input[type="text"]:hover, -.email-subscribe input[type="text"]:focus { - background: rgba(255, 255, 255, 0.4); -} -.email-subscribe ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe ::-moz-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.9); -} -.email-subscribe input[type="submit"] { - min-height: 48px; -} -.subscribe-2 .email-subscribe input[type="text"] { - background: rgba(0, 0, 0, 0.2); -} -.subscribe-2 i { - color: #0072bc; - font-size: 70px; - display: inline-block; - margin-right: 24px; - margin-bottom: 18px; -} -.subscribe-2 i:last-of-type { - margin-right: 0px; -} -input.error { - color: #ff4532; -} -.mail-list-form { - width: 0px; - height: 0px; - opacity: 0; - overflow: hidden; -} -.form-success, -.form-error { - display: none; - width: 100%; - padding: 6px 18px 8px 18px !important; - margin-top: 12px; - color: #fff; - background-color: #55c950; - border-radius: 20px; -} -.form-error { - background-color: #d74b4b; -} -form .field-error { - background: #d74b4b !important; -} -@media all and (max-width: 767px) { - form.register input, - form.register .select-holder { - width: 100% !important; - max-width: 100%; - } - .subscribe-1 .email-subscribe input[type="text"] { - margin-bottom: 24px; - } -} -@media all and (min-width: 321px) and (max-width: 767px) and (orientation: landscape) { - form.register .col-sm-6 { - width: 50%; - float: left; - } - form.register input, - form.register .select-holder { - max-width: 95% !important; - } - form.register input[type="submit"] { - max-width: 100% !important; - } -} -/* -// Utility Pages -// --------------------------------------------------*/ -.error-page { - background: #0072bc; - padding: 0px; -} -.error-page h1 { - font-size: 84px; - line-height: 96px; - margin-bottom: 0px; - margin-bottom: 12px; -} -.error-page p { - font-size: 24px; - line-height: 32px; -} -.error-page i { - color: #fff; - font-size: 84px; - display: inline-block; - margin-right: 24px; -} -.error-page i:last-of-type { - margin-right: 0px; -} -.error-page .btn { - margin-right: 24px; - margin-top: 12px; -} -@media all and (max-width: 767px) { - .error-page i { - display: none; - } -} -/*! -// 17. Footers -// --------------------------------------------------*/ -.footer-distributed { - background: #000 ; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); - box-sizing: border-box; - width: 100%; - font: bold 16px sans-serif; - text-align: left; - padding: 50px 60px 20px; - overflow: hidden; - display: flex; - justify-content: center; -} - -/* Footer left */ - -.footer-distributed .footer-left { - text-align: center; -} - -/* The company logo */ - -.footer-distributed .footer-left img { - max-height: 300px; -} - -.footer-distributed h3 span { - color: #5383d3; -} - -/* Footer links */ - -.footer-distributed .footer-links { - color: #efefef; - margin: 0 0 10px; - padding: 0; -} - -.footer-distributed .footer-links a { - display: inline-block; - line-height: 1.8; - text-decoration: none; - color: inherit; -} - -.footer-distributed .footer-company-name, -.footer-distributed .footer-author-name { - color: #8f9296; - font-size: 14px; - font-weight: normal; - margin: 0; -} - -.footer-distributed .footer-icons a { - display: inline-block; - width: 35px; - height: 35px; - cursor: pointer; - background-color: #33383b; - border-radius: 2px; - font-size: 20px; - color: #fff; - text-align: center; - line-height: 35px; - margin-right: 3px; - margin-bottom: 5px; -} - -.footer-down { - text-align: center; - height: 30px; - background: #000; -} - -/****************************************Updated timeline css******************************************/ -/* section { - padding: 100px 0; -} - -html, body { - overflow-x: hidden; -} - -body { - font-family: 'Roboto'; - font-size: 17px; - font-weight: 400; - background-color: #eee; -} - -h1 { - font-size: 200%; - text-transform: uppercase; - letter-spacing: 3px; - font-weight: 400; -} - -header { - background: #3F51B5; - color: #FFFFFF; - padding: 150px 0; -} -header p { - font-family: 'Allura'; - color: rgba(255, 255, 255, 0.2); - margin-bottom: 0; - font-size: 60px; - margin-top: -30px; -} */ - -.timeline { - position: relative; - /* background: linear-gradient(45deg, #9dd8e7, #d392d0); */ - background-size: 200% 200%; - animation: animateGlow 6s ease infinite; -} -.timeline::before { - content: ""; - width: 5px; - height: 95%; - position: absolute; - left: 50%; - transform: translateX(-50%); - background: linear-gradient(180deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); - animation: gradient-line 15s ease infinite; -} - -@keyframes gradient-line { - 0% { - background-position: 0% 50%; - } - 50% { - background-position: 100% 50%; - } - 100% { - background-position: 0% 50%; - } -} - -.timeline-item { - width: 100%; - margin-bottom: 70px; -} -.timeline-item:nth-child(even) .timeline-content { - float: right; - padding: 40px 30px 10px 30px; -} -.timeline-item:nth-child(even) .timeline-content .date { - right: auto; - left: 0; -} -.timeline-item:nth-child(even) .timeline-content::after { - content: ""; - position: absolute; - border-style: solid; - width: 0; - height: 0; - top: 30px; - left: -15px; - border-width: 10px 15px 10px 0; - border-color: transparent #2f2f2f transparent transparent; -} -.timeline-item::after { - content: ""; - display: block; - clear: both; -} - -.timeline-content { - position: relative; - width: 45%; - padding: 10px 30px; - border-radius: 4px; - background: #f5f5f5; - box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3); -} -.timeline-content::after { - content: ""; - position: absolute; - border-style: solid; - width: 0; - height: 0; - top: 30px; - right: -15px; - border-width: 10px 0 10px 15px; - border-color: transparent transparent transparent #2f2f2f; -} - -.timeline-img-1 { - width: 30px; - height: 30px; - border-color: black; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; - background: #ed7352;/*linear-gradient(180deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */ - /* animation: gradient-line 15s ease infinite; */ - -} - -.timeline-img-2 { - width: 30px; - height: 30px; - background: #e94d68; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; -} - -.timeline-img-3 { - width: 30px; - height: 30px; - background: #e84f7d; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; -} - -.timeline-img-4 { - width: 30px; - height: 30px; - background: #e44f7f; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; -} - -.timeline-img-5 { - width: 30px; - height: 30px; - background: #884c9d; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; -} - -.timeline-img-6 { - width: 30px; - height: 30px; - background: #3974bb; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; -} - -.timeline-img-7 { - width: 30px; - height: 30px; - background: #23a6d5; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; -} - -.timeline-img-8 { - width: 30px; - height: 30px; - background: #37b2c9; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; -} - -.timeline-img-9 { - width: 30px; - height: 30px; - background: #4dc7b7; - border-radius: 50%; - position: absolute; - left: 50%; - margin-top: 25px; - margin-left: -15px; -} -/* a { - background: #3F51B5; - color: #FFFFFF; - padding: 8px 20px; - text-transform: uppercase; - font-size: 14px; - margin-bottom: 20px; - margin-top: 10px; - display: inline-block; - border-radius: 2px; - box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6); -} -a:hover, a:active, a:focus { - background: #32408f; - color: #FFFFFF; - text-decoration: none; -} */ - -.timeline-item .timeline-img-header { - background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), - url("https://picsum.photos/1000/800/?random") center center no-repeat; - background-size: cover; -} - -.timeline-img-header { - height: 200px; - position: relative; - margin-bottom: 20px; -} -.timeline-img-header h2 { - color: #ffffff; - position: absolute; - bottom: 5px; - left: 20px; -} - -blockquote { - margin-top: 30px; - color: #757575; - border-left-color: #3f51b5; - padding: 0 20px; -} - -.date { - font-weight: 800; - font-family: "Courier New", Courier, monospace; - font-size: 20px; - background: #2f2f2f; - display: inline-block; - color: #fff; - padding: 10px; - position: absolute; - top: 0; - right: 0; -} - -@media screen and (max-width: 768px) { - .timeline::before { - left: 50px; - } - .timeline .timeline-img { - left: 50px; - } - .timeline .timeline-content { - max-width: 100%; - width: auto; - margin-left: 70px; - } - .timeline .timeline-item:nth-child(even) .timeline-content { - float: none; - } - .timeline .timeline-item:nth-child(odd) .timeline-content::after { - content: ""; - position: absolute; - border-style: solid; - width: 0; - height: 0; - top: 30px; - left: -15px; - border-width: 10px 15px 10px 0; - border-color: transparent #2f2f2f transparent transparent; - } -} - -.timeline__description { - color: #070808; - font-weight: 400; - font-size: larger; -} - -.heading-timeline { - padding-top: 35px; - color: #62eaff; - font-family: "Courier New", Courier, monospace; -} - -.heading-timeline-rt { - padding-top: 10px; - color: #62eaff; - font-family: "Courier New", Courier, monospace; -} - -.timeline-content { - background-color: #2f2f2f; -} - -/* Sponsors */ -#sponsors { - background-color: #f9fafc; -} - -.sponsor-heading, .sponsor-start { - font-size: 30px; - font-weight: 700; - font-family: Montserrat, sans-serif; - align-content: center; - text-align: center; - justify-content: center; - margin: 50px 0px 30px 0; - text-transform: uppercase; - line-height: 1; -} - -.sponsor-start { - font-size: 42px; - color: #169797; -} - -.sponsors-logo { - background-color: #fff; - margin: 7px; - padding: 20px 10px; - align-content: center; - text-align: center; - justify-content: center; - vertical-align: middle; - overflow: hidden; - border-radius: 5px; - box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.05); - cursor: grab; - } - - .general-sponsor .sponsors-logo { - height: 150px; - display: flex; - align-items: center; - } - -.sponsors-logo:hover, .sponsors-logo img:hover .sponsors-logo{ - box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 7px 0 rgba(0, 0, 0, 0.1); -} - -.sponsors-logo:hover { - box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1), 0 2px 7px 0 rgba(0, 0, 0, 0.1); -} - -.title-sponsor img { - width: 50%; -} - -.gold-sponsor img { - /*width: 70%;*/ -} - -.silver-sponsor img { - /*width: 70%;*/ -} - -.sponsors-logo img { - max-height: 150px; -} - -.general-sponsor, .silver-sponsor { - justify-content: center; -} - -.silver-sponsor { - align-items: center; -} - -.past-sponsor img { - width: 80%; -} - -#speakers-info p { - font-size: 20px; -} - -.gradient-class { - background: linear-gradient(-45deg, #41aeae, #020303, #104d4f, #b8b8b8); - background-size: 400% 400%; - animation: gradient 15s ease infinite; -} - -@keyframes gradient { - 0% { - background-position: 0% 50%; - } - 50% { - background-position: 100% 50%; - } - 100% { - background-position: 0% 50%; - } -} - -.gradient-head { - color: #7ddfdffb; - padding: 5px; - font-size: 50px; - font-family: "Courier New", Courier, monospace; - letter-spacing: 4px; -} - -.gradient-head-timeline { - color: #169797; - padding: 5px; - font-size: 40px; - font-family: "Courier New", Courier, monospace; - letter-spacing: 2px; -} -/* -body { - position: relative; - background: linear-gradient(-70deg, #ebe5e5, #f8f6fa); - background-size: 200% 200%; - animation: animateGlow 10s ease infinite; -} */ - - -@keyframes animateGlow { - 0% { - background-position: 0% 50%; - } - 50% { - background-position: 100% 50%; - } - 100% { - background-position: 0% 50%; - } -} - -@import url('https://fonts.googleapis.com/css?family=Caveat:400,700|Gochi+Hand'); - -.heading-animate{ - font-size: 4em; - /* font-family: 'Caveat', cursive; */ -} - -.heading-animate span{ - display: block; - float: left; - animation: animate 2.25s linear infinite; - margin: 0 5px; - padding: 0; - position: relative; - color: #111; - height: max-content; - width: max-contentFinner; -} - -.heading-animate span:nth-child(1){ - animation-delay: 0s; -} -.heading-animate span:nth-child(2){ - animation-delay: .25s; -} -.heading-animate span:nth-child(2){ - animation-delay: .5s; -} -.heading-animate span:nth-child(3){ - animation-delay: .75s; -} -.heading-animate span:nth-child(4){ - animation-delay: 1s; -} -.heading-animate span:nth-child(5){ - animation-delay: 1.25s; -} -.heading-animate span:nth-child(6){ - animation-delay: 1.5s; -} -.heading-animate span:nth-child(7){ - animation-delay: 1.75s; -} - -.heading-animate span:nth-child(8){ - animation-delay: 2.00s; -} - -.heading-animate span:nth-child(9){ - animation-delay: 2.25s; -} - -.heading-animate span:nth-child(10){ - animation-delay: 2.30s; -} - - - - - -@keyframes animate { - 0%, 100%{ - color: #fff; - filter: blur(2px); - text-shadow: 0 0 10px #00bbff, - 0 0 20px #00bbff, - 0 0 40px #00bbff, - 0 0 80px #00bbff, - 0 0 120px #00bbff, - 0 0 200px #00bbff, - 0 0 300px #00bbff, - 0 0 400px #00bbff; - } - 5%, 95%{ - color: rgb(226, 213, 213); - filter: blur(0px); - text-shadow: none; - } -} - - -@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap"); -:root { - --d: 700ms; - --e: cubic-bezier(0.19, 1, 0.22, 1); - --font-sans: 'Rubik', sans-serif; - --font-serif: 'Cardo', serif; -} - - -.page-content { - display: grid; - grid-gap: 1rem; - padding: 1rem; - max-width: 1024px; - margin: 0 auto; - font-family: var(--font-sans); -} -@media (min-width: 600px) { - .page-content { - grid-template-columns: repeat(1, 1fr); - } -} -@media (min-width: 800px) { - .page-content { - grid-template-columns: repeat(3, 1fr); - } -} - -.card { - position: relative; - display: -webkit-box; - display: flex; - -webkit-box-align: end; - align-items: flex-end; - overflow: hidden; - padding: 1rem; - width: 100%; - text-align: center; - color: whitesmoke; - background-color: rgb(34, 33, 33); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1); -} -@media (min-width: 600px) { - .card { - height: 250px; - } -} -.card:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 110%; - background-size: cover; - background-position: 0 0; - -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e); - transition: -webkit-transform calc(var(--d) * 1.5) var(--e); - transition: transform calc(var(--d) * 1.5) var(--e); - transition: transform calc(var(--d) * 1.5) var(--e), -webkit-transform calc(var(--d) * 1.5) var(--e); - pointer-events: none; -} -.card:after { - content: ''; - display: block; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 200%; - pointer-events: none; - background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(11.7%, rgba(0, 0, 0, 0.009)), color-stop(22.1%, rgba(0, 0, 0, 0.034)), color-stop(31.2%, rgba(0, 0, 0, 0.072)), color-stop(39.4%, rgba(0, 0, 0, 0.123)), color-stop(46.6%, rgba(0, 0, 0, 0.182)), color-stop(53.1%, rgba(0, 0, 0, 0.249)), color-stop(58.9%, rgba(0, 0, 0, 0.32)), color-stop(64.3%, rgba(0, 0, 0, 0.394)), color-stop(69.3%, rgba(0, 0, 0, 0.468)), color-stop(74.1%, rgba(0, 0, 0, 0.54)), color-stop(78.8%, rgba(0, 0, 0, 0.607)), color-stop(83.6%, rgba(0, 0, 0, 0.668)), color-stop(88.7%, rgba(0, 0, 0, 0.721)), color-stop(94.1%, rgba(0, 0, 0, 0.762)), to(rgba(0, 0, 0, 0.79))); - background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%); - -webkit-transform: translateY(-50%); - transform: translateY(-50%); - -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e); - transition: -webkit-transform calc(var(--d) * 2) var(--e); - transition: transform calc(var(--d) * 2) var(--e); - transition: transform calc(var(--d) * 2) var(--e), -webkit-transform calc(var(--d) * 2) var(--e); -} -.card:nth-child(1):before { - background-image: url(https://img.icons8.com/fluent/64/000000/project-management.png); - background-size: 80px; - background-position: center; - background-repeat: no-repeat; - animation-name: floating; - animation-duration: 3s; - animation-iteration-count: infinite; - animation-timing-function: ease-in-out; - -} - -@keyframes floating { - 0% { transform: translate(0, 0px); } - 50% { transform: translate(0, 15px); } - 100% { transform: translate(0, -0px); } -} - -.card:nth-child(2):before { - background-image: url(https://img.icons8.com/bubbles/64/000000/manager.png); - background-size: 80px; - background-position: center; - background-repeat: no-repeat; - animation-name: floating; - animation-duration: 3s; - animation-iteration-count: infinite; - animation-timing-function: ease-in-out; -} -.card:nth-child(3):before { - background-image: url(https://img.icons8.com/nolan/64/coach.png); - background-size: 80px; - background-position: center; - background-repeat: no-repeat; - animation-name: floating; - animation-duration: 3s; - animation-iteration-count: infinite; - animation-timing-function: ease-in-out; -} -.card:nth-child(4):before { - background-image: url(https://img.icons8.com/dusk/64/000000/students.png); - background-size: 80px; - background-position: center; - background-repeat: no-repeat; - animation-name: floating; - animation-duration: 3s; - animation-iteration-count: infinite; - animation-timing-function: ease-in-out; -} - -.content { - position: relative; - display: -webkit-box; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - flex-direction: column; - -webkit-box-align: center; - align-items: center; - width: 100%; - padding: 1rem; - -webkit-transition: -webkit-transform var(--d) var(--e); - transition: -webkit-transform var(--d) var(--e); - transition: transform var(--d) var(--e); - transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e); - z-index: 1; -} -.content > * + * { - margin-top: 1rem; -} - -.title { - font-size: 1.5rem; - font-weight: bold; - /* line-height: 1.2; */ - padding-top: 0em; - color: rgb(245, 241, 241); -} - -.copy { - font-family: var(--font-serif); - font-size: 15px; - font-style: italic; - -} - -.btn { - cursor: pointer; - margin-top: 1.5rem; - padding: 0.75rem 1.5rem; - font-size: 0.65rem; - font-weight: bold; - letter-spacing: 0.025rem; - text-transform: uppercase; - color: black; - background-color: white; - border: none; -} -.btn:hover { - background-color: #0d0d0d; -} -.btn:focus { - outline: 1px dashed yellow; - outline-offset: 3px; -} - -@media (hover: hover) and (min-width: 600px) { - .card:after { - -webkit-transform: translateY(0); - transform: translateY(0); - } - - .content { - -webkit-transform: translateY(calc(100% - 4.5rem)); - transform: translateY(calc(100% - 4.5rem)); - } - .content > *:not(.title) { - opacity: 0; - -webkit-transform: translateY(1rem); - transform: translateY(1rem); - -webkit-transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e); - transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e); - transition: transform var(--d) var(--e), opacity var(--d) var(--e); - transition: transform var(--d) var(--e), opacity var(--d) var(--e), -webkit-transform var(--d) var(--e); - } - - .card:hover, - .card:focus-within { - -webkit-box-align: center; - align-items: center; - } - .card:hover:before, - .card:focus-within:before { - -webkit-transform: translateY(-4%); - transform: translateY(-4%); - } - .card:hover:after, - .card:focus-within:after { - -webkit-transform: translateY(-50%); - transform: translateY(-50%); - } - .card:hover .content, - .card:focus-within .content { - -webkit-transform: translateY(0); - transform: translateY(0); - } - .card:hover .content > *:not(.title), - .card:focus-within .content > *:not(.title) { - opacity: 1; - -webkit-transform: translateY(0); - transform: translateY(0); - -webkit-transition-delay: calc(var(--d) / 8); - transition-delay: calc(var(--d) / 8); - } - - .card:focus-within:before, .card:focus-within:after, - .card:focus-within .content, - .card:focus-within .content > *:not(.title) { - -webkit-transition-duration: 0s; - transition-duration: 0s; - } -} - -@import url(https://fonts.googleapis.com/css?family=Squada+One); - -.gradient-btn{ - display: block; - width: 220px; - height: 70px; - z-index: 1; -} -.gradient-btn:after { - content: ''; - background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae); - background-size: 400% 400%; - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%); - -moz-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse; - -webkit-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse; - animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse; -} -.gradient-btn > span { - display: block; - background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae); - background-size: 400% 400%; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - -moz-animation: gradient-button 3s ease-in-out infinite; - -webkit-animation: gradient-button 3s ease-in-out infinite; - animation: gradient-button 3s ease-in-out infinite; -} - -/* helpers -.absolute-centering, body:after, , a:after { - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - margin: auto; -} */ - -.text-formatting, .gradient-btn { - text-transform: uppercase; - text-decoration: none; - text-align: center; - letter-spacing: 2px; - line-height: 70px; - font-family: 'Squada One', cursive; - font-size: 28px; -} - -/* motion */ -@-moz-keyframes gradient-button { - 0% { - background-position: 14% 0%; - } - 50% { - background-position: 87% 100%; - } - 100% { - background-position: 14% 0%; - } -} -@-webkit-keyframes gradient-button { - 0% { - background-position: 14% 0%; - } - 50% { - background-position: 87% 100%; - } - 100% { - background-position: 14% 0%; - } -} -@keyframes gradient-button { - 0% { - background-position: 14% 0%; - } - 50% { - background-position: 87% 100%; - } - 100% { - background-position: 14% 0%; - } -} -@-moz-keyframes border { - 0% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%); - } - 25% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%); - } - 50% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%); - } - 75% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%); - } - 100% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%); - } -} -@-webkit-keyframes border { - 0% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%); - } - 25% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%); - } - 50% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%); - } - 75% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%); - } - 100% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%); - } -} -@keyframes border { - 0% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 4px 66px, 4px 100%, 100% 100%, 100% 0%, 0% 0%); - } - 25% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 66px, 216px 66px, 216px 100%, 100% 100%, 100% 0%, 0% 0%); - } - 50% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%); - } - 75% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%); - } - 100% { - -webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%); - } -} - - -/* .sign { - min-height: 50%; - display: flex; - flex-direction: column; - /* justify-content: center; */ - - @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&family=Press+Start+2P&display=swap'); - -.sign__word { - font-size: 3.5rem; - text-align: center; - line-height: 1; - color: #c6e2ff; - font-family: 'Turret Road', cursive; - -webkit-animation: neon .08s ease-in-out infinite alternate; - animation: neon .08s ease-in-out infinite alternate; - - letter-spacing: 5px; -} -.sign__word-1 { - font-size: 3.5rem; - text-align: center; - line-height: 1; - color: #c6e2ff; - font-family: 'Turret Road', cursive; - -webkit-animation: neon-green .08s ease-in-out infinite alternate; - animation: neon-green .08s ease-in-out infinite alternate; - - letter-spacing: 5px; -} - -.sign__word-2 { - font-size: 3.5rem; - text-align: center; - line-height: 1; - color: #c6e2ff; - font-family: 'Turret Road', cursive; - -webkit-animation: neon-purple .08s ease-in-out infinite alternate; - animation: neon-purple .08s ease-in-out infinite alternate; - - letter-spacing: 5px; -} - -/*-- Animation Keyframes --*/ -@-webkit-keyframes neon { - from { - text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92); - } - to { - text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2; - } -} -@keyframes neon { - from { - text-shadow: 0 0 6px rgba(202, 228, 225, 0.92), 0 0 30px rgba(202, 228, 225, 0.34), 0 0 12px rgba(30, 132, 242, 0.52), 0 0 21px rgba(30, 132, 242, 0.92), 0 0 34px rgba(30, 132, 242, 0.78), 0 0 54px rgba(30, 132, 242, 0.92); - } - to { - text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(202, 228, 225, 0.42), 0 0 12px rgba(30, 132, 242, 0.58), 0 0 22px rgba(30, 132, 242, 0.84), 0 0 38px rgba(30, 132, 242, 0.88), 0 0 60px #1e84f2; - } -} - -@-webkit-keyframes neon-green { - from { - text-shadow: 0 0 6px rgba(205, 228, 202, 0.92), 0 0 30px rgba(202, 228, 203, 0.34), 0 0 12px rgba(30, 242, 65, 0.52), 0 0 21px rgba(30, 242, 101, 0.92), 0 0 34px rgba(30, 242, 94, 0.78), 0 0 54px rgba(55, 242, 30, 0.92); - } - to { - text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(205, 228, 202, 0.42), 0 0 12px rgba(30, 242, 58, 0.58), 0 0 22px rgba(30, 242, 65, 0.84), 0 0 38px rgba(30, 242, 101, 0.88), 0 0 60px #1ef229; - } -} -@keyframes neon-green { - from { - text-shadow: 0 0 6px rgba(205, 228, 202, 0.92), 0 0 30px rgba(202, 228, 203, 0.34), 0 0 12px rgba(30, 242, 65, 0.52), 0 0 21px rgba(30, 242, 101, 0.92), 0 0 34px rgba(30, 242, 94, 0.78), 0 0 54px rgba(55, 242, 30, 0.92); - } - to { - text-shadow: 0 0 6px rgba(202, 228, 225, 0.98), 0 0 30px rgba(205, 228, 202, 0.42), 0 0 12px rgba(30, 242, 58, 0.58), 0 0 22px rgba(30, 242, 65, 0.84), 0 0 38px rgba(30, 242, 101, 0.88), 0 0 60px #1ef24c; - } -} - -@-webkit-keyframes neon-purple { - from { - text-shadow: 0 0 6px rgba(228, 202, 220, 0.92), 0 0 30px rgba(228, 202, 220, 0.34), 0 0 12px rgba(242, 30, 178, 0.52), 0 0 21px rgba(242, 30, 214, 0.92), 0 0 34px rgba(242, 30, 214, 0.78), 0 0 54px rgba(55, 242, 30, 0.92); - } - to { - text-shadow: 0 0 6px rgba(228, 202, 225, 0.98), 0 0 30px rgba(228, 202, 226, 0.42), 0 0 12px rgba(242, 30, 242, 0.58), 0 0 22px rgba(242, 30, 231, 0.84), 0 0 38px rgba(242, 30, 196, 0.88), 0 0 60px #f21ee7; - } -} -@keyframes neon-purple { - from { - text-shadow: 0 0 6px rgba(228, 202, 220, 0.92), 0 0 30px rgba(228, 202, 220, 0.34), 0 0 12px rgba(242, 30, 178, 0.52), 0 0 21px rgba(242, 30, 214, 0.92), 0 0 34px rgba(242, 30, 214, 0.78), 0 0 54px rgba(55, 242, 30, 0.92); - } - to { - text-shadow: 0 0 6px rgba(228, 202, 225, 0.98), 0 0 30px rgba(228, 202, 226, 0.42), 0 0 12px rgba(242, 30, 242, 0.58), 0 0 22px rgba(242, 30, 231, 0.84), 0 0 38px rgba(242, 30, 196, 0.88), 0 0 60px #f21ee7; - } -} - -.fa-telegram::before { - content: "\f2c6" -} - - -.bg { - animation:slide 3s ease-in-out infinite alternate; - background-image: linear-gradient(-60deg, rgb(99, 219, 209) 50%, rgb(42, 44, 46) 50%); - bottom:0; - left:-50%; - opacity:.5; - position: fixed; - right:-50%; - z-index:-1; - top: 0; -} - -.bg2 { - animation-direction: alternate-reverse; - animation-duration:4s; -} - -.bg3 { - animation-duration:5s; -} - -@keyframes slide { - 0% { - transform:translateX(-25%); - } - 100% { - transform:translateX(25%); - } -} - -/* preloader */ - -.preloader{ - height: 100vh; - display: flex; - align-items: center; - justify-content: center; - position: relative; -} - -.bars-common{ - height: 4vw; - width: 1vw; - margin: auto; - position: absolute; - box-shadow: 0 0 0 0.1vw cyan, 0 0 1vw 0 cyan, inset 0 0 0.5vw 0 cyan; -} - -.bar-one{ - left: 0; - right: 4vw; - top: 0; - bottom:0; - animation: barAnim 1s .33s ease infinite; -} - -.bar-two{ - left: 0; - right: 0; - top: 0; - bottom:0; - animation: barAnim 1s .66s ease infinite; -} - -.bar-three{ - left: 4vw; - right: 0; - top: 0; - bottom:0; - animation: barAnim 1s .99s ease infinite; -} - -@keyframes barAnim{ - 0%, - 100%{ - box-shadow: 0 0 0 0.1vw cyan, 0 0 1vw 0 cyan, inset 0 0 0.5vw 0 cyan; - } - 50%{ - box-shadow: 0 0 0 0.1vw magenta, 0 0 1vw 0 magenta, inset 0 0 0.5vw 0 magenta; - } -} - -.squares-common{ - height: 8vw; - width: 8vw; - margin: auto; - position: absolute; - left: 0; - right: 0; - top: 0; - bottom:0; - box-shadow: 0 0 0 0.1vw cyan, 0 0 1vw 0 cyan, inset 0 0 0.5vw 0 cyan; -} - -.square-one{ - animation: squareOne 4s .99s ease infinite; -} - -@keyframes squareOne{ - from{ - transform: rotate(0deg); - } - to{ - transform: rotate(-180deg); - } -} - -.square-two{ - animation: squareTwo 4s .99s ease infinite; -} - -@keyframes squareTwo{ - from{ - transform: rotate(0deg); - } - to{ - transform: rotate(180deg); - } -} - -/* custom scroll bar */ - /* width */ - ::-webkit-scrollbar { - width: 8px; - } - - /* Track */ - ::-webkit-scrollbar-track { - background: #f1f1f1; - } - - /* Handle */ - ::-webkit-scrollbar-thumb { - background: #888; - } - - /* Handle on hover */ - ::-webkit-scrollbar-thumb:hover { - background: #555; - } - - -/* Registration Form */ -.form-register-event { - margin-top: 20px; - padding: 0; - /* margin-right: 70px; */ - display: block; - height: 100%; - justify-content: center; - align-items: center; - transition: all 2s linear; -} - -.fadeIn { - animation: 1s fadeIn; -} - -@keyframes fadeIn { - 0% {opacity: 0; height: 0;} - 100% {opacity: 1; height: 100%;} -} - -.form-event-inner { - background-color: white; - width: 36%; - padding: 30px; - box-shadow: 0px 5.2029px 20.8116px rgba(24, 61, 93, 0.08); - border-radius: 20px; -} - -.form-event-inner .event-form-main { - margin: auto; - border-color: #3f3f3f; - height: 37px; - font-size: 15px; - border-radius: 10px; - font-weight: normal; -} - -.event-form-heading { - color: black; - font-weight: 400; - padding-bottom: 5px; -} - -.merge-link-event { - margin: auto; - padding-top: 10px; -} - -.merge-link-event:hover { - cursor: pointer; - color: #4a00e0; - transform: scale(1.1); -} - -.option-company-main-event { - font-size: 14px; -} - -.btn-event-register { - background-color: #3f3f3f; - color: white; - width: 100%; - margin: auto; - border-radius: 40px; -} - -.btn-merge-save { - background: transparent; -} - -.select-event { - height: 35px !important; - width: 96%; - float: left; -} -.progress-bar-event { - /* margin-left:50px; */ - width: 100%; - display: flex; - justify-content: center; - align-items: center; - /* align-self: center; */ -} - -.otp-warning { - color: grey; - font-weight: 500; - font-size: 0.8rem; -} - -@media only screen and (max-width: 768px) { - .form-event-inner { - padding: 20px; - box-shadow: 0px 5.2029px 20.8116px rgba(24, 61, 93, 0.08); - width: 100% !important; - border-radius: 20px; - } - - .form-register-event { - margin-top: -15px; - padding: 0; - margin-right: auto; - width: 90%; - display: block; - } - - .option-company-main-event { - font-size: 10px; - } - - .select-event { - height: 35px !important; - width: 100% !important; - margin-bottom: 20px !important; - } - - .event-form-main { - height: 35px; - border-radius: 10px; - /* margin-bottom: -5px !important; */ - font-weight: normal; - } -} - -/*#register { - width: 100%; - height: 100%; - background-color: rgba(0, 0, 0, 0.7); - position: absolute; - top: 0; - z-index: 99; - justify-content: center; - align-items: center; -}*/ - -.close{ - position: relative; - top: 0; - right: 14px; - font-size: 42px; - cursor: pointer; -} - -/* OTP Verification Form */ -#verify_otp { - display: none; -} - -.otp_confirm { - display: none; - padding-top: 80px; - text-align: center; -} - -/* horizontal socials */ -.discord, .telegram { - height: 400px; - display: flex; - justify-content: center; - align-items: center; - text-align: center; - color: #fff; - flex-direction: column; -} -.discord { - background: #2a55f3; -} -.telegram { - background: #ef4925; -} -.social-icon{ - font-size: 10rem; -} -.social-text { - font-size: 2rem; - opacity: 0; - visibility: hidden; -} -.discord:hover div, .telegram:hover div{ - visibility: visible; - opacity: 1; -} -.discord:hover .social-icon, .telegram:hover .social-icon{ - color: #fff; - position: relative; - top: -20px; -} - -/* Counts */ -.stats-heading { - text-align: center; - font-size: 2rem; -} - -.stats-number { - text-align: center; - font-weight: 700; - margin-top: 2rem; - font-size: 2.5rem; - line-height: 1; -} - -.timer:after { - content:'+'; - font-weight: 700; - margin-top: 2rem; - font-size: 2.5rem; - line-height: 1; -} - - -/*.count::after { - background: #fff; - border-bottom: 100px solid transparent; - border-left: 25px solid #85c8ea; - border-top: 100px solid transparent; - content: ''; - position: absolute; - right: -20px; - top: 0; - z-index: 99; -} - -.count:last-child:after { - border: none; -}*/ - - - -/* Prize Cards */ -.prizes-section { - padding-top: 0; -} -.color-white { - color: #fff; -} - -.box-container { - align-items: center; - display: flex; - flex-direction: column; - justify-content: space-around; - padding: 35px 15px; - width: 100%; -} - -@media screen and (min-width:1380px) { - .box-container { - flex-direction: row - } -} - -.box-item { - position: relative; - -webkit-backface-visibility: hidden; - width: 315px; - height: 400px; - margin-bottom: 35px; - max-width: 100%; -} - -.flip-box { - -ms-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-transform-style: preserve-3d; - perspective: 1000px; - -webkit-perspective: 1000px; -} - -.flip-box-front, -.flip-box-back { - background-size: cover; - background-position: center; - border-radius: 8px; - min-height: 475px; - -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1); - transition: transform 0.7s cubic-bezier(.4,.2,.2,1); - -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1); - -webkit-backface-visibility: hidden; - backface-visibility: hidden; -} - -.flip-box-front { - -ms-transform: rotateY(0deg); - -webkit-transform: rotateY(0deg); - transform: rotateY(0deg); - -webkit-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.flip-box:hover .flip-box-front { - -ms-transform: rotateY(-180deg); - -webkit-transform: rotateY(-180deg); - transform: rotateY(-180deg); - -webkit-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.flip-box-back { - position: absolute; - top: 0; - left: 0; - width: 100%; - color: #fff; - -ms-transform: rotateY(180deg); - -webkit-transform: rotateY(180deg); - transform: rotateY(180deg); - -webkit-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.flip-box .inner ul { - font-size: 24px; - line-height: 1.5; -} - -.flip-box .internship ul { - text-align: left; - list-style: disc; - padding: 0 25px; -} - -.flip-box:hover .flip-box-back { - -ms-transform: rotateY(0deg); - -webkit-transform: rotateY(0deg); - transform: rotateY(0deg); - -webkit-transform-style: preserve-3d; - -ms-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.flip-box .inner { - position: absolute; - left: 0; - width: 100%; - padding: 0 20px; - outline: 1px solid transparent; - -webkit-perspective: inherit; - perspective: inherit; - z-index: 2; - - transform: translateY(-50%) translateZ(60px) scale(.94); - -webkit-transform: translateY(-50%) translateZ(60px) scale(.94); - -ms-transform: translateY(-50%) translateZ(60px) scale(.94); - top: 50%; -} - -.flip-box .inner img { - padding-top: 250px; -} - -.flip-box-header { - font-size: 34px; -} - -.prize-info { - -} - -.flip-box p { - font-size: 20px; - line-height: 1.5em; -} - -.flip-box-img { - margin-top: 25px; -} - -.contrast { - filter: invert(1); -} - -.flip-box-button { - background-color: transparent; - border: 2px solid #fff; - border-radius: 2px; - color: #fff; - cursor: pointer; - font-size: 20px; - font-weight: bold; - margin-top: 25px; - padding: 15px 20px; - text-transform: uppercase; -} - - -form p{ - - color: black; -} -.SEND{ - background: #ff5722; - border-color: transparent; - color: #fff; - font-weight: bold; - letter-spacing: 2px; - height: 50px; - margin-top: 20px; - -} - -.SEND:hover -{ - background-color: #45a049; - cursor: pointer; -} - - - -/* counter */ - - - -.count:after { - content: " "; - display: block; - width: 0; - height: 0; - border-top: 110px solid transparent; - border-bottom: 110px solid transparent; - position: absolute; - top: 0; - left: 98.5%; - z-index: 2; -} -.count-1 { - color: rgb(0, 0, 0); - background-color: rgb(255, 233, 238); -} -.count-1:after { - border-left: 25px solid rgb(255, 233, 238); - filter: drop-shadow(8px 0px 4px red); -} -.count-2 { - color: rgb(74, 0, 224); - background-color: aliceblue; -} -/*rgb(255 244 140)*/ -.count-2:after { - border-left: 25px solid aliceblue; - filter: drop-shadow(8px 0 4px red); -} -.count-3 { - color: rgb(255, 94, 132); - background-color: rgb(255, 244, 140); -} -.count-3:after { - border-left: 25px solid rgb(255, 244, 140); - filter: drop-shadow(8px 0 4px red); -} -.count-4 { - color: rgb(89, 244, 178); - background-color: rgb(237, 255, 247); -} -.count-4:after { - border-left: 25px solid rgb(237, 255, 247); - filter: drop-shadow(8px 0 4px red); -} -.count-5 { - color: rgb(255, 215, 0); - background-color: rgb(255, 252, 235); -} -.count-5:after { - border-left: 25px solid rgb(255, 252, 235); - filter: drop-shadow(8px 0 4px red); -} - -.end:after { - border: none !important ; -} - -/* Speakers */ -#speakers { - background-color: #010615; -} -.card-container { - background-color: #231E39; - border-radius: 5px; - box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.75); - color: #B3B8CD; - padding-top: 30px; - position: relative; - width: 100%; - max-width: 100%; - text-align: center; - margin: 40px 0; - padding-bottom: 30px; -} - -.card-container .round { - border: 1px solid #03BFCB; - border-radius: 50%; - padding: 7px; - width: 150px; -} - -.card-container h3 { - margin: 20px 0; -} - -.skills { - background-color: #1F1A36; - text-align: left; - padding: 15px; -} - -.skills ul { - list-style-type: none; - margin: 0; - padding: 0; -} - -.skills ul li { - border: 1px solid #2D2747; - border-radius: 2px; - display: inline-block; - font-size: 12px; - margin: 0 7px 7px 0; - padding: 7px; -} -.social { - display: flex; - flex-direction: row; - justify-content: space-around; - margin-top: 25px; - list-style: none; - padding: 0 65px -} - -.social li { - font-size: 20px; -} - -button.primary { - background-color: #03BFCB; - border: 1px solid #03BFCB; - border-radius: 3px; - color: #231E39; - font-family: Montserrat, sans-serif; - font-weight: 500; - padding: 10px 25px; -} - -button.primary.ghost { - background-color: transparent; - color: #02899C; -} - -button:hover { - font-weight: 700; -} \ No newline at end of file diff --git a/woc/fonts/ElegantIcons.eot b/woc/fonts/ElegantIcons.eot deleted file mode 100644 index 2fe8892..0000000 Binary files a/woc/fonts/ElegantIcons.eot and /dev/null differ diff --git a/woc/fonts/ElegantIcons.svg b/woc/fonts/ElegantIcons.svg deleted file mode 100644 index 01a5102..0000000 --- a/woc/fonts/ElegantIcons.svg +++ /dev/null @@ -1 +0,0 @@ -This is a custom SVG font generated by IcoMoon. \ No newline at end of file diff --git a/woc/fonts/ElegantIcons.ttf b/woc/fonts/ElegantIcons.ttf deleted file mode 100644 index 12ff680..0000000 Binary files a/woc/fonts/ElegantIcons.ttf and /dev/null differ diff --git a/woc/fonts/ElegantIcons.woff b/woc/fonts/ElegantIcons.woff deleted file mode 100644 index 3933052..0000000 Binary files a/woc/fonts/ElegantIcons.woff and /dev/null differ diff --git a/woc/fonts/Pe-icon-7-stroke.eot b/woc/fonts/Pe-icon-7-stroke.eot deleted file mode 100644 index 8a619c7..0000000 Binary files a/woc/fonts/Pe-icon-7-stroke.eot and /dev/null differ diff --git a/woc/fonts/Pe-icon-7-stroke.svg b/woc/fonts/Pe-icon-7-stroke.svg deleted file mode 100644 index aaf5a4b..0000000 --- a/woc/fonts/Pe-icon-7-stroke.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/fonts/Pe-icon-7-stroke.ttf b/woc/fonts/Pe-icon-7-stroke.ttf deleted file mode 100644 index ecf6557..0000000 Binary files a/woc/fonts/Pe-icon-7-stroke.ttf and /dev/null differ diff --git a/woc/fonts/Pe-icon-7-stroke.woff b/woc/fonts/Pe-icon-7-stroke.woff deleted file mode 100644 index 7b733e5..0000000 Binary files a/woc/fonts/Pe-icon-7-stroke.woff and /dev/null differ diff --git a/woc/img/20201031_103405-removebg-preview.png b/woc/img/20201031_103405-removebg-preview.png deleted file mode 100644 index 046a16c..0000000 Binary files a/woc/img/20201031_103405-removebg-preview.png and /dev/null differ diff --git a/woc/img/WOC-logo.png b/woc/img/WOC-logo.png deleted file mode 100644 index 6119661..0000000 Binary files a/woc/img/WOC-logo.png and /dev/null differ diff --git a/woc/img/WoC (1).png b/woc/img/WoC (1).png deleted file mode 100644 index e7ea977..0000000 Binary files a/woc/img/WoC (1).png and /dev/null differ diff --git a/woc/img/WoC (2).png b/woc/img/WoC (2).png deleted file mode 100644 index b5e6c98..0000000 Binary files a/woc/img/WoC (2).png and /dev/null differ diff --git a/woc/img/WoC.png b/woc/img/WoC.png deleted file mode 100644 index e43f936..0000000 Binary files a/woc/img/WoC.png and /dev/null differ diff --git a/woc/img/announce.svg b/woc/img/announce.svg deleted file mode 100644 index c72d3b9..0000000 --- a/woc/img/announce.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/arrow.png b/woc/img/arrow.png deleted file mode 100644 index c1bc2cd..0000000 Binary files a/woc/img/arrow.png and /dev/null differ diff --git a/woc/img/carl-heyerdahl-KE0nC8-58MQ-unsplash.jpg b/woc/img/carl-heyerdahl-KE0nC8-58MQ-unsplash.jpg deleted file mode 100644 index 02213c6..0000000 Binary files a/woc/img/carl-heyerdahl-KE0nC8-58MQ-unsplash.jpg and /dev/null differ diff --git a/woc/img/carouse.jpg b/woc/img/carouse.jpg deleted file mode 100644 index 674a540..0000000 Binary files a/woc/img/carouse.jpg and /dev/null differ diff --git a/woc/img/carousel dim.psd b/woc/img/carousel dim.psd deleted file mode 100644 index 1af5486..0000000 Binary files a/woc/img/carousel dim.psd and /dev/null differ diff --git a/woc/img/carousel.jpg b/woc/img/carousel.jpg deleted file mode 100644 index 8ed870e..0000000 Binary files a/woc/img/carousel.jpg and /dev/null differ diff --git a/woc/img/carousel.png b/woc/img/carousel.png deleted file mode 100644 index 19140ca..0000000 Binary files a/woc/img/carousel.png and /dev/null differ diff --git a/woc/img/carousel_3.jpg b/woc/img/carousel_3.jpg deleted file mode 100644 index 7b212a8..0000000 Binary files a/woc/img/carousel_3.jpg and /dev/null differ diff --git a/woc/img/carousel_4.jpg b/woc/img/carousel_4.jpg deleted file mode 100644 index 142b7b0..0000000 Binary files a/woc/img/carousel_4.jpg and /dev/null differ diff --git a/woc/img/carousel_5.jpeg b/woc/img/carousel_5.jpeg deleted file mode 100644 index 7760322..0000000 Binary files a/woc/img/carousel_5.jpeg and /dev/null differ diff --git a/woc/img/carousel_6.png b/woc/img/carousel_6.png deleted file mode 100644 index c17088f..0000000 Binary files a/woc/img/carousel_6.png and /dev/null differ diff --git a/woc/img/carousel_7.png b/woc/img/carousel_7.png deleted file mode 100644 index b2b6345..0000000 Binary files a/woc/img/carousel_7.png and /dev/null differ diff --git a/woc/img/carousel_8.jpg b/woc/img/carousel_8.jpg deleted file mode 100644 index 2bbcd89..0000000 Binary files a/woc/img/carousel_8.jpg and /dev/null differ diff --git a/woc/img/carousel_temp.jpg b/woc/img/carousel_temp.jpg deleted file mode 100644 index 5dfa6ff..0000000 Binary files a/woc/img/carousel_temp.jpg and /dev/null differ diff --git a/woc/img/carousel_temp_!.jpg b/woc/img/carousel_temp_!.jpg deleted file mode 100644 index 5436b56..0000000 Binary files a/woc/img/carousel_temp_!.jpg and /dev/null differ diff --git a/woc/img/carousel_temp_1.png b/woc/img/carousel_temp_1.png deleted file mode 100644 index 50639cc..0000000 Binary files a/woc/img/carousel_temp_1.png and /dev/null differ diff --git a/woc/img/cd-icon-location.svg b/woc/img/cd-icon-location.svg deleted file mode 100644 index 8eed44b..0000000 --- a/woc/img/cd-icon-location.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/cd-icon-movie.svg b/woc/img/cd-icon-movie.svg deleted file mode 100644 index e9a38c1..0000000 --- a/woc/img/cd-icon-movie.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/cd-icon-picture.svg b/woc/img/cd-icon-picture.svg deleted file mode 100644 index ebc9028..0000000 --- a/woc/img/cd-icon-picture.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/chris-biron-JVtcrWcbj1c-unsplash.jpg b/woc/img/chris-biron-JVtcrWcbj1c-unsplash.jpg deleted file mode 100644 index c8e0922..0000000 Binary files a/woc/img/chris-biron-JVtcrWcbj1c-unsplash.jpg and /dev/null differ diff --git a/woc/img/closed.svg b/woc/img/closed.svg deleted file mode 100644 index bf06869..0000000 --- a/woc/img/closed.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/coming_soon.png b/woc/img/coming_soon.png deleted file mode 100644 index 37d97f1..0000000 Binary files a/woc/img/coming_soon.png and /dev/null differ diff --git a/woc/img/coming_soon_3x.png b/woc/img/coming_soon_3x.png deleted file mode 100644 index d98dd6b..0000000 Binary files a/woc/img/coming_soon_3x.png and /dev/null differ diff --git a/woc/img/counter/date.svg b/woc/img/counter/date.svg deleted file mode 100644 index 69e7389..0000000 --- a/woc/img/counter/date.svg +++ /dev/null @@ -1 +0,0 @@ -calendar \ No newline at end of file diff --git a/woc/img/documents.svg b/woc/img/documents.svg deleted file mode 100644 index 6036cef..0000000 --- a/woc/img/documents.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/download.htm b/woc/img/download.htm deleted file mode 100644 index ee8701e..0000000 --- a/woc/img/download.htm +++ /dev/null @@ -1,588 +0,0 @@ - - - - Free Online Image Editor - - - - - - - - - - - - - - - - - - - - - - -
      - -
      -
      -
      -
      - - -
      -
      -
      -
      Basics
      -
      Advanced
      -
      Animation
      -
      -
      -
      -
      -
      -
      Resize
      -
      Move the slider to change image size or fill in the width and height
      -
      -
      -
      -
      Crop
      -
      Drag the red box inside the image or change values below.
      -
      -
      -
      -
      Add Text
      -
      Text will appear after typing. Drag text to desired position.
      -
      -
      -
      -
      Rotate Flip
      -
      Click on a button to rotate or flip.
      -
      -
      -
      -
      Color Change
      -
      Select a button below.
      -
      -
      -
      -
      Border
      -
      Select the type of border, the border width and the border color.
      -
      -
      -
      -
      Round Corners
      -
      Choose the radius, thickness and color. Press apply afterwards.
      -
      -
      -
      -
      Photo Frame
      -
      Select a frame and drag the image to a desired position.
      -
      -
      -
      -
      Image In Text
      -
      -
      -
      -
      -
      -
      -
      Vignette
      -
      Press on a passe-partout below, and choose a colour.
      -
      -
      -
      -
      Trans-parency
      -
      Add or remove transparency.
      -
      -
      -
      -
      Overlay image
      -
      First choose your overlay image and press Apply!
      -
      -
      -
      -
      Cut Shapes
      -
      Cut out a shape and choose blur. (blur not working on animated images).
      -
      -
      -
      -
      Speech Bubble
      -
      -
      - -
      -
      -
      Expand Canvas
      -
      -
      -
      -
      -
      Convert
      -
      Convert your image from/to:
      PNG, GIF, BMP, JPG.
      -
      -
      -
      -
      -
      -
      Floaties
      -
      Click on a floatie below for a preview. When happy, press apply.
      -
      -
      -
      -
      Add Glitters
      -
      Click inside your image to add glitters.
      -
      -
      -
      -
      Add Stars
      -
      Choose stars on the right. The stars will appear on your image, where you can move them around. The stars should be placed on DARK parts of the image for best results.

      See the help pages for details.
      -
      -
      -
      -
      Glitter Text
      -
      -
      -
      -
      -
      Flags
      -
      Add scrolling flags to your image!
      -
      -
      -
      -
      Rain
      -
      -
      -
      -
      -
      GIF ONLY
      -
      Below functions are for animated Gifs only!!!
      -
      -
      -
      -
      -
      -
      -
      Animation
      -
      Upload below your separate frames. When all done, press Apply to create your animation.
      -
      -
      -
      Add Frame
      Current 0
      -
      -
      -
      -
      -
      Help
      -
      Showing the help pages.
      -
      -
      -
      -
      -
      -
      -
       width:0px  height:0px  size:0  colors:0
      -
      -
      -
      -
      -
      You're using an AdBlocker! Thanks to advertising, we can offer this site for free. Would you please make an exception for us? Thank you very much.
      - -
      -
      - - - - - - - - - - - - - - - - - - - - diff --git a/woc/img/events/WhatsApp Image 2020-11-02 at 14.52.42.jpeg b/woc/img/events/WhatsApp Image 2020-11-02 at 14.52.42.jpeg deleted file mode 100644 index 41d4cab..0000000 Binary files a/woc/img/events/WhatsApp Image 2020-11-02 at 14.52.42.jpeg and /dev/null differ diff --git a/woc/img/favicon.ico b/woc/img/favicon.ico deleted file mode 100644 index 2f2c4be..0000000 Binary files a/woc/img/favicon.ico and /dev/null differ diff --git a/woc/img/glow.jpg b/woc/img/glow.jpg deleted file mode 100644 index b59053c..0000000 Binary files a/woc/img/glow.jpg and /dev/null differ diff --git a/woc/img/iceWeb.jpg b/woc/img/iceWeb.jpg deleted file mode 100644 index 3daf346..0000000 Binary files a/woc/img/iceWeb.jpg and /dev/null differ diff --git a/woc/img/jury_1.jpg b/woc/img/jury_1.jpg deleted file mode 100644 index cb0a641..0000000 Binary files a/woc/img/jury_1.jpg and /dev/null differ diff --git a/woc/img/jury_2.jpg b/woc/img/jury_2.jpg deleted file mode 100644 index ebfcab7..0000000 Binary files a/woc/img/jury_2.jpg and /dev/null differ diff --git a/woc/img/jury_3.jpg b/woc/img/jury_3.jpg deleted file mode 100644 index ffa7be1..0000000 Binary files a/woc/img/jury_3.jpg and /dev/null differ diff --git a/woc/img/jury_4.jpg b/woc/img/jury_4.jpg deleted file mode 100644 index 97da477..0000000 Binary files a/woc/img/jury_4.jpg and /dev/null differ diff --git a/woc/img/logo.png b/woc/img/logo.png deleted file mode 100644 index b5a6b47..0000000 Binary files a/woc/img/logo.png and /dev/null differ diff --git a/woc/img/open.svg b/woc/img/open.svg deleted file mode 100644 index 24e526e..0000000 --- a/woc/img/open.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/prizes/bg.jpg b/woc/img/prizes/bg.jpg deleted file mode 100644 index fb37499..0000000 Binary files a/woc/img/prizes/bg.jpg and /dev/null differ diff --git a/woc/img/prizes/internship.jpeg b/woc/img/prizes/internship.jpeg deleted file mode 100644 index 27e04f5..0000000 Binary files a/woc/img/prizes/internship.jpeg and /dev/null differ diff --git a/woc/img/prizes/internship.png b/woc/img/prizes/internship.png deleted file mode 100644 index d015a24..0000000 Binary files a/woc/img/prizes/internship.png and /dev/null differ diff --git a/woc/img/prizes/subs.jfif b/woc/img/prizes/subs.jfif deleted file mode 100644 index b71832f..0000000 Binary files a/woc/img/prizes/subs.jfif and /dev/null differ diff --git a/woc/img/prizes/subs.png b/woc/img/prizes/subs.png deleted file mode 100644 index 1b4c54a..0000000 Binary files a/woc/img/prizes/subs.png and /dev/null differ diff --git a/woc/img/prizes/swag.jfif b/woc/img/prizes/swag.jfif deleted file mode 100644 index 76fb086..0000000 Binary files a/woc/img/prizes/swag.jfif and /dev/null differ diff --git a/woc/img/prizes/swags.png b/woc/img/prizes/swags.png deleted file mode 100644 index 1641494..0000000 Binary files a/woc/img/prizes/swags.png and /dev/null differ diff --git a/woc/img/speakers/Ido Shamun.jpg b/woc/img/speakers/Ido Shamun.jpg deleted file mode 100644 index e17abd5..0000000 Binary files a/woc/img/speakers/Ido Shamun.jpg and /dev/null differ diff --git a/woc/img/speakers/Shubhi Khanna.jpg b/woc/img/speakers/Shubhi Khanna.jpg deleted file mode 100644 index 3acda36..0000000 Binary files a/woc/img/speakers/Shubhi Khanna.jpg and /dev/null differ diff --git a/woc/img/speakers/akshaya.jpg b/woc/img/speakers/akshaya.jpg deleted file mode 100644 index 64a21e7..0000000 Binary files a/woc/img/speakers/akshaya.jpg and /dev/null differ diff --git a/woc/img/speakers/karan m.v.jpg b/woc/img/speakers/karan m.v.jpg deleted file mode 100644 index 81d6a6f..0000000 Binary files a/woc/img/speakers/karan m.v.jpg and /dev/null differ diff --git a/woc/img/speakers/praveen.jpg b/woc/img/speakers/praveen.jpg deleted file mode 100644 index fec257a..0000000 Binary files a/woc/img/speakers/praveen.jpg and /dev/null differ diff --git a/woc/img/sponsors/01-sticker-mule-logo-dark.png b/woc/img/sponsors/01-sticker-mule-logo-dark.png deleted file mode 100644 index 37d8154..0000000 Binary files a/woc/img/sponsors/01-sticker-mule-logo-dark.png and /dev/null differ diff --git a/woc/img/sponsors/9ledgepro-logo.png b/woc/img/sponsors/9ledgepro-logo.png deleted file mode 100644 index 69dbb44..0000000 Binary files a/woc/img/sponsors/9ledgepro-logo.png and /dev/null differ diff --git a/woc/img/sponsors/AmphanTri.png b/woc/img/sponsors/AmphanTri.png deleted file mode 100644 index 3557e7c..0000000 Binary files a/woc/img/sponsors/AmphanTri.png and /dev/null differ diff --git a/woc/img/sponsors/CodeChef_RCOEM.png b/woc/img/sponsors/CodeChef_RCOEM.png deleted file mode 100644 index f67bcce..0000000 Binary files a/woc/img/sponsors/CodeChef_RCOEM.png and /dev/null differ diff --git a/woc/img/sponsors/DSC AmityUniversity.png b/woc/img/sponsors/DSC AmityUniversity.png deleted file mode 100644 index 27ae72c..0000000 Binary files a/woc/img/sponsors/DSC AmityUniversity.png and /dev/null differ diff --git a/woc/img/sponsors/DSC Career Point University.png b/woc/img/sponsors/DSC Career Point University.png deleted file mode 100644 index 752b7d5..0000000 Binary files a/woc/img/sponsors/DSC Career Point University.png and /dev/null differ diff --git a/woc/img/sponsors/DSC GMRIT.png b/woc/img/sponsors/DSC GMRIT.png deleted file mode 100644 index 4cc18ec..0000000 Binary files a/woc/img/sponsors/DSC GMRIT.png and /dev/null differ diff --git a/woc/img/sponsors/DSC Guru Ghasidas Vishwavidyalaya .png b/woc/img/sponsors/DSC Guru Ghasidas Vishwavidyalaya .png deleted file mode 100644 index 0ebdd7c..0000000 Binary files a/woc/img/sponsors/DSC Guru Ghasidas Vishwavidyalaya .png and /dev/null differ diff --git a/woc/img/sponsors/DSC Guru Tegh Bahadur Institute of Technology.png b/woc/img/sponsors/DSC Guru Tegh Bahadur Institute of Technology.png deleted file mode 100644 index 5f594e1..0000000 Binary files a/woc/img/sponsors/DSC Guru Tegh Bahadur Institute of Technology.png and /dev/null differ diff --git a/woc/img/sponsors/DSC PGDAV.png b/woc/img/sponsors/DSC PGDAV.png deleted file mode 100644 index 9cd2ca4..0000000 Binary files a/woc/img/sponsors/DSC PGDAV.png and /dev/null differ diff --git a/woc/img/sponsors/DSC SIST.png b/woc/img/sponsors/DSC SIST.png deleted file mode 100644 index b962ac7..0000000 Binary files a/woc/img/sponsors/DSC SIST.png and /dev/null differ diff --git a/woc/img/sponsors/DSC SITRC.png b/woc/img/sponsors/DSC SITRC.png deleted file mode 100644 index f056d74..0000000 Binary files a/woc/img/sponsors/DSC SITRC.png and /dev/null differ diff --git a/woc/img/sponsors/DSC-NUST.png b/woc/img/sponsors/DSC-NUST.png deleted file mode 100644 index 8b3abf8..0000000 Binary files a/woc/img/sponsors/DSC-NUST.png and /dev/null differ diff --git a/woc/img/sponsors/DSCATM.png b/woc/img/sponsors/DSCATM.png deleted file mode 100644 index f656266..0000000 Binary files a/woc/img/sponsors/DSCATM.png and /dev/null differ diff --git a/woc/img/sponsors/Devfolio.png b/woc/img/sponsors/Devfolio.png deleted file mode 100644 index b2a7077..0000000 Binary files a/woc/img/sponsors/Devfolio.png and /dev/null differ diff --git a/woc/img/sponsors/Firebase_transparent.png b/woc/img/sponsors/Firebase_transparent.png deleted file mode 100644 index cf2cbcb..0000000 Binary files a/woc/img/sponsors/Firebase_transparent.png and /dev/null differ diff --git a/woc/img/sponsors/Hackclub.png b/woc/img/sponsors/Hackclub.png deleted file mode 100644 index 659da1e..0000000 Binary files a/woc/img/sponsors/Hackclub.png and /dev/null differ diff --git a/woc/img/sponsors/LU.png b/woc/img/sponsors/LU.png deleted file mode 100644 index 2468f2e..0000000 Binary files a/woc/img/sponsors/LU.png and /dev/null differ diff --git a/woc/img/sponsors/Merge.png b/woc/img/sponsors/Merge.png deleted file mode 100644 index dd16991..0000000 Binary files a/woc/img/sponsors/Merge.png and /dev/null differ diff --git a/woc/img/sponsors/OWASPNagpur_COLOR.png b/woc/img/sponsors/OWASPNagpur_COLOR.png deleted file mode 100644 index 6d0876f..0000000 Binary files a/woc/img/sponsors/OWASPNagpur_COLOR.png and /dev/null differ diff --git a/woc/img/sponsors/OWASP_Nagpur.png b/woc/img/sponsors/OWASP_Nagpur.png deleted file mode 100644 index 08e952c..0000000 Binary files a/woc/img/sponsors/OWASP_Nagpur.png and /dev/null differ diff --git a/woc/img/sponsors/OneStop.jpeg b/woc/img/sponsors/OneStop.jpeg deleted file mode 100644 index 09e07da..0000000 Binary files a/woc/img/sponsors/OneStop.jpeg and /dev/null differ diff --git a/woc/img/sponsors/Portis.png b/woc/img/sponsors/Portis.png deleted file mode 100644 index 671ceb4..0000000 Binary files a/woc/img/sponsors/Portis.png and /dev/null differ diff --git a/woc/img/sponsors/SkillShip.png b/woc/img/sponsors/SkillShip.png deleted file mode 100644 index c7a0b78..0000000 Binary files a/woc/img/sponsors/SkillShip.png and /dev/null differ diff --git a/woc/img/sponsors/The_coding_culture-05 - Abhinav Srivastava.jpg b/woc/img/sponsors/The_coding_culture-05 - Abhinav Srivastava.jpg deleted file mode 100644 index 37975ce..0000000 Binary files a/woc/img/sponsors/The_coding_culture-05 - Abhinav Srivastava.jpg and /dev/null differ diff --git a/woc/img/sponsors/WebwizLogo - Aniket Pal.jpeg b/woc/img/sponsors/WebwizLogo - Aniket Pal.jpeg deleted file mode 100644 index 7cf3d04..0000000 Binary files a/woc/img/sponsors/WebwizLogo - Aniket Pal.jpeg and /dev/null differ diff --git a/woc/img/sponsors/amphant.png b/woc/img/sponsors/amphant.png deleted file mode 100644 index 0d7fb27..0000000 Binary files a/woc/img/sponsors/amphant.png and /dev/null differ diff --git a/woc/img/sponsors/banasthali.png b/woc/img/sponsors/banasthali.png deleted file mode 100644 index d09ecca..0000000 Binary files a/woc/img/sponsors/banasthali.png and /dev/null differ diff --git a/woc/img/sponsors/cb.png b/woc/img/sponsors/cb.png deleted file mode 100644 index 2b27b33..0000000 Binary files a/woc/img/sponsors/cb.png and /dev/null differ diff --git a/woc/img/sponsors/codeasylums.png b/woc/img/sponsors/codeasylums.png deleted file mode 100644 index 9bd7840..0000000 Binary files a/woc/img/sponsors/codeasylums.png and /dev/null differ diff --git a/woc/img/sponsors/codenasylums.png b/woc/img/sponsors/codenasylums.png deleted file mode 100644 index 6be8445..0000000 Binary files a/woc/img/sponsors/codenasylums.png and /dev/null differ diff --git a/woc/img/sponsors/codingNinja.png b/woc/img/sponsors/codingNinja.png deleted file mode 100644 index 10b6b90..0000000 Binary files a/woc/img/sponsors/codingNinja.png and /dev/null differ diff --git a/woc/img/sponsors/commudle.png b/woc/img/sponsors/commudle.png deleted file mode 100644 index 5f9e35b..0000000 Binary files a/woc/img/sponsors/commudle.png and /dev/null differ diff --git a/woc/img/sponsors/crowdsource_nagpur.png b/woc/img/sponsors/crowdsource_nagpur.png deleted file mode 100644 index be15128..0000000 Binary files a/woc/img/sponsors/crowdsource_nagpur.png and /dev/null differ diff --git a/woc/img/sponsors/dailydev.png b/woc/img/sponsors/dailydev.png deleted file mode 100644 index 7d212cf..0000000 Binary files a/woc/img/sponsors/dailydev.png and /dev/null differ diff --git a/woc/img/sponsors/devincept.gif b/woc/img/sponsors/devincept.gif deleted file mode 100644 index 09fbe69..0000000 Binary files a/woc/img/sponsors/devincept.gif and /dev/null differ diff --git a/woc/img/sponsors/digital_ocean.png b/woc/img/sponsors/digital_ocean.png deleted file mode 100644 index 1eada09..0000000 Binary files a/woc/img/sponsors/digital_ocean.png and /dev/null differ diff --git a/woc/img/sponsors/dscLogo - Kartikey Rawat.png b/woc/img/sponsors/dscLogo - Kartikey Rawat.png deleted file mode 100644 index ec91e80..0000000 Binary files a/woc/img/sponsors/dscLogo - Kartikey Rawat.png and /dev/null differ diff --git a/woc/img/sponsors/funkyTurtle.png b/woc/img/sponsors/funkyTurtle.png deleted file mode 100644 index ac3993b..0000000 Binary files a/woc/img/sponsors/funkyTurtle.png and /dev/null differ diff --git a/woc/img/sponsors/github.png b/woc/img/sponsors/github.png deleted file mode 100644 index e03d8dd..0000000 Binary files a/woc/img/sponsors/github.png and /dev/null differ diff --git a/woc/img/sponsors/gmc.png b/woc/img/sponsors/gmc.png deleted file mode 100644 index c3ccd7c..0000000 Binary files a/woc/img/sponsors/gmc.png and /dev/null differ diff --git a/woc/img/sponsors/hackclubBank.png b/woc/img/sponsors/hackclubBank.png deleted file mode 100644 index 350b866..0000000 Binary files a/woc/img/sponsors/hackclubBank.png and /dev/null differ diff --git a/woc/img/sponsors/kotlin-nagpur.png b/woc/img/sponsors/kotlin-nagpur.png deleted file mode 100644 index 8b5cb14..0000000 Binary files a/woc/img/sponsors/kotlin-nagpur.png and /dev/null differ diff --git a/woc/img/sponsors/linode.png b/woc/img/sponsors/linode.png deleted file mode 100644 index e3054f0..0000000 Binary files a/woc/img/sponsors/linode.png and /dev/null differ diff --git a/woc/img/sponsors/matic.png b/woc/img/sponsors/matic.png deleted file mode 100644 index f43f79a..0000000 Binary files a/woc/img/sponsors/matic.png and /dev/null differ diff --git a/woc/img/sponsors/mlsa-logo.png b/woc/img/sponsors/mlsa-logo.png deleted file mode 100644 index 231adf5..0000000 Binary files a/woc/img/sponsors/mlsa-logo.png and /dev/null differ diff --git a/woc/img/sponsors/mlsasceclub.jpg b/woc/img/sponsors/mlsasceclub.jpg deleted file mode 100644 index 1bc9f55..0000000 Binary files a/woc/img/sponsors/mlsasceclub.jpg and /dev/null differ diff --git a/woc/img/sponsors/mozilla-nagpur.png b/woc/img/sponsors/mozilla-nagpur.png deleted file mode 100644 index 39b71e6..0000000 Binary files a/woc/img/sponsors/mozilla-nagpur.png and /dev/null differ diff --git a/woc/img/sponsors/myjen.svg b/woc/img/sponsors/myjen.svg deleted file mode 100644 index 0c51540..0000000 --- a/woc/img/sponsors/myjen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/sponsors/neo.png b/woc/img/sponsors/neo.png deleted file mode 100644 index 98a516e..0000000 Binary files a/woc/img/sponsors/neo.png and /dev/null differ diff --git a/woc/img/sponsors/progate.png b/woc/img/sponsors/progate.png deleted file mode 100644 index b614dec..0000000 Binary files a/woc/img/sponsors/progate.png and /dev/null differ diff --git a/woc/img/sponsors/qpower_research.jpg b/woc/img/sponsors/qpower_research.jpg deleted file mode 100644 index 5e00553..0000000 Binary files a/woc/img/sponsors/qpower_research.jpg and /dev/null differ diff --git a/woc/img/sponsors/rcoem.png b/woc/img/sponsors/rcoem.png deleted file mode 100644 index b036c3a..0000000 Binary files a/woc/img/sponsors/rcoem.png and /dev/null differ diff --git a/woc/img/sponsors/replit.png b/woc/img/sponsors/replit.png deleted file mode 100644 index e5681b0..0000000 Binary files a/woc/img/sponsors/replit.png and /dev/null differ diff --git a/woc/img/sponsors/simpledev.png b/woc/img/sponsors/simpledev.png deleted file mode 100644 index e38b5e0..0000000 Binary files a/woc/img/sponsors/simpledev.png and /dev/null differ diff --git a/woc/img/sponsors/skillenza.png b/woc/img/sponsors/skillenza.png deleted file mode 100644 index 098e402..0000000 Binary files a/woc/img/sponsors/skillenza.png and /dev/null differ diff --git a/woc/img/sponsors/tesseract.png b/woc/img/sponsors/tesseract.png deleted file mode 100644 index 112f321..0000000 Binary files a/woc/img/sponsors/tesseract.png and /dev/null differ diff --git a/woc/img/sponsors/tezos-xtz-logo.png b/woc/img/sponsors/tezos-xtz-logo.png deleted file mode 100644 index 3912ddf..0000000 Binary files a/woc/img/sponsors/tezos-xtz-logo.png and /dev/null differ diff --git a/woc/img/sponsors/training&internships.jpg b/woc/img/sponsors/training&internships.jpg deleted file mode 100644 index 39094b8..0000000 Binary files a/woc/img/sponsors/training&internships.jpg and /dev/null differ diff --git a/woc/img/sponsors/uaceit.png b/woc/img/sponsors/uaceit.png deleted file mode 100644 index ef815e4..0000000 Binary files a/woc/img/sponsors/uaceit.png and /dev/null differ diff --git a/woc/img/sponsors/womenInTechPK.png b/woc/img/sponsors/womenInTechPK.png deleted file mode 100644 index 21e49ff..0000000 Binary files a/woc/img/sponsors/womenInTechPK.png and /dev/null differ diff --git a/woc/img/sponsors/wtm.png b/woc/img/sponsors/wtm.png deleted file mode 100644 index b387482..0000000 Binary files a/woc/img/sponsors/wtm.png and /dev/null differ diff --git a/woc/img/sponsors/wtm_old.png b/woc/img/sponsors/wtm_old.png deleted file mode 100644 index 6d2f65b..0000000 Binary files a/woc/img/sponsors/wtm_old.png and /dev/null differ diff --git a/woc/img/start-up.svg b/woc/img/start-up.svg deleted file mode 100644 index 26eb797..0000000 --- a/woc/img/start-up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/woc/img/swags.jpeg b/woc/img/swags.jpeg deleted file mode 100644 index ba36499..0000000 Binary files a/woc/img/swags.jpeg and /dev/null differ diff --git a/woc/img/team/Adityanshu.jpg b/woc/img/team/Adityanshu.jpg deleted file mode 100644 index d1e868c..0000000 Binary files a/woc/img/team/Adityanshu.jpg and /dev/null differ diff --git a/woc/img/team/Ankit.jpg b/woc/img/team/Ankit.jpg deleted file mode 100644 index 1fa0d35..0000000 Binary files a/woc/img/team/Ankit.jpg and /dev/null differ diff --git a/woc/img/team/Ankita.jpeg b/woc/img/team/Ankita.jpeg deleted file mode 100644 index ba6698f..0000000 Binary files a/woc/img/team/Ankita.jpeg and /dev/null differ diff --git a/woc/img/team/Anush.png b/woc/img/team/Anush.png deleted file mode 100644 index 1aa0806..0000000 Binary files a/woc/img/team/Anush.png and /dev/null differ diff --git a/woc/img/team/Apoorve.jpg b/woc/img/team/Apoorve.jpg deleted file mode 100644 index 247d68e..0000000 Binary files a/woc/img/team/Apoorve.jpg and /dev/null differ diff --git a/woc/img/team/Rohit.png b/woc/img/team/Rohit.png deleted file mode 100644 index 3c035af..0000000 Binary files a/woc/img/team/Rohit.png and /dev/null differ diff --git a/woc/img/team/Supriya.png b/woc/img/team/Supriya.png deleted file mode 100644 index 39945a8..0000000 Binary files a/woc/img/team/Supriya.png and /dev/null differ diff --git a/woc/img/team/Vedant.jpeg b/woc/img/team/Vedant.jpeg deleted file mode 100644 index 7a0902a..0000000 Binary files a/woc/img/team/Vedant.jpeg and /dev/null differ diff --git a/woc/img/team/abishekh.jpg b/woc/img/team/abishekh.jpg deleted file mode 100644 index e817eee..0000000 Binary files a/woc/img/team/abishekh.jpg and /dev/null differ diff --git a/woc/img/team/aditi.png b/woc/img/team/aditi.png deleted file mode 100644 index 7235e10..0000000 Binary files a/woc/img/team/aditi.png and /dev/null differ diff --git a/woc/img/team/aks.png b/woc/img/team/aks.png deleted file mode 100644 index a4ea623..0000000 Binary files a/woc/img/team/aks.png and /dev/null differ diff --git a/woc/img/team/durgacharan.png b/woc/img/team/durgacharan.png deleted file mode 100644 index 6a06f20..0000000 Binary files a/woc/img/team/durgacharan.png and /dev/null differ diff --git a/woc/img/team/ekansh.jpg b/woc/img/team/ekansh.jpg deleted file mode 100644 index 0f0e720..0000000 Binary files a/woc/img/team/ekansh.jpg and /dev/null differ diff --git a/woc/img/team/mursal.png b/woc/img/team/mursal.png deleted file mode 100644 index dc9454b..0000000 Binary files a/woc/img/team/mursal.png and /dev/null differ diff --git a/woc/img/team/saba.jpg b/woc/img/team/saba.jpg deleted file mode 100644 index a65a03b..0000000 Binary files a/woc/img/team/saba.jpg and /dev/null differ diff --git a/woc/img/team/sunnyy.png b/woc/img/team/sunnyy.png deleted file mode 100644 index 88471ab..0000000 Binary files a/woc/img/team/sunnyy.png and /dev/null differ diff --git a/woc/img/team/vanshika.jpg b/woc/img/team/vanshika.jpg deleted file mode 100644 index a718fa0..0000000 Binary files a/woc/img/team/vanshika.jpg and /dev/null differ diff --git a/woc/img/team/vanshikaa.png b/woc/img/team/vanshikaa.png deleted file mode 100644 index 58d92b7..0000000 Binary files a/woc/img/team/vanshikaa.png and /dev/null differ diff --git a/woc/img/timj-gM6k0JmHIBE-unsplash.jpg b/woc/img/timj-gM6k0JmHIBE-unsplash.jpg deleted file mode 100644 index 20bc3aa..0000000 Binary files a/woc/img/timj-gM6k0JmHIBE-unsplash.jpg and /dev/null differ diff --git a/woc/index.html b/woc/index.html deleted file mode 100644 index 64ee2ce..0000000 --- a/woc/index.html +++ /dev/null @@ -1,2231 +0,0 @@ - - - - - - DevScript Winter of Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      -
      -
      -
      - - -
      -
      -
        -
      • -
        - DevScript winter of code -
        -
        -
        -
        -

        - DevScript

        -
        - Winter of Code 2020
        - - - -

        -
        - Winter of Code is an open-source program envisioned by DevScript that - helps understand the paradigm of Open Source contribution. - - It aims to bring students into the world of open source development and see the power of unified - problem solving in real time. - -
        -
        -
        -
        -
      • -
      • -
        - DevScript winter of code -
        -
        -
        -
        -

        - - DevScript

        -
        - Winter of Code 2020
        - -

        -
        - Join us on our journey towards building the best students open source - unity.
        -
        -
        -
        -
      • -
      • -
        - DevScript winter of code -
        -
        -
        -
        -

        - - DevScript

        -
        - Winter of Code 2020
        - -

        -
        - Join already !! -
        -
        -
        -
        -
      • -
      -
      - - - - -
      -
      -

      Timeline

      -
      -
      - -
      -
      -
      -
      - -
      -

      Organization and Project Application Open

      -
      7 November 2020
      - - -
      -
      - -
      - -
      - -
      -

      Projects Announced

      -
      30 November 2020
      - - -
      - -
      - -
      - -
      - -
      -

      Participant's Application Open

      -
      30 November 2020
      - - -
      - -
      - - - -
      - -
      - -
      -

      Winter Arrives

      -
      25 December 2020
      - -
      - -
      -
      -
      -
      -

      Summer is Coming !!
      Winter of Code Concludes

      -
      25 February 2021
      - -
      -
      -
      -
      -
      -

      Results Announced !!

      -
      7 March 2021
      - -
      -
      -
      -
      - -
      -
      -

      PRIZES

      -
      -
      -
      -
      -
      - -
      -
      -
      -
      -
      -
      - -
      -
      -
      -
      -

      Swags to top 100 contributors

      -
        -
      • T-Shirts -
      • Hoodies -
      • Badges -
      • Stickers -
      • Cheat Sheet -
      - -
      -
      -
      -
      -
      -
      -
      -
      -
      -
      -
      -
      - -
      -
      -
      -
      -

      Subscriptions From:

      -
        -
      • $20 Linode Promo Code -
      • Myjen.ai Product Subs -
      • MTA Certification Vouchers -
      • JetBrains Subscriptions -
      • Course Discount by: -
        Coding Blocks -
        Progate -
      - -
      -
      -
      -
      -
      -
      -
      -
      -
      -
      -
      -
      - -
      -
      -
      -
      -
        -
      • Internships at recognized Startup & Companies. -
        -
      • Incubation support upto 2.5L for novel ideas and strong business models. -
        -
      • Training from Industry Experts. -
      - -
      -
      -
      -
      -
      -
      -
      -
      -
      - - - - - - - - - - -

      Thanks for registering. Let the OpenSource be with You

      - - - - -
      -
      -
      -
      -

      SPEAKERS

      -
      -
      -
      - user -

      Sarah WIlliams

      -

      Community Program Manager
      Microsoft

      - -
      -
      -
      -
      - user -

      Pooja Sund

      -

      Director of Data Analytics
      Microsoft

      - -
      -
      -
      -
      - user -

      Juan Pablo Flores Cortés

      -

      Program Manager
      Github

      - -
      -
      -
      -
      - user -

      Shalaka Verma

      -

      Director, Partner Technology
      Microsoft

      - -
      -
      -
      -
      - user -

      Prateek Narang

      -

      Software Engineer
      Google

      - -
      -
      -
      -
      - user -

      Karan M.V.

      -

      Developer Relations Manager
      GitHub

      - -
      -
      -
      -
      - user -

      Ido Shamun

      -

      Co-Founder, CTO
      daily.dev

      - -
      -
      -
      -
      - user -

      Praveen Kumar
      Purushothaman

      -

      Lead Consultant - Technology
      Virtusa

      - -
      -
      - -
      -
      - user -

      Akshaya M

      -

      Co-Founder
      Merge Intern

      - -
      -
      - - -
      -
      - user -

      Shammi Pant

      -

      Co-founder
      Myjen.ai

      - -
      -
      -
      -
      -
      - - -
      -
      -
      -
      - -
      -
      - - - - - - - - - - - -
      -
      -
      - -
      -
      - -
      -
      -
      -
      - -
      -
      - -
      -
      -
      -
      -
      -
      -
      - -
      -
      - -
      -
      - - -
      - -
      - -
      -
      - -
      - -
      - -
      -
      -
      - -
      -
      -
      - -
      - -
      -
      - -
      - -
      -
      -
      - -
      -
      - -
      - -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      -
      -
      -
      - -
      -
      - -
      - -
      - -
      - -
      - -
      - -
      - -
      - -
      - -
      - -
      - -
      -
      - -
      -
      - -
      - - - - - - - - - - - -
      -
      -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      - -
      - -
      - -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      -
      - -
      - -
      - -
      -
      - -
      -
      - -
      -
      -

      -
      - -
      -
      -
      - - - - - - - -
      -
      - -
      -

      Frequently Asked Questions

      -

      Your Questions, Our Answers !

      -
      -
      -
      -
      - -
      - -
      -
      - - - -
      - -
      - -
      - -
      -
      -
      -
      - -
      -
      -
      - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/woc/js/Newjs/bootstrap.js b/woc/js/Newjs/bootstrap.js deleted file mode 100644 index 8a2e99a..0000000 --- a/woc/js/Newjs/bootstrap.js +++ /dev/null @@ -1,2377 +0,0 @@ -/*! - * Bootstrap v3.3.7 (http://getbootstrap.com) - * Copyright 2011-2016 Twitter, Inc. - * Licensed under the MIT license - */ - -if (typeof jQuery === 'undefined') { - throw new Error('Bootstrap\'s JavaScript requires jQuery') -} - -+function ($) { - 'use strict'; - var version = $.fn.jquery.split(' ')[0].split('.') - if ((version[0] < 2 && version[1] < 9) || (version[0] == 1 && version[1] == 9 && version[2] < 1) || (version[0] > 3)) { - throw new Error('Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4') - } -}(jQuery); - -/* ======================================================================== - * Bootstrap: transition.js v3.3.7 - * http://getbootstrap.com/javascript/#transitions - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) - // ============================================================ - - function transitionEnd() { - var el = document.createElement('bootstrap') - - var transEndEventNames = { - WebkitTransition : 'webkitTransitionEnd', - MozTransition : 'transitionend', - OTransition : 'oTransitionEnd otransitionend', - transition : 'transitionend' - } - - for (var name in transEndEventNames) { - if (el.style[name] !== undefined) { - return { end: transEndEventNames[name] } - } - } - - return false // explicit for ie8 ( ._.) - } - - // http://blog.alexmaccaw.com/css-transitions - $.fn.emulateTransitionEnd = function (duration) { - var called = false - var $el = this - $(this).one('bsTransitionEnd', function () { called = true }) - var callback = function () { if (!called) $($el).trigger($.support.transition.end) } - setTimeout(callback, duration) - return this - } - - $(function () { - $.support.transition = transitionEnd() - - if (!$.support.transition) return - - $.event.special.bsTransitionEnd = { - bindType: $.support.transition.end, - delegateType: $.support.transition.end, - handle: function (e) { - if ($(e.target).is(this)) return e.handleObj.handler.apply(this, arguments) - } - } - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: alert.js v3.3.7 - * http://getbootstrap.com/javascript/#alerts - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // ALERT CLASS DEFINITION - // ====================== - - var dismiss = '[data-dismiss="alert"]' - var Alert = function (el) { - $(el).on('click', dismiss, this.close) - } - - Alert.VERSION = '3.3.7' - - Alert.TRANSITION_DURATION = 150 - - Alert.prototype.close = function (e) { - var $this = $(this) - var selector = $this.attr('data-target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 - } - - var $parent = $(selector === '#' ? [] : selector) - - if (e) e.preventDefault() - - if (!$parent.length) { - $parent = $this.closest('.alert') - } - - $parent.trigger(e = $.Event('close.bs.alert')) - - if (e.isDefaultPrevented()) return - - $parent.removeClass('in') - - function removeElement() { - // detach from parent, fire event then clean up data - $parent.detach().trigger('closed.bs.alert').remove() - } - - $.support.transition && $parent.hasClass('fade') ? - $parent - .one('bsTransitionEnd', removeElement) - .emulateTransitionEnd(Alert.TRANSITION_DURATION) : - removeElement() - } - - - // ALERT PLUGIN DEFINITION - // ======================= - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.alert') - - if (!data) $this.data('bs.alert', (data = new Alert(this))) - if (typeof option == 'string') data[option].call($this) - }) - } - - var old = $.fn.alert - - $.fn.alert = Plugin - $.fn.alert.Constructor = Alert - - - // ALERT NO CONFLICT - // ================= - - $.fn.alert.noConflict = function () { - $.fn.alert = old - return this - } - - - // ALERT DATA-API - // ============== - - $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: button.js v3.3.7 - * http://getbootstrap.com/javascript/#buttons - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // BUTTON PUBLIC CLASS DEFINITION - // ============================== - - var Button = function (element, options) { - this.$element = $(element) - this.options = $.extend({}, Button.DEFAULTS, options) - this.isLoading = false - } - - Button.VERSION = '3.3.7' - - Button.DEFAULTS = { - loadingText: 'loading...' - } - - Button.prototype.setState = function (state) { - var d = 'disabled' - var $el = this.$element - var val = $el.is('input') ? 'val' : 'html' - var data = $el.data() - - state += 'Text' - - if (data.resetText == null) $el.data('resetText', $el[val]()) - - // push to event loop to allow forms to submit - setTimeout($.proxy(function () { - $el[val](data[state] == null ? this.options[state] : data[state]) - - if (state == 'loadingText') { - this.isLoading = true - $el.addClass(d).attr(d, d).prop(d, true) - } else if (this.isLoading) { - this.isLoading = false - $el.removeClass(d).removeAttr(d).prop(d, false) - } - }, this), 0) - } - - Button.prototype.toggle = function () { - var changed = true - var $parent = this.$element.closest('[data-toggle="buttons"]') - - if ($parent.length) { - var $input = this.$element.find('input') - if ($input.prop('type') == 'radio') { - if ($input.prop('checked')) changed = false - $parent.find('.active').removeClass('active') - this.$element.addClass('active') - } else if ($input.prop('type') == 'checkbox') { - if (($input.prop('checked')) !== this.$element.hasClass('active')) changed = false - this.$element.toggleClass('active') - } - $input.prop('checked', this.$element.hasClass('active')) - if (changed) $input.trigger('change') - } else { - this.$element.attr('aria-pressed', !this.$element.hasClass('active')) - this.$element.toggleClass('active') - } - } - - - // BUTTON PLUGIN DEFINITION - // ======================== - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.button') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.button', (data = new Button(this, options))) - - if (option == 'toggle') data.toggle() - else if (option) data.setState(option) - }) - } - - var old = $.fn.button - - $.fn.button = Plugin - $.fn.button.Constructor = Button - - - // BUTTON NO CONFLICT - // ================== - - $.fn.button.noConflict = function () { - $.fn.button = old - return this - } - - - // BUTTON DATA-API - // =============== - - $(document) - .on('click.bs.button.data-api', '[data-toggle^="button"]', function (e) { - var $btn = $(e.target).closest('.btn') - Plugin.call($btn, 'toggle') - if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) { - // Prevent double click on radios, and the double selections (so cancellation) on checkboxes - e.preventDefault() - // The target component still receive the focus - if ($btn.is('input,button')) $btn.trigger('focus') - else $btn.find('input:visible,button:visible').first().trigger('focus') - } - }) - .on('focus.bs.button.data-api blur.bs.button.data-api', '[data-toggle^="button"]', function (e) { - $(e.target).closest('.btn').toggleClass('focus', /^focus(in)?$/.test(e.type)) - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: carousel.js v3.3.7 - * http://getbootstrap.com/javascript/#carousel - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // CAROUSEL CLASS DEFINITION - // ========================= - - var Carousel = function (element, options) { - this.$element = $(element) - this.$indicators = this.$element.find('.carousel-indicators') - this.options = options - this.paused = null - this.sliding = null - this.interval = null - this.$active = null - this.$items = null - - this.options.keyboard && this.$element.on('keydown.bs.carousel', $.proxy(this.keydown, this)) - - this.options.pause == 'hover' && !('ontouchstart' in document.documentElement) && this.$element - .on('mouseenter.bs.carousel', $.proxy(this.pause, this)) - .on('mouseleave.bs.carousel', $.proxy(this.cycle, this)) - } - - Carousel.VERSION = '3.3.7' - - Carousel.TRANSITION_DURATION = 600 - - Carousel.DEFAULTS = { - interval: 5000, - pause: 'hover', - wrap: true, - keyboard: true - } - - Carousel.prototype.keydown = function (e) { - if (/input|textarea/i.test(e.target.tagName)) return - switch (e.which) { - case 37: this.prev(); break - case 39: this.next(); break - default: return - } - - e.preventDefault() - } - - Carousel.prototype.cycle = function (e) { - e || (this.paused = false) - - this.interval && clearInterval(this.interval) - - this.options.interval - && !this.paused - && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) - - return this - } - - Carousel.prototype.getItemIndex = function (item) { - this.$items = item.parent().children('.item') - return this.$items.index(item || this.$active) - } - - Carousel.prototype.getItemForDirection = function (direction, active) { - var activeIndex = this.getItemIndex(active) - var willWrap = (direction == 'prev' && activeIndex === 0) - || (direction == 'next' && activeIndex == (this.$items.length - 1)) - if (willWrap && !this.options.wrap) return active - var delta = direction == 'prev' ? -1 : 1 - var itemIndex = (activeIndex + delta) % this.$items.length - return this.$items.eq(itemIndex) - } - - Carousel.prototype.to = function (pos) { - var that = this - var activeIndex = this.getItemIndex(this.$active = this.$element.find('.item.active')) - - if (pos > (this.$items.length - 1) || pos < 0) return - - if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) // yes, "slid" - if (activeIndex == pos) return this.pause().cycle() - - return this.slide(pos > activeIndex ? 'next' : 'prev', this.$items.eq(pos)) - } - - Carousel.prototype.pause = function (e) { - e || (this.paused = true) - - if (this.$element.find('.next, .prev').length && $.support.transition) { - this.$element.trigger($.support.transition.end) - this.cycle(true) - } - - this.interval = clearInterval(this.interval) - - return this - } - - Carousel.prototype.next = function () { - if (this.sliding) return - return this.slide('next') - } - - Carousel.prototype.prev = function () { - if (this.sliding) return - return this.slide('prev') - } - - Carousel.prototype.slide = function (type, next) { - var $active = this.$element.find('.item.active') - var $next = next || this.getItemForDirection(type, $active) - var isCycling = this.interval - var direction = type == 'next' ? 'left' : 'right' - var that = this - - if ($next.hasClass('active')) return (this.sliding = false) - - var relatedTarget = $next[0] - var slideEvent = $.Event('slide.bs.carousel', { - relatedTarget: relatedTarget, - direction: direction - }) - this.$element.trigger(slideEvent) - if (slideEvent.isDefaultPrevented()) return - - this.sliding = true - - isCycling && this.pause() - - if (this.$indicators.length) { - this.$indicators.find('.active').removeClass('active') - var $nextIndicator = $(this.$indicators.children()[this.getItemIndex($next)]) - $nextIndicator && $nextIndicator.addClass('active') - } - - var slidEvent = $.Event('slid.bs.carousel', { relatedTarget: relatedTarget, direction: direction }) // yes, "slid" - if ($.support.transition && this.$element.hasClass('slide')) { - $next.addClass(type) - $next[0].offsetWidth // force reflow - $active.addClass(direction) - $next.addClass(direction) - $active - .one('bsTransitionEnd', function () { - $next.removeClass([type, direction].join(' ')).addClass('active') - $active.removeClass(['active', direction].join(' ')) - that.sliding = false - setTimeout(function () { - that.$element.trigger(slidEvent) - }, 0) - }) - .emulateTransitionEnd(Carousel.TRANSITION_DURATION) - } else { - $active.removeClass('active') - $next.addClass('active') - this.sliding = false - this.$element.trigger(slidEvent) - } - - isCycling && this.cycle() - - return this - } - - - // CAROUSEL PLUGIN DEFINITION - // ========================== - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.carousel') - var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option) - var action = typeof option == 'string' ? option : options.slide - - if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) - if (typeof option == 'number') data.to(option) - else if (action) data[action]() - else if (options.interval) data.pause().cycle() - }) - } - - var old = $.fn.carousel - - $.fn.carousel = Plugin - $.fn.carousel.Constructor = Carousel - - - // CAROUSEL NO CONFLICT - // ==================== - - $.fn.carousel.noConflict = function () { - $.fn.carousel = old - return this - } - - - // CAROUSEL DATA-API - // ================= - - var clickHandler = function (e) { - var href - var $this = $(this) - var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) // strip for ie7 - if (!$target.hasClass('carousel')) return - var options = $.extend({}, $target.data(), $this.data()) - var slideIndex = $this.attr('data-slide-to') - if (slideIndex) options.interval = false - - Plugin.call($target, options) - - if (slideIndex) { - $target.data('bs.carousel').to(slideIndex) - } - - e.preventDefault() - } - - $(document) - .on('click.bs.carousel.data-api', '[data-slide]', clickHandler) - .on('click.bs.carousel.data-api', '[data-slide-to]', clickHandler) - - $(window).on('load', function () { - $('[data-ride="carousel"]').each(function () { - var $carousel = $(this) - Plugin.call($carousel, $carousel.data()) - }) - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: collapse.js v3.3.7 - * http://getbootstrap.com/javascript/#collapse - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - -/* jshint latedef: false */ - -+function ($) { - 'use strict'; - - // COLLAPSE PUBLIC CLASS DEFINITION - // ================================ - - var Collapse = function (element, options) { - this.$element = $(element) - this.options = $.extend({}, Collapse.DEFAULTS, options) - this.$trigger = $('[data-toggle="collapse"][href="#' + element.id + '"],' + - '[data-toggle="collapse"][data-target="#' + element.id + '"]') - this.transitioning = null - - if (this.options.parent) { - this.$parent = this.getParent() - } else { - this.addAriaAndCollapsedClass(this.$element, this.$trigger) - } - - if (this.options.toggle) this.toggle() - } - - Collapse.VERSION = '3.3.7' - - Collapse.TRANSITION_DURATION = 350 - - Collapse.DEFAULTS = { - toggle: true - } - - Collapse.prototype.dimension = function () { - var hasWidth = this.$element.hasClass('width') - return hasWidth ? 'width' : 'height' - } - - Collapse.prototype.show = function () { - if (this.transitioning || this.$element.hasClass('in')) return - - var activesData - var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing') - - if (actives && actives.length) { - activesData = actives.data('bs.collapse') - if (activesData && activesData.transitioning) return - } - - var startEvent = $.Event('show.bs.collapse') - this.$element.trigger(startEvent) - if (startEvent.isDefaultPrevented()) return - - if (actives && actives.length) { - Plugin.call(actives, 'hide') - activesData || actives.data('bs.collapse', null) - } - - var dimension = this.dimension() - - this.$element - .removeClass('collapse') - .addClass('collapsing')[dimension](0) - .attr('aria-expanded', true) - - this.$trigger - .removeClass('collapsed') - .attr('aria-expanded', true) - - this.transitioning = 1 - - var complete = function () { - this.$element - .removeClass('collapsing') - .addClass('collapse in')[dimension]('') - this.transitioning = 0 - this.$element - .trigger('shown.bs.collapse') - } - - if (!$.support.transition) return complete.call(this) - - var scrollSize = $.camelCase(['scroll', dimension].join('-')) - - this.$element - .one('bsTransitionEnd', $.proxy(complete, this)) - .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize]) - } - - Collapse.prototype.hide = function () { - if (this.transitioning || !this.$element.hasClass('in')) return - - var startEvent = $.Event('hide.bs.collapse') - this.$element.trigger(startEvent) - if (startEvent.isDefaultPrevented()) return - - var dimension = this.dimension() - - this.$element[dimension](this.$element[dimension]())[0].offsetHeight - - this.$element - .addClass('collapsing') - .removeClass('collapse in') - .attr('aria-expanded', false) - - this.$trigger - .addClass('collapsed') - .attr('aria-expanded', false) - - this.transitioning = 1 - - var complete = function () { - this.transitioning = 0 - this.$element - .removeClass('collapsing') - .addClass('collapse') - .trigger('hidden.bs.collapse') - } - - if (!$.support.transition) return complete.call(this) - - this.$element - [dimension](0) - .one('bsTransitionEnd', $.proxy(complete, this)) - .emulateTransitionEnd(Collapse.TRANSITION_DURATION) - } - - Collapse.prototype.toggle = function () { - this[this.$element.hasClass('in') ? 'hide' : 'show']() - } - - Collapse.prototype.getParent = function () { - return $(this.options.parent) - .find('[data-toggle="collapse"][data-parent="' + this.options.parent + '"]') - .each($.proxy(function (i, element) { - var $element = $(element) - this.addAriaAndCollapsedClass(getTargetFromTrigger($element), $element) - }, this)) - .end() - } - - Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) { - var isOpen = $element.hasClass('in') - - $element.attr('aria-expanded', isOpen) - $trigger - .toggleClass('collapsed', !isOpen) - .attr('aria-expanded', isOpen) - } - - function getTargetFromTrigger($trigger) { - var href - var target = $trigger.attr('data-target') - || (href = $trigger.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') // strip for ie7 - - return $(target) - } - - - // COLLAPSE PLUGIN DEFINITION - // ========================== - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.collapse') - var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option) - - if (!data && options.toggle && /show|hide/.test(option)) options.toggle = false - if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - var old = $.fn.collapse - - $.fn.collapse = Plugin - $.fn.collapse.Constructor = Collapse - - - // COLLAPSE NO CONFLICT - // ==================== - - $.fn.collapse.noConflict = function () { - $.fn.collapse = old - return this - } - - - // COLLAPSE DATA-API - // ================= - - $(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) { - var $this = $(this) - - if (!$this.attr('data-target')) e.preventDefault() - - var $target = getTargetFromTrigger($this) - var data = $target.data('bs.collapse') - var option = data ? 'toggle' : $this.data() - - Plugin.call($target, option) - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: dropdown.js v3.3.7 - * http://getbootstrap.com/javascript/#dropdowns - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // DROPDOWN CLASS DEFINITION - // ========================= - - var backdrop = '.dropdown-backdrop' - var toggle = '[data-toggle="dropdown"]' - var Dropdown = function (element) { - $(element).on('click.bs.dropdown', this.toggle) - } - - Dropdown.VERSION = '3.3.7' - - function getParent($this) { - var selector = $this.attr('data-target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 - } - - var $parent = selector && $(selector) - - return $parent && $parent.length ? $parent : $this.parent() - } - - function clearMenus(e) { - if (e && e.which === 3) return - $(backdrop).remove() - $(toggle).each(function () { - var $this = $(this) - var $parent = getParent($this) - var relatedTarget = { relatedTarget: this } - - if (!$parent.hasClass('open')) return - - if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return - - $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget)) - - if (e.isDefaultPrevented()) return - - $this.attr('aria-expanded', 'false') - $parent.removeClass('open').trigger($.Event('hidden.bs.dropdown', relatedTarget)) - }) - } - - Dropdown.prototype.toggle = function (e) { - var $this = $(this) - - if ($this.is('.disabled, :disabled')) return - - var $parent = getParent($this) - var isActive = $parent.hasClass('open') - - clearMenus() - - if (!isActive) { - if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { - // if mobile we use a backdrop because click events don't delegate - $(document.createElement('div')) - .addClass('dropdown-backdrop') - .insertAfter($(this)) - .on('click', clearMenus) - } - - var relatedTarget = { relatedTarget: this } - $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget)) - - if (e.isDefaultPrevented()) return - - $this - .trigger('focus') - .attr('aria-expanded', 'true') - - $parent - .toggleClass('open') - .trigger($.Event('shown.bs.dropdown', relatedTarget)) - } - - return false - } - - Dropdown.prototype.keydown = function (e) { - if (!/(38|40|27|32)/.test(e.which) || /input|textarea/i.test(e.target.tagName)) return - - var $this = $(this) - - e.preventDefault() - e.stopPropagation() - - if ($this.is('.disabled, :disabled')) return - - var $parent = getParent($this) - var isActive = $parent.hasClass('open') - - if (!isActive && e.which != 27 || isActive && e.which == 27) { - if (e.which == 27) $parent.find(toggle).trigger('focus') - return $this.trigger('click') - } - - var desc = ' li:not(.disabled):visible a' - var $items = $parent.find('.dropdown-menu' + desc) - - if (!$items.length) return - - var index = $items.index(e.target) - - if (e.which == 38 && index > 0) index-- // up - if (e.which == 40 && index < $items.length - 1) index++ // down - if (!~index) index = 0 - - $items.eq(index).trigger('focus') - } - - - // DROPDOWN PLUGIN DEFINITION - // ========================== - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.dropdown') - - if (!data) $this.data('bs.dropdown', (data = new Dropdown(this))) - if (typeof option == 'string') data[option].call($this) - }) - } - - var old = $.fn.dropdown - - $.fn.dropdown = Plugin - $.fn.dropdown.Constructor = Dropdown - - - // DROPDOWN NO CONFLICT - // ==================== - - $.fn.dropdown.noConflict = function () { - $.fn.dropdown = old - return this - } - - - // APPLY TO STANDARD DROPDOWN ELEMENTS - // =================================== - - $(document) - .on('click.bs.dropdown.data-api', clearMenus) - .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() }) - .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle) - .on('keydown.bs.dropdown.data-api', toggle, Dropdown.prototype.keydown) - .on('keydown.bs.dropdown.data-api', '.dropdown-menu', Dropdown.prototype.keydown) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: modal.js v3.3.7 - * http://getbootstrap.com/javascript/#modals - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // MODAL CLASS DEFINITION - // ====================== - - var Modal = function (element, options) { - this.options = options - this.$body = $(document.body) - this.$element = $(element) - this.$dialog = this.$element.find('.modal-dialog') - this.$backdrop = null - this.isShown = null - this.originalBodyPad = null - this.scrollbarWidth = 0 - this.ignoreBackdropClick = false - - if (this.options.remote) { - this.$element - .find('.modal-content') - .load(this.options.remote, $.proxy(function () { - this.$element.trigger('loaded.bs.modal') - }, this)) - } - } - - Modal.VERSION = '3.3.7' - - Modal.TRANSITION_DURATION = 300 - Modal.BACKDROP_TRANSITION_DURATION = 150 - - Modal.DEFAULTS = { - backdrop: true, - keyboard: true, - show: true - } - - Modal.prototype.toggle = function (_relatedTarget) { - return this.isShown ? this.hide() : this.show(_relatedTarget) - } - - Modal.prototype.show = function (_relatedTarget) { - var that = this - var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget }) - - this.$element.trigger(e) - - if (this.isShown || e.isDefaultPrevented()) return - - this.isShown = true - - this.checkScrollbar() - this.setScrollbar() - this.$body.addClass('modal-open') - - this.escape() - this.resize() - - this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) - - this.$dialog.on('mousedown.dismiss.bs.modal', function () { - that.$element.one('mouseup.dismiss.bs.modal', function (e) { - if ($(e.target).is(that.$element)) that.ignoreBackdropClick = true - }) - }) - - this.backdrop(function () { - var transition = $.support.transition && that.$element.hasClass('fade') - - if (!that.$element.parent().length) { - that.$element.appendTo(that.$body) // don't move modals dom position - } - - that.$element - .show() - .scrollTop(0) - - that.adjustDialog() - - if (transition) { - that.$element[0].offsetWidth // force reflow - } - - that.$element.addClass('in') - - that.enforceFocus() - - var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget }) - - transition ? - that.$dialog // wait for modal to slide in - .one('bsTransitionEnd', function () { - that.$element.trigger('focus').trigger(e) - }) - .emulateTransitionEnd(Modal.TRANSITION_DURATION) : - that.$element.trigger('focus').trigger(e) - }) - } - - Modal.prototype.hide = function (e) { - if (e) e.preventDefault() - - e = $.Event('hide.bs.modal') - - this.$element.trigger(e) - - if (!this.isShown || e.isDefaultPrevented()) return - - this.isShown = false - - this.escape() - this.resize() - - $(document).off('focusin.bs.modal') - - this.$element - .removeClass('in') - .off('click.dismiss.bs.modal') - .off('mouseup.dismiss.bs.modal') - - this.$dialog.off('mousedown.dismiss.bs.modal') - - $.support.transition && this.$element.hasClass('fade') ? - this.$element - .one('bsTransitionEnd', $.proxy(this.hideModal, this)) - .emulateTransitionEnd(Modal.TRANSITION_DURATION) : - this.hideModal() - } - - Modal.prototype.enforceFocus = function () { - $(document) - .off('focusin.bs.modal') // guard against infinite focus loop - .on('focusin.bs.modal', $.proxy(function (e) { - if (document !== e.target && - this.$element[0] !== e.target && - !this.$element.has(e.target).length) { - this.$element.trigger('focus') - } - }, this)) - } - - Modal.prototype.escape = function () { - if (this.isShown && this.options.keyboard) { - this.$element.on('keydown.dismiss.bs.modal', $.proxy(function (e) { - e.which == 27 && this.hide() - }, this)) - } else if (!this.isShown) { - this.$element.off('keydown.dismiss.bs.modal') - } - } - - Modal.prototype.resize = function () { - if (this.isShown) { - $(window).on('resize.bs.modal', $.proxy(this.handleUpdate, this)) - } else { - $(window).off('resize.bs.modal') - } - } - - Modal.prototype.hideModal = function () { - var that = this - this.$element.hide() - this.backdrop(function () { - that.$body.removeClass('modal-open') - that.resetAdjustments() - that.resetScrollbar() - that.$element.trigger('hidden.bs.modal') - }) - } - - Modal.prototype.removeBackdrop = function () { - this.$backdrop && this.$backdrop.remove() - this.$backdrop = null - } - - Modal.prototype.backdrop = function (callback) { - var that = this - var animate = this.$element.hasClass('fade') ? 'fade' : '' - - if (this.isShown && this.options.backdrop) { - var doAnimate = $.support.transition && animate - - this.$backdrop = $(document.createElement('div')) - .addClass('modal-backdrop ' + animate) - .appendTo(this.$body) - - this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) { - if (this.ignoreBackdropClick) { - this.ignoreBackdropClick = false - return - } - if (e.target !== e.currentTarget) return - this.options.backdrop == 'static' - ? this.$element[0].focus() - : this.hide() - }, this)) - - if (doAnimate) this.$backdrop[0].offsetWidth // force reflow - - this.$backdrop.addClass('in') - - if (!callback) return - - doAnimate ? - this.$backdrop - .one('bsTransitionEnd', callback) - .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) : - callback() - - } else if (!this.isShown && this.$backdrop) { - this.$backdrop.removeClass('in') - - var callbackRemove = function () { - that.removeBackdrop() - callback && callback() - } - $.support.transition && this.$element.hasClass('fade') ? - this.$backdrop - .one('bsTransitionEnd', callbackRemove) - .emulateTransitionEnd(Modal.BACKDROP_TRANSITION_DURATION) : - callbackRemove() - - } else if (callback) { - callback() - } - } - - // these following methods are used to handle overflowing modals - - Modal.prototype.handleUpdate = function () { - this.adjustDialog() - } - - Modal.prototype.adjustDialog = function () { - var modalIsOverflowing = this.$element[0].scrollHeight > document.documentElement.clientHeight - - this.$element.css({ - paddingLeft: !this.bodyIsOverflowing && modalIsOverflowing ? this.scrollbarWidth : '', - paddingRight: this.bodyIsOverflowing && !modalIsOverflowing ? this.scrollbarWidth : '' - }) - } - - Modal.prototype.resetAdjustments = function () { - this.$element.css({ - paddingLeft: '', - paddingRight: '' - }) - } - - Modal.prototype.checkScrollbar = function () { - var fullWindowWidth = window.innerWidth - if (!fullWindowWidth) { // workaround for missing window.innerWidth in IE8 - var documentElementRect = document.documentElement.getBoundingClientRect() - fullWindowWidth = documentElementRect.right - Math.abs(documentElementRect.left) - } - this.bodyIsOverflowing = document.body.clientWidth < fullWindowWidth - this.scrollbarWidth = this.measureScrollbar() - } - - Modal.prototype.setScrollbar = function () { - var bodyPad = parseInt((this.$body.css('padding-right') || 0), 10) - this.originalBodyPad = document.body.style.paddingRight || '' - if (this.bodyIsOverflowing) this.$body.css('padding-right', bodyPad + this.scrollbarWidth) - } - - Modal.prototype.resetScrollbar = function () { - this.$body.css('padding-right', this.originalBodyPad) - } - - Modal.prototype.measureScrollbar = function () { // thx walsh - var scrollDiv = document.createElement('div') - scrollDiv.className = 'modal-scrollbar-measure' - this.$body.append(scrollDiv) - var scrollbarWidth = scrollDiv.offsetWidth - scrollDiv.clientWidth - this.$body[0].removeChild(scrollDiv) - return scrollbarWidth - } - - - // MODAL PLUGIN DEFINITION - // ======================= - - function Plugin(option, _relatedTarget) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.modal') - var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option) - - if (!data) $this.data('bs.modal', (data = new Modal(this, options))) - if (typeof option == 'string') data[option](_relatedTarget) - else if (options.show) data.show(_relatedTarget) - }) - } - - var old = $.fn.modal - - $.fn.modal = Plugin - $.fn.modal.Constructor = Modal - - - // MODAL NO CONFLICT - // ================= - - $.fn.modal.noConflict = function () { - $.fn.modal = old - return this - } - - - // MODAL DATA-API - // ============== - - $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { - var $this = $(this) - var href = $this.attr('href') - var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) // strip for ie7 - var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) - - if ($this.is('a')) e.preventDefault() - - $target.one('show.bs.modal', function (showEvent) { - if (showEvent.isDefaultPrevented()) return // only register focus restorer if modal will actually get shown - $target.one('hidden.bs.modal', function () { - $this.is(':visible') && $this.trigger('focus') - }) - }) - Plugin.call($target, option, this) - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: tooltip.js v3.3.7 - * http://getbootstrap.com/javascript/#tooltip - * Inspired by the original jQuery.tipsy by Jason Frame - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // TOOLTIP PUBLIC CLASS DEFINITION - // =============================== - - var Tooltip = function (element, options) { - this.type = null - this.options = null - this.enabled = null - this.timeout = null - this.hoverState = null - this.$element = null - this.inState = null - - this.init('tooltip', element, options) - } - - Tooltip.VERSION = '3.3.7' - - Tooltip.TRANSITION_DURATION = 150 - - Tooltip.DEFAULTS = { - animation: true, - placement: 'top', - selector: false, - template: '', - trigger: 'hover focus', - title: '', - delay: 0, - html: false, - container: false, - viewport: { - selector: 'body', - padding: 0 - } - } - - Tooltip.prototype.init = function (type, element, options) { - this.enabled = true - this.type = type - this.$element = $(element) - this.options = this.getOptions(options) - this.$viewport = this.options.viewport && $($.isFunction(this.options.viewport) ? this.options.viewport.call(this, this.$element) : (this.options.viewport.selector || this.options.viewport)) - this.inState = { click: false, hover: false, focus: false } - - if (this.$element[0] instanceof document.constructor && !this.options.selector) { - throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!') - } - - var triggers = this.options.trigger.split(' ') - - for (var i = triggers.length; i--;) { - var trigger = triggers[i] - - if (trigger == 'click') { - this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this)) - } else if (trigger != 'manual') { - var eventIn = trigger == 'hover' ? 'mouseenter' : 'focusin' - var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout' - - this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this)) - this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this)) - } - } - - this.options.selector ? - (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) : - this.fixTitle() - } - - Tooltip.prototype.getDefaults = function () { - return Tooltip.DEFAULTS - } - - Tooltip.prototype.getOptions = function (options) { - options = $.extend({}, this.getDefaults(), this.$element.data(), options) - - if (options.delay && typeof options.delay == 'number') { - options.delay = { - show: options.delay, - hide: options.delay - } - } - - return options - } - - Tooltip.prototype.getDelegateOptions = function () { - var options = {} - var defaults = this.getDefaults() - - this._options && $.each(this._options, function (key, value) { - if (defaults[key] != value) options[key] = value - }) - - return options - } - - Tooltip.prototype.enter = function (obj) { - var self = obj instanceof this.constructor ? - obj : $(obj.currentTarget).data('bs.' + this.type) - - if (!self) { - self = new this.constructor(obj.currentTarget, this.getDelegateOptions()) - $(obj.currentTarget).data('bs.' + this.type, self) - } - - if (obj instanceof $.Event) { - self.inState[obj.type == 'focusin' ? 'focus' : 'hover'] = true - } - - if (self.tip().hasClass('in') || self.hoverState == 'in') { - self.hoverState = 'in' - return - } - - clearTimeout(self.timeout) - - self.hoverState = 'in' - - if (!self.options.delay || !self.options.delay.show) return self.show() - - self.timeout = setTimeout(function () { - if (self.hoverState == 'in') self.show() - }, self.options.delay.show) - } - - Tooltip.prototype.isInStateTrue = function () { - for (var key in this.inState) { - if (this.inState[key]) return true - } - - return false - } - - Tooltip.prototype.leave = function (obj) { - var self = obj instanceof this.constructor ? - obj : $(obj.currentTarget).data('bs.' + this.type) - - if (!self) { - self = new this.constructor(obj.currentTarget, this.getDelegateOptions()) - $(obj.currentTarget).data('bs.' + this.type, self) - } - - if (obj instanceof $.Event) { - self.inState[obj.type == 'focusout' ? 'focus' : 'hover'] = false - } - - if (self.isInStateTrue()) return - - clearTimeout(self.timeout) - - self.hoverState = 'out' - - if (!self.options.delay || !self.options.delay.hide) return self.hide() - - self.timeout = setTimeout(function () { - if (self.hoverState == 'out') self.hide() - }, self.options.delay.hide) - } - - Tooltip.prototype.show = function () { - var e = $.Event('show.bs.' + this.type) - - if (this.hasContent() && this.enabled) { - this.$element.trigger(e) - - var inDom = $.contains(this.$element[0].ownerDocument.documentElement, this.$element[0]) - if (e.isDefaultPrevented() || !inDom) return - var that = this - - var $tip = this.tip() - - var tipId = this.getUID(this.type) - - this.setContent() - $tip.attr('id', tipId) - this.$element.attr('aria-describedby', tipId) - - if (this.options.animation) $tip.addClass('fade') - - var placement = typeof this.options.placement == 'function' ? - this.options.placement.call(this, $tip[0], this.$element[0]) : - this.options.placement - - var autoToken = /\s?auto?\s?/i - var autoPlace = autoToken.test(placement) - if (autoPlace) placement = placement.replace(autoToken, '') || 'top' - - $tip - .detach() - .css({ top: 0, left: 0, display: 'block' }) - .addClass(placement) - .data('bs.' + this.type, this) - - this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) - this.$element.trigger('inserted.bs.' + this.type) - - var pos = this.getPosition() - var actualWidth = $tip[0].offsetWidth - var actualHeight = $tip[0].offsetHeight - - if (autoPlace) { - var orgPlacement = placement - var viewportDim = this.getPosition(this.$viewport) - - placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top' : - placement == 'top' && pos.top - actualHeight < viewportDim.top ? 'bottom' : - placement == 'right' && pos.right + actualWidth > viewportDim.width ? 'left' : - placement == 'left' && pos.left - actualWidth < viewportDim.left ? 'right' : - placement - - $tip - .removeClass(orgPlacement) - .addClass(placement) - } - - var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) - - this.applyPlacement(calculatedOffset, placement) - - var complete = function () { - var prevHoverState = that.hoverState - that.$element.trigger('shown.bs.' + that.type) - that.hoverState = null - - if (prevHoverState == 'out') that.leave(that) - } - - $.support.transition && this.$tip.hasClass('fade') ? - $tip - .one('bsTransitionEnd', complete) - .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) : - complete() - } - } - - Tooltip.prototype.applyPlacement = function (offset, placement) { - var $tip = this.tip() - var width = $tip[0].offsetWidth - var height = $tip[0].offsetHeight - - // manually read margins because getBoundingClientRect includes difference - var marginTop = parseInt($tip.css('margin-top'), 10) - var marginLeft = parseInt($tip.css('margin-left'), 10) - - // we must check for NaN for ie 8/9 - if (isNaN(marginTop)) marginTop = 0 - if (isNaN(marginLeft)) marginLeft = 0 - - offset.top += marginTop - offset.left += marginLeft - - // $.fn.offset doesn't round pixel values - // so we use setOffset directly with our own function B-0 - $.offset.setOffset($tip[0], $.extend({ - using: function (props) { - $tip.css({ - top: Math.round(props.top), - left: Math.round(props.left) - }) - } - }, offset), 0) - - $tip.addClass('in') - - // check to see if placing tip in new offset caused the tip to resize itself - var actualWidth = $tip[0].offsetWidth - var actualHeight = $tip[0].offsetHeight - - if (placement == 'top' && actualHeight != height) { - offset.top = offset.top + height - actualHeight - } - - var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight) - - if (delta.left) offset.left += delta.left - else offset.top += delta.top - - var isVertical = /top|bottom/.test(placement) - var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight - var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight' - - $tip.offset(offset) - this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical) - } - - Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { - this.arrow() - .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%') - .css(isVertical ? 'top' : 'left', '') - } - - Tooltip.prototype.setContent = function () { - var $tip = this.tip() - var title = this.getTitle() - - $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title) - $tip.removeClass('fade in top bottom left right') - } - - Tooltip.prototype.hide = function (callback) { - var that = this - var $tip = $(this.$tip) - var e = $.Event('hide.bs.' + this.type) - - function complete() { - if (that.hoverState != 'in') $tip.detach() - if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary. - that.$element - .removeAttr('aria-describedby') - .trigger('hidden.bs.' + that.type) - } - callback && callback() - } - - this.$element.trigger(e) - - if (e.isDefaultPrevented()) return - - $tip.removeClass('in') - - $.support.transition && $tip.hasClass('fade') ? - $tip - .one('bsTransitionEnd', complete) - .emulateTransitionEnd(Tooltip.TRANSITION_DURATION) : - complete() - - this.hoverState = null - - return this - } - - Tooltip.prototype.fixTitle = function () { - var $e = this.$element - if ($e.attr('title') || typeof $e.attr('data-original-title') != 'string') { - $e.attr('data-original-title', $e.attr('title') || '').attr('title', '') - } - } - - Tooltip.prototype.hasContent = function () { - return this.getTitle() - } - - Tooltip.prototype.getPosition = function ($element) { - $element = $element || this.$element - - var el = $element[0] - var isBody = el.tagName == 'BODY' - - var elRect = el.getBoundingClientRect() - if (elRect.width == null) { - // width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093 - elRect = $.extend({}, elRect, { width: elRect.right - elRect.left, height: elRect.bottom - elRect.top }) - } - var isSvg = window.SVGElement && el instanceof window.SVGElement - // Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3. - // See https://github.com/twbs/bootstrap/issues/20280 - var elOffset = isBody ? { top: 0, left: 0 } : (isSvg ? null : $element.offset()) - var scroll = { scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop() } - var outerDims = isBody ? { width: $(window).width(), height: $(window).height() } : null - - return $.extend({}, elRect, scroll, outerDims, elOffset) - } - - Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { - return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } : - placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } : - placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } : - /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width } - - } - - Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) { - var delta = { top: 0, left: 0 } - if (!this.$viewport) return delta - - var viewportPadding = this.options.viewport && this.options.viewport.padding || 0 - var viewportDimensions = this.getPosition(this.$viewport) - - if (/right|left/.test(placement)) { - var topEdgeOffset = pos.top - viewportPadding - viewportDimensions.scroll - var bottomEdgeOffset = pos.top + viewportPadding - viewportDimensions.scroll + actualHeight - if (topEdgeOffset < viewportDimensions.top) { // top overflow - delta.top = viewportDimensions.top - topEdgeOffset - } else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom overflow - delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset - } - } else { - var leftEdgeOffset = pos.left - viewportPadding - var rightEdgeOffset = pos.left + viewportPadding + actualWidth - if (leftEdgeOffset < viewportDimensions.left) { // left overflow - delta.left = viewportDimensions.left - leftEdgeOffset - } else if (rightEdgeOffset > viewportDimensions.right) { // right overflow - delta.left = viewportDimensions.left + viewportDimensions.width - rightEdgeOffset - } - } - - return delta - } - - Tooltip.prototype.getTitle = function () { - var title - var $e = this.$element - var o = this.options - - title = $e.attr('data-original-title') - || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title) - - return title - } - - Tooltip.prototype.getUID = function (prefix) { - do prefix += ~~(Math.random() * 1000000) - while (document.getElementById(prefix)) - return prefix - } - - Tooltip.prototype.tip = function () { - if (!this.$tip) { - this.$tip = $(this.options.template) - if (this.$tip.length != 1) { - throw new Error(this.type + ' `template` option must consist of exactly 1 top-level element!') - } - } - return this.$tip - } - - Tooltip.prototype.arrow = function () { - return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow')) - } - - Tooltip.prototype.enable = function () { - this.enabled = true - } - - Tooltip.prototype.disable = function () { - this.enabled = false - } - - Tooltip.prototype.toggleEnabled = function () { - this.enabled = !this.enabled - } - - Tooltip.prototype.toggle = function (e) { - var self = this - if (e) { - self = $(e.currentTarget).data('bs.' + this.type) - if (!self) { - self = new this.constructor(e.currentTarget, this.getDelegateOptions()) - $(e.currentTarget).data('bs.' + this.type, self) - } - } - - if (e) { - self.inState.click = !self.inState.click - if (self.isInStateTrue()) self.enter(self) - else self.leave(self) - } else { - self.tip().hasClass('in') ? self.leave(self) : self.enter(self) - } - } - - Tooltip.prototype.destroy = function () { - var that = this - clearTimeout(this.timeout) - this.hide(function () { - that.$element.off('.' + that.type).removeData('bs.' + that.type) - if (that.$tip) { - that.$tip.detach() - } - that.$tip = null - that.$arrow = null - that.$viewport = null - that.$element = null - }) - } - - - // TOOLTIP PLUGIN DEFINITION - // ========================= - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.tooltip') - var options = typeof option == 'object' && option - - if (!data && /destroy|hide/.test(option)) return - if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - var old = $.fn.tooltip - - $.fn.tooltip = Plugin - $.fn.tooltip.Constructor = Tooltip - - - // TOOLTIP NO CONFLICT - // =================== - - $.fn.tooltip.noConflict = function () { - $.fn.tooltip = old - return this - } - -}(jQuery); - -/* ======================================================================== - * Bootstrap: popover.js v3.3.7 - * http://getbootstrap.com/javascript/#popovers - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // POPOVER PUBLIC CLASS DEFINITION - // =============================== - - var Popover = function (element, options) { - this.init('popover', element, options) - } - - if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') - - Popover.VERSION = '3.3.7' - - Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, { - placement: 'right', - trigger: 'click', - content: '', - template: '' - }) - - - // NOTE: POPOVER EXTENDS tooltip.js - // ================================ - - Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype) - - Popover.prototype.constructor = Popover - - Popover.prototype.getDefaults = function () { - return Popover.DEFAULTS - } - - Popover.prototype.setContent = function () { - var $tip = this.tip() - var title = this.getTitle() - var content = this.getContent() - - $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title) - $tip.find('.popover-content').children().detach().end()[ // we use append for html objects to maintain js events - this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text' - ](content) - - $tip.removeClass('fade top bottom left right in') - - // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do - // this manually by checking the contents. - if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide() - } - - Popover.prototype.hasContent = function () { - return this.getTitle() || this.getContent() - } - - Popover.prototype.getContent = function () { - var $e = this.$element - var o = this.options - - return $e.attr('data-content') - || (typeof o.content == 'function' ? - o.content.call($e[0]) : - o.content) - } - - Popover.prototype.arrow = function () { - return (this.$arrow = this.$arrow || this.tip().find('.arrow')) - } - - - // POPOVER PLUGIN DEFINITION - // ========================= - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.popover') - var options = typeof option == 'object' && option - - if (!data && /destroy|hide/.test(option)) return - if (!data) $this.data('bs.popover', (data = new Popover(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - var old = $.fn.popover - - $.fn.popover = Plugin - $.fn.popover.Constructor = Popover - - - // POPOVER NO CONFLICT - // =================== - - $.fn.popover.noConflict = function () { - $.fn.popover = old - return this - } - -}(jQuery); - -/* ======================================================================== - * Bootstrap: scrollspy.js v3.3.7 - * http://getbootstrap.com/javascript/#scrollspy - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // SCROLLSPY CLASS DEFINITION - // ========================== - - function ScrollSpy(element, options) { - this.$body = $(document.body) - this.$scrollElement = $(element).is(document.body) ? $(window) : $(element) - this.options = $.extend({}, ScrollSpy.DEFAULTS, options) - this.selector = (this.options.target || '') + ' .nav li > a' - this.offsets = [] - this.targets = [] - this.activeTarget = null - this.scrollHeight = 0 - - this.$scrollElement.on('scroll.bs.scrollspy', $.proxy(this.process, this)) - this.refresh() - this.process() - } - - ScrollSpy.VERSION = '3.3.7' - - ScrollSpy.DEFAULTS = { - offset: 10 - } - - ScrollSpy.prototype.getScrollHeight = function () { - return this.$scrollElement[0].scrollHeight || Math.max(this.$body[0].scrollHeight, document.documentElement.scrollHeight) - } - - ScrollSpy.prototype.refresh = function () { - var that = this - var offsetMethod = 'offset' - var offsetBase = 0 - - this.offsets = [] - this.targets = [] - this.scrollHeight = this.getScrollHeight() - - if (!$.isWindow(this.$scrollElement[0])) { - offsetMethod = 'position' - offsetBase = this.$scrollElement.scrollTop() - } - - this.$body - .find(this.selector) - .map(function () { - var $el = $(this) - var href = $el.data('target') || $el.attr('href') - var $href = /^#./.test(href) && $(href) - - return ($href - && $href.length - && $href.is(':visible') - && [[$href[offsetMethod]().top + offsetBase, href]]) || null - }) - .sort(function (a, b) { return a[0] - b[0] }) - .each(function () { - that.offsets.push(this[0]) - that.targets.push(this[1]) - }) - } - - ScrollSpy.prototype.process = function () { - var scrollTop = this.$scrollElement.scrollTop() + this.options.offset - var scrollHeight = this.getScrollHeight() - var maxScroll = this.options.offset + scrollHeight - this.$scrollElement.height() - var offsets = this.offsets - var targets = this.targets - var activeTarget = this.activeTarget - var i - - if (this.scrollHeight != scrollHeight) { - this.refresh() - } - - if (scrollTop >= maxScroll) { - return activeTarget != (i = targets[targets.length - 1]) && this.activate(i) - } - - if (activeTarget && scrollTop < offsets[0]) { - this.activeTarget = null - return this.clear() - } - - for (i = offsets.length; i--;) { - activeTarget != targets[i] - && scrollTop >= offsets[i] - && (offsets[i + 1] === undefined || scrollTop < offsets[i + 1]) - && this.activate(targets[i]) - } - } - - ScrollSpy.prototype.activate = function (target) { - this.activeTarget = target - - this.clear() - - var selector = this.selector + - '[data-target="' + target + '"],' + - this.selector + '[href="' + target + '"]' - - var active = $(selector) - .parents('li') - .addClass('active') - - if (active.parent('.dropdown-menu').length) { - active = active - .closest('li.dropdown') - .addClass('active') - } - - active.trigger('activate.bs.scrollspy') - } - - ScrollSpy.prototype.clear = function () { - $(this.selector) - .parentsUntil(this.options.target, '.active') - .removeClass('active') - } - - - // SCROLLSPY PLUGIN DEFINITION - // =========================== - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.scrollspy') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - var old = $.fn.scrollspy - - $.fn.scrollspy = Plugin - $.fn.scrollspy.Constructor = ScrollSpy - - - // SCROLLSPY NO CONFLICT - // ===================== - - $.fn.scrollspy.noConflict = function () { - $.fn.scrollspy = old - return this - } - - - // SCROLLSPY DATA-API - // ================== - - $(window).on('load.bs.scrollspy.data-api', function () { - $('[data-spy="scroll"]').each(function () { - var $spy = $(this) - Plugin.call($spy, $spy.data()) - }) - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: tab.js v3.3.7 - * http://getbootstrap.com/javascript/#tabs - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // TAB CLASS DEFINITION - // ==================== - - var Tab = function (element) { - // jscs:disable requireDollarBeforejQueryAssignment - this.element = $(element) - // jscs:enable requireDollarBeforejQueryAssignment - } - - Tab.VERSION = '3.3.7' - - Tab.TRANSITION_DURATION = 150 - - Tab.prototype.show = function () { - var $this = this.element - var $ul = $this.closest('ul:not(.dropdown-menu)') - var selector = $this.data('target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 - } - - if ($this.parent('li').hasClass('active')) return - - var $previous = $ul.find('.active:last a') - var hideEvent = $.Event('hide.bs.tab', { - relatedTarget: $this[0] - }) - var showEvent = $.Event('show.bs.tab', { - relatedTarget: $previous[0] - }) - - $previous.trigger(hideEvent) - $this.trigger(showEvent) - - if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return - - var $target = $(selector) - - this.activate($this.closest('li'), $ul) - this.activate($target, $target.parent(), function () { - $previous.trigger({ - type: 'hidden.bs.tab', - relatedTarget: $this[0] - }) - $this.trigger({ - type: 'shown.bs.tab', - relatedTarget: $previous[0] - }) - }) - } - - Tab.prototype.activate = function (element, container, callback) { - var $active = container.find('> .active') - var transition = callback - && $.support.transition - && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length) - - function next() { - $active - .removeClass('active') - .find('> .dropdown-menu > .active') - .removeClass('active') - .end() - .find('[data-toggle="tab"]') - .attr('aria-expanded', false) - - element - .addClass('active') - .find('[data-toggle="tab"]') - .attr('aria-expanded', true) - - if (transition) { - element[0].offsetWidth // reflow for transition - element.addClass('in') - } else { - element.removeClass('fade') - } - - if (element.parent('.dropdown-menu').length) { - element - .closest('li.dropdown') - .addClass('active') - .end() - .find('[data-toggle="tab"]') - .attr('aria-expanded', true) - } - - callback && callback() - } - - $active.length && transition ? - $active - .one('bsTransitionEnd', next) - .emulateTransitionEnd(Tab.TRANSITION_DURATION) : - next() - - $active.removeClass('in') - } - - - // TAB PLUGIN DEFINITION - // ===================== - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.tab') - - if (!data) $this.data('bs.tab', (data = new Tab(this))) - if (typeof option == 'string') data[option]() - }) - } - - var old = $.fn.tab - - $.fn.tab = Plugin - $.fn.tab.Constructor = Tab - - - // TAB NO CONFLICT - // =============== - - $.fn.tab.noConflict = function () { - $.fn.tab = old - return this - } - - - // TAB DATA-API - // ============ - - var clickHandler = function (e) { - e.preventDefault() - Plugin.call($(this), 'show') - } - - $(document) - .on('click.bs.tab.data-api', '[data-toggle="tab"]', clickHandler) - .on('click.bs.tab.data-api', '[data-toggle="pill"]', clickHandler) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: affix.js v3.3.7 - * http://getbootstrap.com/javascript/#affix - * ======================================================================== - * Copyright 2011-2016 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // AFFIX CLASS DEFINITION - // ====================== - - var Affix = function (element, options) { - this.options = $.extend({}, Affix.DEFAULTS, options) - - this.$target = $(this.options.target) - .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this)) - .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this)) - - this.$element = $(element) - this.affixed = null - this.unpin = null - this.pinnedOffset = null - - this.checkPosition() - } - - Affix.VERSION = '3.3.7' - - Affix.RESET = 'affix affix-top affix-bottom' - - Affix.DEFAULTS = { - offset: 0, - target: window - } - - Affix.prototype.getState = function (scrollHeight, height, offsetTop, offsetBottom) { - var scrollTop = this.$target.scrollTop() - var position = this.$element.offset() - var targetHeight = this.$target.height() - - if (offsetTop != null && this.affixed == 'top') return scrollTop < offsetTop ? 'top' : false - - if (this.affixed == 'bottom') { - if (offsetTop != null) return (scrollTop + this.unpin <= position.top) ? false : 'bottom' - return (scrollTop + targetHeight <= scrollHeight - offsetBottom) ? false : 'bottom' - } - - var initializing = this.affixed == null - var colliderTop = initializing ? scrollTop : position.top - var colliderHeight = initializing ? targetHeight : height - - if (offsetTop != null && scrollTop <= offsetTop) return 'top' - if (offsetBottom != null && (colliderTop + colliderHeight >= scrollHeight - offsetBottom)) return 'bottom' - - return false - } - - Affix.prototype.getPinnedOffset = function () { - if (this.pinnedOffset) return this.pinnedOffset - this.$element.removeClass(Affix.RESET).addClass('affix') - var scrollTop = this.$target.scrollTop() - var position = this.$element.offset() - return (this.pinnedOffset = position.top - scrollTop) - } - - Affix.prototype.checkPositionWithEventLoop = function () { - setTimeout($.proxy(this.checkPosition, this), 1) - } - - Affix.prototype.checkPosition = function () { - if (!this.$element.is(':visible')) return - - var height = this.$element.height() - var offset = this.options.offset - var offsetTop = offset.top - var offsetBottom = offset.bottom - var scrollHeight = Math.max($(document).height(), $(document.body).height()) - - if (typeof offset != 'object') offsetBottom = offsetTop = offset - if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element) - if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element) - - var affix = this.getState(scrollHeight, height, offsetTop, offsetBottom) - - if (this.affixed != affix) { - if (this.unpin != null) this.$element.css('top', '') - - var affixType = 'affix' + (affix ? '-' + affix : '') - var e = $.Event(affixType + '.bs.affix') - - this.$element.trigger(e) - - if (e.isDefaultPrevented()) return - - this.affixed = affix - this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null - - this.$element - .removeClass(Affix.RESET) - .addClass(affixType) - .trigger(affixType.replace('affix', 'affixed') + '.bs.affix') - } - - if (affix == 'bottom') { - this.$element.offset({ - top: scrollHeight - height - offsetBottom - }) - } - } - - - // AFFIX PLUGIN DEFINITION - // ======================= - - function Plugin(option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.affix') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.affix', (data = new Affix(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - var old = $.fn.affix - - $.fn.affix = Plugin - $.fn.affix.Constructor = Affix - - - // AFFIX NO CONFLICT - // ================= - - $.fn.affix.noConflict = function () { - $.fn.affix = old - return this - } - - - // AFFIX DATA-API - // ============== - - $(window).on('load', function () { - $('[data-spy="affix"]').each(function () { - var $spy = $(this) - var data = $spy.data() - - data.offset = data.offset || {} - - if (data.offsetBottom != null) data.offset.bottom = data.offsetBottom - if (data.offsetTop != null) data.offset.top = data.offsetTop - - Plugin.call($spy, data) - }) - }) - -}(jQuery); diff --git a/woc/js/Newjs/bootstrap.min.js b/woc/js/Newjs/bootstrap.min.js deleted file mode 100644 index 9bcd2fc..0000000 --- a/woc/js/Newjs/bootstrap.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Bootstrap v3.3.7 (http://getbootstrap.com) - * Copyright 2011-2016 Twitter, Inc. - * Licensed under the MIT license - */ -if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&jdocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth
      ',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-mo.width?"left":"left"==h&&k.left-lg.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;jg.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b=e[a]&&(void 0===e[a+1]||b .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery); \ No newline at end of file diff --git a/woc/js/Newjs/npm.js b/woc/js/Newjs/npm.js deleted file mode 100644 index bf6aa80..0000000 --- a/woc/js/Newjs/npm.js +++ /dev/null @@ -1,13 +0,0 @@ -// This file is autogenerated via the `commonjs` Grunt task. You can require() this file in a CommonJS environment. -require('../../js/transition.js') -require('../../js/alert.js') -require('../../js/button.js') -require('../../js/carousel.js') -require('../../js/collapse.js') -require('../../js/dropdown.js') -require('../../js/modal.js') -require('../../js/tooltip.js') -require('../../js/popover.js') -require('../../js/scrollspy.js') -require('../../js/tab.js') -require('../../js/affix.js') \ No newline at end of file diff --git a/woc/js/README.md b/woc/js/README.md deleted file mode 100644 index d6421b4..0000000 --- a/woc/js/README.md +++ /dev/null @@ -1,136 +0,0 @@ -# Feednami - -Google Feed API is dead! It was deprecated a long time ago, but people were still using it and when it finally went offline a lot of people had problems, so I made this! - -## How to use - -Example source can be found [here](https://github.com/richardkazuomiller/feednami-client/tree/master/examples) or seen on [feednami.com](https://feednami.com/static/feednami-client/examples/index.html) - -### Import - - - -### Load a feed - -Fetch your favorite blog or podcast! - - - -### For the former Google API users - -`feednami.loadGoogleFormat` replicates as best as possible the Google Feed API. For example, the `content` attribute of an entry corresponsds to ``, ``, or ``, whereas by default, all three are returned with the unset values as `null`. - - - -Where with the Google Feed API you would use `new Feed(url).load(callback)`, all you need to do is use `feednami.loadGoogleFormat(url,callback)` - -### Function Reference - -#### feednami.load(options,callback) - -The first argument can be either a `url` or an `options` object. The only required option is `url`. All others are optional. - - - `url` - a valid url of the RSS or Atom feed to load - - `includeXml` - default `false`. Set to true if you want to load the original XML Document - -##### Result Object - -This is basically copied from - - - `error?` Present if there was an error loading the feed. - - `code` An HTTP-style error code. - - `message` A human-readable string describing the error. - - `xmlDocument?` Present if XML Document is requested - - `feed` - - `meta` Feed properties. The parser normalizes feed data into generic properties similar to the RSS 2.0 format. The original tags e.g. `rdf:title` are also present. - - `title` - - `description` - - `link` (website link) - - `xmlurl` (the canonical link to the feed, as specified by the feed) - - `date` (most recent update) - - `pubdate` (publish date) - - `author - - `language` - - `image[]` - - `url` - - `title` - - `favicon` - - `copyright` - - `generator` - - `categories[]` - - `entries[]` - - `title` - - `description (frequently, the full article content) - - `summary` (frequently, an excerpt of the article content) - - `link` - - `origlink` (when FeedBurner or Pheedo puts a special tracking url in the link property, origlink contains the original link) - - `permalink` (when an RSS feed has a guid field and the isPermalink attribute is not set to false, permalink contains the value of guid) - - `date` (most recent update) - - `date_ms` (most recent update unix time in ms) - - `pubdate` (original published date unix time in ms) - - `author` - - `guid` (a unique identifier for the article) - - `comments` (a link to the article's comments section) - - `image` (an Object containing url and title properties) - - `categories` (an Array of Strings) - - `source` (an Object containing url and title properties pointing to the original source for an article; see the RSS Spec for an explanation of this element) - - `enclosures` (an Array of Objects, each representing a podcast or other enclosure and having a url property and possibly type and length properties) - -#### feednami.loadGoogleFormat(url,callback) - -##### Result Object - -This is basically copied from - - - `error?` Present if there was an error loading the feed. - - `code` An HTTP-style error code. - - `message` A human-readable string describing the error. - - `xmlDocument?` Present if XML Document is requested - - `feed` - - `feedUrl` The URL for the feed - - `title` The feed title. Corresponds to the `` element in Atom and the `<title>` element in RSS. - - `link` The URL for the HTML version of the feed. Corresponds to the `<link>` element in Atom and the `<link>` element in RSS. - - `description` The feed description. Corresponds to the `<subtitle>` element in Atom and the `<description>` element in RSS. - - `author` The feed author. Corresponds to the `<name>` element for the author in Atom. - - `entries[]` A list of all of the entries in the feed. Corresponds to the `<entry>` element in Atom and the `<item>` element in RSS. - - `mediaGroup` A container for Media RSS feed results. All result properties nested under mediaGroups correspond exactly as documented in the Media RSS Specification. Media RSS is available only for feed entries newer than February 1st, 2010. Please refer to that specification for detailed information about Media RSS fields. - - `title` The entry title. Corresponds to the `<title>` element in Atom and the `<title>` element in RSS. - - `link` The URL for the HTML version of the entry. Corresponds to the `<link>` element in Atom and the `<link>` element in RSS. - - `content` The body of this entry, inlcuding HTML tags. Since this value can contain HTML tags, you should display this value using `elem.innerHTML = entry.content` (as opposed to using document.createTextNode). Corresponds to the `<content>` or `<summary>` elements in Atom and the `<description>` element in RSS. - - `contentSnippet` A snippet (< 120 characters) version of the content attribute. The snippet does not contain any HTML tags. - - `publishedDate` The string date on which the entry was published of the form `"13 Apr 2007 12:40:07 -0700"`. You can parse the date with new `Date(entry.publishedDate)`. Corresponds to the `<published>` element in Atom and the `<pubDate>` element in RSS. - - `categories[]` A list of string tags for the entry. Corresponds to the term attribute for the <category> element in Atom and the `<category>` element in RSS. - - ####This is how my browser console showed me things through feednami - https://github.com/vaibsharma/fossasia.org/blob/gh-pages/js/Screenshot%20from%202016-08-30%2020:59:23.png - diff --git a/woc/js/blog.js b/woc/js/blog.js deleted file mode 100644 index b3302fc..0000000 --- a/woc/js/blog.js +++ /dev/null @@ -1,51 +0,0 @@ -$(document).ready(function() { - - var url = 'https://blog.fossasia.org/feed/?format=xml'; - feeds(url); - }); - - -function feeds(url){ -var blog = $("#result"); -var html = []; -feednami.load(url,function(result){ - if(result.error) { - console.log(result.error); - } else { - - var entries = result.feed.entries; - html=[]; - for( var x=0 ; x< 10; x++){ - - var count =0; - var text = entries[x]; - - var title = text.title; - if(x===0){ - html.push("<div class='item active'><h1>"+title+"</h1>"); - } - else{ - html.push("<div class='item' ><h1 class='blogtitle'>"+title+"</h1>"); - } - var author = text.author ; - html.push("<h1>By - "+(author)+"</h1>"); - - var link = text.guid ; - var date = new Date(text.date); - summary = text.summary - html.push("<hr><p class ='summary'>"+summary + "<p>"); - html.push("<span class='date'> Posted On - "+(date)+"</span></div>"); - - - - } - blog.html(html.join("")); - - - - - } - - }); - -} diff --git a/woc/js/bootstrap.js b/woc/js/bootstrap.js deleted file mode 100644 index c64f96d..0000000 --- a/woc/js/bootstrap.js +++ /dev/null @@ -1,1943 +0,0 @@ -/* ======================================================================== - * Bootstrap: transition.js v3.1.0 - * https://getbootstrap.com/javascript/#transitions - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // CSS TRANSITION SUPPORT (Shoutout: https://www.modernizr.com/) - // ============================================================ - - function transitionEnd() { - var el = document.createElement('bootstrap') - - var transEndEventNames = { - 'WebkitTransition' : 'webkitTransitionEnd', - 'MozTransition' : 'transitionend', - 'OTransition' : 'oTransitionEnd otransitionend', - 'transition' : 'transitionend' - } - - for (var name in transEndEventNames) { - if (el.style[name] !== undefined) { - return { end: transEndEventNames[name] } - } - } - - return false // explicit for ie8 ( ._.) - } - - // https://blog.alexmaccaw.com/css-transitions - $.fn.emulateTransitionEnd = function (duration) { - var called = false, $el = this - $(this).one($.support.transition.end, function () { called = true }) - var callback = function () { if (!called) $($el).trigger($.support.transition.end) } - setTimeout(callback, duration) - return this - } - - $(function () { - $.support.transition = transitionEnd() - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: alert.js v3.1.0 - * https://getbootstrap.com/javascript/#alerts - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // ALERT CLASS DEFINITION - // ====================== - - var dismiss = '[data-dismiss="alert"]' - var Alert = function (el) { - $(el).on('click', dismiss, this.close) - } - - Alert.prototype.close = function (e) { - var $this = $(this) - var selector = $this.attr('data-target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 - } - - var $parent = $(selector) - - if (e) e.preventDefault() - - if (!$parent.length) { - $parent = $this.hasClass('alert') ? $this : $this.parent() - } - - $parent.trigger(e = $.Event('close.bs.alert')) - - if (e.isDefaultPrevented()) return - - $parent.removeClass('in') - - function removeElement() { - $parent.trigger('closed.bs.alert').remove() - } - - $.support.transition && $parent.hasClass('fade') ? - $parent - .one($.support.transition.end, removeElement) - .emulateTransitionEnd(150) : - removeElement() - } - - - // ALERT PLUGIN DEFINITION - // ======================= - - var old = $.fn.alert - - $.fn.alert = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.alert') - - if (!data) $this.data('bs.alert', (data = new Alert(this))) - if (typeof option == 'string') data[option].call($this) - }) - } - - $.fn.alert.Constructor = Alert - - - // ALERT NO CONFLICT - // ================= - - $.fn.alert.noConflict = function () { - $.fn.alert = old - return this - } - - - // ALERT DATA-API - // ============== - - $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: button.js v3.1.0 - * https://getbootstrap.com/javascript/#buttons - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // BUTTON PUBLIC CLASS DEFINITION - // ============================== - - var Button = function (element, options) { - this.$element = $(element) - this.options = $.extend({}, Button.DEFAULTS, options) - this.isLoading = false - } - - Button.DEFAULTS = { - loadingText: 'loading...' - } - - Button.prototype.setState = function (state) { - var d = 'disabled' - var $el = this.$element - var val = $el.is('input') ? 'val' : 'html' - var data = $el.data() - - state = state + 'Text' - - if (!data.resetText) $el.data('resetText', $el[val]()) - - $el[val](data[state] || this.options[state]) - - // push to event loop to allow forms to submit - setTimeout($.proxy(function () { - if (state == 'loadingText') { - this.isLoading = true - $el.addClass(d).attr(d, d) - } else if (this.isLoading) { - this.isLoading = false - $el.removeClass(d).removeAttr(d) - } - }, this), 0) - } - - Button.prototype.toggle = function () { - var changed = true - var $parent = this.$element.closest('[data-toggle="buttons"]') - - if ($parent.length) { - var $input = this.$element.find('input') - if ($input.prop('type') == 'radio') { - if ($input.prop('checked') && this.$element.hasClass('active')) changed = false - else $parent.find('.active').removeClass('active') - } - if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change') - } - - if (changed) this.$element.toggleClass('active') - } - - - // BUTTON PLUGIN DEFINITION - // ======================== - - var old = $.fn.button - - $.fn.button = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.button') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.button', (data = new Button(this, options))) - - if (option == 'toggle') data.toggle() - else if (option) data.setState(option) - }) - } - - $.fn.button.Constructor = Button - - - // BUTTON NO CONFLICT - // ================== - - $.fn.button.noConflict = function () { - $.fn.button = old - return this - } - - - // BUTTON DATA-API - // =============== - - $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) { - var $btn = $(e.target) - if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') - $btn.button('toggle') - e.preventDefault() - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: carousel.js v3.1.0 - * https://getbootstrap.com/javascript/#carousel - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // CAROUSEL CLASS DEFINITION - // ========================= - - var Carousel = function (element, options) { - this.$element = $(element) - this.$indicators = this.$element.find('.carousel-indicators') - this.options = options - this.paused = - this.sliding = - this.interval = - this.$active = - this.$items = null - - this.options.pause == 'hover' && this.$element - .on('mouseenter', $.proxy(this.pause, this)) - .on('mouseleave', $.proxy(this.cycle, this)) - } - - Carousel.DEFAULTS = { - interval: 5000, - pause: 'hover', - wrap: true - } - - Carousel.prototype.cycle = function (e) { - e || (this.paused = false) - - this.interval && clearInterval(this.interval) - - this.options.interval - && !this.paused - && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) - - return this - } - - Carousel.prototype.getActiveIndex = function () { - this.$active = this.$element.find('.item.active') - this.$items = this.$active.parent().children() - - return this.$items.index(this.$active) - } - - Carousel.prototype.to = function (pos) { - var that = this - var activeIndex = this.getActiveIndex() - - if (pos > (this.$items.length - 1) || pos < 0) return - - if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) - if (activeIndex == pos) return this.pause().cycle() - - return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos])) - } - - Carousel.prototype.pause = function (e) { - e || (this.paused = true) - - if (this.$element.find('.next, .prev').length && $.support.transition) { - this.$element.trigger($.support.transition.end) - this.cycle(true) - } - - this.interval = clearInterval(this.interval) - - return this - } - - Carousel.prototype.next = function () { - if (this.sliding) return - return this.slide('next') - } - - Carousel.prototype.prev = function () { - if (this.sliding) return - return this.slide('prev') - } - - Carousel.prototype.slide = function (type, next) { - var $active = this.$element.find('.item.active') - var $next = next || $active[type]() - var isCycling = this.interval - var direction = type == 'next' ? 'left' : 'right' - var fallback = type == 'next' ? 'first' : 'last' - var that = this - - if (!$next.length) { - if (!this.options.wrap) return - $next = this.$element.find('.item')[fallback]() - } - - if ($next.hasClass('active')) return this.sliding = false - - var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction }) - this.$element.trigger(e) - if (e.isDefaultPrevented()) return - - this.sliding = true - - isCycling && this.pause() - - if (this.$indicators.length) { - this.$indicators.find('.active').removeClass('active') - this.$element.one('slid.bs.carousel', function () { - var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()]) - $nextIndicator && $nextIndicator.addClass('active') - }) - } - - if ($.support.transition && this.$element.hasClass('slide')) { - $next.addClass(type) - $next[0].offsetWidth // force reflow - $active.addClass(direction) - $next.addClass(direction) - $active - .one($.support.transition.end, function () { - $next.removeClass([type, direction].join(' ')).addClass('active') - $active.removeClass(['active', direction].join(' ')) - that.sliding = false - setTimeout(function () { that.$element.trigger('slid.bs.carousel') }, 0) - }) - .emulateTransitionEnd($active.css('transition-duration').slice(0, -1) * 1000) - } else { - $active.removeClass('active') - $next.addClass('active') - this.sliding = false - this.$element.trigger('slid.bs.carousel') - } - - isCycling && this.cycle() - - return this - } - - - // CAROUSEL PLUGIN DEFINITION - // ========================== - - var old = $.fn.carousel - - $.fn.carousel = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.carousel') - var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option) - var action = typeof option == 'string' ? option : options.slide - - if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) - if (typeof option == 'number') data.to(option) - else if (action) data[action]() - else if (options.interval) data.pause().cycle() - }) - } - - $.fn.carousel.Constructor = Carousel - - - // CAROUSEL NO CONFLICT - // ==================== - - $.fn.carousel.noConflict = function () { - $.fn.carousel = old - return this - } - - - // CAROUSEL DATA-API - // ================= - - $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) { - var $this = $(this), href - var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 - var options = $.extend({}, $target.data(), $this.data()) - var slideIndex = $this.attr('data-slide-to') - if (slideIndex) options.interval = false - - $target.carousel(options) - - if (slideIndex = $this.attr('data-slide-to')) { - $target.data('bs.carousel').to(slideIndex) - } - - e.preventDefault() - }) - - $(window).on('load', function () { - $('[data-ride="carousel"]').each(function () { - var $carousel = $(this) - $carousel.carousel($carousel.data()) - }) - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: collapse.js v3.1.0 - * https://getbootstrap.com/javascript/#collapse - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // COLLAPSE PUBLIC CLASS DEFINITION - // ================================ - - var Collapse = function (element, options) { - this.$element = $(element) - this.options = $.extend({}, Collapse.DEFAULTS, options) - this.transitioning = null - - if (this.options.parent) this.$parent = $(this.options.parent) - if (this.options.toggle) this.toggle() - } - - Collapse.DEFAULTS = { - toggle: true - } - - Collapse.prototype.dimension = function () { - var hasWidth = this.$element.hasClass('width') - return hasWidth ? 'width' : 'height' - } - - Collapse.prototype.show = function () { - if (this.transitioning || this.$element.hasClass('in')) return - - var startEvent = $.Event('show.bs.collapse') - this.$element.trigger(startEvent) - if (startEvent.isDefaultPrevented()) return - - var actives = this.$parent && this.$parent.find('> .panel > .in') - - if (actives && actives.length) { - var hasData = actives.data('bs.collapse') - if (hasData && hasData.transitioning) return - actives.collapse('hide') - hasData || actives.data('bs.collapse', null) - } - - var dimension = this.dimension() - - this.$element - .removeClass('collapse') - .addClass('collapsing') - [dimension](0) - - this.transitioning = 1 - - var complete = function () { - this.$element - .removeClass('collapsing') - .addClass('collapse in') - [dimension]('auto') - this.transitioning = 0 - this.$element.trigger('shown.bs.collapse') - } - - if (!$.support.transition) return complete.call(this) - - var scrollSize = $.camelCase(['scroll', dimension].join('-')) - - this.$element - .one($.support.transition.end, $.proxy(complete, this)) - .emulateTransitionEnd(350) - [dimension](this.$element[0][scrollSize]) - } - - Collapse.prototype.hide = function () { - if (this.transitioning || !this.$element.hasClass('in')) return - - var startEvent = $.Event('hide.bs.collapse') - this.$element.trigger(startEvent) - if (startEvent.isDefaultPrevented()) return - - var dimension = this.dimension() - - this.$element - [dimension](this.$element[dimension]()) - [0].offsetHeight - - this.$element - .addClass('collapsing') - .removeClass('collapse') - .removeClass('in') - - this.transitioning = 1 - - var complete = function () { - this.transitioning = 0 - this.$element - .trigger('hidden.bs.collapse') - .removeClass('collapsing') - .addClass('collapse') - } - - if (!$.support.transition) return complete.call(this) - - this.$element - [dimension](0) - .one($.support.transition.end, $.proxy(complete, this)) - .emulateTransitionEnd(350) - } - - Collapse.prototype.toggle = function () { - this[this.$element.hasClass('in') ? 'hide' : 'show']() - } - - - // COLLAPSE PLUGIN DEFINITION - // ========================== - - var old = $.fn.collapse - - $.fn.collapse = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.collapse') - var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option) - - if (!data && options.toggle && option == 'show') option = !option - if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.collapse.Constructor = Collapse - - - // COLLAPSE NO CONFLICT - // ==================== - - $.fn.collapse.noConflict = function () { - $.fn.collapse = old - return this - } - - - // COLLAPSE DATA-API - // ================= - - $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) { - var $this = $(this), href - var target = $this.attr('data-target') - || e.preventDefault() - || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7 - var $target = $(target) - var data = $target.data('bs.collapse') - var option = data ? 'toggle' : $this.data() - var parent = $this.attr('data-parent') - var $parent = parent && $(parent) - - if (!data || !data.transitioning) { - if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed') - $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed') - } - - $target.collapse(option) - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: dropdown.js v3.1.0 - * https://getbootstrap.com/javascript/#dropdowns - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // DROPDOWN CLASS DEFINITION - // ========================= - - var backdrop = '.dropdown-backdrop' - var toggle = '[data-toggle=dropdown]' - var Dropdown = function (element) { - $(element).on('click.bs.dropdown', this.toggle) - } - - Dropdown.prototype.toggle = function (e) { - var $this = $(this) - - if ($this.is('.disabled, :disabled')) return - - var $parent = getParent($this) - var isActive = $parent.hasClass('open') - - clearMenus() - - if (!isActive) { - if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { - // if mobile we use a backdrop because click events don't delegate - $('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus) - } - - var relatedTarget = { relatedTarget: this } - $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget)) - - if (e.isDefaultPrevented()) return - - $parent - .toggleClass('open') - .trigger('shown.bs.dropdown', relatedTarget) - - $this.focus() - } - - return false - } - - Dropdown.prototype.keydown = function (e) { - if (!/(38|40|27)/.test(e.keyCode)) return - - var $this = $(this) - - e.preventDefault() - e.stopPropagation() - - if ($this.is('.disabled, :disabled')) return - - var $parent = getParent($this) - var isActive = $parent.hasClass('open') - - if (!isActive || (isActive && e.keyCode == 27)) { - if (e.which == 27) $parent.find(toggle).focus() - return $this.click() - } - - var desc = ' li:not(.divider):visible a' - var $items = $parent.find('[role=menu]' + desc + ', [role=listbox]' + desc) - - if (!$items.length) return - - var index = $items.index($items.filter(':focus')) - - if (e.keyCode == 38 && index > 0) index-- // up - if (e.keyCode == 40 && index < $items.length - 1) index++ // down - if (!~index) index = 0 - - $items.eq(index).focus() - } - - function clearMenus(e) { - $(backdrop).remove() - $(toggle).each(function () { - var $parent = getParent($(this)) - var relatedTarget = { relatedTarget: this } - if (!$parent.hasClass('open')) return - $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget)) - if (e.isDefaultPrevented()) return - $parent.removeClass('open').trigger('hidden.bs.dropdown', relatedTarget) - }) - } - - function getParent($this) { - var selector = $this.attr('data-target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 - } - - var $parent = selector && $(selector) - - return $parent && $parent.length ? $parent : $this.parent() - } - - - // DROPDOWN PLUGIN DEFINITION - // ========================== - - var old = $.fn.dropdown - - $.fn.dropdown = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.dropdown') - - if (!data) $this.data('bs.dropdown', (data = new Dropdown(this))) - if (typeof option == 'string') data[option].call($this) - }) - } - - $.fn.dropdown.Constructor = Dropdown - - - // DROPDOWN NO CONFLICT - // ==================== - - $.fn.dropdown.noConflict = function () { - $.fn.dropdown = old - return this - } - - - // APPLY TO STANDARD DROPDOWN ELEMENTS - // =================================== - - $(document) - .on('click.bs.dropdown.data-api', clearMenus) - .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() }) - .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle) - .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu], [role=listbox]', Dropdown.prototype.keydown) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: modal.js v3.1.0 - * https://getbootstrap.com/javascript/#modals - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // MODAL CLASS DEFINITION - // ====================== - - var Modal = function (element, options) { - this.options = options - this.$element = $(element) - this.$backdrop = - this.isShown = null - - if (this.options.remote) { - this.$element - .find('.modal-content') - .load(this.options.remote, $.proxy(function () { - this.$element.trigger('loaded.bs.modal') - }, this)) - } - } - - Modal.DEFAULTS = { - backdrop: true, - keyboard: true, - show: true - } - - Modal.prototype.toggle = function (_relatedTarget) { - return this[!this.isShown ? 'show' : 'hide'](_relatedTarget) - } - - Modal.prototype.show = function (_relatedTarget) { - var that = this - var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget }) - - this.$element.trigger(e) - - if (this.isShown || e.isDefaultPrevented()) return - - this.isShown = true - - this.escape() - - this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) - - this.backdrop(function () { - var transition = $.support.transition && that.$element.hasClass('fade') - - if (!that.$element.parent().length) { - that.$element.appendTo(document.body) // don't move modals dom position - } - - that.$element - .show() - .scrollTop(0) - - if (transition) { - that.$element[0].offsetWidth // force reflow - } - - that.$element - .addClass('in') - .attr('aria-hidden', false) - - that.enforceFocus() - - var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget }) - - transition ? - that.$element.find('.modal-dialog') // wait for modal to slide in - .one($.support.transition.end, function () { - that.$element.focus().trigger(e) - }) - .emulateTransitionEnd(300) : - that.$element.focus().trigger(e) - }) - } - - Modal.prototype.hide = function (e) { - if (e) e.preventDefault() - - e = $.Event('hide.bs.modal') - - this.$element.trigger(e) - - if (!this.isShown || e.isDefaultPrevented()) return - - this.isShown = false - - this.escape() - - $(document).off('focusin.bs.modal') - - this.$element - .removeClass('in') - .attr('aria-hidden', true) - .off('click.dismiss.bs.modal') - - $.support.transition && this.$element.hasClass('fade') ? - this.$element - .one($.support.transition.end, $.proxy(this.hideModal, this)) - .emulateTransitionEnd(300) : - this.hideModal() - } - - Modal.prototype.enforceFocus = function () { - $(document) - .off('focusin.bs.modal') // guard against infinite focus loop - .on('focusin.bs.modal', $.proxy(function (e) { - if (this.$element[0] !== e.target && !this.$element.has(e.target).length) { - this.$element.focus() - } - }, this)) - } - - Modal.prototype.escape = function () { - if (this.isShown && this.options.keyboard) { - this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) { - e.which == 27 && this.hide() - }, this)) - } else if (!this.isShown) { - this.$element.off('keyup.dismiss.bs.modal') - } - } - - Modal.prototype.hideModal = function () { - var that = this - this.$element.hide() - this.backdrop(function () { - that.removeBackdrop() - that.$element.trigger('hidden.bs.modal') - }) - } - - Modal.prototype.removeBackdrop = function () { - this.$backdrop && this.$backdrop.remove() - this.$backdrop = null - } - - Modal.prototype.backdrop = function (callback) { - var animate = this.$element.hasClass('fade') ? 'fade' : '' - - if (this.isShown && this.options.backdrop) { - var doAnimate = $.support.transition && animate - - this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />') - .appendTo(document.body) - - this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) { - if (e.target !== e.currentTarget) return - this.options.backdrop == 'static' - ? this.$element[0].focus.call(this.$element[0]) - : this.hide.call(this) - }, this)) - - if (doAnimate) this.$backdrop[0].offsetWidth // force reflow - - this.$backdrop.addClass('in') - - if (!callback) return - - doAnimate ? - this.$backdrop - .one($.support.transition.end, callback) - .emulateTransitionEnd(150) : - callback() - - } else if (!this.isShown && this.$backdrop) { - this.$backdrop.removeClass('in') - - $.support.transition && this.$element.hasClass('fade') ? - this.$backdrop - .one($.support.transition.end, callback) - .emulateTransitionEnd(150) : - callback() - - } else if (callback) { - callback() - } - } - - - // MODAL PLUGIN DEFINITION - // ======================= - - var old = $.fn.modal - - $.fn.modal = function (option, _relatedTarget) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.modal') - var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option) - - if (!data) $this.data('bs.modal', (data = new Modal(this, options))) - if (typeof option == 'string') data[option](_relatedTarget) - else if (options.show) data.show(_relatedTarget) - }) - } - - $.fn.modal.Constructor = Modal - - - // MODAL NO CONFLICT - // ================= - - $.fn.modal.noConflict = function () { - $.fn.modal = old - return this - } - - - // MODAL DATA-API - // ============== - - $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { - var $this = $(this) - var href = $this.attr('href') - var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7 - var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) - - if ($this.is('a')) e.preventDefault() - - $target - .modal(option, this) - .one('hide', function () { - $this.is(':visible') && $this.focus() - }) - }) - - $(document) - .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') }) - .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: tooltip.js v3.1.0 - * https://getbootstrap.com/javascript/#tooltip - * Inspired by the original jQuery.tipsy by Jason Frame - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // TOOLTIP PUBLIC CLASS DEFINITION - // =============================== - - var Tooltip = function (element, options) { - this.type = - this.options = - this.enabled = - this.timeout = - this.hoverState = - this.$element = null - - this.init('tooltip', element, options) - } - - Tooltip.DEFAULTS = { - animation: true, - placement: 'top', - selector: false, - template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>', - trigger: 'hover focus', - title: '', - delay: 0, - html: false, - container: false - } - - Tooltip.prototype.init = function (type, element, options) { - this.enabled = true - this.type = type - this.$element = $(element) - this.options = this.getOptions(options) - - var triggers = this.options.trigger.split(' ') - - for (var i = triggers.length; i--;) { - var trigger = triggers[i] - - if (trigger == 'click') { - this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this)) - } else if (trigger != 'manual') { - var eventIn = trigger == 'hover' ? 'mouseenter' : 'focusin' - var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout' - - this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this)) - this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this)) - } - } - - this.options.selector ? - (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) : - this.fixTitle() - } - - Tooltip.prototype.getDefaults = function () { - return Tooltip.DEFAULTS - } - - Tooltip.prototype.getOptions = function (options) { - options = $.extend({}, this.getDefaults(), this.$element.data(), options) - - if (options.delay && typeof options.delay == 'number') { - options.delay = { - show: options.delay, - hide: options.delay - } - } - - return options - } - - Tooltip.prototype.getDelegateOptions = function () { - var options = {} - var defaults = this.getDefaults() - - this._options && $.each(this._options, function (key, value) { - if (defaults[key] != value) options[key] = value - }) - - return options - } - - Tooltip.prototype.enter = function (obj) { - var self = obj instanceof this.constructor ? - obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) - - clearTimeout(self.timeout) - - self.hoverState = 'in' - - if (!self.options.delay || !self.options.delay.show) return self.show() - - self.timeout = setTimeout(function () { - if (self.hoverState == 'in') self.show() - }, self.options.delay.show) - } - - Tooltip.prototype.leave = function (obj) { - var self = obj instanceof this.constructor ? - obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) - - clearTimeout(self.timeout) - - self.hoverState = 'out' - - if (!self.options.delay || !self.options.delay.hide) return self.hide() - - self.timeout = setTimeout(function () { - if (self.hoverState == 'out') self.hide() - }, self.options.delay.hide) - } - - Tooltip.prototype.show = function () { - var e = $.Event('show.bs.' + this.type) - - if (this.hasContent() && this.enabled) { - this.$element.trigger(e) - - if (e.isDefaultPrevented()) return - var that = this; - - var $tip = this.tip() - - this.setContent() - - if (this.options.animation) $tip.addClass('fade') - - var placement = typeof this.options.placement == 'function' ? - this.options.placement.call(this, $tip[0], this.$element[0]) : - this.options.placement - - var autoToken = /\s?auto?\s?/i - var autoPlace = autoToken.test(placement) - if (autoPlace) placement = placement.replace(autoToken, '') || 'top' - - $tip - .detach() - .css({ top: 0, left: 0, display: 'block' }) - .addClass(placement) - - this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) - - var pos = this.getPosition() - var actualWidth = $tip[0].offsetWidth - var actualHeight = $tip[0].offsetHeight - - if (autoPlace) { - var $parent = this.$element.parent() - - var orgPlacement = placement - var docScroll = document.documentElement.scrollTop || document.body.scrollTop - var parentWidth = this.options.container == 'body' ? window.innerWidth : $parent.outerWidth() - var parentHeight = this.options.container == 'body' ? window.innerHeight : $parent.outerHeight() - var parentLeft = this.options.container == 'body' ? 0 : $parent.offset().left - - placement = placement == 'bottom' && pos.top + pos.height + actualHeight - docScroll > parentHeight ? 'top' : - placement == 'top' && pos.top - docScroll - actualHeight < 0 ? 'bottom' : - placement == 'right' && pos.right + actualWidth > parentWidth ? 'left' : - placement == 'left' && pos.left - actualWidth < parentLeft ? 'right' : - placement - - $tip - .removeClass(orgPlacement) - .addClass(placement) - } - - var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) - - this.applyPlacement(calculatedOffset, placement) - this.hoverState = null - - var complete = function() { - that.$element.trigger('shown.bs.' + that.type) - } - - $.support.transition && this.$tip.hasClass('fade') ? - $tip - .one($.support.transition.end, complete) - .emulateTransitionEnd(150) : - complete() - } - } - - Tooltip.prototype.applyPlacement = function (offset, placement) { - var replace - var $tip = this.tip() - var width = $tip[0].offsetWidth - var height = $tip[0].offsetHeight - - // manually read margins because getBoundingClientRect includes difference - var marginTop = parseInt($tip.css('margin-top'), 10) - var marginLeft = parseInt($tip.css('margin-left'), 10) - - // we must check for NaN for ie 8/9 - if (isNaN(marginTop)) marginTop = 0 - if (isNaN(marginLeft)) marginLeft = 0 - - offset.top = offset.top + marginTop - offset.left = offset.left + marginLeft - - // $.fn.offset doesn't round pixel values - // so we use setOffset directly with our own function B-0 - $.offset.setOffset($tip[0], $.extend({ - using: function (props) { - $tip.css({ - top: Math.round(props.top), - left: Math.round(props.left) - }) - } - }, offset), 0) - - $tip.addClass('in') - - // check to see if placing tip in new offset caused the tip to resize itself - var actualWidth = $tip[0].offsetWidth - var actualHeight = $tip[0].offsetHeight - - if (placement == 'top' && actualHeight != height) { - replace = true - offset.top = offset.top + height - actualHeight - } - - if (/bottom|top/.test(placement)) { - var delta = 0 - - if (offset.left < 0) { - delta = offset.left * -2 - offset.left = 0 - - $tip.offset(offset) - - actualWidth = $tip[0].offsetWidth - actualHeight = $tip[0].offsetHeight - } - - this.replaceArrow(delta - width + actualWidth, actualWidth, 'left') - } else { - this.replaceArrow(actualHeight - height, actualHeight, 'top') - } - - if (replace) $tip.offset(offset) - } - - Tooltip.prototype.replaceArrow = function (delta, dimension, position) { - this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + '%') : '') - } - - Tooltip.prototype.setContent = function () { - var $tip = this.tip() - var title = this.getTitle() - - $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title) - $tip.removeClass('fade in top bottom left right') - } - - Tooltip.prototype.hide = function () { - var that = this - var $tip = this.tip() - var e = $.Event('hide.bs.' + this.type) - - function complete() { - if (that.hoverState != 'in') $tip.detach() - that.$element.trigger('hidden.bs.' + that.type) - } - - this.$element.trigger(e) - - if (e.isDefaultPrevented()) return - - $tip.removeClass('in') - - $.support.transition && this.$tip.hasClass('fade') ? - $tip - .one($.support.transition.end, complete) - .emulateTransitionEnd(150) : - complete() - - this.hoverState = null - - return this - } - - Tooltip.prototype.fixTitle = function () { - var $e = this.$element - if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') { - $e.attr('data-original-title', $e.attr('title') || '').attr('title', '') - } - } - - Tooltip.prototype.hasContent = function () { - return this.getTitle() - } - - Tooltip.prototype.getPosition = function () { - var el = this.$element[0] - return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : { - width: el.offsetWidth, - height: el.offsetHeight - }, this.$element.offset()) - } - - Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { - return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } : - placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } : - placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } : - /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width } - } - - Tooltip.prototype.getTitle = function () { - var title - var $e = this.$element - var o = this.options - - title = $e.attr('data-original-title') - || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title) - - return title - } - - Tooltip.prototype.tip = function () { - return this.$tip = this.$tip || $(this.options.template) - } - - Tooltip.prototype.arrow = function () { - return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow') - } - - Tooltip.prototype.validate = function () { - if (!this.$element[0].parentNode) { - this.hide() - this.$element = null - this.options = null - } - } - - Tooltip.prototype.enable = function () { - this.enabled = true - } - - Tooltip.prototype.disable = function () { - this.enabled = false - } - - Tooltip.prototype.toggleEnabled = function () { - this.enabled = !this.enabled - } - - Tooltip.prototype.toggle = function (e) { - var self = e ? $(e.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) : this - self.tip().hasClass('in') ? self.leave(self) : self.enter(self) - } - - Tooltip.prototype.destroy = function () { - clearTimeout(this.timeout) - this.hide().$element.off('.' + this.type).removeData('bs.' + this.type) - } - - - // TOOLTIP PLUGIN DEFINITION - // ========================= - - var old = $.fn.tooltip - - $.fn.tooltip = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.tooltip') - var options = typeof option == 'object' && option - - if (!data && option == 'destroy') return - if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.tooltip.Constructor = Tooltip - - - // TOOLTIP NO CONFLICT - // =================== - - $.fn.tooltip.noConflict = function () { - $.fn.tooltip = old - return this - } - -}(jQuery); - -/* ======================================================================== - * Bootstrap: popover.js v3.1.0 - * https://getbootstrap.com/javascript/#popovers - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // POPOVER PUBLIC CLASS DEFINITION - // =============================== - - var Popover = function (element, options) { - this.init('popover', element, options) - } - - if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') - - Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, { - placement: 'right', - trigger: 'click', - content: '', - template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>' - }) - - - // NOTE: POPOVER EXTENDS tooltip.js - // ================================ - - Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype) - - Popover.prototype.constructor = Popover - - Popover.prototype.getDefaults = function () { - return Popover.DEFAULTS - } - - Popover.prototype.setContent = function () { - var $tip = this.tip() - var title = this.getTitle() - var content = this.getContent() - - $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title) - $tip.find('.popover-content')[ // we use append for html objects to maintain js events - this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text' - ](content) - - $tip.removeClass('fade top bottom left right in') - - // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do - // this manually by checking the contents. - if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide() - } - - Popover.prototype.hasContent = function () { - return this.getTitle() || this.getContent() - } - - Popover.prototype.getContent = function () { - var $e = this.$element - var o = this.options - - return $e.attr('data-content') - || (typeof o.content == 'function' ? - o.content.call($e[0]) : - o.content) - } - - Popover.prototype.arrow = function () { - return this.$arrow = this.$arrow || this.tip().find('.arrow') - } - - Popover.prototype.tip = function () { - if (!this.$tip) this.$tip = $(this.options.template) - return this.$tip - } - - - // POPOVER PLUGIN DEFINITION - // ========================= - - var old = $.fn.popover - - $.fn.popover = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.popover') - var options = typeof option == 'object' && option - - if (!data && option == 'destroy') return - if (!data) $this.data('bs.popover', (data = new Popover(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.popover.Constructor = Popover - - - // POPOVER NO CONFLICT - // =================== - - $.fn.popover.noConflict = function () { - $.fn.popover = old - return this - } - -}(jQuery); - -/* ======================================================================== - * Bootstrap: scrollspy.js v3.1.0 - * https://getbootstrap.com/javascript/#scrollspy - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // SCROLLSPY CLASS DEFINITION - // ========================== - - function ScrollSpy(element, options) { - var href - var process = $.proxy(this.process, this) - - this.$element = $(element).is('body') ? $(window) : $(element) - this.$body = $('body') - this.$scrollElement = this.$element.on('scroll.bs.scroll-spy.data-api', process) - this.options = $.extend({}, ScrollSpy.DEFAULTS, options) - this.selector = (this.options.target - || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 - || '') + ' .nav li > a' - this.offsets = $([]) - this.targets = $([]) - this.activeTarget = null - - this.refresh() - this.process() - } - - ScrollSpy.DEFAULTS = { - offset: 10 - } - - ScrollSpy.prototype.refresh = function () { - var offsetMethod = this.$element[0] == window ? 'offset' : 'position' - - this.offsets = $([]) - this.targets = $([]) - - var self = this - var $targets = this.$body - .find(this.selector) - .map(function () { - var $el = $(this) - var href = $el.data('target') || $el.attr('href') - var $href = /^#./.test(href) && $(href) - - return ($href - && $href.length - && $href.is(':visible') - && [[ $href[offsetMethod]().top + (!$.isWindow(self.$scrollElement.get(0)) && self.$scrollElement.scrollTop()), href ]]) || null - }) - .sort(function (a, b) { return a[0] - b[0] }) - .each(function () { - self.offsets.push(this[0]) - self.targets.push(this[1]) - }) - } - - ScrollSpy.prototype.process = function () { - var scrollTop = this.$scrollElement.scrollTop() + this.options.offset - var scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight - var maxScroll = scrollHeight - this.$scrollElement.height() - var offsets = this.offsets - var targets = this.targets - var activeTarget = this.activeTarget - var i - - if (scrollTop >= maxScroll) { - return activeTarget != (i = targets.last()[0]) && this.activate(i) - } - - if (activeTarget && scrollTop <= offsets[0]) { - return activeTarget != (i = targets[0]) && this.activate(i) - } - - for (i = offsets.length; i--;) { - activeTarget != targets[i] - && scrollTop >= offsets[i] - && (!offsets[i + 1] || scrollTop <= offsets[i + 1]) - && this.activate( targets[i] ) - } - } - - ScrollSpy.prototype.activate = function (target) { - this.activeTarget = target - - $(this.selector) - .parentsUntil(this.options.target, '.active') - .removeClass('active') - - var selector = this.selector + - '[data-target="' + target + '"],' + - this.selector + '[href="' + target + '"]' - - var active = $(selector) - .parents('li') - .addClass('active') - - if (active.parent('.dropdown-menu').length) { - active = active - .closest('li.dropdown') - .addClass('active') - } - - active.trigger('activate.bs.scrollspy') - } - - - // SCROLLSPY PLUGIN DEFINITION - // =========================== - - var old = $.fn.scrollspy - - $.fn.scrollspy = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.scrollspy') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.scrollspy.Constructor = ScrollSpy - - - // SCROLLSPY NO CONFLICT - // ===================== - - $.fn.scrollspy.noConflict = function () { - $.fn.scrollspy = old - return this - } - - - // SCROLLSPY DATA-API - // ================== - - $(window).on('load', function () { - $('[data-spy="scroll"]').each(function () { - var $spy = $(this) - $spy.scrollspy($spy.data()) - }) - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: tab.js v3.1.0 - * https://getbootstrap.com/javascript/#tabs - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // TAB CLASS DEFINITION - // ==================== - - var Tab = function (element) { - this.element = $(element) - } - - Tab.prototype.show = function () { - var $this = this.element - var $ul = $this.closest('ul:not(.dropdown-menu)') - var selector = $this.data('target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 - } - - if ($this.parent('li').hasClass('active')) return - - var previous = $ul.find('.active:last a')[0] - var e = $.Event('show.bs.tab', { - relatedTarget: previous - }) - - $this.trigger(e) - - if (e.isDefaultPrevented()) return - - var $target = $(selector) - - this.activate($this.parent('li'), $ul) - this.activate($target, $target.parent(), function () { - $this.trigger({ - type: 'shown.bs.tab', - relatedTarget: previous - }) - }) - } - - Tab.prototype.activate = function (element, container, callback) { - var $active = container.find('> .active') - var transition = callback - && $.support.transition - && $active.hasClass('fade') - - function next() { - $active - .removeClass('active') - .find('> .dropdown-menu > .active') - .removeClass('active') - - element.addClass('active') - - if (transition) { - element[0].offsetWidth // reflow for transition - element.addClass('in') - } else { - element.removeClass('fade') - } - - if (element.parent('.dropdown-menu')) { - element.closest('li.dropdown').addClass('active') - } - - callback && callback() - } - - transition ? - $active - .one($.support.transition.end, next) - .emulateTransitionEnd(150) : - next() - - $active.removeClass('in') - } - - - // TAB PLUGIN DEFINITION - // ===================== - - var old = $.fn.tab - - $.fn.tab = function ( option ) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.tab') - - if (!data) $this.data('bs.tab', (data = new Tab(this))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.tab.Constructor = Tab - - - // TAB NO CONFLICT - // =============== - - $.fn.tab.noConflict = function () { - $.fn.tab = old - return this - } - - - // TAB DATA-API - // ============ - - $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) { - e.preventDefault() - $(this).tab('show') - }) - -}(jQuery); - -/* ======================================================================== - * Bootstrap: affix.js v3.1.0 - * https://getbootstrap.com/javascript/#affix - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // AFFIX CLASS DEFINITION - // ====================== - - var Affix = function (element, options) { - this.options = $.extend({}, Affix.DEFAULTS, options) - this.$window = $(window) - .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this)) - .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this)) - - this.$element = $(element) - this.affixed = - this.unpin = - this.pinnedOffset = null - - this.checkPosition() - } - - Affix.RESET = 'affix affix-top affix-bottom' - - Affix.DEFAULTS = { - offset: 0 - } - - Affix.prototype.getPinnedOffset = function () { - if (this.pinnedOffset) return this.pinnedOffset - this.$element.removeClass(Affix.RESET).addClass('affix') - var scrollTop = this.$window.scrollTop() - var position = this.$element.offset() - return (this.pinnedOffset = position.top - scrollTop) - } - - Affix.prototype.checkPositionWithEventLoop = function () { - setTimeout($.proxy(this.checkPosition, this), 1) - } - - Affix.prototype.checkPosition = function () { - if (!this.$element.is(':visible')) return - - var scrollHeight = $(document).height() - var scrollTop = this.$window.scrollTop() - var position = this.$element.offset() - var offset = this.options.offset - var offsetTop = offset.top - var offsetBottom = offset.bottom - - if (this.affixed == 'top') position.top += scrollTop - - if (typeof offset != 'object') offsetBottom = offsetTop = offset - if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element) - if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element) - - var affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ? false : - offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' : - offsetTop != null && (scrollTop <= offsetTop) ? 'top' : false - - if (this.affixed === affix) return - if (this.unpin) this.$element.css('top', '') - - var affixType = 'affix' + (affix ? '-' + affix : '') - var e = $.Event(affixType + '.bs.affix') - - this.$element.trigger(e) - - if (e.isDefaultPrevented()) return - - this.affixed = affix - this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null - - this.$element - .removeClass(Affix.RESET) - .addClass(affixType) - .trigger($.Event(affixType.replace('affix', 'affixed'))) - - if (affix == 'bottom') { - this.$element.offset({ top: scrollHeight - offsetBottom - this.$element.height() }) - } - } - - - // AFFIX PLUGIN DEFINITION - // ======================= - - var old = $.fn.affix - - $.fn.affix = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.affix') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.affix', (data = new Affix(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.affix.Constructor = Affix - - - // AFFIX NO CONFLICT - // ================= - - $.fn.affix.noConflict = function () { - $.fn.affix = old - return this - } - - - // AFFIX DATA-API - // ============== - - $(window).on('load', function () { - $('[data-spy="affix"]').each(function () { - var $spy = $(this) - var data = $spy.data() - - data.offset = data.offset || {} - - if (data.offsetBottom) data.offset.bottom = data.offsetBottom - if (data.offsetTop) data.offset.top = data.offsetTop - - $spy.affix(data) - }) - }) - -}(jQuery); diff --git a/woc/js/bootstrap.min copy.min.js b/woc/js/bootstrap.min copy.min.js deleted file mode 100644 index 80b0a37..0000000 --- a/woc/js/bootstrap.min copy.min.js +++ /dev/null @@ -1 +0,0 @@ -+function(t){"use strict";function e(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in e)if(void 0!==t.style[i])return{end:e[i]};return!1}t.fn.emulateTransitionEnd=function(e){var i=!1,o=this;t(this).one(t.support.transition.end,function(){i=!0});var n=function(){i||t(o).trigger(t.support.transition.end)};return setTimeout(n,e),this},t(function(){t.support.transition=e()})}(jQuery),+function(t){"use strict";var e='[data-dismiss="alert"]',i=function(i){t(i).on("click",e,this.close)};i.prototype.close=function(e){function i(){s.trigger("closed.bs.alert").remove()}var o=t(this),n=o.attr("data-target");n||(n=o.attr("href"),n=n&&n.replace(/.*(?=#[^\s]*$)/,""));var s=t(n);e&&e.preventDefault(),s.length||(s=o.hasClass("alert")?o:o.parent()),s.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(s.removeClass("in"),t.support.transition&&s.hasClass("fade")?s.one(t.support.transition.end,i).emulateTransitionEnd(150):i())};var o=t.fn.alert;t.fn.alert=function(e){return this.each(function(){var o=t(this),n=o.data("bs.alert");n||o.data("bs.alert",n=new i(this)),"string"==typeof e&&n[e].call(o)})},t.fn.alert.Constructor=i,t.fn.alert.noConflict=function(){return t.fn.alert=o,this},t(document).on("click.bs.alert.data-api",e,i.prototype.close)}(jQuery),+function(t){"use strict";var e=function(i,o){this.$element=t(i),this.options=t.extend({},e.DEFAULTS,o),this.isLoading=!1};e.DEFAULTS={loadingText:"loading..."},e.prototype.setState=function(e){var i="disabled",o=this.$element,n=o.is("input")?"val":"html",s=o.data();e+="Text",s.resetText||o.data("resetText",o[n]()),o[n](s[e]||this.options[e]),setTimeout(t.proxy(function(){"loadingText"==e?(this.isLoading=!0,o.addClass(i).attr(i,i)):this.isLoading&&(this.isLoading=!1,o.removeClass(i).removeAttr(i))},this),0)},e.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")&&(i.prop("checked")&&this.$element.hasClass("active")?t=!1:e.find(".active").removeClass("active")),t&&i.prop("checked",!this.$element.hasClass("active")).trigger("change")}t&&this.$element.toggleClass("active")};var i=t.fn.button;t.fn.button=function(i){return this.each(function(){var o=t(this),n=o.data("bs.button"),s="object"==typeof i&&i;n||o.data("bs.button",n=new e(this,s)),"toggle"==i?n.toggle():i&&n.setState(i)})},t.fn.button.Constructor=e,t.fn.button.noConflict=function(){return t.fn.button=i,this},t(document).on("click.bs.button.data-api","[data-toggle^=button]",function(e){var i=t(e.target);i.hasClass("btn")||(i=i.closest(".btn")),i.button("toggle"),e.preventDefault()})}(jQuery),+function(t){"use strict";var e=function(e,i){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=i,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",t.proxy(this.pause,this)).on("mouseleave",t.proxy(this.cycle,this))};e.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},e.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},e.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},e.prototype.to=function(e){var i=this,o=this.getActiveIndex();return e>this.$items.length-1||0>e?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){i.to(e)}):o==e?this.pause().cycle():this.slide(e>o?"next":"prev",t(this.$items[e]))},e.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},e.prototype.next=function(){return this.sliding?void 0:this.slide("next")},e.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},e.prototype.slide=function(e,i){var o=this.$element.find(".item.active"),n=i||o[e](),s=this.interval,a="next"==e?"left":"right",r="next"==e?"first":"last",l=this;if(!n.length){if(!this.options.wrap)return;n=this.$element.find(".item")[r]()}if(n.hasClass("active"))return this.sliding=!1;var h=t.Event("slide.bs.carousel",{relatedTarget:n[0],direction:a});return this.$element.trigger(h),h.isDefaultPrevented()?void 0:(this.sliding=!0,s&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var e=t(l.$indicators.children()[l.getActiveIndex()]);e&&e.addClass("active")})),t.support.transition&&this.$element.hasClass("slide")?(n.addClass(e),n[0].offsetWidth,o.addClass(a),n.addClass(a),o.one(t.support.transition.end,function(){n.removeClass([e,a].join(" ")).addClass("active"),o.removeClass(["active",a].join(" ")),l.sliding=!1,setTimeout(function(){l.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(1e3*o.css("transition-duration").slice(0,-1))):(o.removeClass("active"),n.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),s&&this.cycle(),this)};var i=t.fn.carousel;t.fn.carousel=function(i){return this.each(function(){var o=t(this),n=o.data("bs.carousel"),s=t.extend({},e.DEFAULTS,o.data(),"object"==typeof i&&i),a="string"==typeof i?i:s.slide;n||o.data("bs.carousel",n=new e(this,s)),"number"==typeof i?n.to(i):a?n[a]():s.interval&&n.pause().cycle()})},t.fn.carousel.Constructor=e,t.fn.carousel.noConflict=function(){return t.fn.carousel=i,this},t(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(e){var i,o=t(this),n=t(o.attr("data-target")||(i=o.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"")),s=t.extend({},n.data(),o.data()),a=o.attr("data-slide-to");a&&(s.interval=!1),n.carousel(s),(a=o.attr("data-slide-to"))&&n.data("bs.carousel").to(a),e.preventDefault()}),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var e=t(this);e.carousel(e.data())})})}(jQuery),+function(t){"use strict";var e=function(i,o){this.$element=t(i),this.options=t.extend({},e.DEFAULTS,o),this.transitioning=null,this.options.parent&&(this.$parent=t(this.options.parent)),this.options.toggle&&this.toggle()};e.DEFAULTS={toggle:!0},e.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},e.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e=t.Event("show.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.$parent&&this.$parent.find("> .panel > .in");if(i&&i.length){var o=i.data("bs.collapse");if(o&&o.transitioning)return;i.collapse("hide"),o||i.data("bs.collapse",null)}var n=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[n](0),this.transitioning=1;var s=function(){this.$element.removeClass("collapsing").addClass("collapse in")[n]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return s.call(this);var a=t.camelCase(["scroll",n].join("-"));this.$element.one(t.support.transition.end,t.proxy(s,this)).emulateTransitionEnd(350)[n](this.$element[0][a])}}},e.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.dimension();this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var o=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return t.support.transition?(this.$element[i](0).one(t.support.transition.end,t.proxy(o,this)).emulateTransitionEnd(350),void 0):o.call(this)}}},e.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var i=t.fn.collapse;t.fn.collapse=function(i){return this.each(function(){var o=t(this),n=o.data("bs.collapse"),s=t.extend({},e.DEFAULTS,o.data(),"object"==typeof i&&i);!n&&s.toggle&&"show"==i&&(i=!i),n||o.data("bs.collapse",n=new e(this,s)),"string"==typeof i&&n[i]()})},t.fn.collapse.Constructor=e,t.fn.collapse.noConflict=function(){return t.fn.collapse=i,this},t(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(e){var i,o=t(this),n=o.attr("data-target")||e.preventDefault()||(i=o.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,""),s=t(n),a=s.data("bs.collapse"),r=a?"toggle":o.data(),l=o.attr("data-parent"),h=l&&t(l);a&&a.transitioning||(h&&h.find('[data-toggle=collapse][data-parent="'+l+'"]').not(o).addClass("collapsed"),o[s.hasClass("in")?"addClass":"removeClass"]("collapsed")),s.collapse(r)})}(jQuery),+function(t){"use strict";function e(e){t(o).remove(),t(n).each(function(){var o=i(t(this)),n={relatedTarget:this};o.hasClass("open")&&(o.trigger(e=t.Event("hide.bs.dropdown",n)),e.isDefaultPrevented()||o.removeClass("open").trigger("hidden.bs.dropdown",n))})}function i(e){var i=e.attr("data-target");i||(i=e.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var o=i&&t(i);return o&&o.length?o:e.parent()}var o=".dropdown-backdrop",n="[data-toggle=dropdown]",s=function(e){t(e).on("click.bs.dropdown",this.toggle)};s.prototype.toggle=function(o){var n=t(this);if(!n.is(".disabled, :disabled")){var s=i(n),a=s.hasClass("open");if(e(),!a){"ontouchstart"in document.documentElement&&!s.closest(".navbar-nav").length&&t('<div class="dropdown-backdrop"/>').insertAfter(t(this)).on("click",e);var r={relatedTarget:this};if(s.trigger(o=t.Event("show.bs.dropdown",r)),o.isDefaultPrevented())return;s.toggleClass("open").trigger("shown.bs.dropdown",r),n.focus()}return!1}},s.prototype.keydown=function(e){if(/(38|40|27)/.test(e.keyCode)){var o=t(this);if(e.preventDefault(),e.stopPropagation(),!o.is(".disabled, :disabled")){var s=i(o),a=s.hasClass("open");if(!a||a&&27==e.keyCode)return 27==e.which&&s.find(n).focus(),o.click();var r=" li:not(.divider):visible a",l=s.find("[role=menu]"+r+", [role=listbox]"+r);if(l.length){var h=l.index(l.filter(":focus"));38==e.keyCode&&h>0&&h--,40==e.keyCode&&h<l.length-1&&h++,~h||(h=0),l.eq(h).focus()}}}};var a=t.fn.dropdown;t.fn.dropdown=function(e){return this.each(function(){var i=t(this),o=i.data("bs.dropdown");o||i.data("bs.dropdown",o=new s(this)),"string"==typeof e&&o[e].call(i)})},t.fn.dropdown.Constructor=s,t.fn.dropdown.noConflict=function(){return t.fn.dropdown=a,this},t(document).on("click.bs.dropdown.data-api",e).on("click.bs.dropdown.data-api",".dropdown form",function(t){t.stopPropagation()}).on("click.bs.dropdown.data-api",n,s.prototype.toggle).on("keydown.bs.dropdown.data-api",n+", [role=menu], [role=listbox]",s.prototype.keydown)}(jQuery),+function(t){"use strict";var e=function(e,i){this.options=i,this.$element=t(e),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,t.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};e.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},e.prototype.toggle=function(t){return this[this.isShown?"hide":"show"](t)},e.prototype.show=function(e){var i=this,o=t.Event("show.bs.modal",{relatedTarget:e});this.$element.trigger(o),this.isShown||o.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',t.proxy(this.hide,this)),this.backdrop(function(){var o=t.support.transition&&i.$element.hasClass("fade");i.$element.parent().length||i.$element.appendTo(document.body),i.$element.show().scrollTop(0),o&&i.$element[0].offsetWidth,i.$element.addClass("in").attr("aria-hidden",!1),i.enforceFocus();var n=t.Event("shown.bs.modal",{relatedTarget:e});o?i.$element.find(".modal-dialog").one(t.support.transition.end,function(){i.$element.focus().trigger(n)}).emulateTransitionEnd(300):i.$element.focus().trigger(n)}))},e.prototype.hide=function(e){e&&e.preventDefault(),e=t.Event("hide.bs.modal"),this.$element.trigger(e),this.isShown&&!e.isDefaultPrevented()&&(this.isShown=!1,this.escape(),t(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),t.support.transition&&this.$element.hasClass("fade")?this.$element.one(t.support.transition.end,t.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},e.prototype.enforceFocus=function(){t(document).off("focusin.bs.modal").on("focusin.bs.modal",t.proxy(function(t){this.$element[0]===t.target||this.$element.has(t.target).length||this.$element.focus()},this))},e.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",t.proxy(function(t){27==t.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},e.prototype.hideModal=function(){var t=this;this.$element.hide(),this.backdrop(function(){t.removeBackdrop(),t.$element.trigger("hidden.bs.modal")})},e.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},e.prototype.backdrop=function(e){var i=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var o=t.support.transition&&i;if(this.$backdrop=t('<div class="modal-backdrop '+i+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",t.proxy(function(t){t.target===t.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),o&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!e)return;o?this.$backdrop.one(t.support.transition.end,e).emulateTransitionEnd(150):e()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),t.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(t.support.transition.end,e).emulateTransitionEnd(150):e()):e&&e()};var i=t.fn.modal;t.fn.modal=function(i,o){return this.each(function(){var n=t(this),s=n.data("bs.modal"),a=t.extend({},e.DEFAULTS,n.data(),"object"==typeof i&&i);s||n.data("bs.modal",s=new e(this,a)),"string"==typeof i?s[i](o):a.show&&s.show(o)})},t.fn.modal.Constructor=e,t.fn.modal.noConflict=function(){return t.fn.modal=i,this},t(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(e){var i=t(this),o=i.attr("href"),n=t(i.attr("data-target")||o&&o.replace(/.*(?=#[^\s]+$)/,"")),s=n.data("bs.modal")?"toggle":t.extend({remote:!/#/.test(o)&&o},n.data(),i.data());i.is("a")&&e.preventDefault(),n.modal(s,this).one("hide",function(){i.is(":visible")&&i.focus()})}),t(document).on("show.bs.modal",".modal",function(){t(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){t(document.body).removeClass("modal-open")})}(jQuery),+function(t){"use strict";var e=function(t,e){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",t,e)};e.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},e.prototype.init=function(e,i,o){this.enabled=!0,this.type=e,this.$element=t(i),this.options=this.getOptions(o);for(var n=this.options.trigger.split(" "),s=n.length;s--;){var a=n[s];if("click"==a)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=a){var r="hover"==a?"mouseenter":"focusin",l="hover"==a?"mouseleave":"focusout";this.$element.on(r+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(l+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},e.prototype.getDefaults=function(){return e.DEFAULTS},e.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},e.prototype.getDelegateOptions=function(){var e={},i=this.getDefaults();return this._options&&t.each(this._options,function(t,o){i[t]!=o&&(e[t]=o)}),e},e.prototype.enter=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(i.timeout),i.hoverState="in",i.options.delay&&i.options.delay.show?(i.timeout=setTimeout(function(){"in"==i.hoverState&&i.show()},i.options.delay.show),void 0):i.show()},e.prototype.leave=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(i.timeout),i.hoverState="out",i.options.delay&&i.options.delay.hide?(i.timeout=setTimeout(function(){"out"==i.hoverState&&i.hide()},i.options.delay.hide),void 0):i.hide()},e.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(e),e.isDefaultPrevented())return;var i=this,o=this.tip();this.setContent(),this.options.animation&&o.addClass("fade");var n="function"==typeof this.options.placement?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement,s=/\s?auto?\s?/i,a=s.test(n);a&&(n=n.replace(s,"")||"top"),o.detach().css({top:0,left:0,display:"block"}).addClass(n),this.options.container?o.appendTo(this.options.container):o.insertAfter(this.$element);var r=this.getPosition(),l=o[0].offsetWidth,h=o[0].offsetHeight;if(a){var p=this.$element.parent(),d=n,c=document.documentElement.scrollTop||document.body.scrollTop,f="body"==this.options.container?window.innerWidth:p.outerWidth(),u="body"==this.options.container?window.innerHeight:p.outerHeight(),v="body"==this.options.container?0:p.offset().left;n="bottom"==n&&r.top+r.height+h-c>u?"top":"top"==n&&r.top-c-h<0?"bottom":"right"==n&&r.right+l>f?"left":"left"==n&&r.left-l<v?"right":n,o.removeClass(d).addClass(n)}var m=this.getCalculatedOffset(n,r,l,h);this.applyPlacement(m,n),this.hoverState=null;var g=function(){i.$element.trigger("shown.bs."+i.type)};t.support.transition&&this.$tip.hasClass("fade")?o.one(t.support.transition.end,g).emulateTransitionEnd(150):g()}},e.prototype.applyPlacement=function(e,i){var o,n=this.tip(),s=n[0].offsetWidth,a=n[0].offsetHeight,r=parseInt(n.css("margin-top"),10),l=parseInt(n.css("margin-left"),10);isNaN(r)&&(r=0),isNaN(l)&&(l=0),e.top=e.top+r,e.left=e.left+l,t.offset.setOffset(n[0],t.extend({using:function(t){n.css({top:Math.round(t.top),left:Math.round(t.left)})}},e),0),n.addClass("in");var h=n[0].offsetWidth,p=n[0].offsetHeight;if("top"==i&&p!=a&&(o=!0,e.top=e.top+a-p),/bottom|top/.test(i)){var d=0;e.left<0&&(d=-2*e.left,e.left=0,n.offset(e),h=n[0].offsetWidth,p=n[0].offsetHeight),this.replaceArrow(d-s+h,h,"left")}else this.replaceArrow(p-a,p,"top");o&&n.offset(e)},e.prototype.replaceArrow=function(t,e,i){this.arrow().css(i,t?50*(1-t/e)+"%":"")},e.prototype.setContent=function(){var t=this.tip(),e=this.getTitle();t.find(".tooltip-inner")[this.options.html?"html":"text"](e),t.removeClass("fade in top bottom left right")},e.prototype.hide=function(){function e(){"in"!=i.hoverState&&o.detach(),i.$element.trigger("hidden.bs."+i.type)}var i=this,o=this.tip(),n=t.Event("hide.bs."+this.type);return this.$element.trigger(n),n.isDefaultPrevented()?void 0:(o.removeClass("in"),t.support.transition&&this.$tip.hasClass("fade")?o.one(t.support.transition.end,e).emulateTransitionEnd(150):e(),this.hoverState=null,this)},e.prototype.fixTitle=function(){var t=this.$element;(t.attr("title")||"string"!=typeof t.attr("data-original-title"))&&t.attr("data-original-title",t.attr("title")||"").attr("title","")},e.prototype.hasContent=function(){return this.getTitle()},e.prototype.getPosition=function(){var e=this.$element[0];return t.extend({},"function"==typeof e.getBoundingClientRect?e.getBoundingClientRect():{width:e.offsetWidth,height:e.offsetHeight},this.$element.offset())},e.prototype.getCalculatedOffset=function(t,e,i,o){return"bottom"==t?{top:e.top+e.height,left:e.left+e.width/2-i/2}:"top"==t?{top:e.top-o,left:e.left+e.width/2-i/2}:"left"==t?{top:e.top+e.height/2-o/2,left:e.left-i}:{top:e.top+e.height/2-o/2,left:e.left+e.width}},e.prototype.getTitle=function(){var t,e=this.$element,i=this.options;return t=e.attr("data-original-title")||("function"==typeof i.title?i.title.call(e[0]):i.title)},e.prototype.tip=function(){return this.$tip=this.$tip||t(this.options.template)},e.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},e.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},e.prototype.enable=function(){this.enabled=!0},e.prototype.disable=function(){this.enabled=!1},e.prototype.toggleEnabled=function(){this.enabled=!this.enabled},e.prototype.toggle=function(e){var i=e?t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;i.tip().hasClass("in")?i.leave(i):i.enter(i)},e.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var i=t.fn.tooltip;t.fn.tooltip=function(i){return this.each(function(){var o=t(this),n=o.data("bs.tooltip"),s="object"==typeof i&&i;(n||"destroy"!=i)&&(n||o.data("bs.tooltip",n=new e(this,s)),"string"==typeof i&&n[i]())})},t.fn.tooltip.Constructor=e,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=i,this}}(jQuery),+function(t){"use strict";var e=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");e.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),e.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),e.prototype.constructor=e,e.prototype.getDefaults=function(){return e.DEFAULTS},e.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),i=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content")[this.options.html?"string"==typeof i?"html":"append":"text"](i),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},e.prototype.hasContent=function(){return this.getTitle()||this.getContent()},e.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},e.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},e.prototype.tip=function(){return this.$tip||(this.$tip=t(this.options.template)),this.$tip};var i=t.fn.popover;t.fn.popover=function(i){return this.each(function(){var o=t(this),n=o.data("bs.popover"),s="object"==typeof i&&i;(n||"destroy"!=i)&&(n||o.data("bs.popover",n=new e(this,s)),"string"==typeof i&&n[i]())})},t.fn.popover.Constructor=e,t.fn.popover.noConflict=function(){return t.fn.popover=i,this}}(jQuery),+function(t){"use strict";function e(i,o){var n,s=t.proxy(this.process,this);this.$element=t(i).is("body")?t(window):t(i),this.$body=t("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",s),this.options=t.extend({},e.DEFAULTS,o),this.selector=(this.options.target||(n=t(i).attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=t([]),this.targets=t([]),this.activeTarget=null,this.refresh(),this.process()}e.DEFAULTS={offset:10},e.prototype.refresh=function(){var e=this.$element[0]==window?"offset":"position";this.offsets=t([]),this.targets=t([]);var i=this;this.$body.find(this.selector).map(function(){var o=t(this),n=o.data("target")||o.attr("href"),s=/^#./.test(n)&&t(n);return s&&s.length&&s.is(":visible")&&[[s[e]().top+(!t.isWindow(i.$scrollElement.get(0))&&i.$scrollElement.scrollTop()),n]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){i.offsets.push(this[0]),i.targets.push(this[1])})},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,i=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,o=i-this.$scrollElement.height(),n=this.offsets,s=this.targets,a=this.activeTarget;if(e>=o)return a!=(t=s.last()[0])&&this.activate(t);if(a&&e<=n[0])return a!=(t=s[0])&&this.activate(t);for(t=n.length;t--;)a!=s[t]&&e>=n[t]&&(!n[t+1]||e<=n[t+1])&&this.activate(s[t])},e.prototype.activate=function(e){this.activeTarget=e,t(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var i=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]',o=t(i).parents("li").addClass("active");o.parent(".dropdown-menu").length&&(o=o.closest("li.dropdown").addClass("active")),o.trigger("activate.bs.scrollspy")};var i=t.fn.scrollspy;t.fn.scrollspy=function(i){return this.each(function(){var o=t(this),n=o.data("bs.scrollspy"),s="object"==typeof i&&i;n||o.data("bs.scrollspy",n=new e(this,s)),"string"==typeof i&&n[i]()})},t.fn.scrollspy.Constructor=e,t.fn.scrollspy.noConflict=function(){return t.fn.scrollspy=i,this},t(window).on("load",function(){t('[data-spy="scroll"]').each(function(){var e=t(this);e.scrollspy(e.data())})})}(jQuery),+function(t){"use strict";var e=function(e){this.element=t(e)};e.prototype.show=function(){var e=this.element,i=e.closest("ul:not(.dropdown-menu)"),o=e.data("target");if(o||(o=e.attr("href"),o=o&&o.replace(/.*(?=#[^\s]*$)/,"")),!e.parent("li").hasClass("active")){var n=i.find(".active:last a")[0],s=t.Event("show.bs.tab",{relatedTarget:n});if(e.trigger(s),!s.isDefaultPrevented()){var a=t(o);this.activate(e.parent("li"),i),this.activate(a,a.parent(),function(){e.trigger({type:"shown.bs.tab",relatedTarget:n})})}}},e.prototype.activate=function(e,i,o){function n(){s.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),e.addClass("active"),a?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu")&&e.closest("li.dropdown").addClass("active"),o&&o()}var s=i.find("> .active"),a=o&&t.support.transition&&s.hasClass("fade");a?s.one(t.support.transition.end,n).emulateTransitionEnd(150):n(),s.removeClass("in")};var i=t.fn.tab;t.fn.tab=function(i){return this.each(function(){var o=t(this),n=o.data("bs.tab");n||o.data("bs.tab",n=new e(this)),"string"==typeof i&&n[i]()})},t.fn.tab.Constructor=e,t.fn.tab.noConflict=function(){return t.fn.tab=i,this},t(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(e){e.preventDefault(),t(this).tab("show")})}(jQuery),+function(t){"use strict";var e=function(i,o){this.options=t.extend({},e.DEFAULTS,o),this.$window=t(window).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(i),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};e.RESET="affix affix-top affix-bottom",e.DEFAULTS={offset:0},e.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(e.RESET).addClass("affix");var t=this.$window.scrollTop(),i=this.$element.offset();return this.pinnedOffset=i.top-t},e.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},e.prototype.checkPosition=function(){if(this.$element.is(":visible")){var i=t(document).height(),o=this.$window.scrollTop(),n=this.$element.offset(),s=this.options.offset,a=s.top,r=s.bottom;"top"==this.affixed&&(n.top+=o),"object"!=typeof s&&(r=a=s),"function"==typeof a&&(a=s.top(this.$element)),"function"==typeof r&&(r=s.bottom(this.$element));var l=null!=this.unpin&&o+this.unpin<=n.top?!1:null!=r&&n.top+this.$element.height()>=i-r?"bottom":null!=a&&a>=o?"top":!1;if(this.affixed!==l){this.unpin&&this.$element.css("top","");var h="affix"+(l?"-"+l:""),p=t.Event(h+".bs.affix");this.$element.trigger(p),p.isDefaultPrevented()||(this.affixed=l,this.unpin="bottom"==l?this.getPinnedOffset():null,this.$element.removeClass(e.RESET).addClass(h).trigger(t.Event(h.replace("affix","affixed"))),"bottom"==l&&this.$element.offset({top:i-r-this.$element.height()}))}}};var i=t.fn.affix;t.fn.affix=function(i){return this.each(function(){var o=t(this),n=o.data("bs.affix"),s="object"==typeof i&&i;n||o.data("bs.affix",n=new e(this,s)),"string"==typeof i&&n[i]()})},t.fn.affix.Constructor=e,t.fn.affix.noConflict=function(){return t.fn.affix=i,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var e=t(this),i=e.data();i.offset=i.offset||{},i.offsetBottom&&(i.offset.bottom=i.offsetBottom),i.offsetTop&&(i.offset.top=i.offsetTop),e.affix(i)})})}(jQuery); \ No newline at end of file diff --git a/woc/js/bootstrap.min.js b/woc/js/bootstrap.min.js deleted file mode 100644 index 43c0606..0000000 --- a/woc/js/bootstrap.min.js +++ /dev/null @@ -1 +0,0 @@ -+function(t){"use strict";function e(){var t=document.createElement("bootstrap"),e={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var i in e)if(void 0!==t.style[i])return{end:e[i]};return!1}t.fn.emulateTransitionEnd=function(e){var i=!1,o=this;t(this).one(t.support.transition.end,function(){i=!0});var n=function(){i||t(o).trigger(t.support.transition.end)};return setTimeout(n,e),this},t(function(){t.support.transition=e()})}(jQuery),+function(t){"use strict";var e='[data-dismiss="alert"]',i=function(i){t(i).on("click",e,this.close)};i.prototype.close=function(e){function i(){s.trigger("closed.bs.alert").remove()}var o=t(this),n=o.attr("data-target");n||(n=o.attr("href"),n=n&&n.replace(/.*(?=#[^\s]*$)/,""));var s=t(n);e&&e.preventDefault(),s.length||(s=o.hasClass("alert")?o:o.parent()),s.trigger(e=t.Event("close.bs.alert")),e.isDefaultPrevented()||(s.removeClass("in"),t.support.transition&&s.hasClass("fade")?s.one(t.support.transition.end,i).emulateTransitionEnd(150):i())};var o=t.fn.alert;t.fn.alert=function(e){return this.each(function(){var o=t(this),n=o.data("bs.alert");n||o.data("bs.alert",n=new i(this)),"string"==typeof e&&n[e].call(o)})},t.fn.alert.Constructor=i,t.fn.alert.noConflict=function(){return t.fn.alert=o,this},t(document).on("click.bs.alert.data-api",e,i.prototype.close)}(jQuery),+function(t){"use strict";var e=function(i,o){this.$element=t(i),this.options=t.extend({},e.DEFAULTS,o),this.isLoading=!1};e.DEFAULTS={loadingText:"loading..."},e.prototype.setState=function(e){var i="disabled",o=this.$element,n=o.is("input")?"val":"html",s=o.data();e+="Text",s.resetText||o.data("resetText",o[n]()),o[n](s[e]||this.options[e]),setTimeout(t.proxy(function(){"loadingText"==e?(this.isLoading=!0,o.addClass(i).attr(i,i)):this.isLoading&&(this.isLoading=!1,o.removeClass(i).removeAttr(i))},this),0)},e.prototype.toggle=function(){var t=!0,e=this.$element.closest('[data-toggle="buttons"]');if(e.length){var i=this.$element.find("input");"radio"==i.prop("type")&&(i.prop("checked")&&this.$element.hasClass("active")?t=!1:e.find(".active").removeClass("active")),t&&i.prop("checked",!this.$element.hasClass("active")).trigger("change")}t&&this.$element.toggleClass("active")};var i=t.fn.button;t.fn.button=function(i){return this.each(function(){var o=t(this),n=o.data("bs.button"),s="object"==typeof i&&i;n||o.data("bs.button",n=new e(this,s)),"toggle"==i?n.toggle():i&&n.setState(i)})},t.fn.button.Constructor=e,t.fn.button.noConflict=function(){return t.fn.button=i,this},t(document).on("click.bs.button.data-api","[data-toggle^=button]",function(e){var i=t(e.target);i.hasClass("btn")||(i=i.closest(".btn")),i.button("toggle"),e.preventDefault()})}(jQuery),+function(t){"use strict";var e=function(e,i){this.$element=t(e),this.$indicators=this.$element.find(".carousel-indicators"),this.options=i,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",t.proxy(this.pause,this)).on("mouseleave",t.proxy(this.cycle,this))};e.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},e.prototype.cycle=function(e){return e||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(t.proxy(this.next,this),this.options.interval)),this},e.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},e.prototype.to=function(e){var i=this,o=this.getActiveIndex();return e>this.$items.length-1||0>e?void 0:this.sliding?this.$element.one("slid.bs.carousel",function(){i.to(e)}):o==e?this.pause().cycle():this.slide(e>o?"next":"prev",t(this.$items[e]))},e.prototype.pause=function(e){return e||(this.paused=!0),this.$element.find(".next, .prev").length&&t.support.transition&&(this.$element.trigger(t.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},e.prototype.next=function(){return this.sliding?void 0:this.slide("next")},e.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},e.prototype.slide=function(e,i){var o=this.$element.find(".item.active"),n=i||o[e](),s=this.interval,a="next"==e?"left":"right",r="next"==e?"first":"last",l=this;if(!n.length){if(!this.options.wrap)return;n=this.$element.find(".item")[r]()}if(n.hasClass("active"))return this.sliding=!1;var h=t.Event("slide.bs.carousel",{relatedTarget:n[0],direction:a});return this.$element.trigger(h),h.isDefaultPrevented()?void 0:(this.sliding=!0,s&&this.pause(),this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid.bs.carousel",function(){var e=t(l.$indicators.children()[l.getActiveIndex()]);e&&e.addClass("active")})),t.support.transition&&this.$element.hasClass("slide")?(n.addClass(e),n[0].offsetWidth,o.addClass(a),n.addClass(a),o.one(t.support.transition.end,function(){n.removeClass([e,a].join(" ")).addClass("active"),o.removeClass(["active",a].join(" ")),l.sliding=!1,setTimeout(function(){l.$element.trigger("slid.bs.carousel")},0)}).emulateTransitionEnd(1e3*o.css("transition-duration").slice(0,-1))):(o.removeClass("active"),n.addClass("active"),this.sliding=!1,this.$element.trigger("slid.bs.carousel")),s&&this.cycle(),this)};var i=t.fn.carousel;t.fn.carousel=function(i){return this.each(function(){var o=t(this),n=o.data("bs.carousel"),s=t.extend({},e.DEFAULTS,o.data(),"object"==typeof i&&i),a="string"==typeof i?i:s.slide;n||o.data("bs.carousel",n=new e(this,s)),"number"==typeof i?n.to(i):a?n[a]():s.interval&&n.pause().cycle()})},t.fn.carousel.Constructor=e,t.fn.carousel.noConflict=function(){return t.fn.carousel=i,this},t(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(e){var i,o=t(this),n=t(o.attr("data-target")||(i=o.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,"")),s=t.extend({},n.data(),o.data()),a=o.attr("data-slide-to");a&&(s.interval=!1),n.carousel(s),(a=o.attr("data-slide-to"))&&n.data("bs.carousel").to(a),e.preventDefault()}),t(window).on("load",function(){t('[data-ride="carousel"]').each(function(){var e=t(this);e.carousel(e.data())})})}(jQuery),+function(t){"use strict";var e=function(i,o){this.$element=t(i),this.options=t.extend({},e.DEFAULTS,o),this.transitioning=null,this.options.parent&&(this.$parent=t(this.options.parent)),this.options.toggle&&this.toggle()};e.DEFAULTS={toggle:!0},e.prototype.dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},e.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var e=t.Event("show.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.$parent&&this.$parent.find("> .panel > .in");if(i&&i.length){var o=i.data("bs.collapse");if(o&&o.transitioning)return;i.collapse("hide"),o||i.data("bs.collapse",null)}var n=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[n](0),this.transitioning=1;var s=function(){this.$element.removeClass("collapsing").addClass("collapse in")[n]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!t.support.transition)return s.call(this);var a=t.camelCase(["scroll",n].join("-"));this.$element.one(t.support.transition.end,t.proxy(s,this)).emulateTransitionEnd(350)[n](this.$element[0][a])}}},e.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var e=t.Event("hide.bs.collapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.dimension();this.$element[i](this.$element[i]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var o=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return t.support.transition?(this.$element[i](0).one(t.support.transition.end,t.proxy(o,this)).emulateTransitionEnd(350),void 0):o.call(this)}}},e.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var i=t.fn.collapse;t.fn.collapse=function(i){return this.each(function(){var o=t(this),n=o.data("bs.collapse"),s=t.extend({},e.DEFAULTS,o.data(),"object"==typeof i&&i);!n&&s.toggle&&"show"==i&&(i=!i),n||o.data("bs.collapse",n=new e(this,s)),"string"==typeof i&&n[i]()})},t.fn.collapse.Constructor=e,t.fn.collapse.noConflict=function(){return t.fn.collapse=i,this},t(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(e){var i,o=t(this),n=o.attr("data-target")||e.preventDefault()||(i=o.attr("href"))&&i.replace(/.*(?=#[^\s]+$)/,""),s=t(n),a=s.data("bs.collapse"),r=a?"toggle":o.data(),l=o.attr("data-parent"),h=l&&t(l);a&&a.transitioning||(h&&h.find('[data-toggle=collapse][data-parent="'+l+'"]').not(o).addClass("collapsed"),o[s.hasClass("in")?"addClass":"removeClass"]("collapsed")),s.collapse(r)})}(jQuery),+function(t){"use strict";function e(e){t(o).remove(),t(n).each(function(){var o=i(t(this)),n={relatedTarget:this};o.hasClass("open")&&(o.trigger(e=t.Event("hide.bs.dropdown",n)),e.isDefaultPrevented()||o.removeClass("open").trigger("hidden.bs.dropdown",n))})}function i(e){var i=e.attr("data-target");i||(i=e.attr("href"),i=i&&/#[A-Za-z]/.test(i)&&i.replace(/.*(?=#[^\s]*$)/,""));var o=i&&t(i);return o&&o.length?o:e.parent()}var o=".dropdown-backdrop",n="[data-toggle=dropdown]",s=function(e){t(e).on("click.bs.dropdown",this.toggle)};s.prototype.toggle=function(o){var n=t(this);if(!n.is(".disabled, :disabled")){var s=i(n),a=s.hasClass("open");if(e(),!a){"ontouchstart"in document.documentElement&&!s.closest(".navbar-nav").length&&t('<div class="dropdown-backdrop"/>').insertAfter(t(this)).on("click",e);var r={relatedTarget:this};if(s.trigger(o=t.Event("show.bs.dropdown",r)),o.isDefaultPrevented())return;s.toggleClass("open").trigger("shown.bs.dropdown",r),n.focus()}return!1}},s.prototype.keydown=function(e){if(/(38|40|27)/.test(e.keyCode)){var o=t(this);if(e.preventDefault(),e.stopPropagation(),!o.is(".disabled, :disabled")){var s=i(o),a=s.hasClass("open");if(!a||a&&27==e.keyCode)return 27==e.which&&s.find(n).focus(),o.click();var r=" li:not(.divider):visible a",l=s.find("[role=menu]"+r+", [role=listbox]"+r);if(l.length){var h=l.index(l.filter(":focus"));38==e.keyCode&&h>0&&h--,40==e.keyCode&&h<l.length-1&&h++,~h||(h=0),l.eq(h).focus()}}}};var a=t.fn.dropdown;t.fn.dropdown=function(e){return this.each(function(){var i=t(this),o=i.data("bs.dropdown");o||i.data("bs.dropdown",o=new s(this)),"string"==typeof e&&o[e].call(i)})},t.fn.dropdown.Constructor=s,t.fn.dropdown.noConflict=function(){return t.fn.dropdown=a,this},t(document).on("click.bs.dropdown.data-api",e).on("click.bs.dropdown.data-api",".dropdown form",function(t){t.stopPropagation()}).on("click.bs.dropdown.data-api",n,s.prototype.toggle).on("keydown.bs.dropdown.data-api",n+", [role=menu], [role=listbox]",s.prototype.keydown)}(jQuery),+function(t){"use strict";var e=function(e,i){this.options=i,this.$element=t(e),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,t.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};e.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},e.prototype.toggle=function(t){return this[this.isShown?"hide":"show"](t)},e.prototype.show=function(e){var i=this,o=t.Event("show.bs.modal",{relatedTarget:e});this.$element.trigger(o),this.isShown||o.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',t.proxy(this.hide,this)),this.backdrop(function(){var o=t.support.transition&&i.$element.hasClass("fade");i.$element.parent().length||i.$element.appendTo(document.body),i.$element.show().scrollTop(0),o&&i.$element[0].offsetWidth,i.$element.addClass("in").attr("aria-hidden",!1),i.enforceFocus();var n=t.Event("shown.bs.modal",{relatedTarget:e});o?i.$element.find(".modal-dialog").one(t.support.transition.end,function(){i.$element.focus().trigger(n)}).emulateTransitionEnd(300):i.$element.focus().trigger(n)}))},e.prototype.hide=function(e){e&&e.preventDefault(),e=t.Event("hide.bs.modal"),this.$element.trigger(e),this.isShown&&!e.isDefaultPrevented()&&(this.isShown=!1,this.escape(),t(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.bs.modal"),t.support.transition&&this.$element.hasClass("fade")?this.$element.one(t.support.transition.end,t.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},e.prototype.enforceFocus=function(){t(document).off("focusin.bs.modal").on("focusin.bs.modal",t.proxy(function(t){this.$element[0]===t.target||this.$element.has(t.target).length||this.$element.focus()},this))},e.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",t.proxy(function(t){27==t.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},e.prototype.hideModal=function(){var t=this;this.$element.hide(),this.backdrop(function(){t.removeBackdrop(),t.$element.trigger("hidden.bs.modal")})},e.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},e.prototype.backdrop=function(e){var i=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var o=t.support.transition&&i;if(this.$backdrop=t('<div class="modal-backdrop '+i+'" />').appendTo(document.body),this.$element.on("click.dismiss.bs.modal",t.proxy(function(t){t.target===t.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),o&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!e)return;o?this.$backdrop.one(t.support.transition.end,e).emulateTransitionEnd(150):e()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),t.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(t.support.transition.end,e).emulateTransitionEnd(150):e()):e&&e()};var i=t.fn.modal;t.fn.modal=function(i,o){return this.each(function(){var n=t(this),s=n.data("bs.modal"),a=t.extend({},e.DEFAULTS,n.data(),"object"==typeof i&&i);s||n.data("bs.modal",s=new e(this,a)),"string"==typeof i?s[i](o):a.show&&s.show(o)})},t.fn.modal.Constructor=e,t.fn.modal.noConflict=function(){return t.fn.modal=i,this},t(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(e){var i=t(this),o=i.attr("href"),n=t(i.attr("data-target")||o&&o.replace(/.*(?=#[^\s]+$)/,"")),s=n.data("bs.modal")?"toggle":t.extend({remote:!/#/.test(o)&&o},n.data(),i.data());i.is("a")&&e.preventDefault(),n.modal(s,this).one("hide",function(){i.is(":visible")&&i.focus()})}),t(document).on("show.bs.modal",".modal",function(){t(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){t(document.body).removeClass("modal-open")})}(jQuery),+function(t){"use strict";var e=function(t,e){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",t,e)};e.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},e.prototype.init=function(e,i,o){this.enabled=!0,this.type=e,this.$element=t(i),this.options=this.getOptions(o);for(var n=this.options.trigger.split(" "),s=n.length;s--;){var a=n[s];if("click"==a)this.$element.on("click."+this.type,this.options.selector,t.proxy(this.toggle,this));else if("manual"!=a){var r="hover"==a?"mouseenter":"focusin",l="hover"==a?"mouseleave":"focusout";this.$element.on(r+"."+this.type,this.options.selector,t.proxy(this.enter,this)),this.$element.on(l+"."+this.type,this.options.selector,t.proxy(this.leave,this))}}this.options.selector?this._options=t.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},e.prototype.getDefaults=function(){return e.DEFAULTS},e.prototype.getOptions=function(e){return e=t.extend({},this.getDefaults(),this.$element.data(),e),e.delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},e.prototype.getDelegateOptions=function(){var e={},i=this.getDefaults();return this._options&&t.each(this._options,function(t,o){i[t]!=o&&(e[t]=o)}),e},e.prototype.enter=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(i.timeout),i.hoverState="in",i.options.delay&&i.options.delay.show?(i.timeout=setTimeout(function(){"in"==i.hoverState&&i.show()},i.options.delay.show),void 0):i.show()},e.prototype.leave=function(e){var i=e instanceof this.constructor?e:t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(i.timeout),i.hoverState="out",i.options.delay&&i.options.delay.hide?(i.timeout=setTimeout(function(){"out"==i.hoverState&&i.hide()},i.options.delay.hide),void 0):i.hide()},e.prototype.show=function(){var e=t.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(e),e.isDefaultPrevented())return;var i=this,o=this.tip();this.setContent(),this.options.animation&&o.addClass("fade");var n="function"==typeof this.options.placement?this.options.placement.call(this,o[0],this.$element[0]):this.options.placement,s=/\s?auto?\s?/i,a=s.test(n);a&&(n=n.replace(s,"")||"top"),o.detach().css({top:0,left:0,display:"block"}).addClass(n),this.options.container?o.appendTo(this.options.container):o.insertAfter(this.$element);var r=this.getPosition(),l=o[0].offsetWidth,h=o[0].offsetHeight;if(a){var p=this.$element.parent(),d=n,c=document.documentElement.scrollTop||document.body.scrollTop,f="body"==this.options.container?window.innerWidth:p.outerWidth(),u="body"==this.options.container?window.innerHeight:p.outerHeight(),v="body"==this.options.container?0:p.offset().left;n="bottom"==n&&r.top+r.height+h-c>u?"top":"top"==n&&r.top-c-h<0?"bottom":"right"==n&&r.right+l>f?"left":"left"==n&&r.left-l<v?"right":n,o.removeClass(d).addClass(n)}var m=this.getCalculatedOffset(n,r,l,h);this.applyPlacement(m,n),this.hoverState=null;var g=function(){i.$element.trigger("shown.bs."+i.type)};t.support.transition&&this.$tip.hasClass("fade")?o.one(t.support.transition.end,g).emulateTransitionEnd(150):g()}},e.prototype.applyPlacement=function(e,i){var o,n=this.tip(),s=n[0].offsetWidth,a=n[0].offsetHeight,r=parseInt(n.css("margin-top"),10),l=parseInt(n.css("margin-left"),10);isNaN(r)&&(r=0),isNaN(l)&&(l=0),e.top=e.top+r,e.left=e.left+l,t.offset.setOffset(n[0],t.extend({using:function(t){n.css({top:Math.round(t.top),left:Math.round(t.left)})}},e),0),n.addClass("in");var h=n[0].offsetWidth,p=n[0].offsetHeight;if("top"==i&&p!=a&&(o=!0,e.top=e.top+a-p),/bottom|top/.test(i)){var d=0;e.left<0&&(d=-2*e.left,e.left=0,n.offset(e),h=n[0].offsetWidth,p=n[0].offsetHeight),this.replaceArrow(d-s+h,h,"left")}else this.replaceArrow(p-a,p,"top");o&&n.offset(e)},e.prototype.replaceArrow=function(t,e,i){this.arrow().css(i,t?50*(1-t/e)+"%":"")},e.prototype.setContent=function(){var t=this.tip(),e=this.getTitle();t.find(".tooltip-inner")[this.options.html?"html":"text"](e),t.removeClass("fade in top bottom left right")},e.prototype.hide=function(){function e(){"in"!=i.hoverState&&o.detach(),i.$element.trigger("hidden.bs."+i.type)}var i=this,o=this.tip(),n=t.Event("hide.bs."+this.type);return this.$element.trigger(n),n.isDefaultPrevented()?void 0:(o.removeClass("in"),t.support.transition&&this.$tip.hasClass("fade")?o.one(t.support.transition.end,e).emulateTransitionEnd(150):e(),this.hoverState=null,this)},e.prototype.fixTitle=function(){var t=this.$element;(t.attr("title")||"string"!=typeof t.attr("data-original-title"))&&t.attr("data-original-title",t.attr("title")||"").attr("title","")},e.prototype.hasContent=function(){return this.getTitle()},e.prototype.getPosition=function(){var e=this.$element[0];return t.extend({},"function"==typeof e.getBoundingClientRect?e.getBoundingClientRect():{width:e.offsetWidth,height:e.offsetHeight},this.$element.offset())},e.prototype.getCalculatedOffset=function(t,e,i,o){return"bottom"==t?{top:e.top+e.height,left:e.left+e.width/2-i/2}:"top"==t?{top:e.top-o,left:e.left+e.width/2-i/2}:"left"==t?{top:e.top+e.height/2-o/2,left:e.left-i}:{top:e.top+e.height/2-o/2,left:e.left+e.width}},e.prototype.getTitle=function(){var t,e=this.$element,i=this.options;return t=e.attr("data-original-title")||("function"==typeof i.title?i.title.call(e[0]):i.title)},e.prototype.tip=function(){return this.$tip=this.$tip||t(this.options.template)},e.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},e.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},e.prototype.enable=function(){this.enabled=!0},e.prototype.disable=function(){this.enabled=!1},e.prototype.toggleEnabled=function(){this.enabled=!this.enabled},e.prototype.toggle=function(e){var i=e?t(e.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;i.tip().hasClass("in")?i.leave(i):i.enter(i)},e.prototype.destroy=function(){clearTimeout(this.timeout),this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var i=t.fn.tooltip;t.fn.tooltip=function(i){return this.each(function(){var o=t(this),n=o.data("bs.tooltip"),s="object"==typeof i&&i;(n||"destroy"!=i)&&(n||o.data("bs.tooltip",n=new e(this,s)),"string"==typeof i&&n[i]())})},t.fn.tooltip.Constructor=e,t.fn.tooltip.noConflict=function(){return t.fn.tooltip=i,this}}(jQuery),+function(t){"use strict";var e=function(t,e){this.init("popover",t,e)};if(!t.fn.tooltip)throw new Error("Popover requires tooltip.js");e.DEFAULTS=t.extend({},t.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),e.prototype=t.extend({},t.fn.tooltip.Constructor.prototype),e.prototype.constructor=e,e.prototype.getDefaults=function(){return e.DEFAULTS},e.prototype.setContent=function(){var t=this.tip(),e=this.getTitle(),i=this.getContent();t.find(".popover-title")[this.options.html?"html":"text"](e),t.find(".popover-content")[this.options.html?"string"==typeof i?"html":"append":"text"](i),t.removeClass("fade top bottom left right in"),t.find(".popover-title").html()||t.find(".popover-title").hide()},e.prototype.hasContent=function(){return this.getTitle()||this.getContent()},e.prototype.getContent=function(){var t=this.$element,e=this.options;return t.attr("data-content")||("function"==typeof e.content?e.content.call(t[0]):e.content)},e.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},e.prototype.tip=function(){return this.$tip||(this.$tip=t(this.options.template)),this.$tip};var i=t.fn.popover;t.fn.popover=function(i){return this.each(function(){var o=t(this),n=o.data("bs.popover"),s="object"==typeof i&&i;(n||"destroy"!=i)&&(n||o.data("bs.popover",n=new e(this,s)),"string"==typeof i&&n[i]())})},t.fn.popover.Constructor=e,t.fn.popover.noConflict=function(){return t.fn.popover=i,this}}(jQuery),+function(t){"use strict";function e(i,o){var n,s=t.proxy(this.process,this);this.$element=t(i).is("body")?t(window):t(i),this.$body=t("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",s),this.options=t.extend({},e.DEFAULTS,o),this.selector=(this.options.target||(n=t(i).attr("href"))&&n.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=t([]),this.targets=t([]),this.activeTarget=null,this.refresh(),this.process()}e.DEFAULTS={offset:10},e.prototype.refresh=function(){var e=this.$element[0]==window?"offset":"position";this.offsets=t([]),this.targets=t([]);{var i=this;this.$body.find(this.selector).map(function(){var o=t(this),n=o.data("target")||o.attr("href"),s=/^#./.test(n)&&t(n);return s&&s.length&&s.is(":visible")&&[[s[e]().top+(!t.isWindow(i.$scrollElement.get(0))&&i.$scrollElement.scrollTop()),n]]||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){i.offsets.push(this[0]),i.targets.push(this[1])})}},e.prototype.process=function(){var t,e=this.$scrollElement.scrollTop()+this.options.offset,i=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,o=i-this.$scrollElement.height(),n=this.offsets,s=this.targets,a=this.activeTarget;if(e>=o)return a!=(t=s.last()[0])&&this.activate(t);if(a&&e<=n[0])return a!=(t=s[0])&&this.activate(t);for(t=n.length;t--;)a!=s[t]&&e>=n[t]&&(!n[t+1]||e<=n[t+1])&&this.activate(s[t])},e.prototype.activate=function(e){this.activeTarget=e,t(this.selector).parentsUntil(this.options.target,".active").removeClass("active");var i=this.selector+'[data-target="'+e+'"],'+this.selector+'[href="'+e+'"]',o=t(i).parents("li").addClass("active");o.parent(".dropdown-menu").length&&(o=o.closest("li.dropdown").addClass("active")),o.trigger("activate.bs.scrollspy")};var i=t.fn.scrollspy;t.fn.scrollspy=function(i){return this.each(function(){var o=t(this),n=o.data("bs.scrollspy"),s="object"==typeof i&&i;n||o.data("bs.scrollspy",n=new e(this,s)),"string"==typeof i&&n[i]()})},t.fn.scrollspy.Constructor=e,t.fn.scrollspy.noConflict=function(){return t.fn.scrollspy=i,this},t(window).on("load",function(){t('[data-spy="scroll"]').each(function(){var e=t(this);e.scrollspy(e.data())})})}(jQuery),+function(t){"use strict";var e=function(e){this.element=t(e)};e.prototype.show=function(){var e=this.element,i=e.closest("ul:not(.dropdown-menu)"),o=e.data("target");if(o||(o=e.attr("href"),o=o&&o.replace(/.*(?=#[^\s]*$)/,"")),!e.parent("li").hasClass("active")){var n=i.find(".active:last a")[0],s=t.Event("show.bs.tab",{relatedTarget:n});if(e.trigger(s),!s.isDefaultPrevented()){var a=t(o);this.activate(e.parent("li"),i),this.activate(a,a.parent(),function(){e.trigger({type:"shown.bs.tab",relatedTarget:n})})}}},e.prototype.activate=function(e,i,o){function n(){s.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),e.addClass("active"),a?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu")&&e.closest("li.dropdown").addClass("active"),o&&o()}var s=i.find("> .active"),a=o&&t.support.transition&&s.hasClass("fade");a?s.one(t.support.transition.end,n).emulateTransitionEnd(150):n(),s.removeClass("in")};var i=t.fn.tab;t.fn.tab=function(i){return this.each(function(){var o=t(this),n=o.data("bs.tab");n||o.data("bs.tab",n=new e(this)),"string"==typeof i&&n[i]()})},t.fn.tab.Constructor=e,t.fn.tab.noConflict=function(){return t.fn.tab=i,this},t(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(e){e.preventDefault(),t(this).tab("show")})}(jQuery),+function(t){"use strict";var e=function(i,o){this.options=t.extend({},e.DEFAULTS,o),this.$window=t(window).on("scroll.bs.affix.data-api",t.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",t.proxy(this.checkPositionWithEventLoop,this)),this.$element=t(i),this.affixed=this.unpin=this.pinnedOffset=null,this.checkPosition()};e.RESET="affix affix-top affix-bottom",e.DEFAULTS={offset:0},e.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(e.RESET).addClass("affix");var t=this.$window.scrollTop(),i=this.$element.offset();return this.pinnedOffset=i.top-t},e.prototype.checkPositionWithEventLoop=function(){setTimeout(t.proxy(this.checkPosition,this),1)},e.prototype.checkPosition=function(){if(this.$element.is(":visible")){var i=t(document).height(),o=this.$window.scrollTop(),n=this.$element.offset(),s=this.options.offset,a=s.top,r=s.bottom;"top"==this.affixed&&(n.top+=o),"object"!=typeof s&&(r=a=s),"function"==typeof a&&(a=s.top(this.$element)),"function"==typeof r&&(r=s.bottom(this.$element));var l=null!=this.unpin&&o+this.unpin<=n.top?!1:null!=r&&n.top+this.$element.height()>=i-r?"bottom":null!=a&&a>=o?"top":!1;if(this.affixed!==l){this.unpin&&this.$element.css("top","");var h="affix"+(l?"-"+l:""),p=t.Event(h+".bs.affix");this.$element.trigger(p),p.isDefaultPrevented()||(this.affixed=l,this.unpin="bottom"==l?this.getPinnedOffset():null,this.$element.removeClass(e.RESET).addClass(h).trigger(t.Event(h.replace("affix","affixed"))),"bottom"==l&&this.$element.offset({top:i-r-this.$element.height()}))}}};var i=t.fn.affix;t.fn.affix=function(i){return this.each(function(){var o=t(this),n=o.data("bs.affix"),s="object"==typeof i&&i;n||o.data("bs.affix",n=new e(this,s)),"string"==typeof i&&n[i]()})},t.fn.affix.Constructor=e,t.fn.affix.noConflict=function(){return t.fn.affix=i,this},t(window).on("load",function(){t('[data-spy="affix"]').each(function(){var e=t(this),i=e.data();i.offset=i.offset||{},i.offsetBottom&&(i.offset.bottom=i.offsetBottom),i.offsetTop&&(i.offset.top=i.offsetTop),e.affix(i)})})}(jQuery); \ No newline at end of file diff --git a/woc/js/bootstrap/affix.js b/woc/js/bootstrap/affix.js deleted file mode 100644 index d447b09..0000000 --- a/woc/js/bootstrap/affix.js +++ /dev/null @@ -1,137 +0,0 @@ -/* ======================================================================== - * Bootstrap: affix.js v3.1.0 - * http://getbootstrap.com/javascript/#affix - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // AFFIX CLASS DEFINITION - // ====================== - - var Affix = function (element, options) { - this.options = $.extend({}, Affix.DEFAULTS, options) - this.$window = $(window) - .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this)) - .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this)) - - this.$element = $(element) - this.affixed = - this.unpin = - this.pinnedOffset = null - - this.checkPosition() - } - - Affix.RESET = 'affix affix-top affix-bottom' - - Affix.DEFAULTS = { - offset: 0 - } - - Affix.prototype.getPinnedOffset = function () { - if (this.pinnedOffset) return this.pinnedOffset - this.$element.removeClass(Affix.RESET).addClass('affix') - var scrollTop = this.$window.scrollTop() - var position = this.$element.offset() - return (this.pinnedOffset = position.top - scrollTop) - } - - Affix.prototype.checkPositionWithEventLoop = function () { - setTimeout($.proxy(this.checkPosition, this), 1) - } - - Affix.prototype.checkPosition = function () { - if (!this.$element.is(':visible')) return - - var scrollHeight = $(document).height() - var scrollTop = this.$window.scrollTop() - var position = this.$element.offset() - var offset = this.options.offset - var offsetTop = offset.top - var offsetBottom = offset.bottom - - if (this.affixed == 'top') position.top += scrollTop - - if (typeof offset != 'object') offsetBottom = offsetTop = offset - if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element) - if (typeof offsetBottom == 'function') offsetBottom = offset.bottom(this.$element) - - var affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ? false : - offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' : - offsetTop != null && (scrollTop <= offsetTop) ? 'top' : false - - if (this.affixed === affix) return - if (this.unpin) this.$element.css('top', '') - - var affixType = 'affix' + (affix ? '-' + affix : '') - var e = $.Event(affixType + '.bs.affix') - - this.$element.trigger(e) - - if (e.isDefaultPrevented()) return - - this.affixed = affix - this.unpin = affix == 'bottom' ? this.getPinnedOffset() : null - - this.$element - .removeClass(Affix.RESET) - .addClass(affixType) - .trigger($.Event(affixType.replace('affix', 'affixed'))) - - if (affix == 'bottom') { - this.$element.offset({ top: scrollHeight - offsetBottom - this.$element.height() }) - } - } - - - // AFFIX PLUGIN DEFINITION - // ======================= - - var old = $.fn.affix - - $.fn.affix = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.affix') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.affix', (data = new Affix(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.affix.Constructor = Affix - - - // AFFIX NO CONFLICT - // ================= - - $.fn.affix.noConflict = function () { - $.fn.affix = old - return this - } - - - // AFFIX DATA-API - // ============== - - $(window).on('load', function () { - $('[data-spy="affix"]').each(function () { - var $spy = $(this) - var data = $spy.data() - - data.offset = data.offset || {} - - if (data.offsetBottom) data.offset.bottom = data.offsetBottom - if (data.offsetTop) data.offset.top = data.offsetTop - - $spy.affix(data) - }) - }) - -}(jQuery); diff --git a/woc/js/bootstrap/alert.js b/woc/js/bootstrap/alert.js deleted file mode 100644 index 1c0756a..0000000 --- a/woc/js/bootstrap/alert.js +++ /dev/null @@ -1,88 +0,0 @@ -/* ======================================================================== - * Bootstrap: alert.js v3.1.0 - * http://getbootstrap.com/javascript/#alerts - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // ALERT CLASS DEFINITION - // ====================== - - var dismiss = '[data-dismiss="alert"]' - var Alert = function (el) { - $(el).on('click', dismiss, this.close) - } - - Alert.prototype.close = function (e) { - var $this = $(this) - var selector = $this.attr('data-target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7 - } - - var $parent = $(selector) - - if (e) e.preventDefault() - - if (!$parent.length) { - $parent = $this.hasClass('alert') ? $this : $this.parent() - } - - $parent.trigger(e = $.Event('close.bs.alert')) - - if (e.isDefaultPrevented()) return - - $parent.removeClass('in') - - function removeElement() { - $parent.trigger('closed.bs.alert').remove() - } - - $.support.transition && $parent.hasClass('fade') ? - $parent - .one($.support.transition.end, removeElement) - .emulateTransitionEnd(150) : - removeElement() - } - - - // ALERT PLUGIN DEFINITION - // ======================= - - var old = $.fn.alert - - $.fn.alert = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.alert') - - if (!data) $this.data('bs.alert', (data = new Alert(this))) - if (typeof option == 'string') data[option].call($this) - }) - } - - $.fn.alert.Constructor = Alert - - - // ALERT NO CONFLICT - // ================= - - $.fn.alert.noConflict = function () { - $.fn.alert = old - return this - } - - - // ALERT DATA-API - // ============== - - $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) - -}(jQuery); diff --git a/woc/js/bootstrap/bootstrap.mix.js b/woc/js/bootstrap/bootstrap.mix.js deleted file mode 100644 index b9fd096..0000000 --- a/woc/js/bootstrap/bootstrap.mix.js +++ /dev/null @@ -1,12 +0,0 @@ -@import "transition.js"; -@import "alert.js"; -@import "button.js"; -@import "carousel.js"; -@import "collapse.js"; -@import "dropdown.js"; -@import "modal.js"; -@import "tooltip.js"; -@import "popover.js"; -@import "scrollspy.js"; -@import "tab.js"; -@import "affix.js"; \ No newline at end of file diff --git a/woc/js/bootstrap/button.js b/woc/js/bootstrap/button.js deleted file mode 100644 index 2be72d5..0000000 --- a/woc/js/bootstrap/button.js +++ /dev/null @@ -1,107 +0,0 @@ -/* ======================================================================== - * Bootstrap: button.js v3.1.0 - * http://getbootstrap.com/javascript/#buttons - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // BUTTON PUBLIC CLASS DEFINITION - // ============================== - - var Button = function (element, options) { - this.$element = $(element) - this.options = $.extend({}, Button.DEFAULTS, options) - this.isLoading = false - } - - Button.DEFAULTS = { - loadingText: 'loading...' - } - - Button.prototype.setState = function (state) { - var d = 'disabled' - var $el = this.$element - var val = $el.is('input') ? 'val' : 'html' - var data = $el.data() - - state = state + 'Text' - - if (!data.resetText) $el.data('resetText', $el[val]()) - - $el[val](data[state] || this.options[state]) - - // push to event loop to allow forms to submit - setTimeout($.proxy(function () { - if (state == 'loadingText') { - this.isLoading = true - $el.addClass(d).attr(d, d) - } else if (this.isLoading) { - this.isLoading = false - $el.removeClass(d).removeAttr(d) - } - }, this), 0) - } - - Button.prototype.toggle = function () { - var changed = true - var $parent = this.$element.closest('[data-toggle="buttons"]') - - if ($parent.length) { - var $input = this.$element.find('input') - if ($input.prop('type') == 'radio') { - if ($input.prop('checked') && this.$element.hasClass('active')) changed = false - else $parent.find('.active').removeClass('active') - } - if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change') - } - - if (changed) this.$element.toggleClass('active') - } - - - // BUTTON PLUGIN DEFINITION - // ======================== - - var old = $.fn.button - - $.fn.button = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.button') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.button', (data = new Button(this, options))) - - if (option == 'toggle') data.toggle() - else if (option) data.setState(option) - }) - } - - $.fn.button.Constructor = Button - - - // BUTTON NO CONFLICT - // ================== - - $.fn.button.noConflict = function () { - $.fn.button = old - return this - } - - - // BUTTON DATA-API - // =============== - - $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) { - var $btn = $(e.target) - if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn') - $btn.button('toggle') - e.preventDefault() - }) - -}(jQuery); diff --git a/woc/js/bootstrap/carousel.js b/woc/js/bootstrap/carousel.js deleted file mode 100644 index 88c9b23..0000000 --- a/woc/js/bootstrap/carousel.js +++ /dev/null @@ -1,205 +0,0 @@ -/* ======================================================================== - * Bootstrap: carousel.js v3.1.0 - * http://getbootstrap.com/javascript/#carousel - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // CAROUSEL CLASS DEFINITION - // ========================= - - var Carousel = function (element, options) { - this.$element = $(element) - this.$indicators = this.$element.find('.carousel-indicators') - this.options = options - this.paused = - this.sliding = - this.interval = - this.$active = - this.$items = null - - this.options.pause == 'hover' && this.$element - .on('mouseenter', $.proxy(this.pause, this)) - .on('mouseleave', $.proxy(this.cycle, this)) - } - - Carousel.DEFAULTS = { - interval: 5000, - pause: 'hover', - wrap: true - } - - Carousel.prototype.cycle = function (e) { - e || (this.paused = false) - - this.interval && clearInterval(this.interval) - - this.options.interval - && !this.paused - && (this.interval = setInterval($.proxy(this.next, this), this.options.interval)) - - return this - } - - Carousel.prototype.getActiveIndex = function () { - this.$active = this.$element.find('.item.active') - this.$items = this.$active.parent().children() - - return this.$items.index(this.$active) - } - - Carousel.prototype.to = function (pos) { - var that = this - var activeIndex = this.getActiveIndex() - - if (pos > (this.$items.length - 1) || pos < 0) return - - if (this.sliding) return this.$element.one('slid.bs.carousel', function () { that.to(pos) }) - if (activeIndex == pos) return this.pause().cycle() - - return this.slide(pos > activeIndex ? 'next' : 'prev', $(this.$items[pos])) - } - - Carousel.prototype.pause = function (e) { - e || (this.paused = true) - - if (this.$element.find('.next, .prev').length && $.support.transition) { - this.$element.trigger($.support.transition.end) - this.cycle(true) - } - - this.interval = clearInterval(this.interval) - - return this - } - - Carousel.prototype.next = function () { - if (this.sliding) return - return this.slide('next') - } - - Carousel.prototype.prev = function () { - if (this.sliding) return - return this.slide('prev') - } - - Carousel.prototype.slide = function (type, next) { - var $active = this.$element.find('.item.active') - var $next = next || $active[type]() - var isCycling = this.interval - var direction = type == 'next' ? 'left' : 'right' - var fallback = type == 'next' ? 'first' : 'last' - var that = this - - if (!$next.length) { - if (!this.options.wrap) return - $next = this.$element.find('.item')[fallback]() - } - - if ($next.hasClass('active')) return this.sliding = false - - var e = $.Event('slide.bs.carousel', { relatedTarget: $next[0], direction: direction }) - this.$element.trigger(e) - if (e.isDefaultPrevented()) return - - this.sliding = true - - isCycling && this.pause() - - if (this.$indicators.length) { - this.$indicators.find('.active').removeClass('active') - this.$element.one('slid.bs.carousel', function () { - var $nextIndicator = $(that.$indicators.children()[that.getActiveIndex()]) - $nextIndicator && $nextIndicator.addClass('active') - }) - } - - if ($.support.transition && this.$element.hasClass('slide')) { - $next.addClass(type) - $next[0].offsetWidth // force reflow - $active.addClass(direction) - $next.addClass(direction) - $active - .one($.support.transition.end, function () { - $next.removeClass([type, direction].join(' ')).addClass('active') - $active.removeClass(['active', direction].join(' ')) - that.sliding = false - setTimeout(function () { that.$element.trigger('slid.bs.carousel') }, 0) - }) - .emulateTransitionEnd($active.css('transition-duration').slice(0, -1) * 1000) - } else { - $active.removeClass('active') - $next.addClass('active') - this.sliding = false - this.$element.trigger('slid.bs.carousel') - } - - isCycling && this.cycle() - - return this - } - - - // CAROUSEL PLUGIN DEFINITION - // ========================== - - var old = $.fn.carousel - - $.fn.carousel = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.carousel') - var options = $.extend({}, Carousel.DEFAULTS, $this.data(), typeof option == 'object' && option) - var action = typeof option == 'string' ? option : options.slide - - if (!data) $this.data('bs.carousel', (data = new Carousel(this, options))) - if (typeof option == 'number') data.to(option) - else if (action) data[action]() - else if (options.interval) data.pause().cycle() - }) - } - - $.fn.carousel.Constructor = Carousel - - - // CAROUSEL NO CONFLICT - // ==================== - - $.fn.carousel.noConflict = function () { - $.fn.carousel = old - return this - } - - - // CAROUSEL DATA-API - // ================= - - $(document).on('click.bs.carousel.data-api', '[data-slide], [data-slide-to]', function (e) { - var $this = $(this), href - var $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 - var options = $.extend({}, $target.data(), $this.data()) - var slideIndex = $this.attr('data-slide-to') - if (slideIndex) options.interval = false - - $target.carousel(options) - - if (slideIndex = $this.attr('data-slide-to')) { - $target.data('bs.carousel').to(slideIndex) - } - - e.preventDefault() - }) - - $(window).on('load', function () { - $('[data-ride="carousel"]').each(function () { - var $carousel = $(this) - $carousel.carousel($carousel.data()) - }) - }) - -}(jQuery); diff --git a/woc/js/bootstrap/collapse.js b/woc/js/bootstrap/collapse.js deleted file mode 100644 index 1abafd6..0000000 --- a/woc/js/bootstrap/collapse.js +++ /dev/null @@ -1,170 +0,0 @@ -/* ======================================================================== - * Bootstrap: collapse.js v3.1.0 - * http://getbootstrap.com/javascript/#collapse - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // COLLAPSE PUBLIC CLASS DEFINITION - // ================================ - - var Collapse = function (element, options) { - this.$element = $(element) - this.options = $.extend({}, Collapse.DEFAULTS, options) - this.transitioning = null - - if (this.options.parent) this.$parent = $(this.options.parent) - if (this.options.toggle) this.toggle() - } - - Collapse.DEFAULTS = { - toggle: true - } - - Collapse.prototype.dimension = function () { - var hasWidth = this.$element.hasClass('width') - return hasWidth ? 'width' : 'height' - } - - Collapse.prototype.show = function () { - if (this.transitioning || this.$element.hasClass('in')) return - - var startEvent = $.Event('show.bs.collapse') - this.$element.trigger(startEvent) - if (startEvent.isDefaultPrevented()) return - - var actives = this.$parent && this.$parent.find('> .panel > .in') - - if (actives && actives.length) { - var hasData = actives.data('bs.collapse') - if (hasData && hasData.transitioning) return - actives.collapse('hide') - hasData || actives.data('bs.collapse', null) - } - - var dimension = this.dimension() - - this.$element - .removeClass('collapse') - .addClass('collapsing') - [dimension](0) - - this.transitioning = 1 - - var complete = function () { - this.$element - .removeClass('collapsing') - .addClass('collapse in') - [dimension]('auto') - this.transitioning = 0 - this.$element.trigger('shown.bs.collapse') - } - - if (!$.support.transition) return complete.call(this) - - var scrollSize = $.camelCase(['scroll', dimension].join('-')) - - this.$element - .one($.support.transition.end, $.proxy(complete, this)) - .emulateTransitionEnd(350) - [dimension](this.$element[0][scrollSize]) - } - - Collapse.prototype.hide = function () { - if (this.transitioning || !this.$element.hasClass('in')) return - - var startEvent = $.Event('hide.bs.collapse') - this.$element.trigger(startEvent) - if (startEvent.isDefaultPrevented()) return - - var dimension = this.dimension() - - this.$element - [dimension](this.$element[dimension]()) - [0].offsetHeight - - this.$element - .addClass('collapsing') - .removeClass('collapse') - .removeClass('in') - - this.transitioning = 1 - - var complete = function () { - this.transitioning = 0 - this.$element - .trigger('hidden.bs.collapse') - .removeClass('collapsing') - .addClass('collapse') - } - - if (!$.support.transition) return complete.call(this) - - this.$element - [dimension](0) - .one($.support.transition.end, $.proxy(complete, this)) - .emulateTransitionEnd(350) - } - - Collapse.prototype.toggle = function () { - this[this.$element.hasClass('in') ? 'hide' : 'show']() - } - - - // COLLAPSE PLUGIN DEFINITION - // ========================== - - var old = $.fn.collapse - - $.fn.collapse = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.collapse') - var options = $.extend({}, Collapse.DEFAULTS, $this.data(), typeof option == 'object' && option) - - if (!data && options.toggle && option == 'show') option = !option - if (!data) $this.data('bs.collapse', (data = new Collapse(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.collapse.Constructor = Collapse - - - // COLLAPSE NO CONFLICT - // ==================== - - $.fn.collapse.noConflict = function () { - $.fn.collapse = old - return this - } - - - // COLLAPSE DATA-API - // ================= - - $(document).on('click.bs.collapse.data-api', '[data-toggle=collapse]', function (e) { - var $this = $(this), href - var target = $this.attr('data-target') - || e.preventDefault() - || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7 - var $target = $(target) - var data = $target.data('bs.collapse') - var option = data ? 'toggle' : $this.data() - var parent = $this.attr('data-parent') - var $parent = parent && $(parent) - - if (!data || !data.transitioning) { - if ($parent) $parent.find('[data-toggle=collapse][data-parent="' + parent + '"]').not($this).addClass('collapsed') - $this[$target.hasClass('in') ? 'addClass' : 'removeClass']('collapsed') - } - - $target.collapse(option) - }) - -}(jQuery); diff --git a/woc/js/bootstrap/dropdown.js b/woc/js/bootstrap/dropdown.js deleted file mode 100644 index 9c13aac..0000000 --- a/woc/js/bootstrap/dropdown.js +++ /dev/null @@ -1,147 +0,0 @@ -/* ======================================================================== - * Bootstrap: dropdown.js v3.1.0 - * http://getbootstrap.com/javascript/#dropdowns - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // DROPDOWN CLASS DEFINITION - // ========================= - - var backdrop = '.dropdown-backdrop' - var toggle = '[data-toggle=dropdown]' - var Dropdown = function (element) { - $(element).on('click.bs.dropdown', this.toggle) - } - - Dropdown.prototype.toggle = function (e) { - var $this = $(this) - - if ($this.is('.disabled, :disabled')) return - - var $parent = getParent($this) - var isActive = $parent.hasClass('open') - - clearMenus() - - if (!isActive) { - if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { - // if mobile we use a backdrop because click events don't delegate - $('<div class="dropdown-backdrop"/>').insertAfter($(this)).on('click', clearMenus) - } - - var relatedTarget = { relatedTarget: this } - $parent.trigger(e = $.Event('show.bs.dropdown', relatedTarget)) - - if (e.isDefaultPrevented()) return - - $parent - .toggleClass('open') - .trigger('shown.bs.dropdown', relatedTarget) - - $this.focus() - } - - return false - } - - Dropdown.prototype.keydown = function (e) { - if (!/(38|40|27)/.test(e.keyCode)) return - - var $this = $(this) - - e.preventDefault() - e.stopPropagation() - - if ($this.is('.disabled, :disabled')) return - - var $parent = getParent($this) - var isActive = $parent.hasClass('open') - - if (!isActive || (isActive && e.keyCode == 27)) { - if (e.which == 27) $parent.find(toggle).focus() - return $this.click() - } - - var desc = ' li:not(.divider):visible a' - var $items = $parent.find('[role=menu]' + desc + ', [role=listbox]' + desc) - - if (!$items.length) return - - var index = $items.index($items.filter(':focus')) - - if (e.keyCode == 38 && index > 0) index-- // up - if (e.keyCode == 40 && index < $items.length - 1) index++ // down - if (!~index) index = 0 - - $items.eq(index).focus() - } - - function clearMenus(e) { - $(backdrop).remove() - $(toggle).each(function () { - var $parent = getParent($(this)) - var relatedTarget = { relatedTarget: this } - if (!$parent.hasClass('open')) return - $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget)) - if (e.isDefaultPrevented()) return - $parent.removeClass('open').trigger('hidden.bs.dropdown', relatedTarget) - }) - } - - function getParent($this) { - var selector = $this.attr('data-target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && /#[A-Za-z]/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 - } - - var $parent = selector && $(selector) - - return $parent && $parent.length ? $parent : $this.parent() - } - - - // DROPDOWN PLUGIN DEFINITION - // ========================== - - var old = $.fn.dropdown - - $.fn.dropdown = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.dropdown') - - if (!data) $this.data('bs.dropdown', (data = new Dropdown(this))) - if (typeof option == 'string') data[option].call($this) - }) - } - - $.fn.dropdown.Constructor = Dropdown - - - // DROPDOWN NO CONFLICT - // ==================== - - $.fn.dropdown.noConflict = function () { - $.fn.dropdown = old - return this - } - - - // APPLY TO STANDARD DROPDOWN ELEMENTS - // =================================== - - $(document) - .on('click.bs.dropdown.data-api', clearMenus) - .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() }) - .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle) - .on('keydown.bs.dropdown.data-api', toggle + ', [role=menu], [role=listbox]', Dropdown.prototype.keydown) - -}(jQuery); diff --git a/woc/js/bootstrap/modal.js b/woc/js/bootstrap/modal.js deleted file mode 100644 index 24506ea..0000000 --- a/woc/js/bootstrap/modal.js +++ /dev/null @@ -1,243 +0,0 @@ -/* ======================================================================== - * Bootstrap: modal.js v3.1.0 - * http://getbootstrap.com/javascript/#modals - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // MODAL CLASS DEFINITION - // ====================== - - var Modal = function (element, options) { - this.options = options - this.$element = $(element) - this.$backdrop = - this.isShown = null - - if (this.options.remote) { - this.$element - .find('.modal-content') - .load(this.options.remote, $.proxy(function () { - this.$element.trigger('loaded.bs.modal') - }, this)) - } - } - - Modal.DEFAULTS = { - backdrop: true, - keyboard: true, - show: true - } - - Modal.prototype.toggle = function (_relatedTarget) { - return this[!this.isShown ? 'show' : 'hide'](_relatedTarget) - } - - Modal.prototype.show = function (_relatedTarget) { - var that = this - var e = $.Event('show.bs.modal', { relatedTarget: _relatedTarget }) - - this.$element.trigger(e) - - if (this.isShown || e.isDefaultPrevented()) return - - this.isShown = true - - this.escape() - - this.$element.on('click.dismiss.bs.modal', '[data-dismiss="modal"]', $.proxy(this.hide, this)) - - this.backdrop(function () { - var transition = $.support.transition && that.$element.hasClass('fade') - - if (!that.$element.parent().length) { - that.$element.appendTo(document.body) // don't move modals dom position - } - - that.$element - .show() - .scrollTop(0) - - if (transition) { - that.$element[0].offsetWidth // force reflow - } - - that.$element - .addClass('in') - .attr('aria-hidden', false) - - that.enforceFocus() - - var e = $.Event('shown.bs.modal', { relatedTarget: _relatedTarget }) - - transition ? - that.$element.find('.modal-dialog') // wait for modal to slide in - .one($.support.transition.end, function () { - that.$element.focus().trigger(e) - }) - .emulateTransitionEnd(300) : - that.$element.focus().trigger(e) - }) - } - - Modal.prototype.hide = function (e) { - if (e) e.preventDefault() - - e = $.Event('hide.bs.modal') - - this.$element.trigger(e) - - if (!this.isShown || e.isDefaultPrevented()) return - - this.isShown = false - - this.escape() - - $(document).off('focusin.bs.modal') - - this.$element - .removeClass('in') - .attr('aria-hidden', true) - .off('click.dismiss.bs.modal') - - $.support.transition && this.$element.hasClass('fade') ? - this.$element - .one($.support.transition.end, $.proxy(this.hideModal, this)) - .emulateTransitionEnd(300) : - this.hideModal() - } - - Modal.prototype.enforceFocus = function () { - $(document) - .off('focusin.bs.modal') // guard against infinite focus loop - .on('focusin.bs.modal', $.proxy(function (e) { - if (this.$element[0] !== e.target && !this.$element.has(e.target).length) { - this.$element.focus() - } - }, this)) - } - - Modal.prototype.escape = function () { - if (this.isShown && this.options.keyboard) { - this.$element.on('keyup.dismiss.bs.modal', $.proxy(function (e) { - e.which == 27 && this.hide() - }, this)) - } else if (!this.isShown) { - this.$element.off('keyup.dismiss.bs.modal') - } - } - - Modal.prototype.hideModal = function () { - var that = this - this.$element.hide() - this.backdrop(function () { - that.removeBackdrop() - that.$element.trigger('hidden.bs.modal') - }) - } - - Modal.prototype.removeBackdrop = function () { - this.$backdrop && this.$backdrop.remove() - this.$backdrop = null - } - - Modal.prototype.backdrop = function (callback) { - var animate = this.$element.hasClass('fade') ? 'fade' : '' - - if (this.isShown && this.options.backdrop) { - var doAnimate = $.support.transition && animate - - this.$backdrop = $('<div class="modal-backdrop ' + animate + '" />') - .appendTo(document.body) - - this.$element.on('click.dismiss.bs.modal', $.proxy(function (e) { - if (e.target !== e.currentTarget) return - this.options.backdrop == 'static' - ? this.$element[0].focus.call(this.$element[0]) - : this.hide.call(this) - }, this)) - - if (doAnimate) this.$backdrop[0].offsetWidth // force reflow - - this.$backdrop.addClass('in') - - if (!callback) return - - doAnimate ? - this.$backdrop - .one($.support.transition.end, callback) - .emulateTransitionEnd(150) : - callback() - - } else if (!this.isShown && this.$backdrop) { - this.$backdrop.removeClass('in') - - $.support.transition && this.$element.hasClass('fade') ? - this.$backdrop - .one($.support.transition.end, callback) - .emulateTransitionEnd(150) : - callback() - - } else if (callback) { - callback() - } - } - - - // MODAL PLUGIN DEFINITION - // ======================= - - var old = $.fn.modal - - $.fn.modal = function (option, _relatedTarget) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.modal') - var options = $.extend({}, Modal.DEFAULTS, $this.data(), typeof option == 'object' && option) - - if (!data) $this.data('bs.modal', (data = new Modal(this, options))) - if (typeof option == 'string') data[option](_relatedTarget) - else if (options.show) data.show(_relatedTarget) - }) - } - - $.fn.modal.Constructor = Modal - - - // MODAL NO CONFLICT - // ================= - - $.fn.modal.noConflict = function () { - $.fn.modal = old - return this - } - - - // MODAL DATA-API - // ============== - - $(document).on('click.bs.modal.data-api', '[data-toggle="modal"]', function (e) { - var $this = $(this) - var href = $this.attr('href') - var $target = $($this.attr('data-target') || (href && href.replace(/.*(?=#[^\s]+$)/, ''))) //strip for ie7 - var option = $target.data('bs.modal') ? 'toggle' : $.extend({ remote: !/#/.test(href) && href }, $target.data(), $this.data()) - - if ($this.is('a')) e.preventDefault() - - $target - .modal(option, this) - .one('hide', function () { - $this.is(':visible') && $this.focus() - }) - }) - - $(document) - .on('show.bs.modal', '.modal', function () { $(document.body).addClass('modal-open') }) - .on('hidden.bs.modal', '.modal', function () { $(document.body).removeClass('modal-open') }) - -}(jQuery); diff --git a/woc/js/bootstrap/popover.js b/woc/js/bootstrap/popover.js deleted file mode 100644 index 193cf06..0000000 --- a/woc/js/bootstrap/popover.js +++ /dev/null @@ -1,110 +0,0 @@ -/* ======================================================================== - * Bootstrap: popover.js v3.1.0 - * http://getbootstrap.com/javascript/#popovers - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // POPOVER PUBLIC CLASS DEFINITION - // =============================== - - var Popover = function (element, options) { - this.init('popover', element, options) - } - - if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') - - Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, { - placement: 'right', - trigger: 'click', - content: '', - template: '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>' - }) - - - // NOTE: POPOVER EXTENDS tooltip.js - // ================================ - - Popover.prototype = $.extend({}, $.fn.tooltip.Constructor.prototype) - - Popover.prototype.constructor = Popover - - Popover.prototype.getDefaults = function () { - return Popover.DEFAULTS - } - - Popover.prototype.setContent = function () { - var $tip = this.tip() - var title = this.getTitle() - var content = this.getContent() - - $tip.find('.popover-title')[this.options.html ? 'html' : 'text'](title) - $tip.find('.popover-content')[ // we use append for html objects to maintain js events - this.options.html ? (typeof content == 'string' ? 'html' : 'append') : 'text' - ](content) - - $tip.removeClass('fade top bottom left right in') - - // IE8 doesn't accept hiding via the `:empty` pseudo selector, we have to do - // this manually by checking the contents. - if (!$tip.find('.popover-title').html()) $tip.find('.popover-title').hide() - } - - Popover.prototype.hasContent = function () { - return this.getTitle() || this.getContent() - } - - Popover.prototype.getContent = function () { - var $e = this.$element - var o = this.options - - return $e.attr('data-content') - || (typeof o.content == 'function' ? - o.content.call($e[0]) : - o.content) - } - - Popover.prototype.arrow = function () { - return this.$arrow = this.$arrow || this.tip().find('.arrow') - } - - Popover.prototype.tip = function () { - if (!this.$tip) this.$tip = $(this.options.template) - return this.$tip - } - - - // POPOVER PLUGIN DEFINITION - // ========================= - - var old = $.fn.popover - - $.fn.popover = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.popover') - var options = typeof option == 'object' && option - - if (!data && option == 'destroy') return - if (!data) $this.data('bs.popover', (data = new Popover(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.popover.Constructor = Popover - - - // POPOVER NO CONFLICT - // =================== - - $.fn.popover.noConflict = function () { - $.fn.popover = old - return this - } - -}(jQuery); diff --git a/woc/js/bootstrap/scrollspy.js b/woc/js/bootstrap/scrollspy.js deleted file mode 100644 index 04958a5..0000000 --- a/woc/js/bootstrap/scrollspy.js +++ /dev/null @@ -1,153 +0,0 @@ -/* ======================================================================== - * Bootstrap: scrollspy.js v3.1.0 - * http://getbootstrap.com/javascript/#scrollspy - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // SCROLLSPY CLASS DEFINITION - // ========================== - - function ScrollSpy(element, options) { - var href - var process = $.proxy(this.process, this) - - this.$element = $(element).is('body') ? $(window) : $(element) - this.$body = $('body') - this.$scrollElement = this.$element.on('scroll.bs.scroll-spy.data-api', process) - this.options = $.extend({}, ScrollSpy.DEFAULTS, options) - this.selector = (this.options.target - || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7 - || '') + ' .nav li > a' - this.offsets = $([]) - this.targets = $([]) - this.activeTarget = null - - this.refresh() - this.process() - } - - ScrollSpy.DEFAULTS = { - offset: 10 - } - - ScrollSpy.prototype.refresh = function () { - var offsetMethod = this.$element[0] == window ? 'offset' : 'position' - - this.offsets = $([]) - this.targets = $([]) - - var self = this - var $targets = this.$body - .find(this.selector) - .map(function () { - var $el = $(this) - var href = $el.data('target') || $el.attr('href') - var $href = /^#./.test(href) && $(href) - - return ($href - && $href.length - && $href.is(':visible') - && [[ $href[offsetMethod]().top + (!$.isWindow(self.$scrollElement.get(0)) && self.$scrollElement.scrollTop()), href ]]) || null - }) - .sort(function (a, b) { return a[0] - b[0] }) - .each(function () { - self.offsets.push(this[0]) - self.targets.push(this[1]) - }) - } - - ScrollSpy.prototype.process = function () { - var scrollTop = this.$scrollElement.scrollTop() + this.options.offset - var scrollHeight = this.$scrollElement[0].scrollHeight || this.$body[0].scrollHeight - var maxScroll = scrollHeight - this.$scrollElement.height() - var offsets = this.offsets - var targets = this.targets - var activeTarget = this.activeTarget - var i - - if (scrollTop >= maxScroll) { - return activeTarget != (i = targets.last()[0]) && this.activate(i) - } - - if (activeTarget && scrollTop <= offsets[0]) { - return activeTarget != (i = targets[0]) && this.activate(i) - } - - for (i = offsets.length; i--;) { - activeTarget != targets[i] - && scrollTop >= offsets[i] - && (!offsets[i + 1] || scrollTop <= offsets[i + 1]) - && this.activate( targets[i] ) - } - } - - ScrollSpy.prototype.activate = function (target) { - this.activeTarget = target - - $(this.selector) - .parentsUntil(this.options.target, '.active') - .removeClass('active') - - var selector = this.selector + - '[data-target="' + target + '"],' + - this.selector + '[href="' + target + '"]' - - var active = $(selector) - .parents('li') - .addClass('active') - - if (active.parent('.dropdown-menu').length) { - active = active - .closest('li.dropdown') - .addClass('active') - } - - active.trigger('activate.bs.scrollspy') - } - - - // SCROLLSPY PLUGIN DEFINITION - // =========================== - - var old = $.fn.scrollspy - - $.fn.scrollspy = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.scrollspy') - var options = typeof option == 'object' && option - - if (!data) $this.data('bs.scrollspy', (data = new ScrollSpy(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.scrollspy.Constructor = ScrollSpy - - - // SCROLLSPY NO CONFLICT - // ===================== - - $.fn.scrollspy.noConflict = function () { - $.fn.scrollspy = old - return this - } - - - // SCROLLSPY DATA-API - // ================== - - $(window).on('load', function () { - $('[data-spy="scroll"]').each(function () { - var $spy = $(this) - $spy.scrollspy($spy.data()) - }) - }) - -}(jQuery); diff --git a/woc/js/bootstrap/tab.js b/woc/js/bootstrap/tab.js deleted file mode 100644 index 6f0fd45..0000000 --- a/woc/js/bootstrap/tab.js +++ /dev/null @@ -1,125 +0,0 @@ -/* ======================================================================== - * Bootstrap: tab.js v3.1.0 - * http://getbootstrap.com/javascript/#tabs - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // TAB CLASS DEFINITION - // ==================== - - var Tab = function (element) { - this.element = $(element) - } - - Tab.prototype.show = function () { - var $this = this.element - var $ul = $this.closest('ul:not(.dropdown-menu)') - var selector = $this.data('target') - - if (!selector) { - selector = $this.attr('href') - selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7 - } - - if ($this.parent('li').hasClass('active')) return - - var previous = $ul.find('.active:last a')[0] - var e = $.Event('show.bs.tab', { - relatedTarget: previous - }) - - $this.trigger(e) - - if (e.isDefaultPrevented()) return - - var $target = $(selector) - - this.activate($this.parent('li'), $ul) - this.activate($target, $target.parent(), function () { - $this.trigger({ - type: 'shown.bs.tab', - relatedTarget: previous - }) - }) - } - - Tab.prototype.activate = function (element, container, callback) { - var $active = container.find('> .active') - var transition = callback - && $.support.transition - && $active.hasClass('fade') - - function next() { - $active - .removeClass('active') - .find('> .dropdown-menu > .active') - .removeClass('active') - - element.addClass('active') - - if (transition) { - element[0].offsetWidth // reflow for transition - element.addClass('in') - } else { - element.removeClass('fade') - } - - if (element.parent('.dropdown-menu')) { - element.closest('li.dropdown').addClass('active') - } - - callback && callback() - } - - transition ? - $active - .one($.support.transition.end, next) - .emulateTransitionEnd(150) : - next() - - $active.removeClass('in') - } - - - // TAB PLUGIN DEFINITION - // ===================== - - var old = $.fn.tab - - $.fn.tab = function ( option ) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.tab') - - if (!data) $this.data('bs.tab', (data = new Tab(this))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.tab.Constructor = Tab - - - // TAB NO CONFLICT - // =============== - - $.fn.tab.noConflict = function () { - $.fn.tab = old - return this - } - - - // TAB DATA-API - // ============ - - $(document).on('click.bs.tab.data-api', '[data-toggle="tab"], [data-toggle="pill"]', function (e) { - e.preventDefault() - $(this).tab('show') - }) - -}(jQuery); diff --git a/woc/js/bootstrap/tooltip.js b/woc/js/bootstrap/tooltip.js deleted file mode 100644 index 6cf2b0f..0000000 --- a/woc/js/bootstrap/tooltip.js +++ /dev/null @@ -1,399 +0,0 @@ -/* ======================================================================== - * Bootstrap: tooltip.js v3.1.0 - * http://getbootstrap.com/javascript/#tooltip - * Inspired by the original jQuery.tipsy by Jason Frame - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // TOOLTIP PUBLIC CLASS DEFINITION - // =============================== - - var Tooltip = function (element, options) { - this.type = - this.options = - this.enabled = - this.timeout = - this.hoverState = - this.$element = null - - this.init('tooltip', element, options) - } - - Tooltip.DEFAULTS = { - animation: true, - placement: 'top', - selector: false, - template: '<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>', - trigger: 'hover focus', - title: '', - delay: 0, - html: false, - container: false - } - - Tooltip.prototype.init = function (type, element, options) { - this.enabled = true - this.type = type - this.$element = $(element) - this.options = this.getOptions(options) - - var triggers = this.options.trigger.split(' ') - - for (var i = triggers.length; i--;) { - var trigger = triggers[i] - - if (trigger == 'click') { - this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this)) - } else if (trigger != 'manual') { - var eventIn = trigger == 'hover' ? 'mouseenter' : 'focusin' - var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout' - - this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this)) - this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this)) - } - } - - this.options.selector ? - (this._options = $.extend({}, this.options, { trigger: 'manual', selector: '' })) : - this.fixTitle() - } - - Tooltip.prototype.getDefaults = function () { - return Tooltip.DEFAULTS - } - - Tooltip.prototype.getOptions = function (options) { - options = $.extend({}, this.getDefaults(), this.$element.data(), options) - - if (options.delay && typeof options.delay == 'number') { - options.delay = { - show: options.delay, - hide: options.delay - } - } - - return options - } - - Tooltip.prototype.getDelegateOptions = function () { - var options = {} - var defaults = this.getDefaults() - - this._options && $.each(this._options, function (key, value) { - if (defaults[key] != value) options[key] = value - }) - - return options - } - - Tooltip.prototype.enter = function (obj) { - var self = obj instanceof this.constructor ? - obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) - - clearTimeout(self.timeout) - - self.hoverState = 'in' - - if (!self.options.delay || !self.options.delay.show) return self.show() - - self.timeout = setTimeout(function () { - if (self.hoverState == 'in') self.show() - }, self.options.delay.show) - } - - Tooltip.prototype.leave = function (obj) { - var self = obj instanceof this.constructor ? - obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) - - clearTimeout(self.timeout) - - self.hoverState = 'out' - - if (!self.options.delay || !self.options.delay.hide) return self.hide() - - self.timeout = setTimeout(function () { - if (self.hoverState == 'out') self.hide() - }, self.options.delay.hide) - } - - Tooltip.prototype.show = function () { - var e = $.Event('show.bs.' + this.type) - - if (this.hasContent() && this.enabled) { - this.$element.trigger(e) - - if (e.isDefaultPrevented()) return - var that = this; - - var $tip = this.tip() - - this.setContent() - - if (this.options.animation) $tip.addClass('fade') - - var placement = typeof this.options.placement == 'function' ? - this.options.placement.call(this, $tip[0], this.$element[0]) : - this.options.placement - - var autoToken = /\s?auto?\s?/i - var autoPlace = autoToken.test(placement) - if (autoPlace) placement = placement.replace(autoToken, '') || 'top' - - $tip - .detach() - .css({ top: 0, left: 0, display: 'block' }) - .addClass(placement) - - this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) - - var pos = this.getPosition() - var actualWidth = $tip[0].offsetWidth - var actualHeight = $tip[0].offsetHeight - - if (autoPlace) { - var $parent = this.$element.parent() - - var orgPlacement = placement - var docScroll = document.documentElement.scrollTop || document.body.scrollTop - var parentWidth = this.options.container == 'body' ? window.innerWidth : $parent.outerWidth() - var parentHeight = this.options.container == 'body' ? window.innerHeight : $parent.outerHeight() - var parentLeft = this.options.container == 'body' ? 0 : $parent.offset().left - - placement = placement == 'bottom' && pos.top + pos.height + actualHeight - docScroll > parentHeight ? 'top' : - placement == 'top' && pos.top - docScroll - actualHeight < 0 ? 'bottom' : - placement == 'right' && pos.right + actualWidth > parentWidth ? 'left' : - placement == 'left' && pos.left - actualWidth < parentLeft ? 'right' : - placement - - $tip - .removeClass(orgPlacement) - .addClass(placement) - } - - var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight) - - this.applyPlacement(calculatedOffset, placement) - this.hoverState = null - - var complete = function() { - that.$element.trigger('shown.bs.' + that.type) - } - - $.support.transition && this.$tip.hasClass('fade') ? - $tip - .one($.support.transition.end, complete) - .emulateTransitionEnd(150) : - complete() - } - } - - Tooltip.prototype.applyPlacement = function (offset, placement) { - var replace - var $tip = this.tip() - var width = $tip[0].offsetWidth - var height = $tip[0].offsetHeight - - // manually read margins because getBoundingClientRect includes difference - var marginTop = parseInt($tip.css('margin-top'), 10) - var marginLeft = parseInt($tip.css('margin-left'), 10) - - // we must check for NaN for ie 8/9 - if (isNaN(marginTop)) marginTop = 0 - if (isNaN(marginLeft)) marginLeft = 0 - - offset.top = offset.top + marginTop - offset.left = offset.left + marginLeft - - // $.fn.offset doesn't round pixel values - // so we use setOffset directly with our own function B-0 - $.offset.setOffset($tip[0], $.extend({ - using: function (props) { - $tip.css({ - top: Math.round(props.top), - left: Math.round(props.left) - }) - } - }, offset), 0) - - $tip.addClass('in') - - // check to see if placing tip in new offset caused the tip to resize itself - var actualWidth = $tip[0].offsetWidth - var actualHeight = $tip[0].offsetHeight - - if (placement == 'top' && actualHeight != height) { - replace = true - offset.top = offset.top + height - actualHeight - } - - if (/bottom|top/.test(placement)) { - var delta = 0 - - if (offset.left < 0) { - delta = offset.left * -2 - offset.left = 0 - - $tip.offset(offset) - - actualWidth = $tip[0].offsetWidth - actualHeight = $tip[0].offsetHeight - } - - this.replaceArrow(delta - width + actualWidth, actualWidth, 'left') - } else { - this.replaceArrow(actualHeight - height, actualHeight, 'top') - } - - if (replace) $tip.offset(offset) - } - - Tooltip.prototype.replaceArrow = function (delta, dimension, position) { - this.arrow().css(position, delta ? (50 * (1 - delta / dimension) + '%') : '') - } - - Tooltip.prototype.setContent = function () { - var $tip = this.tip() - var title = this.getTitle() - - $tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title) - $tip.removeClass('fade in top bottom left right') - } - - Tooltip.prototype.hide = function () { - var that = this - var $tip = this.tip() - var e = $.Event('hide.bs.' + this.type) - - function complete() { - if (that.hoverState != 'in') $tip.detach() - that.$element.trigger('hidden.bs.' + that.type) - } - - this.$element.trigger(e) - - if (e.isDefaultPrevented()) return - - $tip.removeClass('in') - - $.support.transition && this.$tip.hasClass('fade') ? - $tip - .one($.support.transition.end, complete) - .emulateTransitionEnd(150) : - complete() - - this.hoverState = null - - return this - } - - Tooltip.prototype.fixTitle = function () { - var $e = this.$element - if ($e.attr('title') || typeof($e.attr('data-original-title')) != 'string') { - $e.attr('data-original-title', $e.attr('title') || '').attr('title', '') - } - } - - Tooltip.prototype.hasContent = function () { - return this.getTitle() - } - - Tooltip.prototype.getPosition = function () { - var el = this.$element[0] - return $.extend({}, (typeof el.getBoundingClientRect == 'function') ? el.getBoundingClientRect() : { - width: el.offsetWidth, - height: el.offsetHeight - }, this.$element.offset()) - } - - Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) { - return placement == 'bottom' ? { top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2 } : - placement == 'top' ? { top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2 } : - placement == 'left' ? { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth } : - /* placement == 'right' */ { top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width } - } - - Tooltip.prototype.getTitle = function () { - var title - var $e = this.$element - var o = this.options - - title = $e.attr('data-original-title') - || (typeof o.title == 'function' ? o.title.call($e[0]) : o.title) - - return title - } - - Tooltip.prototype.tip = function () { - return this.$tip = this.$tip || $(this.options.template) - } - - Tooltip.prototype.arrow = function () { - return this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow') - } - - Tooltip.prototype.validate = function () { - if (!this.$element[0].parentNode) { - this.hide() - this.$element = null - this.options = null - } - } - - Tooltip.prototype.enable = function () { - this.enabled = true - } - - Tooltip.prototype.disable = function () { - this.enabled = false - } - - Tooltip.prototype.toggleEnabled = function () { - this.enabled = !this.enabled - } - - Tooltip.prototype.toggle = function (e) { - var self = e ? $(e.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) : this - self.tip().hasClass('in') ? self.leave(self) : self.enter(self) - } - - Tooltip.prototype.destroy = function () { - clearTimeout(this.timeout) - this.hide().$element.off('.' + this.type).removeData('bs.' + this.type) - } - - - // TOOLTIP PLUGIN DEFINITION - // ========================= - - var old = $.fn.tooltip - - $.fn.tooltip = function (option) { - return this.each(function () { - var $this = $(this) - var data = $this.data('bs.tooltip') - var options = typeof option == 'object' && option - - if (!data && option == 'destroy') return - if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options))) - if (typeof option == 'string') data[option]() - }) - } - - $.fn.tooltip.Constructor = Tooltip - - - // TOOLTIP NO CONFLICT - // =================== - - $.fn.tooltip.noConflict = function () { - $.fn.tooltip = old - return this - } - -}(jQuery); diff --git a/woc/js/bootstrap/transition.js b/woc/js/bootstrap/transition.js deleted file mode 100644 index 0bcbdcd..0000000 --- a/woc/js/bootstrap/transition.js +++ /dev/null @@ -1,48 +0,0 @@ -/* ======================================================================== - * Bootstrap: transition.js v3.1.0 - * http://getbootstrap.com/javascript/#transitions - * ======================================================================== - * Copyright 2011-2014 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - * ======================================================================== */ - - -+function ($) { - 'use strict'; - - // CSS TRANSITION SUPPORT (Shoutout: http://www.modernizr.com/) - // ============================================================ - - function transitionEnd() { - var el = document.createElement('bootstrap') - - var transEndEventNames = { - 'WebkitTransition' : 'webkitTransitionEnd', - 'MozTransition' : 'transitionend', - 'OTransition' : 'oTransitionEnd otransitionend', - 'transition' : 'transitionend' - } - - for (var name in transEndEventNames) { - if (el.style[name] !== undefined) { - return { end: transEndEventNames[name] } - } - } - - return false // explicit for ie8 ( ._.) - } - - // http://blog.alexmaccaw.com/css-transitions - $.fn.emulateTransitionEnd = function (duration) { - var called = false, $el = this - $(this).one($.support.transition.end, function () { called = true }) - var callback = function () { if (!called) $($el).trigger($.support.transition.end) } - setTimeout(callback, duration) - return this - } - - $(function () { - $.support.transition = transitionEnd() - }) - -}(jQuery); diff --git a/woc/js/donate.js b/woc/js/donate.js deleted file mode 100644 index 008200e..0000000 --- a/woc/js/donate.js +++ /dev/null @@ -1,119 +0,0 @@ -/* function to show and hide donation and regular supporter part of paypal and stripe donation. -This make use of hide and appear css classes in css/custom.css file*/ - - function hider(channel,no) { - - if(channel==1) - { - - var x = document.getElementById('donation1') - var y = document.getElementById('regular1'); - if(x.className === 'hide') - { - if(no==1) - { - y.className = 'hide'; - - x.className = 'appear'; - } - - } - if(y.className === 'hide') - { - if(no==2) - { - y.className = 'appear'; - x.className = 'hide'; - - } - } - -} - if(channel==2) - { - - var x = document.getElementById('donation2') - var y = document.getElementById('regular2'); - if(x.className === 'hide') - { - if(no==1) - { - y.className = 'hide'; - - x.className = 'appear'; - } - - } - if(y.className === 'hide') - { - if(no==2) - { - y.className = 'appear'; - x.className = 'hide'; - - - } - } - -}} - -/* For stripe payment. -Two seperate jquery functions are used in stripe payment for donation and regular supporter. -On clicking the donate button with ids customButton and customButtone respective fumctions -will be called*/ - - - var handler = StripeCheckout.configure({ - key: 'pk_test_6pRNASCoBOKtIshFeQd4XMUh', - image: 'https://stripe.com/img/documentation/checkout/marketplace.png', - token: function (token) { - $("#stripeToken").val(token.id); - $("#stripeEmail").val(token.email); - $("#amount").val($("#amount").val() * 100); - $("#myForm").submit(); - } -}); - -$('#customButton').on('click', function (e) { - var amount = $("#amount").val() * 100; - var displayAmount = parseFloat(Math.floor($("#amount").val() * 100) / 100).toFixed(2); - // Open Checkout with further options - handler.open({ - name: 'Demo Site', - description: 'Custom amount ($' + displayAmount + ')', - amount: amount - }); - e.preventDefault(); -}); - -// Close Checkout on page navigation -$(window).on('popstate', function () { - handler.close(); -}); -var handler = StripeCheckout.configure({ - key: 'pk_test_6pRNASCoBOKtIshFeQd4XMUh', - image: 'https://stripe.com/img/documentation/checkout/marketplace.png', - token: function (token) { - $("#stripeTokene").val(token.id); - $("#stripeEmaile").val(token.email); - $("#amounte").val($("#amount").val() * 100); - $("#myForme").submit(); - } -}); - -$('#customButtone').on('click', function (e) { - var amount = $("#amounte").val() * 100; - var displayAmount = parseFloat(Math.floor($("#amounte").val() * 100) / 100).toFixed(2); - // Open Checkout with further options - handler.open({ - name: 'Demo Site', - description: 'Custom amount ($' + displayAmount + ')', - amount: amount - }); - e.preventDefault(); -}); - -// Close Checkout on page navigation -$(window).on('popstate', function () { - handler.close(); -}); \ No newline at end of file diff --git a/woc/js/event.min.js b/woc/js/event.min.js deleted file mode 100644 index 0481e5b..0000000 --- a/woc/js/event.min.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";!function(){var e=function(){var e=document.getElementById("mappos").value,t=e.split(","),o=parseFloat(t[0]),n=parseFloat(t[1]),i={lat:o,lng:n},a=new google.maps.Map(document.getElementById("map"),{zoom:16,center:i});new google.maps.Marker({position:i,map:a})};window.initMap=e}(),function(){$(function(){$('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var e=$(this).attr("href"),t=e.split("#")[1],o="a[id='"+t+"']",n=$(o);if(n=n.length?n:$("[name="+this.hash.slice(1)+"]"),n.length)return $("html, body").animate({scrollTop:n.offset().top},1e3),!1}}),$("#down-button").hide(),$("#down-button").click(function(){$("html, body").animate({scrollTop:0},1e3),$("#down-button").fadeOut(1e3)}),window.addEventListener("scroll",function(){$(window).scrollTop()>0&&$("#down-button").fadeIn(1e3),0===$(window).scrollTop()&&$("#down-button").fadeOut(1e3)})})}(),function(){function e(e,t){var o=0,n=0;if(e.forEach(function(e){o+=1,e.indexOf(t)!==-1&&(n=1)}),o===e.length)return n}$(function(){$(".nav.navbar-nav > li a").removeClass("active");var t=window.location.href.split("/");e(t,"tracks.html")?$("#trackslink").addClass("active"):e(t,"rooms.html")?$("#roomslink").addClass("active"):e(t,"schedule.html")?$("#schedulelink").addClass("active"):e(t,"speakers.html")?$("#speakerslink").addClass("active"):e(t,"sessions.html")?$("#sessionslink").addClass("active"):$("#homelink").addClass("active")})}(),function(){$(document).ready(function(){function e(e){event=e||window.event,s.addClass("hide"),o(),event.preventDefault(),event.stopPropagation();var n,i=$(".main").offset().top+$(".main").outerHeight(),a=d;timeOftrack=c,n=a.is(event.target)?$(event.target):timeOftrack.is(event.target)?$(event.target).parent():$(event.target).children("h4");var r=$(n).next();r.removeClass("hide"),n.css({"text-decoration":"underline"});var l=n.offset().top+n.outerHeight()+r.outerHeight()+15;shift=l-i,shift>0?$(".footer").css({position:"absolute",top:i+shift,width:"100%","z-index":"999"}):t()}function t(){$(".classic").css({position:"static"})}function o(){d.css({"text-decoration":"none"})}function n(e){var o=e.target;$(".footer");f=$(".image-holder").is(o)?$(o):$(o).parent().parent();var n=f.offset().top,i=f.outerHeight(),a=f.next(),r=a.outerHeight(),s=n+i+r;if(void 0!==$(".speakers-row").offset()){var l=$(".speakers-row").offset().top+$(".speakers-row").outerHeight()+$(".classic").outerHeight(),d=s-l;d>0&&$(".classic").css({position:"absolute",top:l+d,width:"100%","z-index":"999"})}else t()}function i(e){var t=$(".image-holder"),o=($(".speaker"),$(".hover-state"),$(".pop-box"));$(".preserve3d");o.addClass("hide"),e.preventDefault(),e.stopPropagation();var i=e.target;t.is(e.target)?($(i).next().removeClass("hide"),$(i).children(".preserve3d").addClass("hover-state")):($(i).parents(".image-holder").next().removeClass("hide"),$(i).parent().children(".preserve3d").addClass("hover-state")),n(e)}function a(e){$(".preserve3d").is(e.target)||(s.addClass("hide"),$(document).removeClass("hover-state")),$(".preserve3d").is(e.target)||$(".pop-box").is(e.target)||n(e)}var r=$(window).width(),s=$(".pop-box"),l=$(".header-pop"),d=$(".sizeevent"),c=$(".sizeevent span");$(".speaker-info");s.addClass("hide"),r<768?$(document).on("click",".sizeevent",function(t){e(t)}):l.hover(function(t){e(t)},function(){s.addClass("hide"),t(),o()});var f=$(".image-holder"),h=$(".speaker"),u=$(".hover-state"),p=($(".preserve3d"),0);r<768?$(document).on("click",".image-holder",function(e){0===p?(i(e),p=1):(a(e),p=0)}):(f.hover(function(e){i(e)},function(e){a(e)}),h.hover(function(e){u.is(e.target)||(s.addClass("hide"),t())}),$(document).hover(function(e){s.addClass("hide"),t()})),r<768&&$(document).mouseup(function(e){var o=s;o.is(e.target)||0!==o.has(e.target).length||(o.addClass("hide"),t(),a(e))})})}(),function(){window.loklakFetcher=function(){var e=null;return{getTweets:function(t,o){if("function"==typeof t)o=t,t={};else if(void 0===o)throw new Error("[LOKLAK-FETCHER] No callback provided");var n=["count","source","fields","limit","tzOffset","minified"],i=[100,"cache","","",0,!0];void 0===t&&(t={});var a=document.getElementById("tweets"),r=a.dataset;r.count&&(t[n[0]]=r.count);var s;r.query&&(s=r.query.replace(/\s/gi,"%20").replace(/#/gi,"%23").replace("_","")),r.start&&(s=s+"%20since:"+r.start),r.end&&(s=s+"%20until:"+r.end),r.from&&(s=s+"%20from:"+r.from);for(var l in n)void 0===t[n[l]]&&(t[n[l]]=i[l]);var d="http://loklak.org/api/search.json?callback=loklakFetcher.handleData&q="+s+"&count="+t.count+"&source="+t.source+"&fields="+t.fields+"&limit="+t.limit+"&timezoneOffset="+t.tzOffset+"&minified="+t.minified;null!==e&&document.head.removeChild(e),this.handleData=function(e){o(e)},e=document.createElement("script"),e.src=d,document.head.appendChild(e)}}}()}(),function(){function e(){null!==r?(clearInterval(r),r=window.setInterval(n,6600)):r=window.setInterval(n,6600)}function t(t){d=t,a(d),e()}function o(){a(d)}function n(){f+=1,f==document.getElementById("tweets").dataset.count&&(f=0),e(),s.style.opacity=0,l.style.opacity=0,window.setTimeout(o,560)}function i(e){var t=Math.floor((new Date-e)/1e3),o=Math.floor(t/31536e3);return o>1?o+" years":(o=Math.floor(t/2592e3))>1?o+" months":(o=Math.floor(t/86400))>1?o+" days":(o=Math.floor(t/3600))>1?o+" hours":(o=Math.floor(t/60),o>1?o+" minutes":Math.floor(t)+" seconds")}function a(e){try{var t="",o=e.statuses[f].text,n=o.split(" "),a=0;for(var r in n)n[r].startsWith("@")?t+="<a href='https://twitter.com/"+n[r].slice(1)+"' target='_blank'>"+n[r]+"</a> ":n[r].startsWith("#")?t+="<a href='https://twitter.com/hashtag/"+n[r].slice(1)+"' target='_blank'>"+n[r]+"</a> ":n[r].startsWith("http")?n[r].startsWith("http://loklak")?(t+="<a href='"+e.statuses[f].links[a]+"' target='_blank'>"+e.statuses[f].links[a]+"</a> ",a+=1):t+="<a href='"+n[r]+"' target='_blank' style='word-break:break-all'>"+n[r]+"</a> ":t+=n[r]+" ";s.innerHTML=t;var d=(e.statuses[f].user,new Date(e.statuses[f].created_at));l.innerHTML="Tweeted "+i(d)+" ago",s.style.opacity=1,l.style.opacity=1}catch(e){s.innerHTML="No Tweets Available",s.style.opacity=1}}var r=null,s=document.getElementById("tweet"),l=document.getElementById("dateTweeted"),d=null,c=function(){loklakFetcher.getTweets({},t)},f=0;window.datafetcher=c}(),function(){!function(e,t,o,n){var i=e(t);e.fn.lazyload=function(n){function a(){var t=0;s.each(function(){var o=e(this);if(!l.skip_invisible||o.is(":visible"))if(e.abovethetop(this,l)||e.leftofbegin(this,l));else if(e.belowthefold(this,l)||e.rightoffold(this,l)){if(++t>l.failure_limit)return!1}else o.trigger("appear"),t=0})}var r,s=this,l={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:t,data_attribute:"original",skip_invisible:!1,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return n&&(void 0!==n.failurelimit&&(n.failure_limit=n.failurelimit,delete n.failurelimit),void 0!==n.effectspeed&&(n.effect_speed=n.effectspeed,delete n.effectspeed),e.extend(l,n)),r=void 0===l.container||l.container===t?i:e(l.container),0===l.event.indexOf("scroll")&&r.bind(l.event,function(){return a()}),this.each(function(){var t=this,o=e(t);t.loaded=!1,void 0!==o.attr("src")&&o.attr("src")!==!1||o.is("img")&&o.attr("src",l.placeholder),o.one("appear",function(){if(!this.loaded){if(l.appear){var n=s.length;l.appear.call(t,n,l)}e("<img />").bind("load",function(){var n=o.attr("data-"+l.data_attribute);if(o.hide(),o.is("img")?o.attr("src",n):o.css("background-image","url('"+n+"')"),o[l.effect](l.effect_speed),t.loaded=!0,s=e(e.grep(s,function(e){return!e.loaded})),l.load){var i=s.length;l.load.call(t,i,l)}}).attr("src",o.attr("data-"+l.data_attribute))}}),0!==l.event.indexOf("scroll")&&o.bind(l.event,function(){t.loaded||o.trigger("appear")})}),i.bind("resize",function(){a()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&i.bind("pageshow",function(t){t.originalEvent&&t.originalEvent.persisted&&s.each(function(){e(this).trigger("appear")})}),e(o).ready(function(){a()}),this},e.belowthefold=function(o,n){return(void 0===n.container||n.container===t?(t.innerHeight?t.innerHeight:i.height())+i.scrollTop():e(n.container).offset().top+e(n.container).height())<=e(o).offset().top-n.threshold},e.rightoffold=function(o,n){return(void 0===n.container||n.container===t?i.width()+i.scrollLeft():e(n.container).offset().left+e(n.container).width())<=e(o).offset().left-n.threshold},e.abovethetop=function(o,n){return(void 0===n.container||n.container===t?i.scrollTop():e(n.container).offset().top)>=e(o).offset().top+n.threshold+e(o).height()},e.leftofbegin=function(o,n){return(void 0===n.container||n.container===t?i.scrollLeft():e(n.container).offset().left)>=e(o).offset().left+n.threshold+e(o).width()},e.inviewport=function(t,o){return!(e.rightoffold(t,o)||e.leftofbegin(t,o)||e.belowthefold(t,o)||e.abovethetop(t,o))},e.extend(e.expr[":"],{"below-the-fold":function(t){return e.belowthefold(t,{threshold:0})},"above-the-top":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-screen":function(t){return e.rightoffold(t,{threshold:0})},"left-of-screen":function(t){return!e.rightoffold(t,{threshold:0})},"in-viewport":function(t){return e.inviewport(t,{threshold:0})},"above-the-fold":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-fold":function(t){return e.rightoffold(t,{threshold:0})},"left-of-fold":function(t){return!e.rightoffold(t,{threshold:0})}})}(jQuery,window,document)}(); \ No newline at end of file diff --git a/woc/js/feednami.js b/woc/js/feednami.js deleted file mode 100644 index 358ae97..0000000 --- a/woc/js/feednami.js +++ /dev/null @@ -1 +0,0 @@ -window.feednami={},feednami.load=function(e,n){var o="https://api.feednami.com/api/v1",a=e;"object"==typeof e&&(a=e.url);var t="url="+encodeURIComponent(a);e.format&&(t+="&include_xml_document&format="+e.format),e.includeXml&&(t+="&include_xml_document");var d=o+"/feeds/load?"+t;if(window.XDomainRequest){var l=document.createElement("script"),c="jsonp_callback_"+(new Date).getTime()+"_"+Math.round(1e6*Math.random());d+="&jsonp_callback="+c,window[c]=function(e){n(e),document.body.removeChild(l),window[c]=null;try{delete window[c]}catch(o){}},l.src=d,document.body.appendChild(l)}else{var i=new XMLHttpRequest;i.onreadystatechange=function(){4==i.readyState&&n(JSON.parse(i.responseText))},i.open("GET",d),i.send()}},feednami.loadGoogleFormat=function(e,n){return feednami.load({url:e,format:"google",includeXml:!0},n)}; \ No newline at end of file diff --git a/woc/js/flexslider.min.js b/woc/js/flexslider.min.js deleted file mode 100644 index 9c5f5eb..0000000 --- a/woc/js/flexslider.min.js +++ /dev/null @@ -1 +0,0 @@ -(function(e){e.flexslider=function(t,n){var r=e(t);r.vars=e.extend({},e.flexslider.defaults,n);var i=r.vars.namespace,s=window.navigator&&window.navigator.msPointerEnabled&&window.MSGesture,o=("ontouchstart"in window||s||window.DocumentTouch&&document instanceof DocumentTouch)&&r.vars.touch,u="click touchend MSPointerUp",a="",f,l=r.vars.direction==="vertical",c=r.vars.reverse,h=r.vars.itemWidth>0,p=r.vars.animation==="fade",d=r.vars.asNavFor!=="",v={},m=true;e.data(t,"flexslider",r);v={init:function(){r.animating=false;r.currentSlide=parseInt(r.vars.startAt?r.vars.startAt:0,10);if(isNaN(r.currentSlide))r.currentSlide=0;r.animatingTo=r.currentSlide;r.atEnd=r.currentSlide===0||r.currentSlide===r.last;r.containerSelector=r.vars.selector.substr(0,r.vars.selector.search(" "));r.slides=e(r.vars.selector,r);r.container=e(r.containerSelector,r);r.count=r.slides.length;r.syncExists=e(r.vars.sync).length>0;if(r.vars.animation==="slide")r.vars.animation="swing";r.prop=l?"top":"marginLeft";r.args={};r.manualPause=false;r.stopped=false;r.started=false;r.startTimeout=null;r.transitions=!r.vars.video&&!p&&r.vars.useCSS&&function(){var e=document.createElement("div"),t=["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var n in t){if(e.style[t[n]]!==undefined){r.pfx=t[n].replace("Perspective","").toLowerCase();r.prop="-"+r.pfx+"-transform";return true}}return false}();if(r.vars.controlsContainer!=="")r.controlsContainer=e(r.vars.controlsContainer).length>0&&e(r.vars.controlsContainer);if(r.vars.manualControls!=="")r.manualControls=e(r.vars.manualControls).length>0&&e(r.vars.manualControls);if(r.vars.randomize){r.slides.sort(function(){return Math.round(Math.random())-.5});r.container.empty().append(r.slides)}r.doMath();r.setup("init");if(r.vars.controlNav)v.controlNav.setup();if(r.vars.directionNav)v.directionNav.setup();if(r.vars.keyboard&&(e(r.containerSelector).length===1||r.vars.multipleKeyboard)){e(document).bind("keyup",function(e){var t=e.keyCode;if(!r.animating&&(t===39||t===37)){var n=t===39?r.getTarget("next"):t===37?r.getTarget("prev"):false;r.flexAnimate(n,r.vars.pauseOnAction)}})}if(r.vars.mousewheel){r.bind("mousewheel",function(e,t,n,i){e.preventDefault();var s=t<0?r.getTarget("next"):r.getTarget("prev");r.flexAnimate(s,r.vars.pauseOnAction)})}if(r.vars.pausePlay)v.pausePlay.setup();if(r.vars.slideshow&&r.vars.pauseInvisible)v.pauseInvisible.init();if(r.vars.slideshow){if(r.vars.pauseOnHover){r.hover(function(){if(!r.manualPlay&&!r.manualPause)r.pause()},function(){if(!r.manualPause&&!r.manualPlay&&!r.stopped)r.play()})}if(!r.vars.pauseInvisible||!v.pauseInvisible.isHidden()){r.vars.initDelay>0?r.startTimeout=setTimeout(r.play,r.vars.initDelay):r.play()}}if(d)v.asNav.setup();if(o&&r.vars.touch)v.touch();if(!p||p&&r.vars.smoothHeight)e(window).bind("resize orientationchange focus",v.resize);r.find("img").attr("draggable","false");setTimeout(function(){r.vars.start(r)},200)},asNav:{setup:function(){r.asNav=true;r.animatingTo=Math.floor(r.currentSlide/r.move);r.currentItem=r.currentSlide;r.slides.removeClass(i+"active-slide").eq(r.currentItem).addClass(i+"active-slide");if(!s){r.slides.on(u,function(t){t.preventDefault();var n=e(this),s=n.index();var o=n.offset().left-e(r).scrollLeft();if(o<=0&&n.hasClass(i+"active-slide")){r.flexAnimate(r.getTarget("prev"),true)}else if(!e(r.vars.asNavFor).data("flexslider").animating&&!n.hasClass(i+"active-slide")){r.direction=r.currentItem<s?"next":"prev";r.flexAnimate(s,r.vars.pauseOnAction,false,true,true)}})}else{t._slider=r;r.slides.each(function(){var t=this;t._gesture=new MSGesture;t._gesture.target=t;t.addEventListener("MSPointerDown",function(e){e.preventDefault();if(e.currentTarget._gesture)e.currentTarget._gesture.addPointer(e.pointerId)},false);t.addEventListener("MSGestureTap",function(t){t.preventDefault();var n=e(this),i=n.index();if(!e(r.vars.asNavFor).data("flexslider").animating&&!n.hasClass("active")){r.direction=r.currentItem<i?"next":"prev";r.flexAnimate(i,r.vars.pauseOnAction,false,true,true)}})})}}},controlNav:{setup:function(){if(!r.manualControls){v.controlNav.setupPaging()}else{v.controlNav.setupManual()}},setupPaging:function(){var t=r.vars.controlNav==="thumbnails"?"control-thumbs":"control-paging",n=1,s,o;r.controlNavScaffold=e('<ol class="'+i+"control-nav "+i+t+'"></ol>');if(r.pagingCount>1){for(var f=0;f<r.pagingCount;f++){o=r.slides.eq(f);s=r.vars.controlNav==="thumbnails"?'<img src="'+o.attr("data-thumb")+'"/>':"<a>"+n+"</a>";if("thumbnails"===r.vars.controlNav&&true===r.vars.thumbCaptions){var l=o.attr("data-thumbcaption");if(""!=l&&undefined!=l)s+='<span class="'+i+'caption">'+l+"</span>"}r.controlNavScaffold.append("<li>"+s+"</li>");n++}}r.controlsContainer?e(r.controlsContainer).append(r.controlNavScaffold):r.append(r.controlNavScaffold);v.controlNav.set();v.controlNav.active();r.controlNavScaffold.delegate("a, img",u,function(t){t.preventDefault();if(a===""||a===t.type){var n=e(this),s=r.controlNav.index(n);if(!n.hasClass(i+"active")){r.direction=s>r.currentSlide?"next":"prev";r.flexAnimate(s,r.vars.pauseOnAction)}}if(a===""){a=t.type}v.setToClearWatchedEvent()})},setupManual:function(){r.controlNav=r.manualControls;v.controlNav.active();r.controlNav.bind(u,function(t){t.preventDefault();if(a===""||a===t.type){var n=e(this),s=r.controlNav.index(n);if(!n.hasClass(i+"active")){s>r.currentSlide?r.direction="next":r.direction="prev";r.flexAnimate(s,r.vars.pauseOnAction)}}if(a===""){a=t.type}v.setToClearWatchedEvent()})},set:function(){var t=r.vars.controlNav==="thumbnails"?"img":"a";r.controlNav=e("."+i+"control-nav li "+t,r.controlsContainer?r.controlsContainer:r)},active:function(){r.controlNav.removeClass(i+"active").eq(r.animatingTo).addClass(i+"active")},update:function(t,n){if(r.pagingCount>1&&t==="add"){r.controlNavScaffold.append(e("<li><a>"+r.count+"</a></li>"))}else if(r.pagingCount===1){r.controlNavScaffold.find("li").remove()}else{r.controlNav.eq(n).closest("li").remove()}v.controlNav.set();r.pagingCount>1&&r.pagingCount!==r.controlNav.length?r.update(n,t):v.controlNav.active()}},directionNav:{setup:function(){var t=e('<ul class="'+i+'direction-nav"><li><a class="'+i+'prev" href="#">'+r.vars.prevText+'</a></li><li><a class="'+i+'next" href="#">'+r.vars.nextText+"</a></li></ul>");if(r.controlsContainer){e(r.controlsContainer).append(t);r.directionNav=e("."+i+"direction-nav li a",r.controlsContainer)}else{r.append(t);r.directionNav=e("."+i+"direction-nav li a",r)}v.directionNav.update();r.directionNav.bind(u,function(t){t.preventDefault();var n;if(a===""||a===t.type){n=e(this).hasClass(i+"next")?r.getTarget("next"):r.getTarget("prev");r.flexAnimate(n,r.vars.pauseOnAction)}if(a===""){a=t.type}v.setToClearWatchedEvent()})},update:function(){var e=i+"disabled";if(r.pagingCount===1){r.directionNav.addClass(e).attr("tabindex","-1")}else if(!r.vars.animationLoop){if(r.animatingTo===0){r.directionNav.removeClass(e).filter("."+i+"prev").addClass(e).attr("tabindex","-1")}else if(r.animatingTo===r.last){r.directionNav.removeClass(e).filter("."+i+"next").addClass(e).attr("tabindex","-1")}else{r.directionNav.removeClass(e).removeAttr("tabindex")}}else{r.directionNav.removeClass(e).removeAttr("tabindex")}}},pausePlay:{setup:function(){var t=e('<div class="'+i+'pauseplay"><a></a></div>');if(r.controlsContainer){r.controlsContainer.append(t);r.pausePlay=e("."+i+"pauseplay a",r.controlsContainer)}else{r.append(t);r.pausePlay=e("."+i+"pauseplay a",r)}v.pausePlay.update(r.vars.slideshow?i+"pause":i+"play");r.pausePlay.bind(u,function(t){t.preventDefault();if(a===""||a===t.type){if(e(this).hasClass(i+"pause")){r.manualPause=true;r.manualPlay=false;r.pause()}else{r.manualPause=false;r.manualPlay=true;r.play()}}if(a===""){a=t.type}v.setToClearWatchedEvent()})},update:function(e){e==="play"?r.pausePlay.removeClass(i+"pause").addClass(i+"play").html(r.vars.playText):r.pausePlay.removeClass(i+"play").addClass(i+"pause").html(r.vars.pauseText)}},touch:function(){var e,n,i,o,u,a,f,d,v,m=false,g=0,y=0,b=0;if(!s){d=function(t){g=t.touches[0].pageX;y=t.touches[0].pageY;u=l?e-y:e-g;m=l?Math.abs(u)<Math.abs(g-n):Math.abs(u)<Math.abs(y-n);var s=500;if(!m||Number(new Date)-a>s){t.preventDefault();if(!p&&r.transitions){if(!r.vars.animationLoop){u=u/(r.currentSlide===0&&u<0||r.currentSlide===r.last&&u>0?Math.abs(u)/o+2:1)}r.setProps(i+u,"setTouch")}}};v=function(s){t.removeEventListener("touchmove",d,false);if(r.animatingTo===r.currentSlide&&!m&&!(u===null)){var f=c?-u:u,l=f>0?r.getTarget("next"):r.getTarget("prev");if(r.canAdvance(l)&&(Number(new Date)-a<550&&Math.abs(f)>50||Math.abs(f)>o/2)){r.flexAnimate(l,r.vars.pauseOnAction)}else{if(!p)r.flexAnimate(r.currentSlide,r.vars.pauseOnAction,true)}}t.removeEventListener("touchend",v,false);e=null;n=null;u=null;i=null};f=function(s){if(r.animating){s.preventDefault()}else if(window.navigator.msPointerEnabled||s.touches.length===1){r.pause();o=l?r.h:r.w;a=Number(new Date);g=s.touches[0].pageX;y=s.touches[0].pageY;i=h&&c&&r.animatingTo===r.last?0:h&&c?r.limit-(r.itemW+r.vars.itemMargin)*r.move*r.animatingTo:h&&r.currentSlide===r.last?r.limit:h?(r.itemW+r.vars.itemMargin)*r.move*r.currentSlide:c?(r.last-r.currentSlide+r.cloneOffset)*o:(r.currentSlide+r.cloneOffset)*o;e=l?y:g;n=l?g:y;t.addEventListener("touchmove",d,false);t.addEventListener("touchend",v,false)}};t.addEventListener("touchstart",f,false)}else{t.style.msTouchAction="none";t._gesture=new MSGesture;t._gesture.target=t;t.addEventListener("MSPointerDown",w,false);t._slider=r;t.addEventListener("MSGestureChange",E,false);t.addEventListener("MSGestureEnd",S,false);function w(e){e.stopPropagation();if(r.animating){e.preventDefault()}else{r.pause();t._gesture.addPointer(e.pointerId);b=0;o=l?r.h:r.w;a=Number(new Date);i=h&&c&&r.animatingTo===r.last?0:h&&c?r.limit-(r.itemW+r.vars.itemMargin)*r.move*r.animatingTo:h&&r.currentSlide===r.last?r.limit:h?(r.itemW+r.vars.itemMargin)*r.move*r.currentSlide:c?(r.last-r.currentSlide+r.cloneOffset)*o:(r.currentSlide+r.cloneOffset)*o}}function E(e){e.stopPropagation();var n=e.target._slider;if(!n){return}var r=-e.translationX,s=-e.translationY;b=b+(l?s:r);u=b;m=l?Math.abs(b)<Math.abs(-r):Math.abs(b)<Math.abs(-s);if(e.detail===e.MSGESTURE_FLAG_INERTIA){setImmediate(function(){t._gesture.stop()});return}if(!m||Number(new Date)-a>500){e.preventDefault();if(!p&&n.transitions){if(!n.vars.animationLoop){u=b/(n.currentSlide===0&&b<0||n.currentSlide===n.last&&b>0?Math.abs(b)/o+2:1)}n.setProps(i+u,"setTouch")}}}function S(t){t.stopPropagation();var r=t.target._slider;if(!r){return}if(r.animatingTo===r.currentSlide&&!m&&!(u===null)){var s=c?-u:u,f=s>0?r.getTarget("next"):r.getTarget("prev");if(r.canAdvance(f)&&(Number(new Date)-a<550&&Math.abs(s)>50||Math.abs(s)>o/2)){r.flexAnimate(f,r.vars.pauseOnAction)}else{if(!p)r.flexAnimate(r.currentSlide,r.vars.pauseOnAction,true)}}e=null;n=null;u=null;i=null;b=0}}},resize:function(){if(!r.animating&&r.is(":visible")){if(!h)r.doMath();if(p){v.smoothHeight()}else if(h){r.slides.width(r.computedW);r.update(r.pagingCount);r.setProps()}else if(l){r.viewport.height(r.h);r.setProps(r.h,"setTotal")}else{if(r.vars.smoothHeight)v.smoothHeight();r.newSlides.width(r.computedW);r.setProps(r.computedW,"setTotal")}}},smoothHeight:function(e){if(!l||p){var t=p?r:r.viewport;e?t.animate({height:r.slides.eq(r.animatingTo).height()},e):t.height(r.slides.eq(r.animatingTo).height())}},sync:function(t){var n=e(r.vars.sync).data("flexslider"),i=r.animatingTo;switch(t){case"animate":n.flexAnimate(i,r.vars.pauseOnAction,false,true);break;case"play":if(!n.playing&&!n.asNav){n.play()}break;case"pause":n.pause();break}},uniqueID:function(t){t.find("[id]").each(function(){var t=e(this);t.attr("id",t.attr("id")+"_clone")});return t},pauseInvisible:{visProp:null,init:function(){var e=["webkit","moz","ms","o"];if("hidden"in document)return"hidden";for(var t=0;t<e.length;t++){if(e[t]+"Hidden"in document)v.pauseInvisible.visProp=e[t]+"Hidden"}if(v.pauseInvisible.visProp){var n=v.pauseInvisible.visProp.replace(/[H|h]idden/,"")+"visibilitychange";document.addEventListener(n,function(){if(v.pauseInvisible.isHidden()){if(r.startTimeout)clearTimeout(r.startTimeout);else r.pause()}else{if(r.started)r.play();else r.vars.initDelay>0?setTimeout(r.play,r.vars.initDelay):r.play()}})}},isHidden:function(){return document[v.pauseInvisible.visProp]||false}},setToClearWatchedEvent:function(){clearTimeout(f);f=setTimeout(function(){a=""},3e3)}};r.flexAnimate=function(t,n,s,u,a){if(!r.vars.animationLoop&&t!==r.currentSlide){r.direction=t>r.currentSlide?"next":"prev"}if(d&&r.pagingCount===1)r.direction=r.currentItem<t?"next":"prev";if(!r.animating&&(r.canAdvance(t,a)||s)&&r.is(":visible")){if(d&&u){var f=e(r.vars.asNavFor).data("flexslider");r.atEnd=t===0||t===r.count-1;f.flexAnimate(t,true,false,true,a);r.direction=r.currentItem<t?"next":"prev";f.direction=r.direction;if(Math.ceil((t+1)/r.visible)-1!==r.currentSlide&&t!==0){r.currentItem=t;r.slides.removeClass(i+"active-slide").eq(t).addClass(i+"active-slide");t=Math.floor(t/r.visible)}else{r.currentItem=t;r.slides.removeClass(i+"active-slide").eq(t).addClass(i+"active-slide");return false}}r.animating=true;r.animatingTo=t;if(n)r.pause();r.vars.before(r);if(r.syncExists&&!a)v.sync("animate");if(r.vars.controlNav)v.controlNav.active();if(!h)r.slides.removeClass(i+"active-slide").eq(t).addClass(i+"active-slide");r.atEnd=t===0||t===r.last;if(r.vars.directionNav)v.directionNav.update();if(t===r.last){r.vars.end(r);if(!r.vars.animationLoop)r.pause()}if(!p){var m=l?r.slides.filter(":first").height():r.computedW,g,y,b;if(h){g=r.vars.itemMargin;b=(r.itemW+g)*r.move*r.animatingTo;y=b>r.limit&&r.visible!==1?r.limit:b}else if(r.currentSlide===0&&t===r.count-1&&r.vars.animationLoop&&r.direction!=="next"){y=c?(r.count+r.cloneOffset)*m:0}else if(r.currentSlide===r.last&&t===0&&r.vars.animationLoop&&r.direction!=="prev"){y=c?0:(r.count+1)*m}else{y=c?(r.count-1-t+r.cloneOffset)*m:(t+r.cloneOffset)*m}r.setProps(y,"",r.vars.animationSpeed);if(r.transitions){if(!r.vars.animationLoop||!r.atEnd){r.animating=false;r.currentSlide=r.animatingTo}r.container.unbind("webkitTransitionEnd transitionend");r.container.bind("webkitTransitionEnd transitionend",function(){r.wrapup(m)})}else{r.container.animate(r.args,r.vars.animationSpeed,r.vars.easing,function(){r.wrapup(m)})}}else{if(!o){r.slides.eq(r.currentSlide).css({zIndex:1}).animate({opacity:0},r.vars.animationSpeed,r.vars.easing);r.slides.eq(t).css({zIndex:2}).animate({opacity:1},r.vars.animationSpeed,r.vars.easing,r.wrapup)}else{r.slides.eq(r.currentSlide).css({opacity:0,zIndex:1});r.slides.eq(t).css({opacity:1,zIndex:2});r.wrapup(m)}}if(r.vars.smoothHeight)v.smoothHeight(r.vars.animationSpeed)}};r.wrapup=function(e){if(!p&&!h){if(r.currentSlide===0&&r.animatingTo===r.last&&r.vars.animationLoop){r.setProps(e,"jumpEnd")}else if(r.currentSlide===r.last&&r.animatingTo===0&&r.vars.animationLoop){r.setProps(e,"jumpStart")}}r.animating=false;r.currentSlide=r.animatingTo;r.vars.after(r)};r.animateSlides=function(){if(!r.animating&&m)r.flexAnimate(r.getTarget("next"))};r.pause=function(){clearInterval(r.animatedSlides);r.animatedSlides=null;r.playing=false;if(r.vars.pausePlay)v.pausePlay.update("play");if(r.syncExists)v.sync("pause")};r.play=function(){if(r.playing)clearInterval(r.animatedSlides);r.animatedSlides=r.animatedSlides||setInterval(r.animateSlides,r.vars.slideshowSpeed);r.started=r.playing=true;if(r.vars.pausePlay)v.pausePlay.update("pause");if(r.syncExists)v.sync("play")};r.stop=function(){r.pause();r.stopped=true};r.canAdvance=function(e,t){var n=d?r.pagingCount-1:r.last;return t?true:d&&r.currentItem===r.count-1&&e===0&&r.direction==="prev"?true:d&&r.currentItem===0&&e===r.pagingCount-1&&r.direction!=="next"?false:e===r.currentSlide&&!d?false:r.vars.animationLoop?true:r.atEnd&&r.currentSlide===0&&e===n&&r.direction!=="next"?false:r.atEnd&&r.currentSlide===n&&e===0&&r.direction==="next"?false:true};r.getTarget=function(e){r.direction=e;if(e==="next"){return r.currentSlide===r.last?0:r.currentSlide+1}else{return r.currentSlide===0?r.last:r.currentSlide-1}};r.setProps=function(e,t,n){var i=function(){var n=e?e:(r.itemW+r.vars.itemMargin)*r.move*r.animatingTo,i=function(){if(h){return t==="setTouch"?e:c&&r.animatingTo===r.last?0:c?r.limit-(r.itemW+r.vars.itemMargin)*r.move*r.animatingTo:r.animatingTo===r.last?r.limit:n}else{switch(t){case"setTotal":return c?(r.count-1-r.currentSlide+r.cloneOffset)*e:(r.currentSlide+r.cloneOffset)*e;case"setTouch":return c?e:e;case"jumpEnd":return c?e:r.count*e;case"jumpStart":return c?r.count*e:e;default:return e}}}();return i*-1+"px"}();if(r.transitions){i=l?"translate3d(0,"+i+",0)":"translate3d("+i+",0,0)";n=n!==undefined?n/1e3+"s":"0s";r.container.css("-"+r.pfx+"-transition-duration",n);r.container.css("transition-duration",n)}r.args[r.prop]=i;if(r.transitions||n===undefined)r.container.css(r.args);r.container.css("transform",i)};r.setup=function(t){if(!p){var n,s;if(t==="init"){r.viewport=e('<div class="'+i+'viewport"></div>').css({overflow:"hidden",position:"relative"}).appendTo(r).append(r.container);r.cloneCount=0;r.cloneOffset=0;if(c){s=e.makeArray(r.slides).reverse();r.slides=e(s);r.container.empty().append(r.slides)}}if(r.vars.animationLoop&&!h){r.cloneCount=2;r.cloneOffset=1;if(t!=="init")r.container.find(".clone").remove();r.container.append(r.slides.first().clone().addClass("clone").attr("aria-hidden","true")).prepend(r.slides.last().clone().addClass("clone").attr("aria-hidden","true"));v.uniqueID(r.slides.first().clone().addClass("clone")).appendTo(r.container);v.uniqueID(r.slides.last().clone().addClass("clone")).prependTo(r.container)}r.newSlides=e(r.vars.selector,r);n=c?r.count-1-r.currentSlide+r.cloneOffset:r.currentSlide+r.cloneOffset;if(l&&!h){r.container.height((r.count+r.cloneCount)*200+"%").css("position","absolute").width("100%");setTimeout(function(){r.newSlides.css({display:"block"});r.doMath();r.viewport.height(r.h);r.setProps(n*r.h,"init")},t==="init"?100:0)}else{r.container.width((r.count+r.cloneCount)*200+"%");r.setProps(n*r.computedW,"init");setTimeout(function(){r.doMath();r.newSlides.css({width:r.computedW,"float":"left",display:"block"});if(r.vars.smoothHeight)v.smoothHeight()},t==="init"?100:0)}}else{r.slides.css({width:"100%","float":"left",marginRight:"-100%",position:"relative"});if(t==="init"){if(!o){r.slides.css({opacity:0,display:"block",zIndex:1}).eq(r.currentSlide).css({zIndex:2}).animate({opacity:1},r.vars.animationSpeed,r.vars.easing)}else{r.slides.css({opacity:0,display:"block",webkitTransition:"opacity "+r.vars.animationSpeed/1e3+"s ease",zIndex:1}).eq(r.currentSlide).css({opacity:1,zIndex:2})}}if(r.vars.smoothHeight)v.smoothHeight()}if(!h)r.slides.removeClass(i+"active-slide").eq(r.currentSlide).addClass(i+"active-slide");r.vars.init(r)};r.doMath=function(){var e=r.slides.first(),t=r.vars.itemMargin,n=r.vars.minItems,i=r.vars.maxItems;r.w=r.viewport===undefined?r.width():r.viewport.width();r.h=e.height();r.boxPadding=e.outerWidth()-e.width();if(h){r.itemT=r.vars.itemWidth+t;r.minW=n?n*r.itemT:r.w;r.maxW=i?i*r.itemT-t:r.w;r.itemW=r.minW>r.w?(r.w-t*(n-1))/n:r.maxW<r.w?(r.w-t*(i-1))/i:r.vars.itemWidth>r.w?r.w:r.vars.itemWidth;r.visible=Math.floor(r.w/r.itemW);r.move=r.vars.move>0&&r.vars.move<r.visible?r.vars.move:r.visible;r.pagingCount=Math.ceil((r.count-r.visible)/r.move+1);r.last=r.pagingCount-1;r.limit=r.pagingCount===1?0:r.vars.itemWidth>r.w?r.itemW*(r.count-1)+t*(r.count-1):(r.itemW+t)*r.count-r.w-t}else{r.itemW=r.w;r.pagingCount=r.count;r.last=r.count-1}r.computedW=r.itemW-r.boxPadding};r.update=function(e,t){r.doMath();if(!h){if(e<r.currentSlide){r.currentSlide+=1}else if(e<=r.currentSlide&&e!==0){r.currentSlide-=1}r.animatingTo=r.currentSlide}if(r.vars.controlNav&&!r.manualControls){if(t==="add"&&!h||r.pagingCount>r.controlNav.length){v.controlNav.update("add")}else if(t==="remove"&&!h||r.pagingCount<r.controlNav.length){if(h&&r.currentSlide>r.last){r.currentSlide-=1;r.animatingTo-=1}v.controlNav.update("remove",r.last)}}if(r.vars.directionNav)v.directionNav.update()};r.addSlide=function(t,n){var i=e(t);r.count+=1;r.last=r.count-1;if(l&&c){n!==undefined?r.slides.eq(r.count-n).after(i):r.container.prepend(i)}else{n!==undefined?r.slides.eq(n).before(i):r.container.append(i)}r.update(n,"add");r.slides=e(r.vars.selector+":not(.clone)",r);r.setup();r.vars.added(r)};r.removeSlide=function(t){var n=isNaN(t)?r.slides.index(e(t)):t;r.count-=1;r.last=r.count-1;if(isNaN(t)){e(t,r.slides).remove()}else{l&&c?r.slides.eq(r.last).remove():r.slides.eq(t).remove()}r.doMath();r.update(n,"remove");r.slides=e(r.vars.selector+":not(.clone)",r);r.setup();r.vars.removed(r)};v.init()};e(window).blur(function(e){focused=false}).focus(function(e){focused=true});e.flexslider.defaults={namespace:"flex-",selector:".slides > li",animation:"fade",easing:"swing",direction:"horizontal",reverse:false,animationLoop:true,smoothHeight:false,startAt:0,slideshow:true,slideshowSpeed:7e3,animationSpeed:600,initDelay:0,randomize:false,thumbCaptions:false,pauseOnAction:true,pauseOnHover:false,pauseInvisible:true,useCSS:true,touch:true,video:false,controlNav:true,directionNav:true,prevText:"Previous",nextText:"Next",keyboard:true,multipleKeyboard:false,mousewheel:false,pausePlay:false,pauseText:"Pause",playText:"Play",controlsContainer:"",manualControls:"",sync:"",asNavFor:"",itemWidth:0,itemMargin:0,minItems:1,maxItems:0,move:0,allowOneSlide:true,start:function(){},before:function(){},after:function(){},end:function(){},added:function(){},removed:function(){},init:function(){}};e.fn.flexslider=function(t){if(t===undefined)t={};if(typeof t==="object"){return this.each(function(){var n=e(this),r=t.selector?t.selector:".slides > li",i=n.find(r);if(i.length===1&&t.allowOneSlide===true||i.length===0){i.fadeIn(400);if(t.start)t.start(n)}else if(n.data("flexslider")===undefined){new e.flexslider(this,t)}})}else{var n=e(this).data("flexslider");switch(t){case"play":n.play();break;case"pause":n.pause();break;case"stop":n.stop();break;case"next":n.flexAnimate(n.getTarget("next"),true);break;case"prev":case"previous":n.flexAnimate(n.getTarget("prev"),true);break;default:if(typeof t==="number")n.flexAnimate(t,true)}}}})(jQuery) \ No newline at end of file diff --git a/woc/js/jquery.countdown.min.js b/woc/js/jquery.countdown.min.js deleted file mode 100644 index c7b46a1..0000000 --- a/woc/js/jquery.countdown.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/* http://keith-wood.name/countdown.html - Countdown for jQuery v2.0.1. - Written by Keith Wood (kbwood{at}iinet.com.au) January 2008. - Available under the MIT (https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt) license. - Please attribute the author if you use it. */ -(function($){var w='countdown';var Y=0;var O=1;var W=2;var D=3;var H=4;var M=5;var S=6;$.JQPlugin.createPlugin({name:w,defaultOptions:{until:null,since:null,timezone:null,serverSync:null,format:'dHMS',layout:'',compact:false,padZeroes:false,significant:0,description:'',expiryUrl:'',expiryText:'',alwaysExpire:false,onExpiry:null,onTick:null,tickInterval:1},regionalOptions:{'':{labels:['Years','Months','Weeks','Days','Hours','Minutes','Seconds'],labels1:['Year','Month','Week','Day','Hour','Minute','Second'],compactLabels:['y','m','w','d'],whichLabels:null,digits:['0','1','2','3','4','5','6','7','8','9'],timeSeparator:':',isRTL:false}},_getters:['getTimes'],_rtlClass:w+'-rtl',_sectionClass:w+'-section',_amountClass:w+'-amount',_periodClass:w+'-period',_rowClass:w+'-row',_holdingClass:w+'-holding',_showClass:w+'-show',_descrClass:w+'-descr',_timerElems:[],_init:function(){var c=this;this._super();this._serverSyncs=[];var d=(typeof Date.now=='function'?Date.now:function(){return new Date().getTime()});var e=(window.performance&&typeof window.performance.now=='function');function timerCallBack(a){var b=(a<1e12?(e?(performance.now()+performance.timing.navigationStart):d()):a||d());if(b-g>=1000){c._updateElems();g=b}f(timerCallBack)}var f=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||null;var g=0;if(!f||$.noRequestAnimationFrame){$.noRequestAnimationFrame=null;setInterval(function(){c._updateElems()},980)}else{g=window.animationStartTime||window.webkitAnimationStartTime||window.mozAnimationStartTime||window.oAnimationStartTime||window.msAnimationStartTime||d();f(timerCallBack)}},UTCDate:function(a,b,c,e,f,g,h,i){if(typeof b=='object'&&b.constructor==Date){i=b.getMilliseconds();h=b.getSeconds();g=b.getMinutes();f=b.getHours();e=b.getDate();c=b.getMonth();b=b.getFullYear()}var d=new Date();d.setUTCFullYear(b);d.setUTCDate(1);d.setUTCMonth(c||0);d.setUTCDate(e||1);d.setUTCHours(f||0);d.setUTCMinutes((g||0)-(Math.abs(a)<30?a*60:a));d.setUTCSeconds(h||0);d.setUTCMilliseconds(i||0);return d},periodsToSeconds:function(a){return a[0]*31557600+a[1]*2629800+a[2]*604800+a[3]*86400+a[4]*3600+a[5]*60+a[6]},_instSettings:function(a,b){return{_periods:[0,0,0,0,0,0,0]}},_addElem:function(a){if(!this._hasElem(a)){this._timerElems.push(a)}},_hasElem:function(a){return($.inArray(a,this._timerElems)>-1)},_removeElem:function(b){this._timerElems=$.map(this._timerElems,function(a){return(a==b?null:a)})},_updateElems:function(){for(var i=this._timerElems.length-1;i>=0;i--){this._updateCountdown(this._timerElems[i])}},_optionsChanged:function(a,b,c){if(c.layout){c.layout=c.layout.replace(/</g,'<').replace(/>/g,'>')}this._resetExtraLabels(b.options,c);var d=(b.options.timezone!=c.timezone);$.extend(b.options,c);this._adjustSettings(a,b,c.until!=null||c.since!=null||d);var e=new Date();if((b._since&&b._since<e)||(b._until&&b._until>e)){this._addElem(a[0])}this._updateCountdown(a,b)},_updateCountdown:function(a,b){a=a.jquery?a:$(a);b=b||this._getInst(a);if(!b){return}a.html(this._generateHTML(b)).toggleClass(this._rtlClass,b.options.isRTL);if($.isFunction(b.options.onTick)){var c=b._hold!='lap'?b._periods:this._calculatePeriods(b,b._show,b.options.significant,new Date());if(b.options.tickInterval==1||this.periodsToSeconds(c)%b.options.tickInterval==0){b.options.onTick.apply(a[0],[c])}}var d=b._hold!='pause'&&(b._since?b._now.getTime()<b._since.getTime():b._now.getTime()>=b._until.getTime());if(d&&!b._expiring){b._expiring=true;if(this._hasElem(a[0])||b.options.alwaysExpire){this._removeElem(a[0]);if($.isFunction(b.options.onExpiry)){b.options.onExpiry.apply(a[0],[])}if(b.options.expiryText){var e=b.options.layout;b.options.layout=b.options.expiryText;this._updateCountdown(a[0],b);b.options.layout=e}if(b.options.expiryUrl){window.location=b.options.expiryUrl}}b._expiring=false}else if(b._hold=='pause'){this._removeElem(a[0])}},_resetExtraLabels:function(a,b){for(var n in b){if(n.match(/[Ll]abels[02-9]|compactLabels1/)){a[n]=b[n]}}for(var n in a){if(n.match(/[Ll]abels[02-9]|compactLabels1/)&&typeof b[n]==='undefined'){a[n]=null}}},_adjustSettings:function(a,b,c){var d;var e=0;var f=null;for(var i=0;i<this._serverSyncs.length;i++){if(this._serverSyncs[i][0]==b.options.serverSync){f=this._serverSyncs[i][1];break}}if(f!=null){e=(b.options.serverSync?f:0);d=new Date()}else{var g=($.isFunction(b.options.serverSync)?b.options.serverSync.apply(a[0],[]):null);d=new Date();e=(g?d.getTime()-g.getTime():0);this._serverSyncs.push([b.options.serverSync,e])}var h=b.options.timezone;h=(h==null?-d.getTimezoneOffset():h);if(c||(!c&&b._until==null&&b._since==null)){b._since=b.options.since;if(b._since!=null){b._since=this.UTCDate(h,this._determineTime(b._since,null));if(b._since&&e){b._since.setMilliseconds(b._since.getMilliseconds()+e)}}b._until=this.UTCDate(h,this._determineTime(b.options.until,d));if(e){b._until.setMilliseconds(b._until.getMilliseconds()+e)}}b._show=this._determineShow(b)},_preDestroy:function(a,b){this._removeElem(a[0]);a.empty()},pause:function(a){this._hold(a,'pause')},lap:function(a){this._hold(a,'lap')},resume:function(a){this._hold(a,null)},toggle:function(a){var b=$.data(a,this.name)||{};this[!b._hold?'pause':'resume'](a)},toggleLap:function(a){var b=$.data(a,this.name)||{};this[!b._hold?'lap':'resume'](a)},_hold:function(a,b){var c=$.data(a,this.name);if(c){if(c._hold=='pause'&&!b){c._periods=c._savePeriods;var d=(c._since?'-':'+');c[c._since?'_since':'_until']=this._determineTime(d+c._periods[0]+'y'+d+c._periods[1]+'o'+d+c._periods[2]+'w'+d+c._periods[3]+'d'+d+c._periods[4]+'h'+d+c._periods[5]+'m'+d+c._periods[6]+'s');this._addElem(a)}c._hold=b;c._savePeriods=(b=='pause'?c._periods:null);$.data(a,this.name,c);this._updateCountdown(a,c)}},getTimes:function(a){var b=$.data(a,this.name);return(!b?null:(b._hold=='pause'?b._savePeriods:(!b._hold?b._periods:this._calculatePeriods(b,b._show,b.options.significant,new Date()))))},_determineTime:function(k,l){var m=this;var n=function(a){var b=new Date();b.setTime(b.getTime()+a*1000);return b};var o=function(a){a=a.toLowerCase();var b=new Date();var c=b.getFullYear();var d=b.getMonth();var e=b.getDate();var f=b.getHours();var g=b.getMinutes();var h=b.getSeconds();var i=/([+-]?[0-9]+)\s*(s|m|h|d|w|o|y)?/g;var j=i.exec(a);while(j){switch(j[2]||'s'){case's':h+=parseInt(j[1],10);break;case'm':g+=parseInt(j[1],10);break;case'h':f+=parseInt(j[1],10);break;case'd':e+=parseInt(j[1],10);break;case'w':e+=parseInt(j[1],10)*7;break;case'o':d+=parseInt(j[1],10);e=Math.min(e,m._getDaysInMonth(c,d));break;case'y':c+=parseInt(j[1],10);e=Math.min(e,m._getDaysInMonth(c,d));break}j=i.exec(a)}return new Date(c,d,e,f,g,h,0)};var p=(k==null?l:(typeof k=='string'?o(k):(typeof k=='number'?n(k):k)));if(p)p.setMilliseconds(0);return p},_getDaysInMonth:function(a,b){return 32-new Date(a,b,32).getDate()},_normalLabels:function(a){return a},_generateHTML:function(c){var d=this;c._periods=(c._hold?c._periods:this._calculatePeriods(c,c._show,c.options.significant,new Date()));var e=false;var f=0;var g=c.options.significant;var h=$.extend({},c._show);for(var i=Y;i<=S;i++){e|=(c._show[i]=='?'&&c._periods[i]>0);h[i]=(c._show[i]=='?'&&!e?null:c._show[i]);f+=(h[i]?1:0);g-=(c._periods[i]>0?1:0)}var j=[false,false,false,false,false,false,false];for(var i=S;i>=Y;i--){if(c._show[i]){if(c._periods[i]){j[i]=true}else{j[i]=g>0;g--}}}var k=(c.options.compact?c.options.compactLabels:c.options.labels);var l=c.options.whichLabels||this._normalLabels;var m=function(a){var b=c.options['compactLabels'+l(c._periods[a])];return(h[a]?d._translateDigits(c,c._periods[a])+(b?b[a]:k[a])+' ':'')};var n=(c.options.padZeroes?2:1);var o=function(a){var b=c.options['labels'+l(c._periods[a])];return((!c.options.significant&&h[a])||(c.options.significant&&j[a])?'<span class="'+d._sectionClass+'">'+'<span class="'+d._amountClass+'">'+d._minDigits(c,c._periods[a],n)+'</span>'+'<span class="'+d._periodClass+'">'+(b?b[a]:k[a])+'</span></span>':'')};return(c.options.layout?this._buildLayout(c,h,c.options.layout,c.options.compact,c.options.significant,j):((c.options.compact?'<span class="'+this._rowClass+' '+this._amountClass+(c._hold?' '+this._holdingClass:'')+'">'+m(Y)+m(O)+m(W)+m(D)+(h[H]?this._minDigits(c,c._periods[H],2):'')+(h[M]?(h[H]?c.options.timeSeparator:'')+this._minDigits(c,c._periods[M],2):'')+(h[S]?(h[H]||h[M]?c.options.timeSeparator:'')+this._minDigits(c,c._periods[S],2):''):'<span class="'+this._rowClass+' '+this._showClass+(c.options.significant||f)+(c._hold?' '+this._holdingClass:'')+'">'+o(Y)+o(O)+o(W)+o(D)+o(H)+o(M)+o(S))+'</span>'+(c.options.description?'<span class="'+this._rowClass+' '+this._descrClass+'">'+c.options.description+'</span>':'')))},_buildLayout:function(c,d,e,f,g,h){var j=c.options[f?'compactLabels':'labels'];var k=c.options.whichLabels||this._normalLabels;var l=function(a){return(c.options[(f?'compactLabels':'labels')+k(c._periods[a])]||j)[a]};var m=function(a,b){return c.options.digits[Math.floor(a/b)%10]};var o={desc:c.options.description,sep:c.options.timeSeparator,yl:l(Y),yn:this._minDigits(c,c._periods[Y],1),ynn:this._minDigits(c,c._periods[Y],2),ynnn:this._minDigits(c,c._periods[Y],3),y1:m(c._periods[Y],1),y10:m(c._periods[Y],10),y100:m(c._periods[Y],100),y1000:m(c._periods[Y],1000),ol:l(O),on:this._minDigits(c,c._periods[O],1),onn:this._minDigits(c,c._periods[O],2),onnn:this._minDigits(c,c._periods[O],3),o1:m(c._periods[O],1),o10:m(c._periods[O],10),o100:m(c._periods[O],100),o1000:m(c._periods[O],1000),wl:l(W),wn:this._minDigits(c,c._periods[W],1),wnn:this._minDigits(c,c._periods[W],2),wnnn:this._minDigits(c,c._periods[W],3),w1:m(c._periods[W],1),w10:m(c._periods[W],10),w100:m(c._periods[W],100),w1000:m(c._periods[W],1000),dl:l(D),dn:this._minDigits(c,c._periods[D],1),dnn:this._minDigits(c,c._periods[D],2),dnnn:this._minDigits(c,c._periods[D],3),d1:m(c._periods[D],1),d10:m(c._periods[D],10),d100:m(c._periods[D],100),d1000:m(c._periods[D],1000),hl:l(H),hn:this._minDigits(c,c._periods[H],1),hnn:this._minDigits(c,c._periods[H],2),hnnn:this._minDigits(c,c._periods[H],3),h1:m(c._periods[H],1),h10:m(c._periods[H],10),h100:m(c._periods[H],100),h1000:m(c._periods[H],1000),ml:l(M),mn:this._minDigits(c,c._periods[M],1),mnn:this._minDigits(c,c._periods[M],2),mnnn:this._minDigits(c,c._periods[M],3),m1:m(c._periods[M],1),m10:m(c._periods[M],10),m100:m(c._periods[M],100),m1000:m(c._periods[M],1000),sl:l(S),sn:this._minDigits(c,c._periods[S],1),snn:this._minDigits(c,c._periods[S],2),snnn:this._minDigits(c,c._periods[S],3),s1:m(c._periods[S],1),s10:m(c._periods[S],10),s100:m(c._periods[S],100),s1000:m(c._periods[S],1000)};var p=e;for(var i=Y;i<=S;i++){var q='yowdhms'.charAt(i);var r=new RegExp('\\{'+q+'<\\}([\\s\\S]*)\\{'+q+'>\\}','g');p=p.replace(r,((!g&&d[i])||(g&&h[i])?'$1':''))}$.each(o,function(n,v){var a=new RegExp('\\{'+n+'\\}','g');p=p.replace(a,v)});return p},_minDigits:function(a,b,c){b=''+b;if(b.length>=c){return this._translateDigits(a,b)}b='0000000000'+b;return this._translateDigits(a,b.substr(b.length-c))},_translateDigits:function(b,c){return(''+c).replace(/[0-9]/g,function(a){return b.options.digits[a]})},_determineShow:function(a){var b=a.options.format;var c=[];c[Y]=(b.match('y')?'?':(b.match('Y')?'!':null));c[O]=(b.match('o')?'?':(b.match('O')?'!':null));c[W]=(b.match('w')?'?':(b.match('W')?'!':null));c[D]=(b.match('d')?'?':(b.match('D')?'!':null));c[H]=(b.match('h')?'?':(b.match('H')?'!':null));c[M]=(b.match('m')?'?':(b.match('M')?'!':null));c[S]=(b.match('s')?'?':(b.match('S')?'!':null));return c},_calculatePeriods:function(c,d,e,f){c._now=f;c._now.setMilliseconds(0);var g=new Date(c._now.getTime());if(c._since){if(f.getTime()<c._since.getTime()){c._now=f=g}else{f=c._since}}else{g.setTime(c._until.getTime());if(f.getTime()>c._until.getTime()){c._now=f=g}}var h=[0,0,0,0,0,0,0];if(d[Y]||d[O]){var i=this._getDaysInMonth(f.getFullYear(),f.getMonth());var j=this._getDaysInMonth(g.getFullYear(),g.getMonth());var k=(g.getDate()==f.getDate()||(g.getDate()>=Math.min(i,j)&&f.getDate()>=Math.min(i,j)));var l=function(a){return(a.getHours()*60+a.getMinutes())*60+a.getSeconds()};var m=Math.max(0,(g.getFullYear()-f.getFullYear())*12+g.getMonth()-f.getMonth()+((g.getDate()<f.getDate()&&!k)||(k&&l(g)<l(f))?-1:0));h[Y]=(d[Y]?Math.floor(m/12):0);h[O]=(d[O]?m-h[Y]*12:0);f=new Date(f.getTime());var n=(f.getDate()==i);var o=this._getDaysInMonth(f.getFullYear()+h[Y],f.getMonth()+h[O]);if(f.getDate()>o){f.setDate(o)}f.setFullYear(f.getFullYear()+h[Y]);f.setMonth(f.getMonth()+h[O]);if(n){f.setDate(o)}}var p=Math.floor((g.getTime()-f.getTime())/1000);var q=function(a,b){h[a]=(d[a]?Math.floor(p/b):0);p-=h[a]*b};q(W,604800);q(D,86400);q(H,3600);q(M,60);q(S,1);if(p>0&&!c._since){var r=[1,12,4.3482,7,24,60,60];var s=S;var t=1;for(var u=S;u>=Y;u--){if(d[u]){if(h[s]>=t){h[s]=0;p=1}if(p>0){h[u]++;p=0;s=u;t=1}}t*=r[u]}}if(e){for(var u=Y;u<=S;u++){if(e&&h[u]){e--}else if(!e){h[u]=0}}}return h}})})(jQuery); \ No newline at end of file diff --git a/woc/js/jquery.lazyload.js b/woc/js/jquery.lazyload.js deleted file mode 100644 index 1e68433..0000000 --- a/woc/js/jquery.lazyload.js +++ /dev/null @@ -1,242 +0,0 @@ -/*! - * Lazy Load - jQuery plugin for lazy loading images - * - * Copyright (c) 2007-2015 Mika Tuupola - * - * Licensed under the MIT license: - * http://www.opensource.org/licenses/mit-license.php - * - * Project home: - * http://www.appelsiini.net/projects/lazyload - * - * Version: 1.9.7 - * - */ - -(function($, window, document, undefined) { - var $window = $(window); - - $.fn.lazyload = function(options) { - var elements = this; - var $container; - var settings = { - threshold : 0, - failure_limit : 0, - event : "scroll", - effect : "show", - container : window, - data_attribute : "original", - skip_invisible : false, - appear : null, - load : null, - placeholder : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC" - }; - - function update() { - var counter = 0; - - elements.each(function() { - var $this = $(this); - if (settings.skip_invisible && !$this.is(":visible")) { - return; - } - if ($.abovethetop(this, settings) || - $.leftofbegin(this, settings)) { - /* Nothing. */ - } else if (!$.belowthefold(this, settings) && - !$.rightoffold(this, settings)) { - $this.trigger("appear"); - /* if we found an image we'll load, reset the counter */ - counter = 0; - } else { - if (++counter > settings.failure_limit) { - return false; - } - } - }); - - } - - if(options) { - /* Maintain BC for a couple of versions. */ - if (undefined !== options.failurelimit) { - options.failure_limit = options.failurelimit; - delete options.failurelimit; - } - if (undefined !== options.effectspeed) { - options.effect_speed = options.effectspeed; - delete options.effectspeed; - } - - $.extend(settings, options); - } - - /* Cache container as jQuery as object. */ - $container = (settings.container === undefined || - settings.container === window) ? $window : $(settings.container); - - /* Fire one scroll event per scroll. Not one scroll event per image. */ - if (0 === settings.event.indexOf("scroll")) { - $container.bind(settings.event, function() { - return update(); - }); - } - - this.each(function() { - var self = this; - var $self = $(self); - - self.loaded = false; - - /* If no src attribute given use data:uri. */ - if ($self.attr("src") === undefined || $self.attr("src") === false) { - if ($self.is("img")) { - $self.attr("src", settings.placeholder); - } - } - - /* When appear is triggered load original image. */ - $self.one("appear", function() { - if (!this.loaded) { - if (settings.appear) { - var elements_left = elements.length; - settings.appear.call(self, elements_left, settings); - } - $("<img />") - .bind("load", function() { - - var original = $self.attr("data-" + settings.data_attribute); - $self.hide(); - if ($self.is("img")) { - $self.attr("src", original); - } else { - $self.css("background-image", "url('" + original + "')"); - } - $self[settings.effect](settings.effect_speed); - - self.loaded = true; - - /* Remove image from array so it is not looped next time. */ - var temp = $.grep(elements, function(element) { - return !element.loaded; - }); - elements = $(temp); - - if (settings.load) { - var elements_left = elements.length; - settings.load.call(self, elements_left, settings); - } - }) - .attr("src", $self.attr("data-" + settings.data_attribute)); - } - }); - - /* When wanted event is triggered load original image */ - /* by triggering appear. */ - if (0 !== settings.event.indexOf("scroll")) { - $self.bind(settings.event, function() { - if (!self.loaded) { - $self.trigger("appear"); - } - }); - } - }); - - /* Check if something appears when window is resized. */ - $window.bind("resize", function() { - update(); - }); - - /* With IOS5 force loading images when navigating with back button. */ - /* Non optimal workaround. */ - if ((/(?:iphone|ipod|ipad).*os 5/gi).test(navigator.appVersion)) { - $window.bind("pageshow", function(event) { - if (event.originalEvent && event.originalEvent.persisted) { - elements.each(function() { - $(this).trigger("appear"); - }); - } - }); - } - - /* Force initial check if images should appear. */ - $(document).ready(function() { - update(); - }); - - return this; - }; - - /* Convenience methods in jQuery namespace. */ - /* Use as $.belowthefold(element, {threshold : 100, container : window}) */ - - $.belowthefold = function(element, settings) { - var fold; - - if (settings.container === undefined || settings.container === window) { - fold = (window.innerHeight ? window.innerHeight : $window.height()) + $window.scrollTop(); - } else { - fold = $(settings.container).offset().top + $(settings.container).height(); - } - - return fold <= $(element).offset().top - settings.threshold; - }; - - $.rightoffold = function(element, settings) { - var fold; - - if (settings.container === undefined || settings.container === window) { - fold = $window.width() + $window.scrollLeft(); - } else { - fold = $(settings.container).offset().left + $(settings.container).width(); - } - - return fold <= $(element).offset().left - settings.threshold; - }; - - $.abovethetop = function(element, settings) { - var fold; - - if (settings.container === undefined || settings.container === window) { - fold = $window.scrollTop(); - } else { - fold = $(settings.container).offset().top; - } - - return fold >= $(element).offset().top + settings.threshold + $(element).height(); - }; - - $.leftofbegin = function(element, settings) { - var fold; - - if (settings.container === undefined || settings.container === window) { - fold = $window.scrollLeft(); - } else { - fold = $(settings.container).offset().left; - } - - return fold >= $(element).offset().left + settings.threshold + $(element).width(); - }; - - $.inviewport = function(element, settings) { - return !$.rightoffold(element, settings) && !$.leftofbegin(element, settings) && - !$.belowthefold(element, settings) && !$.abovethetop(element, settings); - }; - - /* Custom selectors for your convenience. */ - /* Use as $("img:below-the-fold").something() or */ - /* $("img").filter(":below-the-fold").something() which is faster */ - - $.extend($.expr[":"], { - "below-the-fold" : function(a) { return $.belowthefold(a, {threshold : 0}); }, - "above-the-top" : function(a) { return !$.belowthefold(a, {threshold : 0}); }, - "right-of-screen": function(a) { return $.rightoffold(a, {threshold : 0}); }, - "left-of-screen" : function(a) { return !$.rightoffold(a, {threshold : 0}); }, - "in-viewport" : function(a) { return $.inviewport(a, {threshold : 0}); }, - /* Maintain BC for couple of versions. */ - "above-the-fold" : function(a) { return !$.belowthefold(a, {threshold : 0}); }, - "right-of-fold" : function(a) { return $.rightoffold(a, {threshold : 0}); }, - "left-of-fold" : function(a) { return !$.rightoffold(a, {threshold : 0}); } - }); - -})(jQuery, window, document); diff --git a/woc/js/jquery.min.js b/woc/js/jquery.min.js deleted file mode 100644 index f364443..0000000 --- a/woc/js/jquery.min.js +++ /dev/null @@ -1,6 +0,0 @@ -/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ -!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.3",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b="length"in a&&a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,aa=/[+~]/,ba=/'|\\/g,ca=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),da=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ea=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fa){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(ba,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+ra(o[l]);w=aa.test(a)&&pa(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",ea,!1):e.attachEvent&&e.attachEvent("onunload",ea)),p=!f(g),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ca,da);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?la(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ca,da),a[3]=(a[3]||a[4]||a[5]||"").replace(ca,da),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ca,da).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(ca,da),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return W.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(ca,da).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:oa(function(){return[0]}),last:oa(function(a,b){return[b-1]}),eq:oa(function(a,b,c){return[0>c?c+b:c]}),even:oa(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:oa(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:oa(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:oa(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function qa(){}qa.prototype=d.filters=d.pseudos,d.setFilters=new qa,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function ra(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sa(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function ta(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ua(a,b,c){for(var d=0,e=b.length;e>d;d++)ga(a,b[d],c);return c}function va(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wa(a,b,c,d,e,f){return d&&!d[u]&&(d=wa(d)),e&&!e[u]&&(e=wa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ua(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:va(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=va(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=va(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sa(function(a){return a===b},h,!0),l=sa(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sa(ta(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wa(i>1&&ta(m),i>1&&ra(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xa(a.slice(i,e)),f>e&&xa(a=a.slice(e)),f>e&&ra(a))}m.push(c)}return ta(m)}function ya(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=va(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&ga.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,ya(e,d)),f.selector=a}return f},i=ga.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ca,da),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ca,da),aa.test(j[0].type)&&pa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&ra(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,aa.test(a)&&pa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1; - -return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?m.queue(this[0],a):void 0===b?this:this.each(function(){var c=m.queue(this,a,b);m._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&m.dequeue(this,a)})},dequeue:function(a){return this.each(function(){m.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=m._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=["Top","Right","Bottom","Left"],U=function(a,b){return a=b||a,"none"===m.css(a,"display")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===m.type(c)){e=!0;for(h in c)m.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,m.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(m(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav></:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function aa(){return!0}function ba(){return!1}function ca(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[m.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=Z.test(e)?this.mouseHooks:Y.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new m.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||y),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||y,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==ca()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===ca()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return m.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return m.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?m.event.trigger(e,null,b):m.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},m.removeEvent=y.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===K&&(a[d]=null),a.detachEvent(d,c))},m.Event=function(a,b){return this instanceof m.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?aa:ba):this.type=a,b&&m.extend(this,b),this.timeStamp=a&&a.timeStamp||m.now(),void(this[m.expando]=!0)):new m.Event(a,b)},m.Event.prototype={isDefaultPrevented:ba,isPropagationStopped:ba,isImmediatePropagationStopped:ba,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=aa,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=aa,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=aa,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){m.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!m.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.submitBubbles||(m.event.special.submit={setup:function(){return m.nodeName(this,"form")?!1:void m.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=m.nodeName(b,"input")||m.nodeName(b,"button")?b.form:void 0;c&&!m._data(c,"submitBubbles")&&(m.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),m._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&m.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return m.nodeName(this,"form")?!1:void m.event.remove(this,"._submit")}}),k.changeBubbles||(m.event.special.change={setup:function(){return X.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(m.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),m.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),m.event.simulate("change",this,a,!0)})),!1):void m.event.add(this,"beforeactivate._change",function(a){var b=a.target;X.test(b.nodeName)&&!m._data(b,"changeBubbles")&&(m.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||m.event.simulate("change",this.parentNode,a,!0)}),m._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return m.event.remove(this,"._change"),!X.test(this.nodeName)}}),k.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){m.event.simulate(b,a.target,m.event.fix(a),!0)};m.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=m._data(d,b);e||d.addEventListener(a,c,!0),m._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=m._data(d,b)-1;e?m._data(d,b,e):(d.removeEventListener(a,c,!0),m._removeData(d,b))}}}),m.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=ba;else if(!d)return this;return 1===e&&(g=d,d=function(a){return m().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=m.guid++)),this.each(function(){m.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,m(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=ba),this.each(function(){m.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){m.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?m.event.trigger(a,b,c,!0):void 0}});function da(a){var b=ea.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}var ea="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",fa=/ jQuery\d+="(?:null|\d+)"/g,ga=new RegExp("<(?:"+ea+")[\\s/>]","i"),ha=/^\s+/,ia=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,ja=/<([\w:]+)/,ka=/<tbody/i,la=/<|&#?\w+;/,ma=/<(?:script|style|link)/i,na=/checked\s*(?:[^=]|=\s*.checked.)/i,oa=/^$|\/(?:java|ecma)script/i,pa=/^true\/(.*)/,qa=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ra={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:k.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},sa=da(y),ta=sa.appendChild(y.createElement("div"));ra.optgroup=ra.option,ra.tbody=ra.tfoot=ra.colgroup=ra.caption=ra.thead,ra.th=ra.td;function ua(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ua(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function va(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wa(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xa(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function ya(a){var b=pa.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function za(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Aa(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Ba(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xa(b).text=a.text,ya(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!ga.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ta.innerHTML=a.outerHTML,ta.removeChild(f=ta.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ua(f),h=ua(a),g=0;null!=(e=h[g]);++g)d[g]&&Ba(e,d[g]);if(b)if(c)for(h=h||ua(a),d=d||ua(f),g=0;null!=(e=h[g]);g++)Aa(e,d[g]);else Aa(a,f);return d=ua(f,"script"),d.length>0&&za(d,!i&&ua(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=da(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(la.test(f)){h=h||o.appendChild(b.createElement("div")),i=(ja.exec(f)||["",""])[1].toLowerCase(),l=ra[i]||ra._default,h.innerHTML=l[1]+f.replace(ia,"<$1></$2>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&ha.test(f)&&p.push(b.createTextNode(ha.exec(f)[0])),!k.tbody){f="table"!==i||ka.test(f)?"<table>"!==l[1]||ka.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ua(p,"input"),va),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ua(o.appendChild(f),"script"),g&&za(h),c)){e=0;while(f=h[e++])oa.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ua(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&za(ua(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ua(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fa,""):void 0;if(!("string"!=typeof a||ma.test(a)||!k.htmlSerialize&&ga.test(a)||!k.leadingWhitespace&&ha.test(a)||ra[(ja.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ia,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ua(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ua(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&na.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ua(i,"script"),xa),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ua(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,ya),j=0;f>j;j++)d=g[j],oa.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qa,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Ca,Da={};function Ea(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fa(a){var b=y,c=Da[a];return c||(c=Ea(a,b),"none"!==c&&c||(Ca=(Ca||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Ca[0].contentWindow||Ca[0].contentDocument).document,b.write(),b.close(),c=Ea(a,b),Ca.detach()),Da[a]=c),c}!function(){var a;k.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=y.getElementsByTagName("body")[0],c&&c.style?(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(y.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var Ga=/^margin/,Ha=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ia,Ja,Ka=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ia=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)},Ja=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ia(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||m.contains(a.ownerDocument,a)||(g=m.style(a,b)),Ha.test(g)&&Ga.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):y.documentElement.currentStyle&&(Ia=function(a){return a.currentStyle},Ja=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ia(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Ha.test(g)&&!Ka.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function La(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h;if(b=y.createElement("div"),b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=d&&d.style){c.cssText="float:left;opacity:.5",k.opacity="0.5"===c.opacity,k.cssFloat=!!c.cssFloat,b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===b.style.backgroundClip,k.boxSizing=""===c.boxSizing||""===c.MozBoxSizing||""===c.WebkitBoxSizing,m.extend(k,{reliableHiddenOffsets:function(){return null==g&&i(),g},boxSizingReliable:function(){return null==f&&i(),f},pixelPosition:function(){return null==e&&i(),e},reliableMarginRight:function(){return null==h&&i(),h}});function i(){var b,c,d,i;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",e=f=!1,h=!0,a.getComputedStyle&&(e="1%"!==(a.getComputedStyle(b,null)||{}).top,f="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,i=b.appendChild(y.createElement("div")),i.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",i.style.marginRight=i.style.width="0",b.style.width="1px",h=!parseFloat((a.getComputedStyle(i,null)||{}).marginRight),b.removeChild(i)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",i=b.getElementsByTagName("td"),i[0].style.cssText="margin:0;border:0;padding:0;display:none",g=0===i[0].offsetHeight,g&&(i[0].style.display="",i[1].style.display="none",g=0===i[0].offsetHeight),c.removeChild(d))}}}(),m.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Ma=/alpha\([^)]*\)/i,Na=/opacity\s*=\s*([^)]*)/,Oa=/^(none|table(?!-c[ea]).+)/,Pa=new RegExp("^("+S+")(.*)$","i"),Qa=new RegExp("^([+-])=("+S+")","i"),Ra={position:"absolute",visibility:"hidden",display:"block"},Sa={letterSpacing:"0",fontWeight:"400"},Ta=["Webkit","O","Moz","ms"];function Ua(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Ta.length;while(e--)if(b=Ta[e]+c,b in a)return b;return d}function Va(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=m._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&U(d)&&(f[g]=m._data(d,"olddisplay",Fa(d.nodeName)))):(e=U(d),(c&&"none"!==c||!e)&&m._data(d,"olddisplay",e?c:m.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function Wa(a,b,c){var d=Pa.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Xa(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=m.css(a,c+T[f],!0,e)),d?("content"===c&&(g-=m.css(a,"padding"+T[f],!0,e)),"margin"!==c&&(g-=m.css(a,"border"+T[f]+"Width",!0,e))):(g+=m.css(a,"padding"+T[f],!0,e),"padding"!==c&&(g+=m.css(a,"border"+T[f]+"Width",!0,e)));return g}function Ya(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ia(a),g=k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Ja(a,b,f),(0>e||null==e)&&(e=a.style[b]),Ha.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Xa(a,b,c||(g?"border":"content"),d,f)+"px"}m.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Ja(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":k.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=m.camelCase(b),i=a.style;if(b=m.cssProps[h]||(m.cssProps[h]=Ua(i,h)),g=m.cssHooks[b]||m.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=Qa.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(m.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||m.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=m.camelCase(b);return b=m.cssProps[h]||(m.cssProps[h]=Ua(a.style,h)),g=m.cssHooks[b]||m.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Ja(a,b,d)),"normal"===f&&b in Sa&&(f=Sa[b]),""===c||c?(e=parseFloat(f),c===!0||m.isNumeric(e)?e||0:f):f}}),m.each(["height","width"],function(a,b){m.cssHooks[b]={get:function(a,c,d){return c?Oa.test(m.css(a,"display"))&&0===a.offsetWidth?m.swap(a,Ra,function(){return Ya(a,b,d)}):Ya(a,b,d):void 0},set:function(a,c,d){var e=d&&Ia(a);return Wa(a,c,d?Xa(a,b,d,k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,e),e):0)}}}),k.opacity||(m.cssHooks.opacity={get:function(a,b){return Na.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=m.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===m.trim(f.replace(Ma,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Ma.test(f)?f.replace(Ma,e):f+" "+e)}}),m.cssHooks.marginRight=La(k.reliableMarginRight,function(a,b){return b?m.swap(a,{display:"inline-block"},Ja,[a,"marginRight"]):void 0}),m.each({margin:"",padding:"",border:"Width"},function(a,b){m.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+T[d]+b]=f[d]||f[d-2]||f[0];return e}},Ga.test(a)||(m.cssHooks[a+b].set=Wa)}),m.fn.extend({css:function(a,b){return V(this,function(a,b,c){var d,e,f={},g=0;if(m.isArray(b)){for(d=Ia(a),e=b.length;e>g;g++)f[b[g]]=m.css(a,b[g],!1,d);return f}return void 0!==c?m.style(a,b,c):m.css(a,b)},a,b,arguments.length>1)},show:function(){return Va(this,!0)},hide:function(){return Va(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){U(this)?m(this).show():m(this).hide()})}});function Za(a,b,c,d,e){ -return new Za.prototype.init(a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?"":"px")},cur:function(){var a=Za.propHooks[this.prop];return a&&a.get?a.get(this):Za.propHooks._default.get(this)},run:function(a){var b,c=Za.propHooks[this.prop];return this.options.duration?this.pos=b=m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Za.propHooks._default.set(this),this}},Za.prototype.init.prototype=Za.prototype,Za.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=m.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssHooks[a.prop])?m.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Za.propHooks.scrollTop=Za.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},m.fx=Za.prototype.init,m.fx.step={};var $a,_a,ab=/^(?:toggle|show|hide)$/,bb=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cb=/queueHooks$/,db=[ib],eb={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=bb.exec(b),f=e&&e[3]||(m.cssNumber[a]?"":"px"),g=(m.cssNumber[a]||"px"!==f&&+d)&&bb.exec(m.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,m.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function fb(){return setTimeout(function(){$a=void 0}),$a=m.now()}function gb(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function hb(a,b,c){for(var d,e=(eb[b]||[]).concat(eb["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ib(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeType&&U(a),r=m._data(a,"fxshow");c.queue||(h=m._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,n.always(function(){n.always(function(){h.unqueued--,m.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=m.css(a,"display"),l="none"===j?m._data(a,"olddisplay")||Fa(a.nodeName):j,"inline"===l&&"none"===m.css(a,"float")&&(k.inlineBlockNeedsLayout&&"inline"!==Fa(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",k.shrinkWrapBlocks()||n.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ab.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||m.style(a,d)}else j=void 0;if(m.isEmptyObject(o))"inline"===("none"===j?Fa(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=m._data(a,"fxshow",{}),f&&(r.hidden=!q),q?m(a).show():n.done(function(){m(a).hide()}),n.done(function(){var b;m._removeData(a,"fxshow");for(b in o)m.style(a,b,o[b])});for(d in o)g=hb(q?r[d]:0,d,n),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function jb(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kb(a,b,c){var d,e,f=0,g=db.length,h=m.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=$a||fb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:$a||fb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jb(k,j.opts.specialEasing);g>f;f++)if(d=db[f].call(j,a,k,j.opts))return d;return m.map(k,hb,j),m.isFunction(j.opts.start)&&j.opts.start.call(a,j),m.fx.timer(m.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}m.Animation=m.extend(kb,{tweener:function(a,b){m.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],eb[c]=eb[c]||[],eb[c].unshift(b)},prefilter:function(a,b){b?db.unshift(a):db.push(a)}}),m.speed=function(a,b,c){var d=a&&"object"==typeof a?m.extend({},a):{complete:c||!c&&b||m.isFunction(a)&&a,duration:a,easing:c&&b||b&&!m.isFunction(b)&&b};return d.duration=m.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in m.fx.speeds?m.fx.speeds[d.duration]:m.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){m.isFunction(d.old)&&d.old.call(this),d.queue&&m.dequeue(this,d.queue)},d},m.fn.extend({fadeTo:function(a,b,c,d){return this.filter(U).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=m.isEmptyObject(a),f=m.speed(b,c,d),g=function(){var b=kb(this,m.extend({},a),f);(e||m._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=m.timers,g=m._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&cb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&m.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=m._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=m.timers,g=d?d.length:0;for(c.finish=!0,m.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),m.each(["toggle","show","hide"],function(a,b){var c=m.fn[b];m.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gb(b,!0),a,d,e)}}),m.each({slideDown:gb("show"),slideUp:gb("hide"),slideToggle:gb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){m.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),m.timers=[],m.fx.tick=function(){var a,b=m.timers,c=0;for($a=m.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||m.fx.stop(),$a=void 0},m.fx.timer=function(a){m.timers.push(a),a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_a||(_a=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(_a),_a=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(a,b){return a=m.fx?m.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=y.createElement("div"),b.setAttribute("className","t"),b.innerHTML=" <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=y.createElement("select"),e=c.appendChild(y.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",k.getSetAttribute="t"!==b.className,k.style=/top/.test(d.getAttribute("style")),k.hrefNormalized="/a"===d.getAttribute("href"),k.checkOn=!!a.value,k.optSelected=e.selected,k.enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElement("input"),a.setAttribute("value",""),k.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),k.radioValue="t"===a.value}();var lb=/\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=m.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,m(this).val()):a,null==e?e="":"number"==typeof e?e+="":m.isArray(e)&&(e=m.map(e,function(a){return null==a?"":a+""})),b=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=m.valHooks[e.type]||m.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(lb,""):null==c?"":c)}}}),m.extend({valHooks:{option:{get:function(a){var b=m.find.attr(a,"value");return null!=b?b:m.trim(m.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&m.nodeName(c.parentNode,"optgroup"))){if(b=m(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=m.makeArray(b),g=e.length;while(g--)if(d=e[g],m.inArray(m.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),m.each(["radio","checkbox"],function(){m.valHooks[this]={set:function(a,b){return m.isArray(b)?a.checked=m.inArray(m(a).val(),b)>=0:void 0}},k.checkOn||(m.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var mb,nb,ob=m.expr.attrHandle,pb=/^(?:checked|selected)$/i,qb=k.getSetAttribute,rb=k.input;m.fn.extend({attr:function(a,b){return V(this,m.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){m.removeAttr(this,a)})}}),m.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===K?m.prop(a,b,c):(1===f&&m.isXMLDoc(a)||(b=b.toLowerCase(),d=m.attrHooks[b]||(m.expr.match.bool.test(b)?nb:mb)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=m.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void m.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=m.propFix[c]||c,m.expr.match.bool.test(c)?rb&&qb||!pb.test(c)?a[d]=!1:a[m.camelCase("default-"+c)]=a[d]=!1:m.attr(a,c,""),a.removeAttribute(qb?c:d)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&m.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),nb={set:function(a,b,c){return b===!1?m.removeAttr(a,c):rb&&qb||!pb.test(c)?a.setAttribute(!qb&&m.propFix[c]||c,c):a[m.camelCase("default-"+c)]=a[c]=!0,c}},m.each(m.expr.match.bool.source.match(/\w+/g),function(a,b){var c=ob[b]||m.find.attr;ob[b]=rb&&qb||!pb.test(b)?function(a,b,d){var e,f;return d||(f=ob[b],ob[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,ob[b]=f),e}:function(a,b,c){return c?void 0:a[m.camelCase("default-"+b)]?b.toLowerCase():null}}),rb&&qb||(m.attrHooks.value={set:function(a,b,c){return m.nodeName(a,"input")?void(a.defaultValue=b):mb&&mb.set(a,b,c)}}),qb||(mb={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},ob.id=ob.name=ob.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},m.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:mb.set},m.attrHooks.contenteditable={set:function(a,b,c){mb.set(a,""===b?!1:b,c)}},m.each(["width","height"],function(a,b){m.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),k.style||(m.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var sb=/^(?:input|select|textarea|button|object)$/i,tb=/^(?:a|area)$/i;m.fn.extend({prop:function(a,b){return V(this,m.prop,a,b,arguments.length>1)},removeProp:function(a){return a=m.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),m.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!m.isXMLDoc(a),f&&(b=m.propFix[b]||b,e=m.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=m.find.attr(a,"tabindex");return b?parseInt(b,10):sb.test(a.nodeName)||tb.test(a.nodeName)&&a.href?0:-1}}}}),k.hrefNormalized||m.each(["href","src"],function(a,b){m.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),k.optSelected||(m.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){m.propFix[this.toLowerCase()]=this}),k.enctype||(m.propFix.enctype="encoding");var ub=/[\t\r\n\f]/g;m.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ub," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=m.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ub," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?m.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(m.isFunction(a)?function(c){m(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=m(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===K||"boolean"===c)&&(this.className&&m._data(this,"__className__",this.className),this.className=this.className||a===!1?"":m._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ub," ").indexOf(b)>=0)return!0;return!1}}),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){m.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),m.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var vb=m.now(),wb=/\?/,xb=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;m.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=m.trim(b+"");return e&&!m.trim(e.replace(xb,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():m.error("Invalid JSON: "+b)},m.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+b),c};var yb,zb,Ab=/#.*$/,Bb=/([?&])_=[^&]*/,Cb=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Db=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Eb=/^(?:GET|HEAD)$/,Fb=/^\/\//,Gb=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Hb={},Ib={},Jb="*/".concat("*");try{zb=location.href}catch(Kb){zb=y.createElement("a"),zb.href="",zb=zb.href}yb=Gb.exec(zb.toLowerCase())||[];function Lb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(m.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Mb(a,b,c,d){var e={},f=a===Ib;function g(h){var i;return e[h]=!0,m.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Nb(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&m.extend(!0,a,c),a}function Ob(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Pb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:zb,type:"GET",isLocal:Db.test(yb[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Jb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Nb(Nb(a,m.ajaxSettings),b):Nb(m.ajaxSettings,a)},ajaxPrefilter:Lb(Hb),ajaxTransport:Lb(Ib),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=m.ajaxSetup({},b),l=k.context||k,n=k.context&&(l.nodeType||l.jquery)?m(l):m.event,o=m.Deferred(),p=m.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b=Cb.exec(f))j[b[1].toLowerCase()]=b[2]}b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||zb)+"").replace(Ab,"").replace(Fb,yb[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=m.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(c=Gb.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===yb[1]&&c[2]===yb[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(yb[3]||("http:"===yb[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=m.param(k.data,k.traditional)),Mb(Hb,k,b,v),2===t)return v;h=m.event&&k.global,h&&0===m.active++&&m.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!Eb.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(wb.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=Bb.test(e)?e.replace(Bb,"$1_="+vb++):e+(wb.test(e)?"&":"?")+"_="+vb++)),k.ifModified&&(m.lastModified[e]&&v.setRequestHeader("If-Modified-Since",m.lastModified[e]),m.etag[e]&&v.setRequestHeader("If-None-Match",m.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+Jb+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Mb(Ib,k,b,v)){v.readyState=1,h&&n.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Ob(k,v,c)),u=Pb(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(m.lastModified[e]=w),w=v.getResponseHeader("etag"),w&&(m.etag[e]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&n.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(n.trigger("ajaxComplete",[v,k]),--m.active||m.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return m.get(a,b,c,"json")},getScript:function(a,b){return m.get(a,void 0,b,"script")}}),m.each(["get","post"],function(a,b){m[b]=function(a,c,d,e){return m.isFunction(c)&&(e=e||d,d=c,c=void 0),m.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),m._evalUrl=function(a){return m.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},m.fn.extend({wrapAll:function(a){if(m.isFunction(a))return this.each(function(b){m(this).wrapAll(a.call(this,b))});if(this[0]){var b=m(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(m.isFunction(a)?function(b){m(this).wrapInner(a.call(this,b))}:function(){var b=m(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=m.isFunction(a);return this.each(function(c){m(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)}).end()}}),m.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!k.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||m.css(a,"display"))},m.expr.filters.visible=function(a){return!m.expr.filters.hidden(a)};var Qb=/%20/g,Rb=/\[\]$/,Sb=/\r?\n/g,Tb=/^(?:submit|button|image|reset|file)$/i,Ub=/^(?:input|select|textarea|keygen)/i;function Vb(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Rb.test(a)?d(a,e):Vb(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==m.type(b))d(a,b);else for(e in b)Vb(a+"["+e+"]",b[e],c,d)}m.param=function(a,b){var c,d=[],e=function(a,b){b=m.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(a)||a.jquery&&!m.isPlainObject(a))m.each(a,function(){e(this.name,this.value)});else for(c in a)Vb(c,a[c],b,e);return d.join("&").replace(Qb,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=m.prop(this,"elements");return a?m.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!m(this).is(":disabled")&&Ub.test(this.nodeName)&&!Tb.test(a)&&(this.checked||!W.test(a))}).map(function(a,b){var c=m(this).val();return null==c?null:m.isArray(c)?m.map(c,function(a){return{name:b.name,value:a.replace(Sb,"\r\n")}}):{name:b.name,value:c.replace(Sb,"\r\n")}}).get()}}),m.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Zb()||$b()}:Zb;var Wb=0,Xb={},Yb=m.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Xb)Xb[a](void 0,!0)}),k.cors=!!Yb&&"withCredentials"in Yb,Yb=k.ajax=!!Yb,Yb&&m.ajaxTransport(function(a){if(!a.crossDomain||k.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Wb;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Xb[g],b=void 0,f.onreadystatechange=m.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Xb[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function Zb(){try{return new a.XMLHttpRequest}catch(b){}}function $b(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return m.globalEval(a),a}}}),m.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),m.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=y.head||m("head")[0]||y.documentElement;return{send:function(d,e){b=y.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var _b=[],ac=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=_b.pop()||m.expando+"_"+vb++;return this[a]=!0,a}}),m.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(ac.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&ac.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=m.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(ac,"$1"+e):b.jsonp!==!1&&(b.url+=(wb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||m.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,_b.push(e)),g&&m.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),m.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||y;var d=u.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=m.buildFragment([a],b,e),e&&e.length&&m(e).remove(),m.merge([],d.childNodes))};var bc=m.fn.load;m.fn.load=function(a,b,c){if("string"!=typeof a&&bc)return bc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=m.trim(a.slice(h,a.length)),a=a.slice(0,h)),m.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&m.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?m("<div>").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cc=a.document.documentElement;function dc(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cc;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cc})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dc(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=La(k.pixelPosition,function(a,c){return c?(c=Ja(a,b),Ha.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ec=a.jQuery,fc=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fc),b&&a.jQuery===m&&(a.jQuery=ec),m},typeof b===K&&(a.jQuery=a.$=m),m}); -//# sourceMappingURL=jquery.min.map \ No newline at end of file diff --git a/woc/js/jquery.plugin.min.js b/woc/js/jquery.plugin.min.js deleted file mode 100644 index 7197d76..0000000 --- a/woc/js/jquery.plugin.min.js +++ /dev/null @@ -1,4 +0,0 @@ -/** Abstract base class for collection plugins v1.0.1. - Written by Keith Wood (kbwood{at}iinet.com.au) December 2013. - Licensed under the MIT (https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt) license. */ -(function(){var j=false;window.JQClass=function(){};JQClass.classes={};JQClass.extend=function extender(f){var g=this.prototype;j=true;var h=new this();j=false;for(var i in f){h[i]=typeof f[i]=='function'&&typeof g[i]=='function'?(function(d,e){return function(){var b=this._super;this._super=function(a){return g[d].apply(this,a||[])};var c=e.apply(this,arguments);this._super=b;return c}})(i,f[i]):f[i]}function JQClass(){if(!j&&this._init){this._init.apply(this,arguments)}}JQClass.prototype=h;JQClass.prototype.constructor=JQClass;JQClass.extend=extender;return JQClass}})();(function($){JQClass.classes.JQPlugin=JQClass.extend({name:'plugin',defaultOptions:{},regionalOptions:{},_getters:[],_getMarker:function(){return'is-'+this.name},_init:function(){$.extend(this.defaultOptions,(this.regionalOptions&&this.regionalOptions[''])||{});var c=camelCase(this.name);$[c]=this;$.fn[c]=function(a){var b=Array.prototype.slice.call(arguments,1);if($[c]._isNotChained(a,b)){return $[c][a].apply($[c],[this[0]].concat(b))}return this.each(function(){if(typeof a==='string'){if(a[0]==='_'||!$[c][a]){throw'Unknown method: '+a;}$[c][a].apply($[c],[this].concat(b))}else{$[c]._attach(this,a)}})}},setDefaults:function(a){$.extend(this.defaultOptions,a||{})},_isNotChained:function(a,b){if(a==='option'&&(b.length===0||(b.length===1&&typeof b[0]==='string'))){return true}return $.inArray(a,this._getters)>-1},_attach:function(a,b){a=$(a);if(a.hasClass(this._getMarker())){return}a.addClass(this._getMarker());b=$.extend({},this.defaultOptions,this._getMetadata(a),b||{});var c=$.extend({name:this.name,elem:a,options:b},this._instSettings(a,b));a.data(this.name,c);this._postAttach(a,c);this.option(a,b)},_instSettings:function(a,b){return{}},_postAttach:function(a,b){},_getMetadata:function(d){try{var f=d.data(this.name.toLowerCase())||'';f=f.replace(/'/g,'"');f=f.replace(/([a-zA-Z0-9]+):/g,function(a,b,i){var c=f.substring(0,i).match(/"/g);return(!c||c.length%2===0?'"'+b+'":':b+':')});f=$.parseJSON('{'+f+'}');for(var g in f){var h=f[g];if(typeof h==='string'&&h.match(/^new Date\((.*)\)$/)){f[g]=eval(h)}}return f}catch(e){return{}}},_getInst:function(a){return $(a).data(this.name)||{}},option:function(a,b,c){a=$(a);var d=a.data(this.name);if(!b||(typeof b==='string'&&c==null)){var e=(d||{}).options;return(e&&b?e[b]:e)}if(!a.hasClass(this._getMarker())){return}var e=b||{};if(typeof b==='string'){e={};e[b]=c}this._optionsChanged(a,d,e);$.extend(d.options,e)},_optionsChanged:function(a,b,c){},destroy:function(a){a=$(a);if(!a.hasClass(this._getMarker())){return}this._preDestroy(a,this._getInst(a));a.removeData(this.name).removeClass(this._getMarker())},_preDestroy:function(a,b){}});function camelCase(c){return c.replace(/-([a-z])/g,function(a,b){return b.toUpperCase()})}$.JQPlugin={createPlugin:function(a,b){if(typeof a==='object'){b=a;a='JQPlugin'}a=camelCase(a);var c=camelCase(b.name);JQClass.classes[c]=JQClass.classes[a].extend(b);new JQClass.classes[c]()}}})(jQuery); \ No newline at end of file diff --git a/woc/js/lightbox.min.js b/woc/js/lightbox.min.js deleted file mode 100644 index 3c99b15..0000000 --- a/woc/js/lightbox.min.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * Lightbox v2.7.1 - * by Lokesh Dhakar - http://lokeshdhakar.com/projects/lightbox2/ - * - * @license http://creativecommons.org/licenses/by/2.5/ - * - Free for use in both personal and commercial projects - * - Attribution requires leaving author name, author link, and the license info intact - */ -(function(){var a=jQuery,b=function(){function a(){this.fadeDuration=500,this.fitImagesInViewport=!0,this.resizeDuration=700,this.positionFromTop=50,this.showImageNumberLabel=!0,this.alwaysShowNavOnTouchDevices=!1,this.wrapAround=!1}return a.prototype.albumLabel=function(a,b){return"Image "+a+" of "+b},a}(),c=function(){function b(a){this.options=a,this.album=[],this.currentImageIndex=void 0,this.init()}return b.prototype.init=function(){this.enable(),this.build()},b.prototype.enable=function(){var b=this;a("body").on("click","a[rel^=lightbox], area[rel^=lightbox], a[data-lightbox], area[data-lightbox]",function(c){return b.start(a(c.currentTarget)),!1})},b.prototype.build=function(){var b=this;a("<div id='lightboxOverlay' class='lightboxOverlay'></div><div id='lightbox' class='lightbox'><div class='lb-outerContainer'><div class='lb-container'><img class='lb-image' src='' /><div class='lb-nav'><a class='lb-prev' href='' ></a><a class='lb-next' href='' ></a></div><div class='lb-loader'><a class='lb-cancel'></a></div></div></div><div class='lb-dataContainer'><div class='lb-data'><div class='lb-details'><span class='lb-caption'></span><span class='lb-number'></span></div><div class='lb-closeContainer'><a class='lb-close'></a></div></div></div></div>").appendTo(a("body")),this.$lightbox=a("#lightbox"),this.$overlay=a("#lightboxOverlay"),this.$outerContainer=this.$lightbox.find(".lb-outerContainer"),this.$container=this.$lightbox.find(".lb-container"),this.containerTopPadding=parseInt(this.$container.css("padding-top"),10),this.containerRightPadding=parseInt(this.$container.css("padding-right"),10),this.containerBottomPadding=parseInt(this.$container.css("padding-bottom"),10),this.containerLeftPadding=parseInt(this.$container.css("padding-left"),10),this.$overlay.hide().on("click",function(){return b.end(),!1}),this.$lightbox.hide().on("click",function(c){return"lightbox"===a(c.target).attr("id")&&b.end(),!1}),this.$outerContainer.on("click",function(c){return"lightbox"===a(c.target).attr("id")&&b.end(),!1}),this.$lightbox.find(".lb-prev").on("click",function(){return b.changeImage(0===b.currentImageIndex?b.album.length-1:b.currentImageIndex-1),!1}),this.$lightbox.find(".lb-next").on("click",function(){return b.changeImage(b.currentImageIndex===b.album.length-1?0:b.currentImageIndex+1),!1}),this.$lightbox.find(".lb-loader, .lb-close").on("click",function(){return b.end(),!1})},b.prototype.start=function(b){function c(a){d.album.push({link:a.attr("href"),title:a.attr("data-title")||a.attr("title")})}var d=this,e=a(window);e.on("resize",a.proxy(this.sizeOverlay,this)),a("select, object, embed").css({visibility:"hidden"}),this.sizeOverlay(),this.album=[];var f,g=0,h=b.attr("data-lightbox");if(h){f=a(b.prop("tagName")+'[data-lightbox="'+h+'"]');for(var i=0;i<f.length;i=++i)c(a(f[i])),f[i]===b[0]&&(g=i)}else if("lightbox"===b.attr("rel"))c(b);else{f=a(b.prop("tagName")+'[rel="'+b.attr("rel")+'"]');for(var j=0;j<f.length;j=++j)c(a(f[j])),f[j]===b[0]&&(g=j)}var k=e.scrollTop()+this.options.positionFromTop,l=e.scrollLeft();this.$lightbox.css({top:k+"px",left:l+"px"}).fadeIn(this.options.fadeDuration),this.changeImage(g)},b.prototype.changeImage=function(b){var c=this;this.disableKeyboardNav();var d=this.$lightbox.find(".lb-image");this.$overlay.fadeIn(this.options.fadeDuration),a(".lb-loader").fadeIn("slow"),this.$lightbox.find(".lb-image, .lb-nav, .lb-prev, .lb-next, .lb-dataContainer, .lb-numbers, .lb-caption").hide(),this.$outerContainer.addClass("animating");var e=new Image;e.onload=function(){var f,g,h,i,j,k,l;d.attr("src",c.album[b].link),f=a(e),d.width(e.width),d.height(e.height),c.options.fitImagesInViewport&&(l=a(window).width(),k=a(window).height(),j=l-c.containerLeftPadding-c.containerRightPadding-20,i=k-c.containerTopPadding-c.containerBottomPadding-120,(e.width>j||e.height>i)&&(e.width/j>e.height/i?(h=j,g=parseInt(e.height/(e.width/h),10),d.width(h),d.height(g)):(g=i,h=parseInt(e.width/(e.height/g),10),d.width(h),d.height(g)))),c.sizeContainer(d.width(),d.height())},e.src=this.album[b].link,this.currentImageIndex=b},b.prototype.sizeOverlay=function(){this.$overlay.width(a(window).width()).height(a(document).height())},b.prototype.sizeContainer=function(a,b){function c(){d.$lightbox.find(".lb-dataContainer").width(g),d.$lightbox.find(".lb-prevLink").height(h),d.$lightbox.find(".lb-nextLink").height(h),d.showImage()}var d=this,e=this.$outerContainer.outerWidth(),f=this.$outerContainer.outerHeight(),g=a+this.containerLeftPadding+this.containerRightPadding,h=b+this.containerTopPadding+this.containerBottomPadding;e!==g||f!==h?this.$outerContainer.animate({width:g,height:h},this.options.resizeDuration,"swing",function(){c()}):c()},b.prototype.showImage=function(){this.$lightbox.find(".lb-loader").hide(),this.$lightbox.find(".lb-image").fadeIn("slow"),this.updateNav(),this.updateDetails(),this.preloadNeighboringImages(),this.enableKeyboardNav()},b.prototype.updateNav=function(){var a=!1;try{document.createEvent("TouchEvent"),a=this.options.alwaysShowNavOnTouchDevices?!0:!1}catch(b){}this.$lightbox.find(".lb-nav").show(),this.album.length>1&&(this.options.wrapAround?(a&&this.$lightbox.find(".lb-prev, .lb-next").css("opacity","1"),this.$lightbox.find(".lb-prev, .lb-next").show()):(this.currentImageIndex>0&&(this.$lightbox.find(".lb-prev").show(),a&&this.$lightbox.find(".lb-prev").css("opacity","1")),this.currentImageIndex<this.album.length-1&&(this.$lightbox.find(".lb-next").show(),a&&this.$lightbox.find(".lb-next").css("opacity","1"))))},b.prototype.updateDetails=function(){var b=this;"undefined"!=typeof this.album[this.currentImageIndex].title&&""!==this.album[this.currentImageIndex].title&&this.$lightbox.find(".lb-caption").html(this.album[this.currentImageIndex].title).fadeIn("fast").find("a").on("click",function(){location.href=a(this).attr("href")}),this.album.length>1&&this.options.showImageNumberLabel?this.$lightbox.find(".lb-number").text(this.options.albumLabel(this.currentImageIndex+1,this.album.length)).fadeIn("fast"):this.$lightbox.find(".lb-number").hide(),this.$outerContainer.removeClass("animating"),this.$lightbox.find(".lb-dataContainer").fadeIn(this.options.resizeDuration,function(){return b.sizeOverlay()})},b.prototype.preloadNeighboringImages=function(){if(this.album.length>this.currentImageIndex+1){var a=new Image;a.src=this.album[this.currentImageIndex+1].link}if(this.currentImageIndex>0){var b=new Image;b.src=this.album[this.currentImageIndex-1].link}},b.prototype.enableKeyboardNav=function(){a(document).on("keyup.keyboard",a.proxy(this.keyboardAction,this))},b.prototype.disableKeyboardNav=function(){a(document).off(".keyboard")},b.prototype.keyboardAction=function(a){var b=27,c=37,d=39,e=a.keyCode,f=String.fromCharCode(e).toLowerCase();e===b||f.match(/x|o|c/)?this.end():"p"===f||e===c?0!==this.currentImageIndex?this.changeImage(this.currentImageIndex-1):this.options.wrapAround&&this.album.length>1&&this.changeImage(this.album.length-1):("n"===f||e===d)&&(this.currentImageIndex!==this.album.length-1?this.changeImage(this.currentImageIndex+1):this.options.wrapAround&&this.album.length>1&&this.changeImage(0))},b.prototype.end=function(){this.disableKeyboardNav(),a(window).off("resize",this.sizeOverlay),this.$lightbox.fadeOut(this.options.fadeDuration),this.$overlay.fadeOut(this.options.fadeDuration),a("select, object, embed").css({visibility:"visible"})},b}();a(function(){{var a=new b;new c(a)}})}).call(this); diff --git a/woc/js/loklak-fetcher.js b/woc/js/loklak-fetcher.js deleted file mode 100644 index fd4fff9..0000000 --- a/woc/js/loklak-fetcher.js +++ /dev/null @@ -1,107 +0,0 @@ -/******************************************************************************* - * loklak-fetcher-client - * by Yago González (C) 2016 - Under MIT license - * Bugs? Questions? Don't know what's the meaning of life? - * Take a look at: github.com/YagoGG/loklak-fetcher-client - * Please, keep this header if you want to use this code. Thank you ;) - ******************************************************************************/ - -window.loklakFetcher = (function() { - var script = null; - - var loklakFetcher = { - /** - * Fetches tweets from the public loklak API, with the options provided - * @param {object} options Object with allowed GET-attributes, see - * loklak.org/api.html - * @param {function} callback Function called after getting the results. - * These are passed as first argument - */ - getTweets: function(options, callback) { - if(typeof options === 'function') { // A callback has been provided as 2nd - // argument (no options) - callback = options; - options = {}; - } else if(callback === undefined) { // No callback has been provided, even - // as 2nd argument - throw new Error('[LOKLAK-FETCHER] No callback provided'); - } - - var settings = [ 'count', 'source', 'fields', 'limit', 'tzOffset', - 'minified' ]; // Field names for all the possible parameters - var defaults = [ 100, 'cache', '', '', 0, true ]; // Default values - - // Check if no options have been provided - if(typeof options === 'undefined') { - options = {}; // Create 'options' to avoid ReferenceErrors later - } - - //Check if there are any data elements set - var tweetsEl = document.getElementById("tweets"); - var dataset = tweetsEl.dataset; - if(dataset.count) { - options[settings[0]] = dataset.count; //count is index 0 - } - - var query; - - if(dataset.query) { - query = dataset.query.replace(/\s/gi, '%20').replace(/#/gi, '%23').replace('_',""); - //replace spaces and hashtags in URL - } else { - //query = "fossasia"; - } - - if(dataset.start) { - query = query + "%20since:" + dataset.start; - } - - if(dataset.end) { - query = query + "%20until:" + dataset.end; - } - - if(dataset.from) { - query = query + "%20from:" + dataset.from; - } - - // Write unset options as their default - for(var index in settings) { - if(options[settings[index]] === undefined) { - options[settings[index]] = defaults[index]; - } - } - - // Create the URL with all the parameters - var url = 'https://loklak.org/api/search.json' + - '?callback=loklakFetcher.handleData' + - '&q=' + query + - '&count=' + options.count + - '&source=' + options.source + - '&fields=' + options.fields + - '&limit=' + options.limit + - '&timezoneOffset=' + options.tzOffset + - '&minified=' + options.minified ; - // If the script element for JSONP already exists, remove it - - if(script !== null) { - document.head.removeChild(script); - } - - /** - * Invokes the callback function, passing the data from the server as the - * first and only argument. - * @param {object} data JSON coming from loklak's API - */ - this.handleData = function(data) { - callback(data); - }; - - // Create the script tag for JSONP - script = document.createElement("script"); - script.src = url; - document.head.appendChild(script); - } - }; - - return loklakFetcher; -}()); diff --git a/woc/js/map.js b/woc/js/map.js deleted file mode 100644 index fabbbb0..0000000 --- a/woc/js/map.js +++ /dev/null @@ -1,17 +0,0 @@ -function initMap() { - var mapword = document.getElementById('mappos').value; - var maparray = mapword.split(','); - var latitude = parseFloat(maparray[0]); - var longitude = parseFloat(maparray[1]); - var myLatLng = {lat: latitude, lng:longitude}; - - var map = new google.maps.Map(document.getElementById('map'), { - zoom: 16, - center: myLatLng - }); - - var marker = new google.maps.Marker({ - position: myLatLng, - map: map - }); - } \ No newline at end of file diff --git a/woc/js/navbar.js b/woc/js/navbar.js deleted file mode 100644 index 0a6dbe0..0000000 --- a/woc/js/navbar.js +++ /dev/null @@ -1,46 +0,0 @@ -/** - * Created by championswimmer on 27/08/16. - */ -$(function() { - $('.nav.navbar-nav > li a').removeClass('active'); - var linkUrl=window.location.href.split("/"); - if(findMatch(linkUrl, "tracks.html")){ - $("#trackslink").addClass('active'); - } - else if(findMatch(linkUrl, "rooms.html")){ - $("#roomslink").addClass('active'); - } - else if(findMatch(linkUrl, "schedule.html")){ - $("#schedulelink").addClass('active'); - } - else if(findMatch(linkUrl, "speakers.html")){ - $("#speakerslink").addClass('active'); - } - else if(findMatch(linkUrl, "sessions.html")){ - $("#sessionslink").addClass('active'); - } - else { - $("#homelink").addClass('active'); - } -}); - -//The function below checks whether any of the entries of the array match against the -//given pattern or not. - -function findMatch(arr, pattern){ - // len stores the no. of elements checked so far and flag tells whether we found any - // pattern or not. - var len = 0, flag = 0; - arr.forEach(function(val){ - len += 1; - if(val.indexOf(pattern) !== -1){ - flag = 1; - } - }); - - // the check below makes sure that the function doesn't return any value before all - // of the entries of the array are checked against the pattern. - if(len === arr.length){ - return flag; - } -} diff --git a/woc/js/placeholders.min.js b/woc/js/placeholders.min.js deleted file mode 100644 index 0dff6ff..0000000 --- a/woc/js/placeholders.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Placeholders.js v3.0.2 */ -(function(t){"use strict";function e(t,e,r){return t.addEventListener?t.addEventListener(e,r,!1):t.attachEvent?t.attachEvent("on"+e,r):void 0}function r(t,e){var r,n;for(r=0,n=t.length;n>r;r++)if(t[r]===e)return!0;return!1}function n(t,e){var r;t.createTextRange?(r=t.createTextRange(),r.move("character",e),r.select()):t.selectionStart&&(t.focus(),t.setSelectionRange(e,e))}function a(t,e){try{return t.type=e,!0}catch(r){return!1}}t.Placeholders={Utils:{addEventListener:e,inArray:r,moveCaret:n,changeType:a}}})(this),function(t){"use strict";function e(){}function r(){try{return document.activeElement}catch(t){}}function n(t,e){var r,n,a=!!e&&t.value!==e,u=t.value===t.getAttribute(V);return(a||u)&&"true"===t.getAttribute(D)?(t.removeAttribute(D),t.value=t.value.replace(t.getAttribute(V),""),t.className=t.className.replace(R,""),n=t.getAttribute(F),parseInt(n,10)>=0&&(t.setAttribute("maxLength",n),t.removeAttribute(F)),r=t.getAttribute(P),r&&(t.type=r),!0):!1}function a(t){var e,r,n=t.getAttribute(V);return""===t.value&&n?(t.setAttribute(D,"true"),t.value=n,t.className+=" "+I,r=t.getAttribute(F),r||(t.setAttribute(F,t.maxLength),t.removeAttribute("maxLength")),e=t.getAttribute(P),e?t.type="text":"password"===t.type&&M.changeType(t,"text")&&t.setAttribute(P,"password"),!0):!1}function u(t,e){var r,n,a,u,i,l,o;if(t&&t.getAttribute(V))e(t);else for(a=t?t.getElementsByTagName("input"):b,u=t?t.getElementsByTagName("textarea"):f,r=a?a.length:0,n=u?u.length:0,o=0,l=r+n;l>o;o++)i=r>o?a[o]:u[o-r],e(i)}function i(t){u(t,n)}function l(t){u(t,a)}function o(t){return function(){m&&t.value===t.getAttribute(V)&&"true"===t.getAttribute(D)?M.moveCaret(t,0):n(t)}}function c(t){return function(){a(t)}}function s(t){return function(e){return A=t.value,"true"===t.getAttribute(D)&&A===t.getAttribute(V)&&M.inArray(C,e.keyCode)?(e.preventDefault&&e.preventDefault(),!1):void 0}}function d(t){return function(){n(t,A),""===t.value&&(t.blur(),M.moveCaret(t,0))}}function g(t){return function(){t===r()&&t.value===t.getAttribute(V)&&"true"===t.getAttribute(D)&&M.moveCaret(t,0)}}function v(t){return function(){i(t)}}function p(t){t.form&&(T=t.form,"string"==typeof T&&(T=document.getElementById(T)),T.getAttribute(U)||(M.addEventListener(T,"submit",v(T)),T.setAttribute(U,"true"))),M.addEventListener(t,"focus",o(t)),M.addEventListener(t,"blur",c(t)),m&&(M.addEventListener(t,"keydown",s(t)),M.addEventListener(t,"keyup",d(t)),M.addEventListener(t,"click",g(t))),t.setAttribute(j,"true"),t.setAttribute(V,x),(m||t!==r())&&a(t)}var b,f,m,h,A,y,E,x,L,T,N,S,w,B=["text","search","url","tel","email","password","number","textarea"],C=[27,33,34,35,36,37,38,39,40,8,46],k="#ccc",I="placeholdersjs",R=RegExp("(?:^|\\s)"+I+"(?!\\S)"),V="data-placeholder-value",D="data-placeholder-active",P="data-placeholder-type",U="data-placeholder-submit",j="data-placeholder-bound",q="data-placeholder-focus",z="data-placeholder-live",F="data-placeholder-maxlength",G=document.createElement("input"),H=document.getElementsByTagName("head")[0],J=document.documentElement,K=t.Placeholders,M=K.Utils;if(K.nativeSupport=void 0!==G.placeholder,!K.nativeSupport){for(b=document.getElementsByTagName("input"),f=document.getElementsByTagName("textarea"),m="false"===J.getAttribute(q),h="false"!==J.getAttribute(z),y=document.createElement("style"),y.type="text/css",E=document.createTextNode("."+I+" { color:"+k+"; }"),y.styleSheet?y.styleSheet.cssText=E.nodeValue:y.appendChild(E),H.insertBefore(y,H.firstChild),w=0,S=b.length+f.length;S>w;w++)N=b.length>w?b[w]:f[w-b.length],x=N.attributes.placeholder,x&&(x=x.nodeValue,x&&M.inArray(B,N.type)&&p(N));L=setInterval(function(){for(w=0,S=b.length+f.length;S>w;w++)N=b.length>w?b[w]:f[w-b.length],x=N.attributes.placeholder,x?(x=x.nodeValue,x&&M.inArray(B,N.type)&&(N.getAttribute(j)||p(N),(x!==N.getAttribute(V)||"password"===N.type&&!N.getAttribute(P))&&("password"===N.type&&!N.getAttribute(P)&&M.changeType(N,"text")&&N.setAttribute(P,"password"),N.value===N.getAttribute(V)&&(N.value=x),N.setAttribute(V,x)))):N.getAttribute(D)&&(n(N),N.removeAttribute(V));h||clearInterval(L)},100)}M.addEventListener(t,"beforeunload",function(){K.disable()}),K.disable=K.nativeSupport?e:i,K.enable=K.nativeSupport?e:l}(this); \ No newline at end of file diff --git a/woc/js/popover.js b/woc/js/popover.js deleted file mode 100644 index f5caef3..0000000 --- a/woc/js/popover.js +++ /dev/null @@ -1,202 +0,0 @@ -/* Created by aayusharora on June 20, 2017 */ - -$(document).ready(function () { - let widthWindow = $(window).width(); - popbox = $(".pop-box"); - headerpop = $(".header-pop"); - sizeevent = $(".sizeevent"); - tracktime = $(".sizeevent span"); - speakerinfo = $(".speaker-info"); - - popbox.addClass('hide'); - if( widthWindow < 768) { - $(document).on('click','.sizeevent',function (event) { - popBox(event); - }); - } - else { - headerpop.hover(function (event) { - popBox(event); - },function(){ - popbox.addClass('hide'); - hidePopbox(); - hideUnderline(); - }); - } -(function(){ - - let imageholder = $(".image-holder"); - speaker = $(".speaker"); - hoverstate= $(".hover-state"); - popbox = $(".pop-box"); - preserve3d= $(".preserve3d"); - widthWindow = $(window).width(); - openflag = 0; - if( widthWindow < 768) { - $(document).on('click','.image-holder',function (event) { - if(openflag === 0) { - addOverlay(event); - openflag = 1; - } - else { - removeOverlay(event) - openflag = 0; - } - }); - } - else { - imageholder.hover(function(event) { - addOverlay(event); - },function(event){ - removeOverlay(event); - }) - speaker.hover(function(event){ - if(!(hoverstate).is(event.target)){ - popbox.addClass('hide'); - hidePopbox(); - } - }) - $(document).hover(function(event){ - popbox.addClass('hide'); - hidePopbox(); - }) - - } - - })(); - - function popBox(e) { - event = e || window.event; - - popbox.addClass('hide'); - hideUnderline(); - event.preventDefault(); - event.stopPropagation(); - var track; - let outerContheight = $(".main").offset().top + $(".main").outerHeight(); - let sizecontainer = sizeevent; - timeOftrack = tracktime; - - if(!sizecontainer.is(event.target)) { - if(!timeOftrack.is(event.target)){ - track = $(event.target).children("h4"); - } - else { - track = $(event.target).parent(); - } - - } - else { - track = $(event.target); - } - - let tracknext= $(track).next(); - tracknext.removeClass('hide'); - track.css({ - "text-decoration":"underline" - }); - - let tracktocheck = track.offset().top + track.outerHeight() + tracknext.outerHeight() + 15; - shift = tracktocheck - outerContheight; - if(shift > 0){ - - $(".footer").css({ - "position":"absolute", - "top": outerContheight + shift, - "width":"100%", - "z-index": "999" - }) - } - else { - hidePopbox(); - } - - } - function hidePopbox () { - $(".classic").css({ - "position":"static" - }) - } - function hideUnderline () { - sizeevent.css({ - "text-decoration":"none" - }) - } - - function adjustFooter(event) { - let pointer = event.target; - let footer = $('.footer'); - if(!$('.image-holder').is(pointer)){ - imageholder = $(pointer).parent().parent(); - } - else { - imageholder = $(pointer); - } - let imageHoverheight = imageholder.offset().top; - let imageContainer = imageholder.outerHeight(); - let popBox = imageholder.next(); - let popBoxheight = popBox.outerHeight() ; - let totalHeight = imageHoverheight + imageContainer + popBoxheight; - if($('.speakers-row').offset() !== undefined) { - let speakersRow = $('.speakers-row').offset().top + $('.speakers-row').outerHeight()+ $('.classic').outerHeight(); - let shift = totalHeight - speakersRow; - if (shift > 0) { - $(".classic").css({ - "position":"absolute", - "top": speakersRow + shift, - "width":"100%", - "z-index": "999" - }) - } - } - else { - hidePopbox(); - - } -} - - function addOverlay(event) { - let imageholder = $(".image-holder"); - speaker = $(".speaker"); - hoverstate= $(".hover-state"); - popbox = $(".pop-box"); - preserve3d = $(".preserve3d"); - - popbox.addClass('hide'); - event.preventDefault(); - event.stopPropagation(); - - let imagehover = event.target; - if((imageholder).is(event.target) ) { - $(imagehover).next().removeClass('hide'); - $(imagehover).children('.preserve3d').addClass('hover-state'); - } - else { - $(imagehover).parents('.image-holder').next().removeClass('hide'); - $(imagehover).parent().children('.preserve3d').addClass('hover-state'); - } - adjustFooter(event); - } - - function removeOverlay(event) { - if(!$('.preserve3d').is(event.target)){ - popbox.addClass('hide'); - $(document).removeClass('hover-state'); - } - if (!$('.preserve3d').is(event.target) && !$('.pop-box').is(event.target) ){ - adjustFooter(event); - - } - } - - if (widthWindow < 768) { - $(document).mouseup(function(e) { - let container = popbox; - if (!container.is(e.target) && container.has(e.target).length === 0) { - container.addClass('hide'); - hidePopbox(); - removeOverlay(e); - } - }); - } -}); diff --git a/woc/js/rooms.min.js b/woc/js/rooms.min.js deleted file mode 100644 index 4c6d10c..0000000 --- a/woc/js/rooms.min.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";!function(){$(document).ready(function(){$(".social-button").click(function(){var t=$(this).parent().parent().find("input.speakers-inputbox").val(),e=$(this).attr("class").split(" ")[0].split("-")[0];"fb"===e?window.open("https://www.facebook.com/share.php?u="+encodeURIComponent(t),"facebook","height=360, width=580"):"tw"===e?window.open("https://twitter.com/home?status="+encodeURIComponent(t),"twitter","height=360, width=580"):"go"===e?window.open("https://plus.google.com/share?url="+encodeURIComponent(t),"google","height=360, width=580"):"li"===e&&window.open("https://www.linkedin.com/shareArticle?mini=true&url="+encodeURIComponent(t),"linkedin","height=360, width=580")})})}(),function(){$(function(){$('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var t=$(this).attr("href"),e=t.split("#")[1],n="a[id='"+e+"']",i=$(n);if(i=i.length?i:$("[name="+this.hash.slice(1)+"]"),i.length)return $("html, body").animate({scrollTop:i.offset().top},1e3),!1}}),$("#down-button").hide(),$("#down-button").click(function(){$("html, body").animate({scrollTop:0},1e3),$("#down-button").fadeOut(1e3)}),window.addEventListener("scroll",function(){$(window).scrollTop()>0&&$("#down-button").fadeIn(1e3),0===$(window).scrollTop()&&$("#down-button").fadeOut(1e3)})})}(),function(){function t(t,e){var n=0,i=0;if(t.forEach(function(t){n+=1,t.indexOf(e)!==-1&&(i=1)}),n===t.length)return i}$(function(){$(".nav.navbar-nav > li a").removeClass("active");var e=window.location.href.split("/");t(e,"tracks.html")?$("#trackslink").addClass("active"):t(e,"rooms.html")?$("#roomslink").addClass("active"):t(e,"schedule.html")?$("#schedulelink").addClass("active"):t(e,"speakers.html")?$("#speakerslink").addClass("active"):t(e,"sessions.html")?$("#sessionslink").addClass("active"):$("#homelink").addClass("active")})}(),function(){var t,e,n;t=function(t){var n,i,o,r=document.querySelector(t.el),a=r.querySelectorAll(t.tabNavigationLinks),l=r.querySelectorAll(t.tabContentContainers),s=-1,c=!1;return n=function(t){t!==s&&t>=0&&t<=a.length&&(s>=0&&(a[s].classList.remove("is-active"),l[s].classList.remove("is-active")),a[t].classList.add("is-active"),l[t].classList.add("is-active"),s=t)},i=function(t,e){t.addEventListener("click",function(t){t.preventDefault(),n(e)})},o=function(){var t;if(!c)for(c=!0,r.classList.remove("no-js"),e=0;e<a.length;e++)t=a[e],i(t,e)},{init:o,goToTab:n}},window.tabs=t,n=t({el:"#tabs",tabNavigationLinks:".tabs-nav-link",tabContentContainers:".tab"}),n.init()}(),function(){!function(t,e,n,i){var o=t(e);t.fn.lazyload=function(i){function r(){var e=0;l.each(function(){var n=t(this);if(!s.skip_invisible||n.is(":visible"))if(t.abovethetop(this,s)||t.leftofbegin(this,s));else if(t.belowthefold(this,s)||t.rightoffold(this,s)){if(++e>s.failure_limit)return!1}else n.trigger("appear"),e=0})}var a,l=this,s={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:e,data_attribute:"original",skip_invisible:!1,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return i&&(void 0!==i.failurelimit&&(i.failure_limit=i.failurelimit,delete i.failurelimit),void 0!==i.effectspeed&&(i.effect_speed=i.effectspeed,delete i.effectspeed),t.extend(s,i)),a=void 0===s.container||s.container===e?o:t(s.container),0===s.event.indexOf("scroll")&&a.bind(s.event,function(){return r()}),this.each(function(){var e=this,n=t(e);e.loaded=!1,void 0!==n.attr("src")&&n.attr("src")!==!1||n.is("img")&&n.attr("src",s.placeholder),n.one("appear",function(){if(!this.loaded){if(s.appear){var i=l.length;s.appear.call(e,i,s)}t("<img />").bind("load",function(){var i=n.attr("data-"+s.data_attribute);if(n.hide(),n.is("img")?n.attr("src",i):n.css("background-image","url('"+i+"')"),n[s.effect](s.effect_speed),e.loaded=!0,l=t(t.grep(l,function(t){return!t.loaded})),s.load){var o=l.length;s.load.call(e,o,s)}}).attr("src",n.attr("data-"+s.data_attribute))}}),0!==s.event.indexOf("scroll")&&n.bind(s.event,function(){e.loaded||n.trigger("appear")})}),o.bind("resize",function(){r()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&o.bind("pageshow",function(e){e.originalEvent&&e.originalEvent.persisted&&l.each(function(){t(this).trigger("appear")})}),t(n).ready(function(){r()}),this},t.belowthefold=function(n,i){return(void 0===i.container||i.container===e?(e.innerHeight?e.innerHeight:o.height())+o.scrollTop():t(i.container).offset().top+t(i.container).height())<=t(n).offset().top-i.threshold},t.rightoffold=function(n,i){return(void 0===i.container||i.container===e?o.width()+o.scrollLeft():t(i.container).offset().left+t(i.container).width())<=t(n).offset().left-i.threshold},t.abovethetop=function(n,i){return(void 0===i.container||i.container===e?o.scrollTop():t(i.container).offset().top)>=t(n).offset().top+i.threshold+t(n).height()},t.leftofbegin=function(n,i){return(void 0===i.container||i.container===e?o.scrollLeft():t(i.container).offset().left)>=t(n).offset().left+i.threshold+t(n).width()},t.inviewport=function(e,n){return!(t.rightoffold(e,n)||t.leftofbegin(e,n)||t.belowthefold(e,n)||t.abovethetop(e,n))},t.extend(t.expr[":"],{"below-the-fold":function(e){return t.belowthefold(e,{threshold:0})},"above-the-top":function(e){return!t.belowthefold(e,{threshold:0})},"right-of-screen":function(e){return t.rightoffold(e,{threshold:0})},"left-of-screen":function(e){return!t.rightoffold(e,{threshold:0})},"in-viewport":function(e){return t.inviewport(e,{threshold:0})},"above-the-fold":function(e){return!t.belowthefold(e,{threshold:0})},"right-of-fold":function(e){return t.rightoffold(e,{threshold:0})},"left-of-fold":function(e){return!t.rightoffold(e,{threshold:0})}})}(jQuery,window,document)}(); diff --git a/woc/js/rssfetch.js b/woc/js/rssfetch.js deleted file mode 100644 index ed86ebf..0000000 --- a/woc/js/rssfetch.js +++ /dev/null @@ -1,75 +0,0 @@ -var Feed = { - currentID: 0, - number: 0, - resultDiv: '', - switchNext: '', - switchPrevious: '' -}; - -$(document).ready(function() { - - (function loadRSS() { - //due to the no access control origin header policy, an external service must be used to convert XML to JSON so we can fetch the JSON using JSONP; see http://www.raymondcamden.com/2015/12/08/parsing-rss-feeds-in-javascript-options/ - var yql = "https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20rss%20where%20url%3D'https%3A%2F%2Fblog.fossasia.org%2Frss.xml'&format=json&callback="; - $.getJSON(yql, function(data) { - //get the posts - var posts = data.query.results.item; - Feed.number = posts.length; - //for each post, store the post in a div - for(index in posts) { - //first append the url to the img tag so the images and sources without a link already load correctly - posts[index].description = posts[index].description.replace(/(src)="(?!http|\/\/)/gi, 'src="https://blog.fossasia.org'); - //do the same thing with links (i.e. for tags) - posts[index].description = posts[index].description.replace(/(href)="(?!http|\/\/)/gi, 'href="https://blog.fossasia.org'); - - var date = new Date(posts[index].pubDate); - //write data to a div - $('#result').append("<div class='post'><h3 class='title'>"+posts[index].title+"</h3> \ - <h4 class='author-date'>By "+posts[index].creator+" on "+date.toDateString()+"</h4> \ - <div class='content'>"+posts[index].description.substring(0,400)+". . . </div> \ - <a href='"+posts[index].link+"'><div class='link'>See more at FOSSASIA</div></a> \ - </div>"); - if(index == 0) { - $('.post').addClass('active'); - } - } - - }, "jsonp"); - - })(); - - //define object - - Feed.resultDiv = document.getElementById('result'); - - Feed.switchNext = function() { - //check to see if it's the last one - if(this.currentID != this.number - 1) { - this.currentID += 1; - document.getElementsByClassName('post')[this.currentID-1].className = "post"; - document.getElementsByClassName('post')[this.currentID].className = "post active"; - } else { - this.currentID = 0; - document.getElementsByClassName('post')[this.number - 1].className = "post"; - document.getElementsByClassName('post')[this.currentID].className = "post active"; - } - } - - Feed.switchPrevious = function() { - if(this.currentID != 0) { - this.currentID -= 1; - document.getElementsByClassName('post')[this.currentID+1].className = "post"; - document.getElementsByClassName('post')[this.currentID].className = "post active"; - } else { - this.currentID = this.number - 1; - document.getElementsByClassName('post')[0].className = "post"; - document.getElementsByClassName('post')[this.currentID].className = "post active"; - } - } - - -}); - -setInterval(function() { - Feed.switchNext(); -}, 5000); diff --git a/woc/js/schedule.min.js b/woc/js/schedule.min.js deleted file mode 100644 index 6922a07..0000000 --- a/woc/js/schedule.min.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";!function(){$(document).ready(function(){$(".social-button").click(function(){var t=$(this).parent().parent().find("input.speakers-inputbox").val(),e=$(this).attr("class").split(" ")[0].split("-")[0];"fb"===e?window.open("https://www.facebook.com/share.php?u="+encodeURIComponent(t),"facebook","height=360, width=580"):"tw"===e?window.open("https://twitter.com/home?status="+encodeURIComponent(t),"twitter","height=360, width=580"):"go"===e?window.open("https://plus.google.com/share?url="+encodeURIComponent(t),"google","height=360, width=580"):"li"===e&&window.open("https://www.linkedin.com/shareArticle?mini=true&url="+encodeURIComponent(t),"linkedin","height=360, width=580")})})}(),function(){$(function(){$('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var t=$(this).attr("href"),e=t.split("#")[1],o="a[id='"+e+"']",n=$(o);if(n=n.length?n:$("[name="+this.hash.slice(1)+"]"),n.length)return $("html, body").animate({scrollTop:n.offset().top},1e3),!1}}),$("#down-button").hide(),$("#down-button").click(function(){$("html, body").animate({scrollTop:0},1e3),$("#down-button").fadeOut(1e3)}),window.addEventListener("scroll",function(){$(window).scrollTop()>0&&$("#down-button").fadeIn(1e3),0===$(window).scrollTop()&&$("#down-button").fadeOut(1e3)})})}(),function(){function t(t,e){var o=0,n=0;if(t.forEach(function(t){o+=1,t.indexOf(e)!==-1&&(n=1)}),o===t.length)return n}$(function(){$(".nav.navbar-nav > li a").removeClass("active");var e=window.location.href.split("/");t(e,"tracks.html")?$("#trackslink").addClass("active"):t(e,"rooms.html")?$("#roomslink").addClass("active"):t(e,"schedule.html")?$("#schedulelink").addClass("active"):t(e,"speakers.html")?$("#speakerslink").addClass("active"):t(e,"sessions.html")?$("#sessionslink").addClass("active"):$("#homelink").addClass("active")})}(),function(){!function(t,e,o,n){var i=t(e);t.fn.lazyload=function(n){function r(){var e=0;l.each(function(){var o=t(this);if(!f.skip_invisible||o.is(":visible"))if(t.abovethetop(this,f)||t.leftofbegin(this,f));else if(t.belowthefold(this,f)||t.rightoffold(this,f)){if(++e>f.failure_limit)return!1}else o.trigger("appear"),e=0})}var a,l=this,f={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:e,data_attribute:"original",skip_invisible:!1,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return n&&(void 0!==n.failurelimit&&(n.failure_limit=n.failurelimit,delete n.failurelimit),void 0!==n.effectspeed&&(n.effect_speed=n.effectspeed,delete n.effectspeed),t.extend(f,n)),a=void 0===f.container||f.container===e?i:t(f.container),0===f.event.indexOf("scroll")&&a.bind(f.event,function(){return r()}),this.each(function(){var e=this,o=t(e);e.loaded=!1,void 0!==o.attr("src")&&o.attr("src")!==!1||o.is("img")&&o.attr("src",f.placeholder),o.one("appear",function(){if(!this.loaded){if(f.appear){var n=l.length;f.appear.call(e,n,f)}t("<img />").bind("load",function(){var n=o.attr("data-"+f.data_attribute);if(o.hide(),o.is("img")?o.attr("src",n):o.css("background-image","url('"+n+"')"),o[f.effect](f.effect_speed),e.loaded=!0,l=t(t.grep(l,function(t){return!t.loaded})),f.load){var i=l.length;f.load.call(e,i,f)}}).attr("src",o.attr("data-"+f.data_attribute))}}),0!==f.event.indexOf("scroll")&&o.bind(f.event,function(){e.loaded||o.trigger("appear")})}),i.bind("resize",function(){r()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&i.bind("pageshow",function(e){e.originalEvent&&e.originalEvent.persisted&&l.each(function(){t(this).trigger("appear")})}),t(o).ready(function(){r()}),this},t.belowthefold=function(o,n){return(void 0===n.container||n.container===e?(e.innerHeight?e.innerHeight:i.height())+i.scrollTop():t(n.container).offset().top+t(n.container).height())<=t(o).offset().top-n.threshold},t.rightoffold=function(o,n){return(void 0===n.container||n.container===e?i.width()+i.scrollLeft():t(n.container).offset().left+t(n.container).width())<=t(o).offset().left-n.threshold},t.abovethetop=function(o,n){return(void 0===n.container||n.container===e?i.scrollTop():t(n.container).offset().top)>=t(o).offset().top+n.threshold+t(o).height()},t.leftofbegin=function(o,n){return(void 0===n.container||n.container===e?i.scrollLeft():t(n.container).offset().left)>=t(o).offset().left+n.threshold+t(o).width()},t.inviewport=function(e,o){return!(t.rightoffold(e,o)||t.leftofbegin(e,o)||t.belowthefold(e,o)||t.abovethetop(e,o))},t.extend(t.expr[":"],{"below-the-fold":function(e){return t.belowthefold(e,{threshold:0})},"above-the-top":function(e){return!t.belowthefold(e,{threshold:0})},"right-of-screen":function(e){return t.rightoffold(e,{threshold:0})},"left-of-screen":function(e){return!t.rightoffold(e,{threshold:0})},"in-viewport":function(e){return t.inviewport(e,{threshold:0})},"above-the-fold":function(e){return!t.belowthefold(e,{threshold:0})},"right-of-fold":function(e){return t.rightoffold(e,{threshold:0})},"left-of-fold":function(e){return!t.rightoffold(e,{threshold:0})}})}(jQuery,window,document)}(); diff --git a/woc/js/scripts.js b/woc/js/scripts.js deleted file mode 100644 index 53fa557..0000000 --- a/woc/js/scripts.js +++ /dev/null @@ -1,495 +0,0 @@ -$(document).ready(function() { - "use strict"; - - var count = document.querySelectorAll(".count"); - - $('#preloader').css('display', 'none'); - - if($(window).width() < 768) { - $('.logo')[0].src = './img/WOC-logo.png' - $('.woc-badge')[0].style.opacity = '0' - count.forEach(ele => ele.classList.add('end')) - } - if($(window).width() > 768) { - $('.logo')[0].src = './img/logo.png' - $('.woc-badge')[0].style.opacity = '1' - } - - /************** Nav Scripts **************/ - - $(window).scroll(function() { - if ($(window).scrollTop() > 1) { - $('nav').addClass('sticky-nav'); - } else { - $('nav').removeClass('sticky-nav'); - } - }); - - $('a').click(function() { - if ($(this).attr('href') === '#') { - return false; - } - }); - - // Margin on the menu to make room for sidebar menu if it exists - - if ($('.sidebar-menu-toggle').length && !$('.sidebar-menu-toggle i').hasClass('variant-deleted-mrv')) { - $('nav').find('.menu').css('margin-right', 32); - } - - // Mobile menu toggle - - $('.mobile-menu-toggle').click(function() { - $('nav').toggleClass('open-menu'); - }); - - /************** Slider Scripts **************/ - - $('.hero-slider').flexslider({ - directionNav: false - }); - $('.testimonials-slider').flexslider({ - directionNav: false - }); - - $('.image-slider').flexslider({ - animation: "slide", - directionNav: false - }); - - /************** Divider Scripts **************/ - - $('.background-image-holder').each(function() { - - // Append background-image <img>'s as li item CSS background for better responsive performance - var imgSrc = $(this).children('.background-image').attr('src'); - $(this).css('background', 'url("' + imgSrc + '")'); - $(this).children('.background-image').hide(); - $(this).css('background-position', '50% 0%'); - // Check if the slider has a color scheme attached, if so, apply it to the slider nav - }); - - /************** Instagram Feed **************/ - - jQuery.fn.spectragram.accessData = { - accessToken: '1406933036.fedaafa.feec3d50f5194ce5b705a1f11a107e0b', - clientID: 'fedaafacf224447e8aef74872d3820a1' - }; - - $('.instafeed').each(function() { - $(this).children('ul').spectragram('getUserFeed', { - query: $(this).attr('data-user-name') - }); - }); - - /************** Fullscreen Elements **************/ - - $('.fullscreen-element').each(function() { - if ($(window).height() < 768) { - $(this).css('height', 900); - } else { - $(this).css('height', $(window).height()); - } - }); - - /************** Twitter Feed **************/ - - //in tweets.js file - - /************** Countdown Timer **************/ - - $('.countdown').each(function() { - $(this).countdown({ - until: new Date($(this).attr('data-date')) - }); - }); - - /************** Map Interaction **************/ - - $('.fullwidth-map').click(function() { - $(this).removeClass('screen'); - }); - - $(window).scroll(function() { - if (!$('.fullwidth-map').hasClass('screen')) { - $('.fullwidth-map').addClass('screen'); - } - }); - - /************** Contact Form Code **************/ - - $('form.email-form').submit(function(e) { - // return false so form submits through jQuery rather than reloading page. - if (e.preventDefault) e.preventDefault(); - else e.returnValue = false; - - var thisForm = $(this).closest('.email-form'), - error = 0, - originalError = thisForm.attr('original-error'), - loadingSpinner; - - if (typeof originalError !== typeof undefined && originalError !== false) { - thisForm.find('.form-error').text(originalError); - } - - - $(thisForm).find('.validate-required').each(function(){ - if($(this).val() === ''){ - $(this).addClass('field-error'); - error = 1; - }else{ - $(this).removeClass('field-error'); - } - }); - - $(thisForm).find('.validate-email').each(function() { - if (!(/(.+)@(.+){2,}\.(.+){2,}/.test($(this).val()))) { - $(this).addClass('field-error'); - error = 1; - } else { - $(this).removeClass('field-error'); - } - }); - - - if (error === 1) { - $(this).closest('.email-form').find('.form-error').fadeIn(200); - } else { - // Hide the error if one was shown - $(this).closest('.email-form').find('.form-error').fadeOut(200); - // Create a new loading spinner while hiding the submit button. - loadingSpinner = $('<div />').addClass('form-loading').insertAfter($(thisForm).find('input[type="submit"]')); - $(thisForm).find('input[type="submit"]').hide(); - jQuery.ajax({ - type: "POST", - url: "mail/mail.php", - data: thisForm.serialize(), - success: function(response) { - // Swiftmailer always sends back a number representing numner of emails sent. - // If this is numeric (not Swift Mailer error text) AND greater than 0 then show success message. - $(thisForm).find('.form-loading').remove(); - $(thisForm).find('input[type="submit"]').show(); - if ($.isNumeric(response)) { - if (parseInt(response) > 0) { - thisForm.find('.form-success').fadeIn(1000); - thisForm.find('.form-error').fadeOut(1000); - setTimeout(function() { - thisForm.find('.form-success').fadeOut(500); - }, 5000); - } - } - // If error text was returned, put the text in the .form-error div and show it. - else { - // Keep the current error text in a data attribute on the form - thisForm.find('.form-error').attr('original-error', thisForm.find('.form-error').text()); - // Show the error with the returned error text. - thisForm.find('.form-error').text(response).fadeIn(1000); - thisForm.find('.form-success').fadeOut(1000); - } - }, - error: function (errorObject, errorText, errorHTTP) { - // Keep the current error text in a data attribute on the form - thisForm.find('.form-error').attr('original-error', thisForm.find('.form-error').text()); - // Show the error with the returned error text. - thisForm.find('.form-error').text(errorHTTP).fadeIn(1000); - thisForm.find('.form-success').fadeOut(1000); - $(thisForm).find('.form-loading').remove(); - $(thisForm).find('input[type="submit"]').show(); - } - }); - } - return false; - }); -}); - -$(window).load(function() { - - "use strict"; - - var navHeight = $('nav').outerHeight(); - $('.inner-link').smoothScroll({ - offset: -navHeight, - speed: 800 - }); - - /************** Parallax Scripts **************/ - - var isFirefox = typeof InstallTrigger !== 'undefined'; - var isIE = /*@cc_on!@*/ false || !!document.documentMode; - var isChrome = !!window.chrome; - var isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0; - var prefix; - - if (isFirefox) { - prefix = '-moz-'; - } else if (isIE) { - - } else if (isChrome || isSafari) { - prefix = '-webkit-'; - } - - $('.parallax-background').each(function() { - $(this).attr('data-bottom-top', prefix + 'transform: translate3d(0px,-100px, 0px)'); - $(this).attr('data-center', prefix + 'transform: translate3d(0px,0px, 0px)'); - $(this).attr('data-top-bottom', prefix + 'transform: translate3d(0px,100px, 0px)'); - }); - - if (!(/Android|iPhone|iPad|iPod|BlackBerry|Windows Phone/i).test(navigator.userAgent || navigator.vendor || window.opera)) { - skrollr.init({ - forceHeight: false - }); - } - - $('.tweets-feed').flexslider({ - directionNav: false, - controlNav: false - }); - - - $('.instagram li a').attr('title', ''); - - setTimeout(function() { - - $('.instagram li').each(function() { - - // Append background-image <img>'s as li item CSS background for better responsive performance - var imgSrc = $(this).find('img').attr('src'); - $(this).css('background', 'url("' + imgSrc + '")'); - $(this).find('img').css('opacity', 0); - $(this).css('background-position', '50% 0%'); - // Check if the slider has a color scheme attached, if so, apply it to the slider nav - }); - - }, 1000); - - // Mailchimp/Campaign Monitor Mail List Form Scripts - - $('form.mail-list-signup').on('submit', function() { - - var iFrame = $(this).closest('section, header').find('iframe.mail-list-form'), - - userEmail = $(this).find('.signup-email-field').val(), - userFullName = $(this).find('.signup-name-field').val(), - userFirstName = $(this).find('.signup-first-name-field').val(), - userLastName = $(this).find('.signup-last-name-field').val(); - - iFrame.contents().find('#mce-EMAIL, #fieldEmail').val(userEmail); - iFrame.contents().find('#mce-LNAME, #fieldLastName').val(userLastName); - iFrame.contents().find('#mce-FNAME, #fieldFirstName').val(userFirstName); - iFrame.contents().find('#mce-FNAME, #fieldName').val(userFullName); - - iFrame.contents().find('form').attr('target', '_blank').submit(); - return false; - }); - - setTimeout(function() { - $('.loader').addClass('hide-loader'); - setTimeout(function() { - $('.loader').remove(); - $('.main-container').addClass('show-content'); - $('nav').addClass('show-content'); - }, 500); - }, 10); - - -}); - //Sendy verify if email is empty - function isValidEmailAddress(emailAddress) { - var pattern = /^([a-z\d!#$%&'*+\-\/=?^_`{|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+(\.[a-z\d!#$%&'*+\-\/=?^_`{|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+)*|"((([ \t]*\r\n)?[ \t]+)?([\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*(([ \t]*\r\n)?[ \t]+)?")@(([a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF][a-z\d\-._~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]*[a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])\.)+([a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF][a-z\d\-._~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]*[a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])\.?$/i; - return pattern.test(emailAddress); - }; - - $('.email-subscribe').submit(function() { - if ($.trim($("#email").val()) === "") { - alert('Please enter your email address in the form'); - return false; } - else if ( !isValidEmailAddress( $.trim($("#email").val()) ) ) { - alert("Not a valid email address"); - return false; - } -}); - -document.querySelector('#register_form').addEventListener('submit', event => { - event.preventDefault(); - - const register_data = { - name: document.querySelector('#name').value , - email: document.querySelector('#email').value , - mobile_number: document.querySelector('#mobile_number').value , - city: document.querySelector('#city').value , - state: document.querySelector('#state').value , - college: document.querySelector('#college').value , - branch: document.querySelector('#branch').value , - year: document.querySelector('#year').value , - github_id: document.querySelector('#github_id').value , } - console.log(register_data) - - - document.querySelector('#register_form').style.display = 'none' - document.querySelector('#verify_otp').style.display = 'block' - - register(register_data); -}); - -document.querySelector('#verify_otp').addEventListener('submit', event => { - event.preventDefault(); - - const verify_data = { - email: document.querySelector('#email').value , - otp: document.querySelector('#otp').value , } - - //OTP verified successfully - - verify_otp(verify_data); -}); - -// https://api.mergeintern.com -/* Registration form */ -function register(register_data) { - console.log(register_data) - - const email_addr = document.querySelector('#email').value - - axios.post('https://api.mergeintern.com/api/accounts/devscript/register_account', register_data) - .then(response => { - console.log(response.data.status_message) - if(response.data.status === 400) { - document.querySelector('.otp_confirm').innerHTML = response.data.status_message; - document.querySelector('.otp_confirm').style.display = 'block' - document.querySelector('#verify_otp').style.display = 'none' - var ele = document.getElementById("message"); - ele.scrollIntoView({behavior: "smooth"}); - - } - }) - .catch(error => console.error(error)); - -} - - -function verify_otp(verify_data) { - - axios.post('https://api.mergeintern.com/api/accounts/devscript/verify_otp', verify_data) - .then(response => { - if(response.data.status === 200) { - document.querySelector('.otp_confirm').style.display = 'block' - document.querySelector('#verify_otp').style.display = 'none' - var ele = document.getElementById("message"); - ele.scrollIntoView({behavior: "smooth"}); - - - - } else { - document.querySelectorAll('.otp-warning')[1].innerHTML = '*OTP Not Match'; - } - //OTP verified successfully - }) - .catch(error => console.error(error)); -} - -function showParticipantForm() { - document.getElementById("participant_register").style.display = "block"; -} - -function hideParticipantForm() { - document.getElementById("participant_register").style.display = "none"; -} - - (function ($) { - $.fn.countTo = function (options) { - options = options || {}; - - return $(this).each(function () { - // set options for current element - var settings = $.extend({}, $.fn.countTo.defaults, { - from: $(this).data('from'), - to: $(this).data('to'), - speed: $(this).data('speed'), - refreshInterval: $(this).data('refresh-interval'), - decimals: $(this).data('decimals') - }, options); - - // how many times to update the value, and how much to increment the value on each update - var loops = Math.ceil(settings.speed / settings.refreshInterval), - increment = (settings.to - settings.from) / loops; - - // references & variables that will change with each update - var self = this, - $self = $(this), - loopCount = 0, - value = settings.from, - data = $self.data('countTo') || {}; - - $self.data('countTo', data); - - // if an existing interval can be found, clear it first - if (data.interval) { - clearInterval(data.interval); - } - data.interval = setInterval(updateTimer, settings.refreshInterval); - - // initialize the element with the starting value - render(value); - - function updateTimer() { - value += increment; - loopCount++; - - render(value); - - if (typeof(settings.onUpdate) == 'function') { - settings.onUpdate.call(self, value); - } - - if (loopCount >= loops) { - // remove the interval - $self.removeData('countTo'); - clearInterval(data.interval); - value = settings.to; - - if (typeof(settings.onComplete) == 'function') { - settings.onComplete.call(self, value); - } - } - } - - function render(value) { - var formattedValue = settings.formatter.call(self, value, settings); - $self.html(formattedValue); - } - }); - }; - - $.fn.countTo.defaults = { - from: 0, // the number the element should start at - to: 0, // the number the element should end at - speed: 1000, // how long it should take to count between the target numbers - refreshInterval: 100, // how often the element should be updated - decimals: 0, // the number of decimal places to show - formatter: formatter, // handler for formatting the value before rendering - onUpdate: null, // callback method for every time the element is updated - onComplete: null // callback method for when the element finishes updating - }; - - function formatter(value, settings) { - return value.toFixed(settings.decimals); - } - }(jQuery)); - - jQuery(function ($) { - // custom formatting example - $('.stat-number').data('countToOptions', { - formatter: function (value, options) { - return value.toFixed(options.decimals).replace(/\B(?=(?:\d{3})+(?!\d))/g, ','); - } - }); - - // start all the timers - $('.timer').each(count); - - function count(options) { - var $this = $(this); - options = $.extend({}, options || {}, $this.data('countToOptions') || {}); - $this.countTo(options); - } - }); \ No newline at end of file diff --git a/woc/js/scroll.js b/woc/js/scroll.js deleted file mode 100644 index 04167da..0000000 --- a/woc/js/scroll.js +++ /dev/null @@ -1,30 +0,0 @@ - $(function() { - $('a[href*="#"]:not([href="#"])').click(function() { - if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { - var href = $(this).attr('href'); - var link = href.split('#')[1]; - var selector = "a[id='" + link + "']"; - var target = $(selector); - target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); - if (target.length) { - $('html, body').animate({ - scrollTop: target.offset().top - }, 1000); - return false; - } - } - }); - $('#down-button').hide(); - $('#down-button').click(function() { - $('html, body').animate({scrollTop: 0}, 1000); - $('#down-button').fadeOut(1000); - }); - window.addEventListener('scroll', function() { - if($(window).scrollTop() > 0) { - $('#down-button').fadeIn(1000); - } - if($(window).scrollTop() === 0) { - $('#down-button').fadeOut(1000); - } - }); - }); diff --git a/woc/js/skrollr.min.js b/woc/js/skrollr.min.js deleted file mode 100644 index 584552c..0000000 --- a/woc/js/skrollr.min.js +++ /dev/null @@ -1 +0,0 @@ -(function(e,t,n){"use strict";function $(n){u=t.documentElement;a=t.body;z();yt=this;n=n||{};Nt=n.constants||{};if(n.easing){for(var r in n.easing){V[r]=n.easing[r]}}It=n.edgeStrategy||"set";Et={beforerender:n.beforerender,render:n.render};St=n.forceHeight!==false;if(St){Tt=n.scale||1}Ct=n.mobileDeceleration||x;Pt=n.smoothScrolling!==false;Ht=n.smoothScrollingDuration||T;Bt={targetTop:yt.getScrollTop()};qt=(n.mobileCheck||function(){return/Android|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent||navigator.vendor||e.opera)})();if(qt){wt=t.getElementById("skrollr-body");if(wt){st()}J();pt(u,[g,w],[y])}else{pt(u,[g,b],[y])}yt.refresh();ot(e,"resize orientationchange",function(){var e=u.clientWidth;var t=u.clientHeight;if(t!==Mt||e!==Ot){Mt=t;Ot=e;_t=true}});var i=W();(function s(){G();Wt=i(s)})();return yt}var r={get:function(){return yt},init:function(e){return yt||new $(e)},VERSION:"0.6.22"};var i=Object.prototype.hasOwnProperty;var s=e.Math;var o=e.getComputedStyle;var u;var a;var f="touchstart";var l="touchmove";var c="touchcancel";var h="touchend";var p="skrollable";var d=p+"-before";var v=p+"-between";var m=p+"-after";var g="skrollr";var y="no-"+g;var b=g+"-desktop";var w=g+"-mobile";var E="linear";var S=1e3;var x=.004;var T=200;var N="start";var C="end";var k="center";var L="bottom";var A="___skrollable_id";var O=/^(?:input|textarea|button|select)$/i;var M=/^\s+|\s+$/g;var _=/^data(?:-(_\w+))?(?:-?(-?\d*\.?\d+p?))?(?:-?(start|end|top|center|bottom))?(?:-?(top|center|bottom))?$/;var D=/\s*([\w\-\[\]]+)\s*:\s*(.+?)\s*(?:;|$)/gi;var P=/^([a-z\-]+)\[(\w+)\]$/;var H=/-([a-z])/g;var B=function(e,t){return t.toUpperCase()};var j=/[\-+]?[\d]*\.?[\d]+/g;var F=/\{\?\}/g;var I=/rgba?\(\s*-?\d+\s*,\s*-?\d+\s*,\s*-?\d+/g;var q=/[a-z\-]+-gradient/g;var R="";var U="";var z=function(){var e=/^(?:O|Moz|webkit|ms)|(?:-(?:o|moz|webkit|ms)-)/;if(!o){return}var t=o(a,null);for(var n in t){R=n.match(e)||+n==n&&t[n].match(e);if(R){break}}if(!R){R=U="";return}R=R[0];if(R.slice(0,1)==="-"){U=R;R={"-webkit-":"webkit","-moz-":"Moz","-ms-":"ms","-o-":"O"}[R]}else{U="-"+R.toLowerCase()+"-"}};var W=function(){var t=e.requestAnimationFrame||e[R.toLowerCase()+"RequestAnimationFrame"];var n=mt();if(qt||!t){t=function(t){var r=mt()-n;var i=s.max(0,1e3/60-r);return e.setTimeout(function(){n=mt();t()},i)}}return t};var X=function(){var t=e.cancelAnimationFrame||e[R.toLowerCase()+"CancelAnimationFrame"];if(qt||!t){t=function(t){return e.clearTimeout(t)}}return t};var V={begin:function(){return 0},end:function(){return 1},linear:function(e){return e},quadratic:function(e){return e*e},cubic:function(e){return e*e*e},swing:function(e){return-s.cos(e*s.PI)/2+.5},sqrt:function(e){return s.sqrt(e)},outCubic:function(e){return s.pow(e-1,3)+1},bounce:function(e){var t;if(e<=.5083){t=3}else if(e<=.8489){t=9}else if(e<=.96208){t=27}else if(e<=.99981){t=91}else{return 1}return 1-s.abs(3*s.cos(e*t*1.028)/t)}};$.prototype.refresh=function(e){var r;var i;var s=false;if(e===n){s=true;bt=[];Ft=0;e=t.getElementsByTagName("*")}else if(e.length===n){e=[e]}r=0;i=e.length;for(;r<i;r++){var o=e[r];var u=o;var a=[];var f=Pt;var l=It;if(!o.attributes){continue}var c=0;var h=o.attributes.length;for(;c<h;c++){var d=o.attributes[c];if(d.name==="data-anchor-target"){u=t.querySelector(d.value);if(u===null){throw'Unable to find anchor target "'+d.value+'"'}continue}if(d.name==="data-smooth-scrolling"){f=d.value!=="off";continue}if(d.name==="data-edge-strategy"){l=d.value;continue}var v=d.name.match(_);if(v===null){continue}var m={props:d.value,element:o};a.push(m);var g=v[1];if(g){m.constant=g.substr(1)}var y=v[2];if(/p$/.test(y)){m.isPercentage=true;m.offset=(y.slice(0,-1)|0)/100}else{m.offset=y|0}var b=v[3];var w=v[4]||b;if(!b||b===N||b===C){m.mode="absolute";if(b===C){m.isEnd=true}else if(!m.isPercentage){m.offset=m.offset*Tt}}else{m.mode="relative";m.anchors=[b,w]}}if(!a.length){continue}var E,S;var x;if(!s&&A in o){x=o[A];E=bt[x].styleAttr;S=bt[x].classAttr}else{x=o[A]=Ft++;E=o.style.cssText;S=ht(o)}bt[x]={element:o,styleAttr:E,classAttr:S,anchorTarget:u,keyFrames:a,smoothScrolling:f,edgeStrategy:l};pt(o,[p],[])}ft();r=0;i=e.length;for(;r<i;r++){var T=bt[e[r][A]];if(T===n){continue}Y(T);et(T)}return yt};$.prototype.relativeToAbsolute=function(e,t,n){var r=u.clientHeight;var i=e.getBoundingClientRect();var s=i.top;var o=i.bottom-i.top;if(t===L){s-=r}else if(t===k){s-=r/2}if(n===L){s+=o}else if(n===k){s+=o/2}s+=yt.getScrollTop();return s+.5|0};$.prototype.animateTo=function(e,t){t=t||{};var r=mt();var i=yt.getScrollTop();Dt={startTop:i,topDiff:e-i,targetTop:e,duration:t.duration||S,startTime:r,endTime:r+(t.duration||S),easing:V[t.easing||E],done:t.done};if(!Dt.topDiff){if(Dt.done){Dt.done.call(yt,false)}Dt=n}return yt};$.prototype.stopAnimateTo=function(){if(Dt&&Dt.done){Dt.done.call(yt,true)}Dt=n};$.prototype.isAnimatingTo=function(){return!!Dt};$.prototype.setScrollTop=function(t,n){jt=n===true;if(qt){Rt=s.min(s.max(t,0),xt)}else{e.scrollTo(0,t)}return yt};$.prototype.getScrollTop=function(){if(qt){return Rt}else{return e.pageYOffset||u.scrollTop||a.scrollTop||0}};$.prototype.getMaxScrollTop=function(){return xt};$.prototype.on=function(e,t){Et[e]=t;return yt};$.prototype.off=function(e){delete Et[e];return yt};$.prototype.destroy=function(){var e=X();e(Wt);at();pt(u,[y],[g,b,w]);var t=0;var i=bt.length;for(;t<i;t++){it(bt[t].element)}u.style.overflow=a.style.overflow="auto";u.style.height=a.style.height="auto";if(wt){r.setStyle(wt,"transform","none")}yt=n;wt=n;Et=n;St=n;xt=0;Tt=1;Nt=n;Ct=n;kt="down";Lt=-1;Ot=0;Mt=0;_t=false;Dt=n;Pt=n;Ht=n;Bt=n;jt=n;Ft=0;It=n;qt=false;Rt=0;Ut=n};var J=function(){var r;var i;var o;var p;var d;var v;var m;var g;var y;var b;var w;var E;ot(u,[f,l,c,h].join(" "),function(e){var u=e.changedTouches[0];p=e.target;while(p.nodeType===3){p=p.parentNode}d=u.clientY;v=u.clientX;b=e.timeStamp;if(!O.test(p.tagName)){e.preventDefault()}switch(e.type){case f:if(r){r.blur()}yt.stopAnimateTo();r=p;i=m=d;o=v;y=b;break;case l:if(O.test(p.tagName)&&t.activeElement!==p){e.preventDefault()}g=d-m;E=b-w;yt.setScrollTop(Rt-g,true);m=d;w=b;break;default:case c:case h:var a=i-d;var S=o-v;var x=S*S+a*a;if(x<49){if(!O.test(r.tagName)){r.focus();var T=t.createEvent("MouseEvents");T.initMouseEvent("click",true,true,e.view,1,u.screenX,u.screenY,u.clientX,u.clientY,e.ctrlKey,e.altKey,e.shiftKey,e.metaKey,0,null);r.dispatchEvent(T)}return}r=n;var N=g/E;N=s.max(s.min(N,3),-3);var C=s.abs(N/Ct);var k=N*C+.5*Ct*C*C;var L=yt.getScrollTop()-k;var A=0;if(L>xt){A=(xt-L)/k;L=xt}else if(L<0){A=-L/k;L=0}C=C*(1-A);yt.animateTo(L+.5|0,{easing:"outCubic",duration:C});break}});e.scrollTo(0,0);u.style.overflow=a.style.overflow="hidden"};var K=function(){var e=u.clientHeight;var t=lt();var n;var r;var i;var o;var a;var f;var l;var c;var h;var p;var d;c=0;h=bt.length;for(;c<h;c++){n=bt[c];r=n.element;i=n.anchorTarget;o=n.keyFrames;a=0;f=o.length;for(;a<f;a++){l=o[a];p=l.offset;d=t[l.constant]||0;l.frame=p;if(l.isPercentage){p=p*e;l.frame=p}if(l.mode==="relative"){it(r);l.frame=yt.relativeToAbsolute(i,l.anchors[0],l.anchors[1])-p;it(r,true)}l.frame+=d;if(St){if(!l.isEnd&&l.frame>xt){xt=l.frame}}}}xt=s.max(xt,ct());c=0;h=bt.length;for(;c<h;c++){n=bt[c];o=n.keyFrames;a=0;f=o.length;for(;a<f;a++){l=o[a];d=t[l.constant]||0;if(l.isEnd){l.frame=xt-l.offset+d}}n.keyFrames.sort(gt)}};var Q=function(e,t){var n=0;var s=bt.length;for(;n<s;n++){var o=bt[n];var u=o.element;var a=o.smoothScrolling?e:t;var f=o.keyFrames;var l=f[0].frame;var c=f[f.length-1].frame;var h=a<l;var g=a>c;var y=f[h?0:f.length-1];var b;var w;if(h||g){if(h&&o.edge===-1||g&&o.edge===1){continue}pt(u,[h?d:m],[d,v,m]);o.edge=h?-1:1;switch(o.edgeStrategy){case"reset":it(u);continue;case"ease":a=y.frame;break;default:case"set":var E=y.props;for(b in E){if(i.call(E,b)){w=rt(E[b].value);r.setStyle(u,b,w)}}continue}}else{if(o.edge!==0){pt(u,[p,v],[d,m]);o.edge=0}}var S=0;var x=f.length-1;for(;S<x;S++){if(a>=f[S].frame&&a<=f[S+1].frame){var T=f[S];var N=f[S+1];for(b in T.props){if(i.call(T.props,b)){var C=(a-T.frame)/(N.frame-T.frame);C=T.props[b].easing(C);w=nt(T.props[b].value,N.props[b].value,C);w=rt(w);r.setStyle(u,b,w)}}break}}}};var G=function(){if(_t){_t=false;ft()}var e=yt.getScrollTop();var t;var i=mt();var s;if(Dt){if(i>=Dt.endTime){e=Dt.targetTop;t=Dt.done;Dt=n}else{s=Dt.easing((i-Dt.startTime)/Dt.duration);e=Dt.startTop+s*Dt.topDiff|0}yt.setScrollTop(e,true)}else if(!jt){var o=Bt.targetTop-e;if(o){Bt={startTop:Lt,topDiff:e-Lt,targetTop:e,startTime:At,endTime:At+Ht}}if(i<=Bt.endTime){s=V.sqrt((i-Bt.startTime)/Ht);e=Bt.startTop+s*Bt.topDiff|0}}if(qt&&wt){r.setStyle(wt,"transform","translate(0, "+ -Rt+"px) "+Ut)}if(jt||Lt!==e){kt=e>Lt?"down":e<Lt?"up":kt;jt=false;var u={curTop:e,lastTop:Lt,maxTop:xt,direction:kt};var a=Et.beforerender&&Et.beforerender.call(yt,u);if(a!==false){Q(e,yt.getScrollTop());Lt=e;if(Et.render){Et.render.call(yt,u)}}if(t){t.call(yt,false)}}At=i};var Y=function(e){var t=0;var n=e.keyFrames.length;for(;t<n;t++){var r=e.keyFrames[t];var i;var s;var o;var u={};var a;while((a=D.exec(r.props))!==null){o=a[1];s=a[2];i=o.match(P);if(i!==null){o=i[1];i=i[2]}else{i=E}s=s.indexOf("!")?Z(s):[s.slice(1)];u[o]={value:s,easing:V[i]}}r.props=u}};var Z=function(e){var t=[];I.lastIndex=0;e=e.replace(I,function(e){return e.replace(j,function(e){return e/255*100+"%"})});if(U){q.lastIndex=0;e=e.replace(q,function(e){return U+e})}e=e.replace(j,function(e){t.push(+e);return"{?}"});t.unshift(e);return t};var et=function(e){var t={};var n;var r;n=0;r=e.keyFrames.length;for(;n<r;n++){tt(e.keyFrames[n],t)}t={};n=e.keyFrames.length-1;for(;n>=0;n--){tt(e.keyFrames[n],t)}};var tt=function(e,t){var n;for(n in t){if(!i.call(e.props,n)){e.props[n]=t[n]}}for(n in e.props){t[n]=e.props[n]}};var nt=function(e,t,n){var r;var i=e.length;if(i!==t.length){throw"Can't interpolate between \""+e[0]+'" and "'+t[0]+'"'}var s=[e[0]];r=1;for(;r<i;r++){s[r]=e[r]+(t[r]-e[r])*n}return s};var rt=function(e){var t=1;F.lastIndex=0;return e[0].replace(F,function(){return e[t++]})};var it=function(e,t){e=[].concat(e);var n;var r;var i=0;var s=e.length;for(;i<s;i++){r=e[i];n=bt[r[A]];if(!n){continue}if(t){r.style.cssText=n.dirtyStyleAttr;pt(r,n.dirtyClassAttr)}else{n.dirtyStyleAttr=r.style.cssText;n.dirtyClassAttr=ht(r);r.style.cssText=n.styleAttr;pt(r,n.classAttr)}}};var st=function(){Ut="translateZ(0)";r.setStyle(wt,"transform",Ut);var e=o(wt);var t=e.getPropertyValue("transform");var n=e.getPropertyValue(U+"transform");var i=t&&t!=="none"||n&&n!=="none";if(!i){Ut=""}};r.setStyle=function(e,t,n){var r=e.style;t=t.replace(H,B).replace("-","");if(t==="zIndex"){if(isNaN(n)){r[t]=n}else{r[t]=""+(n|0)}}else if(t==="float"){r.styleFloat=r.cssFloat=n}else{try{if(R){r[R+t.slice(0,1).toUpperCase()+t.slice(1)]=n}r[t]=n}catch(i){}}};var ot=r.addEvent=function(t,n,r){var i=function(t){t=t||e.event;if(!t.target){t.target=t.srcElement}if(!t.preventDefault){t.preventDefault=function(){t.returnValue=false;t.defaultPrevented=true}}return r.call(this,t)};n=n.split(" ");var s;var o=0;var u=n.length;for(;o<u;o++){s=n[o];if(t.addEventListener){t.addEventListener(s,r,false)}else{t.attachEvent("on"+s,i)}zt.push({element:t,name:s,listener:r})}};var ut=r.removeEvent=function(e,t,n){t=t.split(" ");var r=0;var i=t.length;for(;r<i;r++){if(e.removeEventListener){e.removeEventListener(t[r],n,false)}else{e.detachEvent("on"+t[r],n)}}};var at=function(){var e;var t=0;var n=zt.length;for(;t<n;t++){e=zt[t];ut(e.element,e.name,e.listener)}zt=[]};var ft=function(){var e=yt.getScrollTop();xt=0;if(St&&!qt){a.style.height="auto"}K();if(St&&!qt){a.style.height=xt+u.clientHeight+"px"}if(qt){yt.setScrollTop(s.min(yt.getScrollTop(),xt))}else{yt.setScrollTop(e,true)}jt=true};var lt=function(){var e=u.clientHeight;var t={};var n;var r;for(n in Nt){r=Nt[n];if(typeof r==="function"){r=r.call(yt)}else if(/p$/.test(r)){r=r.slice(0,-1)/100*e}t[n]=r}return t};var ct=function(){var e=wt&&wt.offsetHeight||0;var t=s.max(e,a.scrollHeight,a.offsetHeight,u.scrollHeight,u.offsetHeight,u.clientHeight);return t-u.clientHeight};var ht=function(t){var n="className";if(e.SVGElement&&t instanceof e.SVGElement){t=t[n];n="baseVal"}return t[n]};var pt=function(t,r,i){var s="className";if(e.SVGElement&&t instanceof e.SVGElement){t=t[s];s="baseVal"}if(i===n){t[s]=r;return}var o=t[s];var u=0;var a=i.length;for(;u<a;u++){o=vt(o).replace(vt(i[u])," ")}o=dt(o);var f=0;var l=r.length;for(;f<l;f++){if(vt(o).indexOf(vt(r[f]))===-1){o+=" "+r[f]}}t[s]=dt(o)};var dt=function(e){return e.replace(M,"")};var vt=function(e){return" "+e+" "};var mt=Date.now||function(){return+(new Date)};var gt=function(e,t){return e.frame-t.frame};var yt;var bt;var wt;var Et;var St;var xt=0;var Tt=1;var Nt;var Ct;var kt="down";var Lt=-1;var At=mt();var Ot=0;var Mt=0;var _t=false;var Dt;var Pt;var Ht;var Bt;var jt;var Ft=0;var It;var qt=false;var Rt=0;var Ut;var zt=[];var Wt;if(typeof define==="function"&&define.amd){define("skrollr",function(){return r})}else{e.skrollr=r}})(window,document) \ No newline at end of file diff --git a/woc/js/smooth-scroll.min.js b/woc/js/smooth-scroll.min.js deleted file mode 100644 index a32c1b9..0000000 --- a/woc/js/smooth-scroll.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * Smooth Scroll - v1.4.10 - 2013-03-02 - * https://github.com/kswedberg/jquery-smooth-scroll - * Copyright (c) 2013 Karl Swedberg - * Licensed MIT (https://github.com/kswedberg/jquery-smooth-scroll/blob/master/LICENSE-MIT) - */ -!function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r=l("html, body").firstScrollable(),o.beforeScroll.call(r,o),n="number"==typeof t?t:e||l(o.scrollTarget)[i]()&&l(o.scrollTarget)[i]()[o.direction]||0,f[a]=n+c+o.offset,s=o.speed,"auto"===s&&(s=f[a]||r.scrollTop(),s/=o.autoCoefficent),h={duration:s,easing:o.easing,complete:function(){o.afterScroll.call(o.link,o)}},o.step&&(h.step=o.step),r.length?r.stop().animate(f,h):o.afterScroll.call(o.link,o)},l.smoothScroll.version=e,l.smoothScroll.filterPath=function(l){return l.replace(/^\//,"").replace(/(index|default).[a-zA-Z]{3,4}$/,"").replace(/\/$/,"")},l.fn.smoothScroll.defaults=o}(jQuery); \ No newline at end of file diff --git a/woc/js/social.js b/woc/js/social.js deleted file mode 100644 index c6aba22..0000000 --- a/woc/js/social.js +++ /dev/null @@ -1,18 +0,0 @@ -'use strict'; - -$(document).ready(function() { - $('.social-button').click(function() { - var link = $(this).parent().parent().find('input.speakers-inputbox').val(); - var source = $(this).attr('class').split(' ')[0].split('-')[0]; - - if (source === 'fb') { - window.open('https://www.facebook.com/share.php?u=' + encodeURIComponent(link), 'facebook', 'height=360, width=580'); - } else if (source === 'tw') { - window.open('https://twitter.com/home?status=' + encodeURIComponent(link), 'twitter', 'height=360, width=580'); - } else if (source === 'go') { - window.open('https://plus.google.com/share?url=' + encodeURIComponent(link), 'google', 'height=360, width=580'); - } else if (source === 'li') { - window.open('https://www.linkedin.com/shareArticle?mini=true&url=' + encodeURIComponent(link), 'linkedin', 'height=360, width=580'); - } - }); -}); diff --git a/woc/js/speakers.min.js b/woc/js/speakers.min.js deleted file mode 100644 index 79a40d5..0000000 --- a/woc/js/speakers.min.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";!function(){$(document).ready(function(){$(".social-button").click(function(){var e=$(this).parent().parent().find("input.speakers-inputbox").val(),t=$(this).attr("class").split(" ")[0].split("-")[0];"fb"===t?window.open("https://www.facebook.com/share.php?u="+encodeURIComponent(e),"facebook","height=360, width=580"):"tw"===t?window.open("https://twitter.com/home?status="+encodeURIComponent(e),"twitter","height=360, width=580"):"go"===t?window.open("https://plus.google.com/share?url="+encodeURIComponent(e),"google","height=360, width=580"):"li"===t&&window.open("https://www.linkedin.com/shareArticle?mini=true&url="+encodeURIComponent(e),"linkedin","height=360, width=580")})})}(),function(){$(function(){$('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var e=$(this).attr("href"),t=e.split("#")[1],o="a[id='"+t+"']",n=$(o);if(n=n.length?n:$("[name="+this.hash.slice(1)+"]"),n.length)return $("html, body").animate({scrollTop:n.offset().top},1e3),!1}}),$("#down-button").hide(),$("#down-button").click(function(){$("html, body").animate({scrollTop:0},1e3),$("#down-button").fadeOut(1e3)}),window.addEventListener("scroll",function(){$(window).scrollTop()>0&&$("#down-button").fadeIn(1e3),0===$(window).scrollTop()&&$("#down-button").fadeOut(1e3)})})}(),function(){function e(e,t){var o=0,n=0;if(e.forEach(function(e){o+=1,e.indexOf(t)!==-1&&(n=1)}),o===e.length)return n}$(function(){$(".nav.navbar-nav > li a").removeClass("active");var t=window.location.href.split("/");e(t,"tracks.html")?$("#trackslink").addClass("active"):e(t,"rooms.html")?$("#roomslink").addClass("active"):e(t,"schedule.html")?$("#schedulelink").addClass("active"):e(t,"speakers.html")?$("#speakerslink").addClass("active"):e(t,"sessions.html")?$("#sessionslink").addClass("active"):$("#homelink").addClass("active")})}(),function(){$(document).ready(function(){function e(e){event=e||window.event,s.addClass("hide"),o(),event.preventDefault(),event.stopPropagation();var n,i=$(".main").offset().top+$(".main").outerHeight(),r=d;timeOftrack=f,n=r.is(event.target)?$(event.target):timeOftrack.is(event.target)?$(event.target).parent():$(event.target).children("h4");var a=$(n).next();a.removeClass("hide"),n.css({"text-decoration":"underline"});var l=n.offset().top+n.outerHeight()+a.outerHeight()+15;shift=l-i,shift>0?$(".footer").css({position:"absolute",top:i+shift,width:"100%","z-index":"999"}):t()}function t(){$(".classic").css({position:"static"})}function o(){d.css({"text-decoration":"none"})}function n(e){var o=e.target;$(".footer");c=$(".image-holder").is(o)?$(o):$(o).parent().parent();var n=c.offset().top,i=c.outerHeight(),r=c.next(),a=r.outerHeight(),s=n+i+a;if(void 0!==$(".speakers-row").offset()){var l=$(".speakers-row").offset().top+$(".speakers-row").outerHeight()+$(".classic").outerHeight(),d=s-l;d>0&&$(".classic").css({position:"absolute",top:l+d,width:"100%","z-index":"999"})}else t()}function i(e){var t=$(".image-holder"),o=($(".speaker"),$(".hover-state"),$(".pop-box"));$(".preserve3d");o.addClass("hide"),e.preventDefault(),e.stopPropagation();var i=e.target;t.is(e.target)?($(i).next().removeClass("hide"),$(i).children(".preserve3d").addClass("hover-state")):($(i).parents(".image-holder").next().removeClass("hide"),$(i).parent().children(".preserve3d").addClass("hover-state")),n(e)}function r(e){$(".preserve3d").is(e.target)||(s.addClass("hide"),$(document).removeClass("hover-state")),$(".preserve3d").is(e.target)||$(".pop-box").is(e.target)||n(e)}var a=$(window).width(),s=$(".pop-box"),l=$(".header-pop"),d=$(".sizeevent"),f=$(".sizeevent span");$(".speaker-info");s.addClass("hide"),a<768?$(document).on("click",".sizeevent",function(t){e(t)}):l.hover(function(t){e(t)},function(){s.addClass("hide"),t(),o()});var c=$(".image-holder"),h=$(".speaker"),u=$(".hover-state"),p=($(".preserve3d"),0);a<768?$(document).on("click",".image-holder",function(e){0===p?(i(e),p=1):(r(e),p=0)}):(c.hover(function(e){i(e)},function(e){r(e)}),h.hover(function(e){u.is(e.target)||(s.addClass("hide"),t())}),$(document).hover(function(e){s.addClass("hide"),t()})),a<768&&$(document).mouseup(function(e){var o=s;o.is(e.target)||0!==o.has(e.target).length||(o.addClass("hide"),t(),r(e))})})}(),function(){!function(e,t,o,n){var i=e(t);e.fn.lazyload=function(n){function r(){var t=0;s.each(function(){var o=e(this);if(!l.skip_invisible||o.is(":visible"))if(e.abovethetop(this,l)||e.leftofbegin(this,l));else if(e.belowthefold(this,l)||e.rightoffold(this,l)){if(++t>l.failure_limit)return!1}else o.trigger("appear"),t=0})}var a,s=this,l={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:t,data_attribute:"original",skip_invisible:!1,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return n&&(void 0!==n.failurelimit&&(n.failure_limit=n.failurelimit,delete n.failurelimit),void 0!==n.effectspeed&&(n.effect_speed=n.effectspeed,delete n.effectspeed),e.extend(l,n)),a=void 0===l.container||l.container===t?i:e(l.container),0===l.event.indexOf("scroll")&&a.bind(l.event,function(){return r()}),this.each(function(){var t=this,o=e(t);t.loaded=!1,void 0!==o.attr("src")&&o.attr("src")!==!1||o.is("img")&&o.attr("src",l.placeholder),o.one("appear",function(){if(!this.loaded){if(l.appear){var n=s.length;l.appear.call(t,n,l)}e("<img />").bind("load",function(){var n=o.attr("data-"+l.data_attribute);if(o.hide(),o.is("img")?o.attr("src",n):o.css("background-image","url('"+n+"')"),o[l.effect](l.effect_speed),t.loaded=!0,s=e(e.grep(s,function(e){return!e.loaded})),l.load){var i=s.length;l.load.call(t,i,l)}}).attr("src",o.attr("data-"+l.data_attribute))}}),0!==l.event.indexOf("scroll")&&o.bind(l.event,function(){t.loaded||o.trigger("appear")})}),i.bind("resize",function(){r()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&i.bind("pageshow",function(t){t.originalEvent&&t.originalEvent.persisted&&s.each(function(){e(this).trigger("appear")})}),e(o).ready(function(){r()}),this},e.belowthefold=function(o,n){return(void 0===n.container||n.container===t?(t.innerHeight?t.innerHeight:i.height())+i.scrollTop():e(n.container).offset().top+e(n.container).height())<=e(o).offset().top-n.threshold},e.rightoffold=function(o,n){return(void 0===n.container||n.container===t?i.width()+i.scrollLeft():e(n.container).offset().left+e(n.container).width())<=e(o).offset().left-n.threshold},e.abovethetop=function(o,n){return(void 0===n.container||n.container===t?i.scrollTop():e(n.container).offset().top)>=e(o).offset().top+n.threshold+e(o).height()},e.leftofbegin=function(o,n){return(void 0===n.container||n.container===t?i.scrollLeft():e(n.container).offset().left)>=e(o).offset().left+n.threshold+e(o).width()},e.inviewport=function(t,o){return!(e.rightoffold(t,o)||e.leftofbegin(t,o)||e.belowthefold(t,o)||e.abovethetop(t,o))},e.extend(e.expr[":"],{"below-the-fold":function(t){return e.belowthefold(t,{threshold:0})},"above-the-top":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-screen":function(t){return e.rightoffold(t,{threshold:0})},"left-of-screen":function(t){return!e.rightoffold(t,{threshold:0})},"in-viewport":function(t){return e.inviewport(t,{threshold:0})},"above-the-fold":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-fold":function(t){return e.rightoffold(t,{threshold:0})},"left-of-fold":function(t){return!e.rightoffold(t,{threshold:0})}})}(jQuery,window,document)}(); diff --git a/woc/js/spectragram.min.js b/woc/js/spectragram.min.js deleted file mode 100644 index cceecf6..0000000 --- a/woc/js/spectragram.min.js +++ /dev/null @@ -1,13 +0,0 @@ -/*! - * jQuery - Spectragram by Adrian Quevedo - * http://adrianquevedo.com/ - http://lab.adrianquevedo.com/ - http://elnucleo.com.co/ - * - * Dual licensed under the MIT or GPL Version 2 licenses. - * You are free to use this plugin in commercial projects as long as the copyright header is left intact. - * - * This plugin uses the Instagram(tm) API and is not endorsed or certified by Instagram or Burbn, inc. - * All Instagram(tm) logos and trademarks displayed on this plugin are property of Burbn, Inc. - * - * Date: Thu Jul 15 14:05:02 2012 -0500 - */ -"function"!=typeof Object.create&&(Object.create=function(e){function t(){}return t.prototype=e,new t}),function(e){var t={init:function(t,a){var n=this;n.elem=a,n.$elem=e(a),n.api="https://api.instagram.com/v1",n.accessData=e.fn.spectragram.accessData,n.options=e.extend({},e.fn.spectragram.options,t)},getRecentMedia:function(e){var t=this,a="/users/"+e+"/media/recent/?"+t.accessData.clientID+"&access_token="+t.accessData.accessToken;t.fetch(a).done(function(e){t.display(e)})},getUserFeed:function(){var t=this,a="/users/search?q="+t.options.query+"&count="+t.options.max+"&access_token="+t.accessData.accessToken;t.fetch(a).done(function(a){a.data.length?t.getRecentMedia(a.data[0].id):e.error("Spectagram.js - Error: the username "+t.options.query+" does not exist.")})},getPopular:function(){var e=this,t="/media/popular?client_id="+e.accessData.clientID+"&access_token="+e.accessData.accessToken;e.fetch(t).done(function(t){e.display(t)})},getRecentTagged:function(){var t=this,a="/tags/"+t.options.query+"/media/recent?client_id="+t.accessData.clientID+"&access_token="+t.accessData.accessToken;t.fetch(a).done(function(a){a.data.length?t.display(a):e.error("Spectagram.js - Error: the tag "+t.options.query+" does not have results.")})},fetch:function(t){var a=this,n=a.api+t;return e.ajax({type:"GET",dataType:"jsonp",cache:!1,url:n})},display:function(t){var a,n=this,s=n.options.size,c=n.options.max>=t.data.length?t.data.length:n.options.max;if(0===t.data.length)n.$elem.append(e(n.options.wrapEachWith).append(n.options.notFoundMsg));else for(var o=0;c>o;o++)a="small"==s?t.data[o].images.thumbnail.url:"medium"==s?t.data[o].images.low_resolution.url:t.data[o].images.standard_resolution.url,n.$elem.append(e(n.options.wrapEachWith).append("<a title='Pic' target='_blank' href='"+t.data[o].link+"'><img src='"+a+"'></img></a>"));"function"==typeof n.options.complete&&n.options.complete.call(n)}};jQuery.fn.spectragram=function(a,n){jQuery.fn.spectragram.accessData.clientID?this.each(function(){var s=Object.create(t);return s.init(n,this),s[a]?s[a](this):(e.error("Method "+a+" does not exist on jQuery.spectragram"),void 0)}):e.error("You must define an accessToken and a clientID on jQuery.spectragram")},jQuery.fn.spectragram.options={max:10,query:"coffee",size:"medium",wrapEachWith:"<li></li>",complete:null},jQuery.fn.spectragram.accessData={accessToken:null,clientID:null}}(jQuery,window,document); \ No newline at end of file diff --git a/woc/js/tabs.js b/woc/js/tabs.js deleted file mode 100644 index 2989349..0000000 --- a/woc/js/tabs.js +++ /dev/null @@ -1,53 +0,0 @@ -'use strict'; -var tabs, i, myTabs; - -tabs = function(options) { - var goToTab, handleClick, init; - var el = document.querySelector(options.el); - var tabNavigationLinks = el.querySelectorAll(options.tabNavigationLinks); - var tabContentContainers = el.querySelectorAll(options.tabContentContainers); - var activeIndex = -1; - var initCalled = false; - - goToTab = function(index) { - if (index !== activeIndex && index >= 0 && index <= tabNavigationLinks.length) { - if(activeIndex >= 0) { - tabNavigationLinks[activeIndex].classList.remove('is-active'); - tabContentContainers[activeIndex].classList.remove('is-active'); - } - tabNavigationLinks[index].classList.add('is-active'); - tabContentContainers[index].classList.add('is-active'); - activeIndex = index; - } - }; - handleClick = function(link, index) { - link.addEventListener('click', function(e) { - e.preventDefault(); - goToTab(index); - }); - }; - init = function() { - var link; - - if (!initCalled) { - initCalled = true; - el.classList.remove('no-js'); - for (i = 0; i < tabNavigationLinks.length; i++) { - link = tabNavigationLinks[i]; - handleClick(link, i); - } - } - }; - - return { - init: init, - goToTab: goToTab - }; -}; -window.tabs = tabs; -myTabs = tabs({ - el: '#tabs', - tabNavigationLinks: '.tabs-nav-link', - tabContentContainers: '.tab' -}); -myTabs.init(); diff --git a/woc/js/timeline.js b/woc/js/timeline.js deleted file mode 100644 index 065d7f5..0000000 --- a/woc/js/timeline.js +++ /dev/null @@ -1,53 +0,0 @@ -$(function(){ - - window.sr = ScrollReveal(); - - if ($(window).width() < 768) { - - if ($('.timeline-content').hasClass('js--fadeInLeft')) { - $('.timeline-content').removeClass('js--fadeInLeft').addClass('js--fadeInRight'); - } - - sr.reveal('.js--fadeInRight', { - origin: 'right', - distance: '300px', - easing: 'ease-in-out', - duration: 800, - }); - - } else { - - sr.reveal('.js--fadeInLeft', { - origin: 'left', - distance: '300px', - easing: 'ease-in-out', - duration: 800, - }); - - sr.reveal('.js--fadeInRight', { - origin: 'right', - distance: '300px', - easing: 'ease-in-out', - duration: 800, - }); - - } - - sr.reveal('.js--fadeInLeft', { - origin: 'left', - distance: '300px', - easing: 'ease-in-out', - duration: 800, - }); - - sr.reveal('.js--fadeInRight', { - origin: 'right', - distance: '300px', - easing: 'ease-in-out', - duration: 800, - }); - - - }); - -AOS.init(); diff --git a/woc/js/tracks.min.js b/woc/js/tracks.min.js deleted file mode 100644 index 72ec19f..0000000 --- a/woc/js/tracks.min.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";!function(){$(document).ready(function(){$(".social-button").click(function(){var t=$(this).parent().parent().find("input.speakers-inputbox").val(),e=$(this).attr("class").split(" ")[0].split("-")[0];"fb"===e?window.open("http://www.facebook.com/share.php?u="+encodeURIComponent(t),"facebook","height=360, width=580"):"tw"===e?window.open("http://twitter.com/home?status="+encodeURIComponent(t),"twitter","height=360, width=580"):"go"===e?window.open("https://plus.google.com/share?url="+encodeURIComponent(t),"google","height=360, width=580"):"li"===e&&window.open("http://www.linkedin.com/shareArticle?mini=true&url="+encodeURIComponent(t),"linkedin","height=360, width=580")})})}(),function(){$(function(){$('a[href*="#"]:not([href="#"])').click(function(){if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var t=$(this).attr("href"),e=t.split("#")[1],n="a[id='"+e+"']",i=$(n);if(i=i.length?i:$("[name="+this.hash.slice(1)+"]"),i.length)return $("html, body").animate({scrollTop:i.offset().top},1e3),!1}}),$("#down-button").hide(),$("#down-button").click(function(){$("html, body").animate({scrollTop:0},1e3),$("#down-button").fadeOut(1e3)}),window.addEventListener("scroll",function(){$(window).scrollTop()>0&&$("#down-button").fadeIn(1e3),0===$(window).scrollTop()&&$("#down-button").fadeOut(1e3)})})}(),function(){function t(t,e){var n=0,i=0;if(t.forEach(function(t){n+=1,t.indexOf(e)!==-1&&(i=1)}),n===t.length)return i}$(function(){$(".nav.navbar-nav > li a").removeClass("active");var e=window.location.href.split("/");t(e,"tracks.html")?$("#trackslink").addClass("active"):t(e,"rooms.html")?$("#roomslink").addClass("active"):t(e,"schedule.html")?$("#schedulelink").addClass("active"):t(e,"speakers.html")?$("#speakerslink").addClass("active"):t(e,"sessions.html")?$("#sessionslink").addClass("active"):$("#homelink").addClass("active")})}(),function(){var t,e,n;t=function(t){var n,i,o,r=document.querySelector(t.el),a=r.querySelectorAll(t.tabNavigationLinks),l=r.querySelectorAll(t.tabContentContainers),s=-1,c=!1;return n=function(t){t!==s&&t>=0&&t<=a.length&&(s>=0&&(a[s].classList.remove("is-active"),l[s].classList.remove("is-active")),a[t].classList.add("is-active"),l[t].classList.add("is-active"),s=t)},i=function(t,e){t.addEventListener("click",function(t){t.preventDefault(),n(e)})},o=function(){var t;if(!c)for(c=!0,r.classList.remove("no-js"),e=0;e<a.length;e++)t=a[e],i(t,e)},{init:o,goToTab:n}},window.tabs=t,n=t({el:"#tabs",tabNavigationLinks:".tabs-nav-link",tabContentContainers:".tab"}),n.init()}(),function(){!function(t,e,n,i){var o=t(e);t.fn.lazyload=function(i){function r(){var e=0;l.each(function(){var n=t(this);if(!s.skip_invisible||n.is(":visible"))if(t.abovethetop(this,s)||t.leftofbegin(this,s));else if(t.belowthefold(this,s)||t.rightoffold(this,s)){if(++e>s.failure_limit)return!1}else n.trigger("appear"),e=0})}var a,l=this,s={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:e,data_attribute:"original",skip_invisible:!1,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return i&&(void 0!==i.failurelimit&&(i.failure_limit=i.failurelimit,delete i.failurelimit),void 0!==i.effectspeed&&(i.effect_speed=i.effectspeed,delete i.effectspeed),t.extend(s,i)),a=void 0===s.container||s.container===e?o:t(s.container),0===s.event.indexOf("scroll")&&a.bind(s.event,function(){return r()}),this.each(function(){var e=this,n=t(e);e.loaded=!1,void 0!==n.attr("src")&&n.attr("src")!==!1||n.is("img")&&n.attr("src",s.placeholder),n.one("appear",function(){if(!this.loaded){if(s.appear){var i=l.length;s.appear.call(e,i,s)}t("<img />").bind("load",function(){var i=n.attr("data-"+s.data_attribute);if(n.hide(),n.is("img")?n.attr("src",i):n.css("background-image","url('"+i+"')"),n[s.effect](s.effect_speed),e.loaded=!0,l=t(t.grep(l,function(t){return!t.loaded})),s.load){var o=l.length;s.load.call(e,o,s)}}).attr("src",n.attr("data-"+s.data_attribute))}}),0!==s.event.indexOf("scroll")&&n.bind(s.event,function(){e.loaded||n.trigger("appear")})}),o.bind("resize",function(){r()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&o.bind("pageshow",function(e){e.originalEvent&&e.originalEvent.persisted&&l.each(function(){t(this).trigger("appear")})}),t(n).ready(function(){r()}),this},t.belowthefold=function(n,i){return(void 0===i.container||i.container===e?(e.innerHeight?e.innerHeight:o.height())+o.scrollTop():t(i.container).offset().top+t(i.container).height())<=t(n).offset().top-i.threshold},t.rightoffold=function(n,i){return(void 0===i.container||i.container===e?o.width()+o.scrollLeft():t(i.container).offset().left+t(i.container).width())<=t(n).offset().left-i.threshold},t.abovethetop=function(n,i){return(void 0===i.container||i.container===e?o.scrollTop():t(i.container).offset().top)>=t(n).offset().top+i.threshold+t(n).height()},t.leftofbegin=function(n,i){return(void 0===i.container||i.container===e?o.scrollLeft():t(i.container).offset().left)>=t(n).offset().left+i.threshold+t(n).width()},t.inviewport=function(e,n){return!(t.rightoffold(e,n)||t.leftofbegin(e,n)||t.belowthefold(e,n)||t.abovethetop(e,n))},t.extend(t.expr[":"],{"below-the-fold":function(e){return t.belowthefold(e,{threshold:0})},"above-the-top":function(e){return!t.belowthefold(e,{threshold:0})},"right-of-screen":function(e){return t.rightoffold(e,{threshold:0})},"left-of-screen":function(e){return!t.rightoffold(e,{threshold:0})},"in-viewport":function(e){return t.inviewport(e,{threshold:0})},"above-the-fold":function(e){return!t.belowthefold(e,{threshold:0})},"right-of-fold":function(e){return t.rightoffold(e,{threshold:0})},"left-of-fold":function(e){return!t.rightoffold(e,{threshold:0})}})}(jQuery,window,document)}(); \ No newline at end of file diff --git a/woc/js/tweets.js b/woc/js/tweets.js deleted file mode 100644 index 8f05276..0000000 --- a/woc/js/tweets.js +++ /dev/null @@ -1,183 +0,0 @@ -/* Taken from https://github.com/fossasia/fossasia-loklak-webtweets/blob/gh-pages/js/tweets.js */ - -var interval_id = null; - -function Interval() { - if (interval_id !== null){ - clearInterval(interval_id) - interval_id = window.setInterval(nextTweet, 6600); //6.6 secs - } else{ - interval_id = window.setInterval(nextTweet, 6600); //6.6 secs - } -} - -function datafetcher() { - loklakFetcher.getTweets({}, datahandler); - Interval(); -} - -function datahandler(raw) { - stuff = raw; //Makes the data available globally. - parser(stuff); -} - -var tweetNum = 0; - -function parseFunc(){ - parser(stuff) -} - -function nextTweet() { - tweetNum += 1; - var tweetsEl = document.getElementsByClassName('tweets-feed')[0]; - //go back to the first tweet if it's greater than the amount of tweets available - if(tweetNum == tweetsEl.dataset.count) { - tweetNum = 0; - } - Interval(); - document.getElementsByClassName('tweets-feed')[0].style.opacity = 0; - window.setTimeout(parseFunc, 560); -} -function lastTweet() { - if (tweetNum > 0) { - tweetNum -= 1; - Interval(); - document.getElementsByClassName('tweets-feed')[0].style.opacity = 0; - window.setTimeout(parseFunc, 560); - } -} - -function parser(data) { - var parsed = "" - var tweet = data.statuses[tweetNum].text; - var words = tweet.split(" "); - var loklakLinkCount = 0; - for (word in words) { - if (words[word].startsWith("@")) { - parsed += "<a href='https://twitter.com/" + words[word].slice(1) + "' target='_blank'>" + words[word] + "</a> "; - } else if (words[word].startsWith("#")) { - parsed += "<a href='https://twitter.com/hashtag/" + words[word].slice(1) + "' target='_blank'>" + words[word] + "</a> "; - } else if (words[word].startsWith("http")) { - if (words[word].startsWith("https://api.loklak")) { - parsed += "<a href='" + data.statuses[tweetNum].links[loklakLinkCount] + "' target='_blank'>" + data.statuses[tweetNum].links[loklakLinkCount] + "</a> "; - loklakLinkCount += 1; - } else { - parsed += "<a href='" + words[word] + "' target='_blank' style='word-break:break-all'>" + words[word] + "</a> "; - } - } else { - parsed += words[word] + " "; - } - } - var date = +new Date(data.statuses[tweetNum].created_at); - var myDate = new Date(); - myDate = myDate.getTime(); - var difference = myDate-date; //it's in miliseconds - var tweetAge = Math.round(difference/1000/3600) > 24 ? Math.round(difference/1000/3600/24) + " days ago" : Math.round(difference/1000/3600) + " hours ago"; - parsed += "<span class='dateTweeted'>Tweeted "+tweetAge+"</div>"; - - document.getElementsByClassName("tweets-feed")[0].innerHTML = parsed; - document.getElementsByClassName("tweets-feed")[0].style.opacity = 1; -} - -/* Taken from https://github.com/fossasia/fossasia-loklak-webtweets/blob/gh-pages/js/loklak-fetcher.js -See documentation at https://github.com/fossasia/fossasia-loklak-webtweets -*/ - - -var loklakFetcher; - -window.onload = (function() { - var script = null; - - loklakFetcher = { - /** - * Fetches tweets from the public loklak API, with the options provided - * @param {object} options Object with allowed GET-attributes, see - * loklak.org/api.html - * @param {function} callback Function called after getting the results. - * These are passed as first argument - */ - getTweets: function(options, callback) { - if(typeof options === 'function') { // A callback has been provided as 2nd - // argument (no options) - var callback = options; - options = {}; - } else if(callback === undefined) { // No callback has been provided, even - // as 2nd argument - throw new Error('[LOKLAK-FETCHER] No callback provided'); - } - - var settings = [ 'count', 'source', 'tzOffset', 'minified' ]; // Field names for all the possible parameters - var defaults = [ 100, 'all', new Date().getTimezoneOffset(), true ]; // Default values - - // Check if no options have been provided - if(typeof options === 'undefined') { - var options = {}; // Create 'options' to avoid ReferenceErrors later - } - var query = ""; - //Check if there are any data elements set - var tweetsEl = document.getElementsByClassName("tweets-feed")[0]; - var dataset = tweetsEl.dataset; - if(dataset.count) { - options[settings[0]] = dataset.count; //count is index 0 - } - - if(dataset.query) { - query = dataset.query.replace(/\s/gi, '%20').replace(/#/gi, '%23'); //replace spaces and hashtags in URL - } else { - query = ""; - } - - if(dataset.start) { - query = query + "%20since:" + dataset.start; - } - - if(dataset.end) { - query = query + "%20until:" + dataset.end; - } - - if(dataset.from) { - var sources = dataset.from.split(','); - sources.forEach(source => { - query = query + "from:" + source + "%20OR%20" - }) - query = query.substring(0, query.length - 8); - } - - // Write unset options as their default - for(index in settings) { - if(options[settings[index]] === undefined) { - options[settings[index]] = defaults[index]; - } - } - - // Create the URL with all the parameters - var url = 'https://api.loklak.org/api/search.json' + - '?callback=loklakFetcher.handleData' + - '&q=' + query + - '&count=' + options.count + - '&source=' + options.source + - '&timezoneOffset=' + options.tzOffset + - '&minified=' + options.minified; - // If the script element for JSONP already exists, remove it - if(script !== null) { - document.head.removeChild(script); - } - /** - * Invokes the callback function, passing the data from the server as the - * first and only argument. - * @param {object} data JSON coming from loklak's API - */ - this.handleData = function(data) { - callback(data); - }; - - // Create the script tag for JSONP - script = document.createElement("script"); - script.src = url; - document.head.appendChild(script); - } - }; - datafetcher(); - -}); diff --git a/woc/js/tweetsfetcher.js b/woc/js/tweetsfetcher.js deleted file mode 100644 index 77396dc..0000000 --- a/woc/js/tweetsfetcher.js +++ /dev/null @@ -1,184 +0,0 @@ -/* Taken from https://github.com/fossasia/fossasia-loklak-webtweets/blob/gh-pages/js/tweets.js */ - -var interval_id = null; - -function Interval() { - if (interval_id !== null){ - clearInterval(interval_id) - interval_id = window.setInterval(nextTweet, 6600); //6.6 secs - } else{ - interval_id = window.setInterval(nextTweet, 6600); //6.6 secs - } -} - -function datafetcher() { - loklakFetcher.getTweets({}, datahandler); - Interval(); -} - -function datahandler(raw) { - stuff = raw; //Makes the data available globally. - parser(stuff); -} - -var tweetNum = 0; - -function parseFunc(){ - parser(stuff) -} - -function nextTweet() { - tweetNum += 1; - var tweetsEl = document.getElementsByClassName('tweets-feed')[0]; - //go back to the first tweet if it's greater than the amount of tweets available - if(tweetNum == tweetsEl.dataset.count) { - tweetNum = 0; - } - Interval(); - document.getElementsByClassName('tweets-feed')[0].style.opacity = 0; - window.setTimeout(parseFunc, 560); -} -function lastTweet() { - if (tweetNum > 0) { - tweetNum -= 1; - Interval(); - document.getElementsByClassName('tweets-feed')[0].style.opacity = 0; - window.setTimeout(parseFunc, 560); - } -} - -function parser(data) { - var parsed = "" - var tweet = data.statuses[tweetNum].text; - var words = tweet.split(" "); - var loklakLinkCount = 0; - for (word in words) { - if (words[word].startsWith("@")) { - parsed += "<a href='https://twitter.com/" + words[word].slice(1) + "' target='_blank'>" + words[word] + "</a> "; - } else if (words[word].startsWith("#")) { - parsed += "<a href='https://twitter.com/hashtag/" + words[word].slice(1) + "' target='_blank'>" + words[word] + "</a> "; - } else if (words[word].startsWith("http")) { - if (words[word].startsWith("https://loklak")) { - parsed += "<a href='" + data.statuses[tweetNum].links[loklakLinkCount] + "' target='_blank'>" + data.statuses[tweetNum].links[loklakLinkCount] + "</a> "; - loklakLinkCount += 1; - } else { - parsed += "<a href='" + words[word] + "' target='_blank' style='word-break:break-all'>" + words[word] + "</a> "; - } - } else { - parsed += words[word] + " "; - } - } - var date = +new Date(data.statuses[tweetNum].created_at); - var myDate = new Date(); - myDate = myDate.getTime(); - var difference = myDate-date; //it's in miliseconds - var difference = Math.round(difference/1000/3600/24); - parsed += "<span class='dateTweeted'>Tweeted "+difference+" Days Ago</div>"; - - document.getElementsByClassName("tweets-feed")[0].innerHTML = parsed; - document.getElementsByClassName("tweets-feed")[0].style.opacity = 1; -} - -/* Taken from https://github.com/fossasia/fossasia-loklak-webtweets/blob/gh-pages/js/loklak-fetcher.js -See documentation at https://github.com/fossasia/fossasia-loklak-webtweets -*/ - - -var loklakFetcher; - -window.onload = (function() { - var script = null; - - loklakFetcher = { - /** - * Fetches tweets from the public loklak API, with the options provided - * @param {object} options Object with allowed GET-attributes, see - * loklak.org/api.html - * @param {function} callback Function called after getting the results. - * These are passed as first argument - */ - getTweets: function(options, callback) { - if(typeof options === 'function') { // A callback has been provided as 2nd - // argument (no options) - var callback = options; - options = {}; - } else if(callback === undefined) { // No callback has been provided, even - // as 2nd argument - throw new Error('[LOKLAK-FETCHER] No callback provided'); - } - - var settings = [ 'count', 'source', 'fields', 'limit', 'tzOffset', - 'minified' ]; // Field names for all the possible parameters - var defaults = [ 100, 'cache', '', '', 0, true ]; // Default values - - // Check if no options have been provided - if(typeof options === 'undefined') { - var options = {}; // Create 'options' to avoid ReferenceErrors later - } - - //Check if there are any data elements set - var tweetsEl = document.getElementsByClassName("tweets-feed")[0]; - var dataset = tweetsEl.dataset; - if(dataset.count) { - options[settings[0]] = dataset.count; //count is index 0 - } - - if(dataset.query) { - var query = dataset.query.replace(/\s/gi, '%20').replace(/#/gi, '%23'); //replace spaces and hashtags in URL - } else { - query = ''; - } - - if(dataset.start) { - query = query + "%20since:" + dataset.start; - } - - if(dataset.end) { - query = query + "%20until:" + dataset.end; - } - - if(dataset.from) { - query = query + "%20from:" + dataset.from; - } - - - - // Write unset options as their default - for(index in settings) { - if(options[settings[index]] === undefined) { - options[settings[index]] = defaults[index]; - } - } - - // Create the URL with all the parameters - var url = 'https://api.loklak.org/api/search.json' + - '?callback=loklakFetcher.handleData' + - '&q=' + query + - '&count=' + options.count + - '&source=' + options.source + - '&fields=' + options.fields + - '&limit=' + options.limit + - '&timezoneOffset=' + options.tzOffset + - '&minified=' + options.minified; - // If the script element for JSONP already exists, remove it - if(script !== null) { - document.head.removeChild(script); - } - /** - * Invokes the callback function, passing the data from the server as the - * first and only argument. - * @param {object} data JSON coming from loklak's API - */ - this.handleData = function(data) { - callback(data); - }; - - // Create the script tag for JSONP - script = document.createElement("script"); - script.src = url; - document.head.appendChild(script); - } - }; - datafetcher(); - -}); diff --git a/woc/js/twitterfetcher.min.js b/woc/js/twitterfetcher.min.js deleted file mode 100644 index c22a973..0000000 --- a/woc/js/twitterfetcher.min.js +++ /dev/null @@ -1,16 +0,0 @@ -/********************************************************************* -* #### Twitter Post Fetcher v10.0 #### -* Coded by Jason Mayes 2013. A present to all the developers out there. -* www.jasonmayes.com -* Please keep this disclaimer with my code if you use it. Thanks. :-) -* Got feedback or questions, ask here: -* http://www.jasonmayes.com/projects/twitterApi/ -* Updates will be posted to this site. -*********************************************************************/ -var twitterFetcher=function(){function x(e){return e.replace(/<b[^>]*>(.*?)<\/b>/gi,function(c,e){return e}).replace(/class=".*?"|data-query-source=".*?"|dir=".*?"|rel=".*?"/gi,"")}function p(e,c){for(var g=[],f=RegExp("(^| )"+c+"( |$)"),a=e.getElementsByTagName("*"),h=0,d=a.length;h<d;h++)f.test(a[h].className)&&g.push(a[h]);return g}var y="",l=20,s=!0,k=[],t=!1,q=!0,r=!0,u=null,v=!0,z=!0,w=null,A=!0;return{fetch:function(e,c,g,f,a,h,d,b,m,n){void 0===g&&(g=20);void 0===f&&(s=!0);void 0===a&&(a= -!0);void 0===h&&(h=!0);void 0===d&&(d="default");void 0===b&&(b=!0);void 0===m&&(m=null);void 0===n&&(n=!0);t?k.push({id:e,domId:c,maxTweets:g,enableLinks:f,showUser:a,showTime:h,dateFunction:d,showRt:b,customCallback:m,showInteraction:n}):(t=!0,y=c,l=g,s=f,r=a,q=h,z=b,u=d,w=m,A=n,c=document.createElement("script"),c.type="text/javascript",c.src="//cdn.syndication.twimg.com/widgets/timelines/"+e+"?&lang=en&callback=twitterFetcher.callback&suppress_response_codes=true&rnd="+Math.random(),document.getElementsByTagName("head")[0].appendChild(c))}, -callback:function(e){var c=document.createElement("div");c.innerHTML=e.body;"undefined"===typeof c.getElementsByClassName&&(v=!1);e=[];var g=[],f=[],a=[],h=[],d=0;if(v)for(c=c.getElementsByClassName("tweet");d<c.length;){0<c[d].getElementsByClassName("retweet-credit").length?a.push(!0):a.push(!1);if(!a[d]||a[d]&&z)e.push(c[d].getElementsByClassName("e-entry-title")[0]),h.push(c[d].getAttribute("data-tweet-id")),g.push(c[d].getElementsByClassName("p-author")[0]),f.push(c[d].getElementsByClassName("dt-updated")[0]); -d++}else for(c=p(c,"tweet");d<c.length;)e.push(p(c[d],"e-entry-title")[0]),h.push(c[d].getAttribute("data-tweet-id")),g.push(p(c[d],"p-author")[0]),f.push(p(c[d],"dt-updated")[0]),0<p(c[d],"retweet-credit").length?a.push(!0):a.push(!1),d++;e.length>l&&(e.splice(l,e.length-l),g.splice(l,g.length-l),f.splice(l,f.length-l),a.splice(l,a.length-l));c=[];d=e.length;for(a=0;a<d;){if("string"!==typeof u){var b=new Date(f[a].getAttribute("datetime").replace(/-/g,"/").replace("T"," ").split("+")[0]),b=u(b); -f[a].setAttribute("aria-label",b);if(e[a].innerText)if(v)f[a].innerText=b;else{var m=document.createElement("p"),n=document.createTextNode(b);m.appendChild(n);m.setAttribute("aria-label",b);f[a]=m}else f[a].textContent=b}b="";s?(r&&(b+='<div class="user">'+x(g[a].innerHTML)+"</div>"),b+='<p class="tweet">'+x(e[a].innerHTML)+"</p>",q&&(b+='<p class="timePosted">'+f[a].getAttribute("aria-label")+"</p>")):e[a].innerText?(r&&(b+='<p class="user">'+g[a].innerText+"</p>"),b+='<p class="tweet">'+e[a].innerText+ -"</p>",q&&(b+='<p class="timePosted">'+f[a].innerText+"</p>")):(r&&(b+='<p class="user">'+g[a].textContent+"</p>"),b+='<p class="tweet">'+e[a].textContent+"</p>",q&&(b+='<p class="timePosted">'+f[a].textContent+"</p>"));A&&(b+='<p class="interact"><a href="https://twitter.com/intent/tweet?in_reply_to='+h[a]+'" class="twitter_reply_icon">Reply</a><a href="https://twitter.com/intent/retweet?tweet_id='+h[a]+'" class="twitter_retweet_icon">Retweet</a><a href="https://twitter.com/intent/favorite?tweet_id='+ -h[a]+'" class="twitter_fav_icon">Favorite</a></p>');c.push(b);a++}if(null==w){e=c.length;g=0;f=document.getElementById(y);for(h="<ul>";g<e;)h+="<li>"+c[g]+"</li>",g++;f.innerHTML=h+"</ul>"}else w(c);t=!1;0<k.length&&(twitterFetcher.fetch(k[0].id,k[0].domId,k[0].maxTweets,k[0].enableLinks,k[0].showUser,k[0].showTime,k[0].dateFunction,k[0].showRt,k[0].customCallback,k[0].showInteraction),k.splice(0,1))}}}(); \ No newline at end of file diff --git a/woc/js/window.feednami={},feednami.load=function(e,n){var b/woc/js/window.feednami={},feednami.load=function(e,n){var deleted file mode 100644 index 358ae97..0000000 --- a/woc/js/window.feednami={},feednami.load=function(e,n){var +++ /dev/null @@ -1 +0,0 @@ -window.feednami={},feednami.load=function(e,n){var o="https://api.feednami.com/api/v1",a=e;"object"==typeof e&&(a=e.url);var t="url="+encodeURIComponent(a);e.format&&(t+="&include_xml_document&format="+e.format),e.includeXml&&(t+="&include_xml_document");var d=o+"/feeds/load?"+t;if(window.XDomainRequest){var l=document.createElement("script"),c="jsonp_callback_"+(new Date).getTime()+"_"+Math.round(1e6*Math.random());d+="&jsonp_callback="+c,window[c]=function(e){n(e),document.body.removeChild(l),window[c]=null;try{delete window[c]}catch(o){}},l.src=d,document.body.appendChild(l)}else{var i=new XMLHttpRequest;i.onreadystatechange=function(){4==i.readyState&&n(JSON.parse(i.responseText))},i.open("GET",d),i.send()}},feednami.loadGoogleFormat=function(e,n){return feednami.load({url:e,format:"google",includeXml:!0},n)}; \ No newline at end of file diff --git a/woc/leaderboard/img/Snow.mp4 b/woc/leaderboard/img/Snow.mp4 deleted file mode 100644 index cebd6e0..0000000 Binary files a/woc/leaderboard/img/Snow.mp4 and /dev/null differ diff --git a/woc/leaderboard/img/WOC-logo.png b/woc/leaderboard/img/WOC-logo.png deleted file mode 100644 index 6119661..0000000 Binary files a/woc/leaderboard/img/WOC-logo.png and /dev/null differ diff --git a/woc/leaderboard/img/logo.png b/woc/leaderboard/img/logo.png deleted file mode 100644 index b5a6b47..0000000 Binary files a/woc/leaderboard/img/logo.png and /dev/null differ diff --git a/woc/leaderboard/index.html b/woc/leaderboard/index.html deleted file mode 100644 index f764491..0000000 --- a/woc/leaderboard/index.html +++ /dev/null @@ -1,85 +0,0 @@ - -<!doctype html> -<html lang="en"> - -<head> - <meta charset="utf-8"> - <title>DWoC - Leaderboard - - - - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      -

      There are always new, grander challenges to confront, and a true competitor will embrace each one.

      - -
      -
      -
      -
      -
      - -
      -
      -
      -
      -
      - - - - - \ No newline at end of file diff --git a/woc/leaderboard/main.js b/woc/leaderboard/main.js deleted file mode 100644 index 6e31760..0000000 --- a/woc/leaderboard/main.js +++ /dev/null @@ -1,214 +0,0 @@ -userScore = [{"user":"infiniteoverflow","level1":0,"level2":8,"level3":42,"level4":319,"level5":256,"totalScore":625},{"user":"sanjay270899","level1":2,"level2":20,"level3":112,"level4":187,"level5":256,"totalScore":577},{"user":"ashuvssut","level1":0,"level2":12,"level3":105,"level4":253,"level5":112,"totalScore":482},{"user":"kanishkaa24","level1":4,"level2":16,"level3":21,"level4":77,"level5":352,"totalScore":470},{"user":"shraiyya","level1":2,"level2":4,"level3":56,"level4":198,"level5":96,"totalScore":356},{"user":"Amit366","level1":6,"level2":4,"level3":147,"level4":110,"level5":64,"totalScore":331},{"user":"Sloth-Panda","level1":50,"level2":36,"level3":21,"level4":187,"level5":0,"totalScore":294},{"user":"sakshikhachane","level1":4,"level2":0,"level3":126,"level4":121,"level5":16,"totalScore":267},{"user":"muthuannamalai12","level1":52,"level2":72,"level3":63,"level4":22,"level5":0,"totalScore":209},{"user":"bharath-acchu","level1":0,"level2":0,"level3":21,"level4":77,"level5":80,"totalScore":178},{"user":"akrish4","level1":64,"level2":56,"level3":35,"level4":22,"level5":0,"totalScore":177},{"user":"kenkirito","level1":0,"level2":0,"level3":35,"level4":77,"level5":48,"totalScore":160},{"user":"Bhagyashri2000","level1":4,"level2":4,"level3":14,"level4":88,"level5":48,"totalScore":158},{"user":"vedikaag99","level1":2,"level2":0,"level3":70,"level4":55,"level5":16,"totalScore":143},{"user":"himanshu007-creator","level1":4,"level2":20,"level3":14,"level4":33,"level5":48,"totalScore":119},{"user":"smriti1313","level1":2,"level2":28,"level3":14,"level4":22,"level5":48,"totalScore":114},{"user":"AmanSingh0-0","level1":0,"level2":0,"level3":14,"level4":77,"level5":16,"totalScore":107},{"user":"nehaparmar99","level1":0,"level2":4,"level3":28,"level4":55,"level5":16,"totalScore":103},{"user":"madhurima99","level1":2,"level2":0,"level3":0,"level4":33,"level5":64,"totalScore":99},{"user":"aryashah2k","level1":0,"level2":0,"level3":0,"level4":77,"level5":16,"totalScore":93},{"user":"Swastik1710","level1":14,"level2":12,"level3":28,"level4":0,"level5":32,"totalScore":86},{"user":"Rohit-bisht-rise","level1":0,"level2":0,"level3":14,"level4":22,"level5":48,"totalScore":84},{"user":"vaishnavi-1","level1":4,"level2":4,"level3":14,"level4":44,"level5":16,"totalScore":82},{"user":"realhunter7869","level1":2,"level2":0,"level3":14,"level4":33,"level5":32,"totalScore":81},{"user":"vybhav72954","level1":0,"level2":0,"level3":56,"level4":22,"level5":0,"totalScore":78},{"user":"LeeRenJie","level1":8,"level2":0,"level3":56,"level4":11,"level5":0,"totalScore":75},{"user":"Aarush-Goyal","level1":2,"level2":4,"level3":21,"level4":44,"level5":0,"totalScore":71},{"user":"samir-0711","level1":36,"level2":16,"level3":7,"level4":11,"level5":0,"totalScore":70},{"user":"tharunc","level1":12,"level2":20,"level3":14,"level4":22,"level5":0,"totalScore":68},{"user":"jatiinyadav","level1":0,"level2":0,"level3":21,"level4":44,"level5":0,"totalScore":65},{"user":"nitya123-github","level1":0,"level2":0,"level3":7,"level4":22,"level5":32,"totalScore":61},{"user":"Vrushti24","level1":2,"level2":16,"level3":14,"level4":11,"level5":16,"totalScore":59},{"user":"m-code12","level1":2,"level2":24,"level3":21,"level4":11,"level5":0,"totalScore":58},{"user":"oshi36","level1":0,"level2":0,"level3":14,"level4":11,"level5":32,"totalScore":57},{"user":"carbseater","level1":4,"level2":0,"level3":7,"level4":11,"level5":32,"totalScore":54},{"user":"AbhipsaGuru1012","level1":0,"level2":0,"level3":42,"level4":11,"level5":0,"totalScore":53},{"user":"urvashi-code1255","level1":0,"level2":0,"level3":7,"level4":11,"level5":32,"totalScore":50},{"user":"chetak123","level1":0,"level2":0,"level3":0,"level4":0,"level5":48,"totalScore":48},{"user":"yashsehgal","level1":0,"level2":0,"level3":14,"level4":33,"level5":0,"totalScore":47},{"user":"shraddha-1402","level1":0,"level2":0,"level3":14,"level4":33,"level5":0,"totalScore":47},{"user":"Niteshkr123","level1":0,"level2":0,"level3":7,"level4":22,"level5":16,"totalScore":45},{"user":"sahebsunny","level1":0,"level2":0,"level3":0,"level4":44,"level5":0,"totalScore":44},{"user":"ShubhamPatel33","level1":2,"level2":0,"level3":7,"level4":0,"level5":32,"totalScore":41},{"user":"musavveer","level1":4,"level2":16,"level3":21,"level4":0,"level5":0,"totalScore":41},{"user":"codeDamon","level1":0,"level2":0,"level3":7,"level4":33,"level5":0,"totalScore":40},{"user":"keshav340","level1":0,"level2":0,"level3":7,"level4":0,"level5":32,"totalScore":39},{"user":"Abhijay007","level1":0,"level2":0,"level3":7,"level4":0,"level5":32,"totalScore":39},{"user":"iamvs-2002","level1":0,"level2":4,"level3":35,"level4":0,"level5":0,"totalScore":39},{"user":"IndraP24","level1":0,"level2":0,"level3":0,"level4":22,"level5":16,"totalScore":38},{"user":"pranabprohit","level1":0,"level2":0,"level3":0,"level4":33,"level5":0,"totalScore":33},{"user":"Akashdeep-47","level1":0,"level2":0,"level3":0,"level4":33,"level5":0,"totalScore":33},{"user":"Sshivani-12","level1":0,"level2":0,"level3":0,"level4":33,"level5":0,"totalScore":33},{"user":"koolgax99","level1":0,"level2":0,"level3":0,"level4":33,"level5":0,"totalScore":33},{"user":"Rishikeshrajrxl","level1":0,"level2":0,"level3":0,"level4":0,"level5":32,"totalScore":32},{"user":"Jahnavi-Jonnalagadda","level1":0,"level2":0,"level3":0,"level4":0,"level5":32,"totalScore":32},{"user":"Bijay555","level1":0,"level2":0,"level3":0,"level4":0,"level5":32,"totalScore":32},{"user":"Khimit","level1":10,"level2":8,"level3":14,"level4":0,"level5":0,"totalScore":32},{"user":"priyanka2109","level1":0,"level2":4,"level3":0,"level4":11,"level5":16,"totalScore":31},{"user":"Zircoz","level1":2,"level2":0,"level3":0,"level4":11,"level5":16,"totalScore":29},{"user":"chicken-biryani","level1":4,"level2":4,"level3":21,"level4":0,"level5":0,"totalScore":29},{"user":"Sarthak-9","level1":0,"level2":0,"level3":28,"level4":0,"level5":0,"totalScore":28},{"user":"SoyabulIslamLincoln","level1":0,"level2":0,"level3":0,"level4":11,"level5":16,"totalScore":27},{"user":"Pranjal-2001","level1":2,"level2":8,"level3":0,"level4":0,"level5":16,"totalScore":26},{"user":"sakshi300699","level1":0,"level2":0,"level3":14,"level4":11,"level5":0,"totalScore":25},{"user":"07yuvraj","level1":0,"level2":0,"level3":14,"level4":11,"level5":0,"totalScore":25},{"user":"SuNiL-Chau","level1":0,"level2":0,"level3":14,"level4":11,"level5":0,"totalScore":25},{"user":"shubhraagarwal","level1":6,"level2":8,"level3":0,"level4":11,"level5":0,"totalScore":25},{"user":"tusharnankani","level1":4,"level2":0,"level3":21,"level4":0,"level5":0,"totalScore":25},{"user":"Anu-MADMAX","level1":0,"level2":8,"level3":0,"level4":0,"level5":16,"totalScore":24},{"user":"vismitap","level1":6,"level2":4,"level3":14,"level4":0,"level5":0,"totalScore":24},{"user":"Chait04","level1":6,"level2":4,"level3":14,"level4":0,"level5":0,"totalScore":24},{"user":"Jithendra-k","level1":0,"level2":0,"level3":0,"level4":22,"level5":0,"totalScore":22},{"user":"ShivangiRai1310","level1":0,"level2":0,"level3":0,"level4":22,"level5":0,"totalScore":22},{"user":"anushavc","level1":0,"level2":0,"level3":0,"level4":22,"level5":0,"totalScore":22},{"user":"gargnityansh","level1":0,"level2":0,"level3":0,"level4":22,"level5":0,"totalScore":22},{"user":"jatinjain001","level1":2,"level2":0,"level3":7,"level4":11,"level5":0,"totalScore":20},{"user":"Jassi10000","level1":2,"level2":0,"level3":7,"level4":11,"level5":0,"totalScore":20},{"user":"Ashuto7h","level1":0,"level2":0,"level3":7,"level4":11,"level5":0,"totalScore":18},{"user":"CharvyJain","level1":0,"level2":4,"level3":14,"level4":0,"level5":0,"totalScore":18},{"user":"Akshu-on-github","level1":2,"level2":4,"level3":0,"level4":11,"level5":0,"totalScore":17},{"user":"Ayush7614","level1":6,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":17},{"user":"jayshah6699","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"rajiv8","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"vinishhub","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"ashima0699","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"AnkitaM84","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"Rajiv8","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"pranai2279","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"sourav-coder","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"sujal111","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"manvi0308","level1":0,"level2":0,"level3":0,"level4":0,"level5":16,"totalScore":16},{"user":"SubhradeepSS","level1":0,"level2":4,"level3":0,"level4":11,"level5":0,"totalScore":15},{"user":"shaikyasmeen-mldl","level1":4,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":15},{"user":"nayanajain","level1":0,"level2":0,"level3":14,"level4":0,"level5":0,"totalScore":14},{"user":"KamalDGRT","level1":0,"level2":0,"level3":14,"level4":0,"level5":0,"totalScore":14},{"user":"singhsaurav23","level1":0,"level2":0,"level3":14,"level4":0,"level5":0,"totalScore":14},{"user":"rutujadhanawade","level1":0,"level2":0,"level3":14,"level4":0,"level5":0,"totalScore":14},{"user":"pankajkumarbij","level1":0,"level2":0,"level3":14,"level4":0,"level5":0,"totalScore":14},{"user":"Nitesh-thapliyal","level1":2,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":13},{"user":"Vishal-raj-1","level1":2,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":13},{"user":"Aniket31-coder","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"abhik99","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"bhavya092","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"Ujjwal3009","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"avishkar2001","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"geekaditi","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"TrushaT","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"Aman-D","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"Palaniyappan-S","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"ivaibhavjindal","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"ishubham21","level1":0,"level2":0,"level3":0,"level4":11,"level5":0,"totalScore":11},{"user":"SwatiBhatia18","level1":4,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":11},{"user":"anirudhsai20","level1":2,"level2":8,"level3":0,"level4":0,"level5":0,"totalScore":10},{"user":"achalesh27022003","level1":2,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":9},{"user":"bhavesh1129","level1":4,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":8},{"user":"vilsi12","level1":8,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":8},{"user":"abhinav-huria","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"Aayush-hub","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"ankitasantape","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"virajmane","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"ANUJAGRAWAL2000","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"KartikeySharma","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"pranjalshinde","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"lokeshvenkatesan","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"harsha-sam","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"mehabhalodiya","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"Salonii02","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"raman-thakur","level1":0,"level2":0,"level3":7,"level4":0,"level5":0,"totalScore":7},{"user":"prakharshreyash15","level1":6,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":6},{"user":"Dhriti-Roy","level1":6,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":6},{"user":"Muskan10Mehta","level1":0,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":4},{"user":"japneetbhatia","level1":0,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":4},{"user":"Sobhit25","level1":0,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":4},{"user":"vaishnavirshah","level1":0,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":4},{"user":"luckykumarirai","level1":0,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":4},{"user":"Tejas-Ladhani","level1":0,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":4},{"user":"pankaj892","level1":0,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":4},{"user":"shiveshchoudhary","level1":0,"level2":4,"level3":0,"level4":0,"level5":0,"totalScore":4},{"user":"sandeep1324","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"Deepthi2001","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"Raghavi94","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"IshetaBansal","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"gupta31","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"Shivam7-1","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"Himanshi2016","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"PinRathod","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"Siddharthmishraweb","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"Sandeep1324","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"amanchande","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"jveer634","level1":2,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":2},{"user":"Siddhant-K-code","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akgupta2075","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aryans1319","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"TANAYTAPANSHU","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kibby-b","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"fazer1929","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Savage-centrix","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arpitc980","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Khushboo918","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"BalanaguYashwanth","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kishanrajput23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vedurumudi-Priyanka","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"stanleefdz","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anut123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abdulkarimalhsn","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"iamninad","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shivangi22Agarwal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"saketh018","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sakthi3016","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"cyberdev25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amoghjalan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nekkantimadhu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"milanj1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akatsudragneel","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abheetkumar1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mishayy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hamidliii","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mujtaba-786","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NamanOli","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"itratjassani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Gauravms2143","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Paresh-Wadhwani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aggarwalprateek72","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KHemanthRaju","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PPKath-1611","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"premmethe13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"killerkc12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mindninjax","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shahhilag","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adityarastogi1212","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahulsharma4298","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Monik09","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rishabhrathi22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Samridhi-98","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"3114-jatin","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AkshadK7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gauravpandeypes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"divya-392","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Deebite","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahulroy06","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bicky21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nec0918013","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sureshc","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vishnu2k20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"snehagupta-4","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"komal11998","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"subhadeeppaul","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"poojankumar50","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tjmanish","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gunjan2405","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rakesh830566","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anurag-compile","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"newdawnera","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yizo-Yizo","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"MonalikaKapoor","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AditiS2610","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mVaibhavPrakash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tharani247","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"muskanmahajan37","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayush7-BIT","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yeole2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pravleen17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mohamedmehdigara","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"namita14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shalinikumari50","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahulmyakal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"radhikasingh13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dineshcode97","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mousmi122767","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nikfury2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nixk01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deven10dev","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"MohammadHirani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aadish19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"UshasriMavuri1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kishanvyas","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tsankesara","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shasheat0309","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"im-sakshijain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sahilsandhu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adaksh679","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Idon'tknow","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"codewithvk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sbaddi06","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ayushi-1408","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"narangV","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SudirKrishnaaRS","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Priyankcoder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"snehaa1989","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SankalpDCoder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rinkijatav","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pstreemaze","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pranitabarbade","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anjalird","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dsharvari98","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"radhika011","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"YaelRobert","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"wbhoomika","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dhrubajyoti89","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"1anshu-56","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tirth2014","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mushahidq","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jyoti88","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"super-coder-girl","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shaikhamaan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tanej98","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Divyang_Pilojpara","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ketaki-k13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"paritoshg25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VaishnaviBidaye","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"poojapatel21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RavirajWadnerkar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"lokendramahale","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Parth-299","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anubhavbagri","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KoranHarinas47","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Davekibh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ssurbhi12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jainshubham46","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Gaurav-2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"JandedAstro","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"uditrungta7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ayushluthra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Preethi-Panchakshari","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sau_2508","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vivek84527","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kovvuri-35","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KunalMehta205","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akj2018","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vitika-soni","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Roshanbhadauriya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Patrickoo7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"suhas-kadu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arpitha-gowda123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pranavbharadwaj007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Manikanta05","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anilkumar510564","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhatnagaranshika02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mohitpaliwal20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SuryaGowda17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vanshaj1-dev","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"utmandilwar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shivamzz00","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sakshi-30","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SivaKumar2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"poojabh08","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Debtanu7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yogita2598","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pallavi00021","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhishek12081999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mrunalthosar57","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sahanabalappa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"carrycooldude","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshgit69","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vaibhavbharti","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shashankmagaji","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shubham-0927","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KART6099","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashu-cybertron","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Himanshudewangan6973","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NandanaNaik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vinishChoudhary97","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"utkarsh-srivastava-22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"fatmab2809","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"codeklada","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"alsam123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mikdhadc","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhakti0302","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pavan-Kumar122","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"JobinBiju","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"donamath","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SAHITYA-MODI","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"UKnowWhoIm","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amanjots19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"avinashupadhya99","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aastha-b","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"blacksummer29","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shreyasY2k","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shivamkchoudhary","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ayushrastogi689","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ompatre","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yasharthratan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rohan-cod","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aman1905","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshchhabra37","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Manasagovi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"s0hamsaha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mehakagrawal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rg226965","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sharmasoumya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ruheej1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Anikstsingh1411","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sharannyobasu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shreyraj2002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gauravmadan583","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NandiniS26","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"garvdhir","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dexteroussingh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"khandelwalk1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adithk07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dhruvrastogi18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"agarwalraghav1687","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tanu1904","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aparna-07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NandiniGupta04","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mansi1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bilal-23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amit0412","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anshulsoni4","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kushagra1212","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prateetimehtajain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dreamy-018","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kratagya23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hariomgehlot","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"demon09-glitch","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SKV-programmer","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"siddharthswami05","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ansh7899","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sam8239","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Deena2112","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manojsandeep","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yashaswitir28","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubhanshiagrawal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vinodhakumara","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"JaskiratSudan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ritu01-git","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayushmansrivastava77","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Adityanagraj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kanika2212mishra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshidkoladara","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bansaljas","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"saniya-imroze","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhawna1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Theavitw","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rohitgit1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mallikarjuna-538","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanchit28","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"afrozchakure","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Gaurisha21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shubham-1105","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Umang-19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mansijain014","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nisha1611","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ekta19-02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Murtaza-S","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sejalsksagar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jayantimala","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashritha-m-tellakalu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Darshinianjinappa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Deepaliiii","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nikithabk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"viktiwari12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanjana-IM","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"khushboojoshi3","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"debajit13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SonGoku98","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"navaneeth-krishna","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dipsaili2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Legend-Anurag","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NikithaRajS","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kingofhell7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deepak-mech","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"codeash14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anushkarjain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Harshal0902","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deeps2002-git","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adlternative","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vinay030901","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Prem1803","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Badal-Raj12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Akshat-kumar-jain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhishekkr3003","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sadhik-TS","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ketakijk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"darker-max","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AneesAzeez","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sourabh02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aniketkeshri12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Anju-Gopan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aniketsingh98571","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shagun25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sehaj01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harishudavant","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vyomguptaa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Hkaur008","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yogita_412","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"smv1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"thisisaman01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"richabh456","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prachipalsodkar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rs992214","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"HarshitaBambure","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rajatb04","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Anupri20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubhijain02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"emmanuelotabil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sumitaccess007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yogeshkumar04","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ats1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"git-niharika","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kt96914","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"7tena","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshmangal1108","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aabidtantry20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"david-ash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"StutiAggarwal04","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gokulbhaveshjoshi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Saivenkat8","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Chetan45s","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chkumavat18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sadichchhaa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SriSravyaN","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mstoned","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mayuresh-Github","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Chakravarthi0","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"krunal3909","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gaganKumarSoni","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"loneWarrior581","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kittu1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Arihant416","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PragatiJ55","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shreyash1601","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arsh-seth","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gowrijp","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"purohitdheeraj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnshikaY","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rohit3345ks","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anubhav0903","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aggarwalanshul01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"srivi15","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"supreeti555subudhi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"premothaniruth","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RaunakRahi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PriyankaJadhav20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ln-avinash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amangup9","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rohitnikam16","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vikhyatsingh123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Deepali177","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PREM995","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hariprasad4700","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KopparapuTrinathraja","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nikcodes10","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rajashekar-123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Trilokia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shaiknoormohammedsadiq","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SahilVasyani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chintu242","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"srigauravmishra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"muneeb-ahmed7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chehak123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sudhakarchitimala-321","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prashantsah","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"carrisunrio","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vyashaswini","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"geekyvyas","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"garimasingh128","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KunalFarmah98","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shalini-Negi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anushkailash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harancho","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"urvashiramdasani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ketanpandey77","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"silenteyesoncode","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kumarmayank29","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"purvansh11","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AVS18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hritikgupta92","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deepanshuoct12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sahilrahman12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anonymousksr","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SAchu47","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sanjana001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sathwikgudepu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Iamprashanth-1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chandakash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chandbud5","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnirbanBanik99","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nitinsaini1008","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rubal-MB","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tejasri8","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"subhan0","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sandipanpanda","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"polar-hushed","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shockmell","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"inthumitha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DJcoder007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AyushShuklagithub","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Priyanshi-Garg","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"devansh5","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"swapnanildutta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SamarthAnand07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adityamg16","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pillaimanish","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"BAKCHODGUNDA","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Krishna1407","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"JeevanaM98","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"siddharthborderwala","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"BERACAH333","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amitShindeGit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"MithunKumarPH","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rajesh-399","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"coder041201","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ash-exp","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amchuz","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ritikkanotra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SindhujaNadgoud","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RhythumPreetKaur","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"siddhisonwalkar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Preethias","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kapilkumar2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nagashreevsm","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"123-kalai","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"raunakchhabra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mdevansh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sinjinir1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sshiv5768","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kotalabhay","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shahrukh770","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ZodiacMoriarty","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"varshadasoroju","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gauravpatil97886","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Riya-Sara-Mathew","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shine53499","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AkshaySharmaDEV","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"csubhasundar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kiran-2","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jakkie332","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SIDHANT2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"TheShubham-K","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanya123456","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AkashDeepPatel","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jailukanna","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"srikant797","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PrashubhAtri","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dj107","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rituparnam-386","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SaminaAttari786","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Gauravsaha-97","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pragalbhsrivastav","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kunika1999Malhotra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aashutoshsharma002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"imperialHCE","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"salonilakhotia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"himanshu211raj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PoojaTopePuranik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sayand0122","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prachi237","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gollapelli-manoj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ENIGMA-exe","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"white-panda-afk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"irsayvid","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Baibhab221B","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AmalChandru","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Komal1503","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pulkit-Pandey-09","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ajay-singh007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manjeetdhayal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kumarshantanu01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Raghavbajaj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"padmajabhol","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"MariyaJojy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayushmansengar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hackedak","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"coldkillerr","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PrachiNarlawar-2020","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"singhsanskar202","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nikhil-kbhat","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"codemoxy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KHITISH-CYBER","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"subhangi2731","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"karshil2309","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Haritha2002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yitik-kawatra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gurdeep-singh-bhatia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kp779","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jaspreet099","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SayantanMaiti","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"soniaprasad","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rupeshmohanty","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jogesh-Mishra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anantya27","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ShanuRaj-debuger","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"insane4u00","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashmishra1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"CodeBlood2","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mansi75","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AryanAS001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VKSGIRI-1996","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Hyper-Matrix","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"C3Suryansu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ddey7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manshi25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abstrekt","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ashishkumarpanda","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kanupriya-11","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nporia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sagarmittal1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sumanpal3108","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ShrutiPandey27","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhirambj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"heenakhan1908","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Knighthawk-Leo","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"YASHWANTHINI","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vaish04g","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"eshachaugule","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pooja123667","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ChiragB254","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aarti3530","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ramankumar68724","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"theshubhamgour","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vso42","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dhanashreeg368","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SinghShreya05","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"TanweerulHaque","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dilipkn007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dwivedyaakash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhishek8923","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Debakripa-Das-Ray","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PraveenM24","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Riyaagrawal2","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PratikA2002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ANIL19112181","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rjrealworld","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ghost-mmm","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sneha-del","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gujarsk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"porkalai35","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"celine299","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"srj347","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sayan-15","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pikachua7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tanya-0708","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhirajsinha23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amitshu2003","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhishek663","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vaibhav22-Dev","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"monish29star","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubhamjha-cse","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhavesh1105","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"suman526","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"lethal254","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"priithaa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"TarunaSharma2002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"CodArtist","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Deep-Codes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pritampm3","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rohitkush1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"atulthakre00","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Priyansh-jsk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ARNAV-GHATE","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shruti-tanpure","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"iamAnki","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Neha-0407","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"himanshucse-19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"HimaRaniMathews","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"eKta37","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Keerthanab14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VikramOdugoudar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Saranya3","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"LoiyaAnant","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RyanCarlisle","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"reddymahendra52","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ruchikabhattacharjee","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Suryansh555","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AayushBangroo","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"parikshitrath","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"th3cyb3rc0p","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VineetSadawari","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VenomINJECT3R","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"samantashoubhik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kirtan18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yukta22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anshukumari2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Anuragjain20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vrajraval","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"raghavbansal27","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"zaidfarid","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shreya-10","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubhamtripathi101","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sherin527","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shivaygupta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sujal0930","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"krishna-y2000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Subhojit20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"valkyrie26","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"animeshsingh75","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vatsalajha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mridul-7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"archana-17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KHUSHI068","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shivamyadav37","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sarthak20535","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"B180581","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Raghavagr","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prakharR534","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"uditanshu23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vishwadeep08","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kritikashah20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shreyanshbhagat20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ORKO06","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prerna-saraogi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"simran1802","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nikhilnagrale2","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vivolscute","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhimanyu360","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Somsubhra1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sambitsargam","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"khanjasir90","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bucharitesh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gaurav-singh1998","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Arjune0867","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Bharathi235","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhavikas-9999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anshrathod","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tanyarajhans","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tripathi-abhishek","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Manitej66","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SimranKoul7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubh720","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubham5351","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dufftt","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prabhsimar-s-sawhney","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"atreya221","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DivijCode","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"paravkaushal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arunagri82","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashishsoyetra30","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"naman-a12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deepika845","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Manish122","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gourav310","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aditiaher","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"snehakumarii","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KyleGichez","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prabhu4444","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"alceil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jakansha2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sneha2000-murthy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"THEBEAST310","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shristi0125","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Swarnim-hub","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"priyankav21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ATShweta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mahakal420","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"atmakuriganesh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adithyapaib","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"2020-2021","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"wolf-blood","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NivedithaBBhat","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sourabhwon","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vedika3lol","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhavyakoganti","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NITHIN-K-BHAT","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sphinx161","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SatyamOzaR","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Chethu941","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KajalDahiya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pranjwalsingh236","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NIDHI","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Prachi-DSAI","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"UnknownAvatar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DevanshAgarwal23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"swapnilkr","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ayushyadav0620","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"divyachahal12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dhruvvadoliya1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shaluanand18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rckstr-rohan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Cavin6080","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Babita-Sharma","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"fa2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aanchal315","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adhilcodes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Chirag482","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jyothish210","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"priyanshupardhi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"navaneethsdk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PREXA321","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mohdzahidK","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shikharcodes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Susmitha-chaparala","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"baibhav0305","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"poornimarathaur","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aishawaryakd","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Akshit42-hue","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adarshgupta-psit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GlitchBrain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"stuti-v4","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RishSharma0110","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sakshi-06","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Utkarsh299-tech","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Wild-Soul","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Saranshsharma1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"keerthanabuvan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ijanmejoydas","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manshisharma1372","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adinarad","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shinchancode","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yuvikaarora21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhisanghani0792","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"avnoor-488","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhishek2707","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"doracodder277","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adarsh500","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mezoBear","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Elsa-Thomas","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pallavithakare28","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanju6890","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mad-skull","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dev-shubham1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sachinthakur-code","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jasvender","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnubhavSingh11","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AyushSingh22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"codersaty","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"disha335","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Captniks","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"davecheez","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhushanasati25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ritik8","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mobasherah12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshtaliwal30","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnandD007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Siddhantpatro","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SUBZZGITHUB","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rage-ops","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"punitsakre23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sarthakgupta13022001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Anirudh789","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayush0806","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"lavish123-code","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Akashrajawat007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shubhamcloud","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shivanesh15","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"snehaamenon","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mhpanchal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adityakumar48","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shashank1223","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pranjal-Yadav17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Raghavbansal123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhilash2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aaquibmultani5","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"thatsgaurav","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Harsh-bartariya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhixtrent28","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"surbhichouhan20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayushi1908-SVG","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"furher023","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sjsingh101","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adkt17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nikitajain2606","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Susmitha22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adarsh-52","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anandprabhakar0507","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Hardik356","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sj-on","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"devankit01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Maneet-Sri2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sisirapuppala","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akumar0709","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"skdroid","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jsneha1710","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NitinGupta2633","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pankaj-2407","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rishitasharma2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"matakshay","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yash-Vijayvargiya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shashank024","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"JINDAL-JJ","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SubhamChoudhury","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"meetvansjaliya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vvHacker007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"keshavarora015","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"lavishabhambri","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yash123456893","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sujay2306","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sreekaransrinath","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shoaibahmed19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ritika2481","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GayathriPriya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rayman-Sodhi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sunandanisharma","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Krishna27","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Manoj-Paramsetti","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jyotishman-Ghatak","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VaishnaviLakhera","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Venkatesh-tech","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jayesh-baibhav","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"janakis142","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jinalvasoya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vinayagamoorthi-2201","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ashu-033","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sbelidhe07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mitul3737","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gagan2330","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Xbeas","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Script1337","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hemantsolo","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aravindchalla","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Suharsh007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"lenovomax7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshakshit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"robertrupal3","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Dumsmash58","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sourabh456","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kalam097","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pritamnipanikar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"divyam-saraswat","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shubhanshu-1507","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tanishq2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anant21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanjay_s_patel","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PravalikaK2809","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kasheefali","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Lazarus-10","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Divya70","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanjeevkumarray","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yash202000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KVSSKPRADEEP","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SheetalAgarwal26","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akshrasharma2666","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhiimanyu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayukhandal00","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Asuraking1n","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Dileepdeepu1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RK1905101","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KunalMahato11","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhiroopbasak","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"smartpatel01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jaysharma786","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amil-Gupta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ABHI99-coder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vedpshukla","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tj07-dev","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anishghimire603","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"haresh6x","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ashwani132003","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ary3ndra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Raman201","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"saisatwik99","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"meraki-mk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"laurena_908","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mdevarak","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"27ShraddhaS","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"BALASAI1236","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"techwebspot","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"parimal20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"iamvikasdevops","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Heydarklord","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kanishkjaiswal1211","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rimpi246","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vashi38","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Quint-Anir","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tanvipatel248","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akhileshkumar234","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"payalpatra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jiteshchawla1511","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"keyurchd11","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sravanireddy1102","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Anirvinya18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tharunya07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ravi3134629","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sudo-ranjith","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Trideeb","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Prem789538","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yagura18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Confused-code","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"varma1825","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhishekd004","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vejjukrishnasairuthvik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mak-ux","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pali8-sharma","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ashishkoli14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rupenderbauhtey","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"oba211","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hello-fri-end","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"X37OHSSVX","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"monupareeklg","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahul17402","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"keshavkrishna","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shreya23-tech","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"krishnaveniramarajan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"iaman1998","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rylgarghitesh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aman09072000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jainsy-anjirwala","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shahbazalam07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Navu4","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ultimatium54","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashi0405","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"piyush-pk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jasminemuman","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vikashchander","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"riyagoel192","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Swati-12345678","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Utkarsh-Agarwal-585","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sagnikmitra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"srivastavayushi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amit3299","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rizashaikh25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amanem1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SmithaM174","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Prathamkrishna","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jaki729","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anushka23g","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pareeksachin","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chiraag-kakar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chihempat","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ronitrangwani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"samarth-asthana","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhyuday1302","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sreelaya-vuyyuru","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sameekshasoumya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aryan16d","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"iam-ghost","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"salonicious","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prajakta951","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sreyareddy15","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sridevi139","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aakrutayyyyy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gauri-bitsandbytes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pranavv0","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aritrochakraborty29","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aditi-kajale","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sakshi-25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akash-droid24","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aayushibansal2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pulkit177","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kruzes1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanujsood","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Palak199","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gursangat22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nameena123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kethavathsivanaik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rohit-33","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"meghagupta19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shrastigupta1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Akanksha11909","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RitikMani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rashmmiii","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SnehaS05","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yashii","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"YashVaish","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Akv04","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Arjyani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kausar-De","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aniket762","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"P-riyanka-prasad","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sumana2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rsalim","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"munna912","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhilasha-Jairath","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"karmapramit97","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chayan0424","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"simarpreetsingh-019","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sahurashmi321","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SAY-droid427","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GunjanGiri","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ds123-wq","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Utsav-125","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sriramadasu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nishant-19041","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"saicharan-Gampa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vidura-Wijekoon","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sutanuka34","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gantavyamalviya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rashika258","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"UditThakkar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"MANOJ-015","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"atharvagadkari05","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akhiii07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"cgoxo","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mridul18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shahnupur1901","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"YeswanthKumar-J","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"zerohub23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pankaz20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RVatgit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"koushik2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"proghead00","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rnrathod16","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Snehal2110","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gayatripalkar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nishant8509","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"riyaaggarwal09","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shubhamkumarjha123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhishek357","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adi-g15","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kulu123-z","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nishidhaSri","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"priyesh-raj-singh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Bikramjit21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"surbhigoel191","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shivamjai17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"msaikumarreddy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PSpooja","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ek08","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sarita1124","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ani-thanvi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"raghav0310","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VishalBothra72220","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nil1729","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"koustavghosh05","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sahibardj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ShanikaB","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"smriti-nayak","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"lakshmi-girija-m","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mkmahto2","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"agamjotsingh18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"coderaky","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"palankit942","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhaykulshrestha13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abjcodes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RajkumarSony","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kislay960","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"cyberdevil24","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"etendra2501","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KOMALDEWNANI","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhaydesai01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dashboard","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shivshankar9","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rakshit6432","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"cherryreddy143","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yashlad681","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubhamgarg21156","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anonymousr007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anushacode345","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DarshBavishi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sid-1207","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Lokeshdroid","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sTayal11235","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ananyade2412","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Hema25302","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"siddhigupta5","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kosakanishkdev","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sush-2012","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"thevoxium","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"B-UDAY-CHANDRA-001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Saketkumargautam","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ProPratik1405","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KrishnaNarwade","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Samiksha2809","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"BharatiSukanya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sumitsantape30","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mudra-surana","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Omarelsherif010","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akshatkverma","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshsinghvi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"flexino-is-here","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Baboon12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abuafza","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"theSumeetK","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NemaVatsala","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NeerajSinghNk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rishabh-vyas","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"somendra4290","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"meghaa11","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aayushi-Mittal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vikask1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AasthaGoyalgit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Priya12345","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sinhaneha455","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"agrawal-deeksha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sakshivohra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"riyajawa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chayandas03","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kuldeepiatv1234","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NeonVGG","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akshayrathi2102","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pandyaved98","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shivangi-pandey","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kush1101","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Avik17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Deepak-Darak","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"codebook-2000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"priyanshu029","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahulzk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnkitKu1234","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Saizalsinha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"LavanyaSingla","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jyotsna1006","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ambasta-shalu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tany26","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amisha2003","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ishee4urs","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amitkumar345","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vikas-hub-cyber","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"riddhij16","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ramswaroop72","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shadab-ops","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"i-tick","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VikasKrGond","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rinky6767","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pavan2131","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"omeev","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nehakalbande","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"buushra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"riya5915","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nayeematabassum","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SaicharanNeelarenta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NamrataTamhankar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"cypher3107","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ishan0110","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deepukumar18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ramesh085","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Princy-glitch","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"megh16123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ANWESHA2202","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"swarupa29","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"JAYAROSHINI2112","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Simreeta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ramasai13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ardourApeX","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Neha351-ui","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rupali0311","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shonali2600","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnaghaJain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"muskuu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"menna5","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"imakash3011","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"code08-ind","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"antaramunshi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ExpressHermes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"satishkollu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ishaan-s1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vidhi309","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Suman5501","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankitgoel25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jaimehta1912","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nooras","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tacticalyash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"divyanshmishra29","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Deepak-dex","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"stok","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Niks457","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ritiksinghsahib","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Arpita67","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Dilkhush300698","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ashigarg123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vaishali679","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Hitesh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aviii123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhi-146","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anulmehta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"keshav-kabra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"saumyatiwarii","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DEEPAK1995","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"laraib-sidd","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"l-ightmare","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manika29","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sonam2905","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Niharikajain2812","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Akshat511716","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"smv8960","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arbazkhan56","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shishira4","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"thatfreakcoder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pulluri-Poojitha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankushsinghgandhi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amansharma2910","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vishrutgrover","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Namanl2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shades-7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"swarnakrishnan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ak2783934","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aryan-13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jhumpa16","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hemraj4545","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Chatterbox01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Lancelot09","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"avhiaryal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sibiakkash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Justin0000005","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jyoti680","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PradyumnaKrishna","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"riti2409","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prasant1998","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hemanthkumar2019","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tyagisarthak04","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GulshaChawla2608","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rootAvadhut","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Hetpatel1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Varun180201","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"435akashjha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anjali0112","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"samruddhi-10","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amoghtech","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dsdishu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"99bcsagar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"thabsheerhussain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anikashc","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rochelle123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Saimani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rohitkulkarni22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"darklight147","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anandu467","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pallavigupta1016","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"komalthesomething","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shah97ajay","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"cowboy-slayer","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kulsoomzahra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hetmehtaa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sneha56","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Piyush","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"A-R-5821","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prashant-patel-hub","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kashish_980","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Srimathij","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dibyarupajena","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mpharswan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhishekmajhi42","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"TanyaIssarani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tanmay2510","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Naveenkumar8055","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"trupti123-sahu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manish831","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DeepakGitHub050","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sillyyyy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"lalan0012","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"trmpsanjay","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shahishree03","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rudrakshi-Sharma","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AliRazaQureshi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Super","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"saimadhu511","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mitali2700","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"riyamishra288","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rithikavishwanath","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhishek-iiit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pratham660","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"V-SOUMYA","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"siddhantt24","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sam-2200","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Simar05519","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankithans","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"leoshad9","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pranavi79","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"farseenmanekhan1232","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AsimAlam","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Dib2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"moalnawagy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"IshanGoswami3","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rajathmr","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"myrnanvia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akanshakant","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sarthak-code360","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VarunMore","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vartikaaaa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pyutir","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pranav016","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"snghnishant","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"meenal2000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kritika243","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manasisaiba","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Swapnil-Gaur","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"khushibalyan220101","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"CodeSadhu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"darkshadow9799","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jatinmankar8","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nameena786","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"milanj-1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"varanasiroshan2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ManasSahni","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deepakkapse","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shreysY2k","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sakshamji","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pkspyder007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"incredibleone","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kamesh-Mishra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"programmerrush","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hritikkhurana10sm","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kerveyfelix","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"keshav304","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Garima2198","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vinnymadasu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chaitanyanitpawar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mamas1072","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"archana-1205","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"D-Ajay-Kumar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhinay1800","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NishikantaRay","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AcidBurn18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SAMYAK99","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Pranav-Bobde","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"iamkrati22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hidayat7z","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mukundkedia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"trishala01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nsayali","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"InvincibleNobita","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anushkasinghal11","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"muskan-salampuria","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manojtummala","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Apoorve73","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rajraman786","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Bansi32","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Teja-veeramachaneni","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kiranroyal1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tussshar27","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NakulSambare","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kumsomi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ranjal007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshareddy794","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shraddhavp","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"suhanichawla","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vighneshanand","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ishika1727","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jayanthkumar10","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"zahinekbal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"HustleRRR","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Masters-Akt","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Israakhan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aarushivohra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tanvi355","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ahmad-shaikh575","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mindninjaX","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sreya894","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ananyarsingh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"allenmanoj17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhoinishant","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pratyushmp","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"k-sashank","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"marcus-auz","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnshMishra2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"galahad42","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NewCoderBoi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amaljoseph","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akhilmhdh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"TechTarun","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ruchika1004","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shivesh72","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Apk23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shaji-stark","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nikinegi1998","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kunsh-Manghwani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mitali-laroia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nivedita967","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vanichitkara","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shrushti2000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gargVader","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shrutijha16","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhavneet334","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nehalabhasetwar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sapphire-Skies","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"satyam1203","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sreelayavuyyuru","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aanu1143","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abheetarora","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shankhanil007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ads-22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Harikrishnan6336","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"avikki","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Adarshsingh2k","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GilbishKosma","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shivangi00","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pootpaddy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SonaJaiswal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ananya0504","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shagun0915","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pragatipal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rashmitha520","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Lovish-Aggarwal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mohammedssab","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"soumya997","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Chanchal1603","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Trisha-tech","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aravind0009","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ssharanyab","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"meghanjain23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AdityaJ7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kulvinder1600","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"spacemonkey1101","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rawCode4U","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bunish","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"wildchaser1703","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"imanishbarnwal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RuchaYagnik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kavya2905","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ddebrup","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"piyush-1305","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sharur7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankitapuri","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"HY-18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Neelaksh-Singh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sunny52525","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Guru3001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bullishking","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"MANTHANCHOUDHURY","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amol1567","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankitpandey0","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RickDiesel17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Dk123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AarushiKapoor","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"coolsonu39","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hariom868","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankita413","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nanda-mik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"divyasri77","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sd","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sumitlovanshi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"esheetaparulekar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"HeroicHitesh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KD1890","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dexterpuru","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"soham117","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nidhi-08","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AshKnight99","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kulendu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nishtha3512","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanjayrathia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dhwanishingala","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"niketbanetha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Monisha-23","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"er-royalprince","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ak-panchal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"xidhu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SabhyaGrover","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tejan-singh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AparnaAgrawal02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AdityaAmbekar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sravani-7701","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"23krishna","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sameera-Aryasomayajula","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kartikey-agrawal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jaswaniyogita","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Navpreet1234","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pratikpwr","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"123dhruv123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anujjain5699","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shan7270","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"areeba-shaikh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kuldeep27396","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"HimadriPathak","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"megha31-07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prakhar1144","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rushi-173","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PadminiRai","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Garimakanwaria","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vaishu011999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jodieritchie","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ritikagarwal231","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SravanthiKaki","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rahul555-droid","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gurleendhod","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"grvcodes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shrutayyyy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anujsharma487","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"haribhar123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"d-cryptic","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DivyanshuParwal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AP-Alpha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GudalaManojakhil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SomyaGandhi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"poojitha2002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"roshankcjha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"roshnideyic365","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"BeYou17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"HumblePlebeian","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rakeshfiroda","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"theLAZYrabbit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ashish-kumar-sonwani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vidhya001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"veera6513","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahulhgdev","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"4doctorstrange","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vishesht27","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Divinit7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Soumi150","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"programmergaurav","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bhupeshsinha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shruti0219","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Civil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"asha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ItsFRZ","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"smriti-21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SHAIMA-HAQUE","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"uddeshyatyagi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vibha-v-657","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"raushankumar7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshd-eep","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"snehaM2210","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sejalc22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pavanreddy0829","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Isha77agarwal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanskritinegi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"avichalsri","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vjvedh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hellb0yy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ajaypathak372","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yashasvimisra2798","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Keerthanabuvan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Alifbhanvadiya14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arpit2205","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pranjalagrawal2012","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Asra2000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sashwat-43","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"TheGreatFellow","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mohitgovindwar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rohitm17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nikunjdk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"siddhantkaura","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arcreador","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mehr-creates","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tanmayhinge","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anup-a","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"atul787","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tgashwinkumar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"error404_sp","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aryan6290","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ADITHYANSPHILIP-bot","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AyuSoni25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adysis14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kmrakash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnirudhKK","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sneha-Pothiraj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Avinash174","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anubhab-code","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sayna3311","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RJ535315","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mr-abhi-k","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"thelostdeveloper","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnushkaThakkar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shyam29111","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"khusboobothra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SimplyyShubh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pavandeore","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"d1vshar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shaleenpoddar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shobhit162","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"OyePuru","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"insect-cs","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rupesh1901","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hack3r_0m","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tejas-coder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ujwal111","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KeerthanaPravallika","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshupadhya-13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SobhanDash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nerdynikhil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhay0809","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kausthub8","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"crimemaster007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SouvikDey2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"imsanketvyawahare","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankurg-2910","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"purvadua","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Captain0K","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gadde5300","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"1MJ18EC121","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mayank2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kaaash-aakash","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"atharwa_24","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AK-Subodh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Harshitha-sa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhijeet317","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pragyabansal02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rushikeshpolawar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"payalmangla17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"avd151","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"HariniJeyaraman","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ayush8700","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KashyapGovindu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rithikarajk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ishan17vk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GoGi2712","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AaradhyaPriyedarshni","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Udit-singh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rishabhc711","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chetanpujari5105","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"avudaiappan-cse","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"iamshubhankarkhare","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mohamed-Rafiq-M","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Harshit1704","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dezeeeeeeen","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ANikhilAgarwal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yash-047","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Chaitu17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abinezer","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Prakhar030","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"murtaza1112","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rashi-s17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RahulBansal0502","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Artidoltani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kaushal-Dhungel","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"the-supernova","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PoojaK97","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gouravgoel","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"razorblade42","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"khushboogupta13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tejaswini22199","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pragadesh-k","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hrithik-21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Preethi-S-26","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PratikSingh47","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RaghavKaushal03","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Starkultra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Dev-shubham1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"keerthanam2001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tignangshu0507","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yashrajjain726","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"high-functioning-sociopath","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Dstri26","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"FrozenGirl-spd","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dollyjain51099","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"P-star-art","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sahiljamwal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shayash22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnanyaNagar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Chetna23-code","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"eswarupkumar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"devika34","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tarunkumarpjain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RhuthuHegde","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"starktara","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kokila-Manogar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mastershailesh1234","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akankshaprasad8","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jaki729","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Vaishnavi-cyber-blip","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"riturajjain2000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anayjoshi1608","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RT-1904129","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mukeshgurpude","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gauravjain2","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Khushik514","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ayushtamra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"agasheadwait","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bairwa25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manavshah123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ayushi300","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Khateebxtreme","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"eklaspurepriyanka","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kaviyaperiyasamy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"FallakBansal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"l0gesh29","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hashtag-incIude","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Yash-tech-design","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Himanshu_0624","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Viplav-Jha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tusshar17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"koteshrv","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mmirthula02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RadientBrain","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rghv932","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vicasindia","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aditisneh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shubh786Shivam","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahulk32","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kisanvyas","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amartyakumarsaha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shaswata1029","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"venkatanarayana143","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PranavJeurkar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mukesh2309","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aviraltandon21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"devjuliet","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arnabsen1729","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pradhanpobitra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhinamaharana","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SwapnaliShipankar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Gayatri2501","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Geeky-Ashu14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"lucken99","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pratiksha-pandey","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kvsskpradeep","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pyash99","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"CIPHERTron","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vatsalar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"COLONAYUSH","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hardikchopra242","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashwinsharmap","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kandarppatel28","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kaushikMJ","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ArneshBhattacharya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"escape12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SPratap7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jaynil1611","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jainprayush","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"N9shant","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"An-prog-hub","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ritsz123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dks2000dks","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"awasthirishit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ajithtech75","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arvindkush1996","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"APOORVANAGAR-2002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mihir878","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Srinivas-Voore","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kriticalflare","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Samanway-Bhaware","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anishdutta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kirthik13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"github","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"maaz-bin-asad","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aprameya20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Manish762000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tanay13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"krutibaraiya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prabhakarchavan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"salonigupta1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mostlypanda","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yash0501","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Raj142","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"siv2r","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pawankm21","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Krishi-02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arpitbhalla","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Joshitha18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mithil467","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amarsh789","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aniket118","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Prince3855","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vansh-arora18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akshaya-9","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankita1618","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Krishna408","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"poonam3110","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Bhagyashri47","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Malvika18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GargiChakraverty","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sratnadip","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adityabhandari15","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sreyareddy15","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jappan07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ujjawal-1999","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Adityam1619","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SivaKumar32521","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sumeetweb","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DevrajDC","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manishsamota","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kumud-869231165","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"L3thal14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dalalvarun","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dheeraj0802","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"amoghatsunil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gourisomani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"INDHU1402","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PEDDISHIVANI12","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hritik5102","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jelonmusk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Piyush-Chetwani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"twilight-warlock","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"surajsrv11","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sanya-sharma","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"srinitha13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amit588986","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"muskanmittal02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"alphaaman","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NIKHILMISHRA-198","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jerry-45","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"avanimittal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ChetasShree","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manaskharejhs","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yogita412","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ritik307","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"harshmishraiiit","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jasminekaur-prog","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Priyanka31mishra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ag-hcoder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KartikeyaTripathi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Swetha28","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aarushi02-ab","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"karankartikeya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rajdeep-G","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"IC1101Virgo","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shravani05","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Anish528","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bohemian98","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PriyankDev","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aakarshteja","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"atharva-upadhye-01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kavya-Anand","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kratika19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deepshikhadk1234","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mighty-geek","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amitsharma45","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"smriti111","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashishk1506","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sarvesh059","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"joshi008","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AmarKamalapuri","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pragati-web","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rounaksarda","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubhamgoel24","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sukriti-singh","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jasleen5900","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"TyagiArpan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shaurya-Agarwal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anushka-srivastava22","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"codeaholic-shub","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayushbajpai19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chttrjeankr","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chirag1407","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shubham13202","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sha1shwat","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tushgaurav","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tanya162","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"beingshub02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"20202meb089","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shobhit-08","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayush0730","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"codimbue7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vybhav7295","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akshita2903","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akshay399","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ANUVAB-GHOSH","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Raj123majumder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dsnehasish74","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NeerajHazarika","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tushar-amrit-6","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jeeaditya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Amankazz","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"maanpthk","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"VishwPramit97","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aryansinghgt","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anirbansikder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Arvind-raj06","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aiswaryal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PROFESSORRQ","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rohan12152001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tanshujindal","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kavania2002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"raibove","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahulpathak-github","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"MohitChachra","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vngarg","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sahil2712","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"neetika111","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Santhoshi-Ravi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"falguniraina","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Anjali001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nishant2525","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ksgokul2501","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Astrodevil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"grimm989","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aman7299","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"paaniik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"my8286","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Harshit564","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ShashwatAwasthi04","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"adi1spock","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhiwaghmare","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Gayatribhosale2610","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"DEREKFROST07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhishek7389","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anish-cpu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"IshitaSharma3101","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"BALARAMGHOSH","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NikhilGithub123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SagarBapodara","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ArchishmanSengupta","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Blastoise","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sohitdon","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashish-devv","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rohanJa","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dipanshparmar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bipinparajuli","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Priyaraj17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"manisha015","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jugeshraghav","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"GeetikaRijhwani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"thevivekpande","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhinav-B-19","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rahil-1407","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chetanN02","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ankit0225","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashish9i21998","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rishavbharti","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prath06","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Jayaram18","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Abhishekcs001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rajat-Jain29","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sd533","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"bagofcodes","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hardik0899","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"srinath1412001","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"safiya03","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"apekshamanchanda","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NoSoyTuMadre","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abdus","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dnpshuser","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Senjuti256","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"nandanhegde13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"NenadPantelic","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Gyanesh-Samanta123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Defcon27","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pearlkothari","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Ayushgup85","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"handsome-me","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Nidhirajput1301","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"roli25","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Bryophyllum1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"dig9074vijay","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kinitkumar1801806","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aaliyah03","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"chanderbhanu096","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shreyabiradar07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Mahesh-Umachagi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"naman025","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yugansharora01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"tptanupriya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"agarwalutkarsh554","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Bug-007","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vyas2230","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tanya163","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sumanyu123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"saurabhkurve","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"techvidhya","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jatincse","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"d-joshnika","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"gkssingh51","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rishi-121","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SanjeebNath382","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Devansh0106","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"RishikeshSreekumar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"shriya030","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ankurg132","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Don'thaveid","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"yashdevilking","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"KaranBengani","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kalaiz","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"subhav13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"MuraliThatholu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"akshay1027","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"romasinha","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rewangi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pritamp17","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mrjoshi0147","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tanujcbe","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aditidona","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"uzor13","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"saurabhburade","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kahkasha123","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Joe-Sin7h","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"vin2320","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"karinasharma01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"deespider","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"imsachinsingh10","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Karun842002","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ShreyaDhir","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"suyash-patil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Kuldeepsinghvi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"arpit-saxena","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"the-rebooted-coder","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rishu2000","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"prajjwal1231","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"LazyCoder-1506","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"hanzala-sohrab","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aditya-singh14","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ramahanisha-7","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"cybertron","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"muthu-1812","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ari4325","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"17sushmita","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"AnshikaGovil","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SaiSuvamPatnaik","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pranab2021","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"itsIapetus","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pawki07","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"mansij1234","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rupalAg","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aadityamp01","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ravikr126","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"aryangulati","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pratik-choudhari","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"pratx08","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"SravaniKod","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"draveshjaluka","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Shaswat-2203","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rishitha24","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"abhisheksg222","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"coolAryan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rumali-Siddiqua","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ashutosh-cusat","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"xxD","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"jain-khushboo20","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"rashipathak","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Versha1234","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tarunmittalg","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"kaushambisharma","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"anupriya12-code","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"herkura","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Atom2k28","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aanchal116","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ShubhamjyotiSahoo","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sharmanikhil1100","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Tanmay3132","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ronitshrivastava447","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sowmiya-venkatesan","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Sudheer2688","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"sophiakumar","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Swatilekha-Roy","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ridhuridhu","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"ayushhj","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"WaderManasi","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Aditi-Singh16","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Rohith1221","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"noviicee","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"Subhangini","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0},{"user":"PrajwalTikhe1","level1":0,"level2":0,"level3":0,"level4":0,"level5":0,"totalScore":0}] - -var state = { - 'queryState': userScore, - 'page': 1, - 'rows': 75, - 'window': 5 -} - -function pagination(querySet, page, rows){ - let trimStart = (page - 1) * rows - let trimEnd = trimStart + rows - - let trimmedData = querySet.slice(trimStart, trimEnd) - - let pages = Math.ceil(querySet.length / rows) - - return {'querySet': trimmedData, 'pages': pages} -} - - -let scoreboard = '' -buildLeaderBoard() - -function searchUser(value) { - let filteredData = [] - for(let i=0; i < userScore.length; i++) { - if(userScore[i].user.toLowerCase().includes(value.toLowerCase())) - filteredData.push(userScore[i]) - } - state.queryState = filteredData - state.page = 1 - scoreboard = '' - buildLeaderBoard() -} - -function pageButtons(pages) { - let wrapper_bottom = document.getElementById('pagination-wrapper-bottom') - wrapper_bottom.innerHTML = '' - - let maxLeft = (state.page - Math.floor(state.window / 2)) - let maxRight = (state.page + Math.floor(state.window / 2)) - - if (maxLeft < 1) { - maxLeft = 1 - maxRight = state.window - } - if (maxRight > pages) { - maxLeft = pages - (state.window - 1) - - if (maxLeft < 1){ - maxLeft = 1 - } - maxRight = pages - } - - for (let page = maxLeft; page <= maxRight; page++) { - wrapper_bottom.innerHTML += `` - } - - if (state.page != 1) { - wrapper_bottom.innerHTML = `` + wrapper_bottom.innerHTML - } - - if (state.page != pages) { - wrapper_bottom.innerHTML += `` - } - - $('.page').click(function() { - scoreboard = '' - window.scroll({ - top: 0, - left: 0, - behavior: 'smooth' - }); - state.page = Number($(this).val()) - buildLeaderBoard() - }) -} - - - -function buildLeaderBoard() { - Array.prototype.getIndex = function(username) { - for(const user in this){ - if(this[user].user === username) return user - } - }; - let data = pagination(state.queryState, state.page, state.rows) - let count = state.rows * (state.page - 1) - Scores = data.querySet - for(let user in Scores){ - user = Scores[user] - count = Number(userScore.getIndex(user.user)) + 1 - userAvatar = `https://avatars.githubusercontent.com/${user.user}` - // posDiff = oldScore.getIndex(user.user) - userScore.getIndex(user.user) - // if(posDiff > 0 && user.totalScore){ - // icon = '' - // posValue = posDiff - // } else if(posDiff < 0 && user.totalScore) { - // icon = '' - // posValue = posDiff * -1 - // } else { - // icon = '' - // posValue = 0 - // } - if(user.user === undefined ){ - continue - } - scoreboard += ` -
      -
      -
      -
      -

      ${count}.

      -
      -
      - -
      -
      -

      ${user.user}

      -

      ${user.user}

      -
      -
      -
      -
      -
      -

      Lvl1

      -

      ${user.level1/2}

      -
      -
      -

      Lvl2

      -

      ${user.level2/4}

      -
      -
      -

      Lvl3

      -

      ${user.level3/7}

      -
      -
      -

      Lvl4

      -

      ${user.level4/11}

      -
      -
      -

      Lvl5

      -

      ${user.level5/16}

      -
      -
      -
      -
      -
      -
      -

      ${user.totalScore}

      -
      -
      -
      -
      -
      -
      -
      -
      -

      Lvl1

      -

      ${user.level1/2}

      -
      -
      -

      Lvl2

      -

      ${user.level2/4}

      -
      -
      -

      Lvl3

      -

      ${user.level3/7}

      -
      -
      -

      Lvl4

      -

      ${user.level4/11}

      -
      -
      -

      Lvl5

      -

      ${user.level5/16}

      -
      -
      -
      -
      -
      -
      -

      ${user.totalScore}

      -
      -
      -
      -
      -
      - ` - } - - scoreBoardData.innerHTML = `${scoreboard}` - - pageButtons(data.pages) -} - - - - -if($(window).width() < 768) { - $('.logo')[0].src = './img/WOC-logo.png' -} -if($(window).width() > 768) { - $('.logo')[0].src = './img/logo.png' -} - -$('.mobile-menu-toggle').click(function() { - $('nav').toggleClass('open-menu'); -}); - -let userSearch = document.getElementById('userSearch') -userSearch.addEventListener('input', () => searchUser(userSearch.value)) diff --git a/woc/leaderboard/style.css b/woc/leaderboard/style.css deleted file mode 100644 index a67fd85..0000000 --- a/woc/leaderboard/style.css +++ /dev/null @@ -1,448 +0,0 @@ -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300); - -ul { - list-style: none; -} -nav .logo { - height: 70px; - position: absolute; - top: 0; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: #eee; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - float: right; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #000; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #000; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: "Pe-icon-7-stroke"; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #000; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #000; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #000 !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #000; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #000; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #000; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - height: 70px; - max-height: unset; - top: 0; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} - -/* BASE */ - -#projects { - top: 80px; - position: absolute; -} -#myVideo { - position: fixed; - right: 0; - bottom: 0; - min-width: 100%; - min-height: 100%; -} -body { - - background: #000; -} -* { - margin: 0; - border: 0; - padding: 0; - box-sizing: border-box; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; -} - -a, a:hover { - text-decoration: none; -} - -p { - color: #969696; - margin: 0; - padding: 0; - line-height: 1.65em; - font-weight: 400; -} - -/* LEADERBOARD */ -.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { - margin-bottom: 0 !important; - font-size: 1.75rem !important; -} - -#leaderboard { - margin-top: 100px; -} - -.title { - position: relative; -} - -#pagination-wrapper-bottom { - position: relative; - margin-bottom: 25px; -} - -.userCard { - background: linear-gradient(180deg,#0046ff,#222836 48.96%,#404042); - box-shadow: 0 4px 4px rgba(0,0,0,.5); - color: #fff; -} - -.text-primary{ - color: #00ff10 !important; -} - -.bg-primary, .btn-primary{ - background: #d701e8 !important; -} - -.avatar { - width: 45px; - border-radius: 50%; -} - -.fa-caret-up { - color: #00ff00; -} - -.fa-caret-down { - color: #ff0000; -} - -input { - position: relative; -} \ No newline at end of file diff --git a/woc/projects/img/Snow.mp4 b/woc/projects/img/Snow.mp4 deleted file mode 100644 index cebd6e0..0000000 Binary files a/woc/projects/img/Snow.mp4 and /dev/null differ diff --git a/woc/projects/img/WOC-logo.png b/woc/projects/img/WOC-logo.png deleted file mode 100644 index 6119661..0000000 Binary files a/woc/projects/img/WOC-logo.png and /dev/null differ diff --git a/woc/projects/img/github-user.png b/woc/projects/img/github-user.png deleted file mode 100644 index ea6ff54..0000000 Binary files a/woc/projects/img/github-user.png and /dev/null differ diff --git a/woc/projects/img/grokking_ML.png b/woc/projects/img/grokking_ML.png deleted file mode 100644 index 3a7816b..0000000 Binary files a/woc/projects/img/grokking_ML.png and /dev/null differ diff --git a/woc/projects/img/logo.png b/woc/projects/img/logo.png deleted file mode 100644 index b5a6b47..0000000 Binary files a/woc/projects/img/logo.png and /dev/null differ diff --git a/woc/projects/img/portfolio_app_template.png b/woc/projects/img/portfolio_app_template.png deleted file mode 100644 index 4b2a9e1..0000000 Binary files a/woc/projects/img/portfolio_app_template.png and /dev/null differ diff --git a/woc/projects/index.html b/woc/projects/index.html deleted file mode 100644 index c9828df..0000000 --- a/woc/projects/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - DWoC - Projects - - - - - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      -
      - - - - - - - - - \ No newline at end of file diff --git a/woc/projects/main.js b/woc/projects/main.js deleted file mode 100644 index 229d60f..0000000 --- a/woc/projects/main.js +++ /dev/null @@ -1,739 +0,0 @@ -projects = [ - { - "name": "webiny-js", - "owner": "webiny", - "img": "https://avatars2.githubusercontent.com/u/3808429?v=4", - "url": "https://github.com/webiny/webiny-js", - "desc": "Platform for building serverless applications and APIs (Node.js, React, GraphQL)", - "stars": 4098, - "forks": 306, - "type": "Organization" - }, - { - "name": "appwrite", - "owner": "appwrite", - "img": "https://avatars0.githubusercontent.com/u/25003669?v=4", - "url": "https://github.com/appwrite/appwrite", - "desc": "Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment 🚀", - "stars": 3928, - "forks": 563, - "type": "Organization" - }, - { - "name": "socli", - "owner": "gautamkrishnar", - "img": "https://avatars2.githubusercontent.com/u/8397274?v=4", - "url": "https://github.com/gautamkrishnar/socli", - "desc": "Stack overflow command line client. Search and browse stack overflow without leaving the terminal :computer: ", - "stars": 898, - "forks": 212, - "type": "User" - }, - { - "name": "Face-Mask-Detection", - "owner": "chandrikadeb7", - "img": "https://avatars2.githubusercontent.com/u/29686102?v=4", - "url": "https://github.com/chandrikadeb7/Face-Mask-Detection", - "desc": "Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras", - "stars": 692, - "forks": 351, - "type": "User" - }, - { - "name": "NeoAlgo", - "owner": "TesseractCoding", - "img": "https://avatars1.githubusercontent.com/u/65599589?v=4", - "url": "https://github.com/TesseractCoding/NeoAlgo", - "desc": "Bringing all Data Structures and Algorithms under one Roof ⚡", - "stars": 286, - "forks": 432, - "type": "Organization" - }, - { - "name": "switchblade", - "owner": "SwitchbladeBot", - "img": "https://avatars2.githubusercontent.com/u/39246832?v=4", - "url": "https://github.com/SwitchbladeBot/switchblade", - "desc": "The open source Discord bot that solves all of your problems.", - "stars": 270, - "forks": 196, - "type": "Organization" - }, - { - "name": "Rotten-Scripts", - "owner": "HarshCasper", - "img": "https://avatars1.githubusercontent.com/u/47351025?v=4", - "url": "https://github.com/HarshCasper/Rotten-Scripts", - "desc": "Scripts that will make you go WOW 😍💻 ", - "stars": 267, - "forks": 194, - "type": "User" - }, - { - "name": "awesome-portfolio-websites", - "owner": "smaranjitghose", - "img": "https://avatars2.githubusercontent.com/u/46641503?v=4", - "url": "https://github.com/smaranjitghose/awesome-portfolio-websites", - "desc": "An open-source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world", - "stars": 196, - "forks": 231, - "type": "User" - }, - { - "name": "canvasboard", - "owner": "Canvasbird", - "img": "https://avatars0.githubusercontent.com/u/67165969?v=4", - "url": "https://github.com/Canvasbird/canvasboard", - "desc": "An interactive board with plugins focusing on replacing the need of multiple platforms for teaching, presenting, managing or explaining your ideas 🌎 ", - "stars": 134, - "forks": 95, - "type": "Organization" - }, - { - "name": "doc2pen", - "owner": "smaranjitghose", - "img": "https://avatars2.githubusercontent.com/u/46641503?v=4", - "url": "https://github.com/smaranjitghose/doc2pen", - "desc": "A student's savior to submit those assignments by just typing them out and getting it handwritten on the go!", - "stars": 133, - "forks": 151, - "type": "User" - }, - { - "name": "Internship-LMS-FrontEnd", - "owner": "praveenscience", - "img": "https://avatars2.githubusercontent.com/u/1830380?v=4", - "url": "https://github.com/praveenscience/Internship-LMS-FrontEnd", - "desc": "We are in the mission of solving a crisis for a lot of small and medium enterprises, who are trying to recruit interns for their projects. This platform aims to onboard new interns, who have applied to the companies and help them understand the process and make the transition smooth.", - "stars": 111, - "forks": 43, - "type": "User" - }, - { - "name": "Cheat-Sheets", - "owner": "VedantKhairnar", - "img": "https://avatars1.githubusercontent.com/u/42309779?v=4", - "url": "https://github.com/VedantKhairnar/Cheat-Sheets", - "desc": "Developer Cheatsheets", - "stars": 101, - "forks": 89, - "type": "User" - }, - { - "name": "commudle-ng", - "owner": "commudle", - "img": "https://avatars2.githubusercontent.com/u/66256000?v=4", - "url": "https://github.com/commudle/commudle-ng", - "desc": "World's first community management platform. And it's free!", - "stars": 72, - "forks": 34, - "type": "Organization" - }, - { - "name": "TensorGram", - "owner": "ksdkamesh99", - "img": "https://avatars1.githubusercontent.com/u/46109386?v=4", - "url": "https://github.com/ksdkamesh99/TensorGram", - "desc": "A real-time remote service to get the Keras callbacks to the telegram including the details of metrics-->pip install tensorgram", - "stars": 63, - "forks": 8, - "type": "User" - }, - { - "name": "Tech_Phantoms_website", - "owner": "Tech-Phantoms", - "img": "https://avatars0.githubusercontent.com/u/61622105?v=4", - "url": "https://github.com/Tech-Phantoms/Tech_Phantoms_website", - "desc": "This is the source code for tech_phantoms website", - "stars": 39, - "forks": 60, - "type": "Organization" - }, - { - "name": "Blogger", - "owner": "harsh-9in", - "img": "https://avatars3.githubusercontent.com/u/54139847?v=4", - "url": "https://github.com/harsh-9in/Blogger", - "desc": "Blogger is a basic blogging application which includes user to create an account and post their views.", - "stars": 38, - "forks": 90, - "type": "User" - }, - { - "name": "Community-Website", - "owner": "HITK-TECH-Community", - "img": "https://avatars2.githubusercontent.com/u/75066705?v=4", - "url": "https://github.com/HITK-TECH-Community/Community-Website", - "desc": "Official Website of HITK Tech Community 👩🏻‍💻👨🏻‍💻", - "stars": 32, - "forks": 84, - "type": "Organization" - }, - { - "name": "FireShort", - "owner": "monizb", - "img": "https://avatars2.githubusercontent.com/u/46259712?v=4", - "url": "https://github.com/monizb/FireShort", - "desc": "A URL Shortener made using React.JS and Google Firestore", - "stars": 27, - "forks": 38, - "type": "User" - }, - { - "name": "hackstation", - "owner": "ashishnagpal2498", - "img": "https://avatars0.githubusercontent.com/u/36301481?v=4", - "url": "https://github.com/ashishnagpal2498/hackstation", - "desc": "It is a web-app that help you track your coding status, showing it in form of dashboard. It also provides reminders to users for various competitive coding contests.", - "stars": 24, - "forks": 29, - "type": "User" - }, - { - "name": "ArtCV", - "owner": "smaranjitghose", - "img": "https://avatars2.githubusercontent.com/u/46641503?v=4", - "url": "https://github.com/smaranjitghose/ArtCV", - "desc": "Randomly Exploring Computer Vision techniques to create eye catching art out of plain boring images!", - "stars": 23, - "forks": 24, - "type": "User" - }, - { - "name": "Face-X", - "owner": "akshitagupta15june", - "img": "https://avatars0.githubusercontent.com/u/57909583?v=4", - "url": "https://github.com/akshitagupta15june/Face-X", - "desc": "Demonstration of different algorithms and operations on faces . Join Discord channel for discussion.", - "stars": 23, - "forks": 31, - "type": "User" - }, - { - "name": "datascience-mashup", - "owner": "Jayshah6699", - "img": "https://avatars0.githubusercontent.com/u/38597612?v=4", - "url": "https://github.com/Jayshah6699/datascience-mashup", - "desc": "In this repo I will try to gather all of the projects related to data science with clean datasets and high accuracy models to solve real world problems.", - "stars": 21, - "forks": 33, - "type": "User" - }, - { - "name": "AshTech-AI_Personal_Voice_Assistant", - "owner": "Ash515", - "img": "https://avatars3.githubusercontent.com/u/53136674?v=4", - "url": "https://github.com/Ash515/AshTech-AI_Personal_Voice_Assistant", - "desc": "One great friend in our gadgets 💻📳📱", - "stars": 19, - "forks": 29, - "type": "User" - }, - { - "name": "Grokking-Machine-Learning", - "owner": "Abhijit2505", - "img": "https://avatars3.githubusercontent.com/u/52751963?v=4", - "url": "https://github.com/Abhijit2505/Grokking-Machine-Learning", - "desc": "This repo aims to contain different machine learning use cases along with the descriptions to the model architectures", - "stars": 19, - "forks": 19, - "type": "User" - }, - { - "name": "rake_new2", - "owner": "BALaka-18", - "img": "https://avatars2.githubusercontent.com/u/49288068?v=4", - "url": "https://github.com/BALaka-18/rake_new2", - "desc": "A Python library that enables smooth keyword extraction from any text using the RAKE(Rapid Automatic Keyword Extraction) algorithm.", - "stars": 19, - "forks": 21, - "type": "User" - }, - { - "name": "Notifly", - "owner": "rexdivakar", - "img": "https://avatars2.githubusercontent.com/u/15235122?v=4", - "url": "https://github.com/rexdivakar/Notifly", - "desc": null, - "stars": 19, - "forks": 12, - "type": "User" - }, - { - "name": "Rescue", - "owner": "swapnilsparsh", - "img": "https://avatars0.githubusercontent.com/u/69387608?v=4", - "url": "https://github.com/swapnilsparsh/Rescue", - "desc": "Women Safety Website", - "stars": 18, - "forks": 26, - "type": "User" - }, - { - "name": "Q-Stream", - "owner": "Q-Stream", - "img": "https://avatars3.githubusercontent.com/u/66358162?v=4", - "url": "https://github.com/Q-Stream/Q-Stream", - "desc": "A Media Player which can run any online Video from different sites like YouTube, Twitch, etc.", - "stars": 17, - "forks": 15, - "type": "Organization" - }, - { - "name": "Realate", - "owner": "deluminators", - "img": "https://avatars1.githubusercontent.com/u/64522449?v=4", - "url": "https://github.com/deluminators/Realate", - "desc": "Real-time real-estate data prediction engine", - "stars": 15, - "forks": 10, - "type": "Organization" - }, - { - "name": "idea-lab", - "owner": "theupweb", - "img": "https://avatars1.githubusercontent.com/u/62296756?v=4", - "url": "https://github.com/theupweb/idea-lab", - "desc": "Collaborative space for developers, designers and artists to share and work with their ideas.", - "stars": 14, - "forks": 15, - "type": "Organization" - }, - { - "name": "img_ai_app_boilerplate", - "owner": "smaranjitghose", - "img": "https://avatars2.githubusercontent.com/u/46641503?v=4", - "url": "https://github.com/smaranjitghose/img_ai_app_boilerplate", - "desc": "An image classification app boilerplate to serve your deep learning models asap!", - "stars": 14, - "forks": 12, - "type": "User" - }, - { - "name": "QPowerAlgo", - "owner": "QPower-Research", - "img": "https://avatars0.githubusercontent.com/u/65121169?v=4", - "url": "https://github.com/QPower-Research/QPowerAlgo", - "desc": "Bringing all Quantum Algorithms under one Roof ⚡", - "stars": 12, - "forks": 12, - "type": "Organization" - }, - { - "name": "Amazon-Price-Drop-Alert", - "owner": "harshsbais", - "img": "https://avatars1.githubusercontent.com/u/43093686?v=4", - "url": "https://github.com/harshsbais/Amazon-Price-Drop-Alert", - "desc": "A python script that will send you an email when the price for specific items you followed on Amazon drops beneath a certain price you set.", - "stars": 12, - "forks": 13, - "type": "User" - }, - { - "name": "Athavani", - "owner": "Tejas1510", - "img": "https://avatars3.githubusercontent.com/u/64543913?v=4", - "url": "https://github.com/Tejas1510/Athavani", - "desc": "😻 Athavani/Memories is a full-stack MERN Tool built in order to save all your memories in a single place and rejoice them through the years. ", - "stars": 12, - "forks": 21, - "type": "User" - }, - { - "name": "Facial-Expression-Recognition-Classifier-Model", - "owner": "SanjayMarreddi", - "img": "https://avatars0.githubusercontent.com/u/57671048?v=4", - "url": "https://github.com/SanjayMarreddi/Facial-Expression-Recognition-Classifier-Model", - "desc": "An Exciting Deep Learning based Flask web app that predicts the Facial Expressions of users and also does Graphical Visualization of the Expressions !", - "stars": 11, - "forks": 15, - "type": "User" - }, - { - "name": "Painter", - "owner": "iamskab", - "img": "https://avatars1.githubusercontent.com/u/44048080?v=4", - "url": "https://github.com/iamskab/Painter", - "desc": "Painter is a canvas painting web app, where you can draw and express your creativity, and download your painting.", - "stars": 11, - "forks": 16, - "type": "User" - }, - { - "name": "COVID-19-Tracker", - "owner": "thinktocode", - "img": "https://avatars3.githubusercontent.com/u/73512577?v=4", - "url": "https://github.com/thinktocode/COVID-19-Tracker", - "desc": "🦠COVID-19 Tracker to track cases in India.", - "stars": 10, - "forks": 10, - "type": "User" - }, - { - "name": "Youtube-Dashboard", - "owner": "shriyaMadan", - "img": "https://avatars1.githubusercontent.com/u/38863530?v=4", - "url": "https://github.com/shriyaMadan/Youtube-Dashboard", - "desc": "Helps in seeing your channel's stats", - "stars": 9, - "forks": 18, - "type": "User" - }, - { - "name": "Portfolio-App-Template", - "owner": "Abhijit2505", - "img": "https://avatars3.githubusercontent.com/u/52751963?v=4", - "url": "https://github.com/Abhijit2505/Portfolio-App-Template", - "desc": "A personal portfolio application template.", - "stars": 9, - "forks": 10, - "type": "User" - }, - { - "name": "ScanIt", - "owner": "mishraaditya595", - "img": "https://avatars0.githubusercontent.com/u/54946784?v=4", - "url": "https://github.com/mishraaditya595/ScanIt", - "desc": "The intelligent, effective, All-In-One Android Scanner", - "stars": 9, - "forks": 5, - "type": "User" - }, - { - "name": "DocLense", - "owner": "smaranjitghose", - "img": "https://avatars2.githubusercontent.com/u/46641503?v=4", - "url": "https://github.com/smaranjitghose/DocLense", - "desc": "An open-source document scanner!", - "stars": 7, - "forks": 11, - "type": "User" - }, - { - "name": "Upasthiti-The-Real-Checker", - "owner": "Upasthiti-Dev", - "img": "https://avatars2.githubusercontent.com/u/76681122?v=4", - "url": "https://github.com/Upasthiti-Dev/Upasthiti-The-Real-Checker", - "desc": "'Upasthiti', marks checks presence. A Flask-based software built on computer vision libraries. It is an exclusive Attendance Management system with a variety of features with PRE AND POST COVID utility. Check more in the Demo below!", - "stars": 7, - "forks": 2, - "type": "Organization" - }, - { - "name": "Insider", - "owner": "Shyguy99", - "img": "https://avatars1.githubusercontent.com/u/47186922?v=4", - "url": "https://github.com/Shyguy99/Insider", - "desc": "An app to hide text data in a image implementing Steganography with AES algorithm", - "stars": 7, - "forks": 5, - "type": "User" - }, - { - "name": "Surviellance-Bomb-Diffusion-Robot", - "owner": "ssg8288", - "img": "https://avatars3.githubusercontent.com/u/43617730?v=4", - "url": "https://github.com/ssg8288/Surviellance-Bomb-Diffusion-Robot", - "desc": "DEV_Script_WOC", - "stars": 6, - "forks": 5, - "type": "User" - }, - { - "name": "Hoaxify", - "owner": "Femme-js", - "img": "https://avatars3.githubusercontent.com/u/48143381?v=4", - "url": "https://github.com/Femme-js/Hoaxify", - "desc": "Hoaxify is a Fake News Classifier built using NLP Techniques.", - "stars": 6, - "forks": 10, - "type": "User" - }, - { - "name": "World-Covid-Tracker", - "owner": "Saikat-98", - "img": "https://avatars3.githubusercontent.com/u/30549072?v=4", - "url": "https://github.com/Saikat-98/World-Covid-Tracker", - "desc": "A world Covid Tracking site made completely on ReactJs, Firebase. The site shows data of confirmed, recovered and deaths of all the countries plotted on a world map. It also has some cool animations showing the top affected countries.", - "stars": 6, - "forks": 7, - "type": "User" - }, - { - "name": "World-Covid-Tracker", - "owner": "Saikat-98", - "img": "https://avatars3.githubusercontent.com/u/30549072?v=4", - "url": "https://github.com/Saikat-98/World-Covid-Tracker", - "desc": "A world Covid Tracking site made completely on ReactJs, Firebase. The site shows data of confirmed, recovered and deaths of all the countries plotted on a world map. It also has some cool animations showing the top affected countries.", - "stars": 6, - "forks": 7, - "type": "User" - }, - { - "name": "stockinator", - "owner": "ricardoprins", - "img": "https://avatars2.githubusercontent.com/u/54654484?v=4", - "url": "https://github.com/ricardoprins/stockinator", - "desc": "Stock Market Analysis Platform", - "stars": 5, - "forks": 6, - "type": "User" - }, - // { - // "name": "AIes_object_detection", - // "owner": "Akashsindhu", - // "img": "https://avatars3.githubusercontent.com/u/25189336?v=4", - // "url": "https://github.com/Akashsindhu/AIes_object_detection", - // "desc": "Senior Year Project - AIes (object detection API)", - // "stars": 5, - // "forks": 5, - // "type": "User" - // }, - { - "name": "quizmaster-reloaded", - "owner": "djm-1", - "img": "https://avatars0.githubusercontent.com/u/54498482?v=4", - "url": "https://github.com/djm-1/quizmaster-reloaded", - "desc": "Online quiz hosting platform", - "stars": 5, - "forks": 1, - "type": "User" - }, - { - "name": "Mobile-Brower", - "owner": "sharmaumang001", - "img": "https://avatars0.githubusercontent.com/u/57462562?v=4", - "url": "https://github.com/sharmaumang001/Mobile-Brower", - "desc": "A full-fledged Mobile Browser. It has a great UI with a navigation bar and tab shifting facilities. It has facilities like AdBlock and Proxy(Under Built) for Best User Experience.", - "stars": 5, - "forks": 7, - "type": "User" - }, - { - "name": "Property-management-System-Django-Full-Stack-", - "owner": "IIITM-Jay", - "img": "https://avatars2.githubusercontent.com/u/65283880?v=4", - "url": "https://github.com/IIITM-Jay/Property-management-System-Django-Full-Stack-", - "desc": "The project deals with managing different layers of property on the basis of different parameters they acquire and can support with the facilities they accomplish, in order to ease with the searching and booking operations. The project is implemented using django due to its various incorporated features.", - "stars": 4, - "forks": 7, - "type": "User" - }, - { - "name": "Qsol", - "owner": "raghavagg01", - "img": "https://avatars0.githubusercontent.com/u/49483235?v=4", - "url": "https://github.com/raghavagg01/Qsol", - "desc": "This application is developed to provide quick access to previous year exam papers, syllabus and solutions of various universities like Kurukshetra University (KUK), Haryana State Board of Technical Education (HSBTE) with the functionalities like download many papers on a single click, sharing papers etc. ", - "stars": 3, - "forks": 5, - "type": "User" - }, - { - "name": "Social-Distancing-Detector", - "owner": "rajpratyush", - "img": "https://avatars3.githubusercontent.com/u/53184883?v=4", - "url": "https://github.com/rajpratyush/Social-Distancing-Detector", - "desc": "Detect the social distance violations in real time using OpenCV and deep learning", - "stars": 3, - "forks": 4, - "type": "User" - }, - { - "name": "Eggy-Bowl", - "owner": "rituvermaCS", - "img": "https://avatars1.githubusercontent.com/u/55533836?v=4", - "url": "https://github.com/rituvermaCS/Eggy-Bowl", - "desc": "This is a Egg catcher Game. I designed and developed it. I do represent it with name \"Eggy-Bowl\". It is a 3-D graphical game using Multiple python libraries.", - "stars": 1, - "forks": 1, - "type": "User" - }, - { - "name": "GitFit", - "owner": "thinktocode", - "img": "https://avatars3.githubusercontent.com/u/73512577?v=4", - "url": "https://github.com/thinktocode/GitFit", - "desc": "📲 Android Application that compares one GitHub profile with another.", - "stars": 1, - "forks": 5, - "type": "User" - }, - { - "name": "Medvice", - "owner": "shatakshisingh24", - "img": "https://avatars2.githubusercontent.com/u/51313537?v=4", - "url": "https://github.com/shatakshisingh24/Medvice", - "desc": "Web Application to offer some advice by taking in the symptoms and telling probablity of a disease", - "stars": 1, - "forks": 2, - "type": "User" - }, - { - "name": "Mlops_Task", - "owner": "Aasthajain123", - "img": "https://avatars2.githubusercontent.com/u/50754325?v=4", - "url": "https://github.com/Aasthajain123/Mlops_Task", - "desc": null, - "stars": 1, - "forks": 2, - "type": "User" - }, - { - "name": "Pentesting-and-Hacking-Scripts", - "owner": "dscciem", - "img": "https://avatars2.githubusercontent.com/u/71657921?v=4", - "url": "https://github.com/dscciem/Pentesting-and-Hacking-Scripts", - "desc": "🚀 A curated collection of Pentesting and Hacking Scripts for Script Kiddie to Advanced Pentesters. 👨‍💻", - "stars": 1, - "forks": 2, - "type": "Organization" - }, - { - "name": "Telegram-EventManager-Bot", - "owner": "Novartus", - "img": "https://avatars3.githubusercontent.com/u/62197910?v=4", - "url": "https://github.com/Novartus/Telegram-EventManager-Bot", - "desc": "EventManagerBot is a bot which helps User/Organization to handle the registration and confirmation of RSVPs & Registrations of the users through Telegram with the help of MongoDB to manage the DataBase.", - "stars": 1, - "forks": 2, - "type": "User" - }, - { - "name": "alphadoc", - "owner": "MLH-Fellowship", - "img": "https://avatars3.githubusercontent.com/u/65834464?v=4", - "url": "https://github.com/MLH-Fellowship/alphadoc", - "desc": "Automatic docstring generator that supports and generates a number of specified and widely used docstring style conventions for documentation in Python.", - "stars": 1, - "forks": 0, - "type": "Organization" - }, - { - "name": "Digital_Hospital", - "owner": "khushi0302001", - "img": "https://avatars3.githubusercontent.com/u/62301468?v=4", - "url": "https://github.com/khushi0302001/Digital_Hospital", - "desc": null, - "stars": 0, - "forks": 2, - "type": "User" - }, - { - "name": "Operationalizing-ML", - "owner": "vaibhavirohilla741", - "img": "https://avatars3.githubusercontent.com/u/62430272?v=4", - "url": "https://github.com/vaibhavirohilla741/Operationalizing-ML", - "desc": null, - "stars": 0, - "forks": 2, - "type": "User" - }, - { - "name": "Text-transator", - "owner": "Saikat-98", - "img": "https://avatars3.githubusercontent.com/u/30549072?v=4", - "url": "https://github.com/Saikat-98/Text-transator", - "desc": null, - "stars": 0, - "forks": 0, - "type": "User" - }, - { - "name": "EchoForMe", - "owner": "rsrkpatwari1234", - "img": "https://avatars3.githubusercontent.com/u/45709641?v=4", - "url": "https://github.com/rsrkpatwari1234/EchoForMe", - "desc": "A platform that will read the latest news or the desired text for you..", - "stars": 0, - "forks": 5, - "type": "User" - } -] - -projects.forEach(data => { -project_card = document.createElement('div') -project_image = document.createElement('div') -project_image_link = document.createElement('img') -project_body = document.createElement('section') -project_owner = document.createElement('p') -project_tags = document.createElement('p') -project_name = document.createElement('h2') -project_link = document.createElement('a') -project_desc = document.createElement('p') -project_footer = document.createElement('footer') -project_footer_row = document.createElement('div') -project_repo_info_star = document.createElement('div') -project_repo_info_fork = document.createElement('div') - -project_link.target = '_blank' - -project_card.classList.add('project-card') -project_image.classList.add('project-image') -project_image_link.classList.add('h-100') -project_body.classList.add('project-body') -project_owner.classList.add('project-owner') -project_tags.classList.add('project-tags') -project_name.classList.add('project-name') -project_footer.classList.add('project-footer') -project_footer_row.classList.add('row') -project_repo_info_star.classList.add('repo-info') -project_repo_info_fork.classList.add('repo-info') - -project_image.appendChild(project_image_link) - -project_card.appendChild(project_image) -project_card.appendChild(project_body) -project_card.appendChild(project_footer) - -// project_body.appendChild(project_owner) -project_body.appendChild(project_tags) -project_body.appendChild(project_name) -project_body.appendChild(project_desc) - -project_name.appendChild(project_link) - -project_footer.appendChild(project_footer_row) - -project_footer_row.appendChild(project_repo_info_star) -project_footer_row.appendChild(project_repo_info_fork) - -project_grid = document.querySelector('.project-grid') - - if(data.type == 'User') { - project_image_link.src = './img/github-user.png' - } else { - project_image_link.src = data.img - } - if(data.name == 'Grokking-Machine-Learning') { - project_image_link.src = './img/grokking_ML.png' - } - if(data.name == 'Portfolio-App-Template') { - project_image_link.src = './img/portfolio_app_template.png' - } - - project_owner.innerHTML = data.author - project_tags = 'Tags' - project_link.innerHTML = data.name; - project_link.href = data.url; - // console.log(data.desc) - project_desc.innerHTML = data.desc; - project_repo_info_star.innerHTML = '' + data.stars - project_repo_info_fork.innerHTML = '' + data.forks - // console.log(project_card) - project_grid.appendChild(project_card) - - //console.log(data) -}) - -if($(window).width() < 768) { - $('.logo')[0].src = './img/WOC-logo.png' - count.forEach(ele => ele.classList.add('end')) -} -if($(window).width() > 768) { - $('.logo')[0].src = './img/logo.png' -} - -$('.mobile-menu-toggle').click(function() { - $('nav').toggleClass('open-menu'); -}); diff --git a/woc/projects/style.css b/woc/projects/style.css deleted file mode 100644 index 1b8eeb2..0000000 --- a/woc/projects/style.css +++ /dev/null @@ -1,485 +0,0 @@ -@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300); - -ul { - list-style: none; -} -nav .logo { - height: 67px; - position: absolute; - top: -24px; - opacity: 1; -} -nav .text-right { - position: relative; -} -nav .container { - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav { - position: fixed; - top: 0px; - z-index: 10; - width: 100%; - padding-top: 24px; - line-height: 1; - background: #eee; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.overlay-nav .logo-dark { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-light { - opacity: 0; -} -.overlay-nav.sticky-nav .logo-dark { - opacity: 1; -} -.bottom-border { - position: absolute; - bottom: 2px; - width: 100%; - height: 2px; - background: rgba(255, 255, 255, 0.3); -} -.sidebar-menu .bottom-border { - position: relative; - bottom: 0px; - background: rgba(255, 255, 255, 0.2); - display: block !important; -} -.menu { - display: inline-block; - text-align: left; - line-height: 1; -} -.menu li { - float: left; - margin-right: 32px; - font-size: 11px; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 600; - position: relative; - top: 4px; -} -.menu li:last-child { - margin-right: 0px; -} -.menu li:nth-las-child(2) { - margin-right: 12px; -} -.menu li a { - color: #000; - display: inline-block; - padding-bottom: 24px; - border-bottom: 2px solid rgba(0, 0, 0, 0); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.menu li a:hover { - border-bottom: 2px solid #000; -} -.nav-dropdown { - position: absolute; - z-index: -1; - display: none; - background: rgba(255, 255, 255, 0.9); - min-width: 200px; - overflow: hidden; - margin-top: -2px; -} -.nav-dropdown li:first-child { - margin-top: 12px; -} -.nav-dropdown li { - opacity: 0; - margin-right: 0px; - float: none; - margin-bottom: 18px; -} -.nav-dropdown li a { - padding-bottom: 0px; - padding-left: 24px; - color: #333333; -} -.nav-dropdown li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.has-dropdown:hover .nav-dropdown { - z-index: 10; - max-height: 300px; - display: block; -} -.has-dropdown:hover .nav-dropdown li { - opacity: 1; -} -.has-dropdown a { - padding-left: 18px; -} -.has-dropdown:before { - display: inline-block; - font-family: "Pe-icon-7-stroke"; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - content: "\e688"; - color: #000; - font-size: 24px; - position: absolute; - top: -6px; -} -.menu .social-link { - font-size: 14px; - top: 0px !important; - margin-right: 18px !important; -} -.menu .social-link:nth-last-child(2) { - margin-right: 18px; -} -.sticky-nav { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .menu li a { - color: #333333; -} -.sticky-nav .bottom-border { - display: none; -} -.sticky-nav .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.sticky-nav .sidebar-menu-toggle, -.sticky-nav .mobile-menu-toggle { - color: #333333; -} -.sticky-nav .nav-dropdown { - background: rgba(255, 255, 255, 0.9); -} -.sticky-nav .has-dropdown:before { - color: #333333; -} -.sidebar-menu-toggle, -.mobile-menu-toggle { - position: absolute; - color: #000; - font-size: 32px; - right: 0px; - top: -7px; - cursor: pointer; - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.mobile-menu-toggle { - display: none; -} -.sidebar-menu, -.instagram-sidebar { - position: fixed; - right: 0px; - top: 0px; - width: 300px; - height: 100%; - background: #333333; - transform: translate3d(300px, 0px, 0px); - -webkit-transform: translate3d(300px, 0px, 0px); - -moz-transform: translate3d(300px, 0px, 0px); - transition: all 0.3s ease-out; - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; -} -.show-sidebar { - transform: translate3d(0px, 0px, 0px); - -webkit-transform: translate3d(0px, 0px, 0px); - -moz-transform: translate3d(0px, 0px, 0px); -} -.reveal-sidebar { - transform: translate3d(-300px, 0px, 0px); - -webkit-transform: translate3d(-300px, 0px, 0px); - -moz-transform: translate3d(-300px, 0px, 0px); -} -.sidebar-content { - padding: 0px 24px; - margin-top: 24px; -} -.widget { - margin-bottom: 24px; -} -.widget .title { - font-size: 16px; - font-weight: 600; - display: inline-block; - margin-bottom: 12px; -} -.widget .menu li { - float: none; - margin-bottom: 12px; -} -.widget .menu li a { - padding-bottom: 0px; - color: #000 !important; - font-size: 12px; -} -.widget .menu li a:hover { - border-color: rgba(0, 0, 0, 0); -} -.widget .menu .social-link { - display: none; -} -.widget .social-profiles li { - margin-right: 24px; -} -.widget .social-profiles li a { - color: #000; -} -.instagram-toggle { - cursor: pointer; -} -.instagram-toggle-init { - pointer-events: none; -} -.instagram-sidebar li { - width: 100%; - height: 250px; -} -.instagram-sidebar { - overflow-y: auto; -} -.sidebar-content .copy-text { - position: absolute; - bottom: 32px; - color: rgba(255, 255, 255, 0.5); - font-size: 12px; -} -.text-panel { - background: #474747; - padding: 18px; -} -.relative-nav { - position: relative; - padding-top: 28px; - background: #000; -} -.relative-nav .menu li a { - color: #333333; -} -.relative-nav .has-dropdown:before { - color: #333333; -} -.relative-nav .nav-dropdown { - background: rgba(53, 53, 53, 0.8); -} -.relative-nav .has-dropdown li a { - color: #000; -} -.relative-nav .sidebar-menu-toggle { - color: #333333; -} -.relative-nav .logo-light { - opacity: 0 !important; -} -.relative-nav .logo-dark { - opacity: 1 !important; -} -.relative-nav .logo { - top: -4px !important; -} -.sidebar-menu .logo { - max-width: 110px; - position: relative; - top: 21px !important; - margin-bottom: 32px; - left: 24px; -} -@media all and (max-width: 768px) { - nav { - max-height: 67px; - overflow: hidden; - background: rgba(255, 255, 255, 0.9) !important; - } - nav .menu li { - float: none; - margin-bottom: 24px; - } - nav .menu li a { - color: #333333 !important; - padding-bottom: 0px; - } - nav .logo { - height: 67px; - max-height: unset; - top: -24px; - } - nav .logo-dark { - opacity: 1 !important; - } - nav .logo-light { - opacity: 0 !important; - } - nav .menu { - width: 100%; - display: block; - margin-top: 67px; - margin-right: 0px; - } - nav .social-link { - float: left !important; - } - .sidebar-menu-toggle { - display: none; - } - .mobile-menu-toggle { - display: block; - position: fixed; - top: 17px; - right: 24px; - color: #333333 !important; - } - .open-menu { - max-height: 800px !important; - } - .nav-dropdown { - position: relative; - display: none; - } - .has-dropdown:hover .nav-dropdown { - display: block; - } - .has-dropdown:before { - color: #333333; - } -} - -/* BASE */ - -#projects { - top: 80px; - position: absolute; -} -#myVideo { - position: fixed; - right: 0; - bottom: 0; - min-width: 100%; - min-height: 100%; -} -body { - - background: #000; -} -* { - margin: 0; - border: 0; - padding: 0; - box-sizing: border-box; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; -} - -a, a:hover { - text-decoration: none; -} - -p { - color: #969696; - margin: 0; - padding: 0; - line-height: 1.65em; - font-weight: 400; -} - -/* PROJECT TILES */ -.project-card { - background: #fff; - border-radius: 2px; - margin: 25px auto; - overflow: auto; - position: relative; - width: 325px; - box-shadow: 0 1px 4px rgba(0, 0, 0, 0.075); -} - -.project-image { - border-radius: 2px 2px 0 0; - height: 110px; - display: flex; - justify-content: center; - margin-top: 20px; -} - -.project-image img { - border-radius: 50%; -} - -.project-owner { - display: inline-block; - padding: 3px 8px; - border-radius: 2px; - background: rgba(0, 0, 0, 0.7); - color: #fff; - font-size: .68em; - position: absolute; - top: 197px; - right: 0; - border-radius: 2px 0 0 0; -} - -.project-body { - padding: 24px 30px 0; -} - -.project-name { - color: #2f3032; - font-size: 1.5em; - font-weight: 500; - margin-bottom: 16px; - overflow-wrap: anywhere; -} - -.project-tags { - color: #a7aab0; - font-size: .8125em; - margin-bottom: .8125em; -} - -.project-footer { - border-top: 1px solid #f1f2f3; - margin-top: 25px; - padding: 1em 30px; - text-align: center; -} - -.project-links { - list-style: none; - margin: 0; -} -.project-links li { - display: inline-block; - margin: 0 0 2px 0; -} -.project-links a { - color: #fff; - background: #66a5e9; - border-radius: 2px; - padding: 3px 10px; - transition: background 0.3s ease; -} -.project-links a:hover { - background: #4785C7; - text-decoration: none; -} -.fas { - margin-right: 10px; -} -.repo-info { - width: 50%; -} \ No newline at end of file diff --git a/woc/team/footer.css b/woc/team/footer.css deleted file mode 100644 index 9e8bb5a..0000000 --- a/woc/team/footer.css +++ /dev/null @@ -1,72 +0,0 @@ -.footer-distributed { - background: #000 ; - box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); - box-sizing: border-box; - width: 100%; - font: bold 16px sans-serif; - text-align: left; - padding: 50px 60px 20px; - overflow: hidden; - display: flex; - justify-content: center; -} - -/* Footer left */ - -.footer-distributed .footer-left { - text-align: center; -} - -/* The company logo */ - -.footer-distributed .footer-left img { - max-height: 300px; -} - -.footer-distributed h3 span { - color: #5383d3; -} - -/* Footer links */ - -.footer-distributed .footer-links { - color: #efefef; - margin: 0 0 10px; - padding: 0; -} - -.footer-distributed .footer-links a { - display: inline-block; - line-height: 1.8; - text-decoration: none; - color: inherit; -} - -.footer-distributed .footer-company-name, -.footer-distributed .footer-author-name { - color: #8f9296; - font-size: 14px; - font-weight: normal; - margin: 0; -} - -.footer-distributed .footer-icons a { - display: inline-block; - width: 35px; - height: 35px; - cursor: pointer; - background-color: #33383b; - border-radius: 2px; - font-size: 20px; - color: #fff; - text-align: center; - line-height: 35px; - margin-right: 3px; - margin-bottom: 5px; -} - -.footer-down { - text-align: center; - height: 30px; - background: #000; -} \ No newline at end of file diff --git a/woc/team/index.html b/woc/team/index.html deleted file mode 100644 index 333167f..0000000 --- a/woc/team/index.html +++ /dev/null @@ -1,611 +0,0 @@ - - - - - - DWoc - Team - - - - DevScript Winter of Code - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      -
      -

      - - - - Meet our Team


      -

      Meet the brains behind the Ideation, Development and Execution of DevScript Winter of Code!


      -
      -
      -
      - -
      -
      -
      -
      -
      - -
      -

      Vedant Khairnar

      -

      FOUNDER


      -
      -
      -
      -
      -
      -
      -
      - -
      -

      Anush Krishna

      -

      LEAD ORGANIZER WOC 2020


      -
      -
      -
      -
      -
      -
      -
      - -
      -

      Apoorve Goyal

      -

      CO-LEAD ORGANIZER WOC 2020 & TECHNICAL SPECIALIST


      -
      -
      -
      -
      -
      -
      -
      - -
      -

      ADITI JHA

      -

      CONTENT & DESIGN LEAD



      -
      -
      -
      -
      -
      -
      -
      - -
      -

      Akshita Sharma

      -

      COMMUNITY LEAD



      -
      -
      - -
      -
      -
      -
      -
      - -
      -

      Supriya Sinha

      -

      CONTENT SPECIALIST



      -
      -
      - -
      -
      -
      -
      -
      - -
      -

      Ankit Chaudhari

      -

      TECHNICAL & WEB LEAD



      -
      -
      -
      -
      -
      -
      -
      - -
      -

      Rohit Ashiwal

      -

      OPERATIONS LEAD



      -
      -
      -
      -
      -
      -
      -
      - -
      -

      DURGACHARAN NAYAK

      -

      SPONSORS RELATIONS



      -
      -
      - -
      -
      -
      -
      -
      - -
      -

      ADITYANSHU

      -

      CORE TEAM MEMBER



      -
      -
      - -
      -
      -
      -
      -
      - -
      -

      Ankita Saloni

      -

      SPONSORS RELATIONS



      -
      -
      - - - - -
      -
      -
      - - - - - - - - - - - - - - -
      - -
      - - - - - - - - - - - - - - - - - diff --git a/woc/team/style.css b/woc/team/style.css deleted file mode 100644 index 90aa3c2..0000000 --- a/woc/team/style.css +++ /dev/null @@ -1,6633 +0,0 @@ - ::-webkit-scrollbar { - width: 8px; - } - - /* Track */ - ::-webkit-scrollbar-track { - background: #f1f1f1; - } - - /* Handle */ - ::-webkit-scrollbar-thumb { - background: #888; - } - - /* Handle on hover */ - ::-webkit-scrollbar-thumb:hover { - background: #555; - } - .tmm-team .item-square { - background-color: #fff; - text-align: center; - border-right: 1px solid #c5c5c4; - width: 261px; - display: inline-block; - margin: -2px; -} - -.tmm-team .item-square .face { - overflow: hidden; - margin: 0 auto; - width: 260px; - height: 260px; -} - -.tmm-team .item-square .face img { - -webkit-transition: -webkit-transform .35s ease .2s; - transition: transform .35s ease .2s; -} - -.tmm-team .item-square .face:hover img { - -webkit-transform: scale(1.2) rotate(10deg); - transform: scale(1.2) rotate(10deg); -} - -.tmm-team .item-square .item-content { - text-align: center; - position: relative; -} - -.tmm-team .item-square .title { - font-family: 'Open Sans', sans-serif; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-square .title h3 { - font-size: 14px; - color: #fff; - font-weight: 400; - background-color: #e26659; - position: absolute; - width: 100%; - padding: 5px 0px; - z-index: 1; - opacity: 0; - -webkit-transform: translateY(0); - transform: translateY(0); - -webkit-transition: background-color .35s ease, -webkit-transform .35s linear, opacity .35s ease; - transition: background-color .35s ease, transform .35s linear, opacity .35s ease; -} - -.tmm-team .item-square:hover .item-content .title h3 { - opacity: 1; - -webkit-transform: translateY(-36px); - transform: translateY(-36px); - -webkit-transition: background-color .35s ease, -webkit-transform .35s linear, opacity .35s ease; - transition: background-color .35s ease, transform .35s linear, opacity .35s ease; -} - -.tmm-team .item-square .title h4 { - font-size: 24px; - color: #666666; - padding: 14px 5px 11px; - font-weight: 300; - background-color: #fff; - position: relative; - z-index: 2; - -webkit-transition: color .35s ease, font-weight .35s ease; - transition: color .35s ease, font-weight .35s ease; -} - -.tmm-team .item-square:hover .title h4 { - color: #79bd8f; - font-weight: 700; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-square .item-content .text { - display: block; - overflow: hidden; - width: 100%; - max-height: 72px; -} - -.tmm-team .item-square .item-content p { - padding: 10px 17px 10px; - text-align: left; - font-size: 12px; - font-family: "Open Sans", sans-serif; - color: #666666; - font-weight: 300; - -webkit-transition: -webkit-transform 1s linear; - transition: transform 1s linear; -} - -.tmm-team .item-square:hover .text p { - -webkit-transform: translateY(-100%); - transform: translateY(-100%); - -webkit-transition: -webkit-transform 6s linear .4s; - transition: transform 6s linear .4s; -} - -.tmm-team .item-square .footer { - padding: 20px 5px 35px 5px; -} - -.tmm-team .item-square .social-icons { - padding: 10px 0; -} - -.tmm-team .item-square .social-icons li { - display: inline-block; - list-style: none; - padding: 0 8px; - position: relative; -} - -.tmm-team .item-square .social-icons li a { - font-size: 20px; - color: #c6c6c6; - cursor: pointer; - padding: 6px; - position: relative; - -webkit-border-radius: 50%; - border-radius: 50%; - -webkit-transition: box-shadow 0.2s, color .2s ease; - transition: box-shadow 0.2s, color .2s ease; - display: block; - width: 40px; - height:40px; -} - -.tmm-team .item-square .social-icons li a:hover { - -webkit-transition: color .2s ease; - transition: color .2s ease; -} - -.tmm-team .item-square .social-icons li:nth-child(1):hover a { - color: #187dbd; -} - -.tmm-team .item-square .social-icons li:nth-child(2):hover a { - color: #1ed0d6; -} - -.tmm-team .item-square .social-icons li:nth-child(3):hover a { - color: #f55f25; -} - -.tmm-team .item-square .social-icons li:nth-child(4):hover a { - color: #fb7db5; -} - - - -.tmm-team .item-square .social-icons li a:hover:after { - -webkit-transform: scale(0.85); - transform: scale(0.85); - -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; - transition: transform 0.2s, opacity 0.2s; -} - -.tmm-team .item-square .social-icons li a:hover { - box-shadow: 0 0 0 5px rgba(198, 198, 198, .5); - color: #c6c6c6; - -webkit-transition: box-shadow 0.2s; - transition: box-shadow 0.2s; -} - -/* --------------------------------------- */ - -.tmm-team .hgroup .title-3 { - font-family: "Open Sans", sans-serif; - font-weight: 400; - font-size: 24px; - color: #fff; - text-transform: uppercase; -} - -.tmm-team .item-square-3 { - background-color: #cccccc; - text-align: center; - padding: 10px; - width: 274px; - display: inline-block; - position: relative; - margin: -2px; - overflow: hidden; -} - -.tmm-team .item-square-3 .face-container { - padding: 0; - position: relative; - overflow: hidden; -} - -.tmm-team .item-square-3 .face { - margin: 0 auto; - border: none; - height: 240px; -} - -.tmm-team .item-square-3 .face img { - -webkit-transition: -webkit-transform .35s ease; - transition: transform .35s ease; -} - -.tmm-team .item-square-3 .face:hover img { - -webkit-transform: scale(1.2); - transform: scale(1.2); - -webkit-transition: -webkit-transform .35s ease; - transition: transform .35s ease; -} - -.tmm-team .item-square-3 .social-icons { - background-color: #666666; - padding: 7px 12px; - position: absolute; - bottom: 0; - right: 0; - -webkit-transform: translateX(145px); - transform: translateX(145px); - -webkit-transition: all 700ms cubic-bezier(0.680, 0, 0.265, 1); - -webkit-transition: all 700ms cubic-bezier(0.680, -0.550, 0.265, 1.550); - transition: all 700ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -} - -.tmm-team .item-square-3 .face-container:hover .social-icons { - -webkit-transform: translateX(0px); - transform: translateX(0px); - -webkit-transition: all 700ms cubic-bezier(0.680, 0, 0.265, 1); - -webkit-transition: all 700ms cubic-bezier(0.680, -0.550, 0.265, 1.550); - transition: all 700ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -} - -.tmm-team .item-square-3 .social-icons li { - display: inline-block; - list-style: none; -} - -.tmm-team .item-square-3 .social-icons li a { - color: #fff; - font-size: 24px; - cursor: pointer; - margin: 0 5px; -} - -.tmm-team .item-square-3 .social-icons li:hover:nth-child(1) a { - color: #187dbd; -} - -.tmm-team .item-square-3 .social-icons li:hover:nth-child(2) a { - color: #1ed0d6; -} - -.tmm-team .item-square-3 .social-icons li:hover:nth-child(3) a { - color: #fb7db5; -} - - -/*.tmm-team .item-square-3 .social-icons li:hover a{color: #fff;}*/ - -.tmm-team .item-square-3 .item-content { - font-family: "Open Sans", sans-serif; - font-weight: 400; - color: #333333; - text-align: left; -} - -.tmm-team .item-square-3 .item-content h4 { - font-size: 18px; - text-transform: uppercase; - padding-top: 14px; -} - -.tmm-team .item-square-3 .item-content .text { - display: block; - overflow: hidden; - width: 100%; - max-height: 60px; -} - -.tmm-team .item-square-3 .item-content .text p { - font-size: 12px; - color: #333333; - text-align: left; - padding-bottom: 10px; - -webkit-transition: -webkit-transform 1s linear; - transition: transform 1s linear; -} - -.tmm-team .item-square-3:hover .text p { - -webkit-transform: translateY(-80%); - transform: translateY(-80%); - -webkit-transition: -webkit-transform 6s linear; - transition: transform 6s linear; -} - - -/* --------------------------------------- */ - - -/*Reset/* ---------------------------------------------------------------------- */ - -html, -body, -div, -span, -object, -iframe, -h1, -h2, -h3, -h4, -h5, -h6, -p, -blockquote, -pre, -abbr, -address, -cite, -code, -del, -dfn, -em, -img, -ins, -kbd, -q, -samp, -small, -strong, -sub, -sup, -var, -b, -i, -dl, -dt, -dd, -ol, -ul, -li, -fieldset, -form, -label, -legend, -table, -caption, -tbody, -tfoot, -thead, -tr, -th, -td, -article, -aside, -canvas, -details, -figcaption, -figure, -footer, -header, -hgroup, -menu, -nav, -section, -summary, -time, -mark, -audio, -video { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-size: 100%; - vertical-align: baseline; - background: transparent; - /* fix for mac os */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -article, -aside, -details, -figcaption, -figure, -footer, -header, -hgroup, -menu, -nav, -section { - display: block; -} - -*, -*:after, -*:before { - margin: 0; - padding: 0; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} - -a { - margin: 0; - padding: 0; - font-size: 100%; - outline: none; - text-decoration: none; - background: transparent; - vertical-align: baseline; -} - -a { - -webkit-transition: color .35s ease-out; - transition: color .35s ease-out; -} - -img { - border: 0; - height: 100%; - max-width: 100%; - display: block; - -ms-interpolation-mode: bicubic; -} - - -/* ---------------------------------------------------------------------- */ - - -/*Basic Elements/* ---------------------------------------------------------------------- */ - -body { - background-color: #000000; - background-image: src"https://images.app.goo.gl/j7rXKNxbpPXEMY5r9"; - color: #969696; - font-weight: 300; - font-size: 16px; - font-family: 'Roboto', sans-serif; - line-height: 1.65em; - height: 100%; - -webkit-font-smoothing: antialiased; - /* Fix for webkit rendering */ - -webkit-text-size-adjust: 100%; -} - - -/* -------------------------------------------------- */ - - -/*Typography/* -------------------------------------------------- */ - -p { - margin: 0; - padding: 0; - line-height: 1.65em; - font-weight: 400; -} - -input[type=checkbox], -input[type=radio] { - visibility: hidden; -} - -::-moz-selection { - background-color: rgba(130, 210, 239, 0.99); - color: #000; - text-shadow: none; -} - -::-webkit-selection { - background-color: rgba(130, 210, 239, 0.99); - color: #000; - text-shadow: none; -} - -::selection { - background-color: rgba(130, 210, 239, 0.99); - color: #000; - text-shadow: none; -} - - -/* --------------------------------------- */ - - -/*$1. Team Type 1 */ - - -/* --------------------------------------- */ - -.content { - overflow: hidden; - background: #041420; - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E5D69F), color-stop(1, #145686)); - background-image: -o-linear-gradient(bottom, #E5D69F 0%, #145686 100%); - background-image: -moz-linear-gradient(bottom, #E5D69F 0%, #145686 100%); - background-image: -webkit-linear-gradient(bottom, #E5D69F 0%, #145686 100%); - background-image: -ms-linear-gradient(bottom, #E5D69F 0%, #145686 100%); - background-image: linear-gradient(to bottom, #E5D69F 0%, #145686 100%); - min-height: 100%; - position: relative; - z-index: 0; -} - -.tmm-team .tmm-container { - position: relative; - margin: 0 auto; - max-width: 1140px; -} - -.tmm-team .tmm-container:before, -.tmm-team .tmm-container:after { - display: table; - content: " "; -} - -.tmm-team .tmm-container:after { - clear: both; -} - -.tmm-team .tmm-row { - margin-right: -20px; - margin-left: -20px; - text-align: center; -} - -.tmm-team .tmm-row:before, -.tmm-team .tmm-row:after { - display: table; - content: " "; -} - -.tmm-team .tmm-row:after { - clear: both; -} - -.section { - position: relative; - padding: 80px 0; -} - -.section.paddinf-off { - padding-top: 0; -} - -.section.padding-bottom { - padding-bottom: 120px; -} - -h1 { - font-family: "Open Sans", sans-serif; - font-size: 48px; - padding: 40px 10px; - text-align: center; - color: #fff; - text-transform: uppercase; -} - -.title-1 { - font-family: "Open Sans", sans-serif; - font-size: 36px; - color: #666666; - font-weight: 300; - text-align: center; - padding: 25px 5px; -} - -.tmm-team .item-circled { - background-color: #fff; - text-align: center; - width: 263px; - margin: 0 14px; - display: inline-block; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: scale(1); - transform: scale(1); - -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - -webkit-transition: -webkit-transform .35s ease, font .35s ease; - transition: transform .35s ease, font .35s ease; -} - -.tmm-team .item-circled:hover { - -webkit-transform: scale(1.1); - transform: scale(1.1); -} - -.tmm-team .item-circled .face-container { - padding: 30px 15px 0px 15px; -} - -.tmm-team .item-circled .face { - width: 235px; - height: 235px; - overflow: hidden; - margin: 0 auto; - border: 10px solid #00a5a6; - -webkit-border-radius: 50%; - border-radius: 50%; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-circled:hover .face { - border-color: #1abc9c; - border-width: 3px; -} - -.tmm-team .item-circled .item-content { - text-align: center; - position: relative; -} - -.tmm-team .item-circled .title { - font-family: 'Open Sans', sans-serif; -} - -.tmm-team .item-circled .title h3 { - font-size: 24px; - color: #666666; - padding: 10px 5px; - font-weight: 400; -} - -.tmm-team .item-circled .title h4 { - font-size: 16px; - color: #fff; - background-color: #2c3e50; - padding: 12px 5px; - font-weight: 400; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-circled:hover .title h4 { - background-color: #e74c3c; - padding: 5px 5px; -} - -.tmm-team .item-circled .item-content p { - padding: 10px 17px; - text-align: left; - font-family: "Open Sans", sans-serif; - font-weight: 400; - font-size: 12px; - color: #757575; -} - -.tmm-team .item-circled .footer { - padding: 4px 5px; -} - -.tmm-team .item-circled .social-icons { - font-size: 0; -} - -.tmm-team .item-circled .social-icons li { - display: inline-block; - list-style: none; - /*margin: 0px -3px;*/ - vertical-align: top; - width: 20%; - -webkit-perspective: 1000px; - perspective: 1000px; -} - - -/* 3D Rolling of the social icons */ - -.tmm-team .item-circled .social-icons li > a { - font-size: 20px; - color: #f09e8e; - background-color: #e7e7e7; - cursor: pointer; - padding: 7px 9px; - display: inline-block; - position: relative; - -webkit-transition: -webkit-transform 0.3s; - -moz-transition: -moz-transform 0.3s; - transition: transform 0.3s; - -webkit-transform-origin: 50% bottom 0; - -moz-transform-origin: 50% bottom 0; - transform-origin: 50% bottom 0; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - width: 40px; - height: 40px; - display: block; -} - -.tmm-team .item-circled .social-icons li > a::before { - position: absolute; - top: -97%; - left: 0; - width: 100%; - height: 100%; - padding: 7px 0; - background: #007f6e; - /*shadow*/ - color: #fff; - font-family: "Font Awesome 5 Brands"; - font-size: 24px; - -webkit-transition: background 0.3s; - -moz-transition: background 0.3s; - transition: background 0.3s; - -webkit-transform: rotateX(90deg); - -moz-transform: rotateX(90deg); - transform: rotateX(90deg); - -webkit-transform-origin: 50% bottom 0; - -moz-transform-origin: 50% bottom 0; - transform-origin: 50% bottom 0; -} - -.tmm-team .item-circled .social-icons li:hover a, -.tmm-team .item-circled .social-icons li:focus a { - -webkit-transform: rotateX(-90deg) translateY(22px); - -moz-transform: rotateX(-90deg) translateY(22px); - transform: rotateX(-90deg) translateY(22px); -} - -.tmm-team .item-circled .social-icons li:nth-child(1) a::before { - content: "\f39e"; - background: #314177; -} - -.tmm-team .item-circled .social-icons li:nth-child(2) a::before { - content: "\f099"; - background: #2ca5bd; -} - -.tmm-team .item-circled .social-icons li:nth-child(3) a::before { - content: "\f0e1"; - background: #d40000; -} - -.tmm-team .item-circled .social-icons li:nth-child(4) a::before { - content: "\f0d5"; - background: #950000; -} - -.tmm-team .item-circled .social-icons li:nth-child(5) a::before { - content: "\ef56"; - background: #9b1539; -} - -.tmm-team .item-circled .social-icons li:nth-child(1):hover a::before, -.tmm-team .item-circled .social-icons li:nth-child(1):focus a::before { - background: #49699f; -} - -.tmm-team .item-circled .social-icons li:nth-child(2):hover a::before, -.tmm-team .item-circled .social-icons li:nth-child(2):focus a::before { - background: #47c0d8; -} - -.tmm-team .item-circled .social-icons li:nth-child(3):hover a::before, -.tmm-team .item-circled .social-icons li:nth-child(3):focus a::before { - background: #ff0000; -} - -.tmm-team .item-circled .social-icons li:nth-child(4):hover a::before, -.tmm-team .item-circled .social-icons li:nth-child(4):focus a::before { - background: #c21c21; -} - -.tmm-team .item-circled .social-icons li:nth-child(5):hover a::before, -.tmm-team .item-circled .social-icons li:nth-child(5):focus a::before { - background: #c52563; -} - - -/* Background color end content for each icon */ - - -/* end 3D Rolling */ - - -/* --------------------------------------- */ - - -/*$2. Team Type 2 */ - - -/* --------------------------------------- */ - -.tmm-team .hgroup { - text-align: center; - font-family: "Open Sans", sans-serif; - padding: 40px 5px; -} - -.tmm-team .hgroup .title-2 { - font-size: 24px; - font-weight: 400; - color: #000; - position: relative; - display: inline-block; - padding: 0 20px; - text-transform: uppercase; -} - -.tmm-team .hgroup .title-2:after { - position: absolute; - right: -12px; - width: 30px; - height: 15px; - background-color: #ffff9d; - color: #11110a; - font-family: "Open Sans", sans-serif; - font-size: 10px; - line-height: 1.3em; - content: "2014"; -} - -.tmm-team .hgroup .title-2:before { - position: absolute; - top: 2px; - right: -12px; - width: 29px; - height: 15px; - background-color: #ff6138; - content: ""; - -webkit-transform: skewY(4deg); - transform: skewY(4deg); -} - -.tmm-team .hgroup h4 { - color: #666666; - font-size: 14px; -} - -.tmm-team .item-circled-2 { - background-color: #fff; - text-align: center; - display: inline-block; - width: 190px; - margin: 0 10px; - -webkit-transform: scale(1); - transform: scale(1); - -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-circled-2:hover { - -webkit-transform: scale(1.1); - transform: scale(1.1); -} - -.tmm-team .item-circled-2 .title h3 { - font-family: "Open Sans", sans-serif; - font-weight: 300; - font-size: 30px; - padding: 10px 5px; - color: #666666; -} - -.tmm-team .item-circled-2 .face-container { - padding: 54px 15px 14px 15px; -} - -.tmm-team .item-circled-2 .face { - width: 163px; - height: 163px; - overflow: hidden; - margin: 0 auto; - border: 0px solid #79bd8f; - background-image: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/01.jpg); - background-position: 50% 50%; - -webkit-border-radius: 50%; - border-radius: 50%; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-circled-2:hover .face { - border: 7px solid #79bd8f; -} - -.tmm-team .item-circled-2 .item-content h4 { - font-family: "Lucida Grande", sans-serif; - font-weight: 300; - font-size: 14px; - color: #333333; -} - -.tmm-team .item-circled-2 .footer { - padding: 0px 5px; -} - -.tmm-team .item-circled-2 .social-icons { - background-color: transparent; - padding: 10px 0; -} - -.tmm-team .item-circled-2 .social-icons li { - padding: 0; - display: inline-block; - list-style: none; - vertical-align: middle; - padding: 0 2px; -} - - -/* 3D side */ - -.tmm-team .item-circled-2 .social-icons li a { - border: 1px solid #cccccc; - color: #666666; - font-size: 17px; - cursor: pointer; - display: inline-block; - padding: 4px; - position: relative; - -webkit-transition: -webkit-transform .3s, background .3s; - -moz-transition: -moz-transform .3s, background .3s; - transition: transform .3s, background .3s; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-transform-origin: 50% 50% -14px; - -moz-transform-origin: 50% 50% -14px; - transform-origin: 50% 50% -14px; - width: 40px; - - height: 40px; - - display: block; -} - -.tmm-team .item-circled-2 .social-icons li a::before { - position: absolute; - top: 0; - left: 100%; - width: 100%; - height: 100%; - border: 1px solid #cccccc; - font-family: "Font Awesome 5 Brands"; - padding: 4px; - pointer-events: none; - -webkit-transition: background .3s; - -moz-transition: background .3s; - transition: background .3s; - -webkit-transform: rotateY(90deg); - -moz-transform: rotateY(90deg); - transform: rotateY(90deg); - -webkit-transform-origin: 0 50%; - -moz-transform-origin: 0 50%; - transform-origin: 0 50%; - -webkit-transition: all .3s ease; - transition: all .3s ease; -} - -.tmm-team .item-circled-2 .social-icons li:hover a, -.tmm-team .item-circled-2 .social-icons li:focus a { - -webkit-transform: rotateY(-90deg); - -moz-transform: rotateY(-90deg); - transform: rotateY(-90deg); -} - - -/*Shadow, background and border color */ - -.tmm-team .item-circled-2 .social-icons li:nth-child(1) a::before { - content: "\f39e"; - background: #314177; - border-color: #314177; -} - -.tmm-team .item-circled-2 .social-icons li:nth-child(2) a::before { - content: "\f099"; - background: #2ca5bd; - border-color: #2ca5bd; -} - -.tmm-team .item-circled-2 .social-icons li:nth-child(3) a::before { - content: "\f0d5"; - background: #9b1539; - border-color: #9b1539; -} - - -/* end */ - - -/*Background color for each icon */ - -.tmm-team .item-circled-2 .social-icons li:nth-child(1):hover a::before, -.tmm-team .item-circled-2 .social-icons li:nth-child(1):focus a::before { - background-color: #49699f; - border-color: #49699f; - color: #fff; -} - -.tmm-team .item-circled-2 .social-icons li:nth-child(2):hover a::before, -.tmm-team .item-circled-2 .social-icons li:nth-child(2):focus a::before { - background-color: #47c0d8; - border-color: #47c0d8; - color: #fff; -} - -.tmm-team .item-circled-2 .social-icons li:nth-child(3):hover a::before, -.tmm-team .item-circled-2 .social-icons li:nth-child(3):focus a::before { - background-color: #ea4c89; - border-color: #ea4c89; - color: #fff; -} - - -/* end */ - - -/* end */ - - -/* --------------------------------------- */ - - -/*$3. Team Type 3 */ - - -/* --------------------------------------- */ - -.tmm-team .hgroup .title-3 { - font-family: "Open Sans", sans-serif; - font-weight: 400; - font-size: 24px; - color: #fff; - text-transform: uppercase; -} - -.tmm-team .item-circled-3 { - background-color: transparent; - text-align: center; - width: 232px; - display: inline-block; - position: relative; - margin: 0 30px; -} - -.tmm-team .item-circled-3 .face-container { - padding: 0; -} - -.tmm-team .item-circled-3 .face { - width: 190px; - height: 190px; - overflow: hidden; - margin: 0 auto; - border: none; - -webkit-border-radius: 50%; - border-radius: 50%; -} - -.tmm-team .spiner { - position: absolute; - border-color: transparent #ffd800 #ffd800 transparent; - border-image: none; - border-radius: 50%; - border-style: solid; - border-width: 50px; - height: 235px; - width: 235px; - opacity: .8; - top: -15px; - left: 0; - -moz-border-bottom-colors: none; - -moz-border-left-colors: none; - -moz-border-right-colors: none; - -moz-border-top-colors: none; - -webkit-transform: rotate(45deg); - transform: rotate(45deg); - -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; - -moz-transition: transform 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; - -o-transition: transform 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; - transition: transform 1.5s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; -} - -.tmm-team .item-circled-3 .face-container:hover .spiner { - -webkit-transform: rotate(1800deg); - transform: rotate(1800deg); - border-color: transparent #1db79c #1db79c transparent; - -webkit-transition: -webkit-transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; - -moz-transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; - -o-transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; - transition: transform 10000ms cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; -} - - -/* rotation speed for Firefox */ - -@-moz-document url-prefix() { - .tmm-team .spiner { - -webkit-transition: -webkit-transform 10s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; - transition: transform 10s cubic-bezier(0.250, 0.250, 0.750, 0.750), border-color .35s ease; - } -} - - -/* end rotation speed for Firefox */ - -.tmm-team .item-circled-3 .social-icons { - background-color: transparent; - padding: 0; - position: absolute; - top: 180px; - left: 65px; -} - -.tmm-team .item-circled-3 .social-icons li { - padding: 0; - display: inline-block; - list-style: none; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-circled-3 .social-icons li a { - color: #fff; - font-size: 18px; - cursor: pointer; - display: block; - width: 35px; - height: 35px; -} - -.tmm-team .item-circled-3 .social-icons li:hover { - -webkit-transform: scale(1.3); - transform: scale(1.3); -} - -.tmm-team .item-circled-3 .item-content { - font-family: "Open Sans", sans-serif; - font-weight: 400; - color: #fff; - text-align: center; -} - -.tmm-team .item-circled-3 .item-content h4 { - font-size: 18px; - text-transform: uppercase; - padding-top: 40px; -} - -.tmm-team .item-circled-3 .item-content p { - font-size: 12px; - color: #fff; - text-align: center; -} - - -/* --------------------------------------- */ - - -/*$4. Team Type 4 */ - - -/* --------------------------------------- */ - -.tmm-team .hgroup .title-4 { - font-family: "Open Sans", sans-serif; - font-weight: 300; - font-size: 36px; - color: #fff; - border: 2px solid #fff; - display: inline-block; - padding: 12px 16px; -} - -.tmm-team .item-circled-4 { - background-color: #efe0b6; - text-align: center; - width: 219px; - margin: 0 2px; - display: inline-block; - position: relative; - overflow: hidden; - -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - -webkit-transition: background-color .8s ease-in; - transition: background-color .8s ease-in; -} - -.tmm-team .item-circled-4:hover { - -webkit-animation-duration: 4s; - -webkit-animation-timing-function: ease; - -webkit-animation-name: changer; - -webkit-animation-iteration-count: infinite; - -moz-animation-duration: 4s; - -moz-animation-timing-function: ease; - -moz-animation-name: changer; - -moz-animation-iteration-count: infinite; - -ms-animation-duration: 4s; - -ms-animation-timing-function: ease; - -ms-animation-name: changer; - -ms-animation-iteration-count: infinite; - -o-animation-duration: 4s; - -o-animation-timing-function: ease; - -o-animation-name: changer; - -o-animation-iteration-count: infinite; - animation-duration: 4s; - animation-timing-function: ease; - animation-name: changer; - animation-iteration-count: infinite; -} - -.tmm-team .item-circled-4 .face-container { - padding: 24px 7px 0px 7px; -} - -.tmm-team .item-circled-4 .face { - width: 193px; - height: 193px; - overflow: hidden; - margin: 0 auto; - border: 0px solid #cbc8c8; - -webkit-border-radius: 50%; - border-radius: 50%; - -webkit-transition: -webkit-transform 300ms cubic-bezier(0.265, 0, 0.635, 1), border .35s ease; - -webkit-transition: -webkit-transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650), border .35s ease; - -moz-transition: transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650); - -o-transition: transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650); - transition: transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650), border .35s ease; -} - -.tmm-team .item-circled-4 .face.bordered { - position: relative; - border: 10px solid #cbc8c8; - background-color: #fff; - color: #cbc8c8; -} - -.tmm-team .item-circled-4 .face.bordered i { - position: absolute; - top: 28px; - left: 8px; - font-size: 110px; -} - -.tmm-team .item-circled-4 .face.bordered:hover i { - -webkit-animation-duration: 1.2s; - -wbkit-animation-timing-function: ease; - -webkit-animation-name: scaling; - -webkit-animation-iteration-count: infinite; - animation-duration: 1.2s; - animation-timing-function: ease; - animation-name: scaling; - animation-iteration-count: infinite; -} - - -/* Scaling animation */ - -@-webkit-keyframes scaling { - 0% { - -webkit-transform: scale(1); - } - 50% { - -webkit-transform: scale(1.2); - } - 100% { - -webkit-transform: scale(1); - } -} - -@keyframes scaling { - 0% { - transform: scale(1); - } - 50% { - transform: scale(1.2); - } - 100% { - transform: scale(1); - } -} - - -/* end Scaling animation */ - -.tmm-team .item-circled-4 .face:hover { - transform: scale(1.1); - border: 10px solid #cbc8c8; - -webkit-transition: -webkit-transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650), border .35s ease; - transition: transform 300ms cubic-bezier(0.265, -1.600, 0.635, 2.650), border .35s ease; -} - -.tmm-team .item-circled-4 .item-content h4 { - font-family: "Open Sans", sans-serif; - font-size: 18px; - font-weight: 400; - color: #a38328; - padding: 14px 0px; -} - -.tmm-team .item-circled-4 .social-icons { - font-size: 0; - z-index: 5; - -webkit-transform: translateY(37px); - transform: translateY(37px); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-circled-4:hover .social-icons { - -webkit-transform: translateY(1px); - transform: translateY(1px); -} - -.tmm-team .item-circled-4 .social-icons li { - list-style: none; - display: inline-block; - padding: 0; - border: 0; - width: 33.3333333%; - -webkit-perspective: 1000px; - -moz-perspective: 1000px; - perspective: 1000px; -} - - -/* 3D Rolling of the social icons */ - -.tmm-team .item-circled-4 .social-icons li > a { - position: relative; - display: inline-block; - width: 100%; - padding: 7px 0; - background: #28ac9b; - color: #fff; - -webkit-transition: -webkit-transform 0.3s; - -moz-transition: -moz-transform 0.3s; - transition: transform 0.3s; - -webkit-transform-origin: 50% 0; - -moz-transform-origin: 50% 0; - transform-origin: 50% 0; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.tmm-team .item-circled-4 .social-icons li > a::before { - position: absolute; - top: 100%; - left: 0; - width: 100%; - height: 100%; - padding: 7px 0; - background: #007f6e; - /*shadow*/ - font-family: "Font Awesome 5 Brands"; - -webkit-transition: background 0.3s; - -moz-transition: background 0.3s; - transition: background 0.3s; - -webkit-transform: rotateX(-90deg); - -moz-transform: rotateX(-90deg); - transform: rotateX(-90deg); - -webkit-transform-origin: 50% 0; - -moz-transform-origin: 50% 0; - transform-origin: 50% 0; -} - -.tmm-team .item-circled-4 .social-icons li:hover a, -.tmm-team .item-circled-4 .social-icons li:focus a { - -webkit-transform: rotateX(90deg) translateY(-22px); - -moz-transform: rotateX(90deg) translateY(-22px); - transform: rotateX(90deg) translateY(-22px); -} - -.tmm-team .item-circled-4 .social-icons li:hover a::before, -.tmm-team .item-circled-4 .social-icons li:focus a::before { - background: #28ac9b; -} - - -/* Background color end content for each icon */ - -.tmm-team .item-circled-4 .social-icons li:nth-child(1) a { - background-color: #1c99c2; -} - -.tmm-team .item-circled-4 .social-icons li:nth-child(2) a { - background-color: #18def0; -} - -.tmm-team .item-circled-4 .social-icons li:nth-child(3) a { - background-color: #ff6000; -} - -.tmm-team .item-circled-4 .social-icons li:nth-child(1) a::before { - content: "\f39e"; - background: #006f98; -} - -.tmm-team .item-circled-4 .social-icons li:nth-child(2) a::before { - content: "\f099"; - background: #00afc1; -} - -.tmm-team .item-circled-4 .social-icons li:nth-child(3) a::before { - content: "\f0e1"; - background: #c22300; -} - -.tmm-team .item-circled-4 .social-icons li:nth-child(1):hover a::before, -.tmm-team .item-circled-4 .social-icons li:nth-child(1):focus a::before { - background: #1c99c2; -} - -.tmm-team .item-circled-4 .social-icons li:nth-child(2):hover a::before, -.tmm-team .item-circled-4 .social-icons li:nth-child(2):focus a::before { - background: #18def0; -} - -.tmm-team .item-circled-4 .social-icons li:nth-child(3):hover a::before, -.tmm-team .item-circled-4 .social-icons li:nth-child(3):focus a::before { - background: #ff6000; -} - - -/* Background color end content for each icon */ - - -/* end 3D Rolling */ - -.tmm-team .item-circled-4 .social-icons li a { - color: #fff; - font-size: 18px; -} - - -/* 3D rolling button */ - -.tmm-team .item-circled-4 .item-content a span { - position: relative; - display: inline-block; - width: 100%; - padding: 7px 0; - background: #28ac9b; - font-family: "Open Sans", sans-serif; - text-transform: uppercase; - color: #fff; - -webkit-transition: -webkit-transform 0.3s; - -moz-transition: -moz-transform 0.3s; - transition: transform 0.3s; - -webkit-transform-origin: 50% 0; - -moz-transform-origin: 50% 0; - transform-origin: 50% 0; - -webkit-transform-style: preserve-3d; - -moz-transform-style: preserve-3d; - transform-style: preserve-3d; -} - -.tmm-team .item-circled-4 .item-content a span::before { - position: absolute; - top: 98%; - left: 0; - width: 100%; - height: 100%; - padding: 7px 0; - background: #007f6e; - /*shadow*/ - content: attr(data-hover); - -webkit-transition: background 0.3s; - -moz-transition: background 0.3s; - transition: background 0.3s; - -webkit-transform: rotateX(-90deg); - -moz-transform: rotateX(-90deg); - transform: rotateX(-90deg); - -webkit-transform-origin: 50% 0; - -moz-transform-origin: 50% 0; - transform-origin: 50% 0; -} - -.tmm-team .item-circled-4 .item-content a:hover span, -.tmm-team .item-circled-4 .item-content a:focus span { - -webkit-transform: rotateX(90deg) translateY(-22px); - -moz-transform: rotateX(90deg) translateY(-22px); - transform: rotateX(90deg) translateY(-22px); -} - -.tmm-team .item-circled-4 .item-content a:hover span::before, -.tmm-team .item-circled-4 .item-content a:focus span::before { - background: #28ac9b; -} - - -/* end 3D rolling button */ - -.tmm-team .item-circled-4 .item-content .button { - top: 37px; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-circled-4:hover .item-content .button { - top: 1px; -} - - -/* Background Color Changer */ - -@-webkit-keyframes changer { - 50% { - background-color: #dec187; - } - 60% { - background-color: #e4cb9b; - } - 70% { - background-color: #ead6ae; - } - 80% { - background-color: #efe0c2; - } - 90% { - background-color: #f5ead6; - } -} - -@-moz-keyframes changer { - 50% { - background-color: #dec187; - } - 60% { - background-color: #e4cb9b; - } - 70% { - background-color: #ead6ae; - } - 80% { - background-color: #efe0c2; - } - 90% { - background-color: #f5ead6; - } -} - -@-o-keyframes changer { - 50% { - background-color: #dec187; - } - 60% { - background-color: #e4cb9b; - } - 70% { - background-color: #ead6ae; - } - 80% { - background-color: #efe0c2; - } - 90% { - background-color: #f5ead6; - } -} - -@keyframes changer { - 50% { - background-color: #dec187; - } - 60% { - background-color: #e4cb9b; - } - 70% { - background-color: #ead6ae; - } - 80% { - background-color: #efe0c2; - } - 90% { - background-color: #f5ead6; - } -} - - -/* end Background Color Changer */ - - -/* --------------------------------------- */ - - -/*$5. Team Type 5 */ - - -/* --------------------------------------- */ - -.hgroup .title-5 { - font-family: "Open Sans", sans-serif; - font-weight: 300; - font-size: 48px; - text-transform: uppercase; - color: #d7d7d7; -} - -.hgroup h4.sub-title-5 { - font-family: "Open Sans", sans-serif; - font-weight: 300; - font-size: 14px; - color: #d7d7d7; - text-align: center; - display: inline-block; - padding: 20px 500px; -} - -.tmm-team .item-circled-5 { - background-color: transparent; - text-align: center; - position: relative; - width: 210px; - margin: 0 40px; - display: inline-block; -} - -.tmm-team .item-circled-5 .face-container { - position: relative; - width: 210px; - height: 210px; - z-index: 1; - -webkit-perspective: 1000px; - perspective: 1000px; -} - -.tmm-team .item-circled-5 .face-card { - width: 100%; - height: 100%; - -webkit-transform-style: preserve-3d; - transform-style: preserve-3d; - -webkit-border-radius: 50%; - border-radius: 50%; - -webkit-transition: all .5s linear; - transition: all .5s linear; -} - -.tmm-team .item-circled-5 .face-container:hover .face-card { - -webkit-transform: rotateY(180deg); - transform: rotateY(180deg); - -webkit-border-radius: 50%; - border-radius: 50%; -} - -.tmm-team .item-circled-5 .face-1 { - position: absolute; - width: 100%; - height: 100%; - backface-visibility: hidden; - overflow: hidden; - -webkit-border-radius: 50%; - border-radius: 50%; -} - -.tmm-team .item-circled-5 .face-1.back { - display: block; - box-sizing: border-box; - padding: 35px 13px; - color: white; - font-size: 13px; - text-align: center; - background-color: #aaa; - -webkit-transform: rotateY(180deg); - transform: rotateY(180deg); - -webkit-border-radius: 50%; - border-radius: 50%; -} - -.ie8 .tmm-team .item-circled-5 .face-1.back { - visibility: hidden; -} - -.tmm-team .item-circled-5 .dashed-border { - position: absolute; - border-radius: 50%; - border: 2px dashed #18d9ec; - height: 250px; - width: 250px; - top: -20px; - left: -20px; -} - -.tmm-team .item-circled-5:hover .dashed-border { - -webkit-animation-duration: 0.5s; - -webkit-animation-timing-function: linear; - -webkit-animation-name: spiner; - -webkit-animation-iteration-count: infinite; - -moz-animation-duration: 0.5s; - -moz-animation-timing-function: linear; - -moz-animation-name: spiner; - -moz-animation-iteration-count: infinite; - -ms-animation-duration: 0.5s; - -ms-animation-timing-function: linear; - -ms-animation-name: spiner; - -ms-animation-iteration-count: infinite; - -o-animation-duration: 0.5s; - -o-animation-timing-function: linear; - -o-animation-name: spiner; - -o-animation-iteration-count: infinite; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-name: spiner; - animation-iteration-count: infinite; -} - - -/* Firefox fix, spinning circle */ - -@-moz-document url-prefix() { - .tmm-team .item-circled-5 .dashed-border { - background-image: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/circle.png); - border: none; - } -} - - -/* end Firefox fix, spinning circle */ - - -/* Spining dashed border */ - -@-webkit-keyframes spiner { - from { - -webkit-transform: rotate(0deg); - } - to { - -webkit-transform: rotate(359deg); - } -} - -@-moz-keyframes spiner { - from { - -moz-transform: rotate(0deg); - } - to { - -moz-transform: rotate(359deg); - } -} - -@-o-keyframes spiner { - from { - -o-transform: rotate(0deg); - } - to { - -o-transform: rotate(359deg); - } -} - -@keyframes spiner { - from { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } -} - - -/* end Spining dashed border */ - -.tmm-team .item-circled-5 .item-content { - padding: 0 20px; -} - -.tmm-team .item-circled-5 .item-content .item-title { - font-family: 'Open Sans Condensed', sans-serif; - font-weight: 300; - color: #fff; - font-size: 30px; - padding: 30px 0px 15px; - text-transform: uppercase; -} - -.tmm-team .item-circled-5 .item-content .item-sub-title { - width: 100%; - background-color: #fcf0ac; - font-family: 'Open Sans Condensed', sans-serif; - font-weight: 300; - color: #ad9c3a; - padding: 9px 0px; -} - -.tmm-team .item-circled-5 .social-icons { - background-color: #28ac9b; - position: absolute; - bottom: -78px; - right: -40px; - visibility: hidden; - opacity: 0; - -webkit-transform: translateY(30px); - transform: translateY(30px); - -webkit-transition: all .45s ease-out; - transition: all .45s ease-out; -} - -.tmm-team .item-circled-5 .social-icons li { - list-style: none; - display: inline-block; - padding: 10px 18px; -} - -.tmm-team .item-circled-5 .social-icons li a { - color: #fff; - font-size: 18px; -} - -.tmm-team .item-circled-5:hover .social-icons { - visibility: visible; - opacity: 1; - -webkit-transform: translateY(0); - transform: translateY(0); -} - -.tmm-team .item-circled-5 .social-icons:after { - content: ""; - position: absolute; - width: 0; - height: 0; - border-width: 10px; - border-style: solid; - border-color: transparent transparent #28ac9b; - top: -20px; - left: 35px; -} - -.tmm-team .item-hexagon { - background-color: transparent; - text-align: center; - display: inline-block; - position: relative; - width: 240px; - margin: 0 25px; -} - -.tmm-team .item-hexagon .face-container { - position: relative; -} - - -/* Hexagon */ - -.tmm-team .item-hexagon .hexagon { - overflow: hidden; - visibility: hidden; - cursor: pointer; - width: 240px; - height: 277px; - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -ms-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); - -webkit-transition: all .35s ease-in-out .1s; - transition: all .35s ease-in-out .1s; -} - -.tmm-team .item-hexagon:hover .hexagon { - opacity: 0; - -webkit-transform: rotate(120deg) scale(0.5); - transform: rotate(120deg) scale(0.5); -} - -.tmm-team .item-hexagon .hexagon-back { - overflow: hidden; - cursor: pointer; - width: 240px; - height: 277px; - position: absolute; - top: 0; - left: 0; - opacity: 0; - -webkit-transform: rotate(120deg) scale(0.5); - -moz-transform: rotate(120deg); - -ms-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg) scale(0.5); - -webkit-transition: all .35s ease-in-out .1s; - transition: all .35s ease-in-out .1s; -} - -.tmm-team .item-hexagon:hover .hexagon-back { - opacity: 1; - -webkit-transform: rotate(120deg) scale(1); - transform: rotate(120deg) scale(1); - -webkit-transition: all .35s ease-in-out .3s; - transition: all .35s ease-in-out .3s; -} - -.tmm-team .item-hexagon .hexagon-in { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon .hexagon-in-back { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon .hexagon-bg { - width: 100%; - height: 100%; - background-repeat: no-repeat; - position: relative; - visibility: visible; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon .hexagon-bg-back { - width: 100%; - height: 100%; - background-color: #1a4a72; - position: relative; - visibility: visible; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon .hexagon-bg-back h3 { - color: #fff; - font-size: 22px; - height: 110px; - letter-spacing: 2px; - margin: 0 30px; - padding: 70px 0 0; - position: relative; - text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3); - text-transform: uppercase; -} - -.tmm-team .item-hexagon .hexagon-bg-back p { - border-top: 1px solid rgba(255, 255, 255, 0.5); - color: #bbb; - font-size: 12px; - font-style: italic; - margin: 0 30px; - padding: 10px 5px; -} - -.tmm-team .item-hexagon .hexagon-bg.type-1 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/01.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon .hexagon-bg.type-2 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/02.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon .hexagon-bg.type-3 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/03.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon .hexagon-bg.type-4 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/04.jpg); - background-position: 50% 50%; - background-size: cover; -} - - -/* end Hexagon */ - -.tmm-team .item-hexagon .item-content { - text-align: center; - position: relative; -} - -.tmm-team .item-hexagon .footer { - padding: 20px 0px 35px 0px; -} - -.tmm-team .item-hexagon .footer .title { - font-family: "Open Sans", sans-serif; - color: #fff; - font-size: 14px; - padding: 0px 0px 8px 0px; -} - -.tmm-team .item-hexagon .footer .title b { - font-size: 30px; - font-weight: 300; -} - -.tmm-team .item-hexagon .social-icons { - padding: 10px 0; -} - -.tmm-team .item-hexagon .social-icons li { - display: inline-block; - list-style: none; - padding: 0 3px; - opacity: 0; - -webkit-transform: scale(0); - transform: scale(0); - -webkit-transition: -webkit-transform .35s, opacity .35s; - transition: transform .35s, opacity .35s; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(1) a { - background-color: #0c7bae; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(2) a { - background-color: #0cd3e5; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(3) a { - background-color: #e44e43; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(4) a { - background-color: #f94e9f; -} - -.tmm-team .item-hexagon .social-icons li a { - font-size: 27px; - color: #fff; - cursor: pointer; - padding: 6px; - -webkit-transition: background-color .35s ease-in-out 0s, color .35s ease-in-out 0s; - transition: background-color .35s ease-in-out 0s, color .35s ease-in-out 0s; - width: 40px; - -height: 40px; - -display: block; -} - -.tmm-team .item-hexagon:hover .social-icons li { - opacity: 1; - -webkit-transform: scale(1); - transform: scale(1); - -webkit-transition-property: opacity, -webkit-transform; - transition-property: opacity, transform; - -webkit-transition-duration: .35s; - transition-duration: .35s; - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -} - -.tmm-team .item-hexagon .social-icons li:nth-child(1) { - transition-delay: .25s; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(2) { - transition-delay: .50s; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(3) { - transition-delay: .75s; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(4) { - transition-delay: 1s; -} - -.tmm-team .item-hexagon .social-icons li:hover a { - background-color: #fff; - -webkit-transition: all .35s ease-in-out 0s; - transition: all .35s ease-in-out 0s; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(1):hover a { - color: #0c7bae; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(2):hover a { - color: #0cd3e5; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(3):hover a { - color: #e44e43; -} - -.tmm-team .item-hexagon .social-icons li:nth-child(4):hover a { - color: #f94e9f; -} - - -/* --------------------------------------- */ - - -/*$2. Team Type 2 */ - - -/* --------------------------------------- */ - -.tmm-team .hgroup { - text-align: center; - font-family: "Open Sans", sans-serif; - padding: 40px 5px; -} - -.tmm-team .hgroup .title-2 { - font-size: 24px; - font-weight: 400; - color: #000; - position: relative; - display: inline-block; - padding: 0 20px; - text-transform: uppercase; -} - -.tmm-team .hgroup .title-2:after { - position: absolute; - right: -12px; - width: 30px; - height: 15px; - background-color: #ffff9d; - color: #11110a; - font-family: "Open Sans", sans-serif; - font-size: 10px; - line-height: 1.3em; - content: "2014"; -} - -.tmm-team .hgroup .title-2:before { - position: absolute; - top: 2px; - right: -12px; - width: 29px; - height: 15px; - background-color: #ff6138; - content: ""; - -webkit-transform: skewY(4deg); - transform: skewY(4deg); -} - -.tmm-team .hgroup h4 { - color: #333333; - font-size: 14px; -} - -.tmm-team .item-hexagon-2 { - position: relative; - background-color: #fff; - text-align: center; - display: inline-block; - width: 190px; - margin: 0 12px; - overflow: hidden; - -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); - -webkit-transition: all .35s linear; - transition: all .35s linear; -} - -.tmm-team .item-hexagon-2:hover { - -webkit-transform: scale(1.1); - transform: scale(1.1); -} - -.tmm-team .item-hexagon-2 .social-icons { - background-color: #7bdee7; - padding: 10px 0; - position: relative; - top: -43px; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-2:hover .social-icons { - top: 0; -} - -.tmm-team .item-hexagon-2:hover .social-icons { - background-color: #e44e43; - -webkit-transition: all .35s ease 0s; - transition: all .35s ease 0s; -} - -.tmm-team .item-hexagon-2 .social-icons:after { - content: ''; - position: absolute; - top: 99%; - left: 49%; - margin-left: -11px; - width: 0; - height: 0; - border-top: 4px solid #7bdee7; - border-right: 12px solid transparent; - border-left: 12px solid transparent; - -webkit-transition: all .35s ease 0s; - transition: all .35s ease 0s; -} - -.tmm-team .item-hexagon-2:hover .social-icons:after { - border-top-color: #e44e43; - -webkit-transition: all .35s ease 0s; - transition: all .35s ease 0s; -} - -.tmm-team .item-hexagon-2 .social-icons li { - display: inline-block; - list-style: none; - padding: 0 10px; - -webkit-transform: scale(1); - transform: scale(1); - -webkit-transition: all .35s ease 0s; - transition: all .35s ease 0s; -} - -.tmm-team .item-hexagon-2 .social-icons li:hover { - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - -webkit-animation-name: tada; - animation-name: tada; -} - -.tmm-team .item-hexagon-2 .social-icons li:nth-child(1):hover a { - color: #0c7bae; -} - -.tmm-team .item-hexagon-2 .social-icons li:nth-child(2):hover a { - color: #0cd3e5; -} - -.tmm-team .item-hexagon-2 .social-icons li:nth-child(3):hover a { - color: #c42462; -} - -.tmm-team .item-hexagon-2 .social-icons li a { - font-size: 24px; - color: #fff; - cursor: pointer; -} - -.tmm-team .item-hexagon-2 .face-container { - position: relative; - padding-top: 25px; - padding-bottom: 5px; -} - - -/* Hexagon */ - -.tmm-team .item-hexagon-2 .hexagon { - overflow: hidden; - visibility: hidden; - cursor: pointer; - width: 166px; - height: 192px; - margin: 0 auto; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -ms-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -.tmm-team .item-hexagon-2 .hexagon-in { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon-2 .hexagon-bg { - width: 100%; - height: 100%; - background-repeat: no-repeat; - position: relative; - visibility: visible; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon-2 .hexagon-bg.type-1 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/11.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-2 .hexagon-bg.type-2 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/12.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-2 .hexagon-bg.type-3 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/13.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-2 .hexagon-bg.type-4 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/14.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-2 .hexagon-bg.type-5 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/15.jpg); - background-position: 50% 50%; - background-size: cover; -} - - -/* end Hexagon */ - -.tmm-team .item-hexagon-2 .face-container:hover { - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - -webkit-animation-name: bounce; - animation-name: bounce; - -webkit-transform-origin: center bottom; - -ms-transform-origin: center bottom; - transform-origin: center bottom; -} - -.tmm-team .item-hexagon-2 .title { - font-family: "Open Sans", sans-serif; - color: #333333; -} - -.tmm-team .item-hexagon-2 .title h3 { - font-size: 30px; - font-weight: 300; - padding-bottom: 3px; -} - -.tmm-team .item-hexagon-2 .title h4 { - font-size: 14px; - font-weight: 300; - padding-top: 3px; - padding-bottom: 3px; -} - - -/* --------------------------------------- */ - - -/*$3. Team Type 3 */ - - -/* --------------------------------------- */ - -.tmm-team .hgroup .title-3 { - font-family: "Open Sans", sans-serif; - font-weight: 400; - font-size: 24px; - color: #fff; - text-transform: uppercase; -} - -.tmm-team .item-hexagon-3 { - background-color: transparent; - text-align: center; - position: relative; - width: 278px; - display: inline-block; - margin: 0 3px; -} - -.tmm-team .item-hexagon-3 .face-container { - padding: 0; - position: relative; - overflow: hidden; -} - - -/* Hexagon */ - -.tmm-team .item-hexagon-3 .hexagon { - overflow: hidden; - visibility: hidden; - cursor: pointer; - width: 240px; - height: 277px; - margin: 0 auto; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -ms-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -.tmm-team .item-hexagon-3 .hexagon-in { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon-3 .hexagon-bg { - width: 100%; - height: 100%; - background-repeat: no-repeat; - position: relative; - visibility: visible; - overflow: hidden; - background-size: 100%; - background-position: 50% 50%; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); - -webkit-transition: background-size .35s ease-in; - transition: background-size .35s ease-in; -} - -.tmm-team .item-hexagon-3 .hexagon:hover .hexagon-bg { - background-size: 110%; -} - -.tmm-team .item-hexagon-3 .hexagon-bg.type-1 { - background-image: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/21.jpg); -} - -.tmm-team .item-hexagon-3 .hexagon-bg.type-2 { - background-image: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/22.jpg); -} - -.tmm-team .item-hexagon-3 .hexagon-bg.type-3 { - background-image: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/23.jpg); -} - -.tmm-team .item-hexagon-3 .hexagon-bg.type-4 { - background-image: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/24.jpg); -} - - -/* end Hexagon */ - -.tmm-team .item-hexagon-3 .block { - position: absolute; - width: 320px; - height: 320px; - background-color: #000; - opacity: .3; - top: 116px; - left: 39px; - -webkit-transform: rotate(-30deg) translateY(40%); - transform: rotate(-30deg) translateY(40%); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-3:hover .block { - background-color: #ffd800; - -webkit-transform: rotate(-30deg) translateY(0); - transform: rotate(-30deg) translateY(0); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-3 .social-icons { - background-color: transparent; - padding: 0; - position: absolute; - top: 200px; - left: 77px; -} - -.tmm-team .item-hexagon-3 .social-icons li { - padding: 0; - display: inline-block; - list-style: none; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-3 .social-icons li:hover { - -webkit-transform: scale(1.2); - transform: scale(1.2); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-3 .social-icons li a { - color: #fff; - font-size: 27px; - cursor: pointer; - width: 40px; - height: 40px; - display: block; -} - -.tmm-team .item-hexagon-3 .social-icons li:nth-child(1):hover a { - color: #0c7bae; -} - -.tmm-team .item-hexagon-3 .social-icons li:nth-child(2):hover a { - color: #0cd3e5; -} - -.tmm-team .item-hexagon-3 .social-icons li:nth-child(3):hover a { - color: #f94e9f; -} - -.tmm-team .item-hexagon-3 .item-content { - font-family: "Open Sans", sans-serif; - font-weight: 400; - color: #fff; - position: relative; - opacity: 0; - -webkit-transform: translateY(80px); - transform: translateY(80px); - -webkit-transition: -webkit-transform .35s .2s, opacity .35s .2s; - transition: transform .35s .2s, opacity .35s .2s; -} - -.tmm-team .item-hexagon-3:hover .item-content { - opacity: 1; - -webkit-transform: translateY(0); - transform: translateY(0); - -webkit-transition: -webkit-transform .35s .2s, opacity .35s .2s; - transition: transform .35s .2s, opacity .35s .2s; -} - -.tmm-team .item-hexagon-3 .item-content h4 { - font-size: 18px; - text-transform: uppercase; - padding-bottom: 10px; -} - -.tmm-team .item-hexagon-3 .item-content p { - font-size: 12px; - color: #fff; - text-align: left; - border: 1px solid #fff; - padding: 10px 15px; -} - - -/* --------------------------------------- */ - - -/*$4. Team Type 4 */ - - -/* --------------------------------------- */ - -.hgroup .title-4 { - font-family: "Open Sans", sans-serif; - font-weight: 300; - font-size: 36px; - color: #fff; - border: 2px solid #fff; - display: inline-block; - padding: 12px 16px; -} - -.tmm-team .item-hexagon-4 { - background-color: transparent; - text-align: center; - overflow: hidden; - width: 206px; - display: inline-block; - position: relative; - margin: 0 10px; -} - -.tmm-team .item-hexagon-4 .face-container { - padding: 0; - position: relative; -} - - -/* Hexagon */ - -.tmm-team .item-hexagon-4 .hexagon { - overflow: hidden; - visibility: hidden; - cursor: pointer; - width: 206px; - height: 274px; - margin: 0 auto; - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -ms-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -.tmm-team .item-hexagon-4 .hexagon-in { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon-4 .hexagon-bg { - width: 100%; - height: 100%; - background-repeat: no-repeat; - position: relative; - visibility: visible; - overflow: hidden; - background-size: auto; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); - -webkit-transition: background-size .2s ease-in; - transition: background-size .2s ease-in; -} - -.tmm-team .item-hexagon-4 .hexagon-bg.type-1 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/31.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-4 .hexagon-bg.type-2 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/32.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-4 .hexagon-bg.type-3 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/33.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-4 .hexagon-bg.type-4 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/34.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-4 .hexagon-bg.type-5 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/35.jpg); - background-position: 50% 50%; - background-size: cover; -} - - -/* end Hexagon */ - -.tmm-team .item-hexagon-4 .face-container:before, -.tmm-team .item-hexagon-4 .face-container:after { - -webkit-transition: -webkit-transform .35s ease, opacity .35s ease; - transition: transform .35s ease, opacity .35s ease; -} - -.tmm-team .item-hexagon-4 .face-container:before { - position: absolute; - width: 150px; - height: 10px; - background-color: #18def0; - content: ""; - bottom: 52px; - left: -48px; - z-index: 0; - -webkit-transform: skewY(30deg); - transform: skewY(30deg); -} -.tmm-team .item-hexagon-4 .face-container:after { - position: absolute; - width: 150px; - height: 10px; - background-color: #18def0; - content: ""; - bottom: 52px; - right: -46px; - z-index: 0; - -webkit-transform: skewY(-30deg); - transform: skewY(-30deg); -} - -.tmm-team .item-hexagon-4 .face-container:hover:after, -.tmm-team .item-hexagon-4 .face-container:hover:before { - opacity: 0; - -webkit-transition: -webkit-transform .35s ease, opacity .35s ease; - transition: transform .35s ease, opacity .35s ease; -} - -.tmm-team .item-hexagon-4 .face-container:hover:before { - -webkit-transform: skewY(30deg) translateY(50px); - transform: skewY(30deg) translateY(50px); -} - -.tmm-team .item-hexagon-4 .face-container:hover:after { - -webkit-transform: skewY(-30deg) translateY(50px); - transform: skewY(-30deg) translateY(50px); -} - -.tmm-team .item-hexagon-4 .info { - position: absolute; - top: 0; - left: 0; - background-color: rgba(0, 0, 0, .6); - opacity: 0; - height: 100%; - z-index: 2; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.ie8 .tmm-team .item-hexagon-4 .info { - display: none; -} - -.tmm-team .item-hexagon-4 .info h3 { - color: #fff; - font-size: 20px; - margin-top: 60px; - text-transform: uppercase; - -webkit-transform: translateX(-80%); - transform: translateX(-80%); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-4 .info p { - border-top: 1px solid #d09673; - padding: 10px; - color: #fff; - font-size: 14px; - -webkit-transform: translateX(80%); - transform: translateX(80%); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-4 .face-container:hover .info { - opacity: 1; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-4 .face-container:hover .info h3 { - -webkit-transform: translateX(0); - transform: translateX(0); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-4 .face-container:hover .info p { - -webkit-transform: translateX(0); - transform: translateX(0); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-4 .face-container .title-container { - position: absolute; - bottom: 57px; - left: 44%; - opacity: 1; - -webkit-transform: translateY(0); - transform: translateY(0); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-4 .face-container .title-container .title { - position: relative; - left: -37%; - padding: 6px 5px; - color: #fff; - font-family: "Open Sans", sans-serif; - font-size: 18px; -} - -.tmm-team .item-hexagon-4 .face-container .title-container .title:after { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: #7f7f7f; - opacity: .5; - z-index: -1; - content: ""; -} - -.tmm-team .item-hexagon-4 .face-container:hover .title-container { - opacity: 0; - -webkit-transform: translateY(50%); - transform: translateY(50%); - -webkit-transition: transform .35s ease, opacity .35s ease .1s; - transition: transform .35s ease, opacity .35s ease .1s; -} - -.tmm-team .item-hexagon-4 .social-icons { - padding-top: 8px; -} - -.tmm-team .item-hexagon-4 .social-icons li { - position: relative; - list-style: none; - display: inline-block; - margin: 0px -2px; - padding: 0; - border-top: 1px solid #fff; - border-bottom: 1px solid #fff; - border-left: 1px solid #fff; - padding: 7px 0px; - width: 33.333333%; -} - -.tmm-team .item-hexagon-4 .social-icons li:after { - position: absolute; - left: 0; - bottom: 0; - width: 100%; - height: 0; - backface-visibility: hidden; - z-index: -1; - content: ""; - background-color: #fff; - -webkit-transition: height .25s linear 0s; - transition: height .25s linear 0s; -} - -.tmm-team .item-hexagon-4 .social-icons li:hover:after { - height: 100%; - -webkit-transition: height .25s linear 0s; - transition: height .25s linear 0s; -} - -.tmm-team .item-hexagon-4 .social-icons li:nth-child(3) { - border-right: 1px solid #fff; -} - -.tmm-team .item-hexagon-4 .social-icons li a { - color: #fff; - font-size: 18px; -} - -.tmm-team .item-hexagon-4 .social-icons li:nth-child(1):hover a { - color: #1c99c2; -} - -.tmm-team .item-hexagon-4 .social-icons li:nth-child(2):hover a { - color: #18def0; -} - -.tmm-team .item-hexagon-4 .social-icons li:nth-child(3):hover a { - color: #e44e43; -} - -.tmm-team .item-hexagon-4 .item-content .apply { - background-color: #28ac9b; - color: #fff; - font-family: "Open Sans", sans-serif; - text-transform: uppercase; - padding: 7px; - width: 100%; - display: inline-block; - cursor: pointer; - margin-top: 8px; - -webkit-transition: background-color .25s ease-in-out 0s; - transition: background-color .25s ease-in-out 0s; -} - -.tmm-team .item-hexagon-4 .item-content .apply:hover { - background-color: #18def0; - -webkit-transition: background-color .25s ease-in-out 0s; - transition: background-color .25s ease-in-out 0s; -} - - -/* --------------------------------------- */ - - -/*$5. Team Type 5 */ - - -/* --------------------------------------- */ - -.hgroup .title-5 { - font-family: "Open Sans", sans-serif; - font-weight: 300; - font-size: 48px; - text-transform: uppercase; - color: #d7d7d7; -} - -.hgroup h4.sub-title-5 { - font-family: "Open Sans", sans-serif; - font-weight: 300; - font-size: 14px; - color: #d7d7d7; - text-align: center; - display: inline-block; - padding: 20px 500px; -} - -.tmm-team .item-hexagon-5 { - background-color: transparent; - text-align: center; - padding: 0 27px; - position: relative; - display: inline-block; -} - -.tmm-team .item-hexagon-5 .face-container { - padding: 0; - position: relative; -} - -.tmm-team .item-hexagon-5:hover .face-container { - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - -webkit-animation-name: bounce; - animation-name: bounce; - -webkit-transform-origin: center bottom; - -ms-transform-origin: center bottom; - transform-origin: center bottom; -} - - -/* Hexagon */ - -.tmm-team .item-hexagon-5 .hexagon { - overflow: hidden; - visibility: hidden; - cursor: pointer; - width: 216px; - height: 250px; - margin: 0 auto; - -webkit-transform: rotate(120deg); - -moz-transform: rotate(120deg); - -ms-transform: rotate(120deg); - -o-transform: rotate(120deg); - transform: rotate(120deg); -} - -.tmm-team .item-hexagon-5 .hexagon-in { - overflow: hidden; - width: 100%; - height: 100%; - position: relative; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); -} - -.tmm-team .item-hexagon-5 .hexagon-bg { - width: 100%; - height: 100%; - background-repeat: no-repeat; - position: relative; - visibility: visible; - overflow: hidden; - background-size: auto; - -webkit-transform: rotate(-60deg); - -moz-transform: rotate(-60deg); - -ms-transform: rotate(-60deg); - -o-transform: rotate(-60deg); - transform: rotate(-60deg); - -webkit-transition: background-size .2s ease-in; - transition: background-size .2s ease-in; -} - -.tmm-team .item-hexagon-5 .hexagon-bg.type-1 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/41.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-5 .hexagon-bg.type-2 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/42.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-5 .hexagon-bg.type-3 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/43.jpg); - background-position: 50% 50%; - background-size: cover; -} - -.tmm-team .item-hexagon-5 .hexagon-bg.type-4 { - background: url(http://staging.kariba.co.uk/anilib/wp-content/themes/twentyseventeen/assets/images/page_3/44.jpg); - background-position: 50% 50%; - background-size: cover; -} - - -/* end Hexagon */ - -.tmm-team .item-hexagon-5 .info { - position: absolute; - top: 0; - left: 0; - background-color: rgba(0, 0, 0, .3); - opacity: 0; - height: 100%; - z-index: 2; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.ie8 .tmm-team .item-hexagon-5 .info { - display: none; -} - -.tmm-team .item-hexagon-5 .info h3 { - color: #fff; - font-size: 20px; - margin-top: 60px; - text-transform: uppercase; - -webkit-transform: translateX(-80%); - transform: translateX(-80%); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-5 .info p { - border-top: 1px solid #d09673; - padding: 10px; - color: #fff; - font-size: 14px; - -webkit-transform: translateX(80%); - transform: translateX(80%); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-5 .face-container:hover .info { - opacity: 1; - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-5 .face-container:hover .info h3 { - -webkit-transform: translateX(0); - transform: translateX(0); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-5 .face-container:hover .info p { - -webkit-transform: translateX(0); - transform: translateX(0); - -webkit-transition: all .35s ease; - transition: all .35s ease; -} - -.tmm-team .item-hexagon-5 .social-icons { - background-color: transparent; - padding: 0; - position: absolute; - top: 189px; - left: 44px; -} - -.tmm-team .item-hexagon-5 .social-icons li { - padding: 0; - display: inline-block; - list-style: none; - -webkit-transform: scale(1); - transform: scale(1); - -webkit-transition: all .35s ease 0s; - transition: all .35s ease 0s; -} - -.tmm-team .item-hexagon-5 .social-icons li:hover { - -webkit-transform: scale(1.2); - transform: scale(1.2); - -webkit-transition: all .35s ease 0s; - transition: all .35s ease 0s; -} - -.tmm-team .item-hexagon-5 .social-icons li a { - color: #fff; - font-size: 27px; - cursor: pointer; - width: 40px; - height: 40px; - display:block; -} - -.tmm-team .item-hexagon-5 .social-icons li:nth-child(1):hover a { - color: #1c99c2; -} - -.tmm-team .item-hexagon-5 .social-icons li:nth-child(2):hover a { - color: #18def0; -} - -.tmm-team .item-hexagon-5 .social-icons li:nth-child(3):hover a { - color: #e44e43; -} - -.tmm-team .item-hexagon-5 .item-content { - padding: 0 20px; -} - -.tmm-team .item-hexagon-5 .item-content .item-title { - font-family: 'Open Sans Condensed', sans-serif; - font-weight: 300; - color: #fff; - font-size: 30px; - padding: 15px 0px; - text-transform: uppercase; -} - -.tmm-team .item-hexagon-5 .item-content .item-sub-title { - width: 100%; - background-color: #fcf0ac; - font-family: 'Open Sans Condensed', sans-serif; - font-weight: 300; - font-size: 24px; - color: #ad9c3a; - padding: 9px 0px; - opacity: 0; - -webkit-transform: translateY(60px); - transform: translateY(60px); - -webkit-transition: -webkit-transform .35s ease, opacity .35s ease; - transition: transform .35s ease, opacity .35s ease; -} - -.tmm-team .item-hexagon-5:hover .item-sub-title { - opacity: 1; - -webkit-transform: translateY(0); - transform: translateY(0); - -webkit-transition: -webkit-transform .35s ease, opacity .35s ease; - transition: transform .35s ease, opacity .35s ease; -} - -/* ------------------------------------------------------------- */ - - -/*Layout/* ------------------------------------------------------------- */ - -@media screen and (min-width:1200px) and (max-width: 1368px) { - .hgroup h4.sub-title-5 { - padding: 20px 0px; - } -} - -@media screen and (max-width: 1200px) { - h1 { - font-size: 40px; - padding: 30px 5px; - } - .hgroup h4.sub-title-5 { - padding: 20px 0px; - } - .tmm-team .item, - .tmm-team .item-circled, - .tmm-team .item-square, - .tmm-team .item-hexagon { - margin-bottom: 20px; - } - .tmm-team .item-2, - .tmm-team .item-circled-2, - .tmm-team .item-square-2, - .tmm-team .item-hexagon-2 { - margin-bottom: 15px; - } - .tmm-team .item-3, - .tmm-team .item-circled-3, - .tmm-team .item-square-3, - .tmm-team .item-hexagon-3 { - margin-bottom: 20px; - } - .tmm-team .item-4, - .tmm-team .item-circled-4, - .tmm-team .item-square-4, - .tmm-team .item-hexagon-4 { - margin-bottom: 20px; - } - .tmm-team .item-5, - .tmm-team .item-circled-5, - .tmm-team .item-square-5, - .tmm-team .item-hexagon-5 { - margin-bottom: 80px; - } -} - - -/* All Mobile Sizes (devices and browser) */ - -@media only screen and (max-width: 768px) { - h1 { - font-size: 30px; - padding: 30px 5px; - } -} - - -@charset "UTF-8"; - -/*! -Animate.css - http://daneden.me/animate -Licensed under the MIT license - http://opensource.org/licenses/MIT - -Copyright (c) 2014 Daniel Eden -*/ - -.animated { - -webkit-animation-duration: 1s; - animation-duration: 1s; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; -} - -.animated.infinite { - -webkit-animation-iteration-count: infinite; - animation-iteration-count: infinite; -} - -.animated.hinge { - -webkit-animation-duration: 2s; - animation-duration: 2s; -} - -@-webkit-keyframes bounce { - 0%, 20%, 53%, 80%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - -webkit-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - 40%, 43% { - -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0,-4px,0); - transform: translate3d(0,-4px,0); - } -} - -@keyframes bounce { - 0%, 20%, 53%, 80%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - -webkit-transform: translate3d(0,0,0); - -ms-transform: translate3d(0,0,0); - transform: translate3d(0,0,0); - } - - 40%, 43% { - -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -30px, 0); - -ms-transform: translate3d(0, -30px, 0); - transform: translate3d(0, -30px, 0); - } - - 70% { - -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060); - -webkit-transform: translate3d(0, -15px, 0); - -ms-transform: translate3d(0, -15px, 0); - transform: translate3d(0, -15px, 0); - } - - 90% { - -webkit-transform: translate3d(0,-4px,0); - -ms-transform: translate3d(0,-4px,0); - transform: translate3d(0,-4px,0); - } -} - -.bounce { - -webkit-animation-name: bounce; - animation-name: bounce; - -webkit-transform-origin: center bottom; - -ms-transform-origin: center bottom; - transform-origin: center bottom; -} - -@-webkit-keyframes flash { - 0%, 50%, 100% { - opacity: 1; - } - - 25%, 75% { - opacity: 0; - } -} - -@keyframes flash { - 0%, 50%, 100% { - opacity: 1; - } - - 25%, 75% { - opacity: 0; - } -} - -.flash { - -webkit-animation-name: flash; - animation-name: flash; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes pulse { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes pulse { - 0% { - -webkit-transform: scale3d(1, 1, 1); - -ms-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 50% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - -ms-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - -ms-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.pulse { - -webkit-animation-name: pulse; - animation-name: pulse; -} - -@-webkit-keyframes rubberBand { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(.95, 1.05, 1); - transform: scale3d(.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, .95, 1); - transform: scale3d(1.05, .95, 1); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes rubberBand { - 0% { - -webkit-transform: scale3d(1, 1, 1); - -ms-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 30% { - -webkit-transform: scale3d(1.25, 0.75, 1); - -ms-transform: scale3d(1.25, 0.75, 1); - transform: scale3d(1.25, 0.75, 1); - } - - 40% { - -webkit-transform: scale3d(0.75, 1.25, 1); - -ms-transform: scale3d(0.75, 1.25, 1); - transform: scale3d(0.75, 1.25, 1); - } - - 50% { - -webkit-transform: scale3d(1.15, 0.85, 1); - -ms-transform: scale3d(1.15, 0.85, 1); - transform: scale3d(1.15, 0.85, 1); - } - - 65% { - -webkit-transform: scale3d(.95, 1.05, 1); - -ms-transform: scale3d(.95, 1.05, 1); - transform: scale3d(.95, 1.05, 1); - } - - 75% { - -webkit-transform: scale3d(1.05, .95, 1); - -ms-transform: scale3d(1.05, .95, 1); - transform: scale3d(1.05, .95, 1); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - -ms-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.rubberBand { - -webkit-animation-name: rubberBand; - animation-name: rubberBand; -} - -@-webkit-keyframes shake { - 0%, 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, 40%, 60%, 80% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -@keyframes shake { - 0%, 100% { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } - - 10%, 30%, 50%, 70%, 90% { - -webkit-transform: translate3d(-10px, 0, 0); - -ms-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 20%, 40%, 60%, 80% { - -webkit-transform: translate3d(10px, 0, 0); - -ms-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } -} - -.shake { - -webkit-animation-name: shake; - animation-name: shake; -} - -@-webkit-keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - 100% { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -@keyframes swing { - 20% { - -webkit-transform: rotate3d(0, 0, 1, 15deg); - -ms-transform: rotate3d(0, 0, 1, 15deg); - transform: rotate3d(0, 0, 1, 15deg); - } - - 40% { - -webkit-transform: rotate3d(0, 0, 1, -10deg); - -ms-transform: rotate3d(0, 0, 1, -10deg); - transform: rotate3d(0, 0, 1, -10deg); - } - - 60% { - -webkit-transform: rotate3d(0, 0, 1, 5deg); - -ms-transform: rotate3d(0, 0, 1, 5deg); - transform: rotate3d(0, 0, 1, 5deg); - } - - 80% { - -webkit-transform: rotate3d(0, 0, 1, -5deg); - -ms-transform: rotate3d(0, 0, 1, -5deg); - transform: rotate3d(0, 0, 1, -5deg); - } - - 100% { - -webkit-transform: rotate3d(0, 0, 1, 0deg); - -ms-transform: rotate3d(0, 0, 1, 0deg); - transform: rotate3d(0, 0, 1, 0deg); - } -} - -.swing { - -webkit-transform-origin: top center; - -ms-transform-origin: top center; - transform-origin: top center; - -webkit-animation-name: swing; - animation-name: swing; -} - -@-webkit-keyframes tada { - 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, 20% { - -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - } - - 30%, 50%, 70%, 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, 60%, 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes tada { - 0% { - -webkit-transform: scale3d(1, 1, 1); - -ms-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } - - 10%, 20% { - -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg); - } - - 30%, 50%, 70%, 90% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); - } - - 40%, 60%, 80% { - -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); - } - - 100% { - -webkit-transform: scale3d(1, 1, 1); - -ms-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.tada { - -webkit-animation-name: tada; - animation-name: tada; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes wobble { - 0% { - -webkit-transform: none; - transform: none; - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -@keyframes wobble { - 0% { - -webkit-transform: none; - -ms-transform: none; - transform: none; - } - - 15% { - -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); - } - - 30% { - -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); - } - - 45% { - -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); - } - - 60% { - -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); - } - - 75% { - -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); - } - - 100% { - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.wobble { - -webkit-animation-name: wobble; - animation-name: wobble; -} - -@-webkit-keyframes bounceIn { - 0%, 20%, 40%, 60%, 80%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(.97, .97, .97); - transform: scale3d(.97, .97, .97); - } - - 100% { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -@keyframes bounceIn { - 0%, 20%, 40%, 60%, 80%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - -ms-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 20% { - -webkit-transform: scale3d(1.1, 1.1, 1.1); - -ms-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 40% { - -webkit-transform: scale3d(.9, .9, .9); - -ms-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(1.03, 1.03, 1.03); - -ms-transform: scale3d(1.03, 1.03, 1.03); - transform: scale3d(1.03, 1.03, 1.03); - } - - 80% { - -webkit-transform: scale3d(.97, .97, .97); - -ms-transform: scale3d(.97, .97, .97); - transform: scale3d(.97, .97, .97); - } - - 100% { - opacity: 1; - -webkit-transform: scale3d(1, 1, 1); - -ms-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); - } -} - -.bounceIn { - -webkit-animation-name: bounceIn; - animation-name: bounceIn; - -webkit-animation-duration: .75s; - animation-duration: .75s; -} - -@-webkit-keyframes bounceInDown { - 0%, 60%, 75%, 90%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInDown { - 0%, 60%, 75%, 90%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -3000px, 0); - -ms-transform: translate3d(0, -3000px, 0); - transform: translate3d(0, -3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, 25px, 0); - -ms-transform: translate3d(0, 25px, 0); - transform: translate3d(0, 25px, 0); - } - - 75% { - -webkit-transform: translate3d(0, -10px, 0); - -ms-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, 5px, 0); - -ms-transform: translate3d(0, 5px, 0); - transform: translate3d(0, 5px, 0); - } - - 100% { - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.bounceInDown { - -webkit-animation-name: bounceInDown; - animation-name: bounceInDown; -} - -@-webkit-keyframes bounceInLeft { - 0%, 60%, 75%, 90%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInLeft { - 0%, 60%, 75%, 90%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(-3000px, 0, 0); - -ms-transform: translate3d(-3000px, 0, 0); - transform: translate3d(-3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(25px, 0, 0); - -ms-transform: translate3d(25px, 0, 0); - transform: translate3d(25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(-10px, 0, 0); - -ms-transform: translate3d(-10px, 0, 0); - transform: translate3d(-10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(5px, 0, 0); - -ms-transform: translate3d(5px, 0, 0); - transform: translate3d(5px, 0, 0); - } - - 100% { - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.bounceInLeft { - -webkit-animation-name: bounceInLeft; - animation-name: bounceInLeft; -} - -@-webkit-keyframes bounceInRight { - 0%, 60%, 75%, 90%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - 100% { - -webkit-transform: none; - transform: none; - } -} - -@keyframes bounceInRight { - 0%, 60%, 75%, 90%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(3000px, 0, 0); - -ms-transform: translate3d(3000px, 0, 0); - transform: translate3d(3000px, 0, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(-25px, 0, 0); - -ms-transform: translate3d(-25px, 0, 0); - transform: translate3d(-25px, 0, 0); - } - - 75% { - -webkit-transform: translate3d(10px, 0, 0); - -ms-transform: translate3d(10px, 0, 0); - transform: translate3d(10px, 0, 0); - } - - 90% { - -webkit-transform: translate3d(-5px, 0, 0); - -ms-transform: translate3d(-5px, 0, 0); - transform: translate3d(-5px, 0, 0); - } - - 100% { - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.bounceInRight { - -webkit-animation-name: bounceInRight; - animation-name: bounceInRight; -} - -@-webkit-keyframes bounceInUp { - 0%, 60%, 75%, 90%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -@keyframes bounceInUp { - 0%, 60%, 75%, 90%, 100% { - -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); - } - - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 3000px, 0); - -ms-transform: translate3d(0, 3000px, 0); - transform: translate3d(0, 3000px, 0); - } - - 60% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - -ms-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 75% { - -webkit-transform: translate3d(0, 10px, 0); - -ms-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 90% { - -webkit-transform: translate3d(0, -5px, 0); - -ms-transform: translate3d(0, -5px, 0); - transform: translate3d(0, -5px, 0); - } - - 100% { - -webkit-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} - -.bounceInUp { - -webkit-animation-name: bounceInUp; - animation-name: bounceInUp; -} - -@-webkit-keyframes bounceOut { - 20% { - -webkit-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 50%, 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } -} - -@keyframes bounceOut { - 20% { - -webkit-transform: scale3d(.9, .9, .9); - -ms-transform: scale3d(.9, .9, .9); - transform: scale3d(.9, .9, .9); - } - - 50%, 55% { - opacity: 1; - -webkit-transform: scale3d(1.1, 1.1, 1.1); - -ms-transform: scale3d(1.1, 1.1, 1.1); - transform: scale3d(1.1, 1.1, 1.1); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - -ms-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } -} - -.bounceOut { - -webkit-animation-name: bounceOut; - animation-name: bounceOut; - -webkit-animation-duration: .75s; - animation-duration: .75s; -} - -@-webkit-keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes bounceOutDown { - 20% { - -webkit-transform: translate3d(0, 10px, 0); - -ms-transform: translate3d(0, 10px, 0); - transform: translate3d(0, 10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, -20px, 0); - -ms-transform: translate3d(0, -20px, 0); - transform: translate3d(0, -20px, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - -ms-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.bounceOutDown { - -webkit-animation-name: bounceOutDown; - animation-name: bounceOutDown; -} - -@-webkit-keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes bounceOutLeft { - 20% { - opacity: 1; - -webkit-transform: translate3d(20px, 0, 0); - -ms-transform: translate3d(20px, 0, 0); - transform: translate3d(20px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - -ms-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.bounceOutLeft { - -webkit-animation-name: bounceOutLeft; - animation-name: bounceOutLeft; -} - -@-webkit-keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes bounceOutRight { - 20% { - opacity: 1; - -webkit-transform: translate3d(-20px, 0, 0); - -ms-transform: translate3d(-20px, 0, 0); - transform: translate3d(-20px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - -ms-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.bounceOutRight { - -webkit-animation-name: bounceOutRight; - animation-name: bounceOutRight; -} - -@-webkit-keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes bounceOutUp { - 20% { - -webkit-transform: translate3d(0, -10px, 0); - -ms-transform: translate3d(0, -10px, 0); - transform: translate3d(0, -10px, 0); - } - - 40%, 45% { - opacity: 1; - -webkit-transform: translate3d(0, 20px, 0); - -ms-transform: translate3d(0, 20px, 0); - transform: translate3d(0, 20px, 0); - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - -ms-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.bounceOutUp { - -webkit-animation-name: bounceOutUp; - animation-name: bounceOutUp; -} - -@-webkit-keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -.fadeIn { - -webkit-animation-name: fadeIn; - animation-name: fadeIn; -} - -@-webkit-keyframes fadeInDown { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInDown { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - -ms-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.fadeInDown { - -webkit-animation-name: fadeInDown; - animation-name: fadeInDown; -} - -@-webkit-keyframes fadeInDownBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInDownBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - -ms-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.fadeInDownBig { - -webkit-animation-name: fadeInDownBig; - animation-name: fadeInDownBig; -} - -@-webkit-keyframes fadeInLeft { - 0% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInLeft { - 0% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - -ms-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.fadeInLeft { - -webkit-animation-name: fadeInLeft; - animation-name: fadeInLeft; -} - -@-webkit-keyframes fadeInLeftBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInLeftBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - -ms-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.fadeInLeftBig { - -webkit-animation-name: fadeInLeftBig; - animation-name: fadeInLeftBig; -} - -@-webkit-keyframes fadeInRight { - 0% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInRight { - 0% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - -ms-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.fadeInRight { - -webkit-animation-name: fadeInRight; - animation-name: fadeInRight; -} - -@-webkit-keyframes fadeInRightBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInRightBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - -ms-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.fadeInRightBig { - -webkit-animation-name: fadeInRightBig; - animation-name: fadeInRightBig; -} - -@-webkit-keyframes fadeInUp { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUp { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - -ms-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.fadeInUp { - -webkit-animation-name: fadeInUp; - animation-name: fadeInUp; -} - -@-webkit-keyframes fadeInUpBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes fadeInUpBig { - 0% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - -ms-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.fadeInUpBig { - -webkit-animation-name: fadeInUpBig; - animation-name: fadeInUpBig; -} - -@-webkit-keyframes fadeOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -@keyframes fadeOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -.fadeOut { - -webkit-animation-name: fadeOut; - animation-name: fadeOut; -} - -@-webkit-keyframes fadeOutDown { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -@keyframes fadeOutDown { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 100%, 0); - -ms-transform: translate3d(0, 100%, 0); - transform: translate3d(0, 100%, 0); - } -} - -.fadeOutDown { - -webkit-animation-name: fadeOutDown; - animation-name: fadeOutDown; -} - -@-webkit-keyframes fadeOutDownBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -@keyframes fadeOutDownBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, 2000px, 0); - -ms-transform: translate3d(0, 2000px, 0); - transform: translate3d(0, 2000px, 0); - } -} - -.fadeOutDownBig { - -webkit-animation-name: fadeOutDownBig; - animation-name: fadeOutDownBig; -} - -@-webkit-keyframes fadeOutLeft { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -@keyframes fadeOutLeft { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0); - -ms-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } -} - -.fadeOutLeft { - -webkit-animation-name: fadeOutLeft; - animation-name: fadeOutLeft; -} - -@-webkit-keyframes fadeOutLeftBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -@keyframes fadeOutLeftBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(-2000px, 0, 0); - -ms-transform: translate3d(-2000px, 0, 0); - transform: translate3d(-2000px, 0, 0); - } -} - -.fadeOutLeftBig { - -webkit-animation-name: fadeOutLeftBig; - animation-name: fadeOutLeftBig; -} - -@-webkit-keyframes fadeOutRight { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -@keyframes fadeOutRight { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0); - -ms-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } -} - -.fadeOutRight { - -webkit-animation-name: fadeOutRight; - animation-name: fadeOutRight; -} - -@-webkit-keyframes fadeOutRightBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -@keyframes fadeOutRightBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(2000px, 0, 0); - -ms-transform: translate3d(2000px, 0, 0); - transform: translate3d(2000px, 0, 0); - } -} - -.fadeOutRightBig { - -webkit-animation-name: fadeOutRightBig; - animation-name: fadeOutRightBig; -} - -@-webkit-keyframes fadeOutUp { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -@keyframes fadeOutUp { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -100%, 0); - -ms-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); - } -} - -.fadeOutUp { - -webkit-animation-name: fadeOutUp; - animation-name: fadeOutUp; -} - -@-webkit-keyframes fadeOutUpBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -@keyframes fadeOutUpBig { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(0, -2000px, 0); - -ms-transform: translate3d(0, -2000px, 0); - transform: translate3d(0, -2000px, 0); - } -} - -.fadeOutUpBig { - -webkit-animation-name: fadeOutUpBig; - animation-name: fadeOutUpBig; -} - -@-webkit-keyframes flip { - 0% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(.95, .95, .95); - transform: perspective(400px) scale3d(.95, .95, .95); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -@keyframes flip { - 0% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - transform: perspective(400px) rotate3d(0, 1, 0, -360deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 40% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; - } - - 50% { - -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 80% { - -webkit-transform: perspective(400px) scale3d(.95, .95, .95); - -ms-transform: perspective(400px) scale3d(.95, .95, .95); - transform: perspective(400px) scale3d(.95, .95, .95); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } - - 100% { - -webkit-transform: perspective(400px); - -ms-transform: perspective(400px); - transform: perspective(400px); - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; - } -} - -.animated.flip { - -webkit-backface-visibility: visible; - -ms-backface-visibility: visible; - backface-visibility: visible; - -webkit-animation-name: flip; - animation-name: flip; -} - -@-webkit-keyframes flipInX { - 0% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-transition-timing-function: ease-in; - transition-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-transition-timing-function: ease-in; - transition-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInX { - 0% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -webkit-transition-timing-function: ease-in; - transition-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -webkit-transition-timing-function: ease-in; - transition-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - transform: perspective(400px) rotate3d(1, 0, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - transform: perspective(400px) rotate3d(1, 0, 0, -5deg); - } - - 100% { - -webkit-transform: perspective(400px); - -ms-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInX { - -webkit-backface-visibility: visible !important; - -ms-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInX; - animation-name: flipInX; -} - -@-webkit-keyframes flipInY { - 0% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-transition-timing-function: ease-in; - transition-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-transition-timing-function: ease-in; - transition-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - 100% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } -} - -@keyframes flipInY { - 0% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -webkit-transition-timing-function: ease-in; - transition-timing-function: ease-in; - opacity: 0; - } - - 40% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - transform: perspective(400px) rotate3d(0, 1, 0, -20deg); - -webkit-transition-timing-function: ease-in; - transition-timing-function: ease-in; - } - - 60% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - transform: perspective(400px) rotate3d(0, 1, 0, 10deg); - opacity: 1; - } - - 80% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - transform: perspective(400px) rotate3d(0, 1, 0, -5deg); - } - - 100% { - -webkit-transform: perspective(400px); - -ms-transform: perspective(400px); - transform: perspective(400px); - } -} - -.flipInY { - -webkit-backface-visibility: visible !important; - -ms-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipInY; - animation-name: flipInY; -} - -@-webkit-keyframes flipOutX { - 0% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - 100% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutX { - 0% { - -webkit-transform: perspective(400px); - -ms-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - transform: perspective(400px) rotate3d(1, 0, 0, -20deg); - opacity: 1; - } - - 100% { - -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - transform: perspective(400px) rotate3d(1, 0, 0, 90deg); - opacity: 0; - } -} - -.flipOutX { - -webkit-animation-name: flipOutX; - animation-name: flipOutX; - -webkit-animation-duration: .75s; - animation-duration: .75s; - -webkit-backface-visibility: visible !important; - -ms-backface-visibility: visible !important; - backface-visibility: visible !important; -} - -@-webkit-keyframes flipOutY { - 0% { - -webkit-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - 100% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -@keyframes flipOutY { - 0% { - -webkit-transform: perspective(400px); - -ms-transform: perspective(400px); - transform: perspective(400px); - } - - 30% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - transform: perspective(400px) rotate3d(0, 1, 0, -15deg); - opacity: 1; - } - - 100% { - -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - transform: perspective(400px) rotate3d(0, 1, 0, 90deg); - opacity: 0; - } -} - -.flipOutY { - -webkit-backface-visibility: visible !important; - -ms-backface-visibility: visible !important; - backface-visibility: visible !important; - -webkit-animation-name: flipOutY; - animation-name: flipOutY; - -webkit-animation-duration: .75s; - animation-duration: .75s; -} - -@-webkit-keyframes lightSpeedIn { - 0% { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - transform: skewX(-5deg); - opacity: 1; - } - - 100% { - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes lightSpeedIn { - 0% { - -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); - -ms-transform: translate3d(100%, 0, 0) skewX(-30deg); - transform: translate3d(100%, 0, 0) skewX(-30deg); - opacity: 0; - } - - 60% { - -webkit-transform: skewX(20deg); - -ms-transform: skewX(20deg); - transform: skewX(20deg); - opacity: 1; - } - - 80% { - -webkit-transform: skewX(-5deg); - -ms-transform: skewX(-5deg); - transform: skewX(-5deg); - opacity: 1; - } - - 100% { - -webkit-transform: none; - -ms-transform: none; - transform: none; - opacity: 1; - } -} - -.lightSpeedIn { - -webkit-animation-name: lightSpeedIn; - animation-name: lightSpeedIn; - -webkit-animation-timing-function: ease-out; - animation-timing-function: ease-out; -} - -@-webkit-keyframes lightSpeedOut { - 0% { - opacity: 1; - } - - 100% { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -@keyframes lightSpeedOut { - 0% { - opacity: 1; - } - - 100% { - -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); - -ms-transform: translate3d(100%, 0, 0) skewX(30deg); - transform: translate3d(100%, 0, 0) skewX(30deg); - opacity: 0; - } -} - -.lightSpeedOut { - -webkit-animation-name: lightSpeedOut; - animation-name: lightSpeedOut; - -webkit-animation-timing-function: ease-in; - animation-timing-function: ease-in; -} - -@-webkit-keyframes rotateIn { - 0% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateIn { - 0% { - -webkit-transform-origin: center; - -ms-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, -200deg); - -ms-transform: rotate3d(0, 0, 1, -200deg); - transform: rotate3d(0, 0, 1, -200deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: center; - -ms-transform-origin: center; - transform-origin: center; - -webkit-transform: none; - -ms-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateIn { - -webkit-animation-name: rotateIn; - animation-name: rotateIn; -} - -@-webkit-keyframes rotateInDownLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInDownLeft { - 0% { - -webkit-transform-origin: left bottom; - -ms-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - -ms-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: left bottom; - -ms-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - -ms-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInDownLeft { - -webkit-animation-name: rotateInDownLeft; - animation-name: rotateInDownLeft; -} - -@-webkit-keyframes rotateInDownRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInDownRight { - 0% { - -webkit-transform-origin: right bottom; - -ms-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - -ms-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: right bottom; - -ms-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - -ms-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInDownRight { - -webkit-animation-name: rotateInDownRight; - animation-name: rotateInDownRight; -} - -@-webkit-keyframes rotateInUpLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInUpLeft { - 0% { - -webkit-transform-origin: left bottom; - -ms-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - -ms-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: left bottom; - -ms-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: none; - -ms-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInUpLeft { - -webkit-animation-name: rotateInUpLeft; - animation-name: rotateInUpLeft; -} - -@-webkit-keyframes rotateInUpRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - transform: none; - opacity: 1; - } -} - -@keyframes rotateInUpRight { - 0% { - -webkit-transform-origin: right bottom; - -ms-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -90deg); - -ms-transform: rotate3d(0, 0, 1, -90deg); - transform: rotate3d(0, 0, 1, -90deg); - opacity: 0; - } - - 100% { - -webkit-transform-origin: right bottom; - -ms-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: none; - -ms-transform: none; - transform: none; - opacity: 1; - } -} - -.rotateInUpRight { - -webkit-animation-name: rotateInUpRight; - animation-name: rotateInUpRight; -} - -@-webkit-keyframes rotateOut { - 0% { - -webkit-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - 100% { - -webkit-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -@keyframes rotateOut { - 0% { - -webkit-transform-origin: center; - -ms-transform-origin: center; - transform-origin: center; - opacity: 1; - } - - 100% { - -webkit-transform-origin: center; - -ms-transform-origin: center; - transform-origin: center; - -webkit-transform: rotate3d(0, 0, 1, 200deg); - -ms-transform: rotate3d(0, 0, 1, 200deg); - transform: rotate3d(0, 0, 1, 200deg); - opacity: 0; - } -} - -.rotateOut { - -webkit-animation-name: rotateOut; - animation-name: rotateOut; -} - -@-webkit-keyframes rotateOutDownLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownLeft { - 0% { - -webkit-transform-origin: left bottom; - -ms-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: left bottom; - -ms-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, 45deg); - -ms-transform: rotate3d(0, 0, 1, 45deg); - transform: rotate3d(0, 0, 1, 45deg); - opacity: 0; - } -} - -.rotateOutDownLeft { - -webkit-animation-name: rotateOutDownLeft; - animation-name: rotateOutDownLeft; -} - -@-webkit-keyframes rotateOutDownRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutDownRight { - 0% { - -webkit-transform-origin: right bottom; - -ms-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: right bottom; - -ms-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - -ms-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutDownRight { - -webkit-animation-name: rotateOutDownRight; - animation-name: rotateOutDownRight; -} - -@-webkit-keyframes rotateOutUpLeft { - 0% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -@keyframes rotateOutUpLeft { - 0% { - -webkit-transform-origin: left bottom; - -ms-transform-origin: left bottom; - transform-origin: left bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: left bottom; - -ms-transform-origin: left bottom; - transform-origin: left bottom; - -webkit-transform: rotate3d(0, 0, 1, -45deg); - -ms-transform: rotate3d(0, 0, 1, -45deg); - transform: rotate3d(0, 0, 1, -45deg); - opacity: 0; - } -} - -.rotateOutUpLeft { - -webkit-animation-name: rotateOutUpLeft; - animation-name: rotateOutUpLeft; -} - -@-webkit-keyframes rotateOutUpRight { - 0% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -@keyframes rotateOutUpRight { - 0% { - -webkit-transform-origin: right bottom; - -ms-transform-origin: right bottom; - transform-origin: right bottom; - opacity: 1; - } - - 100% { - -webkit-transform-origin: right bottom; - -ms-transform-origin: right bottom; - transform-origin: right bottom; - -webkit-transform: rotate3d(0, 0, 1, 90deg); - -ms-transform: rotate3d(0, 0, 1, 90deg); - transform: rotate3d(0, 0, 1, 90deg); - opacity: 0; - } -} - -.rotateOutUpRight { - -webkit-animation-name: rotateOutUpRight; - animation-name: rotateOutUpRight; -} - -@-webkit-keyframes hinge { - 0% { - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - 100% { - -webkit-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -@keyframes hinge { - 0% { - -webkit-transform-origin: top left; - -ms-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 20%, 60% { - -webkit-transform: rotate3d(0, 0, 1, 80deg); - -ms-transform: rotate3d(0, 0, 1, 80deg); - transform: rotate3d(0, 0, 1, 80deg); - -webkit-transform-origin: top left; - -ms-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - } - - 40%, 80% { - -webkit-transform: rotate3d(0, 0, 1, 60deg); - -ms-transform: rotate3d(0, 0, 1, 60deg); - transform: rotate3d(0, 0, 1, 60deg); - -webkit-transform-origin: top left; - -ms-transform-origin: top left; - transform-origin: top left; - -webkit-animation-timing-function: ease-in-out; - animation-timing-function: ease-in-out; - opacity: 1; - } - - 100% { - -webkit-transform: translate3d(0, 700px, 0); - -ms-transform: translate3d(0, 700px, 0); - transform: translate3d(0, 700px, 0); - opacity: 0; - } -} - -.hinge { - -webkit-animation-name: hinge; - animation-name: hinge; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollIn { - 0% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - 100% { - opacity: 1; - -webkit-transform: none; - transform: none; - } -} - -@keyframes rollIn { - 0% { - opacity: 0; - -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); - } - - 100% { - opacity: 1; - -webkit-transform: none; - -ms-transform: none; - transform: none; - } -} - -.rollIn { - -webkit-animation-name: rollIn; - animation-name: rollIn; -} - -/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */ - -@-webkit-keyframes rollOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -@keyframes rollOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); - } -} - -.rollOut { - -webkit-animation-name: rollOut; - animation-name: rollOut; -} - -@-webkit-keyframes zoomIn { - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 50% { - opacity: 1; - } -} - -@keyframes zoomIn { - 0% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - -ms-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 50% { - opacity: 1; - } -} - -.zoomIn { - -webkit-animation-name: zoomIn; - animation-name: zoomIn; -} - -@-webkit-keyframes zoomInDown { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInDown { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInDown { - -webkit-animation-name: zoomInDown; - animation-name: zoomInDown; -} - -@-webkit-keyframes zoomInLeft { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInLeft { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInLeft { - -webkit-animation-name: zoomInLeft; - animation-name: zoomInLeft; -} - -@-webkit-keyframes zoomInRight { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInRight { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInRight { - -webkit-animation-name: zoomInRight; - animation-name: zoomInRight; -} - -@-webkit-keyframes zoomInUp { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomInUp { - 0% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 60% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomInUp { - -webkit-animation-name: zoomInUp; - animation-name: zoomInUp; -} - -@-webkit-keyframes zoomOut { - 0% { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 100% { - opacity: 0; - } -} - -@keyframes zoomOut { - 0% { - opacity: 1; - } - - 50% { - opacity: 0; - -webkit-transform: scale3d(.3, .3, .3); - -ms-transform: scale3d(.3, .3, .3); - transform: scale3d(.3, .3, .3); - } - - 100% { - opacity: 0; - } -} - -.zoomOut { - -webkit-animation-name: zoomOut; - animation-name: zoomOut; -} - -@-webkit-keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomOutDown { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0); - -webkit-transform-origin: center bottom; - -ms-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomOutDown { - -webkit-animation-name: zoomOutDown; - animation-name: zoomOutDown; -} - -@-webkit-keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); - transform: scale(.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - transform-origin: left center; - } -} - -@keyframes zoomOutLeft { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: scale(.1) translate3d(-2000px, 0, 0); - -ms-transform: scale(.1) translate3d(-2000px, 0, 0); - transform: scale(.1) translate3d(-2000px, 0, 0); - -webkit-transform-origin: left center; - -ms-transform-origin: left center; - transform-origin: left center; - } -} - -.zoomOutLeft { - -webkit-animation-name: zoomOutLeft; - animation-name: zoomOutLeft; -} - -@-webkit-keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: scale(.1) translate3d(2000px, 0, 0); - transform: scale(.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - transform-origin: right center; - } -} - -@keyframes zoomOutRight { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); - } - - 100% { - opacity: 0; - -webkit-transform: scale(.1) translate3d(2000px, 0, 0); - -ms-transform: scale(.1) translate3d(2000px, 0, 0); - transform: scale(.1) translate3d(2000px, 0, 0); - -webkit-transform-origin: right center; - -ms-transform-origin: right center; - transform-origin: right center; - } -} - -.zoomOutRight { - -webkit-animation-name: zoomOutRight; - animation-name: zoomOutRight; -} - -@-webkit-keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -@keyframes zoomOutUp { - 40% { - opacity: 1; - -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0); - -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); - } - - 100% { - opacity: 0; - -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0); - -webkit-transform-origin: center bottom; - -ms-transform-origin: center bottom; - transform-origin: center bottom; - -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); - } -} - -.zoomOutUp { - -webkit-animation-name: zoomOutUp; - animation-name: zoomOutUp; -} - -html { - height: 100%; - -webkit-box-sizing: border-box; - box-sizing: border-box; -} - -.animated-button1 { - background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%); - padding: 20px 20px; - margin: 10px; - display: inline-block; - -webkit-transform: translate(0%, 0%); - transform: translate(0%, 0%); - overflow: hidden; - color: #f7d4d4; - font-size: 20px; - letter-spacing: 2.5px; - text-align: center; - text-transform: uppercase; - text-decoration: none; - -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); - box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); -} - -.animated-button1::before { - content: ''; - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - background-color: #ad8585; - opacity: 0; - -webkit-transition: .2s opacity ease-in-out; - transition: .2s opacity ease-in-out; -} - -.animated-button1:hover::before { - opacity: 0.2; -} - -.animated-button1 span { - position: absolute; -} - -.animated-button1 span:nth-child(1) { - top: 0px; - left: 0px; - width: 100%; - height: 2px; - background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626)); - background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626); - -webkit-animation: 2s animateTop linear infinite; - animation: 2s animateTop linear infinite; -} - -@keyframes animateTop { - 0% { - -webkit-transform: translateX(100%); - transform: translateX(100%); - } - 100% { - -webkit-transform: translateX(-100%); - transform: translateX(-100%); - } -} - -.animated-button1 span:nth-child(2) { - top: 0px; - right: 0px; - height: 100%; - width: 2px; - background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626)); - background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626); - -webkit-animation: 2s animateRight linear -1s infinite; - animation: 2s animateRight linear -1s infinite; -} - -@keyframes animateRight { - 0% { - -webkit-transform: translateY(100%); - transform: translateY(100%); - } - 100% { - -webkit-transform: translateY(-100%); - transform: translateY(-100%); - } -} - -.animated-button1 span:nth-child(3) { - bottom: 0px; - left: 0px; - width: 100%; - height: 2px; - background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626)); - background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626); - -webkit-animation: 2s animateBottom linear infinite; - animation: 2s animateBottom linear infinite; -} - -@keyframes animateBottom { - 0% { - -webkit-transform: translateX(-100%); - transform: translateX(-100%); - } - 100% { - -webkit-transform: translateX(100%); - transform: translateX(100%); - } -} - -.animated-button1 span:nth-child(4) { - top: 0px; - left: 0px; - height: 100%; - width: 2px; - background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626)); - background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626); - -webkit-animation: 2s animateLeft linear -1s infinite; - animation: 2s animateLeft linear -1s infinite; -} - -@keyframes animateLeft { - 0% { - -webkit-transform: translateY(-100%); - transform: translateY(-100%); - } - 100% { - -webkit-transform: translateY(100%); - transform: translateY(100%); - } -} - -.animated-button2 { - background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%); - padding: 5px 5px; - margin: 10px; - display: inline-block; - -webkit-transform: translate(0%, 0%); - transform: translate(0%, 0%); - overflow: hidden; - color: #f7d4d4; - font-size: 20px; - letter-spacing: 2.5px; - text-align: center; - text-transform: uppercase; - text-decoration: none; - -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); - box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); -} - -.animated-button2::before { - content: ''; - position: absolute; - top: 0px; - left: 0px; - width: 100%; - height: 100%; - background-color: #ad8585; - opacity: 0; - -webkit-transition: .2s opacity ease-in-out; - transition: .2s opacity ease-in-out; -} - -.animated-button2:hover::before { - opacity: 0.2; -} - -.animated-button2 span { - position: absolute; -} - -.animated-button2 span:nth-child(1) { - top: 0px; - left: 0px; - width: 100%; - height: 2px; - background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626)); - background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626); - -webkit-animation: 2s animateTop linear infinite; - animation: 2s animateTop linear infinite; -} - -@keyframes animateTop { - 0% { - -webkit-transform: translateX(100%); - transform: translateX(100%); - } - 100% { - -webkit-transform: translateX(-100%); - transform: translateX(-100%); - } -} - - -.animated-button2 span:nth-child(3) { - bottom: 0px; - left: 0px; - width: 100%; - height: 2px; - background: -webkit-gradient(linear,right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626)); - background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626); - -webkit-animation: 2s animateBottom linear infinite; - animation: 2s animateBottom linear infinite; -} - -@keyframes animateBottom { - 0% { - -webkit-transform: translateX(100%); - transform: translateX(100%); - } - 100% { - -webkit-transform: translateX(-100%); - transform: translateX(-100%); - } -} - -/*.animated-button2 span:nth-child(4) { - top: 0px; - left: 0px; - height: 100%; - width: 2px; - background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626)); - background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626); - -webkit-animation: 2s animateLeft linear -1s infinite; - animation: 2s animateLeft linear -1s infinite; -} - -@keyframes animateLeft { - 0% { - -webkit-transform: translateY(-100%); - transform: translateY(-100%); - } - 100% { - -webkit-transform: translateY(100%); - transform: translateY(100%); - } -} \ No newline at end of file