├── _config.yml ├── images ├── avatar.jpg ├── favicon.png ├── background.jpg ├── blog-img-1.jpg ├── blog-img-2.jpg ├── blog-img-3.jpg ├── portfolio-img-1.jpg ├── portfolio-img-2.jpg ├── portfolio-img-3.jpg └── portfolio-img-4.jpg ├── linea ├── fonts │ ├── linea-basic-10.eot │ ├── linea-basic-10.ttf │ ├── linea-basic-10.woff │ ├── linea-basic-10d41d.eot │ └── linea-basic-10.svg └── styles.css ├── font-awesome ├── fonts │ ├── fontawesome-webfont3e6e.eot │ ├── fontawesome-webfont3e6e.ttf │ ├── fontawesome-webfont3e6e.woff │ ├── fontawesome-webfontd41d.eot │ └── fontawesome-webfont3e6e.woff2 └── css │ └── font-awesome.min.css ├── css ├── owl.video.play.html ├── responsive.min.css ├── owl.theme.default.min.css ├── preloader.min.css ├── owl.carousel.min.css ├── magnific-popup.min.css └── style.css ├── fonts ├── glyphicons-halflings-regular.html ├── glyphicons-halflings-regular-2.html ├── glyphicons-halflings-regular-3.html ├── glyphicons-halflings-regular-4.html ├── glyphicons-halflings-regular-5.html └── glyphicons-halflings-regulard41d.html ├── README.md ├── LICENSE ├── js ├── scripts.min.js ├── retina.min.js ├── jquery.magnific-popup.min.js └── bootstrap.min.js └── index.html /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-cayman -------------------------------------------------------------------------------- /images/avatar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/avatar.jpg -------------------------------------------------------------------------------- /images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/favicon.png -------------------------------------------------------------------------------- /images/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/background.jpg -------------------------------------------------------------------------------- /images/blog-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/blog-img-1.jpg -------------------------------------------------------------------------------- /images/blog-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/blog-img-2.jpg -------------------------------------------------------------------------------- /images/blog-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/blog-img-3.jpg -------------------------------------------------------------------------------- /images/portfolio-img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/portfolio-img-1.jpg -------------------------------------------------------------------------------- /images/portfolio-img-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/portfolio-img-2.jpg -------------------------------------------------------------------------------- /images/portfolio-img-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/portfolio-img-3.jpg -------------------------------------------------------------------------------- /images/portfolio-img-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/images/portfolio-img-4.jpg -------------------------------------------------------------------------------- /linea/fonts/linea-basic-10.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/linea/fonts/linea-basic-10.eot -------------------------------------------------------------------------------- /linea/fonts/linea-basic-10.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/linea/fonts/linea-basic-10.ttf -------------------------------------------------------------------------------- /linea/fonts/linea-basic-10.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/linea/fonts/linea-basic-10.woff -------------------------------------------------------------------------------- /linea/fonts/linea-basic-10d41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/linea/fonts/linea-basic-10d41d.eot -------------------------------------------------------------------------------- /font-awesome/fonts/fontawesome-webfont3e6e.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/font-awesome/fonts/fontawesome-webfont3e6e.eot -------------------------------------------------------------------------------- /font-awesome/fonts/fontawesome-webfont3e6e.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/font-awesome/fonts/fontawesome-webfont3e6e.ttf -------------------------------------------------------------------------------- /font-awesome/fonts/fontawesome-webfont3e6e.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/font-awesome/fonts/fontawesome-webfont3e6e.woff -------------------------------------------------------------------------------- /font-awesome/fonts/fontawesome-webfontd41d.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/font-awesome/fonts/fontawesome-webfontd41d.eot -------------------------------------------------------------------------------- /font-awesome/fonts/fontawesome-webfont3e6e.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Amine-Smahi/SimpleFolio/HEAD/font-awesome/fonts/fontawesome-webfont3e6e.woff2 -------------------------------------------------------------------------------- /css/owl.video.play.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /demo/bolt/css/owl.video.play.png was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 |
10 |
Apache Server at flatheme.net Port 80
11 | 12 | -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /demo/bolt/fonts/glyphicons-halflings-regular.eot was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 |
10 |
Apache Server at flatheme.net Port 80
11 | 12 | -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular-2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /demo/bolt/fonts/glyphicons-halflings-regular.woff2 was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 |
10 |
Apache Server at flatheme.net Port 80
11 | 12 | -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular-3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /demo/bolt/fonts/glyphicons-halflings-regular.woff was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 |
10 |
Apache Server at flatheme.net Port 80
11 | 12 | -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular-4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /demo/bolt/fonts/glyphicons-halflings-regular.ttf was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 |
10 |
Apache Server at flatheme.net Port 80
11 | 12 | -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular-5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /demo/bolt/fonts/glyphicons-halflings-regular.svg was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 |
10 |
Apache Server at flatheme.net Port 80
11 | 12 | -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regulard41d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

The requested URL /demo/bolt/fonts/glyphicons-halflings-regular.eot was not found on this server.

7 |

Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.

9 |
10 |
Apache Server at flatheme.net Port 80
11 | 12 | -------------------------------------------------------------------------------- /css/responsive.min.css: -------------------------------------------------------------------------------- 1 | @media only screen and (min-width:768px){.resume-box{position:relative;padding-left:140px}.resume-icon{position:absolute;top:0;left:0;width:110px;height:100%}.resume-icon i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media only screen and (max-width:768px){.contact-form{margin-bottom:50px}.services-box{margin-bottom:30px}.services-box:last-child{margin:0}.resume-icon{margin-bottom:20px;padding:30px}.customNavigation ul li:first-child{left:-5px}.customNavigation ul li:last-child{right:-5px}} -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Description 2 | SimpleFolio is a Modern Minimal HTML5 Template which has been built with Bootstrap Grid. Light and Clean codes will help to customize the template easily and run the template fast. 3 | 4 | ## Features 5 | ✓ Modern Minimal Design
6 | ✓ One Page Layout
7 | ✓ Built with Bootstrap Grid
8 | ✓ Light Clean Codes
9 | ✓ Retina Ready Working Contact form
10 | ✓ Fully Responsive
11 | ✓ Valid HTML5 & C553
12 | ✓ Push Menu
13 | ✓ Well organized Documentation 14 | 15 | ## Some Screenshots 16 | ![SimpleFolio Modern Minimal Design Light Clean Codes HTML5 & C553](https://user-images.githubusercontent.com/24621701/29732755-e28514cc-899e-11e7-9944-3aa7853b1a1c.png) 17 | 18 | 19 | ## Credits 20 | The studio : [JetLight Studio](https://github.com/JetLightStudio) 21 | The developer : [Amine Smahi](https://github.com/Amine-Smahi) 22 | -------------------------------------------------------------------------------- /css/owl.theme.default.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 Amine Smahi 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /css/preloader.min.css: -------------------------------------------------------------------------------- 1 | .spinner,.spinner:before{-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px}.preloader{position:fixed;top:0;left:0;visibility:visible;opacity:1;z-index:1001;background:#fff;width:100%;height:100%;text-align:center}.loaded .preloader{visibility:hidden;opacity:0;-webkit-transition:ease-out .4s;-moz-transition:ease-out .4s;-o-transition:ease-out .4s;transition:ease-out .4s}.spinner{position:relative;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translate(0,-50%);display:inline-block;background:#DE5340;width:12px;height:12px;margin:0 auto;border-radius:12px;animation:spinner .65s ease-in-out infinite;-o-animation:spinner .65s ease-in-out infinite;-ms-animation:spinner .65s ease-in-out infinite;-webkit-animation:spinner .65s ease-in-out infinite;-moz-animation:spinner .65s ease-in-out infinite}.spinner:after,.spinner:before{content:'';position:absolute;top:0;height:12px;width:12px;background:#DE5340}.spinner:before{left:-24px;border-radius:12px}.spinner:after{left:24px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px}@keyframes spinner{0%{transform:rotate(0)}100%,50%{transform:rotate(180deg)}}@-o-keyframes spinner{0%{-o-transform:rotate(0)}100%,50%{-o-transform:rotate(180deg)}}@-ms-keyframes spinner{0%{-ms-transform:rotate(0)}100%,50%{-ms-transform:rotate(180deg)}}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0)}100%,50%{-webkit-transform:rotate(180deg)}}@-moz-keyframes spinner{0%{-moz-transform:rotate(0)}100%,50%{-moz-transform:rotate(180deg)}} -------------------------------------------------------------------------------- /js/scripts.min.js: -------------------------------------------------------------------------------- 1 | $(function(){"use strict";$(window).load(function(){$("body").addClass("loaded")}),$("body").scrollspy({target:".menu"});var e=$(".menu"),o=$(".toggle-btn"),s=$("section, footer, .toggle-btn");o.on("click",function(o){e.hasClass("show-menu")?e.removeClass("show-menu"):e.addClass("show-menu"),o.stopPropagation()}),o.on("click",function(){s.hasClass("push-content")?s.removeClass("push-content"):s.addClass("push-content")}),o.on("click",function(){o.hasClass("toggle-close")?o.removeClass("toggle-close"):o.addClass("toggle-close")});var a=$("html,body");$(".menu ul li a, .scroll-down").on("click",function(e){a.animate({scrollTop:$(this.hash).offset().top},700,"easeInOutQuart"),e.preventDefault()}),$("#mix-container").mixItUp(),$(".lightbox").magnificPopup({type:"inline",fixedContentPos:!1,removalDelay:100,closeBtnInside:!0,preloader:!1,mainClass:"mfp-fade"}),$("#blogSlider").owlCarousel({items:2,rewind:!0,margin:30,dots:!1,autoplay:!1,responsive:{0:{items:1},960:{items:2}}});var t=$("#blogSlider");$("#next").on("click",function(){t.trigger("next.owl.carousel",[300])}),$("#prev").on("click",function(){t.trigger("prev.owl.carousel",[300])}),$("#testimonialSlider").owlCarousel({items:1,rewind:!0,margin:30,dots:!0,dotsSpeed:300,autoplay:!0,autoplayHoverPause:!0,autoplayTimeout:4e3,autoplaySpeed:300}),$("#contactform").on("submit",function(e){var o=$("#name").val(),s=$("#email").val(),a=$("#message").val();""==o&&$("#name").css("border-color","rgba(255, 0, 0, 0.5)"),""==s&&$("#email").css("border-color","rgba(255, 0, 0, 0.5)"),""==a?$("#message").css("border-color","rgba(255, 0, 0, 0.5)"):$.ajax({url:"contact_form.php",data:$(this).serialize(),type:"POST",success:function(e){$("#success").show().fadeIn(1e3),$("#contactform").each(function(){this.reset()})},error:function(e){$("#error").show().fadeIn(1e3)}}),e.preventDefault()})}); -------------------------------------------------------------------------------- /js/retina.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Retina.js v1.3.0 3 | * 4 | * Copyright 2014 Imulus, LLC 5 | * Released under the MIT license 6 | * 7 | * Retina.js is an open source script that makes it easy to serve 8 | * high-resolution images to devices with retina displays. 9 | */ 10 | !function(){function a(){}function b(a){return f.retinaImageSuffix+a}function c(a,c){if(this.path=a||"","undefined"!=typeof c&&null!==c)this.at_2x_path=c,this.perform_check=!1;else{if(void 0!==document.createElement){var d=document.createElement("a");d.href=this.path,d.pathname=d.pathname.replace(g,b),this.at_2x_path=d.href}else{var e=this.path.split("?");e[0]=e[0].replace(g,b),this.at_2x_path=e.join("?")}this.perform_check=!0}}function d(a){this.el=a,this.path=new c(this.el.getAttribute("src"),this.el.getAttribute("data-at2x"));var b=this;this.path.check_2x_variant(function(a){a&&b.swap()})}var e="undefined"==typeof exports?window:exports,f={retinaImageSuffix:"@2x",check_mime_type:!0,force_original_dimensions:!0};e.Retina=a,a.configure=function(a){null===a&&(a={});for(var b in a)a.hasOwnProperty(b)&&(f[b]=a[b])},a.init=function(a){null===a&&(a=e);var b=a.onload||function(){};a.onload=function(){var a,c,e=document.getElementsByTagName("img"),f=[];for(a=0;a1?!0:e.matchMedia&&e.matchMedia(a).matches?!0:!1};var g=/\.\w+$/;e.RetinaImagePath=c,c.confirmed_paths=[],c.prototype.is_external=function(){return!(!this.path.match(/^https?\:/i)||this.path.match("//"+document.domain))},c.prototype.check_2x_variant=function(a){var b,d=this;return this.is_external()?a(!1):this.perform_check||"undefined"==typeof this.at_2x_path||null===this.at_2x_path?this.at_2x_path in c.confirmed_paths?a(!0):(b=new XMLHttpRequest,b.open("HEAD",this.at_2x_path),b.onreadystatechange=function(){if(4!==b.readyState)return a(!1);if(b.status>=200&&b.status<=399){if(f.check_mime_type){var e=b.getResponseHeader("Content-Type");if(null===e||!e.match(/^image/i))return a(!1)}return c.confirmed_paths.push(d.at_2x_path),a(!0)}return a(!1)},b.send(),void 0):a(!0)},e.RetinaImage=d,d.prototype.swap=function(a){function b(){c.el.complete?(f.force_original_dimensions&&(c.el.setAttribute("width",c.el.offsetWidth),c.el.setAttribute("height",c.el.offsetHeight)),c.el.setAttribute("src",a)):setTimeout(b,5)}"undefined"==typeof a&&(a=this.path.at_2x_path);var c=this;b()},a.isRetina()&&a.init(e)}(); -------------------------------------------------------------------------------- /css/owl.carousel.min.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Owl Carousel v2.2.1 3 | * Copyright 2013-2017 David Deutsch 4 | * Licensed under () 5 | */ 6 | .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} -------------------------------------------------------------------------------- /css/magnific-popup.min.css: -------------------------------------------------------------------------------- 1 | .mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0} -------------------------------------------------------------------------------- /linea/styles.css: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | 3 | @font-face { 4 | font-family: "linea-basic-10"; 5 | src:url("fonts/linea-basic-10.eot"); 6 | src:url("fonts/linea-basic-10d41d.eot?#iefix") format("embedded-opentype"), 7 | url("fonts/linea-basic-10.woff") format("woff"), 8 | url("fonts/linea-basic-10.ttf") format("truetype"), 9 | url("fonts/linea-basic-10.svg#linea-basic-10") format("svg"); 10 | font-weight: normal; 11 | font-style: normal; 12 | 13 | } 14 | 15 | [data-icon]:before { 16 | font-family: "linea-basic-10" !important; 17 | content: attr(data-icon); 18 | font-style: normal !important; 19 | font-weight: normal !important; 20 | font-variant: normal !important; 21 | text-transform: none !important; 22 | speak: none; 23 | line-height: 1; 24 | -webkit-font-smoothing: antialiased; 25 | -moz-osx-font-smoothing: grayscale; 26 | } 27 | 28 | [class^="icon-"]:before, 29 | [class*=" icon-"]:before { 30 | font-family: "linea-basic-10" !important; 31 | font-style: normal !important; 32 | font-weight: normal !important; 33 | font-variant: normal !important; 34 | text-transform: none !important; 35 | speak: none; 36 | line-height: 1; 37 | -webkit-font-smoothing: antialiased; 38 | -moz-osx-font-smoothing: grayscale; 39 | } 40 | 41 | .icon-basic-accelerator:before { 42 | content: "a"; 43 | } 44 | .icon-basic-alarm:before { 45 | content: "b"; 46 | } 47 | .icon-basic-anchor:before { 48 | content: "c"; 49 | } 50 | .icon-basic-anticlockwise:before { 51 | content: "d"; 52 | } 53 | .icon-basic-archive:before { 54 | content: "e"; 55 | } 56 | .icon-basic-archive-full:before { 57 | content: "f"; 58 | } 59 | .icon-basic-ban:before { 60 | content: "g"; 61 | } 62 | .icon-basic-battery-charge:before { 63 | content: "h"; 64 | } 65 | .icon-basic-battery-empty:before { 66 | content: "i"; 67 | } 68 | .icon-basic-battery-full:before { 69 | content: "j"; 70 | } 71 | .icon-basic-battery-half:before { 72 | content: "k"; 73 | } 74 | .icon-basic-bolt:before { 75 | content: "l"; 76 | } 77 | .icon-basic-book:before { 78 | content: "m"; 79 | } 80 | .icon-basic-book-pen:before { 81 | content: "n"; 82 | } 83 | .icon-basic-book-pencil:before { 84 | content: "o"; 85 | } 86 | .icon-basic-bookmark:before { 87 | content: "p"; 88 | } 89 | .icon-basic-calculator:before { 90 | content: "q"; 91 | } 92 | .icon-basic-calendar:before { 93 | content: "r"; 94 | } 95 | .icon-basic-cards-diamonds:before { 96 | content: "s"; 97 | } 98 | .icon-basic-cards-hearts:before { 99 | content: "t"; 100 | } 101 | .icon-basic-case:before { 102 | content: "u"; 103 | } 104 | .icon-basic-chronometer:before { 105 | content: "v"; 106 | } 107 | .icon-basic-clessidre:before { 108 | content: "w"; 109 | } 110 | .icon-basic-clock:before { 111 | content: "x"; 112 | } 113 | .icon-basic-clockwise:before { 114 | content: "y"; 115 | } 116 | .icon-basic-cloud:before { 117 | content: "z"; 118 | } 119 | .icon-basic-clubs:before { 120 | content: "A"; 121 | } 122 | .icon-basic-compass:before { 123 | content: "B"; 124 | } 125 | .icon-basic-cup:before { 126 | content: "C"; 127 | } 128 | .icon-basic-diamonds:before { 129 | content: "D"; 130 | } 131 | .icon-basic-display:before { 132 | content: "E"; 133 | } 134 | .icon-basic-download:before { 135 | content: "F"; 136 | } 137 | .icon-basic-exclamation:before { 138 | content: "G"; 139 | } 140 | .icon-basic-eye:before { 141 | content: "H"; 142 | } 143 | .icon-basic-eye-closed:before { 144 | content: "I"; 145 | } 146 | .icon-basic-female:before { 147 | content: "J"; 148 | } 149 | .icon-basic-flag1:before { 150 | content: "K"; 151 | } 152 | .icon-basic-flag2:before { 153 | content: "L"; 154 | } 155 | .icon-basic-floppydisk:before { 156 | content: "M"; 157 | } 158 | .icon-basic-folder:before { 159 | content: "N"; 160 | } 161 | .icon-basic-folder-multiple:before { 162 | content: "O"; 163 | } 164 | .icon-basic-gear:before { 165 | content: "P"; 166 | } 167 | .icon-basic-geolocalize-01:before { 168 | content: "Q"; 169 | } 170 | .icon-basic-geolocalize-05:before { 171 | content: "R"; 172 | } 173 | .icon-basic-globe:before { 174 | content: "S"; 175 | } 176 | .icon-basic-gunsight:before { 177 | content: "T"; 178 | } 179 | .icon-basic-hammer:before { 180 | content: "U"; 181 | } 182 | .icon-basic-headset:before { 183 | content: "V"; 184 | } 185 | .icon-basic-heart:before { 186 | content: "W"; 187 | } 188 | .icon-basic-heart-broken:before { 189 | content: "X"; 190 | } 191 | .icon-basic-helm:before { 192 | content: "Y"; 193 | } 194 | .icon-basic-home:before { 195 | content: "Z"; 196 | } 197 | .icon-basic-info:before { 198 | content: "0"; 199 | } 200 | .icon-basic-ipod:before { 201 | content: "1"; 202 | } 203 | .icon-basic-joypad:before { 204 | content: "2"; 205 | } 206 | .icon-basic-key:before { 207 | content: "3"; 208 | } 209 | .icon-basic-keyboard:before { 210 | content: "4"; 211 | } 212 | .icon-basic-laptop:before { 213 | content: "5"; 214 | } 215 | .icon-basic-life-buoy:before { 216 | content: "6"; 217 | } 218 | .icon-basic-lightbulb:before { 219 | content: "7"; 220 | } 221 | .icon-basic-link:before { 222 | content: "8"; 223 | } 224 | .icon-basic-lock:before { 225 | content: "9"; 226 | } 227 | .icon-basic-lock-open:before { 228 | content: "!"; 229 | } 230 | .icon-basic-magic-mouse:before { 231 | content: "\""; 232 | } 233 | .icon-basic-magnifier:before { 234 | content: "#"; 235 | } 236 | .icon-basic-magnifier-minus:before { 237 | content: "$"; 238 | } 239 | .icon-basic-magnifier-plus:before { 240 | content: "%"; 241 | } 242 | .icon-basic-mail:before { 243 | content: "&"; 244 | } 245 | .icon-basic-mail-multiple:before { 246 | content: "'"; 247 | } 248 | .icon-basic-mail-open:before { 249 | content: "("; 250 | } 251 | .icon-basic-mail-open-text:before { 252 | content: ")"; 253 | } 254 | .icon-basic-male:before { 255 | content: "*"; 256 | } 257 | .icon-basic-map:before { 258 | content: "+"; 259 | } 260 | .icon-basic-message:before { 261 | content: ","; 262 | } 263 | .icon-basic-message-multiple:before { 264 | content: "-"; 265 | } 266 | .icon-basic-message-txt:before { 267 | content: "."; 268 | } 269 | .icon-basic-mixer2:before { 270 | content: "/"; 271 | } 272 | .icon-basic-mouse:before { 273 | content: ":"; 274 | } 275 | .icon-basic-notebook:before { 276 | content: ";"; 277 | } 278 | .icon-basic-notebook-pen:before { 279 | content: "<"; 280 | } 281 | .icon-basic-notebook-pencil:before { 282 | content: "="; 283 | } 284 | .icon-basic-paperplane:before { 285 | content: ">"; 286 | } 287 | .icon-basic-pencil-ruler:before { 288 | content: "?"; 289 | } 290 | .icon-basic-pencil-ruler-pen:before { 291 | content: "@"; 292 | } 293 | .icon-basic-photo:before { 294 | content: "["; 295 | } 296 | .icon-basic-picture:before { 297 | content: "]"; 298 | } 299 | .icon-basic-picture-multiple:before { 300 | content: "^"; 301 | } 302 | .icon-basic-pin1:before { 303 | content: "_"; 304 | } 305 | .icon-basic-pin2:before { 306 | content: "`"; 307 | } 308 | .icon-basic-postcard:before { 309 | content: "{"; 310 | } 311 | .icon-basic-postcard-multiple:before { 312 | content: "|"; 313 | } 314 | .icon-basic-printer:before { 315 | content: "}"; 316 | } 317 | .icon-basic-question:before { 318 | content: "~"; 319 | } 320 | .icon-basic-rss:before { 321 | content: "\\"; 322 | } 323 | .icon-basic-server:before { 324 | content: "\e000"; 325 | } 326 | .icon-basic-server2:before { 327 | content: "\e001"; 328 | } 329 | .icon-basic-server-cloud:before { 330 | content: "\e002"; 331 | } 332 | .icon-basic-server-download:before { 333 | content: "\e003"; 334 | } 335 | .icon-basic-server-upload:before { 336 | content: "\e004"; 337 | } 338 | .icon-basic-settings:before { 339 | content: "\e005"; 340 | } 341 | .icon-basic-share:before { 342 | content: "\e006"; 343 | } 344 | .icon-basic-sheet:before { 345 | content: "\e007"; 346 | } 347 | .icon-basic-sheet-multiple:before { 348 | content: "\e008"; 349 | } 350 | .icon-basic-sheet-pen:before { 351 | content: "\e009"; 352 | } 353 | .icon-basic-sheet-pencil:before { 354 | content: "\e00a"; 355 | } 356 | .icon-basic-sheet-txt:before { 357 | content: "\e00b"; 358 | } 359 | .icon-basic-signs:before { 360 | content: "\e00c"; 361 | } 362 | .icon-basic-smartphone:before { 363 | content: "\e00d"; 364 | } 365 | .icon-basic-spades:before { 366 | content: "\e00e"; 367 | } 368 | .icon-basic-spread:before { 369 | content: "\e00f"; 370 | } 371 | .icon-basic-spread-bookmark:before { 372 | content: "\e010"; 373 | } 374 | .icon-basic-spread-text:before { 375 | content: "\e011"; 376 | } 377 | .icon-basic-spread-text-bookmark:before { 378 | content: "\e012"; 379 | } 380 | .icon-basic-star:before { 381 | content: "\e013"; 382 | } 383 | .icon-basic-tablet:before { 384 | content: "\e014"; 385 | } 386 | .icon-basic-target:before { 387 | content: "\e015"; 388 | } 389 | .icon-basic-todo:before { 390 | content: "\e016"; 391 | } 392 | .icon-basic-todo-pen:before { 393 | content: "\e017"; 394 | } 395 | .icon-basic-todo-pencil:before { 396 | content: "\e018"; 397 | } 398 | .icon-basic-todo-txt:before { 399 | content: "\e019"; 400 | } 401 | .icon-basic-todolist-pen:before { 402 | content: "\e01a"; 403 | } 404 | .icon-basic-todolist-pencil:before { 405 | content: "\e01b"; 406 | } 407 | .icon-basic-trashcan:before { 408 | content: "\e01c"; 409 | } 410 | .icon-basic-trashcan-full:before { 411 | content: "\e01d"; 412 | } 413 | .icon-basic-trashcan-refresh:before { 414 | content: "\e01e"; 415 | } 416 | .icon-basic-trashcan-remove:before { 417 | content: "\e01f"; 418 | } 419 | .icon-basic-upload:before { 420 | content: "\e020"; 421 | } 422 | .icon-basic-usb:before { 423 | content: "\e021"; 424 | } 425 | .icon-basic-video:before { 426 | content: "\e022"; 427 | } 428 | .icon-basic-watch:before { 429 | content: "\e023"; 430 | } 431 | .icon-basic-webpage:before { 432 | content: "\e024"; 433 | } 434 | .icon-basic-webpage-img-txt:before { 435 | content: "\e025"; 436 | } 437 | .icon-basic-webpage-multiple:before { 438 | content: "\e026"; 439 | } 440 | .icon-basic-webpage-txt:before { 441 | content: "\e027"; 442 | } 443 | .icon-basic-world:before { 444 | content: "\e028"; 445 | } 446 | -------------------------------------------------------------------------------- /js/jquery.magnific-popup.min.js: -------------------------------------------------------------------------------- 1 | /*! Magnific Popup - v1.0.0 - 2015-01-03 2 | * http://dimsemenov.com/plugins/magnific-popup/ 3 | * Copyright (c) 2015 Dmitry Semenov; */ 4 | !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isIE7=-1!==c.indexOf("MSIE 7."),b.isIE8=-1!==c.indexOf("MSIE 8."),b.isLowIE=b.isIE7||b.isIE8,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(a,c){if(void 0===c||c===!1)return!0;if(e=a.split("_"),e.length>1){var d=b.find(p+"-"+e[0]);if(d.length>0){var f=e[1];"replaceWith"===f?d[0]!==c[0]&&d.replaceWith(c):"img"===f?d.is("img")?d.attr("src",c):d.replaceWith(''):d.attr(e[1],c)}}else b.find(p+"-"+a).html(c)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'',tClose:"Close (Esc)",tLoading:"Loading..."}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("
");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'The content could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'
',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'The image could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'
',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery",g=Boolean(a.fn.mfpFastClick);return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s),h=g?"mfpFastClick":"click";e[h](function(){b.prev()}),f[h](function(){b.next()}),b.isIE7&&(x("b",e[0],!1,!0),x("a",e[0],!1,!0),x("b",f[0],!1,!0),x("a",f[0],!1,!0)),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowLeft&&g&&b.arrowLeft.add(b.arrowRight).destroyMfpFastClick(),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),function(){var b=1e3,c="ontouchstart"in window,d=function(){v.off("touchmove"+f+" touchend"+f)},e="mfpFastClick",f="."+e;a.fn.mfpFastClick=function(e){return a(this).each(function(){var g,h=a(this);if(c){var i,j,k,l,m,n;h.on("touchstart"+f,function(a){l=!1,n=1,m=a.originalEvent?a.originalEvent.touches[0]:a.touches[0],j=m.clientX,k=m.clientY,v.on("touchmove"+f,function(a){m=a.originalEvent?a.originalEvent.touches:a.touches,n=m.length,m=m[0],(Math.abs(m.clientX-j)>10||Math.abs(m.clientY-k)>10)&&(l=!0,d())}).on("touchend"+f,function(a){d(),l||n>1||(g=!0,a.preventDefault(),clearTimeout(i),i=setTimeout(function(){g=!1},b),e())})})}h.on("click"+f,function(){g||e()})})},a.fn.destroyMfpFastClick=function(){a(this).off("touchstart"+f+" click"+f),c&&v.off("touchmove"+f+" touchend"+f)}}(),A()}); -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- 1 | .lines, 2 | .row, 3 | .toggle-btn, 4 | body, 5 | li, 6 | p, 7 | ul { 8 | padding: 0; 9 | margin: 0 10 | } 11 | .fill, 12 | .lines, 13 | .toggle-btn, 14 | body, 15 | p { 16 | margin: 0 17 | } 18 | body, 19 | html { 20 | height: 100% 21 | } 22 | body { 23 | position: relative; 24 | overflow-x: hidden; 25 | background: #fff; 26 | color: #505050; 27 | font: 300 14px Lato, sans-serif; 28 | letter-spacing: .5px 29 | } 30 | h1, 31 | h2, 32 | h3, 33 | h4 { 34 | margin: 0 0 15px; 35 | color: #DE5340; 36 | letter-spacing: 1px 37 | } 38 | h1 { 39 | font: 300 36px/46px Lato, sans-serif 40 | } 41 | h2 { 42 | font: 300 24px/34px Lato, sans-serif 43 | } 44 | h3 { 45 | font: 300 20px/30px Lato, sans-serif 46 | } 47 | h4 { 48 | font: 400 13px/23px Lato, sans-serif; 49 | letter-spacing: 2px; 50 | text-transform: uppercase 51 | } 52 | p { 53 | line-height: 24px 54 | } 55 | a, 56 | a:focus, 57 | a:hover { 58 | text-decoration: none; 59 | outline: 0 60 | } 61 | li { 62 | list-style-type: none 63 | } 64 | img { 65 | width: 100%; 66 | height: auto 67 | } 68 | footer, 69 | section { 70 | transform: translateX(0); 71 | -webkit-transition: ease-out .3s; 72 | -moz-transition: ease-out .3s; 73 | -o-transition: ease-out .3s; 74 | transition: ease-out .3s 75 | } 76 | .section-title { 77 | display: inline-block; 78 | background: #f5f5f5; 79 | margin-bottom: 100px; 80 | padding: 15px 30px; 81 | font: 400 15px/15px Lato, sans-serif; 82 | letter-spacing: 3px; 83 | text-transform: uppercase 84 | } 85 | .blog-img a, 86 | .menu .nav li, 87 | .portfolio-filter ul li { 88 | letter-spacing: 2px; 89 | text-transform: uppercase 90 | } 91 | .toggle-btn { 92 | position: fixed; 93 | top: 30px; 94 | left: 30px; 95 | z-index: 998; 96 | background: #DE5340; 97 | width: 56px; 98 | height: 56px; 99 | outline: 0; 100 | border: none; 101 | -webkit-border-radius: 50%; 102 | -moz-border-radius: 50%; 103 | -ms-border-radius: 50%; 104 | -o-border-radius: 50%; 105 | border-radius: 50%; 106 | color: #fff; 107 | transform: translateX(0); 108 | -webkit-transition: ease-out .3s; 109 | -moz-transition: ease-out .3s; 110 | -o-transition: ease-out .3s; 111 | transition: ease-out .3s 112 | } 113 | .lines, 114 | .lines::after, 115 | .lines::before { 116 | background: #fff; 117 | width: 20px; 118 | height: 2px; 119 | display: inline-block 120 | } 121 | .lines::after, 122 | .lines::before, 123 | .menu .nav li a { 124 | -webkit-transition: linear .1s; 125 | -moz-transition: linear .1s; 126 | -o-transition: linear .1s 127 | } 128 | .lines { 129 | position: relative; 130 | vertical-align: middle 131 | } 132 | .menu, 133 | .popup-box div { 134 | padding: 30px 135 | } 136 | .lines::after, 137 | .lines::before { 138 | position: absolute; 139 | content: ''; 140 | left: 0; 141 | transition: linear .1s 142 | } 143 | .fill, 144 | .home-layer, 145 | .menu { 146 | height: 100% 147 | } 148 | .lines::before { 149 | top: 5px 150 | } 151 | .lines::after { 152 | top: -5px 153 | } 154 | .toggle-close .lines { 155 | background: 0 0 156 | } 157 | .toggle-close .lines::after, 158 | .toggle-close .lines::before { 159 | top: 0; 160 | -webkit-transform-origin: 50% 50%; 161 | transform-origin: 50% 50% 162 | } 163 | .toggle-close .lines::before { 164 | -webkit-transform: rotate3d(0, 0, 1, 45deg); 165 | transform: rotate3d(0, 0, 1, 45deg) 166 | } 167 | .toggle-close .lines::after { 168 | -webkit-transform: rotate3d(0, 0, 1, -45deg); 169 | transform: rotate3d(0, 0, 1, -45deg) 170 | } 171 | .menu { 172 | position: fixed; 173 | top: 0; 174 | left: 0; 175 | z-index: 997; 176 | background: #fff; 177 | width: 200px; 178 | border-right: 1px solid #e6e6e6; 179 | transform: translateX(-200px); 180 | -webkit-transition: ease-out .3s; 181 | -moz-transition: ease-out .3s; 182 | -o-transition: ease-out .3s; 183 | transition: ease-out .3s 184 | } 185 | .menu .nav, 186 | .social-media { 187 | position: absolute; 188 | left: 0 189 | } 190 | .social-footer{ 191 | padding-top: 30px; 192 | } 193 | .fa{ 194 | padding-right: 10px; 195 | } 196 | .show-menu { 197 | transform: translateX(0) 198 | } 199 | .push-content { 200 | transform: translateX(200px) 201 | } 202 | .menu .nav { 203 | top: 50%; 204 | -webkit-transform: translate(0, -50%); 205 | -moz-transform: translate(0, -50%); 206 | -ms-transform: translate(0, -50%); 207 | -o-transform: translate(0, -50%); 208 | transform: translate(0, -50%); 209 | padding: 0 30px 210 | } 211 | .home-content, 212 | .portfolio-filter ul li::after { 213 | top: 50%; 214 | -webkit-transform: translate(0, -50%); 215 | -moz-transform: translate(0, -50%); 216 | -o-transform: translate(0, -50%) 217 | } 218 | .menu .nav li { 219 | padding-bottom: 30px; 220 | font: 400 13px Lato, sans-serif 221 | } 222 | .menu .nav li:last-child { 223 | padding: 0 224 | } 225 | .menu .nav li a { 226 | background: 0 0; 227 | padding: 0; 228 | color: #8c8c8c; 229 | transition: linear .1s 230 | } 231 | .scroll-down, 232 | .social-media li a { 233 | -webkit-transition: linear .1s; 234 | -moz-transition: linear .1s; 235 | -o-transition: linear .1s 236 | } 237 | .menu .nav li a:focus, 238 | .menu .nav li a:hover, 239 | .menu .nav li.active a { 240 | background: 0 0; 241 | color: #DE5340 242 | } 243 | .social-media { 244 | bottom: 30px; 245 | padding: 0 30px 246 | } 247 | .social-media li { 248 | display: inline-block; 249 | padding-right: 20px 250 | } 251 | .fill, 252 | .social-media li:last-child { 253 | padding: 0 254 | } 255 | .social-media li a { 256 | color: #DE5340; 257 | transition: linear .1s 258 | } 259 | .social-media li a:hover { 260 | color: #8c8c8c 261 | } 262 | .portfolio-filter ul li.mixitup-control-active, 263 | .portfolio-filter ul li:hover, 264 | .scroll-down { 265 | color: #DE5340 266 | } 267 | .fill { 268 | position: relative; 269 | min-height: 100% 270 | } 271 | .home-content h1, 272 | .home-content img { 273 | margin-bottom: 25px 274 | } 275 | .home-background { 276 | background: url(../images/background.jpg) center center no-repeat; 277 | -webkit-background-size: cover; 278 | -moz-background-size: cover; 279 | -ms-background-size: cover; 280 | -o-background-size: cover; 281 | background-size: cover; 282 | min-height: 100% 283 | } 284 | .home-layer { 285 | position: absolute; 286 | background: rgba(255, 255, 255, .8); 287 | width: 100% 288 | } 289 | .home-content { 290 | position: absolute; 291 | left: 0; 292 | -ms-transform: translate(0, -50%); 293 | transform: translate(0, -50%); 294 | width: 100%; 295 | text-align: center; 296 | padding: 0 30px 297 | } 298 | .home-content img { 299 | width: 180px; 300 | height: 180px; 301 | -webkit-border-radius: 50%; 302 | -moz-border-radius: 50%; 303 | -ms-border-radius: 50%; 304 | -o-border-radius: 50%; 305 | border-radius: 50% 306 | } 307 | .home-content h4 { 308 | display: inline-block; 309 | background: #fff; 310 | margin: 0; 311 | padding: 10px 30px 312 | } 313 | .scroll-down { 314 | position: absolute; 315 | bottom: 50px; 316 | left: 50%; 317 | -webkit-transform: translate(-50%, 0); 318 | -moz-transform: translate(-50%, 0); 319 | -ms-transform: translate(-50%, 0); 320 | -o-transform: translate(-50%, 0); 321 | transform: translate(-50%, 0); 322 | font-size: 24px; 323 | transition: linear .1s 324 | } 325 | .blog-img a::before, 326 | .portfolio-box-content a::before { 327 | bottom: 30px; 328 | border-bottom: 1px solid #DE5340; 329 | border-left: 1px solid #DE5340 330 | } 331 | .scroll-down:hover { 332 | color: #8c8c8c 333 | } 334 | .portfolio-background { 335 | padding: 100px 0 70px; 336 | text-align: center 337 | } 338 | .portfolio-background .section-title { 339 | margin-bottom: 50px 340 | } 341 | .about { 342 | padding: 100px 0 70px; 343 | text-align: center 344 | } 345 | .about .section-title { 346 | margin-bottom: 50px 347 | } 348 | .picture{ 349 | height: 80%; 350 | width: 80%; 351 | } 352 | .about-2{ 353 | font-size: 18px; 354 | padding: 30px 0px 30px 0px; 355 | text-align: justify; 356 | } 357 | .portfolio-filter { 358 | margin-bottom: 35px 359 | } 360 | .portfolio-filter ul li { 361 | position: relative; 362 | display: inline-block; 363 | margin-bottom: 15px; 364 | padding: 0 15px; 365 | cursor: pointer; 366 | color: #a0a0a0; 367 | font: 400 13px Lato, sans-serif; 368 | -webkit-transition: linear .1s; 369 | -moz-transition: linear .1s; 370 | -o-transition: linear .1s; 371 | transition: linear .1s 372 | } 373 | .portfolio-box-content, 374 | .portfolio-box-content a::before { 375 | -webkit-transition: ease-out .3s; 376 | -moz-transition: ease-out .3s; 377 | -o-transition: ease-out .3s 378 | } 379 | .portfolio-filter ul li::after { 380 | position: absolute; 381 | right: -2px; 382 | -ms-transform: translate(0, -50%); 383 | transform: translate(0, -50%); 384 | content: ''; 385 | background: #dcdcdc; 386 | width: 4px; 387 | height: 4px; 388 | -webkit-border-radius: 50%; 389 | -moz-border-radius: 50%; 390 | -ms-border-radius: 50%; 391 | -o-border-radius: 50%; 392 | border-radius: 50% 393 | } 394 | .blog-img a::after, 395 | .portfolio-box-content a::after { 396 | right: 30px; 397 | border-top: 1px solid #DE5340; 398 | border-right: 1px solid #DE5340 399 | } 400 | .portfolio-filter ul li:last-child::after { 401 | background: 0 0 402 | } 403 | .portfolio-box { 404 | position: relative; 405 | margin-bottom: 30px 406 | } 407 | .portfolio-box-content { 408 | position: absolute; 409 | top: 0; 410 | left: 0; 411 | opacity: 0; 412 | background: rgba(255, 255, 255, .9); 413 | width: 100%; 414 | height: 100%; 415 | transition: ease-out .3s 416 | } 417 | .portfolio-box-content a { 418 | display: block; 419 | width: 100%; 420 | height: 100%; 421 | color: #505050 422 | } 423 | .portfolio-box-content a::after, 424 | .portfolio-box-content a::before { 425 | content: ''; 426 | width: 70px; 427 | height: 70px; 428 | position: absolute 429 | } 430 | .portfolio-box-content a::before { 431 | left: 30px; 432 | transition: ease-out .3s 433 | } 434 | .portfolio-box-content a::after { 435 | top: 30px; 436 | -webkit-transition: ease-out .3s; 437 | -moz-transition: ease-out .3s; 438 | -o-transition: ease-out .3s; 439 | transition: ease-out .3s 440 | } 441 | .portfolio-content-title { 442 | position: absolute; 443 | top: 50%; 444 | left: 0; 445 | -webkit-transform: translate(0, -50%); 446 | -moz-transform: translate(0, -50%); 447 | -ms-transform: translate(0, -50%); 448 | -o-transform: translate(0, -50%); 449 | transform: translate(0, -50%); 450 | width: 100% 451 | } 452 | .blog-img, 453 | .blogWrapper, 454 | .popup-box { 455 | position: relative 456 | } 457 | .portfolio-content-title span { 458 | display: block 459 | } 460 | .portfolio-content-title h4, 461 | .portfolio-content-title span { 462 | transform: translateY(4px); 463 | opacity: 0; 464 | -webkit-transition: ease-out .2s; 465 | -moz-transition: ease-out .2s; 466 | -o-transition: ease-out .2s; 467 | transition: ease-out .2s 468 | } 469 | .portfolio-box-content:hover { 470 | opacity: 1 471 | } 472 | .portfolio-box-content:hover .portfolio-content-title h4 { 473 | transform: translateY(0); 474 | opacity: 1; 475 | transition-delay: .2s 476 | } 477 | .portfolio-box-content:hover .portfolio-content-title span { 478 | transform: translateY(0); 479 | opacity: 1; 480 | transition-delay: .4s 481 | } 482 | .blog-img a div, 483 | .customNavigation ul li:first-child { 484 | -webkit-transform: translate(0, -50%); 485 | -moz-transform: translate(0, -50%); 486 | -ms-transform: translate(0, -50%); 487 | -o-transform: translate(0, -50%) 488 | } 489 | .popup-box { 490 | background: #fff; 491 | width: auto; 492 | max-width: 640px; 493 | margin: 0 auto 494 | } 495 | button.mfp-close { 496 | display: block; 497 | top: -44px; 498 | opacity: 1; 499 | width: auto; 500 | height: auto; 501 | line-height: auto; 502 | font-size: 24px; 503 | -webkit-transition: linear .1s; 504 | -moz-transition: linear .1s; 505 | -o-transition: linear .1s; 506 | transition: linear .1s 507 | } 508 | .mfp-close-btn-in .mfp-close { 509 | color: rgba(255, 255, 255, .7) 510 | } 511 | button.mfp-close:hover { 512 | top: -44px; 513 | opacity: 1; 514 | color: #fff 515 | } 516 | .services-box div { 517 | background: #B6936E; 518 | padding: 50px 30px; 519 | color: #fff; 520 | text-align: center; 521 | -webkit-transition: ease-out .2s; 522 | -moz-transition: ease-out .2s; 523 | -o-transition: ease-out .2s; 524 | transition: ease-out .2s 525 | } 526 | .blog-img a, 527 | .blog-img a::before { 528 | -webkit-transition: ease-out .3s; 529 | -moz-transition: ease-out .3s; 530 | -o-transition: ease-out .3s 531 | } 532 | .services-box div:hover { 533 | background: #DE5340 534 | } 535 | .services-box i { 536 | font-size: 36px 537 | } 538 | .services-box h4 { 539 | margin: 15px 0 0; 540 | color: #fff; 541 | text-align: center 542 | } 543 | .blog-img a, 544 | .blog-post-box h3 a { 545 | color: #DE5340 546 | } 547 | .resume-background { 548 | padding: 100px 0 0; 549 | text-align: center 550 | } 551 | .resume-box { 552 | margin-bottom: 30px; 553 | text-align: left 554 | } 555 | .blog-background, 556 | .blog-img a div, 557 | .blog-post-box h3, 558 | .resume-icon, 559 | .testimonial-box, 560 | .testimonial-layer { 561 | text-align: center 562 | } 563 | .resume-icon { 564 | border-left: 1px solid #DE5340; 565 | border-bottom: 1px solid #DE5340; 566 | font-size: 32px 567 | } 568 | .resume-box h4 { 569 | margin-bottom: 10px 570 | } 571 | .blog-background { 572 | padding: 70px 0 100px 573 | } 574 | .blogWrapper { 575 | padding: 0 15px 576 | } 577 | .blog-img { 578 | margin-bottom: 30px 579 | } 580 | .blog-img a { 581 | position: absolute; 582 | top: 0; 583 | left: 0; 584 | display: block; 585 | opacity: 0; 586 | background: rgba(255, 255, 255, .9); 587 | width: 100%; 588 | height: 100%; 589 | font: 400 13px Lato, sans-serif; 590 | line-height: 100%; 591 | transition: ease-out .3s 592 | } 593 | .blog-img a::after, 594 | .blog-img a::before { 595 | content: ''; 596 | width: 70px; 597 | height: 70px; 598 | position: absolute 599 | } 600 | .blog-img a::before { 601 | left: 30px; 602 | transition: ease-out .3s 603 | } 604 | .blog-img a::after { 605 | top: 30px; 606 | -webkit-transition: ease-out .3s; 607 | -moz-transition: ease-out .3s; 608 | -o-transition: ease-out .3s; 609 | transition: ease-out .3s 610 | } 611 | .blog-img a div { 612 | position: absolute; 613 | top: 50%; 614 | transform: translate(0, -50%); 615 | width: 100% 616 | } 617 | .blog-img a div span { 618 | display: block; 619 | transform: translateY(4px); 620 | opacity: 0; 621 | -webkit-transition: ease-out .2s; 622 | -moz-transition: ease-out .2s; 623 | -o-transition: ease-out .2s; 624 | transition: ease-out .2s 625 | } 626 | .customNavigation ul li, 627 | .input-style input, 628 | .text-style textarea { 629 | -webkit-transition: linear .1s; 630 | -moz-transition: linear .1s; 631 | -o-transition: linear .1s 632 | } 633 | .blog-img a:hover { 634 | opacity: 1 635 | } 636 | .blog-img a:hover div span { 637 | transform: translateY(0); 638 | opacity: 1; 639 | transition-delay: .2s 640 | } 641 | .customNavigation ul li { 642 | color: #DE5340; 643 | font-size: 24px; 644 | cursor: pointer; 645 | transition: linear .1s 646 | } 647 | .customNavigation ul li:first-child { 648 | position: absolute; 649 | top: 50%; 650 | left: -25px; 651 | transform: translate(0, -50%) 652 | } 653 | .customNavigation ul li:last-child { 654 | position: absolute; 655 | top: 50%; 656 | right: -25px; 657 | -webkit-transform: translate(0, -50%); 658 | -moz-transform: translate(0, -50%); 659 | -ms-transform: translate(0, -50%); 660 | -o-transform: translate(0, -50%); 661 | transform: translate(0, -50%) 662 | } 663 | .owl-dot, 664 | .submit-style { 665 | position: relative; 666 | display: inline-block 667 | } 668 | .customNavigation ul li:hover { 669 | color: #8c8c8c 670 | } 671 | .testimonial-background { 672 | background: url(../images/background.jpg) center center no-repeat; 673 | -webkit-background-size: cover; 674 | -moz-background-size: cover; 675 | -ms-background-size: cover; 676 | -o-background-size: cover; 677 | background-size: cover 678 | } 679 | .testimonial-layer { 680 | background: rgba(0, 0, 0, .7); 681 | padding: 100px 30px 682 | } 683 | .testimonial-content { 684 | max-width: 640px; 685 | width: auto; 686 | margin: 0 auto 687 | } 688 | .testimonial-box { 689 | color: rgba(255, 255, 255, .7) 690 | } 691 | .testimonial-box h4, 692 | .testimonial-box i { 693 | color: #fff 694 | } 695 | .testimonial-box i { 696 | margin-bottom: 15px; 697 | font-size: 20px 698 | } 699 | .owl-dots { 700 | margin-top: 30px 701 | } 702 | .owl-dot { 703 | background: 0 0; 704 | width: 8px; 705 | height: 8px; 706 | border: 1px solid rgba(255, 255, 255, .3); 707 | -webkit-border-radius: 50%; 708 | -moz-border-radius: 50%; 709 | -ms-border-radius: 50%; 710 | -o-border-radius: 50%; 711 | border-radius: 50%; 712 | margin: 0 10px 713 | } 714 | .owl-dot.active, 715 | .owl-dot:focus, 716 | .owl-dot:hover { 717 | background: 0 0; 718 | border-color: #fff 719 | } 720 | .contact-background { 721 | padding: 100px 0; 722 | text-align: center 723 | } 724 | .contact-form, 725 | .contact-info { 726 | text-align: left 727 | } 728 | .input-style { 729 | width: 100% 730 | } 731 | .input-style input, 732 | .text-style textarea { 733 | background: 0 0; 734 | width: 100%; 735 | padding: 15px 20px; 736 | border: 1px solid #e6e6e6; 737 | outline: 0; 738 | color: #505050; 739 | transition: linear .1s 740 | } 741 | .input-style div { 742 | margin-bottom: 15px 743 | } 744 | textarea { 745 | height: 120px 746 | } 747 | ::-webkit-input-placeholder { 748 | letter-spacing: .5px; 749 | color: #505050 750 | } 751 | :-moz-placeholder { 752 | letter-spacing: .5px; 753 | color: #505050 754 | } 755 | ::-moz-placeholder { 756 | letter-spacing: .5px; 757 | color: #505050 758 | } 759 | :-ms-input-placeholder { 760 | letter-spacing: .5px; 761 | color: #505050 762 | } 763 | .submit-style { 764 | background: 0 0; 765 | margin-top: 15px; 766 | padding: 15px 30px; 767 | border: 1px solid transparent; 768 | border-left-color: #DE5340; 769 | border-bottom-color: #DE5340; 770 | box-shadow: none; 771 | color: #DE5340; 772 | font: 400 13px Lato, sans-serif; 773 | letter-spacing: 2px; 774 | text-transform: uppercase; 775 | -webkit-transition: linear .1s; 776 | -moz-transition: linear .1s; 777 | -o-transition: linear .1s; 778 | transition: linear .1s 779 | } 780 | .submit-style:focus, 781 | .submit-style:hover { 782 | border-color: #DE5340 783 | } 784 | .submit-style:focus { 785 | outline: 0 786 | } 787 | #error, 788 | #success { 789 | display: none; 790 | margin-top: 30px 791 | } 792 | #success { 793 | color: #419873 794 | } 795 | #error { 796 | color: red 797 | } 798 | .contact-info ul li { 799 | margin-bottom: 25px 800 | } 801 | .contact-info ul li:last-child { 802 | margin: 0 803 | } 804 | .footer-background { 805 | background: #DE5340; 806 | padding: 100px 30px; 807 | text-align: center; 808 | color: rgba(255, 255, 255, .7) 809 | } -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | SimpleFolio - Portfolio Template 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 | 39 | 40 | 41 | 42 |
43 |
44 |
45 |
46 | 47 | 48 | 52 | 106 | 107 | 108 |
109 |
110 |
111 |
112 | 113 | 114 |

Amine Smahi 115 |

116 |

Web Developer & Graphic Designer 117 |

118 |
119 | 120 | 124 | 125 |
126 |
127 |
128 | 129 |
130 |
131 |
132 |

About Me 133 |

134 |
135 | 136 |
137 | 138 |
139 | 140 |
141 |

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla consequat massa quis enim. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla consequat massa quis enim. 142 |

143 |

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla consequat massa quis enim. 144 |

145 |

Lorem ipsum dolor et magnis dis parturient montes, nascetur ridiculus mus. Nulla consequat massa quis enim. 146 |

147 |
148 |
149 |
150 |
151 |
152 | 153 |
154 |
155 |
156 |

My Latest Works 157 |

158 | 159 |
160 |
    161 |
  • all 162 |
  • 163 |
  • First 164 |
  • 165 |
  • Second 166 |
  • 167 |
  • Third 168 |
  • 169 |
170 |
171 | 172 |
173 |
174 | 175 |
176 | 191 | 192 | 202 | 203 |
204 | 205 |
206 | 221 | 222 | 232 | 233 |
234 | 235 |
236 | 251 | 252 | 262 | 263 |
264 | 265 |
266 | 281 | 282 | 292 | 293 |
294 | 295 |
296 | 297 |
298 |
299 | 300 |
301 |
302 | 303 | 304 |
305 |
306 |
307 |
308 | 309 |
310 |
311 | 312 | 313 |

Web Development 314 |

315 |
316 |
317 | 318 |
319 |
320 | 321 | 322 |

Photography 323 |

324 |
325 |
326 | 327 |
328 |
329 | 330 | 331 |

Online Marketing 332 |

333 |
334 |
335 | 336 |
337 | 338 |
339 | 340 |
341 |
342 | 343 | 344 |
345 |
346 |
347 |

Education & Experience 348 |

349 |
350 | 351 |
352 | 353 |
354 |
355 | 356 | 357 |
358 |
359 |

University of Design 360 |

361 |

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. 362 |

363 |
364 |
365 | 366 |
367 |
368 | 369 | 370 |
371 |
372 |

University of IT 373 |

374 |

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. 375 |

376 |
377 |
378 | 379 |
380 | 381 |
382 | 383 |
384 |
385 | 386 | 387 |
388 |
389 |

Themeforest 390 |

391 |

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. 392 |

393 |
394 |
395 | 396 |
397 |
398 | 399 | 400 |
401 |
402 |

PhotoDune 403 |

404 |

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. 405 |

406 |
407 |
408 | 409 |
410 | 411 |
412 | 413 |
414 | 415 |
416 |
417 | 418 | 419 |
420 |
421 |
422 |

Latest Blog Posts 423 |

424 |
425 | 494 | 495 | 496 |
497 |
    498 | 502 | 506 |
507 |
508 | 509 |
510 |
511 | 512 |
513 |
514 | 515 | 516 |
517 |
518 |
519 |
520 | 550 |
551 |
552 |
553 |
554 | 555 | 556 |
557 |
558 |
559 |

Get In Touch 560 |

561 |
562 |
563 |
564 |
565 |
566 | 567 |
568 |
569 | 570 |
571 |
572 |
573 | 575 |
576 | 577 |
578 | 579 |

Your Message has been sent! 580 |

581 |

Something went wrong, go back and try again! 582 |

583 |
584 |
585 |
586 | 587 |
588 |
    589 |
  • 590 |

    Phone 591 |

    592 | +(213) 553 43 46 55 593 | 594 |
  • 595 |
  • 596 |

    Email 597 |

    598 | amine@domain.com 599 | 600 |
  • 601 |
  • 602 |

    Address 603 |

    604 | 11 Somewhere in oran , Algeria 605 | 606 |
  • 607 |
608 |
609 |
610 | 611 |
612 | 613 |
614 |
615 | 616 | 617 | 648 | 649 | 650 | 651 | 653 | 654 | 656 | 657 | 659 | 660 | 662 | 663 | 665 | 666 | 668 | 669 | 670 | -------------------------------------------------------------------------------- /font-awesome/css/font-awesome.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');src:url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto} 5 | -------------------------------------------------------------------------------- /js/bootstrap.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap v3.3.7 (http://getbootstrap.com) 3 | * Copyright 2011-2016 Twitter, Inc. 4 | * Licensed under the MIT license 5 | */ 6 | if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&jdocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-mo.width?"left":"left"==h&&k.left-lg.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;jg.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b=e[a]&&(void 0===e[a+1]||b .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery); -------------------------------------------------------------------------------- /linea/fonts/linea-basic-10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Generated by Fontastic.me 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 | --------------------------------------------------------------------------------