├── favicon.ico ├── OscarWebSpace.gif ├── images ├── OscarAboutMe.png ├── cami_cover.jpg ├── OscarLogo-Colour.png ├── OscarLogoNameWhite.png ├── OscarLogo-ColourHoriz.png ├── OscarLogoColour-noName.png └── OscarLogoNameHorizWhite.png ├── css ├── micons │ ├── fonts │ │ ├── icomoon.eot │ │ ├── icomoon.ttf │ │ └── icomoon.woff │ └── micons.css ├── font-awesome │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ └── css │ │ ├── font-awesome.min.css │ │ └── font-awesome.css ├── fonts.css ├── style.css ├── base.css └── vendor.css ├── favicon_package_v0.16 ├── favicon.ico ├── favicon-16x16.png ├── favicon-32x32.png ├── mstile-150x150.png ├── apple-touch-icon.png ├── android-chrome-192x192.png ├── android-chrome-256x256.png ├── browserconfig.xml ├── site.webmanifest └── safari-pinned-tab.svg ├── fonts ├── lora │ ├── lora-bold-webfont.eot │ ├── lora-bold-webfont.ttf │ ├── lora-bold-webfont.woff │ ├── lora-italic-webfont.eot │ ├── lora-italic-webfont.ttf │ ├── lora-italic-webfont.woff │ ├── lora-regular-webfont.eot │ ├── lora-regular-webfont.ttf │ ├── lora-bolditalic-webfont.eot │ ├── lora-bolditalic-webfont.ttf │ ├── lora-regular-webfont.woff │ ├── lora-bolditalic-webfont.woff │ └── stylesheet.css └── poppins │ ├── poppins-bold-webfont.eot │ ├── poppins-bold-webfont.ttf │ ├── poppins-bold-webfont.woff │ ├── poppins-bold-webfont.woff2 │ ├── poppins-light-webfont.eot │ ├── poppins-light-webfont.ttf │ ├── poppins-light-webfont.woff │ ├── poppins-medium-webfont.eot │ ├── poppins-medium-webfont.ttf │ ├── poppins-medium-webfont.woff │ ├── poppins-regular-webfont.eot │ ├── poppins-regular-webfont.ttf │ ├── poppins-regular-webfont.woff │ ├── poppins-semibold-webfont.eot │ ├── poppins-semibold-webfont.ttf │ ├── poppins-semibold-webfont.woff │ ├── stylesheet.css │ └── poppins-semibold-webfont.svg ├── _config.yml ├── rnd_cami_time.js ├── js └── rnd_cami_time.js ├── .gitignore ├── README.md ├── LICENSE └── index.html /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/favicon.ico -------------------------------------------------------------------------------- /OscarWebSpace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/OscarWebSpace.gif -------------------------------------------------------------------------------- /images/OscarAboutMe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/images/OscarAboutMe.png -------------------------------------------------------------------------------- /images/cami_cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/images/cami_cover.jpg -------------------------------------------------------------------------------- /css/micons/fonts/icomoon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/css/micons/fonts/icomoon.eot -------------------------------------------------------------------------------- /css/micons/fonts/icomoon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/css/micons/fonts/icomoon.ttf -------------------------------------------------------------------------------- /images/OscarLogo-Colour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/images/OscarLogo-Colour.png -------------------------------------------------------------------------------- /css/micons/fonts/icomoon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/css/micons/fonts/icomoon.woff -------------------------------------------------------------------------------- /images/OscarLogoNameWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/images/OscarLogoNameWhite.png -------------------------------------------------------------------------------- /favicon_package_v0.16/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/favicon_package_v0.16/favicon.ico -------------------------------------------------------------------------------- /fonts/lora/lora-bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-bold-webfont.eot -------------------------------------------------------------------------------- /fonts/lora/lora-bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-bold-webfont.ttf -------------------------------------------------------------------------------- /fonts/lora/lora-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-bold-webfont.woff -------------------------------------------------------------------------------- /images/OscarLogo-ColourHoriz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/images/OscarLogo-ColourHoriz.png -------------------------------------------------------------------------------- /images/OscarLogoColour-noName.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/images/OscarLogoColour-noName.png -------------------------------------------------------------------------------- /fonts/lora/lora-italic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-italic-webfont.eot -------------------------------------------------------------------------------- /fonts/lora/lora-italic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-italic-webfont.ttf -------------------------------------------------------------------------------- /fonts/lora/lora-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-italic-webfont.woff -------------------------------------------------------------------------------- /fonts/lora/lora-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-regular-webfont.eot -------------------------------------------------------------------------------- /fonts/lora/lora-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-regular-webfont.ttf -------------------------------------------------------------------------------- /images/OscarLogoNameHorizWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/images/OscarLogoNameHorizWhite.png -------------------------------------------------------------------------------- /css/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/css/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /fonts/lora/lora-bolditalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-bolditalic-webfont.eot -------------------------------------------------------------------------------- /fonts/lora/lora-bolditalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-bolditalic-webfont.ttf -------------------------------------------------------------------------------- /fonts/lora/lora-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-regular-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins/poppins-bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-bold-webfont.eot -------------------------------------------------------------------------------- /fonts/poppins/poppins-bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-bold-webfont.ttf -------------------------------------------------------------------------------- /favicon_package_v0.16/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/favicon_package_v0.16/favicon-16x16.png -------------------------------------------------------------------------------- /favicon_package_v0.16/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/favicon_package_v0.16/favicon-32x32.png -------------------------------------------------------------------------------- /favicon_package_v0.16/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/favicon_package_v0.16/mstile-150x150.png -------------------------------------------------------------------------------- /fonts/lora/lora-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/lora/lora-bolditalic-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins/poppins-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-bold-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins/poppins-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-bold-webfont.woff2 -------------------------------------------------------------------------------- /fonts/poppins/poppins-light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-light-webfont.eot -------------------------------------------------------------------------------- /fonts/poppins/poppins-light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-light-webfont.ttf -------------------------------------------------------------------------------- /fonts/poppins/poppins-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-light-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins/poppins-medium-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-medium-webfont.eot -------------------------------------------------------------------------------- /fonts/poppins/poppins-medium-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-medium-webfont.ttf -------------------------------------------------------------------------------- /favicon_package_v0.16/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/favicon_package_v0.16/apple-touch-icon.png -------------------------------------------------------------------------------- /fonts/poppins/poppins-medium-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-medium-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins/poppins-regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-regular-webfont.eot -------------------------------------------------------------------------------- /fonts/poppins/poppins-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-regular-webfont.ttf -------------------------------------------------------------------------------- /fonts/poppins/poppins-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-regular-webfont.woff -------------------------------------------------------------------------------- /fonts/poppins/poppins-semibold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-semibold-webfont.eot -------------------------------------------------------------------------------- /fonts/poppins/poppins-semibold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-semibold-webfont.ttf -------------------------------------------------------------------------------- /fonts/poppins/poppins-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/fonts/poppins/poppins-semibold-webfont.woff -------------------------------------------------------------------------------- /css/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/css/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /css/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/css/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /css/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/css/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /favicon_package_v0.16/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/favicon_package_v0.16/android-chrome-192x192.png -------------------------------------------------------------------------------- /favicon_package_v0.16/android-chrome-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oscar-defelice/cami-reply-delay/main/favicon_package_v0.16/android-chrome-256x256.png -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | # theme: jekyll-theme-hacker 2 | title: Oscar de Felice homepage 3 | logo: https://user-images.githubusercontent.com/49638680/98257151-9f5e5800-1f7f-11eb-9f42-479a4fc6cf24.png 4 | description: My personal webspace to collect projects and ideas. 5 | -------------------------------------------------------------------------------- /favicon_package_v0.16/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #da532c 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /rnd_cami_time.js: -------------------------------------------------------------------------------- 1 | const timeDelayThreshold = 14; 2 | 3 | 4 | function handleButton(elem) { 5 | msg = "Cami will never reply"; 6 | var rndInt = Math.floor(Math.random() * 48) + 1 7 | console.log(rndInt); 8 | if (rndInt >= timeDelayThreshold) { 9 | msg = `Cami will maybe reply in ${rndInt} hours, be patient.`; 10 | } 11 | document.getElementById("Delay").innerText = msg; 12 | } -------------------------------------------------------------------------------- /js/rnd_cami_time.js: -------------------------------------------------------------------------------- 1 | const timeDelayThreshold = 14; 2 | 3 | 4 | function handleButton(elem) { 5 | msg = "Cami will never reply"; 6 | var rndInt = Math.floor(Math.random() * 48) + 1 7 | console.log(rndInt); 8 | if (rndInt >= timeDelayThreshold) { 9 | msg = `Cami will maybe reply in ${rndInt} hours, be patient.`; 10 | } 11 | document.getElementById("Delay").innerText = msg; 12 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled class file 2 | *.class 3 | 4 | # Log file 5 | *.log 6 | 7 | # BlueJ files 8 | *.ctxt 9 | 10 | # Mobile Tools for Java (J2ME) 11 | .mtj.tmp/ 12 | 13 | # Package Files # 14 | *.jar 15 | *.war 16 | *.nar 17 | *.ear 18 | *.zip 19 | *.tar.gz 20 | *.rar 21 | 22 | # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 23 | hs_err_pid* 24 | 25 | # Mac Os X files 26 | .DS_Store 27 | -------------------------------------------------------------------------------- /favicon_package_v0.16/site.webmanifest: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "short_name": "", 4 | "icons": [{ 5 | "src": "/android-chrome-192x192.png", 6 | "sizes": "192x192", 7 | "type": "image/png" 8 | }, 9 | { 10 | "src": "/android-chrome-256x256.png", 11 | "sizes": "256x256", 12 | "type": "image/png" 13 | } 14 | ], 15 | "theme_color": "#ffffff", 16 | "background_color": "#ffffff", 17 | "display": "standalone" 18 | } 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Cami Reply delay 2 | 3 | ✨special ✨ repository to host blog/website. 4 | 5 |
6 | 7 | [![Website](https://img.shields.io/badge/oscar--defelice-oscar-orange?style=plastic&logo=netlify&logoColor=informational&link=oscar-defelice.github.io)](https://oscar-defelice.github.io) 8 | [![Twitter Badge](https://img.shields.io/badge/-@OscardeFelice-1ca0f1?style=plastic&labelColor=1ca0f1&logo=twitter&logoColor=white&link=https://twitter.com/oscardefelice)](https://twitter.com/OscardeFelice) 9 | [![Linkedin Badge](https://img.shields.io/badge/-oscardefelice-blue?style=plastic&logo=Linkedin&logoColor=white&link=https://linkedin.com/in/oscar-de-felice-5ab72383/)](https://linkedin.com/in/oscar-de-felice-5ab72383/) 10 | [![GitHub license](https://img.shields.io/badge/license-GNU-blue.svg?style=plastic)](https://raw.githubusercontent.com/oscar-defelice/oscar-defelice.github.io/main/LICENSE) 11 | 12 |
13 | 14 | --- 15 | 16 | ## Disclaimer 17 | 18 | This repository is for funny use only. 19 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | BSD 3-Clause License 2 | 3 | Copyright (c) 2020, DeepExplosiveBenBello 4 | All rights reserved. 5 | 6 | Redistribution and use in source and binary forms, with or without 7 | modification, are permitted provided that the following conditions are met: 8 | 9 | 1. Redistributions of source code must retain the above copyright notice, this 10 | list of conditions and the following disclaimer. 11 | 12 | 2. Redistributions in binary form must reproduce the above copyright notice, 13 | this list of conditions and the following disclaimer in the documentation 14 | and/or other materials provided with the distribution. 15 | 16 | 3. Neither the name of the copyright holder nor the names of its 17 | contributors may be used to endorse or promote products derived from 18 | this software without specific prior written permission. 19 | 20 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 23 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 24 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 26 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 27 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 28 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 29 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30 | -------------------------------------------------------------------------------- /fonts/lora/stylesheet.css: -------------------------------------------------------------------------------- 1 | /* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 26, 2013 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'lorabold'; 7 | src: url('lora-bold-webfont.eot'); 8 | src: url('lora-bold-webfont.eot?#iefix') format('embedded-opentype'), 9 | url('lora-bold-webfont.woff') format('woff'), 10 | url('lora-bold-webfont.ttf') format('truetype'), 11 | url('lora-bold-webfont.svg#lorabold') format('svg'); 12 | font-weight: normal; 13 | font-style: normal; 14 | 15 | } 16 | 17 | 18 | 19 | 20 | @font-face { 21 | font-family: 'lorabold_italic'; 22 | src: url('lora-bolditalic-webfont.eot'); 23 | src: url('lora-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), 24 | url('lora-bolditalic-webfont.woff') format('woff'), 25 | url('lora-bolditalic-webfont.ttf') format('truetype'), 26 | url('lora-bolditalic-webfont.svg#lorabold_italic') format('svg'); 27 | font-weight: normal; 28 | font-style: normal; 29 | 30 | } 31 | 32 | 33 | 34 | 35 | @font-face { 36 | font-family: 'loraitalic'; 37 | src: url('lora-italic-webfont.eot'); 38 | src: url('lora-italic-webfont.eot?#iefix') format('embedded-opentype'), 39 | url('lora-italic-webfont.woff') format('woff'), 40 | url('lora-italic-webfont.ttf') format('truetype'), 41 | url('lora-italic-webfont.svg#loraitalic') format('svg'); 42 | font-weight: normal; 43 | font-style: normal; 44 | 45 | } 46 | 47 | 48 | 49 | 50 | @font-face { 51 | font-family: 'loraregular'; 52 | src: url('lora-regular-webfont.eot'); 53 | src: url('lora-regular-webfont.eot?#iefix') format('embedded-opentype'), 54 | url('lora-regular-webfont.woff') format('woff'), 55 | url('lora-regular-webfont.ttf') format('truetype'), 56 | url('lora-regular-webfont.svg#loraregular') format('svg'); 57 | font-weight: normal; 58 | font-style: normal; 59 | 60 | } -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 12 | 13 | Cami Reply Delay 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |

Cami Reply Delay

27 |
28 |
29 | 30 |
31 |
32 | 33 |
34 | 35 |


36 |


37 |
38 | 39 |
40 |
41 | Powered by 42 | Oscar de Felice 43 |
44 | 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /fonts/poppins/stylesheet.css: -------------------------------------------------------------------------------- 1 | /* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 17, 2016 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'poppinsbold'; 7 | src: url('poppins-bold-webfont.eot'); 8 | src: url('poppins-bold-webfont.eot?#iefix') format('embedded-opentype'), 9 | url('poppins-bold-webfont.woff2') format('woff2'), 10 | url('poppins-bold-webfont.woff') format('woff'), 11 | url('poppins-bold-webfont.ttf') format('truetype'), 12 | url('poppins-bold-webfont.svg#poppinsbold') format('svg'); 13 | font-weight: normal; 14 | font-style: normal; 15 | 16 | } 17 | 18 | 19 | 20 | 21 | @font-face { 22 | font-family: 'poppinslight'; 23 | src: url('poppins-light-webfont.eot'); 24 | src: url('poppins-light-webfont.eot?#iefix') format('embedded-opentype'), 25 | url('poppins-light-webfont.woff2') format('woff2'), 26 | url('poppins-light-webfont.woff') format('woff'), 27 | url('poppins-light-webfont.ttf') format('truetype'), 28 | url('poppins-light-webfont.svg#poppinslight') format('svg'); 29 | font-weight: normal; 30 | font-style: normal; 31 | 32 | } 33 | 34 | 35 | 36 | 37 | @font-face { 38 | font-family: 'poppinsmedium'; 39 | src: url('poppins-medium-webfont.eot'); 40 | src: url('poppins-medium-webfont.eot?#iefix') format('embedded-opentype'), 41 | url('poppins-medium-webfont.woff2') format('woff2'), 42 | url('poppins-medium-webfont.woff') format('woff'), 43 | url('poppins-medium-webfont.ttf') format('truetype'), 44 | url('poppins-medium-webfont.svg#poppinsmedium') format('svg'); 45 | font-weight: normal; 46 | font-style: normal; 47 | 48 | } 49 | 50 | 51 | 52 | 53 | @font-face { 54 | font-family: 'poppinsregular'; 55 | src: url('poppins-regular-webfont.eot'); 56 | src: url('poppins-regular-webfont.eot?#iefix') format('embedded-opentype'), 57 | url('poppins-regular-webfont.woff2') format('woff2'), 58 | url('poppins-regular-webfont.woff') format('woff'), 59 | url('poppins-regular-webfont.ttf') format('truetype'), 60 | url('poppins-regular-webfont.svg#poppinsregular') format('svg'); 61 | font-weight: normal; 62 | font-style: normal; 63 | 64 | } 65 | 66 | 67 | 68 | 69 | @font-face { 70 | font-family: 'poppinssemibold'; 71 | src: url('poppins-semibold-webfont.eot'); 72 | src: url('poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'), 73 | url('poppins-semibold-webfont.woff2') format('woff2'), 74 | url('poppins-semibold-webfont.woff') format('woff'), 75 | url('poppins-semibold-webfont.ttf') format('truetype'), 76 | url('poppins-semibold-webfont.svg#poppinssemibold') format('svg'); 77 | font-weight: normal; 78 | font-style: normal; 79 | 80 | } -------------------------------------------------------------------------------- /favicon_package_v0.16/safari-pinned-tab.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | Created by potrace 1.11, written by Peter Selinger 2001-2013 9 | 10 | 12 | 15 | 18 | 20 | 33 | 36 | 39 | 44 | 46 | 49 | 52 | 54 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /css/fonts.css: -------------------------------------------------------------------------------- 1 | /* Generated by Font Squirrel (http://www.fontsquirrel.com) */ 2 | /* 3 | * Lora 4 | ================================================================================ */ 5 | @font-face { 6 | font-family: 'lora-bold'; 7 | src: url('../fonts/lora/lora-bold-webfont.eot'); 8 | src: url('../fonts/lora/lora-bold-webfont.eot?#iefix') format('embedded-opentype'), 9 | url('../fonts/lora/lora-bold-webfont.woff') format('woff'), 10 | url('../fonts/lora/lora-bold-webfont.ttf') format('truetype'), 11 | url('../fonts/lora/lora-bold-webfont.svg#lorabold') format('svg'); 12 | font-weight: normal; 13 | font-style: normal; 14 | } 15 | 16 | @font-face { 17 | font-family: 'lora-bold-italic'; 18 | src: url('../fonts/lora/lora-bolditalic-webfont.eot'); 19 | src: url('../fonts/lora/lora-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), 20 | url('../fonts/lora/lora-bolditalic-webfont.woff') format('woff'), 21 | url('../fonts/lora/lora-bolditalic-webfont.ttf') format('truetype'), 22 | url('../fonts/lora/lora-bolditalic-webfont.svg#lorabold_italic') format('svg'); 23 | font-weight: normal; 24 | font-style: normal; 25 | } 26 | 27 | @font-face { 28 | font-family: 'lora-italic'; 29 | src: url('../fonts/lora/lora-italic-webfont.eot'); 30 | src: url('../fonts/lora/lora-italic-webfont.eot?#iefix') format('embedded-opentype'), 31 | url('../fonts/lora/lora-italic-webfont.woff') format('woff'), 32 | url('../fonts/lora/lora-italic-webfont.ttf') format('truetype'), 33 | url('../fonts/lora/lora-italic-webfont.svg#loraitalic') format('svg'); 34 | font-weight: normal; 35 | font-style: normal; 36 | } 37 | 38 | @font-face { 39 | font-family: 'lora-regular'; 40 | src: url('../fonts/lora/lora-regular-webfont.eot'); 41 | src: url('../fonts/lora/lora-regular-webfont.eot?#iefix') format('embedded-opentype'), 42 | url('../fonts/lora/lora-regular-webfont.woff') format('woff'), 43 | url('../fonts/lora/lora-regular-webfont.ttf') format('truetype'), 44 | url('../fonts/lora/lora-regular-webfont.svg#loraregular') format('svg'); 45 | font-weight: normal; 46 | font-style: normal; 47 | } 48 | 49 | /* 50 | * Poppins 51 | ================================================================================ */ 52 | @font-face { 53 | font-family: 'poppins-bold'; 54 | src: url('../fonts/poppins/poppins-bold-webfont.eot'); 55 | src: url('../fonts/poppins/poppins-bold-webfont.eot?#iefix') format('embedded-opentype'), 56 | url('../fonts/poppins/poppins-bold-webfont.woff2') format('woff2'), 57 | url('../fonts/poppins/poppins-bold-webfont.woff') format('woff'), 58 | url('../fonts/poppins/poppins-bold-webfont.ttf') format('truetype'), 59 | url('../fonts/poppins/poppins-bold-webfont.svg#poppinsbold') format('svg'); 60 | font-weight: normal; 61 | font-style: normal; 62 | } 63 | 64 | @font-face { 65 | font-family: 'poppins-light'; 66 | src: url('../fonts/poppins/poppins-light-webfont.eot'); 67 | src: url('../fonts/poppins/poppins-light-webfont.eot?#iefix') format('embedded-opentype'), 68 | url('../fonts/poppins/poppins-light-webfont.woff2') format('woff2'), 69 | url('../fonts/poppins/poppins-light-webfont.woff') format('woff'), 70 | url('../fonts/poppins/poppins-light-webfont.ttf') format('truetype'), 71 | url('../fonts/poppins/poppins-light-webfont.svg#poppinslight') format('svg'); 72 | font-weight: normal; 73 | font-style: normal; 74 | } 75 | 76 | @font-face { 77 | font-family: 'poppins-medium'; 78 | src: url('../fonts/poppins/poppins-medium-webfont.eot'); 79 | src: url('../fonts/poppins/poppins-medium-webfont.eot?#iefix') format('embedded-opentype'), 80 | url('../fonts/poppins/poppins-medium-webfont.woff2') format('woff2'), 81 | url('../fonts/poppins/poppins-medium-webfont.woff') format('woff'), 82 | url('../fonts/poppins/poppins-medium-webfont.ttf') format('truetype'), 83 | url('../fonts/poppins/poppins-medium-webfont.svg#poppinsmedium') format('svg'); 84 | font-weight: normal; 85 | font-style: normal; 86 | } 87 | 88 | @font-face { 89 | font-family: 'poppins-regular'; 90 | src: url('../fonts/poppins/poppins-regular-webfont.eot'); 91 | src: url('../fonts/poppins/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'), 92 | url('../fonts/poppins/poppins-regular-webfont.woff2') format('woff2'), 93 | url('../fonts/poppins/poppins-regular-webfont.woff') format('woff'), 94 | url('../fonts/poppins/poppins-regular-webfont.ttf') format('truetype'), 95 | url('../fonts/poppins/poppins-regular-webfont.svg#poppinsregular') format('svg'); 96 | font-weight: normal; 97 | font-style: normal; 98 | } 99 | 100 | @font-face { 101 | font-family: 'poppins-semibold'; 102 | src: url('../fonts/poppins/poppins-semibold-webfont.eot'); 103 | src: url('../fonts/poppins/poppins-semibold-webfont.eot?#iefix') format('embedded-opentype'), 104 | url('../fonts/poppins/poppins-semibold-webfont.woff2') format('woff2'), 105 | url('../fonts/poppins/poppins-semibold-webfont.woff') format('woff'), 106 | url('../fonts/poppins/poppins-semibold-webfont.ttf') format('truetype'), 107 | url('../fonts/poppins/poppins-semibold-webfont.svg#poppinssemibold') format('svg'); 108 | font-weight: normal; 109 | font-style: normal; 110 | } 111 | -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- 1 | @import url(https://fonts.googleapis.com/css?family=Open+Sans); 2 | 3 | .btn { 4 | display: inline-block; 5 | *display: inline; 6 | *zoom: 1; 7 | padding: 4px 10px 4px; 8 | margin-bottom: 0; 9 | font-size: 13px; 10 | line-height: 18px; 11 | color: #333333; 12 | text-align: center; 13 | text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); 14 | vertical-align: middle; 15 | background-color: #f5f5f5; 16 | background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); 17 | background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); 18 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); 19 | background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); 20 | background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); 21 | background-image: linear-gradient(top, #ffffff, #e6e6e6); 22 | background-repeat: repeat-x; 23 | filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0); 24 | border-color: #e6e6e6 #e6e6e6 #e6e6e6; 25 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 26 | border: 1px solid #e6e6e6; 27 | -webkit-border-radius: 4px; 28 | -moz-border-radius: 4px; 29 | border-radius: 4px; 30 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 31 | -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 32 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); 33 | cursor: pointer; 34 | *margin-left: .3em; 35 | } 36 | 37 | .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { 38 | background-color: #e6e6e6; 39 | } 40 | 41 | .btn-large { 42 | padding: 9px 14px; 43 | font-size: 15px; 44 | line-height: normal; 45 | -webkit-border-radius: 5px; 46 | -moz-border-radius: 5px; 47 | border-radius: 5px; 48 | } 49 | 50 | .btn:hover { 51 | color: #333333; 52 | text-decoration: none; 53 | background-color: #e6e6e6; 54 | background-position: 0 -15px; 55 | -webkit-transition: background-position 0.1s linear; 56 | -moz-transition: background-position 0.1s linear; 57 | -ms-transition: background-position 0.1s linear; 58 | -o-transition: background-position 0.1s linear; 59 | transition: background-position 0.1s linear; 60 | } 61 | 62 | .btn-primary, .btn-primary:hover { 63 | text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); 64 | color: #ffffff; 65 | } 66 | 67 | .btn-primary.active { 68 | color: rgba(255, 255, 255, 0.75); 69 | } 70 | 71 | .btn-primary { 72 | background-color: #4a77d4; 73 | background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); 74 | background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); 75 | background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); 76 | background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); 77 | background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); 78 | background-image: linear-gradient(top, #6eb6de, #4a77d4); 79 | background-repeat: repeat-x; 80 | filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0); 81 | border: 1px solid #3762bc; 82 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); 83 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); 84 | } 85 | 86 | .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { 87 | filter: none; 88 | background-color: #4a77d4; 89 | } 90 | 91 | .btn-block { 92 | width: 100%; 93 | display: block; 94 | } 95 | 96 | * { 97 | -webkit-box-sizing: border-box; 98 | -moz-box-sizing: border-box; 99 | -ms-box-sizing: border-box; 100 | -o-box-sizing: border-box; 101 | box-sizing: border-box; 102 | } 103 | 104 | html { 105 | width: 100%; 106 | height: 100%; 107 | overflow: hidden; 108 | } 109 | 110 | body { 111 | width: 100%; 112 | height: 100%; 113 | font-family: 'Open Sans', sans-serif; 114 | background: #092756; 115 | color: #fff; 116 | font-size: 18px; 117 | text-align: center; 118 | letter-spacing: 1.2px; 119 | background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -moz-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%); 120 | background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -webkit-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%, #092756 100%); 121 | background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -o-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -o-linear-gradient(-45deg, #670d10 0%, #092756 100%); 122 | background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), -ms-linear-gradient(top, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), -ms-linear-gradient(-45deg, #670d10 0%, #092756 100%); 123 | background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104, 128, 138, .4) 10%, rgba(138, 114, 76, 0) 40%), linear-gradient(to bottom, rgba(57, 173, 219, .25) 0%, rgba(42, 60, 87, .4) 100%), linear-gradient(135deg, #670d10 0%, #092756 100%); 124 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3E1D6D', endColorstr='#092756', GradientType=1); 125 | } 126 | 127 | .login { 128 | position: absolute; 129 | top: 40%; 130 | left: 50%; 131 | margin: -150px 0 0 -150px; 132 | width: 400px; 133 | height: 400px; 134 | } 135 | 136 | .login h1 { 137 | color: #fff; 138 | text-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 139 | letter-spacing: 1px; 140 | text-align: center; 141 | } 142 | 143 | input { 144 | width: 100%; 145 | margin-bottom: 10px; 146 | background: rgba(0, 0, 0, 0.3); 147 | border: none; 148 | outline: none; 149 | padding: 10px; 150 | font-size: 13px; 151 | color: #fff; 152 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); 153 | border: 1px solid rgba(0, 0, 0, 0.3); 154 | border-radius: 4px; 155 | box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2); 156 | -webkit-transition: box-shadow .5s ease; 157 | -moz-transition: box-shadow .5s ease; 158 | -o-transition: box-shadow .5s ease; 159 | -ms-transition: box-shadow .5s ease; 160 | transition: box-shadow .5s ease; 161 | } 162 | 163 | input:focus { 164 | box-shadow: inset 0 -5px 45px rgba(100, 100, 100, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2); 165 | } -------------------------------------------------------------------------------- /css/micons/micons.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'icomoon'; 3 | src: url('fonts/icomoon.eot?jo2z5t'); 4 | src: url('fonts/icomoon.eot?jo2z5t#iefix') format('embedded-opentype'), 5 | url('fonts/icomoon.ttf?jo2z5t') format('truetype'), 6 | url('fonts/icomoon.woff?jo2z5t') format('woff'), 7 | url('fonts/icomoon.svg?jo2z5t#icomoon') format('svg'); 8 | font-weight: normal; 9 | font-style: normal; 10 | } 11 | 12 | [class^="icon-"], [class*=" icon-"] { 13 | /* use !important to prevent issues with browser extensions that change fonts */ 14 | font-family: 'icomoon' !important; 15 | speak: none; 16 | font-style: normal; 17 | font-weight: normal; 18 | font-variant: normal; 19 | text-transform: none; 20 | line-height: 1; 21 | /* Better Font Rendering =========== */ 22 | -webkit-font-smoothing: antialiased; 23 | -moz-osx-font-smoothing: grayscale; 24 | } 25 | 26 | .icon-align-center:before { 27 | content: "\e900"; 28 | } 29 | 30 | .icon-align-justify:before { 31 | content: "\e901"; 32 | } 33 | 34 | .icon-align-left:before { 35 | content: "\e902"; 36 | } 37 | 38 | .icon-align-right:before { 39 | content: "\e903"; 40 | } 41 | 42 | .icon-alt:before { 43 | content: "\e904"; 44 | } 45 | 46 | .icon-arrow-right:before { 47 | content: "\e905"; 48 | } 49 | 50 | .icon-arrow-up:before { 51 | content: "\e906"; 52 | } 53 | 54 | .icon-artboard:before { 55 | content: "\e907"; 56 | } 57 | 58 | .icon-at:before { 59 | content: "\e908"; 60 | } 61 | 62 | .icon-attachment:before { 63 | content: "\e909"; 64 | } 65 | 66 | .icon-backward:before { 67 | content: "\e90a"; 68 | } 69 | 70 | .icon-badge:before { 71 | content: "\e90b"; 72 | } 73 | 74 | .icon-bank-note:before { 75 | content: "\e90c"; 76 | } 77 | 78 | .icon-bar-chart:before { 79 | content: "\e90d"; 80 | } 81 | 82 | .icon-basket-ball:before { 83 | content: "\e90e"; 84 | } 85 | 86 | .icon-battery-high:before { 87 | content: "\e90f"; 88 | } 89 | 90 | .icon-battery-low:before { 91 | content: "\e910"; 92 | } 93 | 94 | .icon-bed:before { 95 | content: "\e911"; 96 | } 97 | 98 | .icon-bell:before { 99 | content: "\e912"; 100 | } 101 | 102 | .icon-bin:before { 103 | content: "\e913"; 104 | } 105 | 106 | .icon-block:before { 107 | content: "\e914"; 108 | } 109 | 110 | .icon-bluetooth:before { 111 | content: "\e915"; 112 | } 113 | 114 | .icon-book:before { 115 | content: "\e916"; 116 | } 117 | 118 | .icon-box:before { 119 | content: "\e917"; 120 | } 121 | 122 | .icon-brightness:before { 123 | content: "\e918"; 124 | } 125 | 126 | .icon-brush:before { 127 | content: "\e919"; 128 | } 129 | 130 | .icon-bucket:before { 131 | content: "\e91a"; 132 | } 133 | 134 | .icon-building:before { 135 | content: "\e91b"; 136 | } 137 | 138 | .icon-calendar:before { 139 | content: "\e91c"; 140 | } 141 | 142 | .icon-camera:before { 143 | content: "\e91d"; 144 | } 145 | 146 | .icon-car:before { 147 | content: "\e91e"; 148 | } 149 | 150 | .icon-card:before { 151 | content: "\e91f"; 152 | } 153 | 154 | .icon-chat:before { 155 | content: "\e920"; 156 | } 157 | 158 | .icon-circle-bottom-left:before { 159 | content: "\e921"; 160 | } 161 | 162 | .icon-circle-bottom-right:before { 163 | content: "\e922"; 164 | } 165 | 166 | .icon-circle-down:before { 167 | content: "\e923"; 168 | } 169 | 170 | .icon-circle-left:before { 171 | content: "\e924"; 172 | } 173 | 174 | .icon-circle-right:before { 175 | content: "\e925"; 176 | } 177 | 178 | .icon-circle-top-left:before { 179 | content: "\e926"; 180 | } 181 | 182 | .icon-circle-top-right:before { 183 | content: "\e927"; 184 | } 185 | 186 | .icon-circle-up:before { 187 | content: "\e928"; 188 | } 189 | 190 | .icon-clock:before { 191 | content: "\e929"; 192 | } 193 | 194 | .icon-cloud:before { 195 | content: "\e92a"; 196 | } 197 | 198 | .icon-cmd:before { 199 | content: "\e92b"; 200 | } 201 | 202 | .icon-collapse:before { 203 | content: "\e92c"; 204 | } 205 | 206 | .icon-comment:before { 207 | content: "\e92d"; 208 | } 209 | 210 | .icon-contrast:before { 211 | content: "\e92e"; 212 | } 213 | 214 | .icon-corner-arrow:before { 215 | content: "\e92f"; 216 | } 217 | 218 | .icon-cube:before { 219 | content: "\e930"; 220 | } 221 | 222 | .icon-cup:before { 223 | content: "\e931"; 224 | } 225 | 226 | .icon-cursor:before { 227 | content: "\e932"; 228 | } 229 | 230 | .icon-desktop:before { 231 | content: "\e933"; 232 | } 233 | 234 | .icon-disk:before { 235 | content: "\e934"; 236 | } 237 | 238 | .icon-dollar:before { 239 | content: "\e935"; 240 | } 241 | 242 | .icon-download:before { 243 | content: "\e936"; 244 | } 245 | 246 | .icon-drawer:before { 247 | content: "\e937"; 248 | } 249 | 250 | .icon-drop:before { 251 | content: "\e938"; 252 | } 253 | 254 | .icon-earth:before { 255 | content: "\e939"; 256 | } 257 | 258 | .icon-edit:before { 259 | content: "\e93a"; 260 | } 261 | 262 | .icon-education:before { 263 | content: "\e93b"; 264 | } 265 | 266 | .icon-eject:before { 267 | content: "\e93c"; 268 | } 269 | 270 | .icon-euro:before { 271 | content: "\e93d"; 272 | } 273 | 274 | .icon-expand:before { 275 | content: "\e93e"; 276 | } 277 | 278 | .icon-external:before { 279 | content: "\e93f"; 280 | } 281 | 282 | .icon-eye:before { 283 | content: "\e940"; 284 | } 285 | 286 | .icon-factory:before { 287 | content: "\e941"; 288 | } 289 | 290 | .icon-fast-forward:before { 291 | content: "\e942"; 292 | } 293 | 294 | .icon-file:before { 295 | content: "\e943"; 296 | } 297 | 298 | .icon-file-add:before { 299 | content: "\e944"; 300 | } 301 | 302 | .icon-file-remove:before { 303 | content: "\e945"; 304 | } 305 | 306 | .icon-files:before { 307 | content: "\e946"; 308 | } 309 | 310 | .icon-filter:before { 311 | content: "\e947"; 312 | } 313 | 314 | .icon-fire:before { 315 | content: "\e948"; 316 | } 317 | 318 | .icon-first-aid:before { 319 | content: "\e949"; 320 | } 321 | 322 | .icon-flag:before { 323 | content: "\e94a"; 324 | } 325 | 326 | .icon-floppy:before { 327 | content: "\e94b"; 328 | } 329 | 330 | .icon-folder:before { 331 | content: "\e94c"; 332 | } 333 | 334 | .icon-folder-add:before { 335 | content: "\e94d"; 336 | } 337 | 338 | .icon-folder-remove:before { 339 | content: "\e94e"; 340 | } 341 | 342 | .icon-fork-knife:before { 343 | content: "\e94f"; 344 | } 345 | 346 | .icon-form:before { 347 | content: "\e950"; 348 | } 349 | 350 | .icon-frame:before { 351 | content: "\e951"; 352 | } 353 | 354 | .icon-full-screen:before { 355 | content: "\e952"; 356 | } 357 | 358 | .icon-gift:before { 359 | content: "\e953"; 360 | } 361 | 362 | .icon-glass:before { 363 | content: "\e954"; 364 | } 365 | 366 | .icon-glasses:before { 367 | content: "\e955"; 368 | } 369 | 370 | .icon-grid:before { 371 | content: "\e956"; 372 | } 373 | 374 | .icon-group:before { 375 | content: "\e957"; 376 | } 377 | 378 | .icon-headset:before { 379 | content: "\e958"; 380 | } 381 | 382 | .icon-heart:before { 383 | content: "\e959"; 384 | } 385 | 386 | .icon-hide-sdebar-vert:before { 387 | content: "\e95a"; 388 | } 389 | 390 | .icon-hide-sidebar-horiz:before { 391 | content: "\e95b"; 392 | } 393 | 394 | .icon-home:before { 395 | content: "\e95c"; 396 | } 397 | 398 | .icon-id:before { 399 | content: "\e95d"; 400 | } 401 | 402 | .icon-image:before { 403 | content: "\e95e"; 404 | } 405 | 406 | .icon-info:before { 407 | content: "\e95f"; 408 | } 409 | 410 | .icon-invoice:before { 411 | content: "\e960"; 412 | } 413 | 414 | .icon-juice:before { 415 | content: "\e961"; 416 | } 417 | 418 | .icon-key:before { 419 | content: "\e962"; 420 | } 421 | 422 | .icon-lamp:before { 423 | content: "\e963"; 424 | } 425 | 426 | .icon-layers:before { 427 | content: "\e964"; 428 | } 429 | 430 | .icon-leaf:before { 431 | content: "\e965"; 432 | } 433 | 434 | .icon-left:before { 435 | content: "\e966"; 436 | } 437 | 438 | .icon-left-right:before { 439 | content: "\e967"; 440 | } 441 | 442 | .icon-lego-block:before { 443 | content: "\e968"; 444 | } 445 | 446 | .icon-life-buoy:before { 447 | content: "\e969"; 448 | } 449 | 450 | .icon-light-bulb:before { 451 | content: "\e96a"; 452 | } 453 | 454 | .icon-link:before { 455 | content: "\e96b"; 456 | } 457 | 458 | .icon-list:before { 459 | content: "\e96c"; 460 | } 461 | 462 | .icon-loading:before { 463 | content: "\e96d"; 464 | } 465 | 466 | .icon-logout:before { 467 | content: "\e96e"; 468 | } 469 | 470 | .icon-mail:before { 471 | content: "\e96f"; 472 | } 473 | 474 | .icon-mail-open:before { 475 | content: "\e970"; 476 | } 477 | 478 | .icon-map:before { 479 | content: "\e971"; 480 | } 481 | 482 | .icon-margin:before { 483 | content: "\e972"; 484 | } 485 | 486 | .icon-megaphone:before { 487 | content: "\e973"; 488 | } 489 | 490 | .icon-meh:before { 491 | content: "\e974"; 492 | } 493 | 494 | .icon-menu-circle:before { 495 | content: "\e975"; 496 | } 497 | 498 | .icon-menu-circle-dots:before { 499 | content: "\e976"; 500 | } 501 | 502 | .icon-menu-dots:before { 503 | content: "\e977"; 504 | } 505 | 506 | .icon-menu-lines:before { 507 | content: "\e978"; 508 | } 509 | 510 | .icon-microphone:before { 511 | content: "\e979"; 512 | } 513 | 514 | .icon-minus:before { 515 | content: "\e97a"; 516 | } 517 | 518 | .icon-mobile:before { 519 | content: "\e97b"; 520 | } 521 | 522 | .icon-mouse:before { 523 | content: "\e97c"; 524 | } 525 | 526 | .icon-move:before { 527 | content: "\e97d"; 528 | } 529 | 530 | .icon-move-diagonal:before { 531 | content: "\e97e"; 532 | } 533 | 534 | .icon-move-horizontal:before { 535 | content: "\e97f"; 536 | } 537 | 538 | .icon-move-vertical:before { 539 | content: "\e980"; 540 | } 541 | 542 | .icon-mug:before { 543 | content: "\e981"; 544 | } 545 | 546 | .icon-music:before { 547 | content: "\e982"; 548 | } 549 | 550 | .icon-network:before { 551 | content: "\e983"; 552 | } 553 | 554 | .icon-new-file:before { 555 | content: "\e984"; 556 | } 557 | 558 | .icon-newspaper:before { 559 | content: "\e985"; 560 | } 561 | 562 | .icon-next:before { 563 | content: "\e986"; 564 | } 565 | 566 | .icon-no:before { 567 | content: "\e987"; 568 | } 569 | 570 | .icon-notes:before { 571 | content: "\e988"; 572 | } 573 | 574 | .icon-objects:before { 575 | content: "\e989"; 576 | } 577 | 578 | .icon-padding:before { 579 | content: "\e98a"; 580 | } 581 | 582 | .icon-padlock:before { 583 | content: "\e98b"; 584 | } 585 | 586 | .icon-padlock-open:before { 587 | content: "\e98c"; 588 | } 589 | 590 | .icon-paint-brush:before { 591 | content: "\e98d"; 592 | } 593 | 594 | .icon-paper-plane:before { 595 | content: "\e98e"; 596 | } 597 | 598 | .icon-pause:before { 599 | content: "\e98f"; 600 | } 601 | 602 | .icon-pen:before { 603 | content: "\e990"; 604 | } 605 | 606 | .icon-pencil:before { 607 | content: "\e991"; 608 | } 609 | 610 | .icon-pencil-ruler:before { 611 | content: "\e992"; 612 | } 613 | 614 | .icon-phone:before { 615 | content: "\e993"; 616 | } 617 | 618 | .icon-pie-chart:before { 619 | content: "\e994"; 620 | } 621 | 622 | .icon-pin:before { 623 | content: "\e995"; 624 | } 625 | 626 | .icon-pin-2:before { 627 | content: "\e996"; 628 | } 629 | 630 | .icon-pin-point:before { 631 | content: "\e997"; 632 | } 633 | 634 | .icon-play:before { 635 | content: "\e998"; 636 | } 637 | 638 | .icon-plug:before { 639 | content: "\e999"; 640 | } 641 | 642 | .icon-plus:before { 643 | content: "\e99a"; 644 | } 645 | 646 | .icon-pound:before { 647 | content: "\e99b"; 648 | } 649 | 650 | .icon-power-on:before { 651 | content: "\e99c"; 652 | } 653 | 654 | .icon-previous:before { 655 | content: "\e99d"; 656 | } 657 | 658 | .icon-printer:before { 659 | content: "\e99e"; 660 | } 661 | 662 | .icon-projector:before { 663 | content: "\e99f"; 664 | } 665 | 666 | .icon-question:before { 667 | content: "\e9a0"; 668 | } 669 | 670 | .icon-quote:before { 671 | content: "\e9a1"; 672 | } 673 | 674 | .icon-record:before { 675 | content: "\e9a2"; 676 | } 677 | 678 | .icon-recycle:before { 679 | content: "\e9a3"; 680 | } 681 | 682 | .icon-redo:before { 683 | content: "\e9a4"; 684 | } 685 | 686 | .icon-refresh:before { 687 | content: "\e9a5"; 688 | } 689 | 690 | .icon-rotate-clock:before { 691 | content: "\e9a6"; 692 | } 693 | 694 | .icon-rotate-counter:before { 695 | content: "\e9a7"; 696 | } 697 | 698 | .icon-sad:before { 699 | content: "\e9a8"; 700 | } 701 | 702 | .icon-scales:before { 703 | content: "\e9a9"; 704 | } 705 | 706 | .icon-search:before { 707 | content: "\e9aa"; 708 | } 709 | 710 | .icon-selection:before { 711 | content: "\e9ab"; 712 | } 713 | 714 | .icon-settings:before { 715 | content: "\e9ac"; 716 | } 717 | 718 | .icon-shapes:before { 719 | content: "\e9ad"; 720 | } 721 | 722 | .icon-share:before { 723 | content: "\e9ae"; 724 | } 725 | 726 | .icon-shield:before { 727 | content: "\e9af"; 728 | } 729 | 730 | .icon-shopping-cart:before { 731 | content: "\e9b0"; 732 | } 733 | 734 | .icon-show-sidebar-horiz:before { 735 | content: "\e9b1"; 736 | } 737 | 738 | .icon-show-sidebar-vert:before { 739 | content: "\e9b2"; 740 | } 741 | 742 | .icon-shuffle:before { 743 | content: "\e9b3"; 744 | } 745 | 746 | .icon-sign:before { 747 | content: "\e9b4"; 748 | } 749 | 750 | .icon-signal:before { 751 | content: "\e9b5"; 752 | } 753 | 754 | .icon-skull:before { 755 | content: "\e9b6"; 756 | } 757 | 758 | .icon-sliders:before { 759 | content: "\e9b7"; 760 | } 761 | 762 | .icon-small-screen:before { 763 | content: "\e9b8"; 764 | } 765 | 766 | .icon-smile:before { 767 | content: "\e9b9"; 768 | } 769 | 770 | .icon-soap:before { 771 | content: "\e9ba"; 772 | } 773 | 774 | .icon-speed-o-meter:before { 775 | content: "\e9bb"; 776 | } 777 | 778 | .icon-star:before { 779 | content: "\e9bc"; 780 | } 781 | 782 | .icon-stop:before { 783 | content: "\e9bd"; 784 | } 785 | 786 | .icon-styling-tools:before { 787 | content: "\e9be"; 788 | } 789 | 790 | .icon-suitcase:before { 791 | content: "\e9bf"; 792 | } 793 | 794 | .icon-syringe:before { 795 | content: "\e9c0"; 796 | } 797 | 798 | .icon-table:before { 799 | content: "\e9c1"; 800 | } 801 | 802 | .icon-tag:before { 803 | content: "\e9c2"; 804 | } 805 | 806 | .icon-target:before { 807 | content: "\e9c3"; 808 | } 809 | 810 | .icon-terminal:before { 811 | content: "\e9c4"; 812 | } 813 | 814 | .icon-text:before { 815 | content: "\e9c5"; 816 | } 817 | 818 | .icon-thumbs-down:before { 819 | content: "\e9c6"; 820 | } 821 | 822 | .icon-thumbs-up:before { 823 | content: "\e9c7"; 824 | } 825 | 826 | .icon-thunderbolt:before { 827 | content: "\e9c8"; 828 | } 829 | 830 | .icon-tie:before { 831 | content: "\e9c9"; 832 | } 833 | 834 | .icon-toggles:before { 835 | content: "\e9ca"; 836 | } 837 | 838 | .icon-trophy:before { 839 | content: "\e9cb"; 840 | } 841 | 842 | .icon-truck:before { 843 | content: "\e9cc"; 844 | } 845 | 846 | .icon-tube:before { 847 | content: "\e9cd"; 848 | } 849 | 850 | .icon-tv:before { 851 | content: "\e9ce"; 852 | } 853 | 854 | .icon-umbrella:before { 855 | content: "\e9cf"; 856 | } 857 | 858 | .icon-undo:before { 859 | content: "\e9d0"; 860 | } 861 | 862 | .icon-up:before { 863 | content: "\e9d1"; 864 | } 865 | 866 | .icon-update:before { 867 | content: "\e9d2"; 868 | } 869 | 870 | .icon-up-down:before { 871 | content: "\e9d3"; 872 | } 873 | 874 | .icon-upload:before { 875 | content: "\e9d4"; 876 | } 877 | 878 | .icon-user:before { 879 | content: "\e9d5"; 880 | } 881 | 882 | .icon-user-add:before { 883 | content: "\e9d6"; 884 | } 885 | 886 | .icon-user-remove:before { 887 | content: "\e9d7"; 888 | } 889 | 890 | .icon-users:before { 891 | content: "\e9d8"; 892 | } 893 | 894 | .icon-video:before { 895 | content: "\e9d9"; 896 | } 897 | 898 | .icon-video-camera:before { 899 | content: "\e9da"; 900 | } 901 | 902 | .icon-volume-down:before { 903 | content: "\e9db"; 904 | } 905 | 906 | .icon-volume-mute:before { 907 | content: "\e9dc"; 908 | } 909 | 910 | .icon-volume-up:before { 911 | content: "\e9dd"; 912 | } 913 | 914 | .icon-wallet:before { 915 | content: "\e9de"; 916 | } 917 | 918 | .icon-wand:before { 919 | content: "\e9df"; 920 | } 921 | 922 | .icon-warning:before { 923 | content: "\e9e0"; 924 | } 925 | 926 | .icon-wi-fi:before { 927 | content: "\e9e1"; 928 | } 929 | 930 | .icon-window:before { 931 | content: "\e9e2"; 932 | } 933 | 934 | .icon-wrench:before { 935 | content: "\e9e3"; 936 | } 937 | 938 | .icon-yes:before { 939 | content: "\e9e4"; 940 | } 941 | 942 | .icon-zoom-in:before { 943 | content: "\e9e5"; 944 | } 945 | 946 | .icon-zoom-out:before { 947 | content: "\e9e6"; 948 | } 949 | -------------------------------------------------------------------------------- /css/base.css: -------------------------------------------------------------------------------- 1 | /** 2 | * =================================================================== 3 | * 4 | * Kards v1.0 Base Stylesheet 5 | * url: styleshout.com 6 | * 03-01-2016 7 | * ------------------------------------------------------------------ 8 | * TOC: 9 | * 01. reset 10 | * 02. basic/base setup styles 11 | * 03. grid 12 | * 04. MISC 13 | * 14 | * =================================================================== 15 | */ 16 | /** 17 | * =================================================================== 18 | * 01. reset - normalize.css v3.0.2 | MIT License | git.io/normalize 19 | * 20 | * ------------------------------------------------------------------- 21 | */ 22 | html { 23 | font-family: sans-serif; 24 | -ms-text-size-adjust: 100%; 25 | -webkit-text-size-adjust: 100%; 26 | } 27 | 28 | body { 29 | margin: 0; 30 | } 31 | 32 | article, 33 | aside, 34 | details, 35 | figcaption, 36 | figure, 37 | footer, 38 | header, 39 | hgroup, 40 | main, 41 | menu, 42 | nav, 43 | section, 44 | summary { 45 | display: block; 46 | } 47 | 48 | audio, 49 | canvas, 50 | progress, 51 | video { 52 | display: inline-block; 53 | vertical-align: baseline; 54 | } 55 | 56 | audio:not([controls]) { 57 | display: none; 58 | height: 0; 59 | } 60 | 61 | [hidden], 62 | template { 63 | display: none; 64 | } 65 | 66 | a { 67 | background: transparent; 68 | } 69 | 70 | a:active, 71 | a:hover { 72 | outline: 0; 73 | } 74 | 75 | abbr[title] { 76 | border-bottom: 1px dotted; 77 | } 78 | 79 | b, 80 | strong { 81 | font-weight: bold; 82 | } 83 | 84 | dfn { 85 | font-style: italic; 86 | } 87 | 88 | h1 { 89 | font-size: 2em; 90 | margin: 0.67em 0; 91 | } 92 | 93 | mark { 94 | background: #ff0; 95 | color: #000; 96 | } 97 | 98 | small { 99 | font-size: 80%; 100 | } 101 | 102 | sub, 103 | sup { 104 | font-size: 75%; 105 | line-height: 0; 106 | position: relative; 107 | vertical-align: baseline; 108 | } 109 | 110 | sup { 111 | top: -0.5em; 112 | } 113 | 114 | sub { 115 | bottom: -0.25em; 116 | } 117 | 118 | img { 119 | border: 0; 120 | } 121 | 122 | svg:not(:root) { 123 | overflow: hidden; 124 | } 125 | 126 | figure { 127 | margin: 1em 40px; 128 | } 129 | 130 | hr { 131 | -moz-box-sizing: content-box; 132 | box-sizing: content-box; 133 | height: 0; 134 | } 135 | 136 | pre { 137 | overflow: auto; 138 | } 139 | 140 | code, 141 | kbd, 142 | pre, 143 | samp { 144 | font-family: monospace, monospace; 145 | font-size: 1em; 146 | } 147 | 148 | button, 149 | input, 150 | optgroup, 151 | select, 152 | textarea { 153 | color: inherit; 154 | font: inherit; 155 | margin: 0; 156 | } 157 | 158 | button { 159 | overflow: visible; 160 | } 161 | 162 | button, 163 | select { 164 | text-transform: none; 165 | } 166 | 167 | button, 168 | html input[type="button"], 169 | input[type="reset"], 170 | input[type="submit"] { 171 | -webkit-appearance: button; 172 | cursor: pointer; 173 | } 174 | 175 | button[disabled], 176 | html input[disabled] { 177 | cursor: default; 178 | } 179 | 180 | button::-moz-focus-inner, 181 | input::-moz-focus-inner { 182 | border: 0; 183 | padding: 0; 184 | } 185 | 186 | input { 187 | line-height: normal; 188 | } 189 | 190 | input[type="checkbox"], 191 | input[type="radio"] { 192 | box-sizing: border-box; 193 | padding: 0; 194 | } 195 | 196 | input[type="number"]::-webkit-inner-spin-button, 197 | input[type="number"]::-webkit-outer-spin-button { 198 | height: auto; 199 | } 200 | 201 | input[type="search"] { 202 | -webkit-appearance: textfield; 203 | -moz-box-sizing: content-box; 204 | -webkit-box-sizing: content-box; 205 | box-sizing: content-box; 206 | } 207 | 208 | input[type="search"]::-webkit-search-cancel-button, 209 | input[type="search"]::-webkit-search-decoration { 210 | -webkit-appearance: none; 211 | } 212 | 213 | fieldset { 214 | border: 1px solid #c0c0c0; 215 | margin: 0 2px; 216 | padding: 0.35em 0.625em 0.75em; 217 | } 218 | 219 | legend { 220 | border: 0; 221 | padding: 0; 222 | } 223 | 224 | textarea { 225 | overflow: auto; 226 | } 227 | 228 | optgroup { 229 | font-weight: bold; 230 | } 231 | 232 | table { 233 | border-collapse: collapse; 234 | border-spacing: 0; 235 | } 236 | 237 | td, 238 | th { 239 | padding: 0; 240 | } 241 | 242 | /** 243 | * =================================================================== 244 | * 02. basic/base setup styles - (_basic.scss) 245 | * 246 | * ------------------------------------------------------------------- 247 | */ 248 | html { 249 | font-size: 62.5%; 250 | box-sizing: border-box; 251 | } 252 | 253 | *, 254 | *::before, 255 | *::after { 256 | box-sizing: inherit; 257 | } 258 | 259 | body { 260 | font-weight: normal; 261 | line-height: 1; 262 | text-rendering: optimizeLegibility; 263 | word-wrap: break-word; 264 | -webkit-overflow-scrolling: touch; 265 | -webkit-text-size-adjust: none; 266 | } 267 | 268 | body, 269 | input, 270 | button { 271 | -moz-osx-font-smoothing: grayscale; 272 | -webkit-font-smoothing: antialiased; 273 | } 274 | 275 | /** 276 | * Media - (_basic.scss) 277 | * ------------------------------------------------------------------- 278 | */ 279 | img, 280 | video { 281 | max-width: 100%; 282 | height: auto; 283 | } 284 | 285 | /** 286 | * Typography resets - (_basic.scss) 287 | * ------------------------------------------------------------------- 288 | */ 289 | div, 290 | dl, 291 | dt, 292 | dd, 293 | ul, 294 | ol, 295 | li, 296 | h1, 297 | h2, 298 | h3, 299 | h4, 300 | h5, 301 | h6, 302 | pre, 303 | form, 304 | p, 305 | blockquote, 306 | th, 307 | td { 308 | margin: 0; 309 | padding: 0; 310 | } 311 | 312 | h1, 313 | h2, 314 | h3, 315 | h4, 316 | h5, 317 | h6 { 318 | -webkit-font-variant-ligatures: common-ligatures; 319 | -moz-font-variant-ligatures: common-ligatures; 320 | font-variant-ligatures: common-ligatures; 321 | text-rendering: optimizeLegibility; 322 | } 323 | 324 | em, 325 | i { 326 | font-style: italic; 327 | line-height: inherit; 328 | } 329 | 330 | strong, 331 | b { 332 | font-weight: bold; 333 | line-height: inherit; 334 | } 335 | 336 | small { 337 | font-size: 60%; 338 | line-height: inherit; 339 | } 340 | 341 | ol, 342 | ul { 343 | list-style: none; 344 | } 345 | 346 | li { 347 | display: block; 348 | } 349 | 350 | /** 351 | * links - (_basic.scss) 352 | * ------------------------------------------------------------------- 353 | */ 354 | a { 355 | text-decoration: none; 356 | line-height: inherit; 357 | } 358 | 359 | a img { 360 | border: none; 361 | } 362 | 363 | /** 364 | * inputs - (_basic.scss) 365 | * ------------------------------------------------------------------- 366 | */ 367 | fieldset { 368 | margin: 0; 369 | padding: 0; 370 | } 371 | 372 | input[type="email"], 373 | input[type="number"], 374 | input[type="search"], 375 | input[type="text"], 376 | input[type="tel"], 377 | input[type="url"], 378 | input[type="password"], 379 | textarea { 380 | -webkit-appearance: none; 381 | -moz-appearance: none; 382 | -ms-appearance: none; 383 | -o-appearance: none; 384 | appearance: none; 385 | } 386 | 387 | /** 388 | * =================================================================== 389 | * 03. grid - (_grid.scss) 390 | * 391 | * ------------------------------------------------------------------- 392 | */ 393 | .row { 394 | width: 94%; 395 | max-width: 1140px; 396 | margin: 0 auto; 397 | } 398 | 399 | .row:before, 400 | .row:after { 401 | content: ""; 402 | display: table; 403 | } 404 | 405 | .row:after { 406 | clear: both; 407 | } 408 | 409 | .row .row { 410 | width: auto; 411 | max-width: none; 412 | margin-left: -20px; 413 | margin-right: -20px; 414 | } 415 | 416 | [class*="col-"], 417 | .bgrid { 418 | float: left; 419 | } 420 | 421 | [class*="col-"]+[class*="col-"].end { 422 | float: right; 423 | } 424 | 425 | [class*="col-"] { 426 | padding: 0 20px; 427 | } 428 | 429 | .col-one { 430 | width: 8.33333%; 431 | } 432 | 433 | .col-two, 434 | .col-1-6 { 435 | width: 16.66667%; 436 | } 437 | 438 | .col-three, 439 | .col-1-4 { 440 | width: 25%; 441 | } 442 | 443 | .col-four, 444 | .col-1-3 { 445 | width: 33.33333%; 446 | } 447 | 448 | .col-five { 449 | width: 41.66667%; 450 | } 451 | 452 | .col-six, 453 | .col-1-2 { 454 | width: 50%; 455 | } 456 | 457 | .col-seven { 458 | width: 58.33333%; 459 | } 460 | 461 | .col-eight, 462 | .col-2-3 { 463 | width: 66.66667%; 464 | } 465 | 466 | .col-nine, 467 | .col-3-4 { 468 | width: 75%; 469 | } 470 | 471 | .col-ten, 472 | .col-5-6 { 473 | width: 83.33333%; 474 | } 475 | 476 | .col-eleven { 477 | width: 91.66667%; 478 | } 479 | 480 | .col-twelve, 481 | .col-full { 482 | width: 100%; 483 | } 484 | 485 | /** 486 | * small screens - (_grid.scss) 487 | * --------------------------------------------------------------- 488 | */ 489 | @media screen and (max-width:1024px) { 490 | .row .row { 491 | margin-left: -18px; 492 | margin-right: -18px; 493 | } 494 | 495 | [class*="col-"] { 496 | padding: 0 18px; 497 | } 498 | } 499 | 500 | /** 501 | * tablets - (_grid.scss) 502 | * --------------------------------------------------------------- 503 | */ 504 | @media screen and (max-width:768px) { 505 | .row { 506 | width: auto; 507 | padding-left: 30px; 508 | padding-right: 30px; 509 | } 510 | 511 | .row .row { 512 | padding-left: 0; 513 | padding-right: 0; 514 | margin-left: -15px; 515 | margin-right: -15px; 516 | } 517 | 518 | [class*="col-"] { 519 | padding: 0 15px; 520 | } 521 | 522 | .tab-1-4 { 523 | width: 25%; 524 | } 525 | 526 | .tab-1-3 { 527 | width: 33.33333%; 528 | } 529 | 530 | .tab-1-2 { 531 | width: 50%; 532 | } 533 | 534 | .tab-2-3 { 535 | width: 66.66667%; 536 | } 537 | 538 | .tab-3-4 { 539 | width: 75%; 540 | } 541 | 542 | .tab-full { 543 | width: 100%; 544 | } 545 | } 546 | 547 | /** 548 | * large mobile devices - (_grid.scss) 549 | * --------------------------------------------------------------- 550 | */ 551 | @media screen and (max-width:600px) { 552 | .row { 553 | padding-left: 25px; 554 | padding-right: 25px; 555 | } 556 | 557 | .row .row { 558 | margin-left: -10px; 559 | margin-right: -10px; 560 | } 561 | 562 | [class*="col-"] { 563 | padding: 0 10px; 564 | } 565 | 566 | .mob-1-4 { 567 | width: 25%; 568 | } 569 | 570 | .mob-1-2 { 571 | width: 50%; 572 | } 573 | 574 | .mob-3-4 { 575 | width: 75%; 576 | } 577 | 578 | .mob-full { 579 | width: 100%; 580 | } 581 | } 582 | 583 | /** 584 | * small mobile devices - (_grid.scss) 585 | * --------------------------------------------------------------- 586 | */ 587 | @media screen and (max-width:400px) { 588 | .row .row { 589 | padding-left: 0; 590 | padding-right: 0; 591 | margin-left: 0; 592 | margin-right: 0; 593 | } 594 | 595 | [class*="col-"] { 596 | width: 100% !important; 597 | float: none !important; 598 | clear: both !important; 599 | margin-left: 0; 600 | margin-right: 0; 601 | padding: 0; 602 | } 603 | 604 | [class*="col-"]+[class*="col-"].end { 605 | float: none; 606 | } 607 | } 608 | 609 | /** 610 | * =================================================================== 611 | * block grids - (_grid.scss) 612 | * 613 | * ------------------------------------------------------------------- 614 | */ 615 | [class*="block-"]:before, 616 | [class*="block-"]:after { 617 | content: ""; 618 | display: table; 619 | } 620 | 621 | [class*="block-"]:after { 622 | clear: both; 623 | } 624 | 625 | .block-1-6 .bgrid { 626 | width: 16.66667%; 627 | } 628 | 629 | .block-1-4 .bgrid { 630 | width: 25%; 631 | } 632 | 633 | .block-1-3 .bgrid { 634 | width: 33.33333%; 635 | } 636 | 637 | .block-1-2 .bgrid { 638 | width: 50%; 639 | } 640 | 641 | /** 642 | * Clearing for block grid columns. Allow columns with 643 | * different heights to align properly. 644 | */ 645 | .block-1-6 .bgrid:nth-child(6n+1), 646 | .block-1-4 .bgrid:nth-child(4n+1), 647 | .block-1-3 .bgrid:nth-child(3n+1), 648 | .block-1-2 .bgrid:nth-child(2n+1) { 649 | clear: both; 650 | } 651 | 652 | /** 653 | * small screens - (_grid.scss) 654 | * --------------------------------------------------------------- 655 | */ 656 | @media screen and (max-width:1024px) { 657 | .block-s-1-6 .bgrid { 658 | width: 16.66667%; 659 | } 660 | 661 | .block-s-1-4 .bgrid { 662 | width: 25%; 663 | } 664 | 665 | .block-s-1-3 .bgrid { 666 | width: 33.33333%; 667 | } 668 | 669 | .block-s-1-2 .bgrid { 670 | width: 50%; 671 | } 672 | 673 | .block-s-full .bgrid { 674 | width: 100%; 675 | clear: both; 676 | } 677 | 678 | [class*="block-s-"] .bgrid:nth-child(n) { 679 | clear: none; 680 | } 681 | 682 | .block-s-1-6 .bgrid:nth-child(6n+1), 683 | .block-s-1-4 .bgrid:nth-child(4n+1), 684 | .block-s-1-3 .bgrid:nth-child(3n+1), 685 | .block-s-1-2 .bgrid:nth-child(2n+1) { 686 | clear: both; 687 | } 688 | } 689 | 690 | /** 691 | * tablets - (_grid.scss) 692 | * --------------------------------------------------------------- 693 | */ 694 | @media screen and (max-width:768px) { 695 | .block-tab-1-6 .bgrid { 696 | width: 16.66667%; 697 | } 698 | 699 | .block-tab-1-4 .bgrid { 700 | width: 25%; 701 | } 702 | 703 | .block-tab-1-3 .bgrid { 704 | width: 33.33333%; 705 | } 706 | 707 | .block-tab-1-2 .bgrid { 708 | width: 50%; 709 | } 710 | 711 | .block-tab-full .bgrid { 712 | width: 100%; 713 | clear: both; 714 | } 715 | 716 | [class*="block-tab-"] .bgrid:nth-child(n) { 717 | clear: none; 718 | } 719 | 720 | .block-tab-1-6 .bgrid:nth-child(6n+1), 721 | .block-tab-1-4 .bgrid:nth-child(4n+1), 722 | .block-tab-1-3 .bgrid:nth-child(3n+1), 723 | .block-tab-1-2 .bgrid:nth-child(2n+1) { 724 | clear: both; 725 | } 726 | } 727 | 728 | /** 729 | * large mobile devices - (_grid.scss) 730 | * --------------------------------------------------------------- 731 | */ 732 | @media screen and (max-width:600px) { 733 | .block-mob-1-6 .bgrid { 734 | width: 16.66667%; 735 | } 736 | 737 | .block-mob-1-4 .bgrid { 738 | width: 25%; 739 | } 740 | 741 | .block-mob-1-3 .bgrid { 742 | width: 33.33333%; 743 | } 744 | 745 | .block-mob-1-2 .bgrid { 746 | width: 50%; 747 | } 748 | 749 | .block-mob-full .bgrid { 750 | width: 100%; 751 | clear: both; 752 | } 753 | 754 | [class*="block-mob-"] .bgrid:nth-child(n) { 755 | clear: none; 756 | } 757 | 758 | .block-mob-1-6 .bgrid:nth-child(6n+1), 759 | .block-mob-1-4 .bgrid:nth-child(4n+1), 760 | .block-mob-1-3 .bgrid:nth-child(3n+1), 761 | .block-mob-1-2 .bgrid:nth-child(2n+1) { 762 | clear: both; 763 | } 764 | } 765 | 766 | /** 767 | * stack on small mobile devices - (_grid.scss) 768 | * --------------------------------------------------------------- 769 | */ 770 | @media screen and (max-width:400px) { 771 | .stack .bgrid { 772 | width: 100% !important; 773 | float: none !important; 774 | clear: both !important; 775 | margin-left: 0; 776 | margin-right: 0; 777 | } 778 | } 779 | 780 | /** 781 | * =================================================================== 782 | * 04. MISC - (_grid.scss) 783 | * 784 | * ------------------------------------------------------------------- 785 | */ 786 | /** 787 | * Clearing - (http://nicolasgallagher.com/micro-clearfix-hack/ 788 | */ 789 | .group:before, 790 | .group:after { 791 | content: ""; 792 | display: table; 793 | } 794 | 795 | .group:after { 796 | clear: both; 797 | } 798 | 799 | /** 800 | * Misc Helper Styles 801 | */ 802 | .hide { 803 | display: none; 804 | } 805 | 806 | .invisible { 807 | visibility: hidden; 808 | } 809 | 810 | .antialiased { 811 | -webkit-font-smoothing: antialiased; 812 | -moz-osx-font-smoothing: grayscale; 813 | } 814 | 815 | .remove-bottom { 816 | margin-bottom: 0; 817 | } 818 | 819 | .half-bottom { 820 | margin-bottom: 1.5rem !important; 821 | } 822 | 823 | .add-bottom { 824 | margin-bottom: 3rem !important; 825 | } 826 | 827 | .no-border { 828 | border: none; 829 | } 830 | 831 | .full-width { 832 | width: 100%; 833 | } 834 | 835 | .text-center { 836 | text-align: center; 837 | } 838 | 839 | .text-left { 840 | text-align: left; 841 | } 842 | 843 | .text-right { 844 | text-align: right; 845 | } 846 | 847 | .pull-left { 848 | float: left; 849 | } 850 | 851 | .pull-right { 852 | float: right; 853 | } 854 | 855 | .align-center { 856 | margin-left: auto; 857 | margin-right: auto; 858 | text-align: center; 859 | } 860 | 861 | /*# sourceMappingURL=base.css.map */ 862 | -------------------------------------------------------------------------------- /css/vendor.css: -------------------------------------------------------------------------------- 1 | /** 2 | * =================================================================== 3 | * 4 | * Kards v1.0 Vendor/Third Party CSS 5 | * url: styleshout.com 6 | * 03-01-2016 7 | * ------------------------------------------------------------------ 8 | * TOC: 9 | * 01. Core Owl Carousel CSS File 10 | * 02. Magnific Popup CSS 11 | * 12 | * =================================================================== 13 | */ 14 | /* 15 | * 01. Core Owl Carousel CSS File 16 | * v1.3.3 17 | */ 18 | /* clearfix */ 19 | .owl-carousel .owl-wrapper:after { 20 | content: "."; 21 | display: block; 22 | clear: both; 23 | visibility: hidden; 24 | line-height: 0; 25 | height: 0; 26 | } 27 | 28 | /* display none until init */ 29 | .owl-carousel { 30 | display: none; 31 | position: relative; 32 | width: 100%; 33 | -ms-touch-action: pan-y; 34 | } 35 | 36 | .owl-carousel .owl-wrapper { 37 | display: none; 38 | position: relative; 39 | -webkit-transform: translate3d(0px, 0px, 0px); 40 | } 41 | 42 | .owl-carousel .owl-wrapper-outer { 43 | overflow: hidden; 44 | position: relative; 45 | width: 100%; 46 | } 47 | 48 | .owl-carousel .owl-wrapper-outer.autoHeight { 49 | -webkit-transition: height 500ms ease-in-out; 50 | -moz-transition: height 500ms ease-in-out; 51 | -ms-transition: height 500ms ease-in-out; 52 | -o-transition: height 500ms ease-in-out; 53 | transition: height 500ms ease-in-out; 54 | } 55 | 56 | .owl-carousel .owl-item { 57 | float: left; 58 | } 59 | 60 | .owl-controls .owl-page, .owl-controls .owl-buttons div { 61 | cursor: pointer; 62 | } 63 | 64 | .owl-controls { 65 | -webkit-user-select: none; 66 | -khtml-user-select: none; 67 | -moz-user-select: none; 68 | -ms-user-select: none; 69 | user-select: none; 70 | -webkit-tap-highlight-color: transparent; 71 | } 72 | 73 | /* mouse grab icon */ 74 | .grabbing { 75 | cursor: url(grabbing.png) 8 8, move; 76 | } 77 | 78 | /* fix */ 79 | .owl-carousel .owl-wrapper, .owl-carousel .owl-item { 80 | -webkit-backface-visibility: hidden; 81 | -moz-backface-visibility: hidden; 82 | -ms-backface-visibility: hidden; 83 | -webkit-transform: translate3d(0, 0, 0); 84 | -moz-transform: translate3d(0, 0, 0); 85 | -ms-transform: translate3d(0, 0, 0); 86 | } 87 | 88 | /* 89 | * Owl Carousel CSS3 Transitions 90 | * v1.3.2 91 | */ 92 | .owl-origin { 93 | -webkit-perspective: 1200px; 94 | -webkit-perspective-origin-x: 50%; 95 | -webkit-perspective-origin-y: 50%; 96 | -moz-perspective: 1200px; 97 | -moz-perspective-origin-x: 50%; 98 | -moz-perspective-origin-y: 50%; 99 | perspective: 1200px; 100 | } 101 | 102 | /* fade */ 103 | .owl-fade-out { 104 | z-index: 10; 105 | -webkit-animation: fadeOut .7s both ease; 106 | -moz-animation: fadeOut .7s both ease; 107 | animation: fadeOut .7s both ease; 108 | } 109 | 110 | .owl-fade-in { 111 | -webkit-animation: fadeIn .7s both ease; 112 | -moz-animation: fadeIn .7s both ease; 113 | animation: fadeIn .7s both ease; 114 | } 115 | 116 | /* backSlide */ 117 | .owl-backSlide-out { 118 | -webkit-animation: backSlideOut 1s both ease; 119 | -moz-animation: backSlideOut 1s both ease; 120 | animation: backSlideOut 1s both ease; 121 | } 122 | 123 | .owl-backSlide-in { 124 | -webkit-animation: backSlideIn 1s both ease; 125 | -moz-animation: backSlideIn 1s both ease; 126 | animation: backSlideIn 1s both ease; 127 | } 128 | 129 | /* goDown */ 130 | .owl-goDown-out { 131 | -webkit-animation: scaleToFade .7s ease both; 132 | -moz-animation: scaleToFade .7s ease both; 133 | animation: scaleToFade .7s ease both; 134 | } 135 | 136 | .owl-goDown-in { 137 | -webkit-animation: goDown .6s ease both; 138 | -moz-animation: goDown .6s ease both; 139 | animation: goDown .6s ease both; 140 | } 141 | 142 | /* scaleUp */ 143 | .owl-fadeUp-in { 144 | -webkit-animation: scaleUpFrom .5s ease both; 145 | -moz-animation: scaleUpFrom .5s ease both; 146 | animation: scaleUpFrom .5s ease both; 147 | } 148 | 149 | .owl-fadeUp-out { 150 | -webkit-animation: scaleUpTo .5s ease both; 151 | -moz-animation: scaleUpTo .5s ease both; 152 | animation: scaleUpTo .5s ease both; 153 | } 154 | 155 | /* Keyframes */ 156 | /*empty*/ 157 | @-webkit-keyframes empty { 158 | 0% { 159 | opacity: 1; 160 | } 161 | } 162 | 163 | @-moz-keyframes empty { 164 | 0% { 165 | opacity: 1; 166 | } 167 | } 168 | 169 | @keyframes empty { 170 | 0% { 171 | opacity: 1; 172 | } 173 | } 174 | 175 | @-webkit-keyframes fadeIn { 176 | 0% { 177 | opacity: 0; 178 | } 179 | 180 | 100% { 181 | opacity: 1; 182 | } 183 | } 184 | 185 | @-moz-keyframes fadeIn { 186 | 0% { 187 | opacity: 0; 188 | } 189 | 190 | 100% { 191 | opacity: 1; 192 | } 193 | } 194 | 195 | @keyframes fadeIn { 196 | 0% { 197 | opacity: 0; 198 | } 199 | 200 | 100% { 201 | opacity: 1; 202 | } 203 | } 204 | 205 | @-webkit-keyframes fadeOut { 206 | 0% { 207 | opacity: 1; 208 | } 209 | 210 | 100% { 211 | opacity: 0; 212 | } 213 | } 214 | 215 | @-moz-keyframes fadeOut { 216 | 0% { 217 | opacity: 1; 218 | } 219 | 220 | 100% { 221 | opacity: 0; 222 | } 223 | } 224 | 225 | @keyframes fadeOut { 226 | 0% { 227 | opacity: 1; 228 | } 229 | 230 | 100% { 231 | opacity: 0; 232 | } 233 | } 234 | 235 | @-webkit-keyframes backSlideOut { 236 | 25% { 237 | opacity: .5; 238 | -webkit-transform: translateZ(-500px); 239 | } 240 | 241 | 75% { 242 | opacity: .5; 243 | -webkit-transform: translateZ(-500px) translateX(-200%); 244 | } 245 | 246 | 100% { 247 | opacity: .5; 248 | -webkit-transform: translateZ(-500px) translateX(-200%); 249 | } 250 | } 251 | 252 | @-moz-keyframes backSlideOut { 253 | 25% { 254 | opacity: .5; 255 | -moz-transform: translateZ(-500px); 256 | } 257 | 258 | 75% { 259 | opacity: .5; 260 | -moz-transform: translateZ(-500px) translateX(-200%); 261 | } 262 | 263 | 100% { 264 | opacity: .5; 265 | -moz-transform: translateZ(-500px) translateX(-200%); 266 | } 267 | } 268 | 269 | @keyframes backSlideOut { 270 | 25% { 271 | opacity: .5; 272 | transform: translateZ(-500px); 273 | } 274 | 275 | 75% { 276 | opacity: .5; 277 | transform: translateZ(-500px) translateX(-200%); 278 | } 279 | 280 | 100% { 281 | opacity: .5; 282 | transform: translateZ(-500px) translateX(-200%); 283 | } 284 | } 285 | 286 | @-webkit-keyframes backSlideIn { 287 | 0%, 25% { 288 | opacity: .5; 289 | -webkit-transform: translateZ(-500px) translateX(200%); 290 | } 291 | 292 | 75% { 293 | opacity: .5; 294 | -webkit-transform: translateZ(-500px); 295 | } 296 | 297 | 100% { 298 | opacity: 1; 299 | -webkit-transform: translateZ(0) translateX(0); 300 | } 301 | } 302 | 303 | @-moz-keyframes backSlideIn { 304 | 0%, 25% { 305 | opacity: .5; 306 | -moz-transform: translateZ(-500px) translateX(200%); 307 | } 308 | 309 | 75% { 310 | opacity: .5; 311 | -moz-transform: translateZ(-500px); 312 | } 313 | 314 | 100% { 315 | opacity: 1; 316 | -moz-transform: translateZ(0) translateX(0); 317 | } 318 | } 319 | 320 | @keyframes backSlideIn { 321 | 0%, 25% { 322 | opacity: .5; 323 | transform: translateZ(-500px) translateX(200%); 324 | } 325 | 326 | 75% { 327 | opacity: .5; 328 | transform: translateZ(-500px); 329 | } 330 | 331 | 100% { 332 | opacity: 1; 333 | transform: translateZ(0) translateX(0); 334 | } 335 | } 336 | 337 | @-webkit-keyframes scaleToFade { 338 | to { 339 | opacity: 0; 340 | -webkit-transform: scale(0.8); 341 | } 342 | } 343 | 344 | @-moz-keyframes scaleToFade { 345 | to { 346 | opacity: 0; 347 | -moz-transform: scale(0.8); 348 | } 349 | } 350 | 351 | @keyframes scaleToFade { 352 | to { 353 | opacity: 0; 354 | transform: scale(0.8); 355 | } 356 | } 357 | 358 | @-webkit-keyframes goDown { 359 | from { 360 | -webkit-transform: translateY(-100%); 361 | } 362 | } 363 | 364 | @-moz-keyframes goDown { 365 | from { 366 | -moz-transform: translateY(-100%); 367 | } 368 | } 369 | 370 | @keyframes goDown { 371 | from { 372 | transform: translateY(-100%); 373 | } 374 | } 375 | 376 | @-webkit-keyframes scaleUpFrom { 377 | from { 378 | opacity: 0; 379 | -webkit-transform: scale(1.5); 380 | } 381 | } 382 | 383 | @-moz-keyframes scaleUpFrom { 384 | from { 385 | opacity: 0; 386 | -moz-transform: scale(1.5); 387 | } 388 | } 389 | 390 | @keyframes scaleUpFrom { 391 | from { 392 | opacity: 0; 393 | transform: scale(1.5); 394 | } 395 | } 396 | 397 | @-webkit-keyframes scaleUpTo { 398 | to { 399 | opacity: 0; 400 | -webkit-transform: scale(1.5); 401 | } 402 | } 403 | 404 | @-moz-keyframes scaleUpTo { 405 | to { 406 | opacity: 0; 407 | -moz-transform: scale(1.5); 408 | } 409 | } 410 | 411 | @keyframes scaleUpTo { 412 | to { 413 | opacity: 0; 414 | transform: scale(1.5); 415 | } 416 | } 417 | 418 | /* 419 | * 02. Magnific Popup CSS 420 | */ 421 | .mfp-bg { 422 | top: 0; 423 | left: 0; 424 | width: 100%; 425 | height: 100%; 426 | z-index: 1042; 427 | overflow: hidden; 428 | position: fixed; 429 | background: #0b0b0b; 430 | opacity: 0.8; 431 | filter: alpha(opacity=80); 432 | } 433 | 434 | .mfp-wrap { 435 | top: 0; 436 | left: 0; 437 | width: 100%; 438 | height: 100%; 439 | z-index: 1043; 440 | position: fixed; 441 | outline: none !important; 442 | -webkit-backface-visibility: hidden; 443 | } 444 | 445 | .mfp-container { 446 | text-align: center; 447 | position: absolute; 448 | width: 100%; 449 | height: 100%; 450 | left: 0; 451 | top: 0; 452 | padding: 0 8px; 453 | -webkit-box-sizing: border-box; 454 | -moz-box-sizing: border-box; 455 | box-sizing: border-box; 456 | } 457 | 458 | .mfp-container:before { 459 | content: ''; 460 | display: inline-block; 461 | height: 100%; 462 | vertical-align: middle; 463 | } 464 | 465 | .mfp-align-top .mfp-container:before { 466 | display: none; 467 | } 468 | 469 | .mfp-content { 470 | position: relative; 471 | display: inline-block; 472 | vertical-align: middle; 473 | margin: 0 auto; 474 | text-align: left; 475 | z-index: 1045; 476 | } 477 | 478 | .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { 479 | width: 100%; 480 | cursor: auto; 481 | } 482 | 483 | .mfp-ajax-cur { 484 | cursor: progress; 485 | } 486 | 487 | .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { 488 | cursor: -moz-zoom-out; 489 | cursor: -webkit-zoom-out; 490 | cursor: zoom-out; 491 | } 492 | 493 | .mfp-zoom { 494 | cursor: pointer; 495 | cursor: -webkit-zoom-in; 496 | cursor: -moz-zoom-in; 497 | cursor: zoom-in; 498 | } 499 | 500 | .mfp-auto-cursor .mfp-content { 501 | cursor: auto; 502 | } 503 | 504 | .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { 505 | -webkit-user-select: none; 506 | -moz-user-select: none; 507 | user-select: none; 508 | } 509 | 510 | .mfp-loading.mfp-figure { 511 | display: none; 512 | } 513 | 514 | .mfp-hide { 515 | display: none !important; 516 | } 517 | 518 | .mfp-preloader { 519 | color: #CCC; 520 | position: absolute; 521 | top: 50%; 522 | width: auto; 523 | text-align: center; 524 | margin-top: -0.8em; 525 | left: 8px; 526 | right: 8px; 527 | z-index: 1044; 528 | } 529 | 530 | .mfp-preloader a { 531 | color: #CCC; 532 | } 533 | 534 | .mfp-preloader a:hover { 535 | color: #FFF; 536 | } 537 | 538 | .mfp-s-ready .mfp-preloader { 539 | display: none; 540 | } 541 | 542 | .mfp-s-error .mfp-content { 543 | display: none; 544 | } 545 | 546 | button.mfp-close, button.mfp-arrow { 547 | overflow: visible; 548 | cursor: pointer; 549 | background: transparent; 550 | border: 0; 551 | -webkit-appearance: none; 552 | display: block; 553 | outline: none; 554 | padding: 0; 555 | z-index: 1046; 556 | -webkit-box-shadow: none; 557 | box-shadow: none; 558 | } 559 | 560 | button::-moz-focus-inner { 561 | padding: 0; 562 | border: 0; 563 | } 564 | 565 | .mfp-close { 566 | width: 44px; 567 | height: 44px; 568 | line-height: 44px; 569 | position: absolute; 570 | right: 0; 571 | top: 0; 572 | text-decoration: none; 573 | text-align: center; 574 | opacity: 0.65; 575 | filter: alpha(opacity=65); 576 | padding: 0 0 18px 10px; 577 | color: #FFF; 578 | font-style: normal; 579 | font-size: 28px; 580 | font-family: Arial, Baskerville, monospace; 581 | } 582 | 583 | .mfp-close:hover, .mfp-close:focus { 584 | opacity: 1; 585 | filter: alpha(opacity=100); 586 | } 587 | 588 | .mfp-close:active { 589 | top: 1px; 590 | } 591 | 592 | .mfp-close-btn-in .mfp-close { 593 | color: #333; 594 | } 595 | 596 | .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { 597 | color: #FFF; 598 | right: -6px; 599 | text-align: right; 600 | padding-right: 6px; 601 | width: 100%; 602 | } 603 | 604 | .mfp-counter { 605 | position: absolute; 606 | top: 0; 607 | right: 0; 608 | color: #CCC; 609 | font-size: 12px; 610 | line-height: 18px; 611 | white-space: nowrap; 612 | } 613 | 614 | .mfp-arrow { 615 | position: absolute; 616 | opacity: 0.65; 617 | filter: alpha(opacity=65); 618 | margin: 0; 619 | top: 50%; 620 | margin-top: -55px; 621 | padding: 0; 622 | width: 90px; 623 | height: 110px; 624 | -webkit-tap-highlight-color: transparent; 625 | } 626 | 627 | .mfp-arrow:active { 628 | margin-top: -54px; 629 | } 630 | 631 | .mfp-arrow:hover, .mfp-arrow:focus { 632 | opacity: 1; 633 | filter: alpha(opacity=100); 634 | } 635 | 636 | .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { 637 | content: ''; 638 | display: block; 639 | width: 0; 640 | height: 0; 641 | position: absolute; 642 | left: 0; 643 | top: 0; 644 | margin-top: 35px; 645 | margin-left: 35px; 646 | border: medium inset transparent; 647 | } 648 | 649 | .mfp-arrow:after, .mfp-arrow .mfp-a { 650 | border-top-width: 13px; 651 | border-bottom-width: 13px; 652 | top: 8px; 653 | } 654 | 655 | .mfp-arrow:before, .mfp-arrow .mfp-b { 656 | border-top-width: 21px; 657 | border-bottom-width: 21px; 658 | opacity: 0.7; 659 | } 660 | 661 | .mfp-arrow-left { 662 | left: 0; 663 | } 664 | 665 | .mfp-arrow-left:after, .mfp-arrow-left .mfp-a { 666 | border-right: 17px solid #FFF; 667 | margin-left: 31px; 668 | } 669 | 670 | .mfp-arrow-left:before, .mfp-arrow-left .mfp-b { 671 | margin-left: 25px; 672 | border-right: 27px solid #3F3F3F; 673 | } 674 | 675 | .mfp-arrow-right { 676 | right: 0; 677 | } 678 | 679 | .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { 680 | border-left: 17px solid #FFF; 681 | margin-left: 39px; 682 | } 683 | 684 | .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { 685 | border-left: 27px solid #3F3F3F; 686 | } 687 | 688 | .mfp-iframe-holder { 689 | padding-top: 40px; 690 | padding-bottom: 40px; 691 | } 692 | 693 | .mfp-iframe-holder .mfp-content { 694 | line-height: 0; 695 | width: 100%; 696 | max-width: 900px; 697 | } 698 | 699 | .mfp-iframe-holder .mfp-close { 700 | top: -40px; 701 | } 702 | 703 | .mfp-iframe-scaler { 704 | width: 100%; 705 | height: 0; 706 | overflow: hidden; 707 | padding-top: 56.25%; 708 | } 709 | 710 | .mfp-iframe-scaler iframe { 711 | position: absolute; 712 | display: block; 713 | top: 0; 714 | left: 0; 715 | width: 100%; 716 | height: 100%; 717 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 718 | background: #000; 719 | } 720 | 721 | /* Main image in popup */ 722 | img.mfp-img { 723 | width: auto; 724 | max-width: 100%; 725 | height: auto; 726 | display: block; 727 | line-height: 0; 728 | -webkit-box-sizing: border-box; 729 | -moz-box-sizing: border-box; 730 | box-sizing: border-box; 731 | padding: 40px 0 40px; 732 | margin: 0 auto; 733 | } 734 | 735 | /* The shadow behind the image */ 736 | .mfp-figure { 737 | line-height: 0; 738 | } 739 | 740 | .mfp-figure:after { 741 | content: ''; 742 | position: absolute; 743 | left: 0; 744 | top: 40px; 745 | bottom: 40px; 746 | display: block; 747 | right: 0; 748 | width: auto; 749 | height: auto; 750 | z-index: -1; 751 | box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 752 | background: #444; 753 | } 754 | 755 | .mfp-figure small { 756 | color: #BDBDBD; 757 | display: block; 758 | font-size: 12px; 759 | line-height: 14px; 760 | } 761 | 762 | .mfp-figure figure { 763 | margin: 0; 764 | } 765 | 766 | .mfp-bottom-bar { 767 | margin-top: -36px; 768 | position: absolute; 769 | top: 100%; 770 | left: 0; 771 | width: 100%; 772 | cursor: auto; 773 | } 774 | 775 | .mfp-title { 776 | text-align: left; 777 | line-height: 18px; 778 | color: #F3F3F3; 779 | word-wrap: break-word; 780 | padding-right: 36px; 781 | } 782 | 783 | .mfp-image-holder .mfp-content { 784 | max-width: 100%; 785 | } 786 | 787 | .mfp-gallery .mfp-image-holder .mfp-figure { 788 | cursor: pointer; 789 | } 790 | 791 | @media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) { 792 | 793 | /** 794 | * Remove all paddings around the image on small screen 795 | */ 796 | .mfp-img-mobile .mfp-image-holder { 797 | padding-left: 0; 798 | padding-right: 0; 799 | } 800 | 801 | .mfp-img-mobile img.mfp-img { 802 | padding: 0; 803 | } 804 | 805 | .mfp-img-mobile .mfp-figure:after { 806 | top: 0; 807 | bottom: 0; 808 | } 809 | 810 | .mfp-img-mobile .mfp-figure small { 811 | display: inline; 812 | margin-left: 5px; 813 | } 814 | 815 | .mfp-img-mobile .mfp-bottom-bar { 816 | background: rgba(0, 0, 0, 0.6); 817 | bottom: 0; 818 | margin: 0; 819 | top: auto; 820 | padding: 3px 5px; 821 | position: fixed; 822 | -webkit-box-sizing: border-box; 823 | -moz-box-sizing: border-box; 824 | box-sizing: border-box; 825 | } 826 | 827 | .mfp-img-mobile .mfp-bottom-bar:empty { 828 | padding: 0; 829 | } 830 | 831 | .mfp-img-mobile .mfp-counter { 832 | right: 5px; 833 | top: 3px; 834 | } 835 | 836 | .mfp-img-mobile .mfp-close { 837 | top: 0; 838 | right: 0; 839 | width: 35px; 840 | height: 35px; 841 | line-height: 35px; 842 | background: rgba(0, 0, 0, 0.6); 843 | position: fixed; 844 | text-align: center; 845 | padding: 0; 846 | } 847 | } 848 | 849 | @media all and (max-width:900px) { 850 | .mfp-arrow { 851 | -webkit-transform: scale(0.75); 852 | transform: scale(0.75); 853 | } 854 | 855 | .mfp-arrow-left { 856 | -webkit-transform-origin: 0; 857 | transform-origin: 0; 858 | } 859 | 860 | .mfp-arrow-right { 861 | -webkit-transform-origin: 100%; 862 | transform-origin: 100%; 863 | } 864 | 865 | .mfp-container { 866 | padding-left: 6px; 867 | padding-right: 6px; 868 | } 869 | } 870 | 871 | .mfp-ie7 .mfp-img { 872 | padding: 0; 873 | } 874 | 875 | .mfp-ie7 .mfp-bottom-bar { 876 | width: 600px; 877 | left: 50%; 878 | margin-left: -300px; 879 | margin-top: 5px; 880 | padding-bottom: 5px; 881 | } 882 | 883 | .mfp-ie7 .mfp-container { 884 | padding: 0; 885 | } 886 | 887 | .mfp-ie7 .mfp-content { 888 | padding-top: 44px; 889 | } 890 | 891 | .mfp-ie7 .mfp-close { 892 | top: 0; 893 | right: 0; 894 | padding-top: 0; 895 | } 896 | 897 | /*# sourceMappingURL=vendor.css.map */ 898 | -------------------------------------------------------------------------------- /css/font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | @font-face { 6 | font-family: 'FontAwesome'; 7 | src: url('../fonts/fontawesome-webfont.eot?v=4.2.0'); 8 | src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg'); 9 | font-weight: normal; 10 | font-style: normal 11 | } 12 | 13 | .fa { 14 | display: inline-block; 15 | font: normal normal normal 14px/1 FontAwesome; 16 | font-size: inherit; 17 | text-rendering: auto; 18 | -webkit-font-smoothing: antialiased; 19 | -moz-osx-font-smoothing: grayscale 20 | } 21 | 22 | .fa-lg { 23 | font-size: 1.33333333em; 24 | line-height: .75em; 25 | vertical-align: -15% 26 | } 27 | 28 | .fa-2x { 29 | font-size: 2em 30 | } 31 | 32 | .fa-3x { 33 | font-size: 3em 34 | } 35 | 36 | .fa-4x { 37 | font-size: 4em 38 | } 39 | 40 | .fa-5x { 41 | font-size: 5em 42 | } 43 | 44 | .fa-fw { 45 | width: 1.28571429em; 46 | text-align: center 47 | } 48 | 49 | .fa-ul { 50 | padding-left: 0; 51 | margin-left: 2.14285714em; 52 | list-style-type: none 53 | } 54 | 55 | .fa-ul>li { 56 | position: relative 57 | } 58 | 59 | .fa-li { 60 | position: absolute; 61 | left: -2.14285714em; 62 | width: 2.14285714em; 63 | top: .14285714em; 64 | text-align: center 65 | } 66 | 67 | .fa-li.fa-lg { 68 | left: -1.85714286em 69 | } 70 | 71 | .fa-border { 72 | padding: .2em .25em .15em; 73 | border: solid .08em #eee; 74 | border-radius: .1em 75 | } 76 | 77 | .pull-right { 78 | float: right 79 | } 80 | 81 | .pull-left { 82 | float: left 83 | } 84 | 85 | .fa.pull-left { 86 | margin-right: .3em 87 | } 88 | 89 | .fa.pull-right { 90 | margin-left: .3em 91 | } 92 | 93 | .fa-spin { 94 | -webkit-animation: fa-spin 2s infinite linear; 95 | animation: fa-spin 2s infinite linear 96 | } 97 | 98 | @-webkit-keyframes fa-spin { 99 | 0% { 100 | -webkit-transform: rotate(0deg); 101 | transform: rotate(0deg) 102 | } 103 | 104 | 100% { 105 | -webkit-transform: rotate(359deg); 106 | transform: rotate(359deg) 107 | } 108 | } 109 | 110 | @keyframes fa-spin { 111 | 0% { 112 | -webkit-transform: rotate(0deg); 113 | transform: rotate(0deg) 114 | } 115 | 116 | 100% { 117 | -webkit-transform: rotate(359deg); 118 | transform: rotate(359deg) 119 | } 120 | } 121 | 122 | .fa-rotate-90 { 123 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 124 | -webkit-transform: rotate(90deg); 125 | -ms-transform: rotate(90deg); 126 | transform: rotate(90deg) 127 | } 128 | 129 | .fa-rotate-180 { 130 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); 131 | -webkit-transform: rotate(180deg); 132 | -ms-transform: rotate(180deg); 133 | transform: rotate(180deg) 134 | } 135 | 136 | .fa-rotate-270 { 137 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 138 | -webkit-transform: rotate(270deg); 139 | -ms-transform: rotate(270deg); 140 | transform: rotate(270deg) 141 | } 142 | 143 | .fa-flip-horizontal { 144 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); 145 | -webkit-transform: scale(-1, 1); 146 | -ms-transform: scale(-1, 1); 147 | transform: scale(-1, 1) 148 | } 149 | 150 | .fa-flip-vertical { 151 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); 152 | -webkit-transform: scale(1, -1); 153 | -ms-transform: scale(1, -1); 154 | transform: scale(1, -1) 155 | } 156 | 157 | :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { 158 | filter: none 159 | } 160 | 161 | .fa-stack { 162 | position: relative; 163 | display: inline-block; 164 | width: 2em; 165 | height: 2em; 166 | line-height: 2em; 167 | vertical-align: middle 168 | } 169 | 170 | .fa-stack-1x, .fa-stack-2x { 171 | position: absolute; 172 | left: 0; 173 | width: 100%; 174 | text-align: center 175 | } 176 | 177 | .fa-stack-1x { 178 | line-height: inherit 179 | } 180 | 181 | .fa-stack-2x { 182 | font-size: 2em 183 | } 184 | 185 | .fa-inverse { 186 | color: #fff 187 | } 188 | 189 | .fa-glass:before { 190 | content: "\f000" 191 | } 192 | 193 | .fa-music:before { 194 | content: "\f001" 195 | } 196 | 197 | .fa-search:before { 198 | content: "\f002" 199 | } 200 | 201 | .fa-envelope-o:before { 202 | content: "\f003" 203 | } 204 | 205 | .fa-heart:before { 206 | content: "\f004" 207 | } 208 | 209 | .fa-star:before { 210 | content: "\f005" 211 | } 212 | 213 | .fa-star-o:before { 214 | content: "\f006" 215 | } 216 | 217 | .fa-user:before { 218 | content: "\f007" 219 | } 220 | 221 | .fa-film:before { 222 | content: "\f008" 223 | } 224 | 225 | .fa-th-large:before { 226 | content: "\f009" 227 | } 228 | 229 | .fa-th:before { 230 | content: "\f00a" 231 | } 232 | 233 | .fa-th-list:before { 234 | content: "\f00b" 235 | } 236 | 237 | .fa-check:before { 238 | content: "\f00c" 239 | } 240 | 241 | .fa-remove:before, .fa-close:before, .fa-times:before { 242 | content: "\f00d" 243 | } 244 | 245 | .fa-search-plus:before { 246 | content: "\f00e" 247 | } 248 | 249 | .fa-search-minus:before { 250 | content: "\f010" 251 | } 252 | 253 | .fa-power-off:before { 254 | content: "\f011" 255 | } 256 | 257 | .fa-signal:before { 258 | content: "\f012" 259 | } 260 | 261 | .fa-gear:before, .fa-cog:before { 262 | content: "\f013" 263 | } 264 | 265 | .fa-trash-o:before { 266 | content: "\f014" 267 | } 268 | 269 | .fa-home:before { 270 | content: "\f015" 271 | } 272 | 273 | .fa-file-o:before { 274 | content: "\f016" 275 | } 276 | 277 | .fa-clock-o:before { 278 | content: "\f017" 279 | } 280 | 281 | .fa-road:before { 282 | content: "\f018" 283 | } 284 | 285 | .fa-download:before { 286 | content: "\f019" 287 | } 288 | 289 | .fa-arrow-circle-o-down:before { 290 | content: "\f01a" 291 | } 292 | 293 | .fa-arrow-circle-o-up:before { 294 | content: "\f01b" 295 | } 296 | 297 | .fa-inbox:before { 298 | content: "\f01c" 299 | } 300 | 301 | .fa-play-circle-o:before { 302 | content: "\f01d" 303 | } 304 | 305 | .fa-rotate-right:before, .fa-repeat:before { 306 | content: "\f01e" 307 | } 308 | 309 | .fa-refresh:before { 310 | content: "\f021" 311 | } 312 | 313 | .fa-list-alt:before { 314 | content: "\f022" 315 | } 316 | 317 | .fa-lock:before { 318 | content: "\f023" 319 | } 320 | 321 | .fa-flag:before { 322 | content: "\f024" 323 | } 324 | 325 | .fa-headphones:before { 326 | content: "\f025" 327 | } 328 | 329 | .fa-volume-off:before { 330 | content: "\f026" 331 | } 332 | 333 | .fa-volume-down:before { 334 | content: "\f027" 335 | } 336 | 337 | .fa-volume-up:before { 338 | content: "\f028" 339 | } 340 | 341 | .fa-qrcode:before { 342 | content: "\f029" 343 | } 344 | 345 | .fa-barcode:before { 346 | content: "\f02a" 347 | } 348 | 349 | .fa-tag:before { 350 | content: "\f02b" 351 | } 352 | 353 | .fa-tags:before { 354 | content: "\f02c" 355 | } 356 | 357 | .fa-book:before { 358 | content: "\f02d" 359 | } 360 | 361 | .fa-bookmark:before { 362 | content: "\f02e" 363 | } 364 | 365 | .fa-print:before { 366 | content: "\f02f" 367 | } 368 | 369 | .fa-camera:before { 370 | content: "\f030" 371 | } 372 | 373 | .fa-font:before { 374 | content: "\f031" 375 | } 376 | 377 | .fa-bold:before { 378 | content: "\f032" 379 | } 380 | 381 | .fa-italic:before { 382 | content: "\f033" 383 | } 384 | 385 | .fa-text-height:before { 386 | content: "\f034" 387 | } 388 | 389 | .fa-text-width:before { 390 | content: "\f035" 391 | } 392 | 393 | .fa-align-left:before { 394 | content: "\f036" 395 | } 396 | 397 | .fa-align-center:before { 398 | content: "\f037" 399 | } 400 | 401 | .fa-align-right:before { 402 | content: "\f038" 403 | } 404 | 405 | .fa-align-justify:before { 406 | content: "\f039" 407 | } 408 | 409 | .fa-list:before { 410 | content: "\f03a" 411 | } 412 | 413 | .fa-dedent:before, .fa-outdent:before { 414 | content: "\f03b" 415 | } 416 | 417 | .fa-indent:before { 418 | content: "\f03c" 419 | } 420 | 421 | .fa-video-camera:before { 422 | content: "\f03d" 423 | } 424 | 425 | .fa-photo:before, .fa-image:before, .fa-picture-o:before { 426 | content: "\f03e" 427 | } 428 | 429 | .fa-pencil:before { 430 | content: "\f040" 431 | } 432 | 433 | .fa-map-marker:before { 434 | content: "\f041" 435 | } 436 | 437 | .fa-adjust:before { 438 | content: "\f042" 439 | } 440 | 441 | .fa-tint:before { 442 | content: "\f043" 443 | } 444 | 445 | .fa-edit:before, .fa-pencil-square-o:before { 446 | content: "\f044" 447 | } 448 | 449 | .fa-share-square-o:before { 450 | content: "\f045" 451 | } 452 | 453 | .fa-check-square-o:before { 454 | content: "\f046" 455 | } 456 | 457 | .fa-arrows:before { 458 | content: "\f047" 459 | } 460 | 461 | .fa-step-backward:before { 462 | content: "\f048" 463 | } 464 | 465 | .fa-fast-backward:before { 466 | content: "\f049" 467 | } 468 | 469 | .fa-backward:before { 470 | content: "\f04a" 471 | } 472 | 473 | .fa-play:before { 474 | content: "\f04b" 475 | } 476 | 477 | .fa-pause:before { 478 | content: "\f04c" 479 | } 480 | 481 | .fa-stop:before { 482 | content: "\f04d" 483 | } 484 | 485 | .fa-forward:before { 486 | content: "\f04e" 487 | } 488 | 489 | .fa-fast-forward:before { 490 | content: "\f050" 491 | } 492 | 493 | .fa-step-forward:before { 494 | content: "\f051" 495 | } 496 | 497 | .fa-eject:before { 498 | content: "\f052" 499 | } 500 | 501 | .fa-chevron-left:before { 502 | content: "\f053" 503 | } 504 | 505 | .fa-chevron-right:before { 506 | content: "\f054" 507 | } 508 | 509 | .fa-plus-circle:before { 510 | content: "\f055" 511 | } 512 | 513 | .fa-minus-circle:before { 514 | content: "\f056" 515 | } 516 | 517 | .fa-times-circle:before { 518 | content: "\f057" 519 | } 520 | 521 | .fa-check-circle:before { 522 | content: "\f058" 523 | } 524 | 525 | .fa-question-circle:before { 526 | content: "\f059" 527 | } 528 | 529 | .fa-info-circle:before { 530 | content: "\f05a" 531 | } 532 | 533 | .fa-crosshairs:before { 534 | content: "\f05b" 535 | } 536 | 537 | .fa-times-circle-o:before { 538 | content: "\f05c" 539 | } 540 | 541 | .fa-check-circle-o:before { 542 | content: "\f05d" 543 | } 544 | 545 | .fa-ban:before { 546 | content: "\f05e" 547 | } 548 | 549 | .fa-arrow-left:before { 550 | content: "\f060" 551 | } 552 | 553 | .fa-arrow-right:before { 554 | content: "\f061" 555 | } 556 | 557 | .fa-arrow-up:before { 558 | content: "\f062" 559 | } 560 | 561 | .fa-arrow-down:before { 562 | content: "\f063" 563 | } 564 | 565 | .fa-mail-forward:before, .fa-share:before { 566 | content: "\f064" 567 | } 568 | 569 | .fa-expand:before { 570 | content: "\f065" 571 | } 572 | 573 | .fa-compress:before { 574 | content: "\f066" 575 | } 576 | 577 | .fa-plus:before { 578 | content: "\f067" 579 | } 580 | 581 | .fa-minus:before { 582 | content: "\f068" 583 | } 584 | 585 | .fa-asterisk:before { 586 | content: "\f069" 587 | } 588 | 589 | .fa-exclamation-circle:before { 590 | content: "\f06a" 591 | } 592 | 593 | .fa-gift:before { 594 | content: "\f06b" 595 | } 596 | 597 | .fa-leaf:before { 598 | content: "\f06c" 599 | } 600 | 601 | .fa-fire:before { 602 | content: "\f06d" 603 | } 604 | 605 | .fa-eye:before { 606 | content: "\f06e" 607 | } 608 | 609 | .fa-eye-slash:before { 610 | content: "\f070" 611 | } 612 | 613 | .fa-warning:before, .fa-exclamation-triangle:before { 614 | content: "\f071" 615 | } 616 | 617 | .fa-plane:before { 618 | content: "\f072" 619 | } 620 | 621 | .fa-calendar:before { 622 | content: "\f073" 623 | } 624 | 625 | .fa-random:before { 626 | content: "\f074" 627 | } 628 | 629 | .fa-comment:before { 630 | content: "\f075" 631 | } 632 | 633 | .fa-magnet:before { 634 | content: "\f076" 635 | } 636 | 637 | .fa-chevron-up:before { 638 | content: "\f077" 639 | } 640 | 641 | .fa-chevron-down:before { 642 | content: "\f078" 643 | } 644 | 645 | .fa-retweet:before { 646 | content: "\f079" 647 | } 648 | 649 | .fa-shopping-cart:before { 650 | content: "\f07a" 651 | } 652 | 653 | .fa-folder:before { 654 | content: "\f07b" 655 | } 656 | 657 | .fa-folder-open:before { 658 | content: "\f07c" 659 | } 660 | 661 | .fa-arrows-v:before { 662 | content: "\f07d" 663 | } 664 | 665 | .fa-arrows-h:before { 666 | content: "\f07e" 667 | } 668 | 669 | .fa-bar-chart-o:before, .fa-bar-chart:before { 670 | content: "\f080" 671 | } 672 | 673 | .fa-twitter-square:before { 674 | content: "\f081" 675 | } 676 | 677 | .fa-facebook-square:before { 678 | content: "\f082" 679 | } 680 | 681 | .fa-camera-retro:before { 682 | content: "\f083" 683 | } 684 | 685 | .fa-key:before { 686 | content: "\f084" 687 | } 688 | 689 | .fa-gears:before, .fa-cogs:before { 690 | content: "\f085" 691 | } 692 | 693 | .fa-comments:before { 694 | content: "\f086" 695 | } 696 | 697 | .fa-thumbs-o-up:before { 698 | content: "\f087" 699 | } 700 | 701 | .fa-thumbs-o-down:before { 702 | content: "\f088" 703 | } 704 | 705 | .fa-star-half:before { 706 | content: "\f089" 707 | } 708 | 709 | .fa-heart-o:before { 710 | content: "\f08a" 711 | } 712 | 713 | .fa-sign-out:before { 714 | content: "\f08b" 715 | } 716 | 717 | .fa-linkedin-square:before { 718 | content: "\f08c" 719 | } 720 | 721 | .fa-thumb-tack:before { 722 | content: "\f08d" 723 | } 724 | 725 | .fa-external-link:before { 726 | content: "\f08e" 727 | } 728 | 729 | .fa-sign-in:before { 730 | content: "\f090" 731 | } 732 | 733 | .fa-trophy:before { 734 | content: "\f091" 735 | } 736 | 737 | .fa-github-square:before { 738 | content: "\f092" 739 | } 740 | 741 | .fa-upload:before { 742 | content: "\f093" 743 | } 744 | 745 | .fa-lemon-o:before { 746 | content: "\f094" 747 | } 748 | 749 | .fa-phone:before { 750 | content: "\f095" 751 | } 752 | 753 | .fa-square-o:before { 754 | content: "\f096" 755 | } 756 | 757 | .fa-bookmark-o:before { 758 | content: "\f097" 759 | } 760 | 761 | .fa-phone-square:before { 762 | content: "\f098" 763 | } 764 | 765 | .fa-twitter:before { 766 | content: "\f099" 767 | } 768 | 769 | .fa-facebook:before { 770 | content: "\f09a" 771 | } 772 | 773 | .fa-github:before { 774 | content: "\f09b" 775 | } 776 | 777 | .fa-unlock:before { 778 | content: "\f09c" 779 | } 780 | 781 | .fa-credit-card:before { 782 | content: "\f09d" 783 | } 784 | 785 | .fa-rss:before { 786 | content: "\f09e" 787 | } 788 | 789 | .fa-hdd-o:before { 790 | content: "\f0a0" 791 | } 792 | 793 | .fa-bullhorn:before { 794 | content: "\f0a1" 795 | } 796 | 797 | .fa-bell:before { 798 | content: "\f0f3" 799 | } 800 | 801 | .fa-certificate:before { 802 | content: "\f0a3" 803 | } 804 | 805 | .fa-hand-o-right:before { 806 | content: "\f0a4" 807 | } 808 | 809 | .fa-hand-o-left:before { 810 | content: "\f0a5" 811 | } 812 | 813 | .fa-hand-o-up:before { 814 | content: "\f0a6" 815 | } 816 | 817 | .fa-hand-o-down:before { 818 | content: "\f0a7" 819 | } 820 | 821 | .fa-arrow-circle-left:before { 822 | content: "\f0a8" 823 | } 824 | 825 | .fa-arrow-circle-right:before { 826 | content: "\f0a9" 827 | } 828 | 829 | .fa-arrow-circle-up:before { 830 | content: "\f0aa" 831 | } 832 | 833 | .fa-arrow-circle-down:before { 834 | content: "\f0ab" 835 | } 836 | 837 | .fa-globe:before { 838 | content: "\f0ac" 839 | } 840 | 841 | .fa-wrench:before { 842 | content: "\f0ad" 843 | } 844 | 845 | .fa-tasks:before { 846 | content: "\f0ae" 847 | } 848 | 849 | .fa-filter:before { 850 | content: "\f0b0" 851 | } 852 | 853 | .fa-briefcase:before { 854 | content: "\f0b1" 855 | } 856 | 857 | .fa-arrows-alt:before { 858 | content: "\f0b2" 859 | } 860 | 861 | .fa-group:before, .fa-users:before { 862 | content: "\f0c0" 863 | } 864 | 865 | .fa-chain:before, .fa-link:before { 866 | content: "\f0c1" 867 | } 868 | 869 | .fa-cloud:before { 870 | content: "\f0c2" 871 | } 872 | 873 | .fa-flask:before { 874 | content: "\f0c3" 875 | } 876 | 877 | .fa-cut:before, .fa-scissors:before { 878 | content: "\f0c4" 879 | } 880 | 881 | .fa-copy:before, .fa-files-o:before { 882 | content: "\f0c5" 883 | } 884 | 885 | .fa-paperclip:before { 886 | content: "\f0c6" 887 | } 888 | 889 | .fa-save:before, .fa-floppy-o:before { 890 | content: "\f0c7" 891 | } 892 | 893 | .fa-square:before { 894 | content: "\f0c8" 895 | } 896 | 897 | .fa-navicon:before, .fa-reorder:before, .fa-bars:before { 898 | content: "\f0c9" 899 | } 900 | 901 | .fa-list-ul:before { 902 | content: "\f0ca" 903 | } 904 | 905 | .fa-list-ol:before { 906 | content: "\f0cb" 907 | } 908 | 909 | .fa-strikethrough:before { 910 | content: "\f0cc" 911 | } 912 | 913 | .fa-underline:before { 914 | content: "\f0cd" 915 | } 916 | 917 | .fa-table:before { 918 | content: "\f0ce" 919 | } 920 | 921 | .fa-magic:before { 922 | content: "\f0d0" 923 | } 924 | 925 | .fa-truck:before { 926 | content: "\f0d1" 927 | } 928 | 929 | .fa-pinterest:before { 930 | content: "\f0d2" 931 | } 932 | 933 | .fa-pinterest-square:before { 934 | content: "\f0d3" 935 | } 936 | 937 | .fa-google-plus-square:before { 938 | content: "\f0d4" 939 | } 940 | 941 | .fa-google-plus:before { 942 | content: "\f0d5" 943 | } 944 | 945 | .fa-money:before { 946 | content: "\f0d6" 947 | } 948 | 949 | .fa-caret-down:before { 950 | content: "\f0d7" 951 | } 952 | 953 | .fa-caret-up:before { 954 | content: "\f0d8" 955 | } 956 | 957 | .fa-caret-left:before { 958 | content: "\f0d9" 959 | } 960 | 961 | .fa-caret-right:before { 962 | content: "\f0da" 963 | } 964 | 965 | .fa-columns:before { 966 | content: "\f0db" 967 | } 968 | 969 | .fa-unsorted:before, .fa-sort:before { 970 | content: "\f0dc" 971 | } 972 | 973 | .fa-sort-down:before, .fa-sort-desc:before { 974 | content: "\f0dd" 975 | } 976 | 977 | .fa-sort-up:before, .fa-sort-asc:before { 978 | content: "\f0de" 979 | } 980 | 981 | .fa-envelope:before { 982 | content: "\f0e0" 983 | } 984 | 985 | .fa-linkedin:before { 986 | content: "\f0e1" 987 | } 988 | 989 | .fa-rotate-left:before, .fa-undo:before { 990 | content: "\f0e2" 991 | } 992 | 993 | .fa-legal:before, .fa-gavel:before { 994 | content: "\f0e3" 995 | } 996 | 997 | .fa-dashboard:before, .fa-tachometer:before { 998 | content: "\f0e4" 999 | } 1000 | 1001 | .fa-comment-o:before { 1002 | content: "\f0e5" 1003 | } 1004 | 1005 | .fa-comments-o:before { 1006 | content: "\f0e6" 1007 | } 1008 | 1009 | .fa-flash:before, .fa-bolt:before { 1010 | content: "\f0e7" 1011 | } 1012 | 1013 | .fa-sitemap:before { 1014 | content: "\f0e8" 1015 | } 1016 | 1017 | .fa-umbrella:before { 1018 | content: "\f0e9" 1019 | } 1020 | 1021 | .fa-paste:before, .fa-clipboard:before { 1022 | content: "\f0ea" 1023 | } 1024 | 1025 | .fa-lightbulb-o:before { 1026 | content: "\f0eb" 1027 | } 1028 | 1029 | .fa-exchange:before { 1030 | content: "\f0ec" 1031 | } 1032 | 1033 | .fa-cloud-download:before { 1034 | content: "\f0ed" 1035 | } 1036 | 1037 | .fa-cloud-upload:before { 1038 | content: "\f0ee" 1039 | } 1040 | 1041 | .fa-user-md:before { 1042 | content: "\f0f0" 1043 | } 1044 | 1045 | .fa-stethoscope:before { 1046 | content: "\f0f1" 1047 | } 1048 | 1049 | .fa-suitcase:before { 1050 | content: "\f0f2" 1051 | } 1052 | 1053 | .fa-bell-o:before { 1054 | content: "\f0a2" 1055 | } 1056 | 1057 | .fa-coffee:before { 1058 | content: "\f0f4" 1059 | } 1060 | 1061 | .fa-cutlery:before { 1062 | content: "\f0f5" 1063 | } 1064 | 1065 | .fa-file-text-o:before { 1066 | content: "\f0f6" 1067 | } 1068 | 1069 | .fa-building-o:before { 1070 | content: "\f0f7" 1071 | } 1072 | 1073 | .fa-hospital-o:before { 1074 | content: "\f0f8" 1075 | } 1076 | 1077 | .fa-ambulance:before { 1078 | content: "\f0f9" 1079 | } 1080 | 1081 | .fa-medkit:before { 1082 | content: "\f0fa" 1083 | } 1084 | 1085 | .fa-fighter-jet:before { 1086 | content: "\f0fb" 1087 | } 1088 | 1089 | .fa-beer:before { 1090 | content: "\f0fc" 1091 | } 1092 | 1093 | .fa-h-square:before { 1094 | content: "\f0fd" 1095 | } 1096 | 1097 | .fa-plus-square:before { 1098 | content: "\f0fe" 1099 | } 1100 | 1101 | .fa-angle-double-left:before { 1102 | content: "\f100" 1103 | } 1104 | 1105 | .fa-angle-double-right:before { 1106 | content: "\f101" 1107 | } 1108 | 1109 | .fa-angle-double-up:before { 1110 | content: "\f102" 1111 | } 1112 | 1113 | .fa-angle-double-down:before { 1114 | content: "\f103" 1115 | } 1116 | 1117 | .fa-angle-left:before { 1118 | content: "\f104" 1119 | } 1120 | 1121 | .fa-angle-right:before { 1122 | content: "\f105" 1123 | } 1124 | 1125 | .fa-angle-up:before { 1126 | content: "\f106" 1127 | } 1128 | 1129 | .fa-angle-down:before { 1130 | content: "\f107" 1131 | } 1132 | 1133 | .fa-desktop:before { 1134 | content: "\f108" 1135 | } 1136 | 1137 | .fa-laptop:before { 1138 | content: "\f109" 1139 | } 1140 | 1141 | .fa-tablet:before { 1142 | content: "\f10a" 1143 | } 1144 | 1145 | .fa-mobile-phone:before, .fa-mobile:before { 1146 | content: "\f10b" 1147 | } 1148 | 1149 | .fa-circle-o:before { 1150 | content: "\f10c" 1151 | } 1152 | 1153 | .fa-quote-left:before { 1154 | content: "\f10d" 1155 | } 1156 | 1157 | .fa-quote-right:before { 1158 | content: "\f10e" 1159 | } 1160 | 1161 | .fa-spinner:before { 1162 | content: "\f110" 1163 | } 1164 | 1165 | .fa-circle:before { 1166 | content: "\f111" 1167 | } 1168 | 1169 | .fa-mail-reply:before, .fa-reply:before { 1170 | content: "\f112" 1171 | } 1172 | 1173 | .fa-github-alt:before { 1174 | content: "\f113" 1175 | } 1176 | 1177 | .fa-folder-o:before { 1178 | content: "\f114" 1179 | } 1180 | 1181 | .fa-folder-open-o:before { 1182 | content: "\f115" 1183 | } 1184 | 1185 | .fa-smile-o:before { 1186 | content: "\f118" 1187 | } 1188 | 1189 | .fa-frown-o:before { 1190 | content: "\f119" 1191 | } 1192 | 1193 | .fa-meh-o:before { 1194 | content: "\f11a" 1195 | } 1196 | 1197 | .fa-gamepad:before { 1198 | content: "\f11b" 1199 | } 1200 | 1201 | .fa-keyboard-o:before { 1202 | content: "\f11c" 1203 | } 1204 | 1205 | .fa-flag-o:before { 1206 | content: "\f11d" 1207 | } 1208 | 1209 | .fa-flag-checkered:before { 1210 | content: "\f11e" 1211 | } 1212 | 1213 | .fa-terminal:before { 1214 | content: "\f120" 1215 | } 1216 | 1217 | .fa-code:before { 1218 | content: "\f121" 1219 | } 1220 | 1221 | .fa-mail-reply-all:before, .fa-reply-all:before { 1222 | content: "\f122" 1223 | } 1224 | 1225 | .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { 1226 | content: "\f123" 1227 | } 1228 | 1229 | .fa-location-arrow:before { 1230 | content: "\f124" 1231 | } 1232 | 1233 | .fa-crop:before { 1234 | content: "\f125" 1235 | } 1236 | 1237 | .fa-code-fork:before { 1238 | content: "\f126" 1239 | } 1240 | 1241 | .fa-unlink:before, .fa-chain-broken:before { 1242 | content: "\f127" 1243 | } 1244 | 1245 | .fa-question:before { 1246 | content: "\f128" 1247 | } 1248 | 1249 | .fa-info:before { 1250 | content: "\f129" 1251 | } 1252 | 1253 | .fa-exclamation:before { 1254 | content: "\f12a" 1255 | } 1256 | 1257 | .fa-superscript:before { 1258 | content: "\f12b" 1259 | } 1260 | 1261 | .fa-subscript:before { 1262 | content: "\f12c" 1263 | } 1264 | 1265 | .fa-eraser:before { 1266 | content: "\f12d" 1267 | } 1268 | 1269 | .fa-puzzle-piece:before { 1270 | content: "\f12e" 1271 | } 1272 | 1273 | .fa-microphone:before { 1274 | content: "\f130" 1275 | } 1276 | 1277 | .fa-microphone-slash:before { 1278 | content: "\f131" 1279 | } 1280 | 1281 | .fa-shield:before { 1282 | content: "\f132" 1283 | } 1284 | 1285 | .fa-calendar-o:before { 1286 | content: "\f133" 1287 | } 1288 | 1289 | .fa-fire-extinguisher:before { 1290 | content: "\f134" 1291 | } 1292 | 1293 | .fa-rocket:before { 1294 | content: "\f135" 1295 | } 1296 | 1297 | .fa-maxcdn:before { 1298 | content: "\f136" 1299 | } 1300 | 1301 | .fa-chevron-circle-left:before { 1302 | content: "\f137" 1303 | } 1304 | 1305 | .fa-chevron-circle-right:before { 1306 | content: "\f138" 1307 | } 1308 | 1309 | .fa-chevron-circle-up:before { 1310 | content: "\f139" 1311 | } 1312 | 1313 | .fa-chevron-circle-down:before { 1314 | content: "\f13a" 1315 | } 1316 | 1317 | .fa-html5:before { 1318 | content: "\f13b" 1319 | } 1320 | 1321 | .fa-css3:before { 1322 | content: "\f13c" 1323 | } 1324 | 1325 | .fa-anchor:before { 1326 | content: "\f13d" 1327 | } 1328 | 1329 | .fa-unlock-alt:before { 1330 | content: "\f13e" 1331 | } 1332 | 1333 | .fa-bullseye:before { 1334 | content: "\f140" 1335 | } 1336 | 1337 | .fa-ellipsis-h:before { 1338 | content: "\f141" 1339 | } 1340 | 1341 | .fa-ellipsis-v:before { 1342 | content: "\f142" 1343 | } 1344 | 1345 | .fa-rss-square:before { 1346 | content: "\f143" 1347 | } 1348 | 1349 | .fa-play-circle:before { 1350 | content: "\f144" 1351 | } 1352 | 1353 | .fa-ticket:before { 1354 | content: "\f145" 1355 | } 1356 | 1357 | .fa-minus-square:before { 1358 | content: "\f146" 1359 | } 1360 | 1361 | .fa-minus-square-o:before { 1362 | content: "\f147" 1363 | } 1364 | 1365 | .fa-level-up:before { 1366 | content: "\f148" 1367 | } 1368 | 1369 | .fa-level-down:before { 1370 | content: "\f149" 1371 | } 1372 | 1373 | .fa-check-square:before { 1374 | content: "\f14a" 1375 | } 1376 | 1377 | .fa-pencil-square:before { 1378 | content: "\f14b" 1379 | } 1380 | 1381 | .fa-external-link-square:before { 1382 | content: "\f14c" 1383 | } 1384 | 1385 | .fa-share-square:before { 1386 | content: "\f14d" 1387 | } 1388 | 1389 | .fa-compass:before { 1390 | content: "\f14e" 1391 | } 1392 | 1393 | .fa-toggle-down:before, .fa-caret-square-o-down:before { 1394 | content: "\f150" 1395 | } 1396 | 1397 | .fa-toggle-up:before, .fa-caret-square-o-up:before { 1398 | content: "\f151" 1399 | } 1400 | 1401 | .fa-toggle-right:before, .fa-caret-square-o-right:before { 1402 | content: "\f152" 1403 | } 1404 | 1405 | .fa-euro:before, .fa-eur:before { 1406 | content: "\f153" 1407 | } 1408 | 1409 | .fa-gbp:before { 1410 | content: "\f154" 1411 | } 1412 | 1413 | .fa-dollar:before, .fa-usd:before { 1414 | content: "\f155" 1415 | } 1416 | 1417 | .fa-rupee:before, .fa-inr:before { 1418 | content: "\f156" 1419 | } 1420 | 1421 | .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { 1422 | content: "\f157" 1423 | } 1424 | 1425 | .fa-ruble:before, .fa-rouble:before, .fa-rub:before { 1426 | content: "\f158" 1427 | } 1428 | 1429 | .fa-won:before, .fa-krw:before { 1430 | content: "\f159" 1431 | } 1432 | 1433 | .fa-bitcoin:before, .fa-btc:before { 1434 | content: "\f15a" 1435 | } 1436 | 1437 | .fa-file:before { 1438 | content: "\f15b" 1439 | } 1440 | 1441 | .fa-file-text:before { 1442 | content: "\f15c" 1443 | } 1444 | 1445 | .fa-sort-alpha-asc:before { 1446 | content: "\f15d" 1447 | } 1448 | 1449 | .fa-sort-alpha-desc:before { 1450 | content: "\f15e" 1451 | } 1452 | 1453 | .fa-sort-amount-asc:before { 1454 | content: "\f160" 1455 | } 1456 | 1457 | .fa-sort-amount-desc:before { 1458 | content: "\f161" 1459 | } 1460 | 1461 | .fa-sort-numeric-asc:before { 1462 | content: "\f162" 1463 | } 1464 | 1465 | .fa-sort-numeric-desc:before { 1466 | content: "\f163" 1467 | } 1468 | 1469 | .fa-thumbs-up:before { 1470 | content: "\f164" 1471 | } 1472 | 1473 | .fa-thumbs-down:before { 1474 | content: "\f165" 1475 | } 1476 | 1477 | .fa-youtube-square:before { 1478 | content: "\f166" 1479 | } 1480 | 1481 | .fa-youtube:before { 1482 | content: "\f167" 1483 | } 1484 | 1485 | .fa-xing:before { 1486 | content: "\f168" 1487 | } 1488 | 1489 | .fa-xing-square:before { 1490 | content: "\f169" 1491 | } 1492 | 1493 | .fa-youtube-play:before { 1494 | content: "\f16a" 1495 | } 1496 | 1497 | .fa-dropbox:before { 1498 | content: "\f16b" 1499 | } 1500 | 1501 | .fa-stack-overflow:before { 1502 | content: "\f16c" 1503 | } 1504 | 1505 | .fa-instagram:before { 1506 | content: "\f16d" 1507 | } 1508 | 1509 | .fa-flickr:before { 1510 | content: "\f16e" 1511 | } 1512 | 1513 | .fa-adn:before { 1514 | content: "\f170" 1515 | } 1516 | 1517 | .fa-bitbucket:before { 1518 | content: "\f171" 1519 | } 1520 | 1521 | .fa-bitbucket-square:before { 1522 | content: "\f172" 1523 | } 1524 | 1525 | .fa-tumblr:before { 1526 | content: "\f173" 1527 | } 1528 | 1529 | .fa-tumblr-square:before { 1530 | content: "\f174" 1531 | } 1532 | 1533 | .fa-long-arrow-down:before { 1534 | content: "\f175" 1535 | } 1536 | 1537 | .fa-long-arrow-up:before { 1538 | content: "\f176" 1539 | } 1540 | 1541 | .fa-long-arrow-left:before { 1542 | content: "\f177" 1543 | } 1544 | 1545 | .fa-long-arrow-right:before { 1546 | content: "\f178" 1547 | } 1548 | 1549 | .fa-apple:before { 1550 | content: "\f179" 1551 | } 1552 | 1553 | .fa-windows:before { 1554 | content: "\f17a" 1555 | } 1556 | 1557 | .fa-android:before { 1558 | content: "\f17b" 1559 | } 1560 | 1561 | .fa-linux:before { 1562 | content: "\f17c" 1563 | } 1564 | 1565 | .fa-dribbble:before { 1566 | content: "\f17d" 1567 | } 1568 | 1569 | .fa-skype:before { 1570 | content: "\f17e" 1571 | } 1572 | 1573 | .fa-foursquare:before { 1574 | content: "\f180" 1575 | } 1576 | 1577 | .fa-trello:before { 1578 | content: "\f181" 1579 | } 1580 | 1581 | .fa-female:before { 1582 | content: "\f182" 1583 | } 1584 | 1585 | .fa-male:before { 1586 | content: "\f183" 1587 | } 1588 | 1589 | .fa-gittip:before { 1590 | content: "\f184" 1591 | } 1592 | 1593 | .fa-sun-o:before { 1594 | content: "\f185" 1595 | } 1596 | 1597 | .fa-moon-o:before { 1598 | content: "\f186" 1599 | } 1600 | 1601 | .fa-archive:before { 1602 | content: "\f187" 1603 | } 1604 | 1605 | .fa-bug:before { 1606 | content: "\f188" 1607 | } 1608 | 1609 | .fa-vk:before { 1610 | content: "\f189" 1611 | } 1612 | 1613 | .fa-weibo:before { 1614 | content: "\f18a" 1615 | } 1616 | 1617 | .fa-renren:before { 1618 | content: "\f18b" 1619 | } 1620 | 1621 | .fa-pagelines:before { 1622 | content: "\f18c" 1623 | } 1624 | 1625 | .fa-stack-exchange:before { 1626 | content: "\f18d" 1627 | } 1628 | 1629 | .fa-arrow-circle-o-right:before { 1630 | content: "\f18e" 1631 | } 1632 | 1633 | .fa-arrow-circle-o-left:before { 1634 | content: "\f190" 1635 | } 1636 | 1637 | .fa-toggle-left:before, .fa-caret-square-o-left:before { 1638 | content: "\f191" 1639 | } 1640 | 1641 | .fa-dot-circle-o:before { 1642 | content: "\f192" 1643 | } 1644 | 1645 | .fa-wheelchair:before { 1646 | content: "\f193" 1647 | } 1648 | 1649 | .fa-vimeo-square:before { 1650 | content: "\f194" 1651 | } 1652 | 1653 | .fa-turkish-lira:before, .fa-try:before { 1654 | content: "\f195" 1655 | } 1656 | 1657 | .fa-plus-square-o:before { 1658 | content: "\f196" 1659 | } 1660 | 1661 | .fa-space-shuttle:before { 1662 | content: "\f197" 1663 | } 1664 | 1665 | .fa-slack:before { 1666 | content: "\f198" 1667 | } 1668 | 1669 | .fa-envelope-square:before { 1670 | content: "\f199" 1671 | } 1672 | 1673 | .fa-wordpress:before { 1674 | content: "\f19a" 1675 | } 1676 | 1677 | .fa-openid:before { 1678 | content: "\f19b" 1679 | } 1680 | 1681 | .fa-institution:before, .fa-bank:before, .fa-university:before { 1682 | content: "\f19c" 1683 | } 1684 | 1685 | .fa-mortar-board:before, .fa-graduation-cap:before { 1686 | content: "\f19d" 1687 | } 1688 | 1689 | .fa-yahoo:before { 1690 | content: "\f19e" 1691 | } 1692 | 1693 | .fa-google:before { 1694 | content: "\f1a0" 1695 | } 1696 | 1697 | .fa-reddit:before { 1698 | content: "\f1a1" 1699 | } 1700 | 1701 | .fa-reddit-square:before { 1702 | content: "\f1a2" 1703 | } 1704 | 1705 | .fa-stumbleupon-circle:before { 1706 | content: "\f1a3" 1707 | } 1708 | 1709 | .fa-stumbleupon:before { 1710 | content: "\f1a4" 1711 | } 1712 | 1713 | .fa-delicious:before { 1714 | content: "\f1a5" 1715 | } 1716 | 1717 | .fa-digg:before { 1718 | content: "\f1a6" 1719 | } 1720 | 1721 | .fa-pied-piper:before { 1722 | content: "\f1a7" 1723 | } 1724 | 1725 | .fa-pied-piper-alt:before { 1726 | content: "\f1a8" 1727 | } 1728 | 1729 | .fa-drupal:before { 1730 | content: "\f1a9" 1731 | } 1732 | 1733 | .fa-joomla:before { 1734 | content: "\f1aa" 1735 | } 1736 | 1737 | .fa-language:before { 1738 | content: "\f1ab" 1739 | } 1740 | 1741 | .fa-fax:before { 1742 | content: "\f1ac" 1743 | } 1744 | 1745 | .fa-building:before { 1746 | content: "\f1ad" 1747 | } 1748 | 1749 | .fa-child:before { 1750 | content: "\f1ae" 1751 | } 1752 | 1753 | .fa-paw:before { 1754 | content: "\f1b0" 1755 | } 1756 | 1757 | .fa-spoon:before { 1758 | content: "\f1b1" 1759 | } 1760 | 1761 | .fa-cube:before { 1762 | content: "\f1b2" 1763 | } 1764 | 1765 | .fa-cubes:before { 1766 | content: "\f1b3" 1767 | } 1768 | 1769 | .fa-behance:before { 1770 | content: "\f1b4" 1771 | } 1772 | 1773 | .fa-behance-square:before { 1774 | content: "\f1b5" 1775 | } 1776 | 1777 | .fa-steam:before { 1778 | content: "\f1b6" 1779 | } 1780 | 1781 | .fa-steam-square:before { 1782 | content: "\f1b7" 1783 | } 1784 | 1785 | .fa-recycle:before { 1786 | content: "\f1b8" 1787 | } 1788 | 1789 | .fa-automobile:before, .fa-car:before { 1790 | content: "\f1b9" 1791 | } 1792 | 1793 | .fa-cab:before, .fa-taxi:before { 1794 | content: "\f1ba" 1795 | } 1796 | 1797 | .fa-tree:before { 1798 | content: "\f1bb" 1799 | } 1800 | 1801 | .fa-spotify:before { 1802 | content: "\f1bc" 1803 | } 1804 | 1805 | .fa-deviantart:before { 1806 | content: "\f1bd" 1807 | } 1808 | 1809 | .fa-soundcloud:before { 1810 | content: "\f1be" 1811 | } 1812 | 1813 | .fa-database:before { 1814 | content: "\f1c0" 1815 | } 1816 | 1817 | .fa-file-pdf-o:before { 1818 | content: "\f1c1" 1819 | } 1820 | 1821 | .fa-file-word-o:before { 1822 | content: "\f1c2" 1823 | } 1824 | 1825 | .fa-file-excel-o:before { 1826 | content: "\f1c3" 1827 | } 1828 | 1829 | .fa-file-powerpoint-o:before { 1830 | content: "\f1c4" 1831 | } 1832 | 1833 | .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { 1834 | content: "\f1c5" 1835 | } 1836 | 1837 | .fa-file-zip-o:before, .fa-file-archive-o:before { 1838 | content: "\f1c6" 1839 | } 1840 | 1841 | .fa-file-sound-o:before, .fa-file-audio-o:before { 1842 | content: "\f1c7" 1843 | } 1844 | 1845 | .fa-file-movie-o:before, .fa-file-video-o:before { 1846 | content: "\f1c8" 1847 | } 1848 | 1849 | .fa-file-code-o:before { 1850 | content: "\f1c9" 1851 | } 1852 | 1853 | .fa-vine:before { 1854 | content: "\f1ca" 1855 | } 1856 | 1857 | .fa-codepen:before { 1858 | content: "\f1cb" 1859 | } 1860 | 1861 | .fa-jsfiddle:before { 1862 | content: "\f1cc" 1863 | } 1864 | 1865 | .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { 1866 | content: "\f1cd" 1867 | } 1868 | 1869 | .fa-circle-o-notch:before { 1870 | content: "\f1ce" 1871 | } 1872 | 1873 | .fa-ra:before, .fa-rebel:before { 1874 | content: "\f1d0" 1875 | } 1876 | 1877 | .fa-ge:before, .fa-empire:before { 1878 | content: "\f1d1" 1879 | } 1880 | 1881 | .fa-git-square:before { 1882 | content: "\f1d2" 1883 | } 1884 | 1885 | .fa-git:before { 1886 | content: "\f1d3" 1887 | } 1888 | 1889 | .fa-hacker-news:before { 1890 | content: "\f1d4" 1891 | } 1892 | 1893 | .fa-tencent-weibo:before { 1894 | content: "\f1d5" 1895 | } 1896 | 1897 | .fa-qq:before { 1898 | content: "\f1d6" 1899 | } 1900 | 1901 | .fa-wechat:before, .fa-weixin:before { 1902 | content: "\f1d7" 1903 | } 1904 | 1905 | .fa-send:before, .fa-paper-plane:before { 1906 | content: "\f1d8" 1907 | } 1908 | 1909 | .fa-send-o:before, .fa-paper-plane-o:before { 1910 | content: "\f1d9" 1911 | } 1912 | 1913 | .fa-history:before { 1914 | content: "\f1da" 1915 | } 1916 | 1917 | .fa-circle-thin:before { 1918 | content: "\f1db" 1919 | } 1920 | 1921 | .fa-header:before { 1922 | content: "\f1dc" 1923 | } 1924 | 1925 | .fa-paragraph:before { 1926 | content: "\f1dd" 1927 | } 1928 | 1929 | .fa-sliders:before { 1930 | content: "\f1de" 1931 | } 1932 | 1933 | .fa-share-alt:before { 1934 | content: "\f1e0" 1935 | } 1936 | 1937 | .fa-share-alt-square:before { 1938 | content: "\f1e1" 1939 | } 1940 | 1941 | .fa-bomb:before { 1942 | content: "\f1e2" 1943 | } 1944 | 1945 | .fa-soccer-ball-o:before, .fa-futbol-o:before { 1946 | content: "\f1e3" 1947 | } 1948 | 1949 | .fa-tty:before { 1950 | content: "\f1e4" 1951 | } 1952 | 1953 | .fa-binoculars:before { 1954 | content: "\f1e5" 1955 | } 1956 | 1957 | .fa-plug:before { 1958 | content: "\f1e6" 1959 | } 1960 | 1961 | .fa-slideshare:before { 1962 | content: "\f1e7" 1963 | } 1964 | 1965 | .fa-twitch:before { 1966 | content: "\f1e8" 1967 | } 1968 | 1969 | .fa-yelp:before { 1970 | content: "\f1e9" 1971 | } 1972 | 1973 | .fa-newspaper-o:before { 1974 | content: "\f1ea" 1975 | } 1976 | 1977 | .fa-wifi:before { 1978 | content: "\f1eb" 1979 | } 1980 | 1981 | .fa-calculator:before { 1982 | content: "\f1ec" 1983 | } 1984 | 1985 | .fa-paypal:before { 1986 | content: "\f1ed" 1987 | } 1988 | 1989 | .fa-google-wallet:before { 1990 | content: "\f1ee" 1991 | } 1992 | 1993 | .fa-cc-visa:before { 1994 | content: "\f1f0" 1995 | } 1996 | 1997 | .fa-cc-mastercard:before { 1998 | content: "\f1f1" 1999 | } 2000 | 2001 | .fa-cc-discover:before { 2002 | content: "\f1f2" 2003 | } 2004 | 2005 | .fa-cc-amex:before { 2006 | content: "\f1f3" 2007 | } 2008 | 2009 | .fa-cc-paypal:before { 2010 | content: "\f1f4" 2011 | } 2012 | 2013 | .fa-cc-stripe:before { 2014 | content: "\f1f5" 2015 | } 2016 | 2017 | .fa-bell-slash:before { 2018 | content: "\f1f6" 2019 | } 2020 | 2021 | .fa-bell-slash-o:before { 2022 | content: "\f1f7" 2023 | } 2024 | 2025 | .fa-trash:before { 2026 | content: "\f1f8" 2027 | } 2028 | 2029 | .fa-copyright:before { 2030 | content: "\f1f9" 2031 | } 2032 | 2033 | .fa-at:before { 2034 | content: "\f1fa" 2035 | } 2036 | 2037 | .fa-eyedropper:before { 2038 | content: "\f1fb" 2039 | } 2040 | 2041 | .fa-paint-brush:before { 2042 | content: "\f1fc" 2043 | } 2044 | 2045 | .fa-birthday-cake:before { 2046 | content: "\f1fd" 2047 | } 2048 | 2049 | .fa-area-chart:before { 2050 | content: "\f1fe" 2051 | } 2052 | 2053 | .fa-pie-chart:before { 2054 | content: "\f200" 2055 | } 2056 | 2057 | .fa-line-chart:before { 2058 | content: "\f201" 2059 | } 2060 | 2061 | .fa-lastfm:before { 2062 | content: "\f202" 2063 | } 2064 | 2065 | .fa-lastfm-square:before { 2066 | content: "\f203" 2067 | } 2068 | 2069 | .fa-toggle-off:before { 2070 | content: "\f204" 2071 | } 2072 | 2073 | .fa-toggle-on:before { 2074 | content: "\f205" 2075 | } 2076 | 2077 | .fa-bicycle:before { 2078 | content: "\f206" 2079 | } 2080 | 2081 | .fa-bus:before { 2082 | content: "\f207" 2083 | } 2084 | 2085 | .fa-ioxhost:before { 2086 | content: "\f208" 2087 | } 2088 | 2089 | .fa-angellist:before { 2090 | content: "\f209" 2091 | } 2092 | 2093 | .fa-cc:before { 2094 | content: "\f20a" 2095 | } 2096 | 2097 | .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { 2098 | content: "\f20b" 2099 | } 2100 | 2101 | .fa-meanpath:before { 2102 | content: "\f20c" 2103 | } 2104 | -------------------------------------------------------------------------------- /css/font-awesome/css/font-awesome.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | /* FONT PATH 6 | * -------------------------- */ 7 | @font-face { 8 | font-family: 'FontAwesome'; 9 | src: url('../fonts/fontawesome-webfont.eot?v=4.2.0'); 10 | src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg'); 11 | font-weight: normal; 12 | font-style: normal; 13 | } 14 | 15 | .fa { 16 | display: inline-block; 17 | font: normal normal normal 14px/1 FontAwesome; 18 | font-size: inherit; 19 | text-rendering: auto; 20 | -webkit-font-smoothing: antialiased; 21 | -moz-osx-font-smoothing: grayscale; 22 | } 23 | 24 | /* makes the font 33% larger relative to the icon container */ 25 | .fa-lg { 26 | font-size: 1.33333333em; 27 | line-height: 0.75em; 28 | vertical-align: -15%; 29 | } 30 | 31 | .fa-2x { 32 | font-size: 2em; 33 | } 34 | 35 | .fa-3x { 36 | font-size: 3em; 37 | } 38 | 39 | .fa-4x { 40 | font-size: 4em; 41 | } 42 | 43 | .fa-5x { 44 | font-size: 5em; 45 | } 46 | 47 | .fa-fw { 48 | width: 1.28571429em; 49 | text-align: center; 50 | } 51 | 52 | .fa-ul { 53 | padding-left: 0; 54 | margin-left: 2.14285714em; 55 | list-style-type: none; 56 | } 57 | 58 | .fa-ul>li { 59 | position: relative; 60 | } 61 | 62 | .fa-li { 63 | position: absolute; 64 | left: -2.14285714em; 65 | width: 2.14285714em; 66 | top: 0.14285714em; 67 | text-align: center; 68 | } 69 | 70 | .fa-li.fa-lg { 71 | left: -1.85714286em; 72 | } 73 | 74 | .fa-border { 75 | padding: .2em .25em .15em; 76 | border: solid 0.08em #eeeeee; 77 | border-radius: .1em; 78 | } 79 | 80 | .pull-right { 81 | float: right; 82 | } 83 | 84 | .pull-left { 85 | float: left; 86 | } 87 | 88 | .fa.pull-left { 89 | margin-right: .3em; 90 | } 91 | 92 | .fa.pull-right { 93 | margin-left: .3em; 94 | } 95 | 96 | .fa-spin { 97 | -webkit-animation: fa-spin 2s infinite linear; 98 | animation: fa-spin 2s infinite linear; 99 | } 100 | 101 | @-webkit-keyframes fa-spin { 102 | 0% { 103 | -webkit-transform: rotate(0deg); 104 | transform: rotate(0deg); 105 | } 106 | 107 | 100% { 108 | -webkit-transform: rotate(359deg); 109 | transform: rotate(359deg); 110 | } 111 | } 112 | 113 | @keyframes fa-spin { 114 | 0% { 115 | -webkit-transform: rotate(0deg); 116 | transform: rotate(0deg); 117 | } 118 | 119 | 100% { 120 | -webkit-transform: rotate(359deg); 121 | transform: rotate(359deg); 122 | } 123 | } 124 | 125 | .fa-rotate-90 { 126 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 127 | -webkit-transform: rotate(90deg); 128 | -ms-transform: rotate(90deg); 129 | transform: rotate(90deg); 130 | } 131 | 132 | .fa-rotate-180 { 133 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); 134 | -webkit-transform: rotate(180deg); 135 | -ms-transform: rotate(180deg); 136 | transform: rotate(180deg); 137 | } 138 | 139 | .fa-rotate-270 { 140 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 141 | -webkit-transform: rotate(270deg); 142 | -ms-transform: rotate(270deg); 143 | transform: rotate(270deg); 144 | } 145 | 146 | .fa-flip-horizontal { 147 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); 148 | -webkit-transform: scale(-1, 1); 149 | -ms-transform: scale(-1, 1); 150 | transform: scale(-1, 1); 151 | } 152 | 153 | .fa-flip-vertical { 154 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); 155 | -webkit-transform: scale(1, -1); 156 | -ms-transform: scale(1, -1); 157 | transform: scale(1, -1); 158 | } 159 | 160 | :root .fa-rotate-90, 161 | :root .fa-rotate-180, 162 | :root .fa-rotate-270, 163 | :root .fa-flip-horizontal, 164 | :root .fa-flip-vertical { 165 | filter: none; 166 | } 167 | 168 | .fa-stack { 169 | position: relative; 170 | display: inline-block; 171 | width: 2em; 172 | height: 2em; 173 | line-height: 2em; 174 | vertical-align: middle; 175 | } 176 | 177 | .fa-stack-1x, 178 | .fa-stack-2x { 179 | position: absolute; 180 | left: 0; 181 | width: 100%; 182 | text-align: center; 183 | } 184 | 185 | .fa-stack-1x { 186 | line-height: inherit; 187 | } 188 | 189 | .fa-stack-2x { 190 | font-size: 2em; 191 | } 192 | 193 | .fa-inverse { 194 | color: #ffffff; 195 | } 196 | 197 | /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen 198 | readers do not read off random characters that represent icons */ 199 | .fa-glass:before { 200 | content: "\f000"; 201 | } 202 | 203 | .fa-music:before { 204 | content: "\f001"; 205 | } 206 | 207 | .fa-search:before { 208 | content: "\f002"; 209 | } 210 | 211 | .fa-envelope-o:before { 212 | content: "\f003"; 213 | } 214 | 215 | .fa-heart:before { 216 | content: "\f004"; 217 | } 218 | 219 | .fa-star:before { 220 | content: "\f005"; 221 | } 222 | 223 | .fa-star-o:before { 224 | content: "\f006"; 225 | } 226 | 227 | .fa-user:before { 228 | content: "\f007"; 229 | } 230 | 231 | .fa-film:before { 232 | content: "\f008"; 233 | } 234 | 235 | .fa-th-large:before { 236 | content: "\f009"; 237 | } 238 | 239 | .fa-th:before { 240 | content: "\f00a"; 241 | } 242 | 243 | .fa-th-list:before { 244 | content: "\f00b"; 245 | } 246 | 247 | .fa-check:before { 248 | content: "\f00c"; 249 | } 250 | 251 | .fa-remove:before, 252 | .fa-close:before, 253 | .fa-times:before { 254 | content: "\f00d"; 255 | } 256 | 257 | .fa-search-plus:before { 258 | content: "\f00e"; 259 | } 260 | 261 | .fa-search-minus:before { 262 | content: "\f010"; 263 | } 264 | 265 | .fa-power-off:before { 266 | content: "\f011"; 267 | } 268 | 269 | .fa-signal:before { 270 | content: "\f012"; 271 | } 272 | 273 | .fa-gear:before, 274 | .fa-cog:before { 275 | content: "\f013"; 276 | } 277 | 278 | .fa-trash-o:before { 279 | content: "\f014"; 280 | } 281 | 282 | .fa-home:before { 283 | content: "\f015"; 284 | } 285 | 286 | .fa-file-o:before { 287 | content: "\f016"; 288 | } 289 | 290 | .fa-clock-o:before { 291 | content: "\f017"; 292 | } 293 | 294 | .fa-road:before { 295 | content: "\f018"; 296 | } 297 | 298 | .fa-download:before { 299 | content: "\f019"; 300 | } 301 | 302 | .fa-arrow-circle-o-down:before { 303 | content: "\f01a"; 304 | } 305 | 306 | .fa-arrow-circle-o-up:before { 307 | content: "\f01b"; 308 | } 309 | 310 | .fa-inbox:before { 311 | content: "\f01c"; 312 | } 313 | 314 | .fa-play-circle-o:before { 315 | content: "\f01d"; 316 | } 317 | 318 | .fa-rotate-right:before, 319 | .fa-repeat:before { 320 | content: "\f01e"; 321 | } 322 | 323 | .fa-refresh:before { 324 | content: "\f021"; 325 | } 326 | 327 | .fa-list-alt:before { 328 | content: "\f022"; 329 | } 330 | 331 | .fa-lock:before { 332 | content: "\f023"; 333 | } 334 | 335 | .fa-flag:before { 336 | content: "\f024"; 337 | } 338 | 339 | .fa-headphones:before { 340 | content: "\f025"; 341 | } 342 | 343 | .fa-volume-off:before { 344 | content: "\f026"; 345 | } 346 | 347 | .fa-volume-down:before { 348 | content: "\f027"; 349 | } 350 | 351 | .fa-volume-up:before { 352 | content: "\f028"; 353 | } 354 | 355 | .fa-qrcode:before { 356 | content: "\f029"; 357 | } 358 | 359 | .fa-barcode:before { 360 | content: "\f02a"; 361 | } 362 | 363 | .fa-tag:before { 364 | content: "\f02b"; 365 | } 366 | 367 | .fa-tags:before { 368 | content: "\f02c"; 369 | } 370 | 371 | .fa-book:before { 372 | content: "\f02d"; 373 | } 374 | 375 | .fa-bookmark:before { 376 | content: "\f02e"; 377 | } 378 | 379 | .fa-print:before { 380 | content: "\f02f"; 381 | } 382 | 383 | .fa-camera:before { 384 | content: "\f030"; 385 | } 386 | 387 | .fa-font:before { 388 | content: "\f031"; 389 | } 390 | 391 | .fa-bold:before { 392 | content: "\f032"; 393 | } 394 | 395 | .fa-italic:before { 396 | content: "\f033"; 397 | } 398 | 399 | .fa-text-height:before { 400 | content: "\f034"; 401 | } 402 | 403 | .fa-text-width:before { 404 | content: "\f035"; 405 | } 406 | 407 | .fa-align-left:before { 408 | content: "\f036"; 409 | } 410 | 411 | .fa-align-center:before { 412 | content: "\f037"; 413 | } 414 | 415 | .fa-align-right:before { 416 | content: "\f038"; 417 | } 418 | 419 | .fa-align-justify:before { 420 | content: "\f039"; 421 | } 422 | 423 | .fa-list:before { 424 | content: "\f03a"; 425 | } 426 | 427 | .fa-dedent:before, 428 | .fa-outdent:before { 429 | content: "\f03b"; 430 | } 431 | 432 | .fa-indent:before { 433 | content: "\f03c"; 434 | } 435 | 436 | .fa-video-camera:before { 437 | content: "\f03d"; 438 | } 439 | 440 | .fa-photo:before, 441 | .fa-image:before, 442 | .fa-picture-o:before { 443 | content: "\f03e"; 444 | } 445 | 446 | .fa-pencil:before { 447 | content: "\f040"; 448 | } 449 | 450 | .fa-map-marker:before { 451 | content: "\f041"; 452 | } 453 | 454 | .fa-adjust:before { 455 | content: "\f042"; 456 | } 457 | 458 | .fa-tint:before { 459 | content: "\f043"; 460 | } 461 | 462 | .fa-edit:before, 463 | .fa-pencil-square-o:before { 464 | content: "\f044"; 465 | } 466 | 467 | .fa-share-square-o:before { 468 | content: "\f045"; 469 | } 470 | 471 | .fa-check-square-o:before { 472 | content: "\f046"; 473 | } 474 | 475 | .fa-arrows:before { 476 | content: "\f047"; 477 | } 478 | 479 | .fa-step-backward:before { 480 | content: "\f048"; 481 | } 482 | 483 | .fa-fast-backward:before { 484 | content: "\f049"; 485 | } 486 | 487 | .fa-backward:before { 488 | content: "\f04a"; 489 | } 490 | 491 | .fa-play:before { 492 | content: "\f04b"; 493 | } 494 | 495 | .fa-pause:before { 496 | content: "\f04c"; 497 | } 498 | 499 | .fa-stop:before { 500 | content: "\f04d"; 501 | } 502 | 503 | .fa-forward:before { 504 | content: "\f04e"; 505 | } 506 | 507 | .fa-fast-forward:before { 508 | content: "\f050"; 509 | } 510 | 511 | .fa-step-forward:before { 512 | content: "\f051"; 513 | } 514 | 515 | .fa-eject:before { 516 | content: "\f052"; 517 | } 518 | 519 | .fa-chevron-left:before { 520 | content: "\f053"; 521 | } 522 | 523 | .fa-chevron-right:before { 524 | content: "\f054"; 525 | } 526 | 527 | .fa-plus-circle:before { 528 | content: "\f055"; 529 | } 530 | 531 | .fa-minus-circle:before { 532 | content: "\f056"; 533 | } 534 | 535 | .fa-times-circle:before { 536 | content: "\f057"; 537 | } 538 | 539 | .fa-check-circle:before { 540 | content: "\f058"; 541 | } 542 | 543 | .fa-question-circle:before { 544 | content: "\f059"; 545 | } 546 | 547 | .fa-info-circle:before { 548 | content: "\f05a"; 549 | } 550 | 551 | .fa-crosshairs:before { 552 | content: "\f05b"; 553 | } 554 | 555 | .fa-times-circle-o:before { 556 | content: "\f05c"; 557 | } 558 | 559 | .fa-check-circle-o:before { 560 | content: "\f05d"; 561 | } 562 | 563 | .fa-ban:before { 564 | content: "\f05e"; 565 | } 566 | 567 | .fa-arrow-left:before { 568 | content: "\f060"; 569 | } 570 | 571 | .fa-arrow-right:before { 572 | content: "\f061"; 573 | } 574 | 575 | .fa-arrow-up:before { 576 | content: "\f062"; 577 | } 578 | 579 | .fa-arrow-down:before { 580 | content: "\f063"; 581 | } 582 | 583 | .fa-mail-forward:before, 584 | .fa-share:before { 585 | content: "\f064"; 586 | } 587 | 588 | .fa-expand:before { 589 | content: "\f065"; 590 | } 591 | 592 | .fa-compress:before { 593 | content: "\f066"; 594 | } 595 | 596 | .fa-plus:before { 597 | content: "\f067"; 598 | } 599 | 600 | .fa-minus:before { 601 | content: "\f068"; 602 | } 603 | 604 | .fa-asterisk:before { 605 | content: "\f069"; 606 | } 607 | 608 | .fa-exclamation-circle:before { 609 | content: "\f06a"; 610 | } 611 | 612 | .fa-gift:before { 613 | content: "\f06b"; 614 | } 615 | 616 | .fa-leaf:before { 617 | content: "\f06c"; 618 | } 619 | 620 | .fa-fire:before { 621 | content: "\f06d"; 622 | } 623 | 624 | .fa-eye:before { 625 | content: "\f06e"; 626 | } 627 | 628 | .fa-eye-slash:before { 629 | content: "\f070"; 630 | } 631 | 632 | .fa-warning:before, 633 | .fa-exclamation-triangle:before { 634 | content: "\f071"; 635 | } 636 | 637 | .fa-plane:before { 638 | content: "\f072"; 639 | } 640 | 641 | .fa-calendar:before { 642 | content: "\f073"; 643 | } 644 | 645 | .fa-random:before { 646 | content: "\f074"; 647 | } 648 | 649 | .fa-comment:before { 650 | content: "\f075"; 651 | } 652 | 653 | .fa-magnet:before { 654 | content: "\f076"; 655 | } 656 | 657 | .fa-chevron-up:before { 658 | content: "\f077"; 659 | } 660 | 661 | .fa-chevron-down:before { 662 | content: "\f078"; 663 | } 664 | 665 | .fa-retweet:before { 666 | content: "\f079"; 667 | } 668 | 669 | .fa-shopping-cart:before { 670 | content: "\f07a"; 671 | } 672 | 673 | .fa-folder:before { 674 | content: "\f07b"; 675 | } 676 | 677 | .fa-folder-open:before { 678 | content: "\f07c"; 679 | } 680 | 681 | .fa-arrows-v:before { 682 | content: "\f07d"; 683 | } 684 | 685 | .fa-arrows-h:before { 686 | content: "\f07e"; 687 | } 688 | 689 | .fa-bar-chart-o:before, 690 | .fa-bar-chart:before { 691 | content: "\f080"; 692 | } 693 | 694 | .fa-twitter-square:before { 695 | content: "\f081"; 696 | } 697 | 698 | .fa-facebook-square:before { 699 | content: "\f082"; 700 | } 701 | 702 | .fa-camera-retro:before { 703 | content: "\f083"; 704 | } 705 | 706 | .fa-key:before { 707 | content: "\f084"; 708 | } 709 | 710 | .fa-gears:before, 711 | .fa-cogs:before { 712 | content: "\f085"; 713 | } 714 | 715 | .fa-comments:before { 716 | content: "\f086"; 717 | } 718 | 719 | .fa-thumbs-o-up:before { 720 | content: "\f087"; 721 | } 722 | 723 | .fa-thumbs-o-down:before { 724 | content: "\f088"; 725 | } 726 | 727 | .fa-star-half:before { 728 | content: "\f089"; 729 | } 730 | 731 | .fa-heart-o:before { 732 | content: "\f08a"; 733 | } 734 | 735 | .fa-sign-out:before { 736 | content: "\f08b"; 737 | } 738 | 739 | .fa-linkedin-square:before { 740 | content: "\f08c"; 741 | } 742 | 743 | .fa-thumb-tack:before { 744 | content: "\f08d"; 745 | } 746 | 747 | .fa-external-link:before { 748 | content: "\f08e"; 749 | } 750 | 751 | .fa-sign-in:before { 752 | content: "\f090"; 753 | } 754 | 755 | .fa-trophy:before { 756 | content: "\f091"; 757 | } 758 | 759 | .fa-github-square:before { 760 | content: "\f092"; 761 | } 762 | 763 | .fa-upload:before { 764 | content: "\f093"; 765 | } 766 | 767 | .fa-lemon-o:before { 768 | content: "\f094"; 769 | } 770 | 771 | .fa-phone:before { 772 | content: "\f095"; 773 | } 774 | 775 | .fa-square-o:before { 776 | content: "\f096"; 777 | } 778 | 779 | .fa-bookmark-o:before { 780 | content: "\f097"; 781 | } 782 | 783 | .fa-phone-square:before { 784 | content: "\f098"; 785 | } 786 | 787 | .fa-twitter:before { 788 | content: "\f099"; 789 | } 790 | 791 | .fa-facebook:before { 792 | content: "\f09a"; 793 | } 794 | 795 | .fa-github:before { 796 | content: "\f09b"; 797 | } 798 | 799 | .fa-unlock:before { 800 | content: "\f09c"; 801 | } 802 | 803 | .fa-credit-card:before { 804 | content: "\f09d"; 805 | } 806 | 807 | .fa-rss:before { 808 | content: "\f09e"; 809 | } 810 | 811 | .fa-hdd-o:before { 812 | content: "\f0a0"; 813 | } 814 | 815 | .fa-bullhorn:before { 816 | content: "\f0a1"; 817 | } 818 | 819 | .fa-bell:before { 820 | content: "\f0f3"; 821 | } 822 | 823 | .fa-certificate:before { 824 | content: "\f0a3"; 825 | } 826 | 827 | .fa-hand-o-right:before { 828 | content: "\f0a4"; 829 | } 830 | 831 | .fa-hand-o-left:before { 832 | content: "\f0a5"; 833 | } 834 | 835 | .fa-hand-o-up:before { 836 | content: "\f0a6"; 837 | } 838 | 839 | .fa-hand-o-down:before { 840 | content: "\f0a7"; 841 | } 842 | 843 | .fa-arrow-circle-left:before { 844 | content: "\f0a8"; 845 | } 846 | 847 | .fa-arrow-circle-right:before { 848 | content: "\f0a9"; 849 | } 850 | 851 | .fa-arrow-circle-up:before { 852 | content: "\f0aa"; 853 | } 854 | 855 | .fa-arrow-circle-down:before { 856 | content: "\f0ab"; 857 | } 858 | 859 | .fa-globe:before { 860 | content: "\f0ac"; 861 | } 862 | 863 | .fa-wrench:before { 864 | content: "\f0ad"; 865 | } 866 | 867 | .fa-tasks:before { 868 | content: "\f0ae"; 869 | } 870 | 871 | .fa-filter:before { 872 | content: "\f0b0"; 873 | } 874 | 875 | .fa-briefcase:before { 876 | content: "\f0b1"; 877 | } 878 | 879 | .fa-arrows-alt:before { 880 | content: "\f0b2"; 881 | } 882 | 883 | .fa-group:before, 884 | .fa-users:before { 885 | content: "\f0c0"; 886 | } 887 | 888 | .fa-chain:before, 889 | .fa-link:before { 890 | content: "\f0c1"; 891 | } 892 | 893 | .fa-cloud:before { 894 | content: "\f0c2"; 895 | } 896 | 897 | .fa-flask:before { 898 | content: "\f0c3"; 899 | } 900 | 901 | .fa-cut:before, 902 | .fa-scissors:before { 903 | content: "\f0c4"; 904 | } 905 | 906 | .fa-copy:before, 907 | .fa-files-o:before { 908 | content: "\f0c5"; 909 | } 910 | 911 | .fa-paperclip:before { 912 | content: "\f0c6"; 913 | } 914 | 915 | .fa-save:before, 916 | .fa-floppy-o:before { 917 | content: "\f0c7"; 918 | } 919 | 920 | .fa-square:before { 921 | content: "\f0c8"; 922 | } 923 | 924 | .fa-navicon:before, 925 | .fa-reorder:before, 926 | .fa-bars:before { 927 | content: "\f0c9"; 928 | } 929 | 930 | .fa-list-ul:before { 931 | content: "\f0ca"; 932 | } 933 | 934 | .fa-list-ol:before { 935 | content: "\f0cb"; 936 | } 937 | 938 | .fa-strikethrough:before { 939 | content: "\f0cc"; 940 | } 941 | 942 | .fa-underline:before { 943 | content: "\f0cd"; 944 | } 945 | 946 | .fa-table:before { 947 | content: "\f0ce"; 948 | } 949 | 950 | .fa-magic:before { 951 | content: "\f0d0"; 952 | } 953 | 954 | .fa-truck:before { 955 | content: "\f0d1"; 956 | } 957 | 958 | .fa-pinterest:before { 959 | content: "\f0d2"; 960 | } 961 | 962 | .fa-pinterest-square:before { 963 | content: "\f0d3"; 964 | } 965 | 966 | .fa-google-plus-square:before { 967 | content: "\f0d4"; 968 | } 969 | 970 | .fa-google-plus:before { 971 | content: "\f0d5"; 972 | } 973 | 974 | .fa-money:before { 975 | content: "\f0d6"; 976 | } 977 | 978 | .fa-caret-down:before { 979 | content: "\f0d7"; 980 | } 981 | 982 | .fa-caret-up:before { 983 | content: "\f0d8"; 984 | } 985 | 986 | .fa-caret-left:before { 987 | content: "\f0d9"; 988 | } 989 | 990 | .fa-caret-right:before { 991 | content: "\f0da"; 992 | } 993 | 994 | .fa-columns:before { 995 | content: "\f0db"; 996 | } 997 | 998 | .fa-unsorted:before, 999 | .fa-sort:before { 1000 | content: "\f0dc"; 1001 | } 1002 | 1003 | .fa-sort-down:before, 1004 | .fa-sort-desc:before { 1005 | content: "\f0dd"; 1006 | } 1007 | 1008 | .fa-sort-up:before, 1009 | .fa-sort-asc:before { 1010 | content: "\f0de"; 1011 | } 1012 | 1013 | .fa-envelope:before { 1014 | content: "\f0e0"; 1015 | } 1016 | 1017 | .fa-linkedin:before { 1018 | content: "\f0e1"; 1019 | } 1020 | 1021 | .fa-rotate-left:before, 1022 | .fa-undo:before { 1023 | content: "\f0e2"; 1024 | } 1025 | 1026 | .fa-legal:before, 1027 | .fa-gavel:before { 1028 | content: "\f0e3"; 1029 | } 1030 | 1031 | .fa-dashboard:before, 1032 | .fa-tachometer:before { 1033 | content: "\f0e4"; 1034 | } 1035 | 1036 | .fa-comment-o:before { 1037 | content: "\f0e5"; 1038 | } 1039 | 1040 | .fa-comments-o:before { 1041 | content: "\f0e6"; 1042 | } 1043 | 1044 | .fa-flash:before, 1045 | .fa-bolt:before { 1046 | content: "\f0e7"; 1047 | } 1048 | 1049 | .fa-sitemap:before { 1050 | content: "\f0e8"; 1051 | } 1052 | 1053 | .fa-umbrella:before { 1054 | content: "\f0e9"; 1055 | } 1056 | 1057 | .fa-paste:before, 1058 | .fa-clipboard:before { 1059 | content: "\f0ea"; 1060 | } 1061 | 1062 | .fa-lightbulb-o:before { 1063 | content: "\f0eb"; 1064 | } 1065 | 1066 | .fa-exchange:before { 1067 | content: "\f0ec"; 1068 | } 1069 | 1070 | .fa-cloud-download:before { 1071 | content: "\f0ed"; 1072 | } 1073 | 1074 | .fa-cloud-upload:before { 1075 | content: "\f0ee"; 1076 | } 1077 | 1078 | .fa-user-md:before { 1079 | content: "\f0f0"; 1080 | } 1081 | 1082 | .fa-stethoscope:before { 1083 | content: "\f0f1"; 1084 | } 1085 | 1086 | .fa-suitcase:before { 1087 | content: "\f0f2"; 1088 | } 1089 | 1090 | .fa-bell-o:before { 1091 | content: "\f0a2"; 1092 | } 1093 | 1094 | .fa-coffee:before { 1095 | content: "\f0f4"; 1096 | } 1097 | 1098 | .fa-cutlery:before { 1099 | content: "\f0f5"; 1100 | } 1101 | 1102 | .fa-file-text-o:before { 1103 | content: "\f0f6"; 1104 | } 1105 | 1106 | .fa-building-o:before { 1107 | content: "\f0f7"; 1108 | } 1109 | 1110 | .fa-hospital-o:before { 1111 | content: "\f0f8"; 1112 | } 1113 | 1114 | .fa-ambulance:before { 1115 | content: "\f0f9"; 1116 | } 1117 | 1118 | .fa-medkit:before { 1119 | content: "\f0fa"; 1120 | } 1121 | 1122 | .fa-fighter-jet:before { 1123 | content: "\f0fb"; 1124 | } 1125 | 1126 | .fa-beer:before { 1127 | content: "\f0fc"; 1128 | } 1129 | 1130 | .fa-h-square:before { 1131 | content: "\f0fd"; 1132 | } 1133 | 1134 | .fa-plus-square:before { 1135 | content: "\f0fe"; 1136 | } 1137 | 1138 | .fa-angle-double-left:before { 1139 | content: "\f100"; 1140 | } 1141 | 1142 | .fa-angle-double-right:before { 1143 | content: "\f101"; 1144 | } 1145 | 1146 | .fa-angle-double-up:before { 1147 | content: "\f102"; 1148 | } 1149 | 1150 | .fa-angle-double-down:before { 1151 | content: "\f103"; 1152 | } 1153 | 1154 | .fa-angle-left:before { 1155 | content: "\f104"; 1156 | } 1157 | 1158 | .fa-angle-right:before { 1159 | content: "\f105"; 1160 | } 1161 | 1162 | .fa-angle-up:before { 1163 | content: "\f106"; 1164 | } 1165 | 1166 | .fa-angle-down:before { 1167 | content: "\f107"; 1168 | } 1169 | 1170 | .fa-desktop:before { 1171 | content: "\f108"; 1172 | } 1173 | 1174 | .fa-laptop:before { 1175 | content: "\f109"; 1176 | } 1177 | 1178 | .fa-tablet:before { 1179 | content: "\f10a"; 1180 | } 1181 | 1182 | .fa-mobile-phone:before, 1183 | .fa-mobile:before { 1184 | content: "\f10b"; 1185 | } 1186 | 1187 | .fa-circle-o:before { 1188 | content: "\f10c"; 1189 | } 1190 | 1191 | .fa-quote-left:before { 1192 | content: "\f10d"; 1193 | } 1194 | 1195 | .fa-quote-right:before { 1196 | content: "\f10e"; 1197 | } 1198 | 1199 | .fa-spinner:before { 1200 | content: "\f110"; 1201 | } 1202 | 1203 | .fa-circle:before { 1204 | content: "\f111"; 1205 | } 1206 | 1207 | .fa-mail-reply:before, 1208 | .fa-reply:before { 1209 | content: "\f112"; 1210 | } 1211 | 1212 | .fa-github-alt:before { 1213 | content: "\f113"; 1214 | } 1215 | 1216 | .fa-folder-o:before { 1217 | content: "\f114"; 1218 | } 1219 | 1220 | .fa-folder-open-o:before { 1221 | content: "\f115"; 1222 | } 1223 | 1224 | .fa-smile-o:before { 1225 | content: "\f118"; 1226 | } 1227 | 1228 | .fa-frown-o:before { 1229 | content: "\f119"; 1230 | } 1231 | 1232 | .fa-meh-o:before { 1233 | content: "\f11a"; 1234 | } 1235 | 1236 | .fa-gamepad:before { 1237 | content: "\f11b"; 1238 | } 1239 | 1240 | .fa-keyboard-o:before { 1241 | content: "\f11c"; 1242 | } 1243 | 1244 | .fa-flag-o:before { 1245 | content: "\f11d"; 1246 | } 1247 | 1248 | .fa-flag-checkered:before { 1249 | content: "\f11e"; 1250 | } 1251 | 1252 | .fa-terminal:before { 1253 | content: "\f120"; 1254 | } 1255 | 1256 | .fa-code:before { 1257 | content: "\f121"; 1258 | } 1259 | 1260 | .fa-mail-reply-all:before, 1261 | .fa-reply-all:before { 1262 | content: "\f122"; 1263 | } 1264 | 1265 | .fa-star-half-empty:before, 1266 | .fa-star-half-full:before, 1267 | .fa-star-half-o:before { 1268 | content: "\f123"; 1269 | } 1270 | 1271 | .fa-location-arrow:before { 1272 | content: "\f124"; 1273 | } 1274 | 1275 | .fa-crop:before { 1276 | content: "\f125"; 1277 | } 1278 | 1279 | .fa-code-fork:before { 1280 | content: "\f126"; 1281 | } 1282 | 1283 | .fa-unlink:before, 1284 | .fa-chain-broken:before { 1285 | content: "\f127"; 1286 | } 1287 | 1288 | .fa-question:before { 1289 | content: "\f128"; 1290 | } 1291 | 1292 | .fa-info:before { 1293 | content: "\f129"; 1294 | } 1295 | 1296 | .fa-exclamation:before { 1297 | content: "\f12a"; 1298 | } 1299 | 1300 | .fa-superscript:before { 1301 | content: "\f12b"; 1302 | } 1303 | 1304 | .fa-subscript:before { 1305 | content: "\f12c"; 1306 | } 1307 | 1308 | .fa-eraser:before { 1309 | content: "\f12d"; 1310 | } 1311 | 1312 | .fa-puzzle-piece:before { 1313 | content: "\f12e"; 1314 | } 1315 | 1316 | .fa-microphone:before { 1317 | content: "\f130"; 1318 | } 1319 | 1320 | .fa-microphone-slash:before { 1321 | content: "\f131"; 1322 | } 1323 | 1324 | .fa-shield:before { 1325 | content: "\f132"; 1326 | } 1327 | 1328 | .fa-calendar-o:before { 1329 | content: "\f133"; 1330 | } 1331 | 1332 | .fa-fire-extinguisher:before { 1333 | content: "\f134"; 1334 | } 1335 | 1336 | .fa-rocket:before { 1337 | content: "\f135"; 1338 | } 1339 | 1340 | .fa-maxcdn:before { 1341 | content: "\f136"; 1342 | } 1343 | 1344 | .fa-chevron-circle-left:before { 1345 | content: "\f137"; 1346 | } 1347 | 1348 | .fa-chevron-circle-right:before { 1349 | content: "\f138"; 1350 | } 1351 | 1352 | .fa-chevron-circle-up:before { 1353 | content: "\f139"; 1354 | } 1355 | 1356 | .fa-chevron-circle-down:before { 1357 | content: "\f13a"; 1358 | } 1359 | 1360 | .fa-html5:before { 1361 | content: "\f13b"; 1362 | } 1363 | 1364 | .fa-css3:before { 1365 | content: "\f13c"; 1366 | } 1367 | 1368 | .fa-anchor:before { 1369 | content: "\f13d"; 1370 | } 1371 | 1372 | .fa-unlock-alt:before { 1373 | content: "\f13e"; 1374 | } 1375 | 1376 | .fa-bullseye:before { 1377 | content: "\f140"; 1378 | } 1379 | 1380 | .fa-ellipsis-h:before { 1381 | content: "\f141"; 1382 | } 1383 | 1384 | .fa-ellipsis-v:before { 1385 | content: "\f142"; 1386 | } 1387 | 1388 | .fa-rss-square:before { 1389 | content: "\f143"; 1390 | } 1391 | 1392 | .fa-play-circle:before { 1393 | content: "\f144"; 1394 | } 1395 | 1396 | .fa-ticket:before { 1397 | content: "\f145"; 1398 | } 1399 | 1400 | .fa-minus-square:before { 1401 | content: "\f146"; 1402 | } 1403 | 1404 | .fa-minus-square-o:before { 1405 | content: "\f147"; 1406 | } 1407 | 1408 | .fa-level-up:before { 1409 | content: "\f148"; 1410 | } 1411 | 1412 | .fa-level-down:before { 1413 | content: "\f149"; 1414 | } 1415 | 1416 | .fa-check-square:before { 1417 | content: "\f14a"; 1418 | } 1419 | 1420 | .fa-pencil-square:before { 1421 | content: "\f14b"; 1422 | } 1423 | 1424 | .fa-external-link-square:before { 1425 | content: "\f14c"; 1426 | } 1427 | 1428 | .fa-share-square:before { 1429 | content: "\f14d"; 1430 | } 1431 | 1432 | .fa-compass:before { 1433 | content: "\f14e"; 1434 | } 1435 | 1436 | .fa-toggle-down:before, 1437 | .fa-caret-square-o-down:before { 1438 | content: "\f150"; 1439 | } 1440 | 1441 | .fa-toggle-up:before, 1442 | .fa-caret-square-o-up:before { 1443 | content: "\f151"; 1444 | } 1445 | 1446 | .fa-toggle-right:before, 1447 | .fa-caret-square-o-right:before { 1448 | content: "\f152"; 1449 | } 1450 | 1451 | .fa-euro:before, 1452 | .fa-eur:before { 1453 | content: "\f153"; 1454 | } 1455 | 1456 | .fa-gbp:before { 1457 | content: "\f154"; 1458 | } 1459 | 1460 | .fa-dollar:before, 1461 | .fa-usd:before { 1462 | content: "\f155"; 1463 | } 1464 | 1465 | .fa-rupee:before, 1466 | .fa-inr:before { 1467 | content: "\f156"; 1468 | } 1469 | 1470 | .fa-cny:before, 1471 | .fa-rmb:before, 1472 | .fa-yen:before, 1473 | .fa-jpy:before { 1474 | content: "\f157"; 1475 | } 1476 | 1477 | .fa-ruble:before, 1478 | .fa-rouble:before, 1479 | .fa-rub:before { 1480 | content: "\f158"; 1481 | } 1482 | 1483 | .fa-won:before, 1484 | .fa-krw:before { 1485 | content: "\f159"; 1486 | } 1487 | 1488 | .fa-bitcoin:before, 1489 | .fa-btc:before { 1490 | content: "\f15a"; 1491 | } 1492 | 1493 | .fa-file:before { 1494 | content: "\f15b"; 1495 | } 1496 | 1497 | .fa-file-text:before { 1498 | content: "\f15c"; 1499 | } 1500 | 1501 | .fa-sort-alpha-asc:before { 1502 | content: "\f15d"; 1503 | } 1504 | 1505 | .fa-sort-alpha-desc:before { 1506 | content: "\f15e"; 1507 | } 1508 | 1509 | .fa-sort-amount-asc:before { 1510 | content: "\f160"; 1511 | } 1512 | 1513 | .fa-sort-amount-desc:before { 1514 | content: "\f161"; 1515 | } 1516 | 1517 | .fa-sort-numeric-asc:before { 1518 | content: "\f162"; 1519 | } 1520 | 1521 | .fa-sort-numeric-desc:before { 1522 | content: "\f163"; 1523 | } 1524 | 1525 | .fa-thumbs-up:before { 1526 | content: "\f164"; 1527 | } 1528 | 1529 | .fa-thumbs-down:before { 1530 | content: "\f165"; 1531 | } 1532 | 1533 | .fa-youtube-square:before { 1534 | content: "\f166"; 1535 | } 1536 | 1537 | .fa-youtube:before { 1538 | content: "\f167"; 1539 | } 1540 | 1541 | .fa-xing:before { 1542 | content: "\f168"; 1543 | } 1544 | 1545 | .fa-xing-square:before { 1546 | content: "\f169"; 1547 | } 1548 | 1549 | .fa-youtube-play:before { 1550 | content: "\f16a"; 1551 | } 1552 | 1553 | .fa-dropbox:before { 1554 | content: "\f16b"; 1555 | } 1556 | 1557 | .fa-stack-overflow:before { 1558 | content: "\f16c"; 1559 | } 1560 | 1561 | .fa-instagram:before { 1562 | content: "\f16d"; 1563 | } 1564 | 1565 | .fa-flickr:before { 1566 | content: "\f16e"; 1567 | } 1568 | 1569 | .fa-adn:before { 1570 | content: "\f170"; 1571 | } 1572 | 1573 | .fa-bitbucket:before { 1574 | content: "\f171"; 1575 | } 1576 | 1577 | .fa-bitbucket-square:before { 1578 | content: "\f172"; 1579 | } 1580 | 1581 | .fa-tumblr:before { 1582 | content: "\f173"; 1583 | } 1584 | 1585 | .fa-tumblr-square:before { 1586 | content: "\f174"; 1587 | } 1588 | 1589 | .fa-long-arrow-down:before { 1590 | content: "\f175"; 1591 | } 1592 | 1593 | .fa-long-arrow-up:before { 1594 | content: "\f176"; 1595 | } 1596 | 1597 | .fa-long-arrow-left:before { 1598 | content: "\f177"; 1599 | } 1600 | 1601 | .fa-long-arrow-right:before { 1602 | content: "\f178"; 1603 | } 1604 | 1605 | .fa-apple:before { 1606 | content: "\f179"; 1607 | } 1608 | 1609 | .fa-windows:before { 1610 | content: "\f17a"; 1611 | } 1612 | 1613 | .fa-android:before { 1614 | content: "\f17b"; 1615 | } 1616 | 1617 | .fa-linux:before { 1618 | content: "\f17c"; 1619 | } 1620 | 1621 | .fa-dribbble:before { 1622 | content: "\f17d"; 1623 | } 1624 | 1625 | .fa-skype:before { 1626 | content: "\f17e"; 1627 | } 1628 | 1629 | .fa-foursquare:before { 1630 | content: "\f180"; 1631 | } 1632 | 1633 | .fa-trello:before { 1634 | content: "\f181"; 1635 | } 1636 | 1637 | .fa-female:before { 1638 | content: "\f182"; 1639 | } 1640 | 1641 | .fa-male:before { 1642 | content: "\f183"; 1643 | } 1644 | 1645 | .fa-gittip:before { 1646 | content: "\f184"; 1647 | } 1648 | 1649 | .fa-sun-o:before { 1650 | content: "\f185"; 1651 | } 1652 | 1653 | .fa-moon-o:before { 1654 | content: "\f186"; 1655 | } 1656 | 1657 | .fa-archive:before { 1658 | content: "\f187"; 1659 | } 1660 | 1661 | .fa-bug:before { 1662 | content: "\f188"; 1663 | } 1664 | 1665 | .fa-vk:before { 1666 | content: "\f189"; 1667 | } 1668 | 1669 | .fa-weibo:before { 1670 | content: "\f18a"; 1671 | } 1672 | 1673 | .fa-renren:before { 1674 | content: "\f18b"; 1675 | } 1676 | 1677 | .fa-pagelines:before { 1678 | content: "\f18c"; 1679 | } 1680 | 1681 | .fa-stack-exchange:before { 1682 | content: "\f18d"; 1683 | } 1684 | 1685 | .fa-arrow-circle-o-right:before { 1686 | content: "\f18e"; 1687 | } 1688 | 1689 | .fa-arrow-circle-o-left:before { 1690 | content: "\f190"; 1691 | } 1692 | 1693 | .fa-toggle-left:before, 1694 | .fa-caret-square-o-left:before { 1695 | content: "\f191"; 1696 | } 1697 | 1698 | .fa-dot-circle-o:before { 1699 | content: "\f192"; 1700 | } 1701 | 1702 | .fa-wheelchair:before { 1703 | content: "\f193"; 1704 | } 1705 | 1706 | .fa-vimeo-square:before { 1707 | content: "\f194"; 1708 | } 1709 | 1710 | .fa-turkish-lira:before, 1711 | .fa-try:before { 1712 | content: "\f195"; 1713 | } 1714 | 1715 | .fa-plus-square-o:before { 1716 | content: "\f196"; 1717 | } 1718 | 1719 | .fa-space-shuttle:before { 1720 | content: "\f197"; 1721 | } 1722 | 1723 | .fa-slack:before { 1724 | content: "\f198"; 1725 | } 1726 | 1727 | .fa-envelope-square:before { 1728 | content: "\f199"; 1729 | } 1730 | 1731 | .fa-wordpress:before { 1732 | content: "\f19a"; 1733 | } 1734 | 1735 | .fa-openid:before { 1736 | content: "\f19b"; 1737 | } 1738 | 1739 | .fa-institution:before, 1740 | .fa-bank:before, 1741 | .fa-university:before { 1742 | content: "\f19c"; 1743 | } 1744 | 1745 | .fa-mortar-board:before, 1746 | .fa-graduation-cap:before { 1747 | content: "\f19d"; 1748 | } 1749 | 1750 | .fa-yahoo:before { 1751 | content: "\f19e"; 1752 | } 1753 | 1754 | .fa-google:before { 1755 | content: "\f1a0"; 1756 | } 1757 | 1758 | .fa-reddit:before { 1759 | content: "\f1a1"; 1760 | } 1761 | 1762 | .fa-reddit-square:before { 1763 | content: "\f1a2"; 1764 | } 1765 | 1766 | .fa-stumbleupon-circle:before { 1767 | content: "\f1a3"; 1768 | } 1769 | 1770 | .fa-stumbleupon:before { 1771 | content: "\f1a4"; 1772 | } 1773 | 1774 | .fa-delicious:before { 1775 | content: "\f1a5"; 1776 | } 1777 | 1778 | .fa-digg:before { 1779 | content: "\f1a6"; 1780 | } 1781 | 1782 | .fa-pied-piper:before { 1783 | content: "\f1a7"; 1784 | } 1785 | 1786 | .fa-pied-piper-alt:before { 1787 | content: "\f1a8"; 1788 | } 1789 | 1790 | .fa-drupal:before { 1791 | content: "\f1a9"; 1792 | } 1793 | 1794 | .fa-joomla:before { 1795 | content: "\f1aa"; 1796 | } 1797 | 1798 | .fa-language:before { 1799 | content: "\f1ab"; 1800 | } 1801 | 1802 | .fa-fax:before { 1803 | content: "\f1ac"; 1804 | } 1805 | 1806 | .fa-building:before { 1807 | content: "\f1ad"; 1808 | } 1809 | 1810 | .fa-child:before { 1811 | content: "\f1ae"; 1812 | } 1813 | 1814 | .fa-paw:before { 1815 | content: "\f1b0"; 1816 | } 1817 | 1818 | .fa-spoon:before { 1819 | content: "\f1b1"; 1820 | } 1821 | 1822 | .fa-cube:before { 1823 | content: "\f1b2"; 1824 | } 1825 | 1826 | .fa-cubes:before { 1827 | content: "\f1b3"; 1828 | } 1829 | 1830 | .fa-behance:before { 1831 | content: "\f1b4"; 1832 | } 1833 | 1834 | .fa-behance-square:before { 1835 | content: "\f1b5"; 1836 | } 1837 | 1838 | .fa-steam:before { 1839 | content: "\f1b6"; 1840 | } 1841 | 1842 | .fa-steam-square:before { 1843 | content: "\f1b7"; 1844 | } 1845 | 1846 | .fa-recycle:before { 1847 | content: "\f1b8"; 1848 | } 1849 | 1850 | .fa-automobile:before, 1851 | .fa-car:before { 1852 | content: "\f1b9"; 1853 | } 1854 | 1855 | .fa-cab:before, 1856 | .fa-taxi:before { 1857 | content: "\f1ba"; 1858 | } 1859 | 1860 | .fa-tree:before { 1861 | content: "\f1bb"; 1862 | } 1863 | 1864 | .fa-spotify:before { 1865 | content: "\f1bc"; 1866 | } 1867 | 1868 | .fa-deviantart:before { 1869 | content: "\f1bd"; 1870 | } 1871 | 1872 | .fa-soundcloud:before { 1873 | content: "\f1be"; 1874 | } 1875 | 1876 | .fa-database:before { 1877 | content: "\f1c0"; 1878 | } 1879 | 1880 | .fa-file-pdf-o:before { 1881 | content: "\f1c1"; 1882 | } 1883 | 1884 | .fa-file-word-o:before { 1885 | content: "\f1c2"; 1886 | } 1887 | 1888 | .fa-file-excel-o:before { 1889 | content: "\f1c3"; 1890 | } 1891 | 1892 | .fa-file-powerpoint-o:before { 1893 | content: "\f1c4"; 1894 | } 1895 | 1896 | .fa-file-photo-o:before, 1897 | .fa-file-picture-o:before, 1898 | .fa-file-image-o:before { 1899 | content: "\f1c5"; 1900 | } 1901 | 1902 | .fa-file-zip-o:before, 1903 | .fa-file-archive-o:before { 1904 | content: "\f1c6"; 1905 | } 1906 | 1907 | .fa-file-sound-o:before, 1908 | .fa-file-audio-o:before { 1909 | content: "\f1c7"; 1910 | } 1911 | 1912 | .fa-file-movie-o:before, 1913 | .fa-file-video-o:before { 1914 | content: "\f1c8"; 1915 | } 1916 | 1917 | .fa-file-code-o:before { 1918 | content: "\f1c9"; 1919 | } 1920 | 1921 | .fa-vine:before { 1922 | content: "\f1ca"; 1923 | } 1924 | 1925 | .fa-codepen:before { 1926 | content: "\f1cb"; 1927 | } 1928 | 1929 | .fa-jsfiddle:before { 1930 | content: "\f1cc"; 1931 | } 1932 | 1933 | .fa-life-bouy:before, 1934 | .fa-life-buoy:before, 1935 | .fa-life-saver:before, 1936 | .fa-support:before, 1937 | .fa-life-ring:before { 1938 | content: "\f1cd"; 1939 | } 1940 | 1941 | .fa-circle-o-notch:before { 1942 | content: "\f1ce"; 1943 | } 1944 | 1945 | .fa-ra:before, 1946 | .fa-rebel:before { 1947 | content: "\f1d0"; 1948 | } 1949 | 1950 | .fa-ge:before, 1951 | .fa-empire:before { 1952 | content: "\f1d1"; 1953 | } 1954 | 1955 | .fa-git-square:before { 1956 | content: "\f1d2"; 1957 | } 1958 | 1959 | .fa-git:before { 1960 | content: "\f1d3"; 1961 | } 1962 | 1963 | .fa-hacker-news:before { 1964 | content: "\f1d4"; 1965 | } 1966 | 1967 | .fa-tencent-weibo:before { 1968 | content: "\f1d5"; 1969 | } 1970 | 1971 | .fa-qq:before { 1972 | content: "\f1d6"; 1973 | } 1974 | 1975 | .fa-wechat:before, 1976 | .fa-weixin:before { 1977 | content: "\f1d7"; 1978 | } 1979 | 1980 | .fa-send:before, 1981 | .fa-paper-plane:before { 1982 | content: "\f1d8"; 1983 | } 1984 | 1985 | .fa-send-o:before, 1986 | .fa-paper-plane-o:before { 1987 | content: "\f1d9"; 1988 | } 1989 | 1990 | .fa-history:before { 1991 | content: "\f1da"; 1992 | } 1993 | 1994 | .fa-circle-thin:before { 1995 | content: "\f1db"; 1996 | } 1997 | 1998 | .fa-header:before { 1999 | content: "\f1dc"; 2000 | } 2001 | 2002 | .fa-paragraph:before { 2003 | content: "\f1dd"; 2004 | } 2005 | 2006 | .fa-sliders:before { 2007 | content: "\f1de"; 2008 | } 2009 | 2010 | .fa-share-alt:before { 2011 | content: "\f1e0"; 2012 | } 2013 | 2014 | .fa-share-alt-square:before { 2015 | content: "\f1e1"; 2016 | } 2017 | 2018 | .fa-bomb:before { 2019 | content: "\f1e2"; 2020 | } 2021 | 2022 | .fa-soccer-ball-o:before, 2023 | .fa-futbol-o:before { 2024 | content: "\f1e3"; 2025 | } 2026 | 2027 | .fa-tty:before { 2028 | content: "\f1e4"; 2029 | } 2030 | 2031 | .fa-binoculars:before { 2032 | content: "\f1e5"; 2033 | } 2034 | 2035 | .fa-plug:before { 2036 | content: "\f1e6"; 2037 | } 2038 | 2039 | .fa-slideshare:before { 2040 | content: "\f1e7"; 2041 | } 2042 | 2043 | .fa-twitch:before { 2044 | content: "\f1e8"; 2045 | } 2046 | 2047 | .fa-yelp:before { 2048 | content: "\f1e9"; 2049 | } 2050 | 2051 | .fa-newspaper-o:before { 2052 | content: "\f1ea"; 2053 | } 2054 | 2055 | .fa-wifi:before { 2056 | content: "\f1eb"; 2057 | } 2058 | 2059 | .fa-calculator:before { 2060 | content: "\f1ec"; 2061 | } 2062 | 2063 | .fa-paypal:before { 2064 | content: "\f1ed"; 2065 | } 2066 | 2067 | .fa-google-wallet:before { 2068 | content: "\f1ee"; 2069 | } 2070 | 2071 | .fa-cc-visa:before { 2072 | content: "\f1f0"; 2073 | } 2074 | 2075 | .fa-cc-mastercard:before { 2076 | content: "\f1f1"; 2077 | } 2078 | 2079 | .fa-cc-discover:before { 2080 | content: "\f1f2"; 2081 | } 2082 | 2083 | .fa-cc-amex:before { 2084 | content: "\f1f3"; 2085 | } 2086 | 2087 | .fa-cc-paypal:before { 2088 | content: "\f1f4"; 2089 | } 2090 | 2091 | .fa-cc-stripe:before { 2092 | content: "\f1f5"; 2093 | } 2094 | 2095 | .fa-bell-slash:before { 2096 | content: "\f1f6"; 2097 | } 2098 | 2099 | .fa-bell-slash-o:before { 2100 | content: "\f1f7"; 2101 | } 2102 | 2103 | .fa-trash:before { 2104 | content: "\f1f8"; 2105 | } 2106 | 2107 | .fa-copyright:before { 2108 | content: "\f1f9"; 2109 | } 2110 | 2111 | .fa-at:before { 2112 | content: "\f1fa"; 2113 | } 2114 | 2115 | .fa-eyedropper:before { 2116 | content: "\f1fb"; 2117 | } 2118 | 2119 | .fa-paint-brush:before { 2120 | content: "\f1fc"; 2121 | } 2122 | 2123 | .fa-birthday-cake:before { 2124 | content: "\f1fd"; 2125 | } 2126 | 2127 | .fa-area-chart:before { 2128 | content: "\f1fe"; 2129 | } 2130 | 2131 | .fa-pie-chart:before { 2132 | content: "\f200"; 2133 | } 2134 | 2135 | .fa-line-chart:before { 2136 | content: "\f201"; 2137 | } 2138 | 2139 | .fa-lastfm:before { 2140 | content: "\f202"; 2141 | } 2142 | 2143 | .fa-lastfm-square:before { 2144 | content: "\f203"; 2145 | } 2146 | 2147 | .fa-toggle-off:before { 2148 | content: "\f204"; 2149 | } 2150 | 2151 | .fa-toggle-on:before { 2152 | content: "\f205"; 2153 | } 2154 | 2155 | .fa-bicycle:before { 2156 | content: "\f206"; 2157 | } 2158 | 2159 | .fa-bus:before { 2160 | content: "\f207"; 2161 | } 2162 | 2163 | .fa-ioxhost:before { 2164 | content: "\f208"; 2165 | } 2166 | 2167 | .fa-angellist:before { 2168 | content: "\f209"; 2169 | } 2170 | 2171 | .fa-cc:before { 2172 | content: "\f20a"; 2173 | } 2174 | 2175 | .fa-shekel:before, 2176 | .fa-sheqel:before, 2177 | .fa-ils:before { 2178 | content: "\f20b"; 2179 | } 2180 | 2181 | .fa-meanpath:before { 2182 | content: "\f20c"; 2183 | } 2184 | 2185 | .fa-medium:before { 2186 | content: "\f23a"; 2187 | } 2188 | -------------------------------------------------------------------------------- /fonts/poppins/poppins-semibold-webfont.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | 212 | 213 | 214 | 215 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 226 | 227 | 228 | 229 | 230 | 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | 242 | 243 | --------------------------------------------------------------------------------