From 35bce3a4f8ef13a2ee9f59ac6c1318afef9f1202 Mon Sep 17 00:00:00 2001
From: dgkf <18220321+dgkf@users.noreply.github.com>
Date: Thu, 16 Apr 2026 21:44:47 -0400
Subject: [PATCH 1/2] chore: remove baked theme
---
content/old-pages/casestudies.markdown | 2 -
themes/hugo-universal-theme/.eslintignore | 4 -
themes/hugo-universal-theme/.eslintrc.yml | 6 -
themes/hugo-universal-theme/.gitignore | 5 -
themes/hugo-universal-theme/.travis.yml | 21 -
themes/hugo-universal-theme/LICENSE | 21 -
themes/hugo-universal-theme/README.md | 695 ----
.../archetypes/default.md | 4 -
themes/hugo-universal-theme/i18n/ca.yaml | 116 -
themes/hugo-universal-theme/i18n/cs.yaml | 116 -
themes/hugo-universal-theme/i18n/de.yaml | 116 -
themes/hugo-universal-theme/i18n/en.yaml | 116 -
themes/hugo-universal-theme/i18n/es.yaml | 116 -
themes/hugo-universal-theme/i18n/fr.yaml | 116 -
themes/hugo-universal-theme/i18n/id.yaml | 116 -
themes/hugo-universal-theme/i18n/it.yaml | 116 -
themes/hugo-universal-theme/i18n/ja.yaml | 116 -
themes/hugo-universal-theme/i18n/nl.yaml | 116 -
themes/hugo-universal-theme/i18n/pt-br.yaml | 116 -
themes/hugo-universal-theme/i18n/ru.yaml | 116 -
themes/hugo-universal-theme/i18n/sv.yaml | 116 -
themes/hugo-universal-theme/i18n/zh.yaml | 116 -
themes/hugo-universal-theme/layouts/404.html | 41 -
.../layouts/_default/list.html | 128 -
.../layouts/_default/single.html | 90 -
.../layouts/archetypes/default.md | 10 -
.../hugo-universal-theme/layouts/index.html | 37 -
.../layouts/page/single.html | 55 -
.../layouts/partials/breadcrumbs.html | 9 -
.../layouts/partials/carousel.html | 29 -
.../layouts/partials/clients.html | 42 -
.../layouts/partials/contact.html | 78 -
.../layouts/partials/custom_headers.html | 0
.../layouts/partials/features.html | 48 -
.../layouts/partials/footer.html | 89 -
.../layouts/partials/head.html | 67 -
.../layouts/partials/headers.html | 100 -
.../layouts/partials/map.html | 17 -
.../layouts/partials/nav.html | 161 -
.../layouts/partials/page.html | 12 -
.../layouts/partials/recent_posts.html | 76 -
.../layouts/partials/scripts.html | 21 -
.../layouts/partials/see_more.html | 28 -
.../layouts/partials/sidebar.html | 5 -
.../layouts/partials/testimonials.html | 55 -
.../layouts/partials/top.html | 20 -
.../layouts/partials/widgets/categories.html | 24 -
.../layouts/partials/widgets/search.html | 22 -
.../layouts/partials/widgets/tags.html | 24 -
themes/hugo-universal-theme/package.json | 18 -
.../static/css/animate.css | 3158 ---------------
.../static/css/custom.css | 10 -
.../static/css/owl.carousel.css | 70 -
.../static/css/owl.theme.css | 69 -
.../static/css/style.blue.css | 3557 -----------------
.../static/css/style.default.css | 3557 -----------------
.../static/css/style.green.css | 3557 -----------------
.../static/css/style.marsala.css | 3557 -----------------
.../static/css/style.pink.css | 3557 -----------------
.../static/css/style.red.css | 3557 -----------------
.../static/css/style.turquoise.css | 3557 -----------------
.../static/css/style.violet.css | 3557 -----------------
.../static/img/apple-touch-icon.png | Bin 2374 -> 0 bytes
.../hugo-universal-theme/static/img/efspi.png | Bin 3796 -> 0 bytes
.../static/img/favicon.ico | Bin 34494 -> 0 bytes
.../static/img/favicon.png | Bin 2457 -> 0 bytes
.../static/img/jaxon_abercrombie.jpg | Bin 178790 -> 0 bytes
.../static/img/jaxon_abercrombie2.jpg | Bin 18829 -> 0 bytes
.../static/img/package_pattern.png | Bin 2992230 -> 0 bytes
.../static/img/photogrid_old.jpg | Bin 167741 -> 0 bytes
.../static/img/photogrid_rval.png | Bin 334714 -> 0 bytes
.../static/img/placeholder_profile_photo.jpg | Bin 3028 -> 0 bytes
.../hugo-universal-theme/static/img/psi.png | Bin 3814 -> 0 bytes
.../static/img/rconsort.png | Bin 24117 -> 0 bytes
.../static/img/rval_pattern.png | Bin 1481088 -> 0 bytes
.../static/img/texture-bw.png | Bin 136692 -> 0 bytes
.../static/img/texture-green.png | Bin 160087 -> 0 bytes
.../static/img/texture-turquoise.png | Bin 168861 -> 0 bytes
.../static/img/texture-violet.png | Bin 155236 -> 0 bytes
.../hugo-universal-theme/static/js/front.js | 386 --
.../static/js/gmaps.init.js | 71 -
.../static/js/hpneo.gmaps.js | 2132 ----------
.../static/js/owl.carousel.min.js | 1 -
.../static/js/respond.min.js | 6 -
themes/hugo-universal-theme/theme.toml | 17 -
85 files changed, 38064 deletions(-)
delete mode 100644 themes/hugo-universal-theme/.eslintignore
delete mode 100644 themes/hugo-universal-theme/.eslintrc.yml
delete mode 100644 themes/hugo-universal-theme/.gitignore
delete mode 100644 themes/hugo-universal-theme/.travis.yml
delete mode 100644 themes/hugo-universal-theme/LICENSE
delete mode 100644 themes/hugo-universal-theme/README.md
delete mode 100644 themes/hugo-universal-theme/archetypes/default.md
delete mode 100644 themes/hugo-universal-theme/i18n/ca.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/cs.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/de.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/en.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/es.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/fr.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/id.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/it.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/ja.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/nl.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/pt-br.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/ru.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/sv.yaml
delete mode 100644 themes/hugo-universal-theme/i18n/zh.yaml
delete mode 100644 themes/hugo-universal-theme/layouts/404.html
delete mode 100644 themes/hugo-universal-theme/layouts/_default/list.html
delete mode 100644 themes/hugo-universal-theme/layouts/_default/single.html
delete mode 100644 themes/hugo-universal-theme/layouts/archetypes/default.md
delete mode 100644 themes/hugo-universal-theme/layouts/index.html
delete mode 100644 themes/hugo-universal-theme/layouts/page/single.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/breadcrumbs.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/carousel.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/clients.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/contact.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/custom_headers.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/features.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/footer.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/head.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/headers.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/map.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/nav.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/page.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/recent_posts.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/scripts.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/see_more.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/sidebar.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/testimonials.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/top.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/widgets/categories.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/widgets/search.html
delete mode 100644 themes/hugo-universal-theme/layouts/partials/widgets/tags.html
delete mode 100644 themes/hugo-universal-theme/package.json
delete mode 100644 themes/hugo-universal-theme/static/css/animate.css
delete mode 100644 themes/hugo-universal-theme/static/css/custom.css
delete mode 100644 themes/hugo-universal-theme/static/css/owl.carousel.css
delete mode 100644 themes/hugo-universal-theme/static/css/owl.theme.css
delete mode 100644 themes/hugo-universal-theme/static/css/style.blue.css
delete mode 100644 themes/hugo-universal-theme/static/css/style.default.css
delete mode 100644 themes/hugo-universal-theme/static/css/style.green.css
delete mode 100644 themes/hugo-universal-theme/static/css/style.marsala.css
delete mode 100644 themes/hugo-universal-theme/static/css/style.pink.css
delete mode 100644 themes/hugo-universal-theme/static/css/style.red.css
delete mode 100644 themes/hugo-universal-theme/static/css/style.turquoise.css
delete mode 100644 themes/hugo-universal-theme/static/css/style.violet.css
delete mode 100644 themes/hugo-universal-theme/static/img/apple-touch-icon.png
delete mode 100644 themes/hugo-universal-theme/static/img/efspi.png
delete mode 100644 themes/hugo-universal-theme/static/img/favicon.ico
delete mode 100644 themes/hugo-universal-theme/static/img/favicon.png
delete mode 100644 themes/hugo-universal-theme/static/img/jaxon_abercrombie.jpg
delete mode 100644 themes/hugo-universal-theme/static/img/jaxon_abercrombie2.jpg
delete mode 100644 themes/hugo-universal-theme/static/img/package_pattern.png
delete mode 100644 themes/hugo-universal-theme/static/img/photogrid_old.jpg
delete mode 100644 themes/hugo-universal-theme/static/img/photogrid_rval.png
delete mode 100644 themes/hugo-universal-theme/static/img/placeholder_profile_photo.jpg
delete mode 100644 themes/hugo-universal-theme/static/img/psi.png
delete mode 100644 themes/hugo-universal-theme/static/img/rconsort.png
delete mode 100644 themes/hugo-universal-theme/static/img/rval_pattern.png
delete mode 100644 themes/hugo-universal-theme/static/img/texture-bw.png
delete mode 100644 themes/hugo-universal-theme/static/img/texture-green.png
delete mode 100644 themes/hugo-universal-theme/static/img/texture-turquoise.png
delete mode 100644 themes/hugo-universal-theme/static/img/texture-violet.png
delete mode 100644 themes/hugo-universal-theme/static/js/front.js
delete mode 100644 themes/hugo-universal-theme/static/js/gmaps.init.js
delete mode 100644 themes/hugo-universal-theme/static/js/hpneo.gmaps.js
delete mode 100644 themes/hugo-universal-theme/static/js/owl.carousel.min.js
delete mode 100644 themes/hugo-universal-theme/static/js/respond.min.js
delete mode 100644 themes/hugo-universal-theme/theme.toml
diff --git a/content/old-pages/casestudies.markdown b/content/old-pages/casestudies.markdown
index b4f0e37..f1be372 100644
--- a/content/old-pages/casestudies.markdown
+++ b/content/old-pages/casestudies.markdown
@@ -15,12 +15,10 @@ The following videos are taken from our three-part meeting series in 2022. The
VIDEO
-
*Part 2*
VIDEO
-
*Part 1*
VIDEO
diff --git a/themes/hugo-universal-theme/.eslintignore b/themes/hugo-universal-theme/.eslintignore
deleted file mode 100644
index 2780efd..0000000
--- a/themes/hugo-universal-theme/.eslintignore
+++ /dev/null
@@ -1,4 +0,0 @@
-**/*.min.js
-**/owl.*.js
-**/jquery.*.js
-**/hpneo.*.js
diff --git a/themes/hugo-universal-theme/.eslintrc.yml b/themes/hugo-universal-theme/.eslintrc.yml
deleted file mode 100644
index a3f524b..0000000
--- a/themes/hugo-universal-theme/.eslintrc.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-extends: standard
-plugins:
- - standard
- - promise
-env:
- jquery: true
diff --git a/themes/hugo-universal-theme/.gitignore b/themes/hugo-universal-theme/.gitignore
deleted file mode 100644
index 19ee887..0000000
--- a/themes/hugo-universal-theme/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-.DS_Store
-public/
-npm-debug.log
-/node_modules/*
-exampleSite/.hugo_build.lock
diff --git a/themes/hugo-universal-theme/.travis.yml b/themes/hugo-universal-theme/.travis.yml
deleted file mode 100644
index 9af5128..0000000
--- a/themes/hugo-universal-theme/.travis.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-sudo: required
-os:
- - osx
-language: ruby
-rvm:
- - 2.3.0
-env:
- - TRAVIS_NODE_VERSION="6"
-install:
- - brew update
- - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- - npm install
- - npm run install_hugo
-script:
- - npm run lint
- - cd exampleSite
- - hugo
-notifications:
- slack:
- rooms:
- - devcows:Qs59B9IYFi3IfrejVqNlN5G7#general
diff --git a/themes/hugo-universal-theme/LICENSE b/themes/hugo-universal-theme/LICENSE
deleted file mode 100644
index 8ee942f..0000000
--- a/themes/hugo-universal-theme/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2016 DevCows
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/themes/hugo-universal-theme/README.md b/themes/hugo-universal-theme/README.md
deleted file mode 100644
index 44af8c4..0000000
--- a/themes/hugo-universal-theme/README.md
+++ /dev/null
@@ -1,695 +0,0 @@
-# Universal Theme for Hugo
-
-[](https://codeclimate.com/github/devcows/hugo-universal-theme)
-
-Universal is a clean and stylish website template built with [Bootstrap](https://getbootstrap.com/docs/3.4/getting-started/). It stands out with its clean design and elegant typography.
-
-Demo site: [https://devcows.github.io/hugo-universal-theme](https://devcows.github.io/hugo-universal-theme/)
-
-Sponsor this project:
-- [https://paypal.me/ryanfox1985](https://paypal.me/ryanfox1985)
-- [https://www.patreon.com/ryanfox1985](https://www.patreon.com/ryanfox1985)
-
-This Hugo theme was ported from [Bootstrapious](http://bootstrapious.com/p/universal-business-e-commerce-template) for training and fun. It has a very nice and customizable landing page, a comments system by Disqus, site search by Google, contact forms by Formspree, Google Analytics, and optional widgets for the sidebar.
-
-
-
-
-## Table of Contents
-
-- [Universal Theme for Hugo](#universal-theme-for-hugo)
- - [Table of Contents](#table-of-contents)
- - [Features](#features)
- - [Installation](#installation)
- - [Configuration](#configuration)
- - [Language](#language)
- - [Style](#style)
- - [Comments](#comments)
- - [Google Analytics](#google-analytics)
- - [Logo](#logo)
- - [Contact form](#contact-form)
- - [Menu](#menu)
- - [Sidebar widgets](#sidebar-widgets)
- - [Top bar](#top-bar)
- - [Blog post thumbnails](#blog-post-thumbnails)
- - [Landing page](#landing-page)
- - [Carousel](#carousel)
- - [Features](#features-1)
- - [Testimonials](#testimonials)
- - [See more](#see-more)
- - [Clients](#clients)
- - [Recent posts](#recent-posts)
- - [Footer](#footer)
- - [About us](#about-us)
- - [Recent posts](#recent-posts-1)
- - [Contact](#contact)
- - [Meta tags](#meta-tags)
- - [Usage](#usage)
- - [Contributing](#contributing)
- - [License](#license)
- - [Thanks](#thanks)
-
-## Features
-
-* Responsive design
-* Customizable landing page
- * Carousel
- * Testimonials
- * Features
- * Customers
- * Recent posts
-* Contact form by Formspree
-* Google search
-* Disqus comments
-* Google Analytics
-
-
-## Installation
-
-Go to the directory where you have your Hugo site and run:
-
-```
-$ mkdir themes
-$ cd themes
-$ git clone https://github.com/devcows/hugo-universal-theme
-```
-
-For more information read the official [setup guide](https://gohugo.io/installation/) of Hugo.
-
-
-## Configuration
-
-After installing the Universal theme successfully, we recommend you to take a look at the [exampleSite](//github.com/devcows/hugo-universal-theme/tree/master/exampleSite) directory. You will find a working Hugo site configured with the Universal theme that you can use as a starting point for your site.
-
-First, let's take a look at the [config.toml](//github.com/devcows/hugo-universal-theme/tree/master/exampleSite/config.toml). It will be useful to learn how to customize your site. Feel free to play around with the settings.
-
-
-### Language
-
-Available translations are in the `/i18n` directory. You can configure the language modifying the following key.
-
-```toml
-defaultContentLanguage = "en"
-```
-
-### Style
-
-You can change the color of the theme by modifying the following key.
-
-```toml
-style = "default"
-```
-
-Available options are: `default` (light-blue), `blue`, `green`, `marsala`, `pink`, `red`, `turquoise`, `violet`.
-There is the possibility to override the CSS and set your custom styles, override this file `static/css/custom.css` in your site.
-
-
-### Comments
-
-The optional comments system is powered by [Disqus](https://disqus.com). If you want to enable comments, create an account in Disqus and write down your shortname.
-
-```toml
-disqusShortname = "devcows"
-```
-
-You can disable the comments system by leaving the `disqusShortname` empty.
-
-
-### Google Analytics
-
-You can optionally enable Google Analytics. Type your tracking code in the ``.
-
-```toml
-googleAnalytics = "UA-XXXXX-X"
-```
-
-Leave the `googleAnalytics` key empty to disable it.
-
-### Logo
-
-A logo can be selected, two parameters `logo` and `logo_small` can be defined. By default `logo` is used for medium and big screens and the `logo_small` value will be used when the site is rendered on small screens. Also there is the possibility to disable the logo and render a alternative text.
-
-```toml
-[params]
- disabled_logo = false
- logo_text = "Universal"
-
- logo = "img/logo.png"
- logo_small = "img/logo-small.png"
-```
-
-### Contact form
-
-You can optionally create a contact page and include a contact form.
-
-A contact page is just like a regular Hugo page. But it must include the field `id` with the value `contact`.
-
-```toml
-+++
-title = "Contact"
-id = "contact"
-+++
-```
-
-You can enable or disable the Google Maps widget on the contact page by setting `params.enableGoogleMaps` to `true` or `false` in `config.toml`. Make sure to also provide a valid `googleMapsApiKey` if you decide to enable the widget – otherwise it likely won't work. By clicking on the pin, Google Maps opens a route description with the coordinates `latitude` and `longitude`. Additionally, you can define the `direction` if you want to have another destination for the directions or the Google Maps entry of your company. If `enableGoogleMaps` is set to `false` on the other hand, the subsequent `googleMapsApiKey`, `latitude`, `longitude` and `direction` will be ignored.
-
-Example configuration:
-
-```toml
-[params]
- enableGoogleMaps = true
- googleMapsApiKey = "site_key_for_google_maps"
-
- latitude = "-12.043333"
- longitude = "-77.028333"
- direction = "Desamparados Station, Distrito de Lima 15001, Peru"
-```
-
-Since Hugo sites are static, the contact form uses [Formspree](https://formspree.io/) as a proxy. The form makes a POST request to their servers to send the actual email. Formspree and the submissions for the free plan are limited, [checkout the plans for details](https://formspree.io/plans).
-
-To enable the form in the contact page, just type your Formspree email in the `config.toml` file, and specify whether to use ajax(paid) to send request or plain HTTP POST(free). Also there is the possibility to enable a captcha using recaptcha.
-
-```toml
-[params]
- email = "your@email.com"
- contact_form_ajax = false
-
- enableRecaptchaInContactForm = true
- googleRecaptchaKey = "site_key_for_google_recaptcha"
-```
-
-### Menu
-
-You can also define the menu items that will appear in the top bar. Edit the `[[params.menu]]` entries to create your menu.
-
-```toml
-[[params.menu]]
- name = "Contact"
- url = "/contact"
- weight = 4
-```
-
-The `weight` parameter will determine the order of the menu entries. A top level menu item can contain a dropdown with
-an optional image, sections and multiple columns of menu items.
-
-To create a single list of menu items in the dropdown, first give your top level menu item unique identifier:
-
-```toml
-[[menu.main]]
- name = "Home"
- identifier = "menu.home"
- url = "/"
- weight = 1
-```
-
-Now create additional menu items and use the above unique identifier as the value for the parent attribute:
-
-```
-[[menu.main]]
- name = "Option 1: Default Page"
- url = "/"
- weight = 1
- parent = "menu.home"
-
-[[menu.main]]
- name = "Option 2: Application"
- url = "/"
- weight = 2
- parent = "menu.home"
-```
-
-It is also possible to display a dropdown menu with 4 columns. This theme supports 2 variations:
-* 4 columns of menu items with sections
-* 2 column wide image + 2 columns of menu items with sections
-
-To display 4 columns of menu items, start using sections. Sections are menu items treated special by this theme:
-
-```
-[[menu.main]]
- name = "All Pages"
- identifier = "menu.allpages"
- url = ""
- weight = 4
-
-[[menu.main]]
- name = "Home"
- identifier = "section.ap-home"
- url = ""
- weight = 1
- parent = "menu.allpages"
- post = 1
-
-[[menu.main]]
- name = "Portfolio"
- identifier = "section.ap-portfolio"
- url = ""
- weight = 1
- parent = "menu.allpages"
- post = 2
-
-[[menu.main]]
- name = "Shop"
- identifier = "section.ap-shop"
- url = ""
- weight = 1
- parent = "menu.allpages"
- post = 3
-
-[[menu.main]]
- name = "Blog"
- identifier = "section.ap-blog"
- url = ""
- weight = 3
- parent = "menu.allpages"
- post = 4
-
-[[menu.main]]
- name = "Blog Listing Big"
- url = "/blog/"
- weight = 1
- parent = "section.ap-blog"
-
-```
-
-The above example shows a reduced version of the *All Pages* menu item from the example site. As you can see,
-we first create menu items with an identifier starting with `section.`. If you create entries like this, these
-will appear as section headers in your drop down.
-
-Each of these entries contain values for both the `weight` and `post` attribute. The `post` attribute is hijacked
-to indicate in which column a section will be put in. Within a column, the `weight` value is respected to show the
-sections top to bottom.
-
-Use to the unique section identifier (e.g. `section.ap-blog`) as the `parent` value to add a menu item to a specific
-section. Using `weight` and `post` on the sections allow you to balance the columns with approximately the same
-amount of entries.
-
-To display a 2 column wide image and 2 columns of menu items, the process is similar as above. However, we hijack
-the `url` field of the top level menu item to link the image from our static assets:
-
-```
-[[menu.main]]
- name = "Portfolio"
- identifier = "menu.portfolio"
- url = "/img/template-homepage.png"
- weight = 3
-```
-
-When a `url` is filled in, only column 1 and 2 (the `post` value in the section menu items) will be displayed.
-When using an image, don't configure section menu items in column 3 or 4. **These will not be rendered.**
-
-**Important:** Do not change the `identifier` key of existing menu entries!
-
-
-### Sidebar widgets
-
-You can enable/disable the sidebar widgets that will be shown in the blog section. The following widgets are currently available:
-
-* Search bar (powered by Google)
-* Categories list
-* Tags list
-
-You can enable/disable them under `params.widgets`.
-
-```toml
-[params.widgets]
- search = true
- categories = true
- tags = true
-```
-
-### Top bar
-
-The top bar is typically used to provide contact information and social links. It is disabled by default, and it can be enabled inside the `params.topbar` settings.
-
-```toml
-[params.topbar]
- enable = true
- text = "
Contact us on +420 777 555 333 or hello@universal.com.
"
-```
-
-The `text` shows up on the left side and accepts HTML.
-
-The social links on the right side are configured as a top-level menu.
-
-```toml
-[[menu.topbar]]
- weight = 1
- name = "GitHub"
- url = "https://github.com/devcows/hugo-universal-theme"
- pre = " "
-
-[[menu.topbar]]
- weight = 2
- name = "Facebook"
- url = "http://facebook.com"
- pre = " "
-```
-
-### Menu behavior
-
-The dropdown menu is displayed by default when the user clicks on the menu item. However, you can also use the `dropdown_mouse_over` setting to change this behavior and use the mouse over instead.
-
-```toml
-[params]
- dropdown_mouse_over = true
-```
-
-### Blog post thumbnails
-
-After creating a new post you can define a banner by entering the relative path to the image.
-
-```toml
-banner = "img/banners/banner-4.jpg"
-```
-
-It must contain a relative path to the banner inside the `static` directory.
-
-
-### Landing page
-
-The landing page consists in many sections that can be activated and configured individually. Let's go through all sections from top to bottom.
-
-#### Carousel
-
-The carousel content is configured in the data directory.
-
-```
-data
-└── carousel
- ├── customizable.yaml
- ├── design.yaml
- ├── features.yaml
- └── multipurpose.yaml
-```
-
-Each carousel entry is represented as a YAML file inside `data/carousel`. Let's see the `customizable.yaml` as an example of a carousel entry.
-
-```yaml
-weight: 4
-title: "Easy to customize"
-description: >
-
- 7 preprepared colour variations.
- Easily to change fonts
-
-image: "img/carousel/template-easy-code.png"
-href: "https://devcows.github.io/hugo-universal-theme/"
-```
-
-The `weight` field determines the position of the entry. `title` is a text-only field. The `description` field accepts HTML code. The `image` must contain the relative path to the image inside the `static` directory. The optional `href` field contains a relative or absolute url that the user will be redirected to when clicking the carousel (specific to each carousel item).
-
-Once the carousel is configured, some options can be defined like: auto play, speed, etc. in the `config.toml` file.
-
-```toml
-[params.carouselHomepage]
- enable = true
- auto_play = true
- slide_speed = 2000
- pagination_speed = 1000
-```
-
-#### Features
-
-Features are also defined in the `data` directory just like the carousel:
-
-```
-data
-└── features
- ├── consulting.yaml
- ├── email.yaml
- ├── print.yaml
- ├── seo.yaml
- ├── uiux.yaml
- └── webdesign.yaml
-```
-
-The content of the `consulting.yaml` example feature file looks like this:
-
-```yaml
-weight: 4
-name: "Consulting"
-icon: "fas fa-lightbulb"
-url: ""
-description: "Fifth abundantly made Give sixth hath. Cattle creature i be don't them behold green moved fowl Moved life us beast good yielding. Have bring."
-```
-
-The meaning of the individual YAML keys is as follows:
-
-| Key | Description |
-| --- | ----------- |
-| `weight` | A means to set the order of multiple features; features with a lower `weight` are displayed first (left to right, top to bottom) |
-| `name` | The title text below the feature icon; Markdown is supported |
-| `icon` | The CSS class of the feature icon; in this example we have used icons powered by [FontAwesome](http://fontawesome.io/icons/) |
-| `url` | An optional URL the feature icon should point to; if specified, the icon will become a clickable hyperlink |
-| `description` | A short text below the title text to describe the feature; Markdown is supported |
-
-Once you have completed your features, enable them in the `config.toml` file. Also the number of elements per row can be defined, by default is 3 (choose a divisor of 12 like 2, 3, 4 or 6).
-
-```toml
-[params.features]
- enable = true
- cols = 3
-```
-
-#### Testimonials
-
-Testimonials are defined in the `data` directory.
-
-```
-data
-└── testimonials
- ├── 1.yaml
- ├── 2.yaml
- ├── 3.yaml
- ├── 4.yaml
- └── 5.yaml
-```
-
-You can add as many testimonials files as you want. Be sure you fill in all fields as in the following example.
-
-```yaml
-text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections."
-name: "John McIntyre"
-position: "CEO, TransTech"
-avatar: "img/testimonials/person-1.jpg"
-```
-
-Then, enable it in the configuration file and add a title and subtitle.
-
-```toml
-[params.testimonials]
- enable = true
- title = "Testimonials"
- subtitle = "We have worked with many clients and we always like to hear they come out from the cooperation happy and satisfied. Have a look what our clients said about us."
-```
-
-
-#### See more
-
-This section is used to provide a link to another place. It can be an external site, or a page or post within your Hugo site.
-
-You can enable it in the configuration file.
-
-```toml
-[params.see_more]
- enable = true
- icon = "far fa-file-alt"
- title = "Do you want to see more?"
- subtitle = "We have prepared for you more than 40 different HTML pages, including 5 variations of homepage."
- link_url = "http://your-site.com/more"
- link_text = "Check other homepages"
-```
-
-
-#### Clients
-
-The clients section is used to show a list of logos of companies you have collaborated with. The clients are defined in the `data` directory as YAML files.
-
-```
-data
-└── clients
- ├── 1.yaml
- ├── 2.yaml
- ├── 3.yaml
- ├── 4.yaml
- ├── 5.yaml
- └── 6.yaml
-```
-
-Each client file contains the following information.
-
-```yaml
-name: "customer-1"
-image: "img/clients/customer-1.png"
-url: "http://www.customer-1.com"
-```
-
-The `name` of the client. `image` is a relative path to the logo inside the `static` directory. And `url` is an optional field in case you want to link the logo to the client's website.
-
-Then, you can enable the section in the configuration file.
-
-```toml
-[params.clients]
- enable = true
- title = "Our Partners"
- subtitle = "We have proudly collaborated with the following companies."
-```
-
-#### Recent posts
-
-The recent posts sections shows the four latest published blog posts, with their featured image and an optional summary. It defaults to show recent posts from all [main sections](https://gohugo.io/functions/where/#mainsections). This is either the section with the most posts or can be set explicitly in the configuration file (see linked docs).
-
-You can enable it in the configuration file.
-
-```toml
-summaryLength = 70
-
-[params.recent_posts]
- enable = true
- title = "From our blog"
- subtitle = "Pellen"
- hide_summary = false
-```
-
-Recent posts use `.Summary` property and by default, Hugo automatically takes the first 70 words of your content as its summary and stores it into the `.Summary` page variable for use in your templates. You may customize the summary length by setting summaryLength in your site configuration.
-When setting the `hide_summary` configuration property to `true` the summary will be hidden on the recent posts as well as the blogs list page.
-
-#### Footer
-
-In the footer there are three blocks customizables: `About us`, `Recent posts` and `contact`. Each block can be set via parameters.
-
-##### About us
-
-A text can be defined, in case there is no text defined the entire block will be hidden:
-
-```toml
-[params]
- about_us = "Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.
"
-```
-
-##### Recent posts
-
-Recent posts block can be enabled or disabled (hidden).
-
-```toml
-[params.footer.recent_posts]
- enable = true
-```
-
-##### Contact
-
-In contact section there is a button to redirect to contact page, there is the possibility to customize the url also a contact text can be defined, in case there is no text defined the entire block will be hidden:
-
-```toml
-[params]
- contact_url = "/contact"
- address = """Universal Ltd.
- 13/25 New Avenue
- Newtown upon River
- 45Y 73J
- England
-
- Great Britain
-
- """
-```
-
-### Meta tags
-
-The following [HTML metadata](https://www.w3schools.com/tags/tag_meta.asp) can be set for every page. While the default value for some of them can be defined in `config.toml`, all of these properties can also be set through the respective [Hugo front matter variables](https://gohugo.io/content-management/front-matter/#front-matter-variables):
-
-| HTML meta `name`/`property` | Hugo front matter variable | Default variable in `config.toml` |
-| :------------------------------------------------------- | :------------------------- | :-------------------------------- |
-| `article:author` | `facebook_author` | - |
-| `article:publisher` | `facebook_site` | `facebook_site` |
-| `author` | `author` | - |
-| `description` / `og:description` / `twitter:description` | `description` | `defaultDescription` |
-| `keywords` | `keywords` | `defaultKeywords` |
-| `og:image` / `twitter:image` | `banner` | `default_sharing_image` |
-| `title` / `og:title` / `twitter:title` | `title` | - |
-| `twitter:creator` | `twitter_author` | - |
-| `twitter:site` | `twitter_site` | `twitter_site` |
-
-Besides, certain [Open Graph](http://ogp.me/) metadata is automatically set:
-
-- `article:published_time`, `article:modified_time`, `og:updated_time` and `article:expiration_time` are set based on [Hugo's (predefined) front matter variables `date`, `publishDate`, `lastmod` and `expiryDate`](https://gohugo.io/content-management/front-matter/#predefined).
-- `article:section` and `article:tag` are set based on [Hugo's `categories` and `tags` taxonomies](https://gohugo.io/content-management/taxonomies/#default-taxonomies). Since there can only be one `article:section`, only the first element of the `categories` array is used as `article:section`.
-
-You can set default values for all pages in the `config.toml` file as below:
-
-```toml
-[params]
- defaultKeywords = ["devcows", "hugo", "go"]
- defaultDescription = "Site template made by Devcows using Hugo"
- default_sharing_image = "img/sharing-default.png"
- facebook_site = "https://www.facebook.com/GolangSociety/"
- twitter_site = "GoHugoIO"
-```
-
-The resulting HTML will be the following:
-
-```html
-
-
-
-
-
-
-
-
-
-
-```
-
-You can also override the default values from the `config.toml` by setting the respective keys in the individual pages front matter. As an example, here's the front matter from the [`faq.md` file](exampleSite/content/faq.md) in the [`exampleSite` directory](exampleSite):
-
-```yaml
-+++
-title = "FAQ"
-description = "Frequently asked questions"
-keywords = ["FAQ","How do I","questions","what if"]
-+++
-```
-
-Which results in the following HTML:
-
-```html
-FAQ
-
-
-
-
-```
-
-If your site needs a custom Javascript library or CSS style you can override this file `layouts/partials/custom_headers.html` with the proper content like:
-
-```html
-
-```
-
-## Usage
-
-In order to see your site in action, run Hugo's built-in local server.
-
-```
-$ hugo server -w
-```
-
-Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser.
-
-For more information check out the official [Hugo documentation](http://gohugo.io/overview/usage/).
-
-
-## Contributing
-
-Did you find a bug or do you have an idea for a new feature? Feel free to use the [issue tracker](https://github.com/devcows/hugo-universal-theme/issues) to let us know. Or make a [pull request](https://github.com/devcows/hugo-universal-theme/pulls) directly.
-
-
-## License
-
-This port is released under the MIT License. Check the [original theme license](http://bootstrapious.com/p/universal-business-e-commerce-template) for additional licensing information.
-
-
-## Thanks
-
-Thanks to [Steve Francia](https://github.com/spf13) for creating Hugo and the awesome community around the project. And also thanks to [Bootstrapious](http://bootstrapious.com/) for creating this awesome theme.
diff --git a/themes/hugo-universal-theme/archetypes/default.md b/themes/hugo-universal-theme/archetypes/default.md
deleted file mode 100644
index e915114..0000000
--- a/themes/hugo-universal-theme/archetypes/default.md
+++ /dev/null
@@ -1,4 +0,0 @@
-+++
-tags = []
-categories = []
-+++
\ No newline at end of file
diff --git a/themes/hugo-universal-theme/i18n/ca.yaml b/themes/hugo-universal-theme/i18n/ca.yaml
deleted file mode 100644
index d11b8c2..0000000
--- a/themes/hugo-universal-theme/i18n/ca.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Inici"
-
-- id: templateBy
- translation: "Plantilla creada per"
-
-- id: portedBy
- translation: "Adaptada a Hugo per"
-
-- id: contactGoTo
- translation: "Anar a la pàgina de contacte"
-
-- id: contactAddrTitle
- translation: "Adreça"
-
-- id: contactTitle
- translation: "Contacte"
-
-- id: contactForm
- translation: "Formulari de contacte"
-
-- id: contactName
- translation: "El teu nom"
-
-- id: contactMail
- translation: "El teu email"
-
-- id: contactMessage
- translation: "El teu missatge"
-
-- id: contactSend
- translation: "Enviar missatge"
-
-- id: navHome
- translation: "anar a l'inici"
-
-- id: navToggle
- translation: "Canviar Navigació"
-
-- id: categoriesTitle
- translation: "Categories"
-
-- id: searchTitle
- translation: "Cercar"
-
-- id: tagsTitle
- translation: "Paraules clau"
-
-- id: continueReading
- translation: "Continuar llegint"
-
-- id: readMore
- translation: "Llegir més"
-
-- id: authorBy
- translation: "Per"
-
-- id: recentPosts
- translation: "Posts recents"
-
-- id: aboutUs
- translation: "Sobre nosaltres"
-
-- id: newer
- translation: "Més recent"
-
-- id: older
- translation: "Més antic"
-
-- id: publishedOn
- translation: "el"
-
-- id: 404Error
- translation: "Error 404: Pàgina no trobada"
-
-- id: 404Message
- translation: "Ho sentim – aquesta pàgina no es pot trobar en aquest lloc"
-
-- id: 404NavHome
- translation: "Anar a l'inici"
-
-- id: January
- translation: Gener
-
-- id: February
- translation: Febrer
-
-- id: March
- translation: Març
-
-- id: April
- translation: Abril
-
-- id: May
- translation: Maig
-
-- id: June
- translation: Juny
-
-- id: July
- translation: Juliol
-
-- id: August
- translation: Agost
-
-- id: September
- translation: Setembre
-
-- id: October
- translation: Octubre
-
-- id: November
- translation: Novembre
-
-- id: December
- translation: Desembre
diff --git a/themes/hugo-universal-theme/i18n/cs.yaml b/themes/hugo-universal-theme/i18n/cs.yaml
deleted file mode 100644
index 6021024..0000000
--- a/themes/hugo-universal-theme/i18n/cs.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Domovská stránka"
-
-- id: templateBy
- translation: "Šablona od"
-
-- id: portedBy
- translation: "Na Hugo přidal"
-
-- id: contactGoTo
- translation: "Přejít na stránku s kontakty"
-
-- id: contactAddrTitle
- translation: "Adresa"
-
-- id: contactTitle
- translation: "Kontakt"
-
-- id: contactForm
- translation: "Kontaktní formulář"
-
-- id: contactName
- translation: "Vaše jméno"
-
-- id: contactMail
- translation: "Váš e-mail"
-
-- id: contactMessage
- translation: "Vaše zpráva"
-
-- id: contactSend
- translation: "Odeslat zprávu"
-
-- id: navHome
- translation: "Přejít na domovskou stránku"
-
-- id: navToggle
- translation: "Přepnout prohlížení"
-
-- id: categoriesTitle
- translation: "Kategorie"
-
-- id: searchTitle
- translation: "Hledat"
-
-- id: tagsTitle
- translation: "Tags"
-
-- id: continueReading
- translation: "Pokračovat ve čtení"
-
-- id: readMore
- translation: "Více"
-
-- id: authorBy
- translation: "Autor:"
-
-- id: recentPosts
- translation: "Poslední články"
-
-- id: aboutUs
- translation: "O nás"
-
-- id: newer
- translation: "Nové"
-
-- id: older
- translation: "Starší"
-
-- id: publishedOn
- translation: "dne"
-
-- id: 404Error
- translation: "Error 404: Page not found"
-
-- id: 404Message
- translation: "We are sorry – this page is not here anymore"
-
-- id: 404NavHome
- translation: "Go to homepage"
-
-- id: January
- translation: January
-
-- id: February
- translation: February
-
-- id: March
- translation: March
-
-- id: April
- translation: April
-
-- id: May
- translation: May
-
-- id: June
- translation: June
-
-- id: July
- translation: July
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: October
-
-- id: November
- translation: November
-
-- id: December
- translation: December
diff --git a/themes/hugo-universal-theme/i18n/de.yaml b/themes/hugo-universal-theme/i18n/de.yaml
deleted file mode 100644
index 4f2d15f..0000000
--- a/themes/hugo-universal-theme/i18n/de.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Home"
-
-- id: templateBy
- translation: "Design durch"
-
-- id: portedBy
- translation: "Portiert nach Hugo durch"
-
-- id: contactGoTo
- translation: "Zur Kontaktseite"
-
-- id: contactAddrTitle
- translation: "Adresse"
-
-- id: contactTitle
- translation: "Kontakt"
-
-- id: contactForm
- translation: "Kontaktformular"
-
-- id: contactName
- translation: "Ihr Name"
-
-- id: contactMail
- translation: "Ihre E-Mail-Adresse"
-
-- id: contactMessage
- translation: "Ihre Nachricht an uns"
-
-- id: contactSend
- translation: "Nachricht senden"
-
-- id: navHome
- translation: "zur Hauptseite"
-
-- id: navToggle
- translation: "Navigation ein-/ausblenden"
-
-- id: categoriesTitle
- translation: "Kategorien"
-
-- id: searchTitle
- translation: "Suche"
-
-- id: tagsTitle
- translation: "Tags"
-
-- id: continueReading
- translation: "Weiterlesen"
-
-- id: readMore
- translation: "Mehr erfahren"
-
-- id: authorBy
- translation: "Von"
-
-- id: recentPosts
- translation: "Neue Beiträge"
-
-- id: aboutUs
- translation: "Über uns"
-
-- id: newer
- translation: "Neuer"
-
-- id: older
- translation: "Älter"
-
-- id: publishedOn
- translation: "am"
-
-- id: 404Error
- translation: "Fehler 404: Seite nicht gefunden"
-
-- id: 404Message
- translation: "Tut uns leid – diese Seite scheint nicht mehr hier zu sein"
-
-- id: 404NavHome
- translation: "Zur Startseite gehen"
-
-- id: January
- translation: Januar
-
-- id: February
- translation: Februar
-
-- id: March
- translation: März
-
-- id: April
- translation: April
-
-- id: May
- translation: Mai
-
-- id: June
- translation: Juni
-
-- id: July
- translation: Juli
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: Oktober
-
-- id: November
- translation: November
-
-- id: December
- translation: Dezember
diff --git a/themes/hugo-universal-theme/i18n/en.yaml b/themes/hugo-universal-theme/i18n/en.yaml
deleted file mode 100644
index 6774381..0000000
--- a/themes/hugo-universal-theme/i18n/en.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Home"
-
-- id: templateBy
- translation: "Template by"
-
-- id: portedBy
- translation: "Ported to Hugo by"
-
-- id: contactGoTo
- translation: "Go to contact page"
-
-- id: contactAddrTitle
- translation: "Address"
-
-- id: contactTitle
- translation: "Contact"
-
-- id: contactForm
- translation: "Contact form"
-
-- id: contactName
- translation: "Your Name"
-
-- id: contactMail
- translation: "Your Email"
-
-- id: contactMessage
- translation: "Your Message"
-
-- id: contactSend
- translation: "Send Message"
-
-- id: navHome
- translation: "go to homepage"
-
-- id: navToggle
- translation: "Toggle Navigation"
-
-- id: categoriesTitle
- translation: "Categories"
-
-- id: searchTitle
- translation: "Search"
-
-- id: tagsTitle
- translation: "Tags"
-
-- id: continueReading
- translation: "Continue reading"
-
-- id: readMore
- translation: "Read more"
-
-- id: authorBy
- translation: "By"
-
-- id: recentPosts
- translation: "Recent posts"
-
-- id: aboutUs
- translation: "About us"
-
-- id: newer
- translation: "Newer"
-
-- id: older
- translation: "Older"
-
-- id: publishedOn
- translation: "on"
-
-- id: 404Error
- translation: "Error 404: Page not found"
-
-- id: 404Message
- translation: "We are sorry – this page is not here anymore"
-
-- id: 404NavHome
- translation: "Go to homepage"
-
-- id: January
- translation: January
-
-- id: February
- translation: February
-
-- id: March
- translation: March
-
-- id: April
- translation: April
-
-- id: May
- translation: May
-
-- id: June
- translation: June
-
-- id: July
- translation: July
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: October
-
-- id: November
- translation: November
-
-- id: December
- translation: December
diff --git a/themes/hugo-universal-theme/i18n/es.yaml b/themes/hugo-universal-theme/i18n/es.yaml
deleted file mode 100644
index b31ddcb..0000000
--- a/themes/hugo-universal-theme/i18n/es.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Inicio"
-
-- id: templateBy
- translation: "Plantilla creada por"
-
-- id: portedBy
- translation: "Adaptada a Hugo por"
-
-- id: contactGoTo
- translation: "Ir a la página de contacto"
-
-- id: contactAddrTitle
- translation: "Dirección"
-
-- id: contactTitle
- translation: "Contacto"
-
-- id: contactForm
- translation: "Formulario de contacto"
-
-- id: contactName
- translation: "Tu Nombre"
-
-- id: contactMail
- translation: "Tu Email"
-
-- id: contactMessage
- translation: "Tu Mensaje"
-
-- id: contactSend
- translation: "Enviar mensaje"
-
-- id: navHome
- translation: "ir a inicio"
-
-- id: navToggle
- translation: "Cambiar Navegación"
-
-- id: categoriesTitle
- translation: "Categorias"
-
-- id: searchTitle
- translation: "Buscar"
-
-- id: tagsTitle
- translation: "Palabras clave"
-
-- id: continueReading
- translation: "Continuar leyendo"
-
-- id: readMore
- translation: "Leer más"
-
-- id: authorBy
- translation: "Por"
-
-- id: recentPosts
- translation: "Posts recientes"
-
-- id: aboutUs
- translation: "Sobre nosotros"
-
-- id: newer
- translation: "Más reciente"
-
-- id: older
- translation: "Más antiguo"
-
-- id: publishedOn
- translation: "el"
-
-- id: 404Error
- translation: "Error 404: Página no encontrada"
-
-- id: 404Message
- translation: "Lo sentimos – esta página ya no está aquí"
-
-- id: 404NavHome
- translation: "Ir a la página de inicio"
-
-- id: January
- translation: Enero
-
-- id: February
- translation: Febrero
-
-- id: March
- translation: Marzo
-
-- id: April
- translation: Abril
-
-- id: May
- translation: Mayo
-
-- id: June
- translation: Junio
-
-- id: July
- translation: Julio
-
-- id: August
- translation: Agosto
-
-- id: September
- translation: Septiembre
-
-- id: October
- translation: Octubre
-
-- id: November
- translation: Noviembre
-
-- id: December
- translation: Diciembre
diff --git a/themes/hugo-universal-theme/i18n/fr.yaml b/themes/hugo-universal-theme/i18n/fr.yaml
deleted file mode 100644
index 9e5b660..0000000
--- a/themes/hugo-universal-theme/i18n/fr.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Accueil"
-
-- id: templateBy
- translation: "Template par"
-
-- id: portedBy
- translation: "Porté sur Hugo par"
-
-- id: contactGoTo
- translation: "Aller à la page de contact"
-
-- id: contactAddrTitle
- translation: "Adresse"
-
-- id: contactTitle
- translation: "Contact"
-
-- id: contactForm
- translation: "Formulaire de contact"
-
-- id: contactName
- translation: "Votre nom"
-
-- id: contactMail
- translation: "Votre Email"
-
-- id: contactMessage
- translation: "Votre Message"
-
-- id: contactSend
- translation: "Envoyer le Message"
-
-- id: navHome
- translation: "aller à l'accueil"
-
-- id: navToggle
- translation: "Basculer la Navigation"
-
-- id: categoriesTitle
- translation: "Catégories"
-
-- id: searchTitle
- translation: "Recherche"
-
-- id: tagsTitle
- translation: "Tags"
-
-- id: continueReading
- translation: "Continuer la lecture"
-
-- id: readMore
- translation: "En lire plus"
-
-- id: authorBy
- translation: "Par"
-
-- id: recentPosts
- translation: "Billets récents"
-
-- id: aboutUs
- translation: "À propos de nous"
-
-- id: newer
- translation: "Récent"
-
-- id: older
- translation: "Ancien"
-
-- id: publishedOn
- translation: "le"
-
-- id: 404Error
- translation: "Erreur 404: Page introuvable"
-
-- id: 404Message
- translation: "Nous sommes désolés – cette page n'est plus là"
-
-- id: 404NavHome
- translation: "Aller à l'accueil"
-
-- id: January
- translation: janvier
-
-- id: February
- translation: février
-
-- id: March
- translation: mars
-
-- id: April
- translation: avril
-
-- id: May
- translation: mai
-
-- id: June
- translation: juin
-
-- id: July
- translation: juillet
-
-- id: August
- translation: aout
-
-- id: September
- translation: septembre
-
-- id: October
- translation: octobre
-
-- id: November
- translation: novembre
-
-- id: December
- translation: décembre
diff --git a/themes/hugo-universal-theme/i18n/id.yaml b/themes/hugo-universal-theme/i18n/id.yaml
deleted file mode 100644
index 4ae0d71..0000000
--- a/themes/hugo-universal-theme/i18n/id.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Beranda"
-
-- id: templateBy
- translation: "Templat dibuat oleh"
-
-- id: portedBy
- translation: "Diadapatasi ke Hugo oleh"
-
-- id: contactGoTo
- translation: "Ke laman kontak"
-
-- id: contactAddrTitle
- translation: "Alamat"
-
-- id: contactTitle
- translation: "Kontak"
-
-- id: contactForm
- translation: "Formulir pertanyaan"
-
-- id: contactName
- translation: "Nama Anda"
-
-- id: contactMail
- translation: "Surel Anda"
-
-- id: contactMessage
- translation: "Pesan Anda"
-
-- id: contactSend
- translation: "Kirim pesan"
-
-- id: navHome
- translation: "ke laman utama"
-
-- id: navToggle
- translation: "Buka navigasi"
-
-- id: categoriesTitle
- translation: "Kategori"
-
-- id: searchTitle
- translation: "Cari"
-
-- id: tagsTitle
- translation: "Tags"
-
-- id: continueReading
- translation: "Lanjutkan membaca"
-
-- id: readMore
- translation: "Baca selengkapnya"
-
-- id: authorBy
- translation: "Oleh"
-
-- id: recentPosts
- translation: "Kiriman terkini"
-
-- id: aboutUs
- translation: "Tentang kami"
-
-- id: newer
- translation: "Terbaru"
-
-- id: older
- translation: "Lebih lama"
-
-- id: publishedOn
- translation: "pada"
-
-- id: 404Error
- translation: "Error 404: Page not found"
-
-- id: 404Message
- translation: "We are sorry – this page is not here anymore"
-
-- id: 404NavHome
- translation: "Ke laman utama"
-
-- id: January
- translation: January
-
-- id: February
- translation: February
-
-- id: March
- translation: March
-
-- id: April
- translation: April
-
-- id: May
- translation: May
-
-- id: June
- translation: June
-
-- id: July
- translation: July
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: October
-
-- id: November
- translation: November
-
-- id: December
- translation: December
diff --git a/themes/hugo-universal-theme/i18n/it.yaml b/themes/hugo-universal-theme/i18n/it.yaml
deleted file mode 100644
index 4bcd52c..0000000
--- a/themes/hugo-universal-theme/i18n/it.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Home"
-
-- id: templateBy
- translation: "Design di"
-
-- id: portedBy
- translation: "Portato in Hugo da"
-
-- id: contactGoTo
- translation: "Vai alla pagina contatti"
-
-- id: contactAddrTitle
- translation: "Indirizzo"
-
-- id: contactTitle
- translation: "Contatti"
-
-- id: contactForm
- translation: "Modulo di contatto"
-
-- id: contactName
- translation: "Il tuo nome"
-
-- id: contactMail
- translation: "La tua email"
-
-- id: contactMessage
- translation: "Il tuo messaggio"
-
-- id: contactSend
- translation: "Invia Messaggio"
-
-- id: navHome
- translation: "vai alla homepage"
-
-- id: navToggle
- translation: "Attiva Navigazione"
-
-- id: categoriesTitle
- translation: "Categorie"
-
-- id: searchTitle
- translation: "Ricerca"
-
-- id: tagsTitle
- translation: "Tag"
-
-- id: continueReading
- translation: "Continua lettura"
-
-- id: readMore
- translation: "Leggi tutto"
-
-- id: authorBy
- translation: "Da"
-
-- id: recentPosts
- translation: "Articoli recenti"
-
-- id: aboutUs
- translation: "Chi siamo"
-
-- id: newer
- translation: "Ultimi"
-
-- id: older
- translation: "Precedenti"
-
-- id: publishedOn
- translation: "il"
-
-- id: 404Error
- translation: "Errore 404: Pagina non trovata"
-
-- id: 404Message
- translation: "Siamo spiacenti – questa pagina non è più qui"
-
-- id: 404NavHome
- translation: "Vai alla homepage"
-
-- id: January
- translation: gennaio
-
-- id: February
- translation: febbraio
-
-- id: March
- translation: marzo
-
-- id: April
- translation: aprile
-
-- id: May
- translation: maggio
-
-- id: June
- translation: giugno
-
-- id: July
- translation: luglio
-
-- id: August
- translation: agosto
-
-- id: September
- translation: settembre
-
-- id: October
- translation: ottobre
-
-- id: November
- translation: novembre
-
-- id: December
- translation: dicembre
diff --git a/themes/hugo-universal-theme/i18n/ja.yaml b/themes/hugo-universal-theme/i18n/ja.yaml
deleted file mode 100644
index ad935ee..0000000
--- a/themes/hugo-universal-theme/i18n/ja.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "ホーム"
-
-- id: templateBy
- translation: "テンプレート作成"
-
-- id: portedBy
- translation: "Hugo への移植"
-
-- id: contactGoTo
- translation: "お問い合わせはこちら"
-
-- id: contactAddrTitle
- translation: "住所"
-
-- id: contactTitle
- translation: "お問い合わせ先"
-
-- id: contactForm
- translation: "お問い合わせフォーム"
-
-- id: contactName
- translation: "お名前"
-
-- id: contactMail
- translation: "メールアドレス"
-
-- id: contactMessage
- translation: "お問い合わせ内容"
-
-- id: contactSend
- translation: "送信"
-
-- id: navHome
- translation: "ホームへ戻る"
-
-- id: navToggle
- translation: "ナビゲーションの切り替え"
-
-- id: categoriesTitle
- translation: "カテゴリー"
-
-- id: searchTitle
- translation: "検索"
-
-- id: tagsTitle
- translation: "タグ"
-
-- id: continueReading
- translation: "続きを読む"
-
-- id: readMore
- translation: "記事を読む"
-
-- id: authorBy
- translation: "投稿者"
-
-- id: recentPosts
- translation: "最新の投稿"
-
-- id: aboutUs
- translation: "このサイトについて"
-
-- id: newer
- translation: "次へ"
-
-- id: older
- translation: "前へ"
-
-- id: publishedOn
- translation: "日付"
-
-- id: 404Error
- translation: "Error 404: Page not found"
-
-- id: 404Message
- translation: "We are sorry – this page is not here anymore"
-
-- id: 404NavHome
- translation: "ホームへ戻る"
-
-- id: January
- translation: January
-
-- id: February
- translation: February
-
-- id: March
- translation: March
-
-- id: April
- translation: April
-
-- id: May
- translation: May
-
-- id: June
- translation: June
-
-- id: July
- translation: July
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: October
-
-- id: November
- translation: November
-
-- id: December
- translation: December
diff --git a/themes/hugo-universal-theme/i18n/nl.yaml b/themes/hugo-universal-theme/i18n/nl.yaml
deleted file mode 100644
index 15ad1c8..0000000
--- a/themes/hugo-universal-theme/i18n/nl.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Home"
-
-- id: templateBy
- translation: "Template door"
-
-- id: portedBy
- translation: "Omgezet naar Hugo door"
-
-- id: contactGoTo
- translation: "Ga naar de contactpagina"
-
-- id: contactAddrTitle
- translation: "Adres"
-
-- id: contactTitle
- translation: "Contact"
-
-- id: contactForm
- translation: "Contactformulier"
-
-- id: contactName
- translation: "Je naam"
-
-- id: contactMail
- translation: "Je e-mailadres"
-
-- id: contactMessage
- translation: "Je bericht"
-
-- id: contactSend
- translation: "Verstuur bericht"
-
-- id: navHome
- translation: "ga naar de homepage"
-
-- id: navToggle
- translation: "Navigation Aan/Uit"
-
-- id: categoriesTitle
- translation: "Categorieën"
-
-- id: searchTitle
- translation: "Zoeken"
-
-- id: tagsTitle
- translation: "Tags"
-
-- id: continueReading
- translation: "Ga door met lezen"
-
-- id: readMore
- translation: "Lees meer"
-
-- id: authorBy
- translation: "Door"
-
-- id: recentPosts
- translation: "Recente berichten"
-
-- id: aboutUs
- translation: "Over ons"
-
-- id: newer
- translation: "Nieuwer"
-
-- id: older
- translation: "Ouder"
-
-- id: publishedOn
- translation: "op"
-
-- id: 404Error
- translation: "Fout 404: Pagina niet gevonden"
-
-- id: 404Message
- translation: "Het spijt ons – deze pagina is er niet meer"
-
-- id: 404NavHome
- translation: "Ga naar de homepage"
-
-- id: January
- translation: January
-
-- id: February
- translation: February
-
-- id: March
- translation: March
-
-- id: April
- translation: April
-
-- id: May
- translation: May
-
-- id: June
- translation: June
-
-- id: July
- translation: July
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: October
-
-- id: November
- translation: November
-
-- id: December
- translation: December
diff --git a/themes/hugo-universal-theme/i18n/pt-br.yaml b/themes/hugo-universal-theme/i18n/pt-br.yaml
deleted file mode 100644
index 188732d..0000000
--- a/themes/hugo-universal-theme/i18n/pt-br.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Página Inicial"
-
-- id: templateBy
- translation: "Tema por"
-
-- id: portedBy
- translation: "Portado para o Hugo por"
-
-- id: contactGoTo
- translation: "Vá à página de contato"
-
-- id: contactAddrTitle
- translation: "Endereço"
-
-- id: contactTitle
- translation: "Contato"
-
-- id: contactForm
- translation: "Formulário de contato"
-
-- id: contactName
- translation: "Seu Nome"
-
-- id: contactMail
- translation: "Seu Email"
-
-- id: contactMessage
- translation: "Sua Mensagem"
-
-- id: contactSend
- translation: "Enviar Mensagem"
-
-- id: navHome
- translation: "vá à página inicial"
-
-- id: navToggle
- translation: "Alternar Navegação"
-
-- id: categoriesTitle
- translation: "Categorias"
-
-- id: searchTitle
- translation: "Buscar"
-
-- id: tagsTitle
- translation: "Etiquetas"
-
-- id: continueReading
- translation: "Continuar lendo"
-
-- id: readMore
- translation: "Leia mais"
-
-- id: authorBy
- translation: "Por"
-
-- id: recentPosts
- translation: "Publicações recentes"
-
-- id: aboutUs
- translation: "Sobre nós"
-
-- id: newer
- translation: "Mais recentes"
-
-- id: older
- translation: "Mais antigos"
-
-- id: publishedOn
- translation: "em"
-
-- id: 404Error
- translation: "Erro 404: Página não encontrada"
-
-- id: 404Message
- translation: "Pedimos desculpa – esta página já não existe"
-
-- id: 404NavHome
- translation: "Vá à página inicial"
-
-- id: January
- translation: Janeiro
-
-- id: February
- translation: Fevereiro
-
-- id: March
- translation: Março
-
-- id: April
- translation: Abril
-
-- id: May
- translation: Maio
-
-- id: June
- translation: Junho
-
-- id: July
- translation: Julho
-
-- id: August
- translation: Agosto
-
-- id: September
- translation: Setembro
-
-- id: October
- translation: Outubro
-
-- id: November
- translation: Novembro
-
-- id: December
- translation: Dezembro
diff --git a/themes/hugo-universal-theme/i18n/ru.yaml b/themes/hugo-universal-theme/i18n/ru.yaml
deleted file mode 100644
index f35b39f..0000000
--- a/themes/hugo-universal-theme/i18n/ru.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Главная"
-
-- id: templateBy
- translation: "Шаблон от"
-
-- id: portedBy
- translation: "Портирован на Hugo"
-
-- id: contactGoTo
- translation: "Страница контактов"
-
-- id: contactAddrTitle
- translation: "Адрес"
-
-- id: contactTitle
- translation: "Контакты"
-
-- id: contactForm
- translation: "Контактная форма"
-
-- id: contactName
- translation: "Ваше имя"
-
-- id: contactMail
- translation: "Ваша электронная почта"
-
-- id: contactMessage
- translation: "Ваше сообщение"
-
-- id: contactSend
- translation: "Отправить сообщение"
-
-- id: navHome
- translation: "перейти на главную"
-
-- id: navToggle
- translation: "Переключить навигацию"
-
-- id: categoriesTitle
- translation: "Категории"
-
-- id: searchTitle
- translation: "Поиск"
-
-- id: tagsTitle
- translation: "Теги"
-
-- id: continueReading
- translation: "Продолжить чтение"
-
-- id: readMore
- translation: "Читать далее"
-
-- id: authorBy
- translation: "от"
-
-- id: recentPosts
- translation: "Последние записи"
-
-- id: aboutUs
- translation: "О нас"
-
-- id: newer
- translation: "Следующая запись"
-
-- id: older
- translation: "Предыдущая запись"
-
-- id: publishedOn
- translation: "на"
-
-- id: 404Error
- translation: "Error 404: Page not found"
-
-- id: 404Message
- translation: "We are sorry – this page is not here anymore"
-
-- id: 404NavHome
- translation: "Перейти на главную"
-
-- id: January
- translation: January
-
-- id: February
- translation: February
-
-- id: March
- translation: March
-
-- id: April
- translation: April
-
-- id: May
- translation: May
-
-- id: June
- translation: June
-
-- id: July
- translation: July
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: October
-
-- id: November
- translation: November
-
-- id: December
- translation: December
diff --git a/themes/hugo-universal-theme/i18n/sv.yaml b/themes/hugo-universal-theme/i18n/sv.yaml
deleted file mode 100644
index d31ce1b..0000000
--- a/themes/hugo-universal-theme/i18n/sv.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "Hem"
-
-- id: templateBy
- translation: "Mall av"
-
-- id: portedBy
- translation: "Portad till Hugo av"
-
-- id: contactGoTo
- translation: "Gå till kontaktsidan"
-
-- id: contactAddrTitle
- translation: "Adress"
-
-- id: contactTitle
- translation: "Kontakt"
-
-- id: contactForm
- translation: "Kontaktformulär"
-
-- id: contactName
- translation: "Ditt namn"
-
-- id: contactMail
- translation: "Din e-post"
-
-- id: contactMessage
- translation: "Ditt meddelande"
-
-- id: contactSend
- translation: "Skicka meddelande"
-
-- id: navHome
- translation: "Gå till startsidan"
-
-- id: navToggle
- translation: "Toggla navigation"
-
-- id: categoriesTitle
- translation: "Kategorier"
-
-- id: searchTitle
- translation: "Sök"
-
-- id: tagsTitle
- translation: "Taggar"
-
-- id: continueReading
- translation: "Fortsätt läsa"
-
-- id: readMore
- translation: "Läs mer"
-
-- id: authorBy
- translation: "Av"
-
-- id: recentPosts
- translation: "Senaste inlägg"
-
-- id: aboutUs
- translation: "Om oss"
-
-- id: newer
- translation: "Nyare"
-
-- id: older
- translation: "Äldre"
-
-- id: publishedOn
- translation: "på"
-
-- id: 404Error
- translation: "Error 404: Page not found"
-
-- id: 404Message
- translation: "We are sorry – this page is not here anymore"
-
-- id: 404NavHome
- translation: "Gå till startsidan"
-
-- id: January
- translation: January
-
-- id: February
- translation: February
-
-- id: March
- translation: March
-
-- id: April
- translation: April
-
-- id: May
- translation: May
-
-- id: June
- translation: June
-
-- id: July
- translation: July
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: October
-
-- id: November
- translation: November
-
-- id: December
- translation: December
diff --git a/themes/hugo-universal-theme/i18n/zh.yaml b/themes/hugo-universal-theme/i18n/zh.yaml
deleted file mode 100644
index da2ad5a..0000000
--- a/themes/hugo-universal-theme/i18n/zh.yaml
+++ /dev/null
@@ -1,116 +0,0 @@
-- id: home
- translation: "主页"
-
-- id: templateBy
- translation: "模板来自"
-
-- id: portedBy
- translation: "移植到 Hugo 来自"
-
-- id: contactGoTo
- translation: "跳到联系页面"
-
-- id: contactAddrTitle
- translation: "地址"
-
-- id: contactTitle
- translation: "联系"
-
-- id: contactForm
- translation: "联系表单"
-
-- id: contactName
- translation: "你的名字"
-
-- id: contactMail
- translation: "你的 Email"
-
-- id: contactMessage
- translation: "你的信息"
-
-- id: contactSend
- translation: "发送信息"
-
-- id: navHome
- translation: "跳到主页"
-
-- id: navToggle
- translation: "切换导航"
-
-- id: categoriesTitle
- translation: "分类"
-
-- id: searchTitle
- translation: "搜索"
-
-- id: tagsTitle
- translation: "标签"
-
-- id: continueReading
- translation: "继续阅读"
-
-- id: readMore
- translation: "阅读更多"
-
-- id: authorBy
- translation: "由"
-
-- id: recentPosts
- translation: "最新博客"
-
-- id: aboutUs
- translation: "关于我们"
-
-- id: newer
- translation: "更新"
-
-- id: older
- translation: "更旧"
-
-- id: publishedOn
- translation: "在"
-
-- id: 404Error
- translation: "Error 404: Page not found"
-
-- id: 404Message
- translation: "We are sorry – this page is not here anymore"
-
-- id: 404NavHome
- translation: "跳到主页"
-
-- id: January
- translation: January
-
-- id: February
- translation: February
-
-- id: March
- translation: March
-
-- id: April
- translation: April
-
-- id: May
- translation: May
-
-- id: June
- translation: June
-
-- id: July
- translation: July
-
-- id: August
- translation: August
-
-- id: September
- translation: September
-
-- id: October
- translation: October
-
-- id: November
- translation: November
-
-- id: December
- translation: December
diff --git a/themes/hugo-universal-theme/layouts/404.html b/themes/hugo-universal-theme/layouts/404.html
deleted file mode 100644
index 4bea486..0000000
--- a/themes/hugo-universal-theme/layouts/404.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- {{ partial "headers.html" . }}
- {{ partial "custom_headers.html" . }}
-
-
-
-
-
-
- {{ partial "nav.html" . }}
-
-
-
-
- {{ partial "footer.html" . }}
-
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/_default/list.html b/themes/hugo-universal-theme/layouts/_default/list.html
deleted file mode 100644
index 4bfe206..0000000
--- a/themes/hugo-universal-theme/layouts/_default/list.html
+++ /dev/null
@@ -1,128 +0,0 @@
-
-
-
-
- {{ partial "headers.html" . }}
- {{ partial "custom_headers.html" . }}
-
-
-
-
-
-
- {{ partial "top.html" . }}
-
- {{ partial "nav.html" . }}
-
- {{ partial "breadcrumbs.html" . }}
-
-
-
-
-
-
-
-
- {{ $paginator := .Paginate (where .Data.Pages "Type" "in" .Site.Params.mainSections) }}
- {{ range $paginator.Pages }}
-
-
-
-
-
-
-
- {{ if isset .Params "authors" }}
- {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }} {{ end }}
- {{ end }}
- {{ if isset .Params "categories" }}
- {{ if gt (len .Params.categories) 0 }}
- in
- {{ range $index, $category := .Params.categories }}{{ if $index }}, {{ end }}
- {{ $category }} {{ end }}
- {{ end }}
- {{ end }}
-
-
- {{ if isset .Params "date" }}
-
- {{ $createdAt := .Date.Format .Site.Params.date_format }}
- {{ range $index, $month := slice "January" "February" "March" "April" "May" "June" "July" "August" "September" "October" "November" "December" }}
- {{ $createdAt = replace $createdAt $month (i18n $month) }}
- {{ end }}
-
-
- {{ end }}
-
- {{ if not .Site.Params.recent_posts.hide_summary }}
-
{{ .Summary }}
-
{{ i18n "continueReading" }}
-
- {{ end }}
-
-
-
- {{ end }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ partial "sidebar.html" . }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ partial "footer.html" . }}
-
-
-
-
- {{ partial "scripts.html" . }}
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/_default/single.html b/themes/hugo-universal-theme/layouts/_default/single.html
deleted file mode 100644
index 88bf641..0000000
--- a/themes/hugo-universal-theme/layouts/_default/single.html
+++ /dev/null
@@ -1,90 +0,0 @@
-
-
-
-
- {{ partial "headers.html" . }}
- {{ partial "custom_headers.html" . }}
-
-
-
-
-
-
- {{ partial "top.html" . }}
-
- {{ partial "nav.html" . }}
-
- {{ partial "breadcrumbs.html" . }}
-
-
-
-
-
-
-
-
-
-
- {{ if or .Params.author .Params.date }}
-
- {{ if isset .Params "authors" }}
- {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }} {{ end }}
- {{ end }}
- {{ if and .Params.author .Params.date }} | {{ end }}
- {{ if .Params.date }}
- {{ $createdAt := .Date.Format .Site.Params.date_format }}
- {{ range $index, $month := slice "January" "February" "March" "April" "May" "June" "July" "August" "September" "October" "November" "December" }}
- {{ $createdAt = replace $createdAt $month (i18n $month) }}
- {{ end }}
- {{ $createdAt }}
- {{ end }}
-
- {{ end }}
-
-
- {{ .Content }}
-
-
- {{ if .Site.DisqusShortname }}
-
- {{ end }}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ partial "sidebar.html" . }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ partial "footer.html" . }}
-
-
-
-
- {{ partial "scripts.html" . }}
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/archetypes/default.md b/themes/hugo-universal-theme/layouts/archetypes/default.md
deleted file mode 100644
index 1ccf64c..0000000
--- a/themes/hugo-universal-theme/layouts/archetypes/default.md
+++ /dev/null
@@ -1,10 +0,0 @@
-+++
-tags = []
-categories = []
-description = ""
-menu = ""
-banner = ""
-images = []
-+++
-
-
diff --git a/themes/hugo-universal-theme/layouts/index.html b/themes/hugo-universal-theme/layouts/index.html
deleted file mode 100644
index 96209d4..0000000
--- a/themes/hugo-universal-theme/layouts/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
- {{ partial "headers.html" . }}
- {{ partial "custom_headers.html" . }}
-
-
-
-
-
-
- {{ partial "top.html" . }}
-
- {{ partial "nav.html" . }}
-
- {{ partial "carousel.html" . }}
-
- {{ partial "features.html" . }}
-
- {{ partial "testimonials.html" . }}
-
- {{ partial "see_more.html" . }}
-
- {{ partial "recent_posts.html" . }}
-
- {{ partial "clients.html" . }}
-
- {{ partial "footer.html" . }}
-
-
-
-
- {{ partial "scripts.html" . }}
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/page/single.html b/themes/hugo-universal-theme/layouts/page/single.html
deleted file mode 100644
index 09f3fef..0000000
--- a/themes/hugo-universal-theme/layouts/page/single.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-
-
- {{ partial "headers.html" . }}
- {{ partial "custom_headers.html" . }}
-
-
-
-
-
- {{ partial "top.html" . }}
-
- {{ partial "nav.html" . }}
-
- {{ partial "breadcrumbs.html" . }}
-
-
- {{ if isset .Params "id" }}
-
- {{ partial .Params.id . }}
-
- {{ else }}
-
-
-
-
-
-
-
-
- {{ .Content }}
-
-
-
-
-
-
-
-
-
-
- {{ end }}
-
-
-
- {{ partial "footer.html" . }}
-
-
-
-
- {{ partial "scripts.html" . }}
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/partials/breadcrumbs.html b/themes/hugo-universal-theme/layouts/partials/breadcrumbs.html
deleted file mode 100644
index 5418d36..0000000
--- a/themes/hugo-universal-theme/layouts/partials/breadcrumbs.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
diff --git a/themes/hugo-universal-theme/layouts/partials/carousel.html b/themes/hugo-universal-theme/layouts/partials/carousel.html
deleted file mode 100644
index e614773..0000000
--- a/themes/hugo-universal-theme/layouts/partials/carousel.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{{ if isset .Site.Params "carousel" }}
-{{ if .Site.Params.carousel.enable }}
-{{ if gt (len .Site.Data.carousel) 0 }}
-
-
-
-
-
- {{ range sort .Site.Data.carousel "weight" }}
-
-
-
-
{{ .title }}
- {{ .description | safeHTML }}
-
-
-
-
-
-
- {{ end }}
-
-
-
-
-
-{{ end }}
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/clients.html b/themes/hugo-universal-theme/layouts/partials/clients.html
deleted file mode 100644
index 3608e5e..0000000
--- a/themes/hugo-universal-theme/layouts/partials/clients.html
+++ /dev/null
@@ -1,42 +0,0 @@
-{{ if isset .Site.Params "clients" }}
-{{ if .Site.Params.clients.enable }}
-{{ if isset .Site.Data "clients" }}
-{{ if gt (len .Site.Data.clients) 0 }}
-
-
-
-
-
-
{{ .Site.Params.clients.title | markdownify }}
-
-
-
- {{ .Site.Params.clients.subtitle | markdownify }}
-
-
-
- {{ range .Site.Data.clients }}
-
- {{ if .url }}
-
-
-
- {{ else }}
-
- {{ end }}
-
- {{ end }}
-
-
-
-
-
-
-{{ end }}
-{{ end }}
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/contact.html b/themes/hugo-universal-theme/layouts/partials/contact.html
deleted file mode 100644
index 557539c..0000000
--- a/themes/hugo-universal-theme/layouts/partials/contact.html
+++ /dev/null
@@ -1,78 +0,0 @@
-
-
-{{ partial "map.html" . }}
diff --git a/themes/hugo-universal-theme/layouts/partials/custom_headers.html b/themes/hugo-universal-theme/layouts/partials/custom_headers.html
deleted file mode 100644
index e69de29..0000000
diff --git a/themes/hugo-universal-theme/layouts/partials/features.html b/themes/hugo-universal-theme/layouts/partials/features.html
deleted file mode 100644
index d370d3e..0000000
--- a/themes/hugo-universal-theme/layouts/partials/features.html
+++ /dev/null
@@ -1,48 +0,0 @@
-{{ if isset .Site.Params "features" }}
-{{ if .Site.Params.features.enable }}
-{{ if isset .Site.Data "features" }}
-{{ if gt (len .Site.Data.features) 0 }}
-
-
- {{ $elements := default 3 .Site.Params.features.cols }}
- {{ $features := sort .Site.Data.features "weight" }}
-
- {{ $total_rows := div (len $features) $elements }}
-
- {{ if gt (mod (len $features) $elements) 0 }}
- {{ $total_rows = add $total_rows 1 }}
- {{ end }}
-
- {{ range $i, $sequence := seq $total_rows }}
-
- {{ range $j, $sequence2 := (seq $elements) }}
-
- {{ $feature_index := add (mul $i $elements) $j }}
- {{ if lt $feature_index (len $features) }}
- {{ $element := index $features $feature_index }}
-
-
- {{ end }}
- {{ end }}
-
- {{ end }}
-
-
-{{ end }}
-{{ end }}
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/footer.html b/themes/hugo-universal-theme/layouts/partials/footer.html
deleted file mode 100644
index 30b0842..0000000
--- a/themes/hugo-universal-theme/layouts/partials/footer.html
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- {{ if isset .Site.Params "copyright" }}
-
{{ .Site.Params.copyright | safeHTML }}
- {{ end }}
-
- {{ i18n "templateBy" | markdownify }} Bootstrapious .
-
-
- {{ i18n "portedBy" | markdownify }} DevCows .
-
-
-
-
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/partials/head.html b/themes/hugo-universal-theme/layouts/partials/head.html
deleted file mode 100644
index 19e3b5d..0000000
--- a/themes/hugo-universal-theme/layouts/partials/head.html
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
- {{ .Title }}
-
-
- {{ if .Keywords }}
-
- {{ else if .Site.Params.DefaultKeywords }}
-
- {{ end }}
-
- {{ if .Description }}
-
- {{ else if .Site.Params.DefaultDescription }}
-
- {{ end }}
-
- {{ .Hugo.Generator }}
-
-
-
-
-
-
-
-
-
-
-
- {{ if and (isset .Site.Params "style") .Site.Params.style }}
-
- {{ else }}
-
- {{ end }}
-
-
-
-
-
-
- {{ `
-
- ` | safeHTML }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/partials/headers.html b/themes/hugo-universal-theme/layouts/partials/headers.html
deleted file mode 100644
index 225e326..0000000
--- a/themes/hugo-universal-theme/layouts/partials/headers.html
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-{{ $title_plain := .Title | markdownify | plainify }}
-{{ $title_plain }}
-
-{{ $keywords := .Site.Params.defaultKeywords | default (slice "" | first 0) }}
-{{ if isset .Params "tags" }}{{ range .Params.tags }}{{ $keywords = $keywords | append . }}{{ end }}{{ end }}
-{{ if isset .Params "keywords" }}{{ range .Params.keywords }}{{ $keywords = $keywords | append . }}{{ end }}{{ end }}
-{{ if gt (len $keywords) 0 }}
-
-{{ end }}
-{{ $description_plain := default .Site.Params.defaultDescription .Description | markdownify | plainify }}
-
-
-{{ hugo.Generator }}
-
-
-
-
-
-
-
-
-
-
-
-
-{{ with .Site.Params.style }}
-
-{{ else }}
-
-{{ end }}
-
-
-
-
-
-{{ `
-
-` | safeHTML }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-{{ $is_blog := and (eq .Type "blog") (eq .Kind "page") }}
-{{ $has_image := isset .Params "banner" }}
-{{ $image := cond $has_image .Params.banner (.Site.Params.default_sharing_image | default "img/sharing-default.png") }}
-{{ $is_valid_image := print "static/" $image | fileExists }}
-{{ if $is_valid_image }}
-{{ $image_ext := path.Ext $image }}
-
-
-
-
-
-
-
-
-{{ with .Params.banner_alt }} {{ end }}
-{{ $image_local := printf "/static/%s" $image}}
-{{ with (imageConfig $image_local) }}
-
-
-{{ end }}
-{{ end }}
-{{ with .Lastmod }} {{ end }}
-{{ if $is_blog }}
- {{ with .Param "facebook_site" }} {{ end }}
- {{ with .Param "facebook_author" }} {{ end }}
- {{ with .Params.categories }} {{ end }}
- {{ range .Params.tags }}
- {{ end }}
- {{ if gt .ExpiryDate .PublishDate }} {{ end }}
- {{ with .PublishDate }} {{ end }}
- {{ with .Lastmod }} {{ end }}
-{{ end }}
-
-
-
-{{ with .Param "twitter_site" }} {{ end }}
-
-{{ if $is_valid_image }}
-
-{{ end }}
-
-{{ with .Param "twitter_author" }} {{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/map.html b/themes/hugo-universal-theme/layouts/partials/map.html
deleted file mode 100644
index 6220f54..0000000
--- a/themes/hugo-universal-theme/layouts/partials/map.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{{ if and .Site.Params.enableGoogleMaps .Site.Params.googleMapsApiKey }}
- {{ if isset .Site.Params "latitude" }}
- {{ if isset .Site.Params "longitude" }}
-
-
-
-
- {{ if isset .Site.Params "direction" }}
-
- {{ else }}
-
- {{ end }}
-
-
- {{ end }}
- {{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/nav.html b/themes/hugo-universal-theme/layouts/partials/nav.html
deleted file mode 100644
index aebc1e7..0000000
--- a/themes/hugo-universal-theme/layouts/partials/nav.html
+++ /dev/null
@@ -1,161 +0,0 @@
-
-
-
-
-
-
-
-
- {{ $current := . }}
-
- {{ range .Site.Menus.main.ByWeight }}
- {{ $topLevel := replace .URL "/" "" }}
- {{ $active := "" }}
-
- {{ if eq $current.RelPermalink .URL }}
- {{ $active = "active" }}
- {{ end }}
-
- {{ if eq $current.Type $topLevel }}
- {{ $active = "active" }}
- {{ end }}
-
- {{ if and (or (eq $current.RelPermalink .URL) (eq "term" $current.Kind)) (in (slice "page" "term") $current.Kind) }}
- {{ range (split .URL "/") }}
- {{ if eq "blog" . }}
- {{ $active = "active" }}
- {{ end }}
- {{ end }}
- {{ end }}
-
- {{ if .HasChildren }}
-
- {{ $hasSections := (hasPrefix (index .Children 0).Identifier "section.") }}
-
- {{ .Name }}
- {{ if $hasSections }}
-
- {{ else }}
-
- {{ end }}
-
- {{ else }}
-
- {{ .Name }}
-
- {{ end }}
- {{ end }}
-
-
-
-
-
-
-
-
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/partials/page.html b/themes/hugo-universal-theme/layouts/partials/page.html
deleted file mode 100644
index e0eb4df..0000000
--- a/themes/hugo-universal-theme/layouts/partials/page.html
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
- {{ .Content }}
- {{ if .Site.DisqusShortname }}
-
- {{ end }}
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/partials/recent_posts.html b/themes/hugo-universal-theme/layouts/partials/recent_posts.html
deleted file mode 100644
index 5add1e8..0000000
--- a/themes/hugo-universal-theme/layouts/partials/recent_posts.html
+++ /dev/null
@@ -1,76 +0,0 @@
-{{ if isset .Site.Params "recent_posts" }}
-{{ if .Site.Params.recent_posts.enable }}
-
-
-
-
-
-
{{ .Site.Params.recent_posts.title | markdownify }}
-
-
-
- {{ .Site.Params.recent_posts.subtitle | markdownify }}
-
-
-
-
-
- {{ $posts := .Paginate (where site.RegularPages "Type" "in" site.Params.mainSections) }}
- {{ range first 4 $posts.Pages }}
-
-
-
-
- {{ if isset .Params "banner" }}
-
- {{ else }}
-
- {{ end }}
-
-
-
-
-
-
-
-
- {{ if isset .Params "authors" }}
- {{ i18n "authorBy" }} {{ range $index, $author := .Params.authors }}{{ if $index }}, {{ end }}{{ $author }} {{ end }}
- {{ end }}
- {{ if .Params.date }}
- {{ $createdAt := .Date.Format .Site.Params.date_format }}
- {{ range $index, $month := slice "January" "February" "March" "April" "May" "June" "July" "August" "September" "October" "November" "December" }}
- {{ $createdAt = replace $createdAt $month (i18n $month) }}
- {{ end }}
- {{ i18n "publishedOn" }} {{ $createdAt }}
- {{ end }}
-
- {{ if not .Site.Params.recent_posts.hide_summary }}
-
{{ .Summary }}
-
- {{ i18n "continueReading" }}
-
- {{ end }}
-
-
-
-
-
- {{ end }}
-
-
-
-
-
-
-
-
-
-
-
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/scripts.html b/themes/hugo-universal-theme/layouts/partials/scripts.html
deleted file mode 100644
index 266c542..0000000
--- a/themes/hugo-universal-theme/layouts/partials/scripts.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{{ template "_internal/google_analytics.html" . }}
-
-
-
-
-
-
-
-{{ if and .Site.Params.enableGoogleMaps .Site.Params.googleMapsApiKey }}
-
-
-
-{{ end }}
-{{ if and .Site.Params.enableRecaptchaInContactForm .Site.Params.googleRecaptchaKey }}
-
-{{ end }}
-
-
-
-
-
diff --git a/themes/hugo-universal-theme/layouts/partials/see_more.html b/themes/hugo-universal-theme/layouts/partials/see_more.html
deleted file mode 100644
index 437d9d8..0000000
--- a/themes/hugo-universal-theme/layouts/partials/see_more.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{{ if isset .Site.Params "see_more" }}
-{{ if .Site.Params.see_more.enable }}
-
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/sidebar.html b/themes/hugo-universal-theme/layouts/partials/sidebar.html
deleted file mode 100644
index 899ee63..0000000
--- a/themes/hugo-universal-theme/layouts/partials/sidebar.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{ partial "widgets/search.html" . }}
-
-{{ partial "widgets/categories.html" . }}
-
-{{ partial "widgets/tags.html" . }}
diff --git a/themes/hugo-universal-theme/layouts/partials/testimonials.html b/themes/hugo-universal-theme/layouts/partials/testimonials.html
deleted file mode 100644
index c6af782..0000000
--- a/themes/hugo-universal-theme/layouts/partials/testimonials.html
+++ /dev/null
@@ -1,55 +0,0 @@
-{{ if isset .Site.Params "testimonials" }}
-{{ if .Site.Params.testimonials.enable }}
-{{ if isset .Site.Data "testimonials" }}
-{{ if gt (len .Site.Data.testimonials) 0 }}
-
-
-
-
-
-
{{ .Site.Params.testimonials.title }}
-
-
-
- {{ .Site.Params.testimonials.subtitle | markdownify }}
-
-
-
-
-
- {{ range .Site.Data.testimonials }}
-
-
-
-
{{ .text | markdownify }}
-
-
-
-
-
-
-
{{ .name }}
-
{{ .position }}
-
-
-
-
- {{ end }}
-
-
-
-
-
-
-
-
-
-
-{{ end }}
-{{ end }}
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/top.html b/themes/hugo-universal-theme/layouts/partials/top.html
deleted file mode 100644
index 25351ad..0000000
--- a/themes/hugo-universal-theme/layouts/partials/top.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{{ if .Site.Params.topbar.enable }}
-
-
-
-
-
- {{ .Site.Params.topbar.text | safeHTML }}
-
-
-
- {{ range .Site.Menus.topbar.ByWeight }}
-
{{ .Pre }}
- {{ end }}
-
-
-
-
-
-
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/widgets/categories.html b/themes/hugo-universal-theme/layouts/partials/widgets/categories.html
deleted file mode 100644
index 0dfc929..0000000
--- a/themes/hugo-universal-theme/layouts/partials/widgets/categories.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{{ if .Site.Params.widgets.categories }}
-{{ if isset .Site.Taxonomies "categories" }}
-{{ if not (eq (len .Site.Taxonomies.categories) 0) }}
-
-{{ end }}
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/widgets/search.html b/themes/hugo-universal-theme/layouts/partials/widgets/search.html
deleted file mode 100644
index 9a4fde1..0000000
--- a/themes/hugo-universal-theme/layouts/partials/widgets/search.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{{ if isset .Site.Params.widgets "search" }}
-{{ if .Site.Params.widgets.search }}
-
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/layouts/partials/widgets/tags.html b/themes/hugo-universal-theme/layouts/partials/widgets/tags.html
deleted file mode 100644
index 10f425e..0000000
--- a/themes/hugo-universal-theme/layouts/partials/widgets/tags.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{{ if .Site.Params.widgets.tags }}
-{{ if isset .Site.Taxonomies "tags" }}
-{{ if not (eq (len .Site.Taxonomies.tags) 0) }}
-
-{{ end }}
-{{ end }}
-{{ end }}
diff --git a/themes/hugo-universal-theme/package.json b/themes/hugo-universal-theme/package.json
deleted file mode 100644
index 2d8d92d..0000000
--- a/themes/hugo-universal-theme/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "hugo-universal-theme",
- "devDependencies": {
- "eslint": "^8.2.0",
- "eslint-config-standard": "^6.2.0",
- "eslint-plugin-promise": "^3.0.0",
- "eslint-plugin-standard": "^2.0.1",
- "prettier": "^2.3.2",
- "stylelint": "^15.10.1",
- "stylelint-config-standard": "^22.0.0"
- },
- "scripts": {
- "stylelint": "stylelint \"**/*.css\"",
- "prettier": "prettier --check .",
- "eslint": "eslint .",
- "install_hugo": "brew update && brew install hugo"
- }
-}
diff --git a/themes/hugo-universal-theme/static/css/animate.css b/themes/hugo-universal-theme/static/css/animate.css
deleted file mode 100644
index f784ce8..0000000
--- a/themes/hugo-universal-theme/static/css/animate.css
+++ /dev/null
@@ -1,3158 +0,0 @@
-@charset "UTF-8";
-/*!
-Animate.css - http://daneden.me/animate
-Licensed under the MIT license - http://opensource.org/licenses/MIT
-
-Copyright (c) 2014 Daniel Eden
-*/
-
-.animated {
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
-}
-
-.animated.infinite {
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
-}
-
-.animated.hinge {
- -webkit-animation-duration: 2s;
- animation-duration: 2s;
-}
-
-@-webkit-keyframes bounce {
- 0%, 20%, 53%, 80%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
-
- 40%, 43% {
- -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- -webkit-transform: translate3d(0, -30px, 0);
- transform: translate3d(0, -30px, 0);
- }
-
- 70% {
- -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- -webkit-transform: translate3d(0, -15px, 0);
- transform: translate3d(0, -15px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0,-4px,0);
- transform: translate3d(0,-4px,0);
- }
-}
-
-@keyframes bounce {
- 0%, 20%, 53%, 80%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- -webkit-transform: translate3d(0,0,0);
- transform: translate3d(0,0,0);
- }
-
- 40%, 43% {
- -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- -webkit-transform: translate3d(0, -30px, 0);
- transform: translate3d(0, -30px, 0);
- }
-
- 70% {
- -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
- -webkit-transform: translate3d(0, -15px, 0);
- transform: translate3d(0, -15px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0,-4px,0);
- transform: translate3d(0,-4px,0);
- }
-}
-
-.bounce {
- -webkit-animation-name: bounce;
- animation-name: bounce;
- -webkit-transform-origin: center bottom;
- -ms-transform-origin: center bottom;
- transform-origin: center bottom;
-}
-
-@-webkit-keyframes flash {
- 0%, 50%, 100% {
- opacity: 1;
- }
-
- 25%, 75% {
- opacity: 0;
- }
-}
-
-@keyframes flash {
- 0%, 50%, 100% {
- opacity: 1;
- }
-
- 25%, 75% {
- opacity: 0;
- }
-}
-
-.flash {
- -webkit-animation-name: flash;
- animation-name: flash;
-}
-
-/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
-
-@-webkit-keyframes pulse {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 50% {
- -webkit-transform: scale3d(1.05, 1.05, 1.05);
- transform: scale3d(1.05, 1.05, 1.05);
- }
-
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-@keyframes pulse {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 50% {
- -webkit-transform: scale3d(1.05, 1.05, 1.05);
- transform: scale3d(1.05, 1.05, 1.05);
- }
-
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-.pulse {
- -webkit-animation-name: pulse;
- animation-name: pulse;
-}
-
-@-webkit-keyframes rubberBand {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 30% {
- -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.75, 1);
- }
-
- 40% {
- -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1);
- }
-
- 50% {
- -webkit-transform: scale3d(1.15, 0.85, 1);
- transform: scale3d(1.15, 0.85, 1);
- }
-
- 65% {
- -webkit-transform: scale3d(.95, 1.05, 1);
- transform: scale3d(.95, 1.05, 1);
- }
-
- 75% {
- -webkit-transform: scale3d(1.05, .95, 1);
- transform: scale3d(1.05, .95, 1);
- }
-
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-@keyframes rubberBand {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 30% {
- -webkit-transform: scale3d(1.25, 0.75, 1);
- transform: scale3d(1.25, 0.75, 1);
- }
-
- 40% {
- -webkit-transform: scale3d(0.75, 1.25, 1);
- transform: scale3d(0.75, 1.25, 1);
- }
-
- 50% {
- -webkit-transform: scale3d(1.15, 0.85, 1);
- transform: scale3d(1.15, 0.85, 1);
- }
-
- 65% {
- -webkit-transform: scale3d(.95, 1.05, 1);
- transform: scale3d(.95, 1.05, 1);
- }
-
- 75% {
- -webkit-transform: scale3d(1.05, .95, 1);
- transform: scale3d(1.05, .95, 1);
- }
-
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-.rubberBand {
- -webkit-animation-name: rubberBand;
- animation-name: rubberBand;
-}
-
-@-webkit-keyframes shake {
- 0%, 100% {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- 10%, 30%, 50%, 70%, 90% {
- -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0);
- }
-
- 20%, 40%, 60%, 80% {
- -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0);
- }
-}
-
-@keyframes shake {
- 0%, 100% {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-
- 10%, 30%, 50%, 70%, 90% {
- -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0);
- }
-
- 20%, 40%, 60%, 80% {
- -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0);
- }
-}
-
-.shake {
- -webkit-animation-name: shake;
- animation-name: shake;
-}
-
-@-webkit-keyframes swing {
- 20% {
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
- transform: rotate3d(0, 0, 1, 15deg);
- }
-
- 40% {
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
- transform: rotate3d(0, 0, 1, -10deg);
- }
-
- 60% {
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
- transform: rotate3d(0, 0, 1, 5deg);
- }
-
- 80% {
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
- transform: rotate3d(0, 0, 1, -5deg);
- }
-
- 100% {
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
- transform: rotate3d(0, 0, 1, 0deg);
- }
-}
-
-@keyframes swing {
- 20% {
- -webkit-transform: rotate3d(0, 0, 1, 15deg);
- transform: rotate3d(0, 0, 1, 15deg);
- }
-
- 40% {
- -webkit-transform: rotate3d(0, 0, 1, -10deg);
- transform: rotate3d(0, 0, 1, -10deg);
- }
-
- 60% {
- -webkit-transform: rotate3d(0, 0, 1, 5deg);
- transform: rotate3d(0, 0, 1, 5deg);
- }
-
- 80% {
- -webkit-transform: rotate3d(0, 0, 1, -5deg);
- transform: rotate3d(0, 0, 1, -5deg);
- }
-
- 100% {
- -webkit-transform: rotate3d(0, 0, 1, 0deg);
- transform: rotate3d(0, 0, 1, 0deg);
- }
-}
-
-.swing {
- -webkit-transform-origin: top center;
- -ms-transform-origin: top center;
- transform-origin: top center;
- -webkit-animation-name: swing;
- animation-name: swing;
-}
-
-@-webkit-keyframes tada {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 10%, 20% {
- -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
- transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
- }
-
- 30%, 50%, 70%, 90% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
- }
-
- 40%, 60%, 80% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
- }
-
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-@keyframes tada {
- 0% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-
- 10%, 20% {
- -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
- transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
- }
-
- 30%, 50%, 70%, 90% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
- }
-
- 40%, 60%, 80% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
- transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
- }
-
- 100% {
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-.tada {
- -webkit-animation-name: tada;
- animation-name: tada;
-}
-
-/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
-
-@-webkit-keyframes wobble {
- 0% {
- -webkit-transform: none;
- transform: none;
- }
-
- 15% {
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
- }
-
- 30% {
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
- }
-
- 45% {
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
- }
-
- 60% {
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
- }
-
- 75% {
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes wobble {
- 0% {
- -webkit-transform: none;
- transform: none;
- }
-
- 15% {
- -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
- transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
- }
-
- 30% {
- -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
- transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
- }
-
- 45% {
- -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
- transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
- }
-
- 60% {
- -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
- transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
- }
-
- 75% {
- -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
- transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.wobble {
- -webkit-animation-name: wobble;
- animation-name: wobble;
-}
-
-@-webkit-keyframes bounceIn {
- 0%, 20%, 40%, 60%, 80%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 20% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- 40% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(1.03, 1.03, 1.03);
- transform: scale3d(1.03, 1.03, 1.03);
- }
-
- 80% {
- -webkit-transform: scale3d(.97, .97, .97);
- transform: scale3d(.97, .97, .97);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-@keyframes bounceIn {
- 0%, 20%, 40%, 60%, 80%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 20% {
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- 40% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(1.03, 1.03, 1.03);
- transform: scale3d(1.03, 1.03, 1.03);
- }
-
- 80% {
- -webkit-transform: scale3d(.97, .97, .97);
- transform: scale3d(.97, .97, .97);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: scale3d(1, 1, 1);
- transform: scale3d(1, 1, 1);
- }
-}
-
-.bounceIn {
- -webkit-animation-name: bounceIn;
- animation-name: bounceIn;
- -webkit-animation-duration: .75s;
- animation-duration: .75s;
-}
-
-@-webkit-keyframes bounceInDown {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -3000px, 0);
- transform: translate3d(0, -3000px, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, 25px, 0);
- transform: translate3d(0, 25px, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0, 5px, 0);
- transform: translate3d(0, 5px, 0);
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes bounceInDown {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -3000px, 0);
- transform: translate3d(0, -3000px, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, 25px, 0);
- transform: translate3d(0, 25px, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0, 5px, 0);
- transform: translate3d(0, 5px, 0);
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.bounceInDown {
- -webkit-animation-name: bounceInDown;
- animation-name: bounceInDown;
-}
-
-@-webkit-keyframes bounceInLeft {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-3000px, 0, 0);
- transform: translate3d(-3000px, 0, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(25px, 0, 0);
- transform: translate3d(25px, 0, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(5px, 0, 0);
- transform: translate3d(5px, 0, 0);
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes bounceInLeft {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-3000px, 0, 0);
- transform: translate3d(-3000px, 0, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(25px, 0, 0);
- transform: translate3d(25px, 0, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(-10px, 0, 0);
- transform: translate3d(-10px, 0, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(5px, 0, 0);
- transform: translate3d(5px, 0, 0);
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.bounceInLeft {
- -webkit-animation-name: bounceInLeft;
- animation-name: bounceInLeft;
-}
-
-@-webkit-keyframes bounceInRight {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(3000px, 0, 0);
- transform: translate3d(3000px, 0, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(-25px, 0, 0);
- transform: translate3d(-25px, 0, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(-5px, 0, 0);
- transform: translate3d(-5px, 0, 0);
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes bounceInRight {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(3000px, 0, 0);
- transform: translate3d(3000px, 0, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(-25px, 0, 0);
- transform: translate3d(-25px, 0, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(10px, 0, 0);
- transform: translate3d(10px, 0, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(-5px, 0, 0);
- transform: translate3d(-5px, 0, 0);
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.bounceInRight {
- -webkit-animation-name: bounceInRight;
- animation-name: bounceInRight;
-}
-
-@-webkit-keyframes bounceInUp {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, 3000px, 0);
- transform: translate3d(0, 3000px, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0, -5px, 0);
- transform: translate3d(0, -5px, 0);
- }
-
- 100% {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-@keyframes bounceInUp {
- 0%, 60%, 75%, 90%, 100% {
- -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
- }
-
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, 3000px, 0);
- transform: translate3d(0, 3000px, 0);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0);
- }
-
- 75% {
- -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0);
- }
-
- 90% {
- -webkit-transform: translate3d(0, -5px, 0);
- transform: translate3d(0, -5px, 0);
- }
-
- 100% {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
-}
-
-.bounceInUp {
- -webkit-animation-name: bounceInUp;
- animation-name: bounceInUp;
-}
-
-@-webkit-keyframes bounceOut {
- 20% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 50%, 55% {
- opacity: 1;
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-}
-
-@keyframes bounceOut {
- 20% {
- -webkit-transform: scale3d(.9, .9, .9);
- transform: scale3d(.9, .9, .9);
- }
-
- 50%, 55% {
- opacity: 1;
- -webkit-transform: scale3d(1.1, 1.1, 1.1);
- transform: scale3d(1.1, 1.1, 1.1);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-}
-
-.bounceOut {
- -webkit-animation-name: bounceOut;
- animation-name: bounceOut;
- -webkit-animation-duration: .75s;
- animation-duration: .75s;
-}
-
-@-webkit-keyframes bounceOutDown {
- 20% {
- -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0);
- }
-
- 40%, 45% {
- opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-}
-
-@keyframes bounceOutDown {
- 20% {
- -webkit-transform: translate3d(0, 10px, 0);
- transform: translate3d(0, 10px, 0);
- }
-
- 40%, 45% {
- opacity: 1;
- -webkit-transform: translate3d(0, -20px, 0);
- transform: translate3d(0, -20px, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-}
-
-.bounceOutDown {
- -webkit-animation-name: bounceOutDown;
- animation-name: bounceOutDown;
-}
-
-@-webkit-keyframes bounceOutLeft {
- 20% {
- opacity: 1;
- -webkit-transform: translate3d(20px, 0, 0);
- transform: translate3d(20px, 0, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-}
-
-@keyframes bounceOutLeft {
- 20% {
- opacity: 1;
- -webkit-transform: translate3d(20px, 0, 0);
- transform: translate3d(20px, 0, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-}
-
-.bounceOutLeft {
- -webkit-animation-name: bounceOutLeft;
- animation-name: bounceOutLeft;
-}
-
-@-webkit-keyframes bounceOutRight {
- 20% {
- opacity: 1;
- -webkit-transform: translate3d(-20px, 0, 0);
- transform: translate3d(-20px, 0, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-}
-
-@keyframes bounceOutRight {
- 20% {
- opacity: 1;
- -webkit-transform: translate3d(-20px, 0, 0);
- transform: translate3d(-20px, 0, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-}
-
-.bounceOutRight {
- -webkit-animation-name: bounceOutRight;
- animation-name: bounceOutRight;
-}
-
-@-webkit-keyframes bounceOutUp {
- 20% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
-
- 40%, 45% {
- opacity: 1;
- -webkit-transform: translate3d(0, 20px, 0);
- transform: translate3d(0, 20px, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-}
-
-@keyframes bounceOutUp {
- 20% {
- -webkit-transform: translate3d(0, -10px, 0);
- transform: translate3d(0, -10px, 0);
- }
-
- 40%, 45% {
- opacity: 1;
- -webkit-transform: translate3d(0, 20px, 0);
- transform: translate3d(0, 20px, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-}
-
-.bounceOutUp {
- -webkit-animation-name: bounceOutUp;
- animation-name: bounceOutUp;
-}
-
-@-webkit-keyframes fadeIn {
- 0% {opacity: 0;}
- 100% {opacity: 1;}
-}
-
-@keyframes fadeIn {
- 0% {opacity: 0;}
- 100% {opacity: 1;}
-}
-
-.fadeIn {
- -webkit-animation-name: fadeIn;
- animation-name: fadeIn;
-}
-
-@-webkit-keyframes fadeInDown {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInDown {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInDown {
- -webkit-animation-name: fadeInDown;
- animation-name: fadeInDown;
-}
-
-@-webkit-keyframes fadeInDownBig {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInDownBig {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInDownBig {
- -webkit-animation-name: fadeInDownBig;
- animation-name: fadeInDownBig;
-}
-
-@-webkit-keyframes fadeInLeft {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInLeft {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInLeft {
- -webkit-animation-name: fadeInLeft;
- animation-name: fadeInLeft;
-}
-
-@-webkit-keyframes fadeInLeftBig {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInLeftBig {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInLeftBig {
- -webkit-animation-name: fadeInLeftBig;
- animation-name: fadeInLeftBig;
-}
-
-@-webkit-keyframes fadeInRight {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInRight {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInRight {
- -webkit-animation-name: fadeInRight;
- animation-name: fadeInRight;
-}
-
-@-webkit-keyframes fadeInRightBig {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInRightBig {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInRightBig {
- -webkit-animation-name: fadeInRightBig;
- animation-name: fadeInRightBig;
-}
-
-@-webkit-keyframes fadeInUp {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInUp {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInUp {
- -webkit-animation-name: fadeInUp;
- animation-name: fadeInUp;
-}
-
-@-webkit-keyframes fadeInUpBig {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes fadeInUpBig {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.fadeInUpBig {
- -webkit-animation-name: fadeInUpBig;
- animation-name: fadeInUpBig;
-}
-
-@-webkit-keyframes fadeOut {
- 0% {opacity: 1;}
- 100% {opacity: 0;}
-}
-
-@keyframes fadeOut {
- 0% {opacity: 1;}
- 100% {opacity: 0;}
-}
-
-.fadeOut {
- -webkit-animation-name: fadeOut;
- animation-name: fadeOut;
-}
-
-@-webkit-keyframes fadeOutDown {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-}
-
-@keyframes fadeOutDown {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, 100%, 0);
- transform: translate3d(0, 100%, 0);
- }
-}
-
-.fadeOutDown {
- -webkit-animation-name: fadeOutDown;
- animation-name: fadeOutDown;
-}
-
-@-webkit-keyframes fadeOutDownBig {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-}
-
-@keyframes fadeOutDownBig {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, 2000px, 0);
- transform: translate3d(0, 2000px, 0);
- }
-}
-
-.fadeOutDownBig {
- -webkit-animation-name: fadeOutDownBig;
- animation-name: fadeOutDownBig;
-}
-
-@-webkit-keyframes fadeOutLeft {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-@keyframes fadeOutLeft {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0);
- transform: translate3d(-100%, 0, 0);
- }
-}
-
-.fadeOutLeft {
- -webkit-animation-name: fadeOutLeft;
- animation-name: fadeOutLeft;
-}
-
-@-webkit-keyframes fadeOutLeftBig {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-}
-
-@keyframes fadeOutLeftBig {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(-2000px, 0, 0);
- transform: translate3d(-2000px, 0, 0);
- }
-}
-
-.fadeOutLeftBig {
- -webkit-animation-name: fadeOutLeftBig;
- animation-name: fadeOutLeftBig;
-}
-
-@-webkit-keyframes fadeOutRight {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-}
-
-@keyframes fadeOutRight {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0);
- transform: translate3d(100%, 0, 0);
- }
-}
-
-.fadeOutRight {
- -webkit-animation-name: fadeOutRight;
- animation-name: fadeOutRight;
-}
-
-@-webkit-keyframes fadeOutRightBig {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-}
-
-@keyframes fadeOutRightBig {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(2000px, 0, 0);
- transform: translate3d(2000px, 0, 0);
- }
-}
-
-.fadeOutRightBig {
- -webkit-animation-name: fadeOutRightBig;
- animation-name: fadeOutRightBig;
-}
-
-@-webkit-keyframes fadeOutUp {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-}
-
-@keyframes fadeOutUp {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, -100%, 0);
- transform: translate3d(0, -100%, 0);
- }
-}
-
-.fadeOutUp {
- -webkit-animation-name: fadeOutUp;
- animation-name: fadeOutUp;
-}
-
-@-webkit-keyframes fadeOutUpBig {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-}
-
-@keyframes fadeOutUpBig {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(0, -2000px, 0);
- transform: translate3d(0, -2000px, 0);
- }
-}
-
-.fadeOutUpBig {
- -webkit-animation-name: fadeOutUpBig;
- animation-name: fadeOutUpBig;
-}
-
-@-webkit-keyframes flip {
- 0% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
-
- 40% {
- -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
- transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
-
- 50% {
- -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
- transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 80% {
- -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
- transform: perspective(400px) scale3d(.95, .95, .95);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 100% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-}
-
-@keyframes flip {
- 0% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
-
- 40% {
- -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
- transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- }
-
- 50% {
- -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
- transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 80% {
- -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
- transform: perspective(400px) scale3d(.95, .95, .95);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-
- 100% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
- }
-}
-
-.animated.flip {
- -webkit-backface-visibility: visible;
- backface-visibility: visible;
- -webkit-animation-name: flip;
- animation-name: flip;
-}
-
-@-webkit-keyframes flipInX {
- 0% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- opacity: 0;
- }
-
- 40% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- }
-
- 60% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- }
-
- 100% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-}
-
-@keyframes flipInX {
- 0% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- opacity: 0;
- }
-
- 40% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- }
-
- 60% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
- }
-
- 100% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-}
-
-.flipInX {
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
- -webkit-animation-name: flipInX;
- animation-name: flipInX;
-}
-
-@-webkit-keyframes flipInY {
- 0% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- opacity: 0;
- }
-
- 40% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- }
-
- 60% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
- }
-
- 100% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-}
-
-@keyframes flipInY {
- 0% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- opacity: 0;
- }
-
- 40% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
- -webkit-transition-timing-function: ease-in;
- transition-timing-function: ease-in;
- }
-
- 60% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
- }
-
- 100% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-}
-
-.flipInY {
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
- -webkit-animation-name: flipInY;
- animation-name: flipInY;
-}
-
-@-webkit-keyframes flipOutX {
- 0% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-
- 30% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- opacity: 0;
- }
-}
-
-@keyframes flipOutX {
- 0% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-
- 30% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
- opacity: 0;
- }
-}
-
-.flipOutX {
- -webkit-animation-name: flipOutX;
- animation-name: flipOutX;
- -webkit-animation-duration: .75s;
- animation-duration: .75s;
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
-}
-
-@-webkit-keyframes flipOutY {
- 0% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-
- 30% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- opacity: 0;
- }
-}
-
-@keyframes flipOutY {
- 0% {
- -webkit-transform: perspective(400px);
- transform: perspective(400px);
- }
-
- 30% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
- transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
- opacity: 0;
- }
-}
-
-.flipOutY {
- -webkit-backface-visibility: visible !important;
- backface-visibility: visible !important;
- -webkit-animation-name: flipOutY;
- animation-name: flipOutY;
- -webkit-animation-duration: .75s;
- animation-duration: .75s;
-}
-
-@-webkit-keyframes lightSpeedIn {
- 0% {
- -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
- transform: translate3d(100%, 0, 0) skewX(-30deg);
- opacity: 0;
- }
-
- 60% {
- -webkit-transform: skewX(20deg);
- transform: skewX(20deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: skewX(-5deg);
- transform: skewX(-5deg);
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes lightSpeedIn {
- 0% {
- -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
- transform: translate3d(100%, 0, 0) skewX(-30deg);
- opacity: 0;
- }
-
- 60% {
- -webkit-transform: skewX(20deg);
- transform: skewX(20deg);
- opacity: 1;
- }
-
- 80% {
- -webkit-transform: skewX(-5deg);
- transform: skewX(-5deg);
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.lightSpeedIn {
- -webkit-animation-name: lightSpeedIn;
- animation-name: lightSpeedIn;
- -webkit-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
-}
-
-@-webkit-keyframes lightSpeedOut {
- 0% {
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
- transform: translate3d(100%, 0, 0) skewX(30deg);
- opacity: 0;
- }
-}
-
-@keyframes lightSpeedOut {
- 0% {
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
- transform: translate3d(100%, 0, 0) skewX(30deg);
- opacity: 0;
- }
-}
-
-.lightSpeedOut {
- -webkit-animation-name: lightSpeedOut;
- animation-name: lightSpeedOut;
- -webkit-animation-timing-function: ease-in;
- animation-timing-function: ease-in;
-}
-
-@-webkit-keyframes rotateIn {
- 0% {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: rotate3d(0, 0, 1, -200deg);
- transform: rotate3d(0, 0, 1, -200deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateIn {
- 0% {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: rotate3d(0, 0, 1, -200deg);
- transform: rotate3d(0, 0, 1, -200deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateIn {
- -webkit-animation-name: rotateIn;
- animation-name: rotateIn;
-}
-
-@-webkit-keyframes rotateInDownLeft {
- 0% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateInDownLeft {
- 0% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateInDownLeft {
- -webkit-animation-name: rotateInDownLeft;
- animation-name: rotateInDownLeft;
-}
-
-@-webkit-keyframes rotateInDownRight {
- 0% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateInDownRight {
- 0% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateInDownRight {
- -webkit-animation-name: rotateInDownRight;
- animation-name: rotateInDownRight;
-}
-
-@-webkit-keyframes rotateInUpLeft {
- 0% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateInUpLeft {
- 0% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateInUpLeft {
- -webkit-animation-name: rotateInUpLeft;
- animation-name: rotateInUpLeft;
-}
-
-@-webkit-keyframes rotateInUpRight {
- 0% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, -90deg);
- transform: rotate3d(0, 0, 1, -90deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-@keyframes rotateInUpRight {
- 0% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, -90deg);
- transform: rotate3d(0, 0, 1, -90deg);
- opacity: 0;
- }
-
- 100% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: none;
- transform: none;
- opacity: 1;
- }
-}
-
-.rotateInUpRight {
- -webkit-animation-name: rotateInUpRight;
- animation-name: rotateInUpRight;
-}
-
-@-webkit-keyframes rotateOut {
- 0% {
- -webkit-transform-origin: center;
- transform-origin: center;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: rotate3d(0, 0, 1, 200deg);
- transform: rotate3d(0, 0, 1, 200deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOut {
- 0% {
- -webkit-transform-origin: center;
- transform-origin: center;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: center;
- transform-origin: center;
- -webkit-transform: rotate3d(0, 0, 1, 200deg);
- transform: rotate3d(0, 0, 1, 200deg);
- opacity: 0;
- }
-}
-
-.rotateOut {
- -webkit-animation-name: rotateOut;
- animation-name: rotateOut;
-}
-
-@-webkit-keyframes rotateOutDownLeft {
- 0% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOutDownLeft {
- 0% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
- transform: rotate3d(0, 0, 1, 45deg);
- opacity: 0;
- }
-}
-
-.rotateOutDownLeft {
- -webkit-animation-name: rotateOutDownLeft;
- animation-name: rotateOutDownLeft;
-}
-
-@-webkit-keyframes rotateOutDownRight {
- 0% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOutDownRight {
- 0% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-}
-
-.rotateOutDownRight {
- -webkit-animation-name: rotateOutDownRight;
- animation-name: rotateOutDownRight;
-}
-
-@-webkit-keyframes rotateOutUpLeft {
- 0% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOutUpLeft {
- 0% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: left bottom;
- transform-origin: left bottom;
- -webkit-transform: rotate3d(0, 0, 1, -45deg);
- transform: rotate3d(0, 0, 1, -45deg);
- opacity: 0;
- }
-}
-
-.rotateOutUpLeft {
- -webkit-animation-name: rotateOutUpLeft;
- animation-name: rotateOutUpLeft;
-}
-
-@-webkit-keyframes rotateOutUpRight {
- 0% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, 90deg);
- transform: rotate3d(0, 0, 1, 90deg);
- opacity: 0;
- }
-}
-
-@keyframes rotateOutUpRight {
- 0% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform-origin: right bottom;
- transform-origin: right bottom;
- -webkit-transform: rotate3d(0, 0, 1, 90deg);
- transform: rotate3d(0, 0, 1, 90deg);
- opacity: 0;
- }
-}
-
-.rotateOutUpRight {
- -webkit-animation-name: rotateOutUpRight;
- animation-name: rotateOutUpRight;
-}
-
-@-webkit-keyframes hinge {
- 0% {
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- }
-
- 20%, 60% {
- -webkit-transform: rotate3d(0, 0, 1, 80deg);
- transform: rotate3d(0, 0, 1, 80deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- }
-
- 40%, 80% {
- -webkit-transform: rotate3d(0, 0, 1, 60deg);
- transform: rotate3d(0, 0, 1, 60deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: translate3d(0, 700px, 0);
- transform: translate3d(0, 700px, 0);
- opacity: 0;
- }
-}
-
-@keyframes hinge {
- 0% {
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- }
-
- 20%, 60% {
- -webkit-transform: rotate3d(0, 0, 1, 80deg);
- transform: rotate3d(0, 0, 1, 80deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- }
-
- 40%, 80% {
- -webkit-transform: rotate3d(0, 0, 1, 60deg);
- transform: rotate3d(0, 0, 1, 60deg);
- -webkit-transform-origin: top left;
- transform-origin: top left;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- opacity: 1;
- }
-
- 100% {
- -webkit-transform: translate3d(0, 700px, 0);
- transform: translate3d(0, 700px, 0);
- opacity: 0;
- }
-}
-
-.hinge {
- -webkit-animation-name: hinge;
- animation-name: hinge;
-}
-
-/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
-
-@-webkit-keyframes rollIn {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
- transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-@keyframes rollIn {
- 0% {
- opacity: 0;
- -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
- transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
- }
-
- 100% {
- opacity: 1;
- -webkit-transform: none;
- transform: none;
- }
-}
-
-.rollIn {
- -webkit-animation-name: rollIn;
- animation-name: rollIn;
-}
-
-/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
-
-@-webkit-keyframes rollOut {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
- transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
- }
-}
-
-@keyframes rollOut {
- 0% {
- opacity: 1;
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
- transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
- }
-}
-
-.rollOut {
- -webkit-animation-name: rollOut;
- animation-name: rollOut;
-}
-
-@-webkit-keyframes zoomIn {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 50% {
- opacity: 1;
- }
-}
-
-@keyframes zoomIn {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 50% {
- opacity: 1;
- }
-}
-
-.zoomIn {
- -webkit-animation-name: zoomIn;
- animation-name: zoomIn;
-}
-
-@-webkit-keyframes zoomInDown {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomInDown {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomInDown {
- -webkit-animation-name: zoomInDown;
- animation-name: zoomInDown;
-}
-
-@-webkit-keyframes zoomInLeft {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
- transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomInLeft {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
- transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomInLeft {
- -webkit-animation-name: zoomInLeft;
- animation-name: zoomInLeft;
-}
-
-@-webkit-keyframes zoomInRight {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
- transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomInRight {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
- transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomInRight {
- -webkit-animation-name: zoomInRight;
- animation-name: zoomInRight;
-}
-
-@-webkit-keyframes zoomInUp {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomInUp {
- 0% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 60% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomInUp {
- -webkit-animation-name: zoomInUp;
- animation-name: zoomInUp;
-}
-
-@-webkit-keyframes zoomOut {
- 0% {
- opacity: 1;
- }
-
- 50% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 100% {
- opacity: 0;
- }
-}
-
-@keyframes zoomOut {
- 0% {
- opacity: 1;
- }
-
- 50% {
- opacity: 0;
- -webkit-transform: scale3d(.3, .3, .3);
- transform: scale3d(.3, .3, .3);
- }
-
- 100% {
- opacity: 0;
- }
-}
-
-.zoomOut {
- -webkit-animation-name: zoomOut;
- animation-name: zoomOut;
-}
-
-@-webkit-keyframes zoomOutDown {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomOutDown {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomOutDown {
- -webkit-animation-name: zoomOutDown;
- animation-name: zoomOutDown;
-}
-
-@-webkit-keyframes zoomOutLeft {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
- transform: scale(.1) translate3d(-2000px, 0, 0);
- -webkit-transform-origin: left center;
- transform-origin: left center;
- }
-}
-
-@keyframes zoomOutLeft {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
- transform: scale(.1) translate3d(-2000px, 0, 0);
- -webkit-transform-origin: left center;
- transform-origin: left center;
- }
-}
-
-.zoomOutLeft {
- -webkit-animation-name: zoomOutLeft;
- animation-name: zoomOutLeft;
-}
-
-@-webkit-keyframes zoomOutRight {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
- transform: scale(.1) translate3d(2000px, 0, 0);
- -webkit-transform-origin: right center;
- transform-origin: right center;
- }
-}
-
-@keyframes zoomOutRight {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
- transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
- transform: scale(.1) translate3d(2000px, 0, 0);
- -webkit-transform-origin: right center;
- transform-origin: right center;
- }
-}
-
-.zoomOutRight {
- -webkit-animation-name: zoomOutRight;
- animation-name: zoomOutRight;
-}
-
-@-webkit-keyframes zoomOutUp {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-@keyframes zoomOutUp {
- 40% {
- opacity: 1;
- -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
- -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
- }
-
- 100% {
- opacity: 0;
- -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
- transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
- -webkit-transform-origin: center bottom;
- transform-origin: center bottom;
- -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
- }
-}
-
-.zoomOutUp {
- -webkit-animation-name: zoomOutUp;
- animation-name: zoomOutUp;
-}
-
-@-webkit-keyframes slideInDown {
- 0% {
- -webkit-transform: translateY(-100%);
- transform: translateY(-100%);
- visibility: visible;
- }
-
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
-}
-
-@keyframes slideInDown {
- 0% {
- -webkit-transform: translateY(-100%);
- transform: translateY(-100%);
- visibility: visible;
- }
-
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
-}
-
-.slideInDown {
- -webkit-animation-name: slideInDown;
- animation-name: slideInDown;
-}
-
-@-webkit-keyframes slideInLeft {
- 0% {
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- visibility: visible;
- }
-
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-}
-
-@keyframes slideInLeft {
- 0% {
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- visibility: visible;
- }
-
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-}
-
-.slideInLeft {
- -webkit-animation-name: slideInLeft;
- animation-name: slideInLeft;
-}
-
-@-webkit-keyframes slideInRight {
- 0% {
- -webkit-transform: translateX(100%);
- transform: translateX(100%);
- visibility: visible;
- }
-
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-}
-
-@keyframes slideInRight {
- 0% {
- -webkit-transform: translateX(100%);
- transform: translateX(100%);
- visibility: visible;
- }
-
- 100% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-}
-
-.slideInRight {
- -webkit-animation-name: slideInRight;
- animation-name: slideInRight;
-}
-
-@-webkit-keyframes slideInUp {
- 0% {
- -webkit-transform: translateY(100%);
- transform: translateY(100%);
- visibility: visible;
- }
-
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
-}
-
-@keyframes slideInUp {
- 0% {
- -webkit-transform: translateY(100%);
- transform: translateY(100%);
- visibility: visible;
- }
-
- 100% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
-}
-
-.slideInUp {
- -webkit-animation-name: slideInUp;
- animation-name: slideInUp;
-}
-
-@-webkit-keyframes slideOutDown {
- 0% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
-
- 100% {
- visibility: hidden;
- -webkit-transform: translateY(100%);
- transform: translateY(100%);
- }
-}
-
-@keyframes slideOutDown {
- 0% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
-
- 100% {
- visibility: hidden;
- -webkit-transform: translateY(100%);
- transform: translateY(100%);
- }
-}
-
-.slideOutDown {
- -webkit-animation-name: slideOutDown;
- animation-name: slideOutDown;
-}
-
-@-webkit-keyframes slideOutLeft {
- 0% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-
- 100% {
- visibility: hidden;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- }
-}
-
-@keyframes slideOutLeft {
- 0% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-
- 100% {
- visibility: hidden;
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- }
-}
-
-.slideOutLeft {
- -webkit-animation-name: slideOutLeft;
- animation-name: slideOutLeft;
-}
-
-@-webkit-keyframes slideOutRight {
- 0% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-
- 100% {
- visibility: hidden;
- -webkit-transform: translateX(100%);
- transform: translateX(100%);
- }
-}
-
-@keyframes slideOutRight {
- 0% {
- -webkit-transform: translateX(0);
- transform: translateX(0);
- }
-
- 100% {
- visibility: hidden;
- -webkit-transform: translateX(100%);
- transform: translateX(100%);
- }
-}
-
-.slideOutRight {
- -webkit-animation-name: slideOutRight;
- animation-name: slideOutRight;
-}
-
-@-webkit-keyframes slideOutUp {
- 0% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
-
- 100% {
- visibility: hidden;
- -webkit-transform: translateY(-100%);
- transform: translateY(-100%);
- }
-}
-
-@keyframes slideOutUp {
- 0% {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
-
- 100% {
- visibility: hidden;
- -webkit-transform: translateY(-100%);
- transform: translateY(-100%);
- }
-}
-
-.slideOutUp {
- -webkit-animation-name: slideOutUp;
- animation-name: slideOutUp;
-}
diff --git a/themes/hugo-universal-theme/static/css/custom.css b/themes/hugo-universal-theme/static/css/custom.css
deleted file mode 100644
index 95c3097..0000000
--- a/themes/hugo-universal-theme/static/css/custom.css
+++ /dev/null
@@ -1,10 +0,0 @@
-/* your styles go here */
-
-.box-image-text .image {
- min-height: 200px;
- max-height: 200px;
-}
-
-.box-simple {
- min-height: 230px;
-}
diff --git a/themes/hugo-universal-theme/static/css/owl.carousel.css b/themes/hugo-universal-theme/static/css/owl.carousel.css
deleted file mode 100644
index 4ef435a..0000000
--- a/themes/hugo-universal-theme/static/css/owl.carousel.css
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * Core Owl Carousel CSS File
- * v1.3.2
- */
-
-/* clearfix */
-.owl-carousel .owl-wrapper:after {
- content: ".";
- display: block;
- clear: both;
- visibility: hidden;
- line-height: 0;
- height: 0;
-}
-/* display none until init */
-.owl-carousel{
- display: none;
- position: relative;
- width: 100%;
- -ms-touch-action: pan-y;
-}
-.owl-carousel .owl-wrapper{
- display: none;
- position: relative;
- -webkit-transform: translate3d(0px, 0px, 0px);
-}
-.owl-carousel .owl-wrapper-outer{
- overflow: hidden;
- position: relative;
- width: 100%;
-}
-.owl-carousel .owl-wrapper-outer.autoHeight{
- -webkit-transition: height 500ms ease-in-out;
- -moz-transition: height 500ms ease-in-out;
- -ms-transition: height 500ms ease-in-out;
- -o-transition: height 500ms ease-in-out;
- transition: height 500ms ease-in-out;
-}
-
-.owl-carousel .owl-item{
- float: left;
-}
-.owl-controls .owl-page,
-.owl-controls .owl-buttons div{
- cursor: pointer;
-}
-.owl-controls {
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-}
-
-/* mouse grab icon */
-.grabbing {
- cursor:url(/img/grabbing.png) 8 8, move;
-}
-
-/* fix */
-.owl-carousel .owl-wrapper,
-.owl-carousel .owl-item{
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- -webkit-transform: translate3d(0,0,0);
- -moz-transform: translate3d(0,0,0);
- -ms-transform: translate3d(0,0,0);
-}
diff --git a/themes/hugo-universal-theme/static/css/owl.theme.css b/themes/hugo-universal-theme/static/css/owl.theme.css
deleted file mode 100644
index e080540..0000000
--- a/themes/hugo-universal-theme/static/css/owl.theme.css
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
-* Owl Carousel Owl Demo Theme
-* v1.3.2
-*/
-
-.owl-theme .owl-controls{
- margin-top: 10px;
- text-align: center;
-}
-
-/* Styling Next and Prev buttons */
-
-.owl-theme .owl-controls .owl-buttons div{
- display: inline-block;
- zoom: 1;
- *display: inline;/*IE7 life-saver */
-}
-/* Clickable class fix problem with hover on touch devices */
-/* Use it for non-touch hover action */
-.owl-theme .owl-controls.clickable .owl-buttons div:hover{
- filter: Alpha(Opacity=100);/*IE7 fix*/
- opacity: 1;
- text-decoration: none;
-}
-
-/* Styling Pagination*/
-
-.owl-theme .owl-controls .owl-page{
- display: inline-block;
- zoom: 1;
- *display: inline;/*IE7 life-saver */
-}
-.owl-theme .owl-controls .owl-page span{
- display: block;
- width: 12px;
- height: 12px;
- margin: 5px 7px;
- filter: Alpha(Opacity=50);/*IE7 fix*/
- opacity: 0.5;
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- border-radius: 20px;
- background: #869791;
-}
-
-.owl-theme .owl-controls .owl-page.active span,
-.owl-theme .owl-controls.clickable .owl-page:hover span{
- filter: Alpha(Opacity=100);/*IE7 fix*/
- opacity: 1;
-}
-
-/* If PaginationNumbers is true */
-
-.owl-theme .owl-controls .owl-page span.owl-numbers{
- height: auto;
- width: auto;
- color: #FFF;
- padding: 2px 10px;
- font-size: 12px;
- -webkit-border-radius: 30px;
- -moz-border-radius: 30px;
- border-radius: 30px;
-}
-
-/* preloading images */
-.owl-item.loading{
- min-height: 150px;
- background: url(AjaxLoader.gif) no-repeat center center
-}
\ No newline at end of file
diff --git a/themes/hugo-universal-theme/static/css/style.blue.css b/themes/hugo-universal-theme/static/css/style.blue.css
deleted file mode 100644
index 24c54de..0000000
--- a/themes/hugo-universal-theme/static/css/style.blue.css
+++ /dev/null
@@ -1,3557 +0,0 @@
-.clearfix:before,
-.clearfix:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after {
- content: " ";
- display: table;
-}
-.clearfix:after,
-.navbar:after,
-.navbar-header:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
- visibility: hidden !important;
-}
-.affix {
- position: fixed;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-/* general styles */
-a,
-button {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
-.clickable {
- cursor: pointer !important;
-}
-.required {
- color: #467fbf;
-}
-.accent {
- color: #467fbf;
-}
-.text-uppercase {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .text-center-sm {
- text-align: center;
- }
-}
-p.lead {
- margin-bottom: 40px;
-}
-section,
-div.section {
- margin-bottom: 40px;
-}
-.no-mb {
- margin-bottom: 0 !important;
-}
-.mb-small {
- margin-bottom: 20px !important;
-}
-.heading {
- margin-bottom: 40px;
-}
-.heading h1,
-.heading h2,
-.heading h3,
-.heading h4,
-.heading h5 {
- display: inline-block;
- border-bottom: solid 5px #467fbf;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
- display: inline-block;
- background: #467fbf;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- text-align: center;
- color: #fff;
- font-size: 12px;
- line-height: 30px;
- border-radius: 15px;
-}
-.icon {
- display: inline-block;
- width: 80px;
- height: 80px;
- color: #fff;
- line-height: 80px;
- border-radius: 40px;
- border: solid 1px #fff;
- font-size: 20px;
-}
-.icon.icon-lg {
- font-size: 30px;
- border-width: 2px;
-}
-.ul-icons {
- padding-left: 10px;
-}
-.ul-icons li {
- list-style-type: none;
- line-height: 20px;
- margin-bottom: 20px;
-}
-.ul-icons li i {
- width: 20px;
- height: 20px;
- background: #467fbf;
- color: #fff;
- text-align: center;
- border-radius: 10px;
- line-height: 20px;
- margin-right: 10px;
-}
-ul.list-style-none {
- list-style: none;
-}
-#text-page h1,
-#text-page h2,
-#text-page h3 {
- font-weight: 700;
-}
-#error-page {
- text-align: center;
- margin-top: 40px;
- margin-bottom: 100px;
-}
-#error-page h4 {
- margin-bottom: 40px;
-}
-#error-page p.buttons {
- margin-top: 40px;
-}
-.pages-listing .item {
- text-align: center;
-}
-.pages-listing .item h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 20px;
- letter-spacing: 0.08em;
-}
-.pages-listing .item h3 a {
- color: #555555;
-}
-.pages-listing .item .text {
- margin-bottom: 20px;
-}
-.pages-listing .item .text p {
- color: #999999;
- font-size: 12px;
- margin-bottom: 20px;
-}
-.banner {
- margin-bottom: 30px;
- text-align: center;
-}
-.banner img {
- margin: 0 auto;
-}
-.banner a:hover img {
- opacity: 0.8;
- filter: alpha(opacity=80);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.pages {
- text-align: center;
-}
-.pages .loadMore {
- text-align: center;
-}
-.pages .pagination {
- text-align: center;
-}
-.features-buttons button {
- margin-bottom: 20px;
-}
-@media (min-width: 1300px) {
- body.boxed {
- background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
- }
- body.boxed #all {
- position: relative;
- background: #fff;
- width: 1200px;
- margin: 0 auto;
- overflow: hidden;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- }
-}
-#top {
- background: #555555;
- color: #eeeeee;
- padding: 10px 0;
-}
-#top p {
- margin: 0;
- font-size: 12px;
-}
-#top .social {
- float: right;
- text-align: right;
-}
-#top .social a {
- color: #999999;
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 12px;
- line-height: 20px;
- font-size: 12px;
- text-align: center;
- vertical-align: bottom;
-}
-#top .social a:hover {
- color: #fff;
-}
-#top .social a:hover.facebook {
- background-color: #4460ae;
-}
-#top .social a:hover.gplus {
- background-color: #c21f25;
-}
-#top .social a:hover.twitter {
- background-color: #3cf;
-}
-#top .social a:hover.instagram {
- background-color: #cd4378;
-}
-#top .social a:hover.email {
- background-color: #4a7f45;
-}
-#top .login {
- float: right;
-}
-#top .login a {
- font-size: 12px;
- color: #eeeeee;
- margin-right: 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.10em;
-}
-@media (max-width: 767px) {
- #top .login {
- float: left;
- }
-}
-#top.light {
- background: #fff;
- color: #999999;
- border-bottom: solid 1px #eeeeee;
-}
-#top.light .login a {
- color: #555555;
-}
-.navbar {
- border: none;
-}
-.navbar ul.nav > li > a {
- text-transform: uppercase;
- text-decoration: underline;
- font-weight: bold;
- letter-spacing: 0.08em;
- border-top: solid 5px transparent;
-}
-.navbar ul.nav > li > a:hover {
- border-top: solid 5px #467fbf;
-}
-.navbar ul.nav > li.active > a,
-.navbar ul.nav > li.open > a {
- text-decoration: none !important;
- border-top: solid 5px #294d76;
-}
-@media (max-width: 768px) {
- .navbar ul.nav > li.active > a,
- .navbar ul.nav > li.open > a {
- border-top-color: transparent;
- }
- .navbar ul.nav > li > a:hover {
- border-top-color: transparent;
- }
-}
-.navbar.navbar-light ul.nav > li.active > a {
- border-top: solid 5px #294d76;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar.navbar-light ul.nav > li.active > a:hover {
- border-top: solid 5px #294d76;
-}
-.navbar.navbar-light ul.nav > li > a:hover,
-.navbar.navbar-light ul.nav > li.open > a:hover,
-.navbar.navbar-light ul.nav > li > a:focus,
-.navbar.navbar-light ul.nav > li.open > a:focus {
- border-top: solid 5px #467fbf;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar ul.dropdown-menu {
- margin: 0;
- padding: 0;
-}
-.navbar ul.dropdown-menu li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 4px 0;
-}
-.navbar ul.dropdown-menu li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- left: 0;
-}
-.navbar ul.dropdown-menu li a:hover {
- color: #467fbf;
- text-decoration: none;
- background: none;
- left: 2px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .navbar ul.dropdown-menu li a:hover {
- left: 0;
- }
-}
-.navbar .yamm-content h3 {
- font-size: 18px;
- text-transform: uppercase;
- padding-bottom: 10px;
- margin-top: 5px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-@media (max-width: 767px) {
- .navbar .yamm-content h3 {
- font-size: 14px;
- }
-}
-.navbar .yamm-content h5 {
- text-transform: uppercase;
- padding-bottom: 10px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-.navbar .yamm-content ul {
- margin: 0;
- padding: 0;
-}
-.navbar .yamm-content ul li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- padding: 4px 0;
-}
-.navbar .yamm-content ul li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.navbar .yamm-content ul li a:hover {
- color: #467fbf;
- text-decoration: none;
- padding-left: 2px;
-}
-.navbar .yamm-content .banner {
- margin-bottom: 10px;
-}
-.navbar .yamm-fw .dropdown-menu {
- padding: 0;
-}
-.navbar .navbar-buttons {
- float: right;
-}
-.navbar .navbar-buttons button,
-.navbar .navbar-buttons a.btn,
-.navbar .navbar-buttons .btn-default.navbar-toggle {
- margin-top: 11px;
- margin-bottom: 11px;
- margin-left: 0;
- margin-right: 5px;
-}
-.navbar .btn-default,
-.navbar .btn-default.navbar-toggle {
- color: #999999;
- background-color: #fff;
- margin-left: 7px;
- margin-right: 0;
-}
-.navbar .btn-default:hover,
-.navbar .btn-default.navbar-toggle:hover,
-.navbar .btn-default:focus,
-.navbar .btn-default.navbar-toggle:focus {
- background-color: #fff;
- border-color: #467fbf;
- color: #467fbf;
-}
-.navbar #search {
- clear: both;
- border-top: solid 1px #467fbf;
- text-align: right;
-}
-.navbar #search form {
- float: right;
-}
-.navbar #search form .input-group {
- width: 500px;
-}
-@media (max-width: 768px) {
- .navbar #search form .input-group {
- width: 100%;
- }
-}
-.navbar #basket-overview a {
- margin-left: 7px;
-}
-.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 1000;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-body.boxed .navbar-affixed-top.affix {
- position: static;
-}
-#login-modal {
- overflow: hidden;
-}
-#login-modal .modal-header h4 {
- text-transform: uppercase;
-}
-#login-modal form {
- margin-bottom: 20px;
-}
-#login-modal a {
- color: #467fbf;
-}
-#login-modal p {
- font-weight: 300;
- margin-bottom: 20px;
- font-size: 13px;
-}
-/* buttons */
-.btn {
- font-weight: 700;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857143;
- border-radius: 0;
-}
-.input-group .btn {
- font-size: 14px;
-}
-.btn-lg {
- padding: 10px 16px;
- font-size: 14px;
- line-height: 1.33;
- border-radius: 0;
-}
-.btn-sm {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-xs {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-template-main {
- color: #467fbf;
- background-color: #ffffff;
- border-color: #467fbf;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- color: #467fbf;
- background-color: #e6e6e6;
- border-color: #336194;
-}
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- background-image: none;
-}
-.btn-template-main.disabled,
-.btn-template-main[disabled],
-fieldset[disabled] .btn-template-main,
-.btn-template-main.disabled:hover,
-.btn-template-main[disabled]:hover,
-fieldset[disabled] .btn-template-main:hover,
-.btn-template-main.disabled:focus,
-.btn-template-main[disabled]:focus,
-fieldset[disabled] .btn-template-main:focus,
-.btn-template-main.disabled:active,
-.btn-template-main[disabled]:active,
-fieldset[disabled] .btn-template-main:active,
-.btn-template-main.disabled.active,
-.btn-template-main[disabled].active,
-fieldset[disabled] .btn-template-main.active {
- background-color: #ffffff;
- border-color: #467fbf;
-}
-.btn-template-main .badge {
- color: #ffffff;
- background-color: #467fbf;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active {
- background: #467fbf;
- color: #ffffff;
- border-color: #467fbf;
-}
-.btn-template-transparent-primary {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- background-image: none;
-}
-.btn-template-transparent-primary.disabled,
-.btn-template-transparent-primary[disabled],
-fieldset[disabled] .btn-template-transparent-primary,
-.btn-template-transparent-primary.disabled:hover,
-.btn-template-transparent-primary[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-primary:hover,
-.btn-template-transparent-primary.disabled:focus,
-.btn-template-transparent-primary[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-primary:focus,
-.btn-template-transparent-primary.disabled:active,
-.btn-template-transparent-primary[disabled]:active,
-fieldset[disabled] .btn-template-transparent-primary:active,
-.btn-template-transparent-primary.disabled.active,
-.btn-template-transparent-primary[disabled].active,
-fieldset[disabled] .btn-template-transparent-primary.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active {
- background: #fff;
- color: #467fbf;
- border-color: #fff;
-}
-.btn-template-transparent-black {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- background-image: none;
-}
-.btn-template-transparent-black.disabled,
-.btn-template-transparent-black[disabled],
-fieldset[disabled] .btn-template-transparent-black,
-.btn-template-transparent-black.disabled:hover,
-.btn-template-transparent-black[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-black:hover,
-.btn-template-transparent-black.disabled:focus,
-.btn-template-transparent-black[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-black:focus,
-.btn-template-transparent-black.disabled:active,
-.btn-template-transparent-black[disabled]:active,
-fieldset[disabled] .btn-template-transparent-black:active,
-.btn-template-transparent-black.disabled.active,
-.btn-template-transparent-black[disabled].active,
-fieldset[disabled] .btn-template-transparent-black.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active {
- background: #fff;
- color: #000;
- border-color: #fff;
-}
-.btn-template-primary {
- color: #ffffff;
- background-color: #467fbf;
- border-color: #467fbf;
-}
-.btn-template-primary:hover,
-.btn-template-primary:focus,
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- color: #ffffff;
- background-color: #36669c;
- border-color: #336194;
-}
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- background-image: none;
-}
-.btn-template-primary.disabled,
-.btn-template-primary[disabled],
-fieldset[disabled] .btn-template-primary,
-.btn-template-primary.disabled:hover,
-.btn-template-primary[disabled]:hover,
-fieldset[disabled] .btn-template-primary:hover,
-.btn-template-primary.disabled:focus,
-.btn-template-primary[disabled]:focus,
-fieldset[disabled] .btn-template-primary:focus,
-.btn-template-primary.disabled:active,
-.btn-template-primary[disabled]:active,
-fieldset[disabled] .btn-template-primary:active,
-.btn-template-primary.disabled.active,
-.btn-template-primary[disabled].active,
-fieldset[disabled] .btn-template-primary.active {
- background-color: #467fbf;
- border-color: #467fbf;
-}
-.btn-template-primary .badge {
- color: #467fbf;
- background-color: #ffffff;
-}
-#intro {
- background: url('../img/home.jpg') no-repeat center top;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-#intro .item {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- height: 100%;
-}
-#intro .item h1 {
- text-transform: uppercase;
- font-size: 50px;
- color: #fff;
- margin-bottom: 40px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #intro .item h1 {
- font-size: 40px;
- }
-}
-@media (max-width: 767px) {
- #intro .item h1 {
- font-size: 25px;
- }
-}
-#intro .item h3 {
- color: #fff;
- margin-bottom: 40px;
-}
-@media (max-width: 767px) {
- #intro .item h3 {
- font-size: 15px;
- margin-bottom: 20px;
- }
-}
-#intro .item .btn {
- text-transform: none;
-}
-@media (max-width: 991px) {
- #intro .item .btn {
- font-size: 14px;
- }
-}
-@media (max-width: 991px) {
- #intro .item .carousel-caption {
- left: 10%;
- right: 10%;
- }
-}
-#intro .container,
-#intro .row {
- height: 100%;
- position: relative;
-}
-.jumbotron {
- padding: 30px;
- margin-bottom: 0;
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.jumbotron .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #467fbf;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3,
-.jumbotron p,
-.jumbotron ul {
- color: #fff;
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3 {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.jumbotron p {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 400;
-}
-.jumbotron p.text-uppercase {
- font-weight: 700;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron {
- border-radius: 0;
-}
-.jumbotron .container {
- max-width: 100%;
- z-index: 2;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron {
- padding-left: 60px;
- padding-right: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 46px;
- }
-}
-#categoryMenu h3 {
- padding: 20px;
- background: #f7f7f7;
- margin: 0;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu h3 {
- padding: 5px 0;
- margin: 0;
-}
-.panel.sidebar-menu {
- background: #fff;
- margin: 0 0 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.panel.sidebar-menu .panel-heading {
- text-transform: uppercase;
- margin-bottom: 10px;
- background: none;
- padding: 0;
- letter-spacing: 0.08em;
- border-bottom: none;
-}
-.panel.sidebar-menu .panel-heading h1,
-.panel.sidebar-menu .panel-heading h2,
-.panel.sidebar-menu .panel-heading h3,
-.panel.sidebar-menu .panel-heading h4,
-.panel.sidebar-menu .panel-heading h5 {
- display: inline-block;
- border-bottom: solid 5px #467fbf;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
-}
-.panel.sidebar-menu .panel-heading .btn.btn-danger {
- color: #fff;
- margin-top: 5px;
-}
-.panel.sidebar-menu .panel-body {
- padding: 0;
-}
-.panel.sidebar-menu .panel-body span.colour {
- display: inline-block;
- width: 15px;
- height: 15px;
- border: solid 1px #555555;
- vertical-align: top;
- margin-top: 2px;
- margin-left: 5px;
-}
-.panel.sidebar-menu .panel-body span.colour.white {
- background: #fff;
-}
-.panel.sidebar-menu .panel-body span.colour.red {
- background: red;
-}
-.panel.sidebar-menu .panel-body span.colour.green {
- background: green;
-}
-.panel.sidebar-menu .panel-body span.colour.blue {
- background: blue;
-}
-.panel.sidebar-menu .panel-body span.colour.yellow {
- background: yellow;
-}
-.panel.sidebar-menu .panel-body label {
- color: #999999;
- font-size: 12px;
-}
-.panel.sidebar-menu .panel-body label:hover {
- color: #555555;
-}
-.panel.sidebar-menu ul.nav.category-menu {
- margin-bottom: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu ul.nav.category-menu li a {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.panel.sidebar-menu ul.nav ul {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.nav ul li {
- display: block;
-}
-.panel.sidebar-menu ul.nav ul li a {
- position: relative;
- font-family: "Times New Roman", Times, serif;
- font-weight: normal;
- text-transform: none !important;
- display: block;
- padding: 10px 15px;
- padding-left: 30px;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.nav ul li a:hover,
-.panel.sidebar-menu ul.nav ul li a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-.panel.sidebar-menu ul.tag-cloud {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.tag-cloud li {
- display: inline-block;
-}
-.panel.sidebar-menu ul.tag-cloud li a {
- display: inline-block;
- padding: 5px;
- border: solid 1px #eeeeee;
- border-radius: 0;
- color: #467fbf;
- margin: 5px 5px 5px 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 700;
- font-size: 12px;
-}
-.panel.sidebar-menu ul.tag-cloud li a:hover {
- color: #467fbf;
- text-decoration: none;
- border-color: #467fbf;
-}
-.panel.sidebar-menu ul.popular,
-.panel.sidebar-menu ul.recent {
- list-style: none;
- padding-left: 0;
- padding: 20px 0;
-}
-.panel.sidebar-menu ul.popular li,
-.panel.sidebar-menu ul.recent li {
- margin-bottom: 10px;
- padding: 5px 0;
- border-bottom: dotted 1px #eeeeee;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li img,
-.panel.sidebar-menu ul.recent li img {
- width: 50px;
- margin-right: 10px;
-}
-.panel.sidebar-menu ul.popular li h5,
-.panel.sidebar-menu ul.recent li h5 {
- margin: 0 0 10px;
-}
-.panel.sidebar-menu ul.popular li h5 a,
-.panel.sidebar-menu ul.recent li h5 a {
- font-weight: normal;
-}
-.panel.sidebar-menu ul.popular li p.date,
-.panel.sidebar-menu ul.recent li p.date {
- float: right;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.popular li:last-child,
-.panel.sidebar-menu ul.recent li:last-child {
- border-bottom: none;
-}
-.panel.sidebar-menu .text-widget {
- font-size: 12px;
-}
-.panel.sidebar-menu.with-icons ul.nav li a:after {
- font-family: 'FontAwesome';
- content: "\f105";
- position: relative;
- top: 0;
- float: right;
-}
-/* ribbons for product sales etc. */
-.ribbon {
- position: absolute;
- top: 50px;
- padding-left: 51px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.ribbon .ribbon-background {
- position: absolute;
- top: 0;
- right: 0;
-}
-.ribbon .theribbon {
- position: relative;
- width: 80px;
- padding: 6px 20px 6px 20px;
- margin: 30px 10px 10px -71px;
- color: #fff;
- background-color: #467fbf;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.ribbon .theribbon:before,
-.ribbon .theribbon:after {
- content: ' ';
- position: absolute;
- width: 0;
- height: 0;
-}
-.ribbon .theribbon:after {
- left: 0px;
- top: 100%;
- border-width: 5px 10px;
- border-style: solid;
- border-color: #000000 #000000 transparent transparent;
-}
-.ribbon.sale {
- top: 0;
-}
-.ribbon.new {
- top: 50px;
-}
-.ribbon.new .theribbon {
- background-color: #5bc0de;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.new .theribbon:after {
- border-color: #2390b0 #2390b0 transparent transparent;
-}
-.ribbon.gift {
- top: 100px;
-}
-.ribbon.gift .theribbon {
- background-color: #5cb85c;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.gift .theribbon:after {
- border-color: #357935 #357935 transparent transparent;
-}
-.owl-carousel .owl-controls .owl-page.active span,
-.owl-theme .owl-controls .owl-page.active span,
-.owl-carousel .owl-controls.clickable .owl-page:hover span,
-.owl-theme .owl-controls.clickable .owl-page:hover span {
- background: #467fbf;
-}
-.owl-carousel .owl-controls .owl-buttons,
-.owl-theme .owl-controls .owl-buttons {
- position: absolute;
- top: 5px;
- right: 0;
-}
-.owl-carousel .owl-controls .owl-buttons div,
-.owl-theme .owl-controls .owl-buttons div {
- width: 26px;
- height: 26px;
- line-height: 25px;
- margin: 0 5px 0 0;
- font-size: 18px;
- color: #467fbf;
- padding: 0;
- background: #fff;
- border-radius: 13px;
- vertical-align: middle;
- text-align: center;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-.home-carousel {
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.home-carousel .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #467fbf;
- opacity: 0.15;
- filter: alpha(opacity=15);
-}
-.home-carousel .owl-carousel {
- padding-top: 60px;
- padding-bottom: 20px;
-}
-.home-carousel .owl-theme .owl-controls .owl-page span {
- background: #666;
-}
-.home-carousel .owl-theme .owl-controls .owl-page.active span {
- background: #000;
-}
-.home-carousel .owl-theme .owl-controls .owl-page:hover span {
- background: #000;
-}
-@media (max-width: 767px) {
- .home-carousel {
- text-align: center !important;
- }
-}
-@media (min-width: 992px) {
- .home-carousel .right {
- text-align: right;
- }
-}
-.home-carousel h1,
-.home-carousel h2,
-.home-carousel h3,
-.home-carousel p,
-.home-carousel ul {
- color: #000000;
-}
-.home-carousel h1 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 46px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .home-carousel h1 {
- font-size: 36px;
- }
-}
-.home-carousel h2 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 40px;
- letter-spacing: 0.08em;
-}
-.home-carousel ul,
-.home-carousel p {
- font-size: 18px;
- font-weight: 700;
- padding: 0;
- text-transform: uppercase;
- letter-spacing: 0.10em;
-}
-@media (max-width: 991px) {
- .home-carousel ul,
- .home-carousel p {
- font-size: 14px;
- }
-}
-.home-carousel ul li {
- margin-bottom: 10px;
-}
-.customers {
- padding: 0;
- margin-bottom: 40px;
-}
-.customers .item {
- list-style-type: none;
- text-align: center;
- margin: 0 20px;
-}
-.customers .item img {
- display: inline-block;
- filter: url("data:image/svg+xml;utf8, #grayscale");
- /* Firefox 10+, Firefox on Android */
- filter: gray;
- /* IE6-9 */
- -webkit-filter: grayscale(100%);
- /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.customers .item img:hover {
- max-width: auto;
- filter: none;
- -webkit-filter: none;
-}
-.testimonials {
- padding: 0;
- margin-bottom: 40px;
-}
-.testimonials .item {
- list-style-type: none;
- margin: 0 5px;
- background: #fff;
- padding-bottom: 60px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.testimonials .item .testimonial {
- position: relative;
- padding: 20px;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial .text {
- color: #999999;
- margin-bottom: 40px;
-}
-.testimonials .item .testimonial .bottom {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px;
- height: 50px;
-}
-.testimonials .item .testimonial .bottom .icon {
- color: #467fbf;
- font-size: 30px;
- float: left;
- width: 20%;
-}
-.testimonials .item .testimonial .name-picture {
- float: right;
- width: 80%;
- text-align: right;
-}
-.testimonials .item .testimonial .name-picture h5 {
- font-size: 14px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.testimonials .item .testimonial .name-picture p {
- color: #999999;
- margin: 0;
- font-size: 12px;
-}
-.testimonials .item .testimonial .name-picture img {
- float: right;
- width: 60px;
- border-radius: 30px;
- margin-left: 10px;
-}
-.team-member {
- text-align: center;
- margin-bottom: 40px;
-}
-.team-member h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 5px;
- letter-spacing: 0.08em;
-}
-.team-member h3 a {
- color: #555555;
-}
-.team-member p.role {
- color: #999999;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.team-member .social {
- margin-bottom: 20px;
-}
-.team-member .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email {
- background-color: #4a7f45;
-}
-.team-member .text p {
- color: #999999;
- font-size: 12px;
-}
-.team-member .social,
-.team-member-detail .social {
- margin-bottom: 20px;
-}
-.team-member .social a,
-.team-member-detail .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i,
-.team-member-detail .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook,
-.team-member-detail .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus,
-.team-member-detail .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter,
-.team-member-detail .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram,
-.team-member-detail .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email,
-.team-member-detail .social a.email {
- background-color: #4a7f45;
-}
-.box-simple {
- text-align: center;
- margin-bottom: 40px;
-}
-.box-simple .icon {
- color: #467fbf;
- border-color: #467fbf;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.box-simple h3 {
- font-weight: normal;
- font-size: 18px;
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-simple h3 a {
- color: #555555;
-}
-.box-simple p {
- color: #999999;
-}
-.box-simple:hover .icon {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.box-simple:hover .icon i {
- -webkit-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- transform: scale(1, 1);
-}
-.box-simple.box-white {
- padding: 20px;
- border: dotted 1px #999999;
-}
-.box-simple.box-white .icon {
- color: #555555;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark {
- padding: 20px;
- border: dotted 1px #999999;
- background: #555555;
- color: #fff;
-}
-.box-simple.box-dark .icon {
- color: #f7f7f7;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark h3 {
- color: #fff;
-}
-.box-simple.box-dark h3 a {
- color: #fff;
-}
-.box-simple.box-dark p {
- color: #fff;
-}
-.box-image {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #467fbf;
-}
-.box-image .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-.box-image-text {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image-text .top {
- position: relative;
- margin-bottom: 10px;
-}
-.box-image-text .top .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #467fbf;
-}
-.box-image-text .top .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .top .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image-text .top .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image-text .top .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .content h3,
-.box-image-text .content h4 {
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-image-text .content p {
- color: #999999;
-}
-.box-image-text:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image-text:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image-text:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-/* universal box */
-.box {
- background: #fff;
- margin: 0 0 30px;
- border: solid 1px #ccc;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 0;
- border-left: none;
- border-right: none;
-}
-.box .box-header {
- background: #f7f7f7;
- margin: -20px 0 20px;
- padding: 20px;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-footer {
- background: #f7f7f7;
- margin: 30px 0 -20px;
- padding: 20px;
- border-top: solid 1px #eeeeee;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-@media (max-width: 991px) {
- .box .box-footer .btn {
- margin-bottom: 20px;
- }
-}
-.box.no-border {
- border: none;
-}
-#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
- padding: 20px 0;
- margin-bottom: 40px;
-}
-#heading-breadcrumbs.no-mb {
- margin-bottom: 0;
-}
-#heading-breadcrumbs h1 {
- color: #333333;
- text-transform: uppercase;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #heading-breadcrumbs h1 {
- text-align: center;
- }
-}
-#heading-breadcrumbs ul.breadcrumb {
- margin-top: 5px;
- margin-bottom: 0;
-}
-.bar {
- position: relative;
- background: #467fbf;
- padding: 60px 0;
-}
-.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
- border-top: solid 1px #999999;
- border-bottom: solid 1px #999999;
-}
-.bar.background-gray {
- background: #eeeeee;
-}
-.bar.background-gray-dark {
- background: #555555;
-}
-.bar.background-white {
- background: #fff;
-}
-.bar.background-image-fixed-1 {
- background: url('../img/fixed-background-1.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.background-image-fixed-2 {
- background: url('../img/fixed-background-2.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.color-white h1,
-.bar.color-white h2,
-.bar.color-white h3,
-.bar.color-white h4,
-.bar.color-white h5,
-.bar.color-white h6,
-.bar.color-white p {
- color: #fff;
-}
-.bar.padding-big {
- padding: 50px 0;
-}
-.bar.padding-horizontal {
- padding-left: 30px;
- padding-right: 30px;
-}
-.bar.margin-vertical {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.bar .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-.portfolio.no-space {
- padding: 0 15px;
-}
-.portfolio.no-space .box-image {
- margin: 0 -15px;
-}
-.portfolio-project .project-more h4 {
- color: #555555;
- text-transform: uppercase;
- margin-bottom: 0;
- text-align: left;
- font-size: 14px;
- letter-spacing: 0.08em;
-}
-.portfolio-project .project-more p {
- color: #999999;
- padding: 10px 0;
- margin-bottom: 20px;
- text-align: left;
-}
-.portfolio-showcase {
- margin: 15px 0 60px;
-}
-.portfolio-showcase h3 a {
- text-transform: uppercase;
- line-height: 1.5;
- letter-spacing: 0.08em;
-}
-.portfolio-showcase p.lead {
- color: #555555;
- margin-bottom: 20px;
-}
-.portfolio-showcase p {
- color: #999999;
-}
-.portfolio-showcase p.buttons {
- margin-top: 40px;
-}
-.see-more {
- text-align: center;
- margin-top: 20px;
- padding-top: 20px;
-}
-.see-more p {
- font-size: 28px;
- font-weight: 100;
- margin-bottom: 20px;
-}
-.showcase .item {
- text-align: center;
-}
-.showcase .item .icon {
- display: inline-block;
- width: 50px;
- height: 50px;
- color: #555555;
- line-height: 50px;
- border-radius: 25px;
- border: solid 1px #555555;
-}
-.showcase .item h4 {
- color: #555555;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- line-height: 1.5;
- font-size: 16px;
-}
-.showcase .item h4 span {
- font-weight: bold;
- font-size: 51px;
-}
-.packages .package {
- background: #fff;
- margin-top: 25px;
- margin-bottom: 20px;
- padding-bottom: 15px;
- text-align: center;
- border: solid 1px #467fbf;
- overflow: hidden;
-}
-.packages .package .package-header {
- height: 57px;
- color: #fff;
- line-height: 57px;
- background: #467fbf;
-}
-.packages .package .package-header h5 {
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 57px;
- margin: 0;
- letter-spacing: 0.08em;
-}
-.packages .package .package-header.light-gray {
- background: #eeeeee;
-}
-.packages .package .package-header.light-gray h5 {
- color: #555555;
-}
-.packages .package .price {
- line-height: 120px;
- height: 100px;
- color: #fff;
- font-weight: 400;
-}
-.packages .package .price h4 {
- display: inline;
- font-size: 50px;
- line-height: normal;
- margin-bottom: 0;
-}
-.packages .package .price .period {
- line-height: normal;
- color: #999999;
-}
-.packages .package ul {
- padding: 0;
-}
-.packages .package ul li {
- list-style-type: none;
- padding-top: 10px;
- padding-bottom: 10px;
- width: 80%;
- margin: auto;
- border-bottom: 1px dotted #ccc;
-}
-.packages .package ul li:last-child {
- border-bottom: 0;
-}
-.packages .package ul li i {
- font-size: 13px;
- margin-right: 5px;
-}
-.packages .best-value .package {
- margin-top: 0;
- padding-bottom: 40px;
-}
-.packages .best-value .package .package-header {
- height: 72px;
- padding-top: 17px;
- height: 82px !important;
-}
-.packages .best-value .package .package-header h5 {
- font-weight: bold;
- line-height: 29px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.packages .best-value .package .package-header .meta-text {
- font-size: 13px;
- line-height: 15px;
-}
-#map {
- height: 300px;
-}
-#map.with-border {
- border-top: solid 1px #467fbf;
- border-bottom: solid 1px #467fbf;
-}
-#blog-listing-big .post,
-#blog-homepage .post {
- margin-bottom: 60px;
-}
-#blog-listing-big .post h2,
-#blog-homepage .post h2,
-#blog-listing-big .post h4,
-#blog-homepage .post h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post h2 a,
-#blog-homepage .post h2 a,
-#blog-listing-big .post h4 a,
-#blog-homepage .post h4 a {
- color: #555555;
-}
-#blog-listing-big .post h2 a:hover,
-#blog-homepage .post h2 a:hover,
-#blog-listing-big .post h4 a:hover,
-#blog-homepage .post h4 a:hover {
- color: #467fbf;
-}
-#blog-listing-big .post .author-category,
-#blog-homepage .post .author-category {
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post .author-category a,
-#blog-homepage .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-big .post .date-comments a,
-#blog-homepage .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-big .post .date-comments a:hover,
-#blog-homepage .post .date-comments a:hover {
- color: #467fbf;
-}
-@media (min-width: 768px) {
- #blog-listing-big .post .date-comments,
- #blog-homepage .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-big .post .intro,
-#blog-homepage .post .intro {
- text-align: left;
-}
-#blog-listing-big .post .image,
-#blog-homepage .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-big .post .image img,
-#blog-homepage .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-big .post .image img.img-responsive,
- #blog-homepage .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-big .post .video,
-#blog-homepage .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-big .post .read-more,
-#blog-homepage .post .read-more {
- text-align: right;
-}
-#blog-listing-medium .post {
- margin-bottom: 60px;
-}
-#blog-listing-medium .post h2 {
- text-transform: uppercase;
- margin: 0 0 10px;
- font-size: 24px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post h2 a {
- color: #555555;
-}
-#blog-listing-medium .post h2 a:hover {
- color: #467fbf;
-}
-#blog-listing-medium .post .author-category {
- float: left;
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 12px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-medium .post .date-comments {
- float: right;
- font-size: 12px;
-}
-#blog-listing-medium .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-medium .post .date-comments a:hover {
- color: #467fbf;
-}
-@media (min-width: 768px) {
- #blog-listing-medium .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-medium .post .intro {
- text-align: left;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-medium .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-medium .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-medium .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-medium .post .read-more {
- text-align: right;
-}
-.box-image-text.blog .author-category {
- color: #999999;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 300;
- font-size: 12px;
-}
-.box-image-text.blog .author-category a {
- font-weight: 500;
-}
-.box-image-text.blog .intro {
- text-align: left;
- margin-bottom: 20px;
-}
-#blog-homepage .post {
- margin-bottom: 30px;
-}
-#blog-homepage .post h2,
-#blog-homepage .post h4,
-#blog-homepage .post .author-category,
-#blog-homepage .post .read-more {
- text-align: center;
-}
-#blog-homepage .post .read-more {
- margin-top: 20px;
-}
-#blog-post #post-content {
- margin-bottom: 20px;
-}
-#blog-post .comment {
- margin-bottom: 25px;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment .posted {
- color: #999999;
- font-size: 12px;
-}
-#blog-post .comment .reply {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#blog-post .comment.last {
- margin-bottom: 0;
-}
-#blog-post #comments,
-#blog-post #comment-form {
- padding: 20px 0;
- margin-top: 20px;
- border-top: solid 1px #eeeeee;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments h4,
-#blog-post #comment-form h4 {
- margin-bottom: 20px;
-}
-#blog-post #comment-form {
- margin-bottom: 20px;
-}
-.product {
- background: #fff;
- border-bottom: solid 1px #e6e6e6;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 60px;
- overflow: hidden;
- text-align: center;
-}
-.product .image {
- overflow: hidden;
-}
-.product .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .product .image img.img-responsive {
- min-width: 100%;
- }
-}
-.product .text {
- padding: 10px;
-}
-.product .text h3 {
- font-size: 14px;
- font-weight: 700;
- height: 39.6px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.product .text h3 a {
- color: #555555;
-}
-.product .text h3 a:hover {
- text-decoration: none;
-}
-.product .text p.price {
- font-size: 18px;
-}
-.product .text p.price del {
- color: #999999;
-}
-.product .buttons {
- clear: both;
- position: absolute;
- display: none;
- bottom: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- border: solid 1px transparent;
- padding: 20px;
- background: rgba(255, 255, 255, 0.9);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- text-align: center;
-}
-.product .buttons .btn {
- margin-bottom: 20px;
-}
-.product:hover {
- border-bottom: solid 1px #808080;
- top: 0;
-}
-.product:hover .buttons {
- clear: both;
- position: absolute;
- top: 0;
- background: rgba(255, 255, 255, 0.5);
-}
-.product:hover .image img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.goToDescription {
- font-size: 12px;
- text-align: center;
- margin-bottom: 40px;
-}
-.goToDescription a {
- color: #999999;
- text-decoration: underline;
-}
-#productMain {
- margin-bottom: 30px;
-}
-#productMain .sizes {
- text-align: center;
-}
-#productMain .sizes h3 {
- font-weight: 700;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- margin-bottom: 40px;
-}
-#productMain .sizes a {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 40px;
- background: #ccc;
- line-height: 40px;
- color: #555555;
- text-align: center;
- text-decoration: none;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#productMain .sizes a.active,
-#productMain .sizes a:hover {
- background: #467fbf;
- color: #fff;
-}
-#productMain .sizes input {
- display: none;
-}
-#productMain .price {
- font-size: 40px;
- text-align: center;
- margin-top: 40px;
- margin-bottom: 40px;
-}
-#thumbs a {
- display: block;
- border: solid 1px transparent;
-}
-#thumbs a.active {
- border-color: #467fbf;
-}
-#product-social {
- text-align: center;
-}
-#product-social h4 {
- font-weight: 300;
- margin-bottom: 10px;
-}
-#product-social p {
- line-height: 26px;
-}
-#product-social p a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-#product-social p a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-#product-social p a.facebook {
- background-color: #4460ae;
-}
-#product-social p a.gplus {
- background-color: #c21f25;
-}
-#product-social p a.twitter {
- background-color: #3cf;
-}
-#product-social p a.instagram {
- background-color: #cd4378;
-}
-#product-social p a.email {
- background-color: #4a7f45;
-}
-@media (max-width: 991px) {
- #product-social {
- text-align: center;
- }
-}
-#checkout .nav {
- margin-bottom: 20px;
- border-bottom: solid 1px #467fbf;
-}
-#checkout .nav li {
- height: 100%;
-}
-#checkout .nav li a {
- display: block;
- height: 100%;
-}
-#order-summary table {
- margin-top: 20px;
-}
-#order-summary table td {
- color: #999999;
-}
-#order-summary table tr.total td,
-#order-summary table tr.total th {
- font-size: 18px;
- color: #555555;
- font-weight: 700;
-}
-#checkout .table tbody tr td,
-#basket .table tbody tr td,
-#customer-order .table tbody tr td {
- vertical-align: middle;
-}
-#checkout .table tbody tr td input,
-#basket .table tbody tr td input,
-#customer-order .table tbody tr td input {
- width: 50px;
- text-align: right;
-}
-#checkout .table tbody tr td img,
-#basket .table tbody tr td img,
-#customer-order .table tbody tr td img {
- width: 50px;
-}
-#checkout .table tfoot,
-#basket .table tfoot,
-#customer-order .table tfoot {
- font-size: 18px;
-}
-.shipping-method h4,
-.payment-method h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#customer-orders table tr th,
-#customer-orders table tr td {
- vertical-align: baseline;
-}
-#customer-order .table tfoot th {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-order .addresses {
- text-align: right;
- margin-bottom: 30px;
-}
-#customer-order .addresses p {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-account {
- margin-bottom: 30px;
-}
-#get-it {
- background: #467fbf;
- padding: 50px 0 30px;
- color: #fff;
- text-align: center;
-}
-#get-it h1,
-#get-it h2,
-#get-it h3,
-#get-it h4,
-#get-it h5,
-#get-it h6 {
- color: #fff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- margin: 0 0 20px;
-}
-#get-it p {
- margin: 0 0 20px;
-}
-#footer {
- background: #555555;
- padding: 50px 0;
- color: #999999;
-}
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6 {
- color: #eeeeee;
-}
-#footer h4 {
- font-size: 14px;
- font-weight: 800;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#footer ul {
- padding-left: 0;
- list-style: none;
-}
-#footer ul a {
- color: #999999;
-}
-#footer ul a:hover {
- color: #467fbf;
- text-decoration: none;
-}
-#footer .photostream div {
- float: left;
- display: block;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 33%;
- padding: 7.5px;
- overflow: hidden;
-}
-#footer .photostream div a {
- border: solid 1 px #eeeeee;
-}
-#footer .photostream div img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#footer .photostream div:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-#footer .blog-entries .item {
- clear: both;
- padding: 5px 0;
- margin-bottom: 10px;
- border-bottom: solid 1px #555555;
-}
-#footer .blog-entries .item .image {
- float: left;
- width: 15%;
- margin-right: 10px;
-}
-#footer .blog-entries .item .name {
- width: 75%;
- margin-left: 10px;
- display: table-cell;
- vertical-align: middle;
-}
-#footer .blog-entries .item .name h5 {
- margin: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-size: 12px;
-}
-#footer .blog-entries .item .name h5 a {
- color: #eeeeee;
-}
-#footer .blog-entries .item .text {
- width: 100%;
- clear: both;
-}
-#footer .blog-entries .item:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-#footer .social a {
- color: #555555;
- font-size: 25px;
- margin: 0 10px 0 0;
-}
-#footer .social a:hover {
- color: #467fbf;
-}
-#copyright {
- background: #333;
- color: #ccc;
- padding: 50px 0;
- font-size: 12px;
- line-height: 28px;
-}
-#copyright p {
- margin: 0;
-}
-@media (max-width: 991px) {
- #copyright p {
- float: none !important;
- text-align: center;
- margin-bottom: 10px;
- }
-}
-[data-animate] {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-#style-switch-button {
- position: fixed;
- top: 100px;
- left: 0px;
- border-radius: 0;
-}
-#style-switch {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 300px;
- padding: 20px;
- position: fixed;
- top: 140px;
- left: 0;
- background: #fff;
- border: solid 1px #eeeeee;
-}
-@media (max-width: 991px) {
- #style-switch-button {
- display: none;
- }
- #style-switch {
- display: none;
- }
-}
-/* Original Boostrap template overwrite */
-/* breadcrumbs */
-.breadcrumb {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- background-color: none;
- letter-spacing: 0.08em;
-}
-/* nav */
-.nav > li > a {
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: #eeeeee;
-}
-.nav > li.disabled > a {
- color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #999999;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eeeeee;
- border-color: #467fbf;
-}
-.nav-tabs {
- border-bottom: 1px solid #467fbf;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eeeeee #eeeeee #467fbf;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #467fbf;
- border-bottom-color: transparent;
- cursor: default;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: solid 1px #467fbf;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #467fbf;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #467fbf;
- border-radius: 0 0 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 0;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #ffffff;
- background-color: #467fbf;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
- border-bottom: solid 1px #467fbf;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #467fbf;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #467fbf;
- border-radius: 0 0 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.tab-content {
- padding: 15px;
- border: solid 1px #ddd;
- border-top: none;
-}
-/* navbar */
-.navbar {
- position: relative;
- min-height: 62px;
- margin-bottom: 0;
- border-bottom: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 0px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- overflow-x: visible;
- padding-right: 15px;
- padding-left: 15px;
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-left: 0;
- padding-right: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-affixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-affixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- padding: 10px 15px;
- font-size: 18px;
- line-height: 20px;
- height: 62px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- margin-right: 15px;
- padding: 9px 10px;
- margin-top: 14px;
- margin-bottom: 14px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 0;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-nav {
- margin: 10.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 21px;
- padding-bottom: 21px;
- }
- .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- }
-}
-.navbar-form {
- margin-left: -15px;
- margin-right: -15px;
- padding: 10px 15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 14px;
- margin-bottom: 14px;
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- border: 0;
- margin-left: 0;
- margin-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-form.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-btn.btn-sm {
- margin-top: 16px;
- margin-bottom: 16px;
-}
-.navbar-btn.btn-xs {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.navbar-text {
- margin-top: 21px;
- margin-bottom: 21px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-left: 15px;
- margin-right: 15px;
- }
- .navbar-text.navbar-right:last-child {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #ffffff;
- border-color: #cccccc;
- border-bottom: none;
-}
-.navbar-default .navbar-brand {
- color: #555555;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #3b3b3b;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #555555;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #555555;
- background-color: #92b3d9;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #ffffff;
- background-color: #467fbf;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #467fbf;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #cccccc;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- background-color: #467fbf;
- color: #ffffff;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #555555;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #467fbf;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ffffff;
- background-color: #467fbf;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #555555;
-}
-.navbar-default .navbar-link:hover {
- color: #555555;
-}
-.navbar-default .btn-link {
- color: #555555;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #555555;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #cccccc;
-}
-/* scaffolding */
-body {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555555;
-}
-a {
- color: #467fbf;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #2f5a89;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.img-rounded {
- border-radius: 0;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eeeeee;
-}
-/* breadcrumbs */
-.breadcrumb {
- padding: 20px 0;
- margin-bottom: 20px;
- background-color: transparent;
- border-radius: 0;
- text-align: right;
-}
-.breadcrumb > li + li:before {
- content: ">\00a0";
- color: #555555;
-}
-.breadcrumb > .active {
- color: #999999;
-}
-@media (max-width: 991px) {
- .breadcrumb {
- padding: 20px 0;
- text-align: center;
- }
-}
-/* dropdowns */
-.dropdown-menu {
- z-index: 1000;
- font-size: 14px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- padding: 5px 20px;
- line-height: 1.42857143;
- color: #333333;
- white-space: nowrap;
-}
-/* labels */
-.label {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-/* forms.less */
-label {
- font-weight: normal;
-}
-.form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
-}
-.form-control:focus {
- border-color: #467fbf;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 127, 191, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 127, 191, 0.6);
-}
-.form-group {
- margin-bottom: 20px;
-}
-/* pager*/
-.pager {
- margin: 20px 0;
- border-top: solid 1px #eeeeee;
- padding-top: 20px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- background-color: #ffffff;
- border: 1px solid #467fbf;
- border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- color: #fff;
- background-color: #467fbf;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- border-color: #ddd;
-}
-/* pagination */
-.pagination {
- margin: 20px 0;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- border-radius: 0;
-}
-.pagination > li > a,
-.pagination > li > span {
- padding: 6px 12px;
- line-height: 1.42857143;
- text-decoration: none;
- color: #467fbf;
- background-color: #ffffff;
- border: 1px solid #dddddd;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- color: #467fbf;
- background-color: #b8cee6;
- border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #ffffff;
- background-color: #467fbf;
- border-color: #467fbf;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #999999;
- background-color: #ffffff;
- border-color: #dddddd;
-}
-/* responsive utilities */
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center !important;
- }
- .text-center-xs img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .text-center-sm {
- text-align: center !important;
- }
- .text-center-sm img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-/* type */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: 900;
- line-height: 1.1;
- color: #333333;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 18px;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-.text-small {
- font-size: 12px;
-}
-.text-large {
- font-size: 18px;
-}
-.text-italic {
- font-style: italic;
-}
-.text-primary {
- color: #467fbf;
-}
-a.text-primary:hover {
- color: #36669c;
-}
-.bg-primary {
- color: #fff;
- background-color: #467fbf;
-}
-a.bg-primary:hover {
- background-color: #36669c;
-}
-abbr[title],
-abbr[data-original-title] {
- border-bottom: 1px dotted #999999;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 14px;
- border-left: 5px solid #467fbf;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- border-right: 5px solid #467fbf;
-}
-address {
- margin-bottom: 20px;
- line-height: 1.42857143;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #ffffff;
- border: 1px solid transparent;
- border-radius: 0;
- -webkit-box-shadow: 0 0 0;
- box-shadow: 0 0 0;
-}
-.panel-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 15px 15px;
-}
-.progress {
- overflow: hidden;
- height: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group.accordion .panel {
- border-color: #ccc;
-}
-.panel-primary {
- border-color: #467fbf;
-}
-.panel-primary > .panel-heading {
- color: #ffffff;
- background-color: #467fbf;
- border-color: #467fbf;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #467fbf;
-}
-.panel-primary > .panel-heading .badge {
- color: #467fbf;
- background-color: #ffffff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #467fbf;
-}
-.panel-primary .panel-title {
- font-weight: 300;
-}
-.panel-primary .panel-title a:hover {
- color: #fff;
- text-decoration: none;
-}
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #467fbf;
- background-color: #ffffff;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.progress-bar-primary {
- background-color: #467fbf;
-}
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-/*!
- * Yamm!3 - Yet another megamenu for Bootstrap 3
- * http://geedmo.github.com/yamm3
- *
- * @geedmo - Licensed under the MIT license
- */
-.yamm .nav,
-.yamm .collapse,
-.yamm .dropup.use-yamm,
-.yamm .dropdown.use-yamm {
- position: static;
-}
-.yamm .container {
- position: relative;
-}
-.yamm .dropdown-menu {
- left: auto;
-}
-.yamm .nav.navbar-right .dropdown-menu {
- left: auto;
- right: 0;
-}
-.yamm .yamm-content {
- padding: 20px 30px;
-}
-.yamm .dropdown.yamm-fw .dropdown-menu {
- left: 15px;
- right: 15px;
-}
diff --git a/themes/hugo-universal-theme/static/css/style.default.css b/themes/hugo-universal-theme/static/css/style.default.css
deleted file mode 100644
index d4bd940..0000000
--- a/themes/hugo-universal-theme/static/css/style.default.css
+++ /dev/null
@@ -1,3557 +0,0 @@
-.clearfix:before,
-.clearfix:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after {
- content: " ";
- display: table;
-}
-.clearfix:after,
-.navbar:after,
-.navbar-header:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
- visibility: hidden !important;
-}
-.affix {
- position: fixed;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-/* general styles */
-a,
-button {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
-.clickable {
- cursor: pointer !important;
-}
-.required {
- color: #38a7bb;
-}
-.accent {
- color: #38a7bb;
-}
-.text-uppercase {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .text-center-sm {
- text-align: center;
- }
-}
-p.lead {
- margin-bottom: 40px;
-}
-section,
-div.section {
- margin-bottom: 40px;
-}
-.no-mb {
- margin-bottom: 0 !important;
-}
-.mb-small {
- margin-bottom: 20px !important;
-}
-.heading {
- margin-bottom: 40px;
-}
-.heading h1,
-.heading h2,
-.heading h3,
-.heading h4,
-.heading h5 {
- display: inline-block;
- border-bottom: solid 5px #38a7bb;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
- display: inline-block;
- background: #38a7bb;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- text-align: center;
- color: #fff;
- font-size: 12px;
- line-height: 30px;
- border-radius: 15px;
-}
-.icon {
- display: inline-block;
- width: 80px;
- height: 80px;
- color: #fff;
- line-height: 80px;
- border-radius: 40px;
- border: solid 1px #fff;
- font-size: 20px;
-}
-.icon.icon-lg {
- font-size: 30px;
- border-width: 2px;
-}
-.ul-icons {
- padding-left: 10px;
-}
-.ul-icons li {
- list-style-type: none;
- line-height: 20px;
- margin-bottom: 20px;
-}
-.ul-icons li i {
- width: 20px;
- height: 20px;
- background: #38a7bb;
- color: #fff;
- text-align: center;
- border-radius: 10px;
- line-height: 20px;
- margin-right: 10px;
-}
-ul.list-style-none {
- list-style: none;
-}
-#text-page h1,
-#text-page h2,
-#text-page h3 {
- font-weight: 700;
-}
-#error-page {
- text-align: center;
- margin-top: 40px;
- margin-bottom: 100px;
-}
-#error-page h4 {
- margin-bottom: 40px;
-}
-#error-page p.buttons {
- margin-top: 40px;
-}
-.pages-listing .item {
- text-align: center;
-}
-.pages-listing .item h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 20px;
- letter-spacing: 0.08em;
-}
-.pages-listing .item h3 a {
- color: #555555;
-}
-.pages-listing .item .text {
- margin-bottom: 20px;
-}
-.pages-listing .item .text p {
- color: #999999;
- font-size: 12px;
- margin-bottom: 20px;
-}
-.banner {
- margin-bottom: 30px;
- text-align: center;
-}
-.banner img {
- margin: 0 auto;
-}
-.banner a:hover img {
- opacity: 0.8;
- filter: alpha(opacity=80);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.pages {
- text-align: center;
-}
-.pages .loadMore {
- text-align: center;
-}
-.pages .pagination {
- text-align: center;
-}
-.features-buttons button {
- margin-bottom: 20px;
-}
-@media (min-width: 1300px) {
- body.boxed {
- background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
- }
- body.boxed #all {
- position: relative;
- background: #fff;
- width: 1200px;
- margin: 0 auto;
- overflow: hidden;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- }
-}
-#top {
- background: #555555;
- color: #eeeeee;
- padding: 10px 0;
-}
-#top p {
- margin: 0;
- font-size: 12px;
-}
-#top .social {
- float: right;
- text-align: right;
-}
-#top .social a {
- color: #999999;
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 12px;
- line-height: 20px;
- font-size: 12px;
- text-align: center;
- vertical-align: bottom;
-}
-#top .social a:hover {
- color: #fff;
-}
-#top .social a:hover.facebook {
- background-color: #4460ae;
-}
-#top .social a:hover.gplus {
- background-color: #c21f25;
-}
-#top .social a:hover.twitter {
- background-color: #3cf;
-}
-#top .social a:hover.instagram {
- background-color: #cd4378;
-}
-#top .social a:hover.email {
- background-color: #4a7f45;
-}
-#top .login {
- float: right;
-}
-#top .login a {
- font-size: 12px;
- color: #eeeeee;
- margin-right: 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.10em;
-}
-@media (max-width: 767px) {
- #top .login {
- float: left;
- }
-}
-#top.light {
- background: #fff;
- color: #999999;
- border-bottom: solid 1px #eeeeee;
-}
-#top.light .login a {
- color: #555555;
-}
-.navbar {
- border: none;
-}
-.navbar ul.nav > li > a {
- text-transform: uppercase;
- text-decoration: underline;
- font-weight: bold;
- letter-spacing: 0.08em;
- border-top: solid 5px transparent;
-}
-.navbar ul.nav > li > a:hover {
- border-top: solid 5px #38a7bb;
-}
-.navbar ul.nav > li.active > a,
-.navbar ul.nav > li.open > a {
- text-decoration: none !important;
- border-top: solid 5px #20616d;
-}
-@media (max-width: 768px) {
- .navbar ul.nav > li.active > a,
- .navbar ul.nav > li.open > a {
- border-top-color: transparent;
- }
- .navbar ul.nav > li > a:hover {
- border-top-color: transparent;
- }
-}
-.navbar.navbar-light ul.nav > li.active > a {
- border-top: solid 5px #20616d;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar.navbar-light ul.nav > li.active > a:hover {
- border-top: solid 5px #20616d;
-}
-.navbar.navbar-light ul.nav > li > a:hover,
-.navbar.navbar-light ul.nav > li.open > a:hover,
-.navbar.navbar-light ul.nav > li > a:focus,
-.navbar.navbar-light ul.nav > li.open > a:focus {
- border-top: solid 5px #38a7bb;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar ul.dropdown-menu {
- margin: 0;
- padding: 0;
-}
-.navbar ul.dropdown-menu li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 4px 0;
-}
-.navbar ul.dropdown-menu li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- left: 0;
-}
-.navbar ul.dropdown-menu li a:hover {
- color: #38a7bb;
- text-decoration: none;
- background: none;
- left: 2px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .navbar ul.dropdown-menu li a:hover {
- left: 0;
- }
-}
-.navbar .yamm-content h3 {
- font-size: 18px;
- text-transform: uppercase;
- padding-bottom: 10px;
- margin-top: 5px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-@media (max-width: 767px) {
- .navbar .yamm-content h3 {
- font-size: 14px;
- }
-}
-.navbar .yamm-content h5 {
- text-transform: uppercase;
- padding-bottom: 10px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-.navbar .yamm-content ul {
- margin: 0;
- padding: 0;
-}
-.navbar .yamm-content ul li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- padding: 4px 0;
-}
-.navbar .yamm-content ul li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.navbar .yamm-content ul li a:hover {
- color: #38a7bb;
- text-decoration: none;
- padding-left: 2px;
-}
-.navbar .yamm-content .banner {
- margin-bottom: 10px;
-}
-.navbar .yamm-fw .dropdown-menu {
- padding: 0;
-}
-.navbar .navbar-buttons {
- float: right;
-}
-.navbar .navbar-buttons button,
-.navbar .navbar-buttons a.btn,
-.navbar .navbar-buttons .btn-default.navbar-toggle {
- margin-top: 11px;
- margin-bottom: 11px;
- margin-left: 0;
- margin-right: 5px;
-}
-.navbar .btn-default,
-.navbar .btn-default.navbar-toggle {
- color: #999999;
- background-color: #fff;
- margin-left: 7px;
- margin-right: 0;
-}
-.navbar .btn-default:hover,
-.navbar .btn-default.navbar-toggle:hover,
-.navbar .btn-default:focus,
-.navbar .btn-default.navbar-toggle:focus {
- background-color: #fff;
- border-color: #38a7bb;
- color: #38a7bb;
-}
-.navbar #search {
- clear: both;
- border-top: solid 1px #38a7bb;
- text-align: right;
-}
-.navbar #search form {
- float: right;
-}
-.navbar #search form .input-group {
- width: 500px;
-}
-@media (max-width: 768px) {
- .navbar #search form .input-group {
- width: 100%;
- }
-}
-.navbar #basket-overview a {
- margin-left: 7px;
-}
-.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 1000;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-body.boxed .navbar-affixed-top.affix {
- position: static;
-}
-#login-modal {
- overflow: hidden;
-}
-#login-modal .modal-header h4 {
- text-transform: uppercase;
-}
-#login-modal form {
- margin-bottom: 20px;
-}
-#login-modal a {
- color: #38a7bb;
-}
-#login-modal p {
- font-weight: 300;
- margin-bottom: 20px;
- font-size: 13px;
-}
-/* buttons */
-.btn {
- font-weight: 700;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857143;
- border-radius: 0;
-}
-.input-group .btn {
- font-size: 14px;
-}
-.btn-lg {
- padding: 10px 16px;
- font-size: 14px;
- line-height: 1.33;
- border-radius: 0;
-}
-.btn-sm {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-xs {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-template-main {
- color: #38a7bb;
- background-color: #ffffff;
- border-color: #38a7bb;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- color: #38a7bb;
- background-color: #e6e6e6;
- border-color: #2a7d8c;
-}
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- background-image: none;
-}
-.btn-template-main.disabled,
-.btn-template-main[disabled],
-fieldset[disabled] .btn-template-main,
-.btn-template-main.disabled:hover,
-.btn-template-main[disabled]:hover,
-fieldset[disabled] .btn-template-main:hover,
-.btn-template-main.disabled:focus,
-.btn-template-main[disabled]:focus,
-fieldset[disabled] .btn-template-main:focus,
-.btn-template-main.disabled:active,
-.btn-template-main[disabled]:active,
-fieldset[disabled] .btn-template-main:active,
-.btn-template-main.disabled.active,
-.btn-template-main[disabled].active,
-fieldset[disabled] .btn-template-main.active {
- background-color: #ffffff;
- border-color: #38a7bb;
-}
-.btn-template-main .badge {
- color: #ffffff;
- background-color: #38a7bb;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active {
- background: #38a7bb;
- color: #ffffff;
- border-color: #38a7bb;
-}
-.btn-template-transparent-primary {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- background-image: none;
-}
-.btn-template-transparent-primary.disabled,
-.btn-template-transparent-primary[disabled],
-fieldset[disabled] .btn-template-transparent-primary,
-.btn-template-transparent-primary.disabled:hover,
-.btn-template-transparent-primary[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-primary:hover,
-.btn-template-transparent-primary.disabled:focus,
-.btn-template-transparent-primary[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-primary:focus,
-.btn-template-transparent-primary.disabled:active,
-.btn-template-transparent-primary[disabled]:active,
-fieldset[disabled] .btn-template-transparent-primary:active,
-.btn-template-transparent-primary.disabled.active,
-.btn-template-transparent-primary[disabled].active,
-fieldset[disabled] .btn-template-transparent-primary.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active {
- background: #fff;
- color: #38a7bb;
- border-color: #fff;
-}
-.btn-template-transparent-black {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- background-image: none;
-}
-.btn-template-transparent-black.disabled,
-.btn-template-transparent-black[disabled],
-fieldset[disabled] .btn-template-transparent-black,
-.btn-template-transparent-black.disabled:hover,
-.btn-template-transparent-black[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-black:hover,
-.btn-template-transparent-black.disabled:focus,
-.btn-template-transparent-black[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-black:focus,
-.btn-template-transparent-black.disabled:active,
-.btn-template-transparent-black[disabled]:active,
-fieldset[disabled] .btn-template-transparent-black:active,
-.btn-template-transparent-black.disabled.active,
-.btn-template-transparent-black[disabled].active,
-fieldset[disabled] .btn-template-transparent-black.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active {
- background: #fff;
- color: #000;
- border-color: #fff;
-}
-.btn-template-primary {
- color: #ffffff;
- background-color: #38a7bb;
- border-color: #38a7bb;
-}
-.btn-template-primary:hover,
-.btn-template-primary:focus,
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- color: #ffffff;
- background-color: #2c8494;
- border-color: #2a7d8c;
-}
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- background-image: none;
-}
-.btn-template-primary.disabled,
-.btn-template-primary[disabled],
-fieldset[disabled] .btn-template-primary,
-.btn-template-primary.disabled:hover,
-.btn-template-primary[disabled]:hover,
-fieldset[disabled] .btn-template-primary:hover,
-.btn-template-primary.disabled:focus,
-.btn-template-primary[disabled]:focus,
-fieldset[disabled] .btn-template-primary:focus,
-.btn-template-primary.disabled:active,
-.btn-template-primary[disabled]:active,
-fieldset[disabled] .btn-template-primary:active,
-.btn-template-primary.disabled.active,
-.btn-template-primary[disabled].active,
-fieldset[disabled] .btn-template-primary.active {
- background-color: #38a7bb;
- border-color: #38a7bb;
-}
-.btn-template-primary .badge {
- color: #38a7bb;
- background-color: #ffffff;
-}
-#intro {
- background: url('../img/home.jpg') no-repeat center top;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-#intro .item {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- height: 100%;
-}
-#intro .item h1 {
- text-transform: uppercase;
- font-size: 50px;
- color: #fff;
- margin-bottom: 40px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #intro .item h1 {
- font-size: 40px;
- }
-}
-@media (max-width: 767px) {
- #intro .item h1 {
- font-size: 25px;
- }
-}
-#intro .item h3 {
- color: #fff;
- margin-bottom: 40px;
-}
-@media (max-width: 767px) {
- #intro .item h3 {
- font-size: 15px;
- margin-bottom: 20px;
- }
-}
-#intro .item .btn {
- text-transform: none;
-}
-@media (max-width: 991px) {
- #intro .item .btn {
- font-size: 14px;
- }
-}
-@media (max-width: 991px) {
- #intro .item .carousel-caption {
- left: 10%;
- right: 10%;
- }
-}
-#intro .container,
-#intro .row {
- height: 100%;
- position: relative;
-}
-.jumbotron {
- padding: 30px;
- margin-bottom: 0;
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.jumbotron .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #38a7bb;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3,
-.jumbotron p,
-.jumbotron ul {
- color: #fff;
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3 {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.jumbotron p {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 400;
-}
-.jumbotron p.text-uppercase {
- font-weight: 700;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron {
- border-radius: 0;
-}
-.jumbotron .container {
- max-width: 100%;
- z-index: 2;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron {
- padding-left: 60px;
- padding-right: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 46px;
- }
-}
-#categoryMenu h3 {
- padding: 20px;
- background: #f7f7f7;
- margin: 0;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu h3 {
- padding: 5px 0;
- margin: 0;
-}
-.panel.sidebar-menu {
- background: #fff;
- margin: 0 0 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.panel.sidebar-menu .panel-heading {
- text-transform: uppercase;
- margin-bottom: 10px;
- background: none;
- padding: 0;
- letter-spacing: 0.08em;
- border-bottom: none;
-}
-.panel.sidebar-menu .panel-heading h1,
-.panel.sidebar-menu .panel-heading h2,
-.panel.sidebar-menu .panel-heading h3,
-.panel.sidebar-menu .panel-heading h4,
-.panel.sidebar-menu .panel-heading h5 {
- display: inline-block;
- border-bottom: solid 5px #38a7bb;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
-}
-.panel.sidebar-menu .panel-heading .btn.btn-danger {
- color: #fff;
- margin-top: 5px;
-}
-.panel.sidebar-menu .panel-body {
- padding: 0;
-}
-.panel.sidebar-menu .panel-body span.colour {
- display: inline-block;
- width: 15px;
- height: 15px;
- border: solid 1px #555555;
- vertical-align: top;
- margin-top: 2px;
- margin-left: 5px;
-}
-.panel.sidebar-menu .panel-body span.colour.white {
- background: #fff;
-}
-.panel.sidebar-menu .panel-body span.colour.red {
- background: red;
-}
-.panel.sidebar-menu .panel-body span.colour.green {
- background: green;
-}
-.panel.sidebar-menu .panel-body span.colour.blue {
- background: blue;
-}
-.panel.sidebar-menu .panel-body span.colour.yellow {
- background: yellow;
-}
-.panel.sidebar-menu .panel-body label {
- color: #999999;
- font-size: 12px;
-}
-.panel.sidebar-menu .panel-body label:hover {
- color: #555555;
-}
-.panel.sidebar-menu ul.nav.category-menu {
- margin-bottom: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu ul.nav.category-menu li a {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.panel.sidebar-menu ul.nav ul {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.nav ul li {
- display: block;
-}
-.panel.sidebar-menu ul.nav ul li a {
- position: relative;
- font-family: "Times New Roman", Times, serif;
- font-weight: normal;
- text-transform: none !important;
- display: block;
- padding: 10px 15px;
- padding-left: 30px;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.nav ul li a:hover,
-.panel.sidebar-menu ul.nav ul li a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-.panel.sidebar-menu ul.tag-cloud {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.tag-cloud li {
- display: inline-block;
-}
-.panel.sidebar-menu ul.tag-cloud li a {
- display: inline-block;
- padding: 5px;
- border: solid 1px #eeeeee;
- border-radius: 0;
- color: #38a7bb;
- margin: 5px 5px 5px 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 700;
- font-size: 12px;
-}
-.panel.sidebar-menu ul.tag-cloud li a:hover {
- color: #38a7bb;
- text-decoration: none;
- border-color: #38a7bb;
-}
-.panel.sidebar-menu ul.popular,
-.panel.sidebar-menu ul.recent {
- list-style: none;
- padding-left: 0;
- padding: 20px 0;
-}
-.panel.sidebar-menu ul.popular li,
-.panel.sidebar-menu ul.recent li {
- margin-bottom: 10px;
- padding: 5px 0;
- border-bottom: dotted 1px #eeeeee;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li img,
-.panel.sidebar-menu ul.recent li img {
- width: 50px;
- margin-right: 10px;
-}
-.panel.sidebar-menu ul.popular li h5,
-.panel.sidebar-menu ul.recent li h5 {
- margin: 0 0 10px;
-}
-.panel.sidebar-menu ul.popular li h5 a,
-.panel.sidebar-menu ul.recent li h5 a {
- font-weight: normal;
-}
-.panel.sidebar-menu ul.popular li p.date,
-.panel.sidebar-menu ul.recent li p.date {
- float: right;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.popular li:last-child,
-.panel.sidebar-menu ul.recent li:last-child {
- border-bottom: none;
-}
-.panel.sidebar-menu .text-widget {
- font-size: 12px;
-}
-.panel.sidebar-menu.with-icons ul.nav li a:after {
- font-family: 'FontAwesome';
- content: "\f105";
- position: relative;
- top: 0;
- float: right;
-}
-/* ribbons for product sales etc. */
-.ribbon {
- position: absolute;
- top: 50px;
- padding-left: 51px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.ribbon .ribbon-background {
- position: absolute;
- top: 0;
- right: 0;
-}
-.ribbon .theribbon {
- position: relative;
- width: 80px;
- padding: 6px 20px 6px 20px;
- margin: 30px 10px 10px -71px;
- color: #fff;
- background-color: #38a7bb;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.ribbon .theribbon:before,
-.ribbon .theribbon:after {
- content: ' ';
- position: absolute;
- width: 0;
- height: 0;
-}
-.ribbon .theribbon:after {
- left: 0px;
- top: 100%;
- border-width: 5px 10px;
- border-style: solid;
- border-color: #000000 #000000 transparent transparent;
-}
-.ribbon.sale {
- top: 0;
-}
-.ribbon.new {
- top: 50px;
-}
-.ribbon.new .theribbon {
- background-color: #5bc0de;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.new .theribbon:after {
- border-color: #2390b0 #2390b0 transparent transparent;
-}
-.ribbon.gift {
- top: 100px;
-}
-.ribbon.gift .theribbon {
- background-color: #5cb85c;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.gift .theribbon:after {
- border-color: #357935 #357935 transparent transparent;
-}
-.owl-carousel .owl-controls .owl-page.active span,
-.owl-theme .owl-controls .owl-page.active span,
-.owl-carousel .owl-controls.clickable .owl-page:hover span,
-.owl-theme .owl-controls.clickable .owl-page:hover span {
- background: #38a7bb;
-}
-.owl-carousel .owl-controls .owl-buttons,
-.owl-theme .owl-controls .owl-buttons {
- position: absolute;
- top: 5px;
- right: 0;
-}
-.owl-carousel .owl-controls .owl-buttons div,
-.owl-theme .owl-controls .owl-buttons div {
- width: 26px;
- height: 26px;
- line-height: 25px;
- margin: 0 5px 0 0;
- font-size: 18px;
- color: #38a7bb;
- padding: 0;
- background: #fff;
- border-radius: 13px;
- vertical-align: middle;
- text-align: center;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-.home-carousel {
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.home-carousel .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #38a7bb;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.home-carousel .owl-carousel {
- padding-top: 60px;
- padding-bottom: 20px;
-}
-.home-carousel .owl-theme .owl-controls .owl-page span {
- background: #666;
-}
-.home-carousel .owl-theme .owl-controls .owl-page.active span {
- background: #fff;
-}
-.home-carousel .owl-theme .owl-controls .owl-page:hover span {
- background: #fff;
-}
-@media (max-width: 767px) {
- .home-carousel {
- text-align: center !important;
- }
-}
-@media (min-width: 992px) {
- .home-carousel .right {
- text-align: right;
- }
-}
-.home-carousel h1,
-.home-carousel h2,
-.home-carousel h3,
-.home-carousel p,
-.home-carousel ul {
- color: #fff;
-}
-.home-carousel h1 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 46px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .home-carousel h1 {
- font-size: 36px;
- }
-}
-.home-carousel h2 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 40px;
- letter-spacing: 0.08em;
-}
-.home-carousel ul,
-.home-carousel p {
- font-size: 18px;
- font-weight: 700;
- padding: 0;
- text-transform: uppercase;
- letter-spacing: 0.10em;
-}
-@media (max-width: 991px) {
- .home-carousel ul,
- .home-carousel p {
- font-size: 14px;
- }
-}
-.home-carousel ul li {
- margin-bottom: 10px;
-}
-.customers {
- padding: 0;
- margin-bottom: 40px;
-}
-.customers .item {
- list-style-type: none;
- text-align: center;
- margin: 0 20px;
-}
-.customers .item img {
- display: inline-block;
- filter: url("data:image/svg+xml;utf8, #grayscale");
- /* Firefox 10+, Firefox on Android */
- filter: gray;
- /* IE6-9 */
- -webkit-filter: grayscale(100%);
- /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.customers .item img:hover {
- max-width: auto;
- filter: none;
- -webkit-filter: none;
-}
-.testimonials {
- padding: 0;
- margin-bottom: 40px;
-}
-.testimonials .item {
- list-style-type: none;
- margin: 0 5px;
- background: #fff;
- padding-bottom: 60px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.testimonials .item .testimonial {
- position: relative;
- padding: 20px;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial .text {
- color: #999999;
- margin-bottom: 40px;
-}
-.testimonials .item .testimonial .bottom {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px;
- height: 50px;
-}
-.testimonials .item .testimonial .bottom .icon {
- color: #38a7bb;
- font-size: 30px;
- float: left;
- width: 20%;
-}
-.testimonials .item .testimonial .name-picture {
- float: right;
- width: 80%;
- text-align: right;
-}
-.testimonials .item .testimonial .name-picture h5 {
- font-size: 14px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.testimonials .item .testimonial .name-picture p {
- color: #999999;
- margin: 0;
- font-size: 12px;
-}
-.testimonials .item .testimonial .name-picture img {
- float: right;
- width: 60px;
- border-radius: 30px;
- margin-left: 10px;
-}
-.team-member {
- text-align: center;
- margin-bottom: 40px;
-}
-.team-member h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 5px;
- letter-spacing: 0.08em;
-}
-.team-member h3 a {
- color: #555555;
-}
-.team-member p.role {
- color: #999999;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.team-member .social {
- margin-bottom: 20px;
-}
-.team-member .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email {
- background-color: #4a7f45;
-}
-.team-member .text p {
- color: #999999;
- font-size: 12px;
-}
-.team-member .social,
-.team-member-detail .social {
- margin-bottom: 20px;
-}
-.team-member .social a,
-.team-member-detail .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i,
-.team-member-detail .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook,
-.team-member-detail .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus,
-.team-member-detail .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter,
-.team-member-detail .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram,
-.team-member-detail .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email,
-.team-member-detail .social a.email {
- background-color: #4a7f45;
-}
-.box-simple {
- text-align: center;
- margin-bottom: 40px;
-}
-.box-simple .icon {
- color: #38a7bb;
- border-color: #38a7bb;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.box-simple h3 {
- font-weight: normal;
- font-size: 18px;
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-simple h3 a {
- color: #555555;
-}
-.box-simple p {
- color: #999999;
-}
-.box-simple:hover .icon {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.box-simple:hover .icon i {
- -webkit-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- transform: scale(1, 1);
-}
-.box-simple.box-white {
- padding: 20px;
- border: dotted 1px #999999;
-}
-.box-simple.box-white .icon {
- color: #555555;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark {
- padding: 20px;
- border: dotted 1px #999999;
- background: #555555;
- color: #fff;
-}
-.box-simple.box-dark .icon {
- color: #f7f7f7;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark h3 {
- color: #fff;
-}
-.box-simple.box-dark h3 a {
- color: #fff;
-}
-.box-simple.box-dark p {
- color: #fff;
-}
-.box-image {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #38a7bb;
-}
-.box-image .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-.box-image-text {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image-text .top {
- position: relative;
- margin-bottom: 10px;
-}
-.box-image-text .top .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #38a7bb;
-}
-.box-image-text .top .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .top .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image-text .top .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image-text .top .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .content h3,
-.box-image-text .content h4 {
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-image-text .content p {
- color: #999999;
-}
-.box-image-text:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image-text:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image-text:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-/* universal box */
-.box {
- background: #fff;
- margin: 0 0 30px;
- border: solid 1px #ccc;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 0;
- border-left: none;
- border-right: none;
-}
-.box .box-header {
- background: #f7f7f7;
- margin: -20px 0 20px;
- padding: 20px;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-footer {
- background: #f7f7f7;
- margin: 30px 0 -20px;
- padding: 20px;
- border-top: solid 1px #eeeeee;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-@media (max-width: 991px) {
- .box .box-footer .btn {
- margin-bottom: 20px;
- }
-}
-.box.no-border {
- border: none;
-}
-#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
- padding: 20px 0;
- margin-bottom: 40px;
-}
-#heading-breadcrumbs.no-mb {
- margin-bottom: 0;
-}
-#heading-breadcrumbs h1 {
- color: #333333;
- text-transform: uppercase;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #heading-breadcrumbs h1 {
- text-align: center;
- }
-}
-#heading-breadcrumbs ul.breadcrumb {
- margin-top: 5px;
- margin-bottom: 0;
-}
-.bar {
- position: relative;
- background: #38a7bb;
- padding: 60px 0;
-}
-.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
- border-top: solid 1px #999999;
- border-bottom: solid 1px #999999;
-}
-.bar.background-gray {
- background: #eeeeee;
-}
-.bar.background-gray-dark {
- background: #555555;
-}
-.bar.background-white {
- background: #fff;
-}
-.bar.background-image-fixed-1 {
- background: url('../img/fixed-background-1.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.background-image-fixed-2 {
- background: url('../img/fixed-background-2.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.color-white h1,
-.bar.color-white h2,
-.bar.color-white h3,
-.bar.color-white h4,
-.bar.color-white h5,
-.bar.color-white h6,
-.bar.color-white p {
- color: #fff;
-}
-.bar.padding-big {
- padding: 50px 0;
-}
-.bar.padding-horizontal {
- padding-left: 30px;
- padding-right: 30px;
-}
-.bar.margin-vertical {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.bar .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-.portfolio.no-space {
- padding: 0 15px;
-}
-.portfolio.no-space .box-image {
- margin: 0 -15px;
-}
-.portfolio-project .project-more h4 {
- color: #555555;
- text-transform: uppercase;
- margin-bottom: 0;
- text-align: left;
- font-size: 14px;
- letter-spacing: 0.08em;
-}
-.portfolio-project .project-more p {
- color: #999999;
- padding: 10px 0;
- margin-bottom: 20px;
- text-align: left;
-}
-.portfolio-showcase {
- margin: 15px 0 60px;
-}
-.portfolio-showcase h3 a {
- text-transform: uppercase;
- line-height: 1.5;
- letter-spacing: 0.08em;
-}
-.portfolio-showcase p.lead {
- color: #555555;
- margin-bottom: 20px;
-}
-.portfolio-showcase p {
- color: #999999;
-}
-.portfolio-showcase p.buttons {
- margin-top: 40px;
-}
-.see-more {
- text-align: center;
- margin-top: 20px;
- padding-top: 20px;
-}
-.see-more p {
- font-size: 28px;
- font-weight: 100;
- margin-bottom: 20px;
-}
-.showcase .item {
- text-align: center;
-}
-.showcase .item .icon {
- display: inline-block;
- width: 50px;
- height: 50px;
- color: #555555;
- line-height: 50px;
- border-radius: 25px;
- border: solid 1px #555555;
-}
-.showcase .item h4 {
- color: #555555;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- line-height: 1.5;
- font-size: 16px;
-}
-.showcase .item h4 span {
- font-weight: bold;
- font-size: 51px;
-}
-.packages .package {
- background: #fff;
- margin-top: 25px;
- margin-bottom: 20px;
- padding-bottom: 15px;
- text-align: center;
- border: solid 1px #38a7bb;
- overflow: hidden;
-}
-.packages .package .package-header {
- height: 57px;
- color: #fff;
- line-height: 57px;
- background: #38a7bb;
-}
-.packages .package .package-header h5 {
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 57px;
- margin: 0;
- letter-spacing: 0.08em;
-}
-.packages .package .package-header.light-gray {
- background: #eeeeee;
-}
-.packages .package .package-header.light-gray h5 {
- color: #555555;
-}
-.packages .package .price {
- line-height: 120px;
- height: 100px;
- color: #fff;
- font-weight: 400;
-}
-.packages .package .price h4 {
- display: inline;
- font-size: 50px;
- line-height: normal;
- margin-bottom: 0;
-}
-.packages .package .price .period {
- line-height: normal;
- color: #999999;
-}
-.packages .package ul {
- padding: 0;
-}
-.packages .package ul li {
- list-style-type: none;
- padding-top: 10px;
- padding-bottom: 10px;
- width: 80%;
- margin: auto;
- border-bottom: 1px dotted #ccc;
-}
-.packages .package ul li:last-child {
- border-bottom: 0;
-}
-.packages .package ul li i {
- font-size: 13px;
- margin-right: 5px;
-}
-.packages .best-value .package {
- margin-top: 0;
- padding-bottom: 40px;
-}
-.packages .best-value .package .package-header {
- height: 72px;
- padding-top: 17px;
- height: 82px !important;
-}
-.packages .best-value .package .package-header h5 {
- font-weight: bold;
- line-height: 29px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.packages .best-value .package .package-header .meta-text {
- font-size: 13px;
- line-height: 15px;
-}
-#map {
- height: 300px;
-}
-#map.with-border {
- border-top: solid 1px #38a7bb;
- border-bottom: solid 1px #38a7bb;
-}
-#blog-listing-big .post,
-#blog-homepage .post {
- margin-bottom: 60px;
-}
-#blog-listing-big .post h2,
-#blog-homepage .post h2,
-#blog-listing-big .post h4,
-#blog-homepage .post h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post h2 a,
-#blog-homepage .post h2 a,
-#blog-listing-big .post h4 a,
-#blog-homepage .post h4 a {
- color: #555555;
-}
-#blog-listing-big .post h2 a:hover,
-#blog-homepage .post h2 a:hover,
-#blog-listing-big .post h4 a:hover,
-#blog-homepage .post h4 a:hover {
- color: #38a7bb;
-}
-#blog-listing-big .post .author-category,
-#blog-homepage .post .author-category {
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post .author-category a,
-#blog-homepage .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-big .post .date-comments a,
-#blog-homepage .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-big .post .date-comments a:hover,
-#blog-homepage .post .date-comments a:hover {
- color: #38a7bb;
-}
-@media (min-width: 768px) {
- #blog-listing-big .post .date-comments,
- #blog-homepage .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-big .post .intro,
-#blog-homepage .post .intro {
- text-align: left;
-}
-#blog-listing-big .post .image,
-#blog-homepage .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-big .post .image img,
-#blog-homepage .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-big .post .image img.img-responsive,
- #blog-homepage .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-big .post .video,
-#blog-homepage .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-big .post .read-more,
-#blog-homepage .post .read-more {
- text-align: right;
-}
-#blog-listing-medium .post {
- margin-bottom: 60px;
-}
-#blog-listing-medium .post h2 {
- text-transform: uppercase;
- margin: 0 0 10px;
- font-size: 24px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post h2 a {
- color: #555555;
-}
-#blog-listing-medium .post h2 a:hover {
- color: #38a7bb;
-}
-#blog-listing-medium .post .author-category {
- float: left;
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 12px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-medium .post .date-comments {
- float: right;
- font-size: 12px;
-}
-#blog-listing-medium .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-medium .post .date-comments a:hover {
- color: #38a7bb;
-}
-@media (min-width: 768px) {
- #blog-listing-medium .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-medium .post .intro {
- text-align: left;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-medium .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-medium .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-medium .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-medium .post .read-more {
- text-align: right;
-}
-.box-image-text.blog .author-category {
- color: #999999;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 300;
- font-size: 12px;
-}
-.box-image-text.blog .author-category a {
- font-weight: 500;
-}
-.box-image-text.blog .intro {
- text-align: left;
- margin-bottom: 20px;
-}
-#blog-homepage .post {
- margin-bottom: 30px;
-}
-#blog-homepage .post h2,
-#blog-homepage .post h4,
-#blog-homepage .post .author-category,
-#blog-homepage .post .read-more {
- text-align: center;
-}
-#blog-homepage .post .read-more {
- margin-top: 20px;
-}
-#blog-post #post-content {
- margin-bottom: 20px;
-}
-#blog-post .comment {
- margin-bottom: 25px;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment .posted {
- color: #999999;
- font-size: 12px;
-}
-#blog-post .comment .reply {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#blog-post .comment.last {
- margin-bottom: 0;
-}
-#blog-post #comments,
-#blog-post #comment-form {
- padding: 20px 0;
- margin-top: 20px;
- border-top: solid 1px #eeeeee;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments h4,
-#blog-post #comment-form h4 {
- margin-bottom: 20px;
-}
-#blog-post #comment-form {
- margin-bottom: 20px;
-}
-.product {
- background: #fff;
- border-bottom: solid 1px #e6e6e6;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 60px;
- overflow: hidden;
- text-align: center;
-}
-.product .image {
- overflow: hidden;
-}
-.product .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .product .image img.img-responsive {
- min-width: 100%;
- }
-}
-.product .text {
- padding: 10px;
-}
-.product .text h3 {
- font-size: 14px;
- font-weight: 700;
- height: 39.6px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.product .text h3 a {
- color: #555555;
-}
-.product .text h3 a:hover {
- text-decoration: none;
-}
-.product .text p.price {
- font-size: 18px;
-}
-.product .text p.price del {
- color: #999999;
-}
-.product .buttons {
- clear: both;
- position: absolute;
- display: none;
- bottom: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- border: solid 1px transparent;
- padding: 20px;
- background: rgba(255, 255, 255, 0.9);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- text-align: center;
-}
-.product .buttons .btn {
- margin-bottom: 20px;
-}
-.product:hover {
- border-bottom: solid 1px #808080;
- top: 0;
-}
-.product:hover .buttons {
- clear: both;
- position: absolute;
- top: 0;
- background: rgba(255, 255, 255, 0.5);
-}
-.product:hover .image img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.goToDescription {
- font-size: 12px;
- text-align: center;
- margin-bottom: 40px;
-}
-.goToDescription a {
- color: #999999;
- text-decoration: underline;
-}
-#productMain {
- margin-bottom: 30px;
-}
-#productMain .sizes {
- text-align: center;
-}
-#productMain .sizes h3 {
- font-weight: 700;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- margin-bottom: 40px;
-}
-#productMain .sizes a {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 40px;
- background: #ccc;
- line-height: 40px;
- color: #555555;
- text-align: center;
- text-decoration: none;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#productMain .sizes a.active,
-#productMain .sizes a:hover {
- background: #38a7bb;
- color: #fff;
-}
-#productMain .sizes input {
- display: none;
-}
-#productMain .price {
- font-size: 40px;
- text-align: center;
- margin-top: 40px;
- margin-bottom: 40px;
-}
-#thumbs a {
- display: block;
- border: solid 1px transparent;
-}
-#thumbs a.active {
- border-color: #38a7bb;
-}
-#product-social {
- text-align: center;
-}
-#product-social h4 {
- font-weight: 300;
- margin-bottom: 10px;
-}
-#product-social p {
- line-height: 26px;
-}
-#product-social p a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-#product-social p a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-#product-social p a.facebook {
- background-color: #4460ae;
-}
-#product-social p a.gplus {
- background-color: #c21f25;
-}
-#product-social p a.twitter {
- background-color: #3cf;
-}
-#product-social p a.instagram {
- background-color: #cd4378;
-}
-#product-social p a.email {
- background-color: #4a7f45;
-}
-@media (max-width: 991px) {
- #product-social {
- text-align: center;
- }
-}
-#checkout .nav {
- margin-bottom: 20px;
- border-bottom: solid 1px #38a7bb;
-}
-#checkout .nav li {
- height: 100%;
-}
-#checkout .nav li a {
- display: block;
- height: 100%;
-}
-#order-summary table {
- margin-top: 20px;
-}
-#order-summary table td {
- color: #999999;
-}
-#order-summary table tr.total td,
-#order-summary table tr.total th {
- font-size: 18px;
- color: #555555;
- font-weight: 700;
-}
-#checkout .table tbody tr td,
-#basket .table tbody tr td,
-#customer-order .table tbody tr td {
- vertical-align: middle;
-}
-#checkout .table tbody tr td input,
-#basket .table tbody tr td input,
-#customer-order .table tbody tr td input {
- width: 50px;
- text-align: right;
-}
-#checkout .table tbody tr td img,
-#basket .table tbody tr td img,
-#customer-order .table tbody tr td img {
- width: 50px;
-}
-#checkout .table tfoot,
-#basket .table tfoot,
-#customer-order .table tfoot {
- font-size: 18px;
-}
-.shipping-method h4,
-.payment-method h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#customer-orders table tr th,
-#customer-orders table tr td {
- vertical-align: baseline;
-}
-#customer-order .table tfoot th {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-order .addresses {
- text-align: right;
- margin-bottom: 30px;
-}
-#customer-order .addresses p {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-account {
- margin-bottom: 30px;
-}
-#get-it {
- background: #38a7bb;
- padding: 50px 0 30px;
- color: #fff;
- text-align: center;
-}
-#get-it h1,
-#get-it h2,
-#get-it h3,
-#get-it h4,
-#get-it h5,
-#get-it h6 {
- color: #fff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- margin: 0 0 20px;
-}
-#get-it p {
- margin: 0 0 20px;
-}
-#footer {
- background: #555555;
- padding: 50px 0;
- color: #999999;
-}
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6 {
- color: #eeeeee;
-}
-#footer h4 {
- font-size: 14px;
- font-weight: 800;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#footer ul {
- padding-left: 0;
- list-style: none;
-}
-#footer ul a {
- color: #999999;
-}
-#footer ul a:hover {
- color: #38a7bb;
- text-decoration: none;
-}
-#footer .photostream div {
- float: left;
- display: block;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 33%;
- padding: 7.5px;
- overflow: hidden;
-}
-#footer .photostream div a {
- border: solid 1 px #eeeeee;
-}
-#footer .photostream div img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#footer .photostream div:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-#footer .blog-entries .item {
- clear: both;
- padding: 5px 0;
- margin-bottom: 10px;
- border-bottom: solid 1px #555555;
-}
-#footer .blog-entries .item .image {
- float: left;
- width: 15%;
- margin-right: 10px;
-}
-#footer .blog-entries .item .name {
- width: 75%;
- margin-left: 10px;
- display: table-cell;
- vertical-align: middle;
-}
-#footer .blog-entries .item .name h5 {
- margin: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-size: 12px;
-}
-#footer .blog-entries .item .name h5 a {
- color: #eeeeee;
-}
-#footer .blog-entries .item .text {
- width: 100%;
- clear: both;
-}
-#footer .blog-entries .item:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-#footer .social a {
- color: #555555;
- font-size: 25px;
- margin: 0 10px 0 0;
-}
-#footer .social a:hover {
- color: #38a7bb;
-}
-#copyright {
- background: #333;
- color: #ccc;
- padding: 50px 0;
- font-size: 12px;
- line-height: 28px;
-}
-#copyright p {
- margin: 0;
-}
-@media (max-width: 991px) {
- #copyright p {
- float: none !important;
- text-align: center;
- margin-bottom: 10px;
- }
-}
-[data-animate] {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-#style-switch-button {
- position: fixed;
- top: 100px;
- left: 0px;
- border-radius: 0;
-}
-#style-switch {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 300px;
- padding: 20px;
- position: fixed;
- top: 140px;
- left: 0;
- background: #fff;
- border: solid 1px #eeeeee;
-}
-@media (max-width: 991px) {
- #style-switch-button {
- display: none;
- }
- #style-switch {
- display: none;
- }
-}
-/* Original Boostrap template overwrite */
-/* breadcrumbs */
-.breadcrumb {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- background-color: none;
- letter-spacing: 0.08em;
-}
-/* nav */
-.nav > li > a {
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: #eeeeee;
-}
-.nav > li.disabled > a {
- color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #999999;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eeeeee;
- border-color: #38a7bb;
-}
-.nav-tabs {
- border-bottom: 1px solid #38a7bb;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eeeeee #eeeeee #38a7bb;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #38a7bb;
- border-bottom-color: transparent;
- cursor: default;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: solid 1px #38a7bb;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #38a7bb;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #38a7bb;
- border-radius: 0 0 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 0;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #ffffff;
- background-color: #38a7bb;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
- border-bottom: solid 1px #38a7bb;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #38a7bb;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #38a7bb;
- border-radius: 0 0 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.tab-content {
- padding: 15px;
- border: solid 1px #ddd;
- border-top: none;
-}
-/* navbar */
-.navbar {
- position: relative;
- min-height: 62px;
- margin-bottom: 0;
- border-bottom: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 0px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- overflow-x: visible;
- padding-right: 15px;
- padding-left: 15px;
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-left: 0;
- padding-right: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-affixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-affixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- padding: 10px 15px;
- font-size: 18px;
- line-height: 20px;
- height: 62px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- margin-right: 15px;
- padding: 9px 10px;
- margin-top: 14px;
- margin-bottom: 14px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 0;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-nav {
- margin: 10.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 21px;
- padding-bottom: 21px;
- }
- .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- }
-}
-.navbar-form {
- margin-left: -15px;
- margin-right: -15px;
- padding: 10px 15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 14px;
- margin-bottom: 14px;
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- border: 0;
- margin-left: 0;
- margin-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-form.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-btn.btn-sm {
- margin-top: 16px;
- margin-bottom: 16px;
-}
-.navbar-btn.btn-xs {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.navbar-text {
- margin-top: 21px;
- margin-bottom: 21px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-left: 15px;
- margin-right: 15px;
- }
- .navbar-text.navbar-right:last-child {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #ffffff;
- border-color: #cccccc;
- border-bottom: none;
-}
-.navbar-default .navbar-brand {
- color: #555555;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #3b3b3b;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #555555;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #555555;
- background-color: #80cbd9;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #ffffff;
- background-color: #38a7bb;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #38a7bb;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #cccccc;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- background-color: #38a7bb;
- color: #ffffff;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #555555;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #38a7bb;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ffffff;
- background-color: #38a7bb;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #555555;
-}
-.navbar-default .navbar-link:hover {
- color: #555555;
-}
-.navbar-default .btn-link {
- color: #555555;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #555555;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #cccccc;
-}
-/* scaffolding */
-body {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555555;
-}
-a {
- color: #38a7bb;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #267280;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.img-rounded {
- border-radius: 0;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eeeeee;
-}
-/* breadcrumbs */
-.breadcrumb {
- padding: 20px 0;
- margin-bottom: 20px;
- background-color: transparent;
- border-radius: 0;
- text-align: right;
-}
-.breadcrumb > li + li:before {
- content: ">\00a0";
- color: #555555;
-}
-.breadcrumb > .active {
- color: #999999;
-}
-@media (max-width: 991px) {
- .breadcrumb {
- padding: 20px 0;
- text-align: center;
- }
-}
-/* dropdowns */
-.dropdown-menu {
- z-index: 1000;
- font-size: 14px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- padding: 5px 20px;
- line-height: 1.42857143;
- color: #333333;
- white-space: nowrap;
-}
-/* labels */
-.label {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-/* forms.less */
-label {
- font-weight: normal;
-}
-.form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
-}
-.form-control:focus {
- border-color: #38a7bb;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(56, 167, 187, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(56, 167, 187, 0.6);
-}
-.form-group {
- margin-bottom: 20px;
-}
-/* pager*/
-.pager {
- margin: 20px 0;
- border-top: solid 1px #eeeeee;
- padding-top: 20px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- background-color: #ffffff;
- border: 1px solid #38a7bb;
- border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- color: #fff;
- background-color: #38a7bb;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- border-color: #ddd;
-}
-/* pagination */
-.pagination {
- margin: 20px 0;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- border-radius: 0;
-}
-.pagination > li > a,
-.pagination > li > span {
- padding: 6px 12px;
- line-height: 1.42857143;
- text-decoration: none;
- color: #38a7bb;
- background-color: #ffffff;
- border: 1px solid #dddddd;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- color: #38a7bb;
- background-color: #a7dbe5;
- border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #ffffff;
- background-color: #38a7bb;
- border-color: #38a7bb;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #999999;
- background-color: #ffffff;
- border-color: #dddddd;
-}
-/* responsive utilities */
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center !important;
- }
- .text-center-xs img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .text-center-sm {
- text-align: center !important;
- }
- .text-center-sm img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-/* type */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: 900;
- line-height: 1.1;
- color: #333333;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 18px;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-.text-small {
- font-size: 12px;
-}
-.text-large {
- font-size: 18px;
-}
-.text-italic {
- font-style: italic;
-}
-.text-primary {
- color: #38a7bb;
-}
-a.text-primary:hover {
- color: #2c8494;
-}
-.bg-primary {
- color: #fff;
- background-color: #38a7bb;
-}
-a.bg-primary:hover {
- background-color: #2c8494;
-}
-abbr[title],
-abbr[data-original-title] {
- border-bottom: 1px dotted #999999;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 14px;
- border-left: 5px solid #38a7bb;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- border-right: 5px solid #38a7bb;
-}
-address {
- margin-bottom: 20px;
- line-height: 1.42857143;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #ffffff;
- border: 1px solid transparent;
- border-radius: 0;
- -webkit-box-shadow: 0 0 0;
- box-shadow: 0 0 0;
-}
-.panel-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 15px 15px;
-}
-.progress {
- overflow: hidden;
- height: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group.accordion .panel {
- border-color: #ccc;
-}
-.panel-primary {
- border-color: #38a7bb;
-}
-.panel-primary > .panel-heading {
- color: #ffffff;
- background-color: #38a7bb;
- border-color: #38a7bb;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #38a7bb;
-}
-.panel-primary > .panel-heading .badge {
- color: #38a7bb;
- background-color: #ffffff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #38a7bb;
-}
-.panel-primary .panel-title {
- font-weight: 300;
-}
-.panel-primary .panel-title a:hover {
- color: #fff;
- text-decoration: none;
-}
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #38a7bb;
- background-color: #ffffff;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.progress-bar-primary {
- background-color: #38a7bb;
-}
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-/*!
- * Yamm!3 - Yet another megamenu for Bootstrap 3
- * http://geedmo.github.com/yamm3
- *
- * @geedmo - Licensed under the MIT license
- */
-.yamm .nav,
-.yamm .collapse,
-.yamm .dropup.use-yamm,
-.yamm .dropdown.use-yamm {
- position: static;
-}
-.yamm .container {
- position: relative;
-}
-.yamm .dropdown-menu {
- left: auto;
-}
-.yamm .nav.navbar-right .dropdown-menu {
- left: auto;
- right: 0;
-}
-.yamm .yamm-content {
- padding: 20px 30px;
-}
-.yamm .dropdown.yamm-fw .dropdown-menu {
- left: 15px;
- right: 15px;
-}
diff --git a/themes/hugo-universal-theme/static/css/style.green.css b/themes/hugo-universal-theme/static/css/style.green.css
deleted file mode 100644
index 95db220..0000000
--- a/themes/hugo-universal-theme/static/css/style.green.css
+++ /dev/null
@@ -1,3557 +0,0 @@
-.clearfix:before,
-.clearfix:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after {
- content: " ";
- display: table;
-}
-.clearfix:after,
-.navbar:after,
-.navbar-header:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
- visibility: hidden !important;
-}
-.affix {
- position: fixed;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-/* general styles */
-a,
-button {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
-.clickable {
- cursor: pointer !important;
-}
-.required {
- color: #6aae7a;
-}
-.accent {
- color: #6aae7a;
-}
-.text-uppercase {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .text-center-sm {
- text-align: center;
- }
-}
-p.lead {
- margin-bottom: 40px;
-}
-section,
-div.section {
- margin-bottom: 40px;
-}
-.no-mb {
- margin-bottom: 0 !important;
-}
-.mb-small {
- margin-bottom: 20px !important;
-}
-.heading {
- margin-bottom: 40px;
-}
-.heading h1,
-.heading h2,
-.heading h3,
-.heading h4,
-.heading h5 {
- display: inline-block;
- border-bottom: solid 5px #6aae7a;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
- display: inline-block;
- background: #6aae7a;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- text-align: center;
- color: #fff;
- font-size: 12px;
- line-height: 30px;
- border-radius: 15px;
-}
-.icon {
- display: inline-block;
- width: 80px;
- height: 80px;
- color: #fff;
- line-height: 80px;
- border-radius: 40px;
- border: solid 1px #fff;
- font-size: 20px;
-}
-.icon.icon-lg {
- font-size: 30px;
- border-width: 2px;
-}
-.ul-icons {
- padding-left: 10px;
-}
-.ul-icons li {
- list-style-type: none;
- line-height: 20px;
- margin-bottom: 20px;
-}
-.ul-icons li i {
- width: 20px;
- height: 20px;
- background: #6aae7a;
- color: #fff;
- text-align: center;
- border-radius: 10px;
- line-height: 20px;
- margin-right: 10px;
-}
-ul.list-style-none {
- list-style: none;
-}
-#text-page h1,
-#text-page h2,
-#text-page h3 {
- font-weight: 700;
-}
-#error-page {
- text-align: center;
- margin-top: 40px;
- margin-bottom: 100px;
-}
-#error-page h4 {
- margin-bottom: 40px;
-}
-#error-page p.buttons {
- margin-top: 40px;
-}
-.pages-listing .item {
- text-align: center;
-}
-.pages-listing .item h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 20px;
- letter-spacing: 0.08em;
-}
-.pages-listing .item h3 a {
- color: #555555;
-}
-.pages-listing .item .text {
- margin-bottom: 20px;
-}
-.pages-listing .item .text p {
- color: #999999;
- font-size: 12px;
- margin-bottom: 20px;
-}
-.banner {
- margin-bottom: 30px;
- text-align: center;
-}
-.banner img {
- margin: 0 auto;
-}
-.banner a:hover img {
- opacity: 0.8;
- filter: alpha(opacity=80);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.pages {
- text-align: center;
-}
-.pages .loadMore {
- text-align: center;
-}
-.pages .pagination {
- text-align: center;
-}
-.features-buttons button {
- margin-bottom: 20px;
-}
-@media (min-width: 1300px) {
- body.boxed {
- background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
- }
- body.boxed #all {
- position: relative;
- background: #fff;
- width: 1200px;
- margin: 0 auto;
- overflow: hidden;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- }
-}
-#top {
- background: #555555;
- color: #eeeeee;
- padding: 10px 0;
-}
-#top p {
- margin: 0;
- font-size: 12px;
-}
-#top .social {
- float: right;
- text-align: right;
-}
-#top .social a {
- color: #999999;
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 12px;
- line-height: 20px;
- font-size: 12px;
- text-align: center;
- vertical-align: bottom;
-}
-#top .social a:hover {
- color: #fff;
-}
-#top .social a:hover.facebook {
- background-color: #4460ae;
-}
-#top .social a:hover.gplus {
- background-color: #c21f25;
-}
-#top .social a:hover.twitter {
- background-color: #3cf;
-}
-#top .social a:hover.instagram {
- background-color: #cd4378;
-}
-#top .social a:hover.email {
- background-color: #4a7f45;
-}
-#top .login {
- float: right;
-}
-#top .login a {
- font-size: 12px;
- color: #eeeeee;
- margin-right: 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.10em;
-}
-@media (max-width: 767px) {
- #top .login {
- float: left;
- }
-}
-#top.light {
- background: #fff;
- color: #999999;
- border-bottom: solid 1px #eeeeee;
-}
-#top.light .login a {
- color: #555555;
-}
-.navbar {
- border: none;
-}
-.navbar ul.nav > li > a {
- text-transform: uppercase;
- text-decoration: underline;
- font-weight: bold;
- letter-spacing: 0.08em;
- border-top: solid 5px transparent;
-}
-.navbar ul.nav > li > a:hover {
- border-top: solid 5px #6aae7a;
-}
-.navbar ul.nav > li.active > a,
-.navbar ul.nav > li.open > a {
- text-decoration: none !important;
- border-top: solid 5px #3f734b;
-}
-@media (max-width: 768px) {
- .navbar ul.nav > li.active > a,
- .navbar ul.nav > li.open > a {
- border-top-color: transparent;
- }
- .navbar ul.nav > li > a:hover {
- border-top-color: transparent;
- }
-}
-.navbar.navbar-light ul.nav > li.active > a {
- border-top: solid 5px #3f734b;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar.navbar-light ul.nav > li.active > a:hover {
- border-top: solid 5px #3f734b;
-}
-.navbar.navbar-light ul.nav > li > a:hover,
-.navbar.navbar-light ul.nav > li.open > a:hover,
-.navbar.navbar-light ul.nav > li > a:focus,
-.navbar.navbar-light ul.nav > li.open > a:focus {
- border-top: solid 5px #6aae7a;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar ul.dropdown-menu {
- margin: 0;
- padding: 0;
-}
-.navbar ul.dropdown-menu li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 4px 0;
-}
-.navbar ul.dropdown-menu li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- left: 0;
-}
-.navbar ul.dropdown-menu li a:hover {
- color: #6aae7a;
- text-decoration: none;
- background: none;
- left: 2px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .navbar ul.dropdown-menu li a:hover {
- left: 0;
- }
-}
-.navbar .yamm-content h3 {
- font-size: 18px;
- text-transform: uppercase;
- padding-bottom: 10px;
- margin-top: 5px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-@media (max-width: 767px) {
- .navbar .yamm-content h3 {
- font-size: 14px;
- }
-}
-.navbar .yamm-content h5 {
- text-transform: uppercase;
- padding-bottom: 10px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-.navbar .yamm-content ul {
- margin: 0;
- padding: 0;
-}
-.navbar .yamm-content ul li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- padding: 4px 0;
-}
-.navbar .yamm-content ul li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.navbar .yamm-content ul li a:hover {
- color: #6aae7a;
- text-decoration: none;
- padding-left: 2px;
-}
-.navbar .yamm-content .banner {
- margin-bottom: 10px;
-}
-.navbar .yamm-fw .dropdown-menu {
- padding: 0;
-}
-.navbar .navbar-buttons {
- float: right;
-}
-.navbar .navbar-buttons button,
-.navbar .navbar-buttons a.btn,
-.navbar .navbar-buttons .btn-default.navbar-toggle {
- margin-top: 11px;
- margin-bottom: 11px;
- margin-left: 0;
- margin-right: 5px;
-}
-.navbar .btn-default,
-.navbar .btn-default.navbar-toggle {
- color: #999999;
- background-color: #fff;
- margin-left: 7px;
- margin-right: 0;
-}
-.navbar .btn-default:hover,
-.navbar .btn-default.navbar-toggle:hover,
-.navbar .btn-default:focus,
-.navbar .btn-default.navbar-toggle:focus {
- background-color: #fff;
- border-color: #6aae7a;
- color: #6aae7a;
-}
-.navbar #search {
- clear: both;
- border-top: solid 1px #6aae7a;
- text-align: right;
-}
-.navbar #search form {
- float: right;
-}
-.navbar #search form .input-group {
- width: 500px;
-}
-@media (max-width: 768px) {
- .navbar #search form .input-group {
- width: 100%;
- }
-}
-.navbar #basket-overview a {
- margin-left: 7px;
-}
-.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 1000;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-body.boxed .navbar-affixed-top.affix {
- position: static;
-}
-#login-modal {
- overflow: hidden;
-}
-#login-modal .modal-header h4 {
- text-transform: uppercase;
-}
-#login-modal form {
- margin-bottom: 20px;
-}
-#login-modal a {
- color: #6aae7a;
-}
-#login-modal p {
- font-weight: 300;
- margin-bottom: 20px;
- font-size: 13px;
-}
-/* buttons */
-.btn {
- font-weight: 700;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857143;
- border-radius: 0;
-}
-.input-group .btn {
- font-size: 14px;
-}
-.btn-lg {
- padding: 10px 16px;
- font-size: 14px;
- line-height: 1.33;
- border-radius: 0;
-}
-.btn-sm {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-xs {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-template-main {
- color: #6aae7a;
- background-color: #ffffff;
- border-color: #6aae7a;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- color: #6aae7a;
- background-color: #e6e6e6;
- border-color: #4d8e5c;
-}
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- background-image: none;
-}
-.btn-template-main.disabled,
-.btn-template-main[disabled],
-fieldset[disabled] .btn-template-main,
-.btn-template-main.disabled:hover,
-.btn-template-main[disabled]:hover,
-fieldset[disabled] .btn-template-main:hover,
-.btn-template-main.disabled:focus,
-.btn-template-main[disabled]:focus,
-fieldset[disabled] .btn-template-main:focus,
-.btn-template-main.disabled:active,
-.btn-template-main[disabled]:active,
-fieldset[disabled] .btn-template-main:active,
-.btn-template-main.disabled.active,
-.btn-template-main[disabled].active,
-fieldset[disabled] .btn-template-main.active {
- background-color: #ffffff;
- border-color: #6aae7a;
-}
-.btn-template-main .badge {
- color: #ffffff;
- background-color: #6aae7a;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active {
- background: #6aae7a;
- color: #ffffff;
- border-color: #6aae7a;
-}
-.btn-template-transparent-primary {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- background-image: none;
-}
-.btn-template-transparent-primary.disabled,
-.btn-template-transparent-primary[disabled],
-fieldset[disabled] .btn-template-transparent-primary,
-.btn-template-transparent-primary.disabled:hover,
-.btn-template-transparent-primary[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-primary:hover,
-.btn-template-transparent-primary.disabled:focus,
-.btn-template-transparent-primary[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-primary:focus,
-.btn-template-transparent-primary.disabled:active,
-.btn-template-transparent-primary[disabled]:active,
-fieldset[disabled] .btn-template-transparent-primary:active,
-.btn-template-transparent-primary.disabled.active,
-.btn-template-transparent-primary[disabled].active,
-fieldset[disabled] .btn-template-transparent-primary.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active {
- background: #fff;
- color: #6aae7a;
- border-color: #fff;
-}
-.btn-template-transparent-black {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- background-image: none;
-}
-.btn-template-transparent-black.disabled,
-.btn-template-transparent-black[disabled],
-fieldset[disabled] .btn-template-transparent-black,
-.btn-template-transparent-black.disabled:hover,
-.btn-template-transparent-black[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-black:hover,
-.btn-template-transparent-black.disabled:focus,
-.btn-template-transparent-black[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-black:focus,
-.btn-template-transparent-black.disabled:active,
-.btn-template-transparent-black[disabled]:active,
-fieldset[disabled] .btn-template-transparent-black:active,
-.btn-template-transparent-black.disabled.active,
-.btn-template-transparent-black[disabled].active,
-fieldset[disabled] .btn-template-transparent-black.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active {
- background: #fff;
- color: #000;
- border-color: #fff;
-}
-.btn-template-primary {
- color: #ffffff;
- background-color: #6aae7a;
- border-color: #6aae7a;
-}
-.btn-template-primary:hover,
-.btn-template-primary:focus,
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- color: #ffffff;
- background-color: #519461;
- border-color: #4d8e5c;
-}
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- background-image: none;
-}
-.btn-template-primary.disabled,
-.btn-template-primary[disabled],
-fieldset[disabled] .btn-template-primary,
-.btn-template-primary.disabled:hover,
-.btn-template-primary[disabled]:hover,
-fieldset[disabled] .btn-template-primary:hover,
-.btn-template-primary.disabled:focus,
-.btn-template-primary[disabled]:focus,
-fieldset[disabled] .btn-template-primary:focus,
-.btn-template-primary.disabled:active,
-.btn-template-primary[disabled]:active,
-fieldset[disabled] .btn-template-primary:active,
-.btn-template-primary.disabled.active,
-.btn-template-primary[disabled].active,
-fieldset[disabled] .btn-template-primary.active {
- background-color: #6aae7a;
- border-color: #6aae7a;
-}
-.btn-template-primary .badge {
- color: #6aae7a;
- background-color: #ffffff;
-}
-#intro {
- background: url('../img/home.jpg') no-repeat center top;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-#intro .item {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- height: 100%;
-}
-#intro .item h1 {
- text-transform: uppercase;
- font-size: 50px;
- color: #fff;
- margin-bottom: 40px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #intro .item h1 {
- font-size: 40px;
- }
-}
-@media (max-width: 767px) {
- #intro .item h1 {
- font-size: 25px;
- }
-}
-#intro .item h3 {
- color: #fff;
- margin-bottom: 40px;
-}
-@media (max-width: 767px) {
- #intro .item h3 {
- font-size: 15px;
- margin-bottom: 20px;
- }
-}
-#intro .item .btn {
- text-transform: none;
-}
-@media (max-width: 991px) {
- #intro .item .btn {
- font-size: 14px;
- }
-}
-@media (max-width: 991px) {
- #intro .item .carousel-caption {
- left: 10%;
- right: 10%;
- }
-}
-#intro .container,
-#intro .row {
- height: 100%;
- position: relative;
-}
-.jumbotron {
- padding: 30px;
- margin-bottom: 0;
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.jumbotron .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #6aae7a;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3,
-.jumbotron p,
-.jumbotron ul {
- color: #fff;
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3 {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.jumbotron p {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 400;
-}
-.jumbotron p.text-uppercase {
- font-weight: 700;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron {
- border-radius: 0;
-}
-.jumbotron .container {
- max-width: 100%;
- z-index: 2;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron {
- padding-left: 60px;
- padding-right: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 46px;
- }
-}
-#categoryMenu h3 {
- padding: 20px;
- background: #f7f7f7;
- margin: 0;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu h3 {
- padding: 5px 0;
- margin: 0;
-}
-.panel.sidebar-menu {
- background: #fff;
- margin: 0 0 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.panel.sidebar-menu .panel-heading {
- text-transform: uppercase;
- margin-bottom: 10px;
- background: none;
- padding: 0;
- letter-spacing: 0.08em;
- border-bottom: none;
-}
-.panel.sidebar-menu .panel-heading h1,
-.panel.sidebar-menu .panel-heading h2,
-.panel.sidebar-menu .panel-heading h3,
-.panel.sidebar-menu .panel-heading h4,
-.panel.sidebar-menu .panel-heading h5 {
- display: inline-block;
- border-bottom: solid 5px #6aae7a;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
-}
-.panel.sidebar-menu .panel-heading .btn.btn-danger {
- color: #fff;
- margin-top: 5px;
-}
-.panel.sidebar-menu .panel-body {
- padding: 0;
-}
-.panel.sidebar-menu .panel-body span.colour {
- display: inline-block;
- width: 15px;
- height: 15px;
- border: solid 1px #555555;
- vertical-align: top;
- margin-top: 2px;
- margin-left: 5px;
-}
-.panel.sidebar-menu .panel-body span.colour.white {
- background: #fff;
-}
-.panel.sidebar-menu .panel-body span.colour.red {
- background: red;
-}
-.panel.sidebar-menu .panel-body span.colour.green {
- background: green;
-}
-.panel.sidebar-menu .panel-body span.colour.blue {
- background: blue;
-}
-.panel.sidebar-menu .panel-body span.colour.yellow {
- background: yellow;
-}
-.panel.sidebar-menu .panel-body label {
- color: #999999;
- font-size: 12px;
-}
-.panel.sidebar-menu .panel-body label:hover {
- color: #555555;
-}
-.panel.sidebar-menu ul.nav.category-menu {
- margin-bottom: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu ul.nav.category-menu li a {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.panel.sidebar-menu ul.nav ul {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.nav ul li {
- display: block;
-}
-.panel.sidebar-menu ul.nav ul li a {
- position: relative;
- font-family: "Times New Roman", Times, serif;
- font-weight: normal;
- text-transform: none !important;
- display: block;
- padding: 10px 15px;
- padding-left: 30px;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.nav ul li a:hover,
-.panel.sidebar-menu ul.nav ul li a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-.panel.sidebar-menu ul.tag-cloud {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.tag-cloud li {
- display: inline-block;
-}
-.panel.sidebar-menu ul.tag-cloud li a {
- display: inline-block;
- padding: 5px;
- border: solid 1px #eeeeee;
- border-radius: 0;
- color: #6aae7a;
- margin: 5px 5px 5px 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 700;
- font-size: 12px;
-}
-.panel.sidebar-menu ul.tag-cloud li a:hover {
- color: #6aae7a;
- text-decoration: none;
- border-color: #6aae7a;
-}
-.panel.sidebar-menu ul.popular,
-.panel.sidebar-menu ul.recent {
- list-style: none;
- padding-left: 0;
- padding: 20px 0;
-}
-.panel.sidebar-menu ul.popular li,
-.panel.sidebar-menu ul.recent li {
- margin-bottom: 10px;
- padding: 5px 0;
- border-bottom: dotted 1px #eeeeee;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li img,
-.panel.sidebar-menu ul.recent li img {
- width: 50px;
- margin-right: 10px;
-}
-.panel.sidebar-menu ul.popular li h5,
-.panel.sidebar-menu ul.recent li h5 {
- margin: 0 0 10px;
-}
-.panel.sidebar-menu ul.popular li h5 a,
-.panel.sidebar-menu ul.recent li h5 a {
- font-weight: normal;
-}
-.panel.sidebar-menu ul.popular li p.date,
-.panel.sidebar-menu ul.recent li p.date {
- float: right;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.popular li:last-child,
-.panel.sidebar-menu ul.recent li:last-child {
- border-bottom: none;
-}
-.panel.sidebar-menu .text-widget {
- font-size: 12px;
-}
-.panel.sidebar-menu.with-icons ul.nav li a:after {
- font-family: 'FontAwesome';
- content: "\f105";
- position: relative;
- top: 0;
- float: right;
-}
-/* ribbons for product sales etc. */
-.ribbon {
- position: absolute;
- top: 50px;
- padding-left: 51px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.ribbon .ribbon-background {
- position: absolute;
- top: 0;
- right: 0;
-}
-.ribbon .theribbon {
- position: relative;
- width: 80px;
- padding: 6px 20px 6px 20px;
- margin: 30px 10px 10px -71px;
- color: #fff;
- background-color: #6aae7a;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.ribbon .theribbon:before,
-.ribbon .theribbon:after {
- content: ' ';
- position: absolute;
- width: 0;
- height: 0;
-}
-.ribbon .theribbon:after {
- left: 0px;
- top: 100%;
- border-width: 5px 10px;
- border-style: solid;
- border-color: #000000 #000000 transparent transparent;
-}
-.ribbon.sale {
- top: 0;
-}
-.ribbon.new {
- top: 50px;
-}
-.ribbon.new .theribbon {
- background-color: #5bc0de;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.new .theribbon:after {
- border-color: #2390b0 #2390b0 transparent transparent;
-}
-.ribbon.gift {
- top: 100px;
-}
-.ribbon.gift .theribbon {
- background-color: #5cb85c;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.gift .theribbon:after {
- border-color: #357935 #357935 transparent transparent;
-}
-.owl-carousel .owl-controls .owl-page.active span,
-.owl-theme .owl-controls .owl-page.active span,
-.owl-carousel .owl-controls.clickable .owl-page:hover span,
-.owl-theme .owl-controls.clickable .owl-page:hover span {
- background: #6aae7a;
-}
-.owl-carousel .owl-controls .owl-buttons,
-.owl-theme .owl-controls .owl-buttons {
- position: absolute;
- top: 5px;
- right: 0;
-}
-.owl-carousel .owl-controls .owl-buttons div,
-.owl-theme .owl-controls .owl-buttons div {
- width: 26px;
- height: 26px;
- line-height: 25px;
- margin: 0 5px 0 0;
- font-size: 18px;
- color: #6aae7a;
- padding: 0;
- background: #fff;
- border-radius: 13px;
- vertical-align: middle;
- text-align: center;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-.home-carousel {
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.home-carousel .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #6aae7a;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.home-carousel .owl-carousel {
- padding-top: 60px;
- padding-bottom: 20px;
-}
-.home-carousel .owl-theme .owl-controls .owl-page span {
- background: #666;
-}
-.home-carousel .owl-theme .owl-controls .owl-page.active span {
- background: #fff;
-}
-.home-carousel .owl-theme .owl-controls .owl-page:hover span {
- background: #fff;
-}
-@media (max-width: 767px) {
- .home-carousel {
- text-align: center !important;
- }
-}
-@media (min-width: 992px) {
- .home-carousel .right {
- text-align: right;
- }
-}
-.home-carousel h1,
-.home-carousel h2,
-.home-carousel h3,
-.home-carousel p,
-.home-carousel ul {
- color: #fff;
-}
-.home-carousel h1 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 46px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .home-carousel h1 {
- font-size: 36px;
- }
-}
-.home-carousel h2 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 40px;
- letter-spacing: 0.08em;
-}
-.home-carousel ul,
-.home-carousel p {
- font-size: 18px;
- font-weight: 700;
- padding: 0;
- text-transform: uppercase;
- letter-spacing: 0.10em;
-}
-@media (max-width: 991px) {
- .home-carousel ul,
- .home-carousel p {
- font-size: 14px;
- }
-}
-.home-carousel ul li {
- margin-bottom: 10px;
-}
-.customers {
- padding: 0;
- margin-bottom: 40px;
-}
-.customers .item {
- list-style-type: none;
- text-align: center;
- margin: 0 20px;
-}
-.customers .item img {
- display: inline-block;
- filter: url("data:image/svg+xml;utf8, #grayscale");
- /* Firefox 10+, Firefox on Android */
- filter: gray;
- /* IE6-9 */
- -webkit-filter: grayscale(100%);
- /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.customers .item img:hover {
- max-width: auto;
- filter: none;
- -webkit-filter: none;
-}
-.testimonials {
- padding: 0;
- margin-bottom: 40px;
-}
-.testimonials .item {
- list-style-type: none;
- margin: 0 5px;
- background: #fff;
- padding-bottom: 60px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.testimonials .item .testimonial {
- position: relative;
- padding: 20px;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial .text {
- color: #999999;
- margin-bottom: 40px;
-}
-.testimonials .item .testimonial .bottom {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px;
- height: 50px;
-}
-.testimonials .item .testimonial .bottom .icon {
- color: #6aae7a;
- font-size: 30px;
- float: left;
- width: 20%;
-}
-.testimonials .item .testimonial .name-picture {
- float: right;
- width: 80%;
- text-align: right;
-}
-.testimonials .item .testimonial .name-picture h5 {
- font-size: 14px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.testimonials .item .testimonial .name-picture p {
- color: #999999;
- margin: 0;
- font-size: 12px;
-}
-.testimonials .item .testimonial .name-picture img {
- float: right;
- width: 60px;
- border-radius: 30px;
- margin-left: 10px;
-}
-.team-member {
- text-align: center;
- margin-bottom: 40px;
-}
-.team-member h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 5px;
- letter-spacing: 0.08em;
-}
-.team-member h3 a {
- color: #555555;
-}
-.team-member p.role {
- color: #999999;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.team-member .social {
- margin-bottom: 20px;
-}
-.team-member .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email {
- background-color: #4a7f45;
-}
-.team-member .text p {
- color: #999999;
- font-size: 12px;
-}
-.team-member .social,
-.team-member-detail .social {
- margin-bottom: 20px;
-}
-.team-member .social a,
-.team-member-detail .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i,
-.team-member-detail .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook,
-.team-member-detail .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus,
-.team-member-detail .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter,
-.team-member-detail .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram,
-.team-member-detail .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email,
-.team-member-detail .social a.email {
- background-color: #4a7f45;
-}
-.box-simple {
- text-align: center;
- margin-bottom: 40px;
-}
-.box-simple .icon {
- color: #6aae7a;
- border-color: #6aae7a;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.box-simple h3 {
- font-weight: normal;
- font-size: 18px;
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-simple h3 a {
- color: #555555;
-}
-.box-simple p {
- color: #999999;
-}
-.box-simple:hover .icon {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.box-simple:hover .icon i {
- -webkit-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- transform: scale(1, 1);
-}
-.box-simple.box-white {
- padding: 20px;
- border: dotted 1px #999999;
-}
-.box-simple.box-white .icon {
- color: #555555;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark {
- padding: 20px;
- border: dotted 1px #999999;
- background: #555555;
- color: #fff;
-}
-.box-simple.box-dark .icon {
- color: #f7f7f7;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark h3 {
- color: #fff;
-}
-.box-simple.box-dark h3 a {
- color: #fff;
-}
-.box-simple.box-dark p {
- color: #fff;
-}
-.box-image {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #6aae7a;
-}
-.box-image .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-.box-image-text {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image-text .top {
- position: relative;
- margin-bottom: 10px;
-}
-.box-image-text .top .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #6aae7a;
-}
-.box-image-text .top .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .top .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image-text .top .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image-text .top .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .content h3,
-.box-image-text .content h4 {
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-image-text .content p {
- color: #999999;
-}
-.box-image-text:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image-text:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image-text:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-/* universal box */
-.box {
- background: #fff;
- margin: 0 0 30px;
- border: solid 1px #ccc;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 0;
- border-left: none;
- border-right: none;
-}
-.box .box-header {
- background: #f7f7f7;
- margin: -20px 0 20px;
- padding: 20px;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-footer {
- background: #f7f7f7;
- margin: 30px 0 -20px;
- padding: 20px;
- border-top: solid 1px #eeeeee;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-@media (max-width: 991px) {
- .box .box-footer .btn {
- margin-bottom: 20px;
- }
-}
-.box.no-border {
- border: none;
-}
-#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
- padding: 20px 0;
- margin-bottom: 40px;
-}
-#heading-breadcrumbs.no-mb {
- margin-bottom: 0;
-}
-#heading-breadcrumbs h1 {
- color: #333333;
- text-transform: uppercase;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #heading-breadcrumbs h1 {
- text-align: center;
- }
-}
-#heading-breadcrumbs ul.breadcrumb {
- margin-top: 5px;
- margin-bottom: 0;
-}
-.bar {
- position: relative;
- background: #6aae7a;
- padding: 60px 0;
-}
-.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
- border-top: solid 1px #999999;
- border-bottom: solid 1px #999999;
-}
-.bar.background-gray {
- background: #eeeeee;
-}
-.bar.background-gray-dark {
- background: #555555;
-}
-.bar.background-white {
- background: #fff;
-}
-.bar.background-image-fixed-1 {
- background: url('../img/fixed-background-1.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.background-image-fixed-2 {
- background: url('../img/fixed-background-2.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.color-white h1,
-.bar.color-white h2,
-.bar.color-white h3,
-.bar.color-white h4,
-.bar.color-white h5,
-.bar.color-white h6,
-.bar.color-white p {
- color: #fff;
-}
-.bar.padding-big {
- padding: 50px 0;
-}
-.bar.padding-horizontal {
- padding-left: 30px;
- padding-right: 30px;
-}
-.bar.margin-vertical {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.bar .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-.portfolio.no-space {
- padding: 0 15px;
-}
-.portfolio.no-space .box-image {
- margin: 0 -15px;
-}
-.portfolio-project .project-more h4 {
- color: #555555;
- text-transform: uppercase;
- margin-bottom: 0;
- text-align: left;
- font-size: 14px;
- letter-spacing: 0.08em;
-}
-.portfolio-project .project-more p {
- color: #999999;
- padding: 10px 0;
- margin-bottom: 20px;
- text-align: left;
-}
-.portfolio-showcase {
- margin: 15px 0 60px;
-}
-.portfolio-showcase h3 a {
- text-transform: uppercase;
- line-height: 1.5;
- letter-spacing: 0.08em;
-}
-.portfolio-showcase p.lead {
- color: #555555;
- margin-bottom: 20px;
-}
-.portfolio-showcase p {
- color: #999999;
-}
-.portfolio-showcase p.buttons {
- margin-top: 40px;
-}
-.see-more {
- text-align: center;
- margin-top: 20px;
- padding-top: 20px;
-}
-.see-more p {
- font-size: 28px;
- font-weight: 100;
- margin-bottom: 20px;
-}
-.showcase .item {
- text-align: center;
-}
-.showcase .item .icon {
- display: inline-block;
- width: 50px;
- height: 50px;
- color: #555555;
- line-height: 50px;
- border-radius: 25px;
- border: solid 1px #555555;
-}
-.showcase .item h4 {
- color: #555555;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- line-height: 1.5;
- font-size: 16px;
-}
-.showcase .item h4 span {
- font-weight: bold;
- font-size: 51px;
-}
-.packages .package {
- background: #fff;
- margin-top: 25px;
- margin-bottom: 20px;
- padding-bottom: 15px;
- text-align: center;
- border: solid 1px #6aae7a;
- overflow: hidden;
-}
-.packages .package .package-header {
- height: 57px;
- color: #fff;
- line-height: 57px;
- background: #6aae7a;
-}
-.packages .package .package-header h5 {
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 57px;
- margin: 0;
- letter-spacing: 0.08em;
-}
-.packages .package .package-header.light-gray {
- background: #eeeeee;
-}
-.packages .package .package-header.light-gray h5 {
- color: #555555;
-}
-.packages .package .price {
- line-height: 120px;
- height: 100px;
- color: #fff;
- font-weight: 400;
-}
-.packages .package .price h4 {
- display: inline;
- font-size: 50px;
- line-height: normal;
- margin-bottom: 0;
-}
-.packages .package .price .period {
- line-height: normal;
- color: #999999;
-}
-.packages .package ul {
- padding: 0;
-}
-.packages .package ul li {
- list-style-type: none;
- padding-top: 10px;
- padding-bottom: 10px;
- width: 80%;
- margin: auto;
- border-bottom: 1px dotted #ccc;
-}
-.packages .package ul li:last-child {
- border-bottom: 0;
-}
-.packages .package ul li i {
- font-size: 13px;
- margin-right: 5px;
-}
-.packages .best-value .package {
- margin-top: 0;
- padding-bottom: 40px;
-}
-.packages .best-value .package .package-header {
- height: 72px;
- padding-top: 17px;
- height: 82px !important;
-}
-.packages .best-value .package .package-header h5 {
- font-weight: bold;
- line-height: 29px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.packages .best-value .package .package-header .meta-text {
- font-size: 13px;
- line-height: 15px;
-}
-#map {
- height: 300px;
-}
-#map.with-border {
- border-top: solid 1px #6aae7a;
- border-bottom: solid 1px #6aae7a;
-}
-#blog-listing-big .post,
-#blog-homepage .post {
- margin-bottom: 60px;
-}
-#blog-listing-big .post h2,
-#blog-homepage .post h2,
-#blog-listing-big .post h4,
-#blog-homepage .post h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post h2 a,
-#blog-homepage .post h2 a,
-#blog-listing-big .post h4 a,
-#blog-homepage .post h4 a {
- color: #555555;
-}
-#blog-listing-big .post h2 a:hover,
-#blog-homepage .post h2 a:hover,
-#blog-listing-big .post h4 a:hover,
-#blog-homepage .post h4 a:hover {
- color: #6aae7a;
-}
-#blog-listing-big .post .author-category,
-#blog-homepage .post .author-category {
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post .author-category a,
-#blog-homepage .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-big .post .date-comments a,
-#blog-homepage .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-big .post .date-comments a:hover,
-#blog-homepage .post .date-comments a:hover {
- color: #6aae7a;
-}
-@media (min-width: 768px) {
- #blog-listing-big .post .date-comments,
- #blog-homepage .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-big .post .intro,
-#blog-homepage .post .intro {
- text-align: left;
-}
-#blog-listing-big .post .image,
-#blog-homepage .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-big .post .image img,
-#blog-homepage .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-big .post .image img.img-responsive,
- #blog-homepage .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-big .post .video,
-#blog-homepage .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-big .post .read-more,
-#blog-homepage .post .read-more {
- text-align: right;
-}
-#blog-listing-medium .post {
- margin-bottom: 60px;
-}
-#blog-listing-medium .post h2 {
- text-transform: uppercase;
- margin: 0 0 10px;
- font-size: 24px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post h2 a {
- color: #555555;
-}
-#blog-listing-medium .post h2 a:hover {
- color: #6aae7a;
-}
-#blog-listing-medium .post .author-category {
- float: left;
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 12px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-medium .post .date-comments {
- float: right;
- font-size: 12px;
-}
-#blog-listing-medium .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-medium .post .date-comments a:hover {
- color: #6aae7a;
-}
-@media (min-width: 768px) {
- #blog-listing-medium .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-medium .post .intro {
- text-align: left;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-medium .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-medium .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-medium .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-medium .post .read-more {
- text-align: right;
-}
-.box-image-text.blog .author-category {
- color: #999999;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 300;
- font-size: 12px;
-}
-.box-image-text.blog .author-category a {
- font-weight: 500;
-}
-.box-image-text.blog .intro {
- text-align: left;
- margin-bottom: 20px;
-}
-#blog-homepage .post {
- margin-bottom: 30px;
-}
-#blog-homepage .post h2,
-#blog-homepage .post h4,
-#blog-homepage .post .author-category,
-#blog-homepage .post .read-more {
- text-align: center;
-}
-#blog-homepage .post .read-more {
- margin-top: 20px;
-}
-#blog-post #post-content {
- margin-bottom: 20px;
-}
-#blog-post .comment {
- margin-bottom: 25px;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment .posted {
- color: #999999;
- font-size: 12px;
-}
-#blog-post .comment .reply {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#blog-post .comment.last {
- margin-bottom: 0;
-}
-#blog-post #comments,
-#blog-post #comment-form {
- padding: 20px 0;
- margin-top: 20px;
- border-top: solid 1px #eeeeee;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments h4,
-#blog-post #comment-form h4 {
- margin-bottom: 20px;
-}
-#blog-post #comment-form {
- margin-bottom: 20px;
-}
-.product {
- background: #fff;
- border-bottom: solid 1px #e6e6e6;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 60px;
- overflow: hidden;
- text-align: center;
-}
-.product .image {
- overflow: hidden;
-}
-.product .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .product .image img.img-responsive {
- min-width: 100%;
- }
-}
-.product .text {
- padding: 10px;
-}
-.product .text h3 {
- font-size: 14px;
- font-weight: 700;
- height: 39.6px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.product .text h3 a {
- color: #555555;
-}
-.product .text h3 a:hover {
- text-decoration: none;
-}
-.product .text p.price {
- font-size: 18px;
-}
-.product .text p.price del {
- color: #999999;
-}
-.product .buttons {
- clear: both;
- position: absolute;
- display: none;
- bottom: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- border: solid 1px transparent;
- padding: 20px;
- background: rgba(255, 255, 255, 0.9);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- text-align: center;
-}
-.product .buttons .btn {
- margin-bottom: 20px;
-}
-.product:hover {
- border-bottom: solid 1px #808080;
- top: 0;
-}
-.product:hover .buttons {
- clear: both;
- position: absolute;
- top: 0;
- background: rgba(255, 255, 255, 0.5);
-}
-.product:hover .image img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.goToDescription {
- font-size: 12px;
- text-align: center;
- margin-bottom: 40px;
-}
-.goToDescription a {
- color: #999999;
- text-decoration: underline;
-}
-#productMain {
- margin-bottom: 30px;
-}
-#productMain .sizes {
- text-align: center;
-}
-#productMain .sizes h3 {
- font-weight: 700;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- margin-bottom: 40px;
-}
-#productMain .sizes a {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 40px;
- background: #ccc;
- line-height: 40px;
- color: #555555;
- text-align: center;
- text-decoration: none;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#productMain .sizes a.active,
-#productMain .sizes a:hover {
- background: #6aae7a;
- color: #fff;
-}
-#productMain .sizes input {
- display: none;
-}
-#productMain .price {
- font-size: 40px;
- text-align: center;
- margin-top: 40px;
- margin-bottom: 40px;
-}
-#thumbs a {
- display: block;
- border: solid 1px transparent;
-}
-#thumbs a.active {
- border-color: #6aae7a;
-}
-#product-social {
- text-align: center;
-}
-#product-social h4 {
- font-weight: 300;
- margin-bottom: 10px;
-}
-#product-social p {
- line-height: 26px;
-}
-#product-social p a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-#product-social p a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-#product-social p a.facebook {
- background-color: #4460ae;
-}
-#product-social p a.gplus {
- background-color: #c21f25;
-}
-#product-social p a.twitter {
- background-color: #3cf;
-}
-#product-social p a.instagram {
- background-color: #cd4378;
-}
-#product-social p a.email {
- background-color: #4a7f45;
-}
-@media (max-width: 991px) {
- #product-social {
- text-align: center;
- }
-}
-#checkout .nav {
- margin-bottom: 20px;
- border-bottom: solid 1px #6aae7a;
-}
-#checkout .nav li {
- height: 100%;
-}
-#checkout .nav li a {
- display: block;
- height: 100%;
-}
-#order-summary table {
- margin-top: 20px;
-}
-#order-summary table td {
- color: #999999;
-}
-#order-summary table tr.total td,
-#order-summary table tr.total th {
- font-size: 18px;
- color: #555555;
- font-weight: 700;
-}
-#checkout .table tbody tr td,
-#basket .table tbody tr td,
-#customer-order .table tbody tr td {
- vertical-align: middle;
-}
-#checkout .table tbody tr td input,
-#basket .table tbody tr td input,
-#customer-order .table tbody tr td input {
- width: 50px;
- text-align: right;
-}
-#checkout .table tbody tr td img,
-#basket .table tbody tr td img,
-#customer-order .table tbody tr td img {
- width: 50px;
-}
-#checkout .table tfoot,
-#basket .table tfoot,
-#customer-order .table tfoot {
- font-size: 18px;
-}
-.shipping-method h4,
-.payment-method h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#customer-orders table tr th,
-#customer-orders table tr td {
- vertical-align: baseline;
-}
-#customer-order .table tfoot th {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-order .addresses {
- text-align: right;
- margin-bottom: 30px;
-}
-#customer-order .addresses p {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-account {
- margin-bottom: 30px;
-}
-#get-it {
- background: #6aae7a;
- padding: 50px 0 30px;
- color: #fff;
- text-align: center;
-}
-#get-it h1,
-#get-it h2,
-#get-it h3,
-#get-it h4,
-#get-it h5,
-#get-it h6 {
- color: #fff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- margin: 0 0 20px;
-}
-#get-it p {
- margin: 0 0 20px;
-}
-#footer {
- background: #555555;
- padding: 50px 0;
- color: #999999;
-}
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6 {
- color: #eeeeee;
-}
-#footer h4 {
- font-size: 14px;
- font-weight: 800;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#footer ul {
- padding-left: 0;
- list-style: none;
-}
-#footer ul a {
- color: #999999;
-}
-#footer ul a:hover {
- color: #6aae7a;
- text-decoration: none;
-}
-#footer .photostream div {
- float: left;
- display: block;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 33%;
- padding: 7.5px;
- overflow: hidden;
-}
-#footer .photostream div a {
- border: solid 1 px #eeeeee;
-}
-#footer .photostream div img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#footer .photostream div:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-#footer .blog-entries .item {
- clear: both;
- padding: 5px 0;
- margin-bottom: 10px;
- border-bottom: solid 1px #555555;
-}
-#footer .blog-entries .item .image {
- float: left;
- width: 15%;
- margin-right: 10px;
-}
-#footer .blog-entries .item .name {
- width: 75%;
- margin-left: 10px;
- display: table-cell;
- vertical-align: middle;
-}
-#footer .blog-entries .item .name h5 {
- margin: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-size: 12px;
-}
-#footer .blog-entries .item .name h5 a {
- color: #eeeeee;
-}
-#footer .blog-entries .item .text {
- width: 100%;
- clear: both;
-}
-#footer .blog-entries .item:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-#footer .social a {
- color: #555555;
- font-size: 25px;
- margin: 0 10px 0 0;
-}
-#footer .social a:hover {
- color: #6aae7a;
-}
-#copyright {
- background: #333;
- color: #ccc;
- padding: 50px 0;
- font-size: 12px;
- line-height: 28px;
-}
-#copyright p {
- margin: 0;
-}
-@media (max-width: 991px) {
- #copyright p {
- float: none !important;
- text-align: center;
- margin-bottom: 10px;
- }
-}
-[data-animate] {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-#style-switch-button {
- position: fixed;
- top: 100px;
- left: 0px;
- border-radius: 0;
-}
-#style-switch {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 300px;
- padding: 20px;
- position: fixed;
- top: 140px;
- left: 0;
- background: #fff;
- border: solid 1px #eeeeee;
-}
-@media (max-width: 991px) {
- #style-switch-button {
- display: none;
- }
- #style-switch {
- display: none;
- }
-}
-/* Original Boostrap template overwrite */
-/* breadcrumbs */
-.breadcrumb {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- background-color: none;
- letter-spacing: 0.08em;
-}
-/* nav */
-.nav > li > a {
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: #eeeeee;
-}
-.nav > li.disabled > a {
- color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #999999;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eeeeee;
- border-color: #6aae7a;
-}
-.nav-tabs {
- border-bottom: 1px solid #6aae7a;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eeeeee #eeeeee #6aae7a;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #6aae7a;
- border-bottom-color: transparent;
- cursor: default;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: solid 1px #6aae7a;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #6aae7a;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #6aae7a;
- border-radius: 0 0 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 0;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #ffffff;
- background-color: #6aae7a;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
- border-bottom: solid 1px #6aae7a;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #6aae7a;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #6aae7a;
- border-radius: 0 0 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.tab-content {
- padding: 15px;
- border: solid 1px #ddd;
- border-top: none;
-}
-/* navbar */
-.navbar {
- position: relative;
- min-height: 62px;
- margin-bottom: 0;
- border-bottom: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 0px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- overflow-x: visible;
- padding-right: 15px;
- padding-left: 15px;
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-left: 0;
- padding-right: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-affixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-affixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- padding: 10px 15px;
- font-size: 18px;
- line-height: 20px;
- height: 62px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- margin-right: 15px;
- padding: 9px 10px;
- margin-top: 14px;
- margin-bottom: 14px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 0;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-nav {
- margin: 10.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 21px;
- padding-bottom: 21px;
- }
- .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- }
-}
-.navbar-form {
- margin-left: -15px;
- margin-right: -15px;
- padding: 10px 15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 14px;
- margin-bottom: 14px;
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- border: 0;
- margin-left: 0;
- margin-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-form.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-btn.btn-sm {
- margin-top: 16px;
- margin-bottom: 16px;
-}
-.navbar-btn.btn-xs {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.navbar-text {
- margin-top: 21px;
- margin-bottom: 21px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-left: 15px;
- margin-right: 15px;
- }
- .navbar-text.navbar-right:last-child {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #ffffff;
- border-color: #cccccc;
- border-bottom: none;
-}
-.navbar-default .navbar-brand {
- color: #555555;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #3b3b3b;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #555555;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #555555;
- background-color: #acd2b5;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #ffffff;
- background-color: #6aae7a;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #6aae7a;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #cccccc;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- background-color: #6aae7a;
- color: #ffffff;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #555555;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #6aae7a;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ffffff;
- background-color: #6aae7a;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #555555;
-}
-.navbar-default .navbar-link:hover {
- color: #555555;
-}
-.navbar-default .btn-link {
- color: #555555;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #555555;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #cccccc;
-}
-/* scaffolding */
-body {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555555;
-}
-a {
- color: #6aae7a;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #488456;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.img-rounded {
- border-radius: 0;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eeeeee;
-}
-/* breadcrumbs */
-.breadcrumb {
- padding: 20px 0;
- margin-bottom: 20px;
- background-color: transparent;
- border-radius: 0;
- text-align: right;
-}
-.breadcrumb > li + li:before {
- content: ">\00a0";
- color: #555555;
-}
-.breadcrumb > .active {
- color: #999999;
-}
-@media (max-width: 991px) {
- .breadcrumb {
- padding: 20px 0;
- text-align: center;
- }
-}
-/* dropdowns */
-.dropdown-menu {
- z-index: 1000;
- font-size: 14px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- padding: 5px 20px;
- line-height: 1.42857143;
- color: #333333;
- white-space: nowrap;
-}
-/* labels */
-.label {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-/* forms.less */
-label {
- font-weight: normal;
-}
-.form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
-}
-.form-control:focus {
- border-color: #6aae7a;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(106, 174, 122, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(106, 174, 122, 0.6);
-}
-.form-group {
- margin-bottom: 20px;
-}
-/* pager*/
-.pager {
- margin: 20px 0;
- border-top: solid 1px #eeeeee;
- padding-top: 20px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- background-color: #ffffff;
- border: 1px solid #6aae7a;
- border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- color: #fff;
- background-color: #6aae7a;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- border-color: #ddd;
-}
-/* pagination */
-.pagination {
- margin: 20px 0;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- border-radius: 0;
-}
-.pagination > li > a,
-.pagination > li > span {
- padding: 6px 12px;
- line-height: 1.42857143;
- text-decoration: none;
- color: #6aae7a;
- background-color: #ffffff;
- border: 1px solid #dddddd;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- color: #6aae7a;
- background-color: #cde4d2;
- border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #ffffff;
- background-color: #6aae7a;
- border-color: #6aae7a;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #999999;
- background-color: #ffffff;
- border-color: #dddddd;
-}
-/* responsive utilities */
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center !important;
- }
- .text-center-xs img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .text-center-sm {
- text-align: center !important;
- }
- .text-center-sm img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-/* type */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: 900;
- line-height: 1.1;
- color: #333333;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 18px;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-.text-small {
- font-size: 12px;
-}
-.text-large {
- font-size: 18px;
-}
-.text-italic {
- font-style: italic;
-}
-.text-primary {
- color: #6aae7a;
-}
-a.text-primary:hover {
- color: #519461;
-}
-.bg-primary {
- color: #fff;
- background-color: #6aae7a;
-}
-a.bg-primary:hover {
- background-color: #519461;
-}
-abbr[title],
-abbr[data-original-title] {
- border-bottom: 1px dotted #999999;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 14px;
- border-left: 5px solid #6aae7a;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- border-right: 5px solid #6aae7a;
-}
-address {
- margin-bottom: 20px;
- line-height: 1.42857143;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #ffffff;
- border: 1px solid transparent;
- border-radius: 0;
- -webkit-box-shadow: 0 0 0;
- box-shadow: 0 0 0;
-}
-.panel-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 15px 15px;
-}
-.progress {
- overflow: hidden;
- height: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group.accordion .panel {
- border-color: #ccc;
-}
-.panel-primary {
- border-color: #6aae7a;
-}
-.panel-primary > .panel-heading {
- color: #ffffff;
- background-color: #6aae7a;
- border-color: #6aae7a;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #6aae7a;
-}
-.panel-primary > .panel-heading .badge {
- color: #6aae7a;
- background-color: #ffffff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #6aae7a;
-}
-.panel-primary .panel-title {
- font-weight: 300;
-}
-.panel-primary .panel-title a:hover {
- color: #fff;
- text-decoration: none;
-}
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #6aae7a;
- background-color: #ffffff;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.progress-bar-primary {
- background-color: #6aae7a;
-}
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-/*!
- * Yamm!3 - Yet another megamenu for Bootstrap 3
- * http://geedmo.github.com/yamm3
- *
- * @geedmo - Licensed under the MIT license
- */
-.yamm .nav,
-.yamm .collapse,
-.yamm .dropup.use-yamm,
-.yamm .dropdown.use-yamm {
- position: static;
-}
-.yamm .container {
- position: relative;
-}
-.yamm .dropdown-menu {
- left: auto;
-}
-.yamm .nav.navbar-right .dropdown-menu {
- left: auto;
- right: 0;
-}
-.yamm .yamm-content {
- padding: 20px 30px;
-}
-.yamm .dropdown.yamm-fw .dropdown-menu {
- left: 15px;
- right: 15px;
-}
diff --git a/themes/hugo-universal-theme/static/css/style.marsala.css b/themes/hugo-universal-theme/static/css/style.marsala.css
deleted file mode 100644
index 6b64c3c..0000000
--- a/themes/hugo-universal-theme/static/css/style.marsala.css
+++ /dev/null
@@ -1,3557 +0,0 @@
-.clearfix:before,
-.clearfix:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after {
- content: " ";
- display: table;
-}
-.clearfix:after,
-.navbar:after,
-.navbar-header:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
- visibility: hidden !important;
-}
-.affix {
- position: fixed;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-/* general styles */
-a,
-button {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
-.clickable {
- cursor: pointer !important;
-}
-.required {
- color: #955251;
-}
-.accent {
- color: #955251;
-}
-.text-uppercase {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .text-center-sm {
- text-align: center;
- }
-}
-p.lead {
- margin-bottom: 40px;
-}
-section,
-div.section {
- margin-bottom: 40px;
-}
-.no-mb {
- margin-bottom: 0 !important;
-}
-.mb-small {
- margin-bottom: 20px !important;
-}
-.heading {
- margin-bottom: 40px;
-}
-.heading h1,
-.heading h2,
-.heading h3,
-.heading h4,
-.heading h5 {
- display: inline-block;
- border-bottom: solid 5px #955251;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
- display: inline-block;
- background: #955251;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- text-align: center;
- color: #fff;
- font-size: 12px;
- line-height: 30px;
- border-radius: 15px;
-}
-.icon {
- display: inline-block;
- width: 80px;
- height: 80px;
- color: #fff;
- line-height: 80px;
- border-radius: 40px;
- border: solid 1px #fff;
- font-size: 20px;
-}
-.icon.icon-lg {
- font-size: 30px;
- border-width: 2px;
-}
-.ul-icons {
- padding-left: 10px;
-}
-.ul-icons li {
- list-style-type: none;
- line-height: 20px;
- margin-bottom: 20px;
-}
-.ul-icons li i {
- width: 20px;
- height: 20px;
- background: #955251;
- color: #fff;
- text-align: center;
- border-radius: 10px;
- line-height: 20px;
- margin-right: 10px;
-}
-ul.list-style-none {
- list-style: none;
-}
-#text-page h1,
-#text-page h2,
-#text-page h3 {
- font-weight: 700;
-}
-#error-page {
- text-align: center;
- margin-top: 40px;
- margin-bottom: 100px;
-}
-#error-page h4 {
- margin-bottom: 40px;
-}
-#error-page p.buttons {
- margin-top: 40px;
-}
-.pages-listing .item {
- text-align: center;
-}
-.pages-listing .item h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 20px;
- letter-spacing: 0.08em;
-}
-.pages-listing .item h3 a {
- color: #555555;
-}
-.pages-listing .item .text {
- margin-bottom: 20px;
-}
-.pages-listing .item .text p {
- color: #999999;
- font-size: 12px;
- margin-bottom: 20px;
-}
-.banner {
- margin-bottom: 30px;
- text-align: center;
-}
-.banner img {
- margin: 0 auto;
-}
-.banner a:hover img {
- opacity: 0.8;
- filter: alpha(opacity=80);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.pages {
- text-align: center;
-}
-.pages .loadMore {
- text-align: center;
-}
-.pages .pagination {
- text-align: center;
-}
-.features-buttons button {
- margin-bottom: 20px;
-}
-@media (min-width: 1300px) {
- body.boxed {
- background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
- }
- body.boxed #all {
- position: relative;
- background: #fff;
- width: 1200px;
- margin: 0 auto;
- overflow: hidden;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- }
-}
-#top {
- background: #555555;
- color: #eeeeee;
- padding: 10px 0;
-}
-#top p {
- margin: 0;
- font-size: 12px;
-}
-#top .social {
- float: right;
- text-align: right;
-}
-#top .social a {
- color: #999999;
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 12px;
- line-height: 20px;
- font-size: 12px;
- text-align: center;
- vertical-align: bottom;
-}
-#top .social a:hover {
- color: #fff;
-}
-#top .social a:hover.facebook {
- background-color: #4460ae;
-}
-#top .social a:hover.gplus {
- background-color: #c21f25;
-}
-#top .social a:hover.twitter {
- background-color: #3cf;
-}
-#top .social a:hover.instagram {
- background-color: #cd4378;
-}
-#top .social a:hover.email {
- background-color: #4a7f45;
-}
-#top .login {
- float: right;
-}
-#top .login a {
- font-size: 12px;
- color: #eeeeee;
- margin-right: 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.10em;
-}
-@media (max-width: 767px) {
- #top .login {
- float: left;
- }
-}
-#top.light {
- background: #fff;
- color: #999999;
- border-bottom: solid 1px #eeeeee;
-}
-#top.light .login a {
- color: #555555;
-}
-.navbar {
- border: none;
-}
-.navbar ul.nav > li > a {
- text-transform: uppercase;
- text-decoration: underline;
- font-weight: bold;
- letter-spacing: 0.08em;
- border-top: solid 5px transparent;
-}
-.navbar ul.nav > li > a:hover {
- border-top: solid 5px #955251;
-}
-.navbar ul.nav > li.active > a,
-.navbar ul.nav > li.open > a {
- text-decoration: none !important;
- border-top: solid 5px #532e2d;
-}
-@media (max-width: 768px) {
- .navbar ul.nav > li.active > a,
- .navbar ul.nav > li.open > a {
- border-top-color: transparent;
- }
- .navbar ul.nav > li > a:hover {
- border-top-color: transparent;
- }
-}
-.navbar.navbar-light ul.nav > li.active > a {
- border-top: solid 5px #532e2d;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar.navbar-light ul.nav > li.active > a:hover {
- border-top: solid 5px #532e2d;
-}
-.navbar.navbar-light ul.nav > li > a:hover,
-.navbar.navbar-light ul.nav > li.open > a:hover,
-.navbar.navbar-light ul.nav > li > a:focus,
-.navbar.navbar-light ul.nav > li.open > a:focus {
- border-top: solid 5px #955251;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar ul.dropdown-menu {
- margin: 0;
- padding: 0;
-}
-.navbar ul.dropdown-menu li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 4px 0;
-}
-.navbar ul.dropdown-menu li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- left: 0;
-}
-.navbar ul.dropdown-menu li a:hover {
- color: #955251;
- text-decoration: none;
- background: none;
- left: 2px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .navbar ul.dropdown-menu li a:hover {
- left: 0;
- }
-}
-.navbar .yamm-content h3 {
- font-size: 18px;
- text-transform: uppercase;
- padding-bottom: 10px;
- margin-top: 5px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-@media (max-width: 767px) {
- .navbar .yamm-content h3 {
- font-size: 14px;
- }
-}
-.navbar .yamm-content h5 {
- text-transform: uppercase;
- padding-bottom: 10px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-.navbar .yamm-content ul {
- margin: 0;
- padding: 0;
-}
-.navbar .yamm-content ul li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- padding: 4px 0;
-}
-.navbar .yamm-content ul li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.navbar .yamm-content ul li a:hover {
- color: #955251;
- text-decoration: none;
- padding-left: 2px;
-}
-.navbar .yamm-content .banner {
- margin-bottom: 10px;
-}
-.navbar .yamm-fw .dropdown-menu {
- padding: 0;
-}
-.navbar .navbar-buttons {
- float: right;
-}
-.navbar .navbar-buttons button,
-.navbar .navbar-buttons a.btn,
-.navbar .navbar-buttons .btn-default.navbar-toggle {
- margin-top: 11px;
- margin-bottom: 11px;
- margin-left: 0;
- margin-right: 5px;
-}
-.navbar .btn-default,
-.navbar .btn-default.navbar-toggle {
- color: #999999;
- background-color: #fff;
- margin-left: 7px;
- margin-right: 0;
-}
-.navbar .btn-default:hover,
-.navbar .btn-default.navbar-toggle:hover,
-.navbar .btn-default:focus,
-.navbar .btn-default.navbar-toggle:focus {
- background-color: #fff;
- border-color: #955251;
- color: #955251;
-}
-.navbar #search {
- clear: both;
- border-top: solid 1px #955251;
- text-align: right;
-}
-.navbar #search form {
- float: right;
-}
-.navbar #search form .input-group {
- width: 500px;
-}
-@media (max-width: 768px) {
- .navbar #search form .input-group {
- width: 100%;
- }
-}
-.navbar #basket-overview a {
- margin-left: 7px;
-}
-.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 1000;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-body.boxed .navbar-affixed-top.affix {
- position: static;
-}
-#login-modal {
- overflow: hidden;
-}
-#login-modal .modal-header h4 {
- text-transform: uppercase;
-}
-#login-modal form {
- margin-bottom: 20px;
-}
-#login-modal a {
- color: #955251;
-}
-#login-modal p {
- font-weight: 300;
- margin-bottom: 20px;
- font-size: 13px;
-}
-/* buttons */
-.btn {
- font-weight: 700;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857143;
- border-radius: 0;
-}
-.input-group .btn {
- font-size: 14px;
-}
-.btn-lg {
- padding: 10px 16px;
- font-size: 14px;
- line-height: 1.33;
- border-radius: 0;
-}
-.btn-sm {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-xs {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-template-main {
- color: #955251;
- background-color: #ffffff;
- border-color: #955251;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- color: #955251;
- background-color: #e6e6e6;
- border-color: #6d3c3b;
-}
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- background-image: none;
-}
-.btn-template-main.disabled,
-.btn-template-main[disabled],
-fieldset[disabled] .btn-template-main,
-.btn-template-main.disabled:hover,
-.btn-template-main[disabled]:hover,
-fieldset[disabled] .btn-template-main:hover,
-.btn-template-main.disabled:focus,
-.btn-template-main[disabled]:focus,
-fieldset[disabled] .btn-template-main:focus,
-.btn-template-main.disabled:active,
-.btn-template-main[disabled]:active,
-fieldset[disabled] .btn-template-main:active,
-.btn-template-main.disabled.active,
-.btn-template-main[disabled].active,
-fieldset[disabled] .btn-template-main.active {
- background-color: #ffffff;
- border-color: #955251;
-}
-.btn-template-main .badge {
- color: #ffffff;
- background-color: #955251;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active {
- background: #955251;
- color: #ffffff;
- border-color: #955251;
-}
-.btn-template-transparent-primary {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- background-image: none;
-}
-.btn-template-transparent-primary.disabled,
-.btn-template-transparent-primary[disabled],
-fieldset[disabled] .btn-template-transparent-primary,
-.btn-template-transparent-primary.disabled:hover,
-.btn-template-transparent-primary[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-primary:hover,
-.btn-template-transparent-primary.disabled:focus,
-.btn-template-transparent-primary[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-primary:focus,
-.btn-template-transparent-primary.disabled:active,
-.btn-template-transparent-primary[disabled]:active,
-fieldset[disabled] .btn-template-transparent-primary:active,
-.btn-template-transparent-primary.disabled.active,
-.btn-template-transparent-primary[disabled].active,
-fieldset[disabled] .btn-template-transparent-primary.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active {
- background: #fff;
- color: #955251;
- border-color: #fff;
-}
-.btn-template-transparent-black {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- background-image: none;
-}
-.btn-template-transparent-black.disabled,
-.btn-template-transparent-black[disabled],
-fieldset[disabled] .btn-template-transparent-black,
-.btn-template-transparent-black.disabled:hover,
-.btn-template-transparent-black[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-black:hover,
-.btn-template-transparent-black.disabled:focus,
-.btn-template-transparent-black[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-black:focus,
-.btn-template-transparent-black.disabled:active,
-.btn-template-transparent-black[disabled]:active,
-fieldset[disabled] .btn-template-transparent-black:active,
-.btn-template-transparent-black.disabled.active,
-.btn-template-transparent-black[disabled].active,
-fieldset[disabled] .btn-template-transparent-black.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active {
- background: #fff;
- color: #000;
- border-color: #fff;
-}
-.btn-template-primary {
- color: #ffffff;
- background-color: #955251;
- border-color: #955251;
-}
-.btn-template-primary:hover,
-.btn-template-primary:focus,
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- color: #ffffff;
- background-color: #74403f;
- border-color: #6d3c3b;
-}
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- background-image: none;
-}
-.btn-template-primary.disabled,
-.btn-template-primary[disabled],
-fieldset[disabled] .btn-template-primary,
-.btn-template-primary.disabled:hover,
-.btn-template-primary[disabled]:hover,
-fieldset[disabled] .btn-template-primary:hover,
-.btn-template-primary.disabled:focus,
-.btn-template-primary[disabled]:focus,
-fieldset[disabled] .btn-template-primary:focus,
-.btn-template-primary.disabled:active,
-.btn-template-primary[disabled]:active,
-fieldset[disabled] .btn-template-primary:active,
-.btn-template-primary.disabled.active,
-.btn-template-primary[disabled].active,
-fieldset[disabled] .btn-template-primary.active {
- background-color: #955251;
- border-color: #955251;
-}
-.btn-template-primary .badge {
- color: #955251;
- background-color: #ffffff;
-}
-#intro {
- background: url('../img/home.jpg') no-repeat center top;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-#intro .item {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- height: 100%;
-}
-#intro .item h1 {
- text-transform: uppercase;
- font-size: 50px;
- color: #fff;
- margin-bottom: 40px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #intro .item h1 {
- font-size: 40px;
- }
-}
-@media (max-width: 767px) {
- #intro .item h1 {
- font-size: 25px;
- }
-}
-#intro .item h3 {
- color: #fff;
- margin-bottom: 40px;
-}
-@media (max-width: 767px) {
- #intro .item h3 {
- font-size: 15px;
- margin-bottom: 20px;
- }
-}
-#intro .item .btn {
- text-transform: none;
-}
-@media (max-width: 991px) {
- #intro .item .btn {
- font-size: 14px;
- }
-}
-@media (max-width: 991px) {
- #intro .item .carousel-caption {
- left: 10%;
- right: 10%;
- }
-}
-#intro .container,
-#intro .row {
- height: 100%;
- position: relative;
-}
-.jumbotron {
- padding: 30px;
- margin-bottom: 0;
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.jumbotron .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #955251;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3,
-.jumbotron p,
-.jumbotron ul {
- color: #fff;
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3 {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.jumbotron p {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 400;
-}
-.jumbotron p.text-uppercase {
- font-weight: 700;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron {
- border-radius: 0;
-}
-.jumbotron .container {
- max-width: 100%;
- z-index: 2;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron {
- padding-left: 60px;
- padding-right: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 46px;
- }
-}
-#categoryMenu h3 {
- padding: 20px;
- background: #f7f7f7;
- margin: 0;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu h3 {
- padding: 5px 0;
- margin: 0;
-}
-.panel.sidebar-menu {
- background: #fff;
- margin: 0 0 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.panel.sidebar-menu .panel-heading {
- text-transform: uppercase;
- margin-bottom: 10px;
- background: none;
- padding: 0;
- letter-spacing: 0.08em;
- border-bottom: none;
-}
-.panel.sidebar-menu .panel-heading h1,
-.panel.sidebar-menu .panel-heading h2,
-.panel.sidebar-menu .panel-heading h3,
-.panel.sidebar-menu .panel-heading h4,
-.panel.sidebar-menu .panel-heading h5 {
- display: inline-block;
- border-bottom: solid 5px #955251;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
-}
-.panel.sidebar-menu .panel-heading .btn.btn-danger {
- color: #fff;
- margin-top: 5px;
-}
-.panel.sidebar-menu .panel-body {
- padding: 0;
-}
-.panel.sidebar-menu .panel-body span.colour {
- display: inline-block;
- width: 15px;
- height: 15px;
- border: solid 1px #555555;
- vertical-align: top;
- margin-top: 2px;
- margin-left: 5px;
-}
-.panel.sidebar-menu .panel-body span.colour.white {
- background: #fff;
-}
-.panel.sidebar-menu .panel-body span.colour.red {
- background: red;
-}
-.panel.sidebar-menu .panel-body span.colour.green {
- background: green;
-}
-.panel.sidebar-menu .panel-body span.colour.blue {
- background: blue;
-}
-.panel.sidebar-menu .panel-body span.colour.yellow {
- background: yellow;
-}
-.panel.sidebar-menu .panel-body label {
- color: #999999;
- font-size: 12px;
-}
-.panel.sidebar-menu .panel-body label:hover {
- color: #555555;
-}
-.panel.sidebar-menu ul.nav.category-menu {
- margin-bottom: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu ul.nav.category-menu li a {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.panel.sidebar-menu ul.nav ul {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.nav ul li {
- display: block;
-}
-.panel.sidebar-menu ul.nav ul li a {
- position: relative;
- font-family: "Times New Roman", Times, serif;
- font-weight: normal;
- text-transform: none !important;
- display: block;
- padding: 10px 15px;
- padding-left: 30px;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.nav ul li a:hover,
-.panel.sidebar-menu ul.nav ul li a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-.panel.sidebar-menu ul.tag-cloud {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.tag-cloud li {
- display: inline-block;
-}
-.panel.sidebar-menu ul.tag-cloud li a {
- display: inline-block;
- padding: 5px;
- border: solid 1px #eeeeee;
- border-radius: 0;
- color: #955251;
- margin: 5px 5px 5px 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 700;
- font-size: 12px;
-}
-.panel.sidebar-menu ul.tag-cloud li a:hover {
- color: #955251;
- text-decoration: none;
- border-color: #955251;
-}
-.panel.sidebar-menu ul.popular,
-.panel.sidebar-menu ul.recent {
- list-style: none;
- padding-left: 0;
- padding: 20px 0;
-}
-.panel.sidebar-menu ul.popular li,
-.panel.sidebar-menu ul.recent li {
- margin-bottom: 10px;
- padding: 5px 0;
- border-bottom: dotted 1px #eeeeee;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li img,
-.panel.sidebar-menu ul.recent li img {
- width: 50px;
- margin-right: 10px;
-}
-.panel.sidebar-menu ul.popular li h5,
-.panel.sidebar-menu ul.recent li h5 {
- margin: 0 0 10px;
-}
-.panel.sidebar-menu ul.popular li h5 a,
-.panel.sidebar-menu ul.recent li h5 a {
- font-weight: normal;
-}
-.panel.sidebar-menu ul.popular li p.date,
-.panel.sidebar-menu ul.recent li p.date {
- float: right;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.popular li:last-child,
-.panel.sidebar-menu ul.recent li:last-child {
- border-bottom: none;
-}
-.panel.sidebar-menu .text-widget {
- font-size: 12px;
-}
-.panel.sidebar-menu.with-icons ul.nav li a:after {
- font-family: 'FontAwesome';
- content: "\f105";
- position: relative;
- top: 0;
- float: right;
-}
-/* ribbons for product sales etc. */
-.ribbon {
- position: absolute;
- top: 50px;
- padding-left: 51px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.ribbon .ribbon-background {
- position: absolute;
- top: 0;
- right: 0;
-}
-.ribbon .theribbon {
- position: relative;
- width: 80px;
- padding: 6px 20px 6px 20px;
- margin: 30px 10px 10px -71px;
- color: #fff;
- background-color: #955251;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.ribbon .theribbon:before,
-.ribbon .theribbon:after {
- content: ' ';
- position: absolute;
- width: 0;
- height: 0;
-}
-.ribbon .theribbon:after {
- left: 0px;
- top: 100%;
- border-width: 5px 10px;
- border-style: solid;
- border-color: #000000 #000000 transparent transparent;
-}
-.ribbon.sale {
- top: 0;
-}
-.ribbon.new {
- top: 50px;
-}
-.ribbon.new .theribbon {
- background-color: #5bc0de;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.new .theribbon:after {
- border-color: #2390b0 #2390b0 transparent transparent;
-}
-.ribbon.gift {
- top: 100px;
-}
-.ribbon.gift .theribbon {
- background-color: #5cb85c;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.gift .theribbon:after {
- border-color: #357935 #357935 transparent transparent;
-}
-.owl-carousel .owl-controls .owl-page.active span,
-.owl-theme .owl-controls .owl-page.active span,
-.owl-carousel .owl-controls.clickable .owl-page:hover span,
-.owl-theme .owl-controls.clickable .owl-page:hover span {
- background: #955251;
-}
-.owl-carousel .owl-controls .owl-buttons,
-.owl-theme .owl-controls .owl-buttons {
- position: absolute;
- top: 5px;
- right: 0;
-}
-.owl-carousel .owl-controls .owl-buttons div,
-.owl-theme .owl-controls .owl-buttons div {
- width: 26px;
- height: 26px;
- line-height: 25px;
- margin: 0 5px 0 0;
- font-size: 18px;
- color: #955251;
- padding: 0;
- background: #fff;
- border-radius: 13px;
- vertical-align: middle;
- text-align: center;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-.home-carousel {
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.home-carousel .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #955251;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.home-carousel .owl-carousel {
- padding-top: 60px;
- padding-bottom: 20px;
-}
-.home-carousel .owl-theme .owl-controls .owl-page span {
- background: #666;
-}
-.home-carousel .owl-theme .owl-controls .owl-page.active span {
- background: #fff;
-}
-.home-carousel .owl-theme .owl-controls .owl-page:hover span {
- background: #fff;
-}
-@media (max-width: 767px) {
- .home-carousel {
- text-align: center !important;
- }
-}
-@media (min-width: 992px) {
- .home-carousel .right {
- text-align: right;
- }
-}
-.home-carousel h1,
-.home-carousel h2,
-.home-carousel h3,
-.home-carousel p,
-.home-carousel ul {
- color: #fff;
-}
-.home-carousel h1 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 46px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .home-carousel h1 {
- font-size: 36px;
- }
-}
-.home-carousel h2 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 40px;
- letter-spacing: 0.08em;
-}
-.home-carousel ul,
-.home-carousel p {
- font-size: 18px;
- font-weight: 700;
- padding: 0;
- text-transform: uppercase;
- letter-spacing: 0.10em;
-}
-@media (max-width: 991px) {
- .home-carousel ul,
- .home-carousel p {
- font-size: 14px;
- }
-}
-.home-carousel ul li {
- margin-bottom: 10px;
-}
-.customers {
- padding: 0;
- margin-bottom: 40px;
-}
-.customers .item {
- list-style-type: none;
- text-align: center;
- margin: 0 20px;
-}
-.customers .item img {
- display: inline-block;
- filter: url("data:image/svg+xml;utf8, #grayscale");
- /* Firefox 10+, Firefox on Android */
- filter: gray;
- /* IE6-9 */
- -webkit-filter: grayscale(100%);
- /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.customers .item img:hover {
- max-width: auto;
- filter: none;
- -webkit-filter: none;
-}
-.testimonials {
- padding: 0;
- margin-bottom: 40px;
-}
-.testimonials .item {
- list-style-type: none;
- margin: 0 5px;
- background: #fff;
- padding-bottom: 60px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.testimonials .item .testimonial {
- position: relative;
- padding: 20px;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial .text {
- color: #999999;
- margin-bottom: 40px;
-}
-.testimonials .item .testimonial .bottom {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px;
- height: 50px;
-}
-.testimonials .item .testimonial .bottom .icon {
- color: #955251;
- font-size: 30px;
- float: left;
- width: 20%;
-}
-.testimonials .item .testimonial .name-picture {
- float: right;
- width: 80%;
- text-align: right;
-}
-.testimonials .item .testimonial .name-picture h5 {
- font-size: 14px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.testimonials .item .testimonial .name-picture p {
- color: #999999;
- margin: 0;
- font-size: 12px;
-}
-.testimonials .item .testimonial .name-picture img {
- float: right;
- width: 60px;
- border-radius: 30px;
- margin-left: 10px;
-}
-.team-member {
- text-align: center;
- margin-bottom: 40px;
-}
-.team-member h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 5px;
- letter-spacing: 0.08em;
-}
-.team-member h3 a {
- color: #555555;
-}
-.team-member p.role {
- color: #999999;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.team-member .social {
- margin-bottom: 20px;
-}
-.team-member .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email {
- background-color: #4a7f45;
-}
-.team-member .text p {
- color: #999999;
- font-size: 12px;
-}
-.team-member .social,
-.team-member-detail .social {
- margin-bottom: 20px;
-}
-.team-member .social a,
-.team-member-detail .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i,
-.team-member-detail .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook,
-.team-member-detail .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus,
-.team-member-detail .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter,
-.team-member-detail .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram,
-.team-member-detail .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email,
-.team-member-detail .social a.email {
- background-color: #4a7f45;
-}
-.box-simple {
- text-align: center;
- margin-bottom: 40px;
-}
-.box-simple .icon {
- color: #955251;
- border-color: #955251;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.box-simple h3 {
- font-weight: normal;
- font-size: 18px;
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-simple h3 a {
- color: #555555;
-}
-.box-simple p {
- color: #999999;
-}
-.box-simple:hover .icon {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.box-simple:hover .icon i {
- -webkit-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- transform: scale(1, 1);
-}
-.box-simple.box-white {
- padding: 20px;
- border: dotted 1px #999999;
-}
-.box-simple.box-white .icon {
- color: #555555;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark {
- padding: 20px;
- border: dotted 1px #999999;
- background: #555555;
- color: #fff;
-}
-.box-simple.box-dark .icon {
- color: #f7f7f7;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark h3 {
- color: #fff;
-}
-.box-simple.box-dark h3 a {
- color: #fff;
-}
-.box-simple.box-dark p {
- color: #fff;
-}
-.box-image {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #955251;
-}
-.box-image .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-.box-image-text {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image-text .top {
- position: relative;
- margin-bottom: 10px;
-}
-.box-image-text .top .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #955251;
-}
-.box-image-text .top .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .top .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image-text .top .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image-text .top .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .content h3,
-.box-image-text .content h4 {
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-image-text .content p {
- color: #999999;
-}
-.box-image-text:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image-text:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image-text:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-/* universal box */
-.box {
- background: #fff;
- margin: 0 0 30px;
- border: solid 1px #ccc;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 0;
- border-left: none;
- border-right: none;
-}
-.box .box-header {
- background: #f7f7f7;
- margin: -20px 0 20px;
- padding: 20px;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-footer {
- background: #f7f7f7;
- margin: 30px 0 -20px;
- padding: 20px;
- border-top: solid 1px #eeeeee;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-@media (max-width: 991px) {
- .box .box-footer .btn {
- margin-bottom: 20px;
- }
-}
-.box.no-border {
- border: none;
-}
-#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
- padding: 20px 0;
- margin-bottom: 40px;
-}
-#heading-breadcrumbs.no-mb {
- margin-bottom: 0;
-}
-#heading-breadcrumbs h1 {
- color: #333333;
- text-transform: uppercase;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #heading-breadcrumbs h1 {
- text-align: center;
- }
-}
-#heading-breadcrumbs ul.breadcrumb {
- margin-top: 5px;
- margin-bottom: 0;
-}
-.bar {
- position: relative;
- background: #955251;
- padding: 60px 0;
-}
-.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
- border-top: solid 1px #999999;
- border-bottom: solid 1px #999999;
-}
-.bar.background-gray {
- background: #eeeeee;
-}
-.bar.background-gray-dark {
- background: #555555;
-}
-.bar.background-white {
- background: #fff;
-}
-.bar.background-image-fixed-1 {
- background: url('../img/fixed-background-1.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.background-image-fixed-2 {
- background: url('../img/fixed-background-2.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.color-white h1,
-.bar.color-white h2,
-.bar.color-white h3,
-.bar.color-white h4,
-.bar.color-white h5,
-.bar.color-white h6,
-.bar.color-white p {
- color: #fff;
-}
-.bar.padding-big {
- padding: 50px 0;
-}
-.bar.padding-horizontal {
- padding-left: 30px;
- padding-right: 30px;
-}
-.bar.margin-vertical {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.bar .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-.portfolio.no-space {
- padding: 0 15px;
-}
-.portfolio.no-space .box-image {
- margin: 0 -15px;
-}
-.portfolio-project .project-more h4 {
- color: #555555;
- text-transform: uppercase;
- margin-bottom: 0;
- text-align: left;
- font-size: 14px;
- letter-spacing: 0.08em;
-}
-.portfolio-project .project-more p {
- color: #999999;
- padding: 10px 0;
- margin-bottom: 20px;
- text-align: left;
-}
-.portfolio-showcase {
- margin: 15px 0 60px;
-}
-.portfolio-showcase h3 a {
- text-transform: uppercase;
- line-height: 1.5;
- letter-spacing: 0.08em;
-}
-.portfolio-showcase p.lead {
- color: #555555;
- margin-bottom: 20px;
-}
-.portfolio-showcase p {
- color: #999999;
-}
-.portfolio-showcase p.buttons {
- margin-top: 40px;
-}
-.see-more {
- text-align: center;
- margin-top: 20px;
- padding-top: 20px;
-}
-.see-more p {
- font-size: 28px;
- font-weight: 100;
- margin-bottom: 20px;
-}
-.showcase .item {
- text-align: center;
-}
-.showcase .item .icon {
- display: inline-block;
- width: 50px;
- height: 50px;
- color: #555555;
- line-height: 50px;
- border-radius: 25px;
- border: solid 1px #555555;
-}
-.showcase .item h4 {
- color: #555555;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- line-height: 1.5;
- font-size: 16px;
-}
-.showcase .item h4 span {
- font-weight: bold;
- font-size: 51px;
-}
-.packages .package {
- background: #fff;
- margin-top: 25px;
- margin-bottom: 20px;
- padding-bottom: 15px;
- text-align: center;
- border: solid 1px #955251;
- overflow: hidden;
-}
-.packages .package .package-header {
- height: 57px;
- color: #fff;
- line-height: 57px;
- background: #955251;
-}
-.packages .package .package-header h5 {
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 57px;
- margin: 0;
- letter-spacing: 0.08em;
-}
-.packages .package .package-header.light-gray {
- background: #eeeeee;
-}
-.packages .package .package-header.light-gray h5 {
- color: #555555;
-}
-.packages .package .price {
- line-height: 120px;
- height: 100px;
- color: #fff;
- font-weight: 400;
-}
-.packages .package .price h4 {
- display: inline;
- font-size: 50px;
- line-height: normal;
- margin-bottom: 0;
-}
-.packages .package .price .period {
- line-height: normal;
- color: #999999;
-}
-.packages .package ul {
- padding: 0;
-}
-.packages .package ul li {
- list-style-type: none;
- padding-top: 10px;
- padding-bottom: 10px;
- width: 80%;
- margin: auto;
- border-bottom: 1px dotted #ccc;
-}
-.packages .package ul li:last-child {
- border-bottom: 0;
-}
-.packages .package ul li i {
- font-size: 13px;
- margin-right: 5px;
-}
-.packages .best-value .package {
- margin-top: 0;
- padding-bottom: 40px;
-}
-.packages .best-value .package .package-header {
- height: 72px;
- padding-top: 17px;
- height: 82px !important;
-}
-.packages .best-value .package .package-header h5 {
- font-weight: bold;
- line-height: 29px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.packages .best-value .package .package-header .meta-text {
- font-size: 13px;
- line-height: 15px;
-}
-#map {
- height: 300px;
-}
-#map.with-border {
- border-top: solid 1px #955251;
- border-bottom: solid 1px #955251;
-}
-#blog-listing-big .post,
-#blog-homepage .post {
- margin-bottom: 60px;
-}
-#blog-listing-big .post h2,
-#blog-homepage .post h2,
-#blog-listing-big .post h4,
-#blog-homepage .post h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post h2 a,
-#blog-homepage .post h2 a,
-#blog-listing-big .post h4 a,
-#blog-homepage .post h4 a {
- color: #555555;
-}
-#blog-listing-big .post h2 a:hover,
-#blog-homepage .post h2 a:hover,
-#blog-listing-big .post h4 a:hover,
-#blog-homepage .post h4 a:hover {
- color: #955251;
-}
-#blog-listing-big .post .author-category,
-#blog-homepage .post .author-category {
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post .author-category a,
-#blog-homepage .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-big .post .date-comments a,
-#blog-homepage .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-big .post .date-comments a:hover,
-#blog-homepage .post .date-comments a:hover {
- color: #955251;
-}
-@media (min-width: 768px) {
- #blog-listing-big .post .date-comments,
- #blog-homepage .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-big .post .intro,
-#blog-homepage .post .intro {
- text-align: left;
-}
-#blog-listing-big .post .image,
-#blog-homepage .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-big .post .image img,
-#blog-homepage .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-big .post .image img.img-responsive,
- #blog-homepage .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-big .post .video,
-#blog-homepage .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-big .post .read-more,
-#blog-homepage .post .read-more {
- text-align: right;
-}
-#blog-listing-medium .post {
- margin-bottom: 60px;
-}
-#blog-listing-medium .post h2 {
- text-transform: uppercase;
- margin: 0 0 10px;
- font-size: 24px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post h2 a {
- color: #555555;
-}
-#blog-listing-medium .post h2 a:hover {
- color: #955251;
-}
-#blog-listing-medium .post .author-category {
- float: left;
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 12px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-medium .post .date-comments {
- float: right;
- font-size: 12px;
-}
-#blog-listing-medium .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-medium .post .date-comments a:hover {
- color: #955251;
-}
-@media (min-width: 768px) {
- #blog-listing-medium .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-medium .post .intro {
- text-align: left;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-medium .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-medium .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-medium .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-medium .post .read-more {
- text-align: right;
-}
-.box-image-text.blog .author-category {
- color: #999999;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 300;
- font-size: 12px;
-}
-.box-image-text.blog .author-category a {
- font-weight: 500;
-}
-.box-image-text.blog .intro {
- text-align: left;
- margin-bottom: 20px;
-}
-#blog-homepage .post {
- margin-bottom: 30px;
-}
-#blog-homepage .post h2,
-#blog-homepage .post h4,
-#blog-homepage .post .author-category,
-#blog-homepage .post .read-more {
- text-align: center;
-}
-#blog-homepage .post .read-more {
- margin-top: 20px;
-}
-#blog-post #post-content {
- margin-bottom: 20px;
-}
-#blog-post .comment {
- margin-bottom: 25px;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment .posted {
- color: #999999;
- font-size: 12px;
-}
-#blog-post .comment .reply {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#blog-post .comment.last {
- margin-bottom: 0;
-}
-#blog-post #comments,
-#blog-post #comment-form {
- padding: 20px 0;
- margin-top: 20px;
- border-top: solid 1px #eeeeee;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments h4,
-#blog-post #comment-form h4 {
- margin-bottom: 20px;
-}
-#blog-post #comment-form {
- margin-bottom: 20px;
-}
-.product {
- background: #fff;
- border-bottom: solid 1px #e6e6e6;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 60px;
- overflow: hidden;
- text-align: center;
-}
-.product .image {
- overflow: hidden;
-}
-.product .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .product .image img.img-responsive {
- min-width: 100%;
- }
-}
-.product .text {
- padding: 10px;
-}
-.product .text h3 {
- font-size: 14px;
- font-weight: 700;
- height: 39.6px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.product .text h3 a {
- color: #555555;
-}
-.product .text h3 a:hover {
- text-decoration: none;
-}
-.product .text p.price {
- font-size: 18px;
-}
-.product .text p.price del {
- color: #999999;
-}
-.product .buttons {
- clear: both;
- position: absolute;
- display: none;
- bottom: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- border: solid 1px transparent;
- padding: 20px;
- background: rgba(255, 255, 255, 0.9);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- text-align: center;
-}
-.product .buttons .btn {
- margin-bottom: 20px;
-}
-.product:hover {
- border-bottom: solid 1px #808080;
- top: 0;
-}
-.product:hover .buttons {
- clear: both;
- position: absolute;
- top: 0;
- background: rgba(255, 255, 255, 0.5);
-}
-.product:hover .image img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.goToDescription {
- font-size: 12px;
- text-align: center;
- margin-bottom: 40px;
-}
-.goToDescription a {
- color: #999999;
- text-decoration: underline;
-}
-#productMain {
- margin-bottom: 30px;
-}
-#productMain .sizes {
- text-align: center;
-}
-#productMain .sizes h3 {
- font-weight: 700;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- margin-bottom: 40px;
-}
-#productMain .sizes a {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 40px;
- background: #ccc;
- line-height: 40px;
- color: #555555;
- text-align: center;
- text-decoration: none;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#productMain .sizes a.active,
-#productMain .sizes a:hover {
- background: #955251;
- color: #fff;
-}
-#productMain .sizes input {
- display: none;
-}
-#productMain .price {
- font-size: 40px;
- text-align: center;
- margin-top: 40px;
- margin-bottom: 40px;
-}
-#thumbs a {
- display: block;
- border: solid 1px transparent;
-}
-#thumbs a.active {
- border-color: #955251;
-}
-#product-social {
- text-align: center;
-}
-#product-social h4 {
- font-weight: 300;
- margin-bottom: 10px;
-}
-#product-social p {
- line-height: 26px;
-}
-#product-social p a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-#product-social p a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-#product-social p a.facebook {
- background-color: #4460ae;
-}
-#product-social p a.gplus {
- background-color: #c21f25;
-}
-#product-social p a.twitter {
- background-color: #3cf;
-}
-#product-social p a.instagram {
- background-color: #cd4378;
-}
-#product-social p a.email {
- background-color: #4a7f45;
-}
-@media (max-width: 991px) {
- #product-social {
- text-align: center;
- }
-}
-#checkout .nav {
- margin-bottom: 20px;
- border-bottom: solid 1px #955251;
-}
-#checkout .nav li {
- height: 100%;
-}
-#checkout .nav li a {
- display: block;
- height: 100%;
-}
-#order-summary table {
- margin-top: 20px;
-}
-#order-summary table td {
- color: #999999;
-}
-#order-summary table tr.total td,
-#order-summary table tr.total th {
- font-size: 18px;
- color: #555555;
- font-weight: 700;
-}
-#checkout .table tbody tr td,
-#basket .table tbody tr td,
-#customer-order .table tbody tr td {
- vertical-align: middle;
-}
-#checkout .table tbody tr td input,
-#basket .table tbody tr td input,
-#customer-order .table tbody tr td input {
- width: 50px;
- text-align: right;
-}
-#checkout .table tbody tr td img,
-#basket .table tbody tr td img,
-#customer-order .table tbody tr td img {
- width: 50px;
-}
-#checkout .table tfoot,
-#basket .table tfoot,
-#customer-order .table tfoot {
- font-size: 18px;
-}
-.shipping-method h4,
-.payment-method h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#customer-orders table tr th,
-#customer-orders table tr td {
- vertical-align: baseline;
-}
-#customer-order .table tfoot th {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-order .addresses {
- text-align: right;
- margin-bottom: 30px;
-}
-#customer-order .addresses p {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-account {
- margin-bottom: 30px;
-}
-#get-it {
- background: #955251;
- padding: 50px 0 30px;
- color: #fff;
- text-align: center;
-}
-#get-it h1,
-#get-it h2,
-#get-it h3,
-#get-it h4,
-#get-it h5,
-#get-it h6 {
- color: #fff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- margin: 0 0 20px;
-}
-#get-it p {
- margin: 0 0 20px;
-}
-#footer {
- background: #555555;
- padding: 50px 0;
- color: #999999;
-}
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6 {
- color: #eeeeee;
-}
-#footer h4 {
- font-size: 14px;
- font-weight: 800;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#footer ul {
- padding-left: 0;
- list-style: none;
-}
-#footer ul a {
- color: #999999;
-}
-#footer ul a:hover {
- color: #955251;
- text-decoration: none;
-}
-#footer .photostream div {
- float: left;
- display: block;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 33%;
- padding: 7.5px;
- overflow: hidden;
-}
-#footer .photostream div a {
- border: solid 1 px #eeeeee;
-}
-#footer .photostream div img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#footer .photostream div:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-#footer .blog-entries .item {
- clear: both;
- padding: 5px 0;
- margin-bottom: 10px;
- border-bottom: solid 1px #555555;
-}
-#footer .blog-entries .item .image {
- float: left;
- width: 15%;
- margin-right: 10px;
-}
-#footer .blog-entries .item .name {
- width: 75%;
- margin-left: 10px;
- display: table-cell;
- vertical-align: middle;
-}
-#footer .blog-entries .item .name h5 {
- margin: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-size: 12px;
-}
-#footer .blog-entries .item .name h5 a {
- color: #eeeeee;
-}
-#footer .blog-entries .item .text {
- width: 100%;
- clear: both;
-}
-#footer .blog-entries .item:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-#footer .social a {
- color: #555555;
- font-size: 25px;
- margin: 0 10px 0 0;
-}
-#footer .social a:hover {
- color: #955251;
-}
-#copyright {
- background: #333;
- color: #ccc;
- padding: 50px 0;
- font-size: 12px;
- line-height: 28px;
-}
-#copyright p {
- margin: 0;
-}
-@media (max-width: 991px) {
- #copyright p {
- float: none !important;
- text-align: center;
- margin-bottom: 10px;
- }
-}
-[data-animate] {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-#style-switch-button {
- position: fixed;
- top: 100px;
- left: 0px;
- border-radius: 0;
-}
-#style-switch {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 300px;
- padding: 20px;
- position: fixed;
- top: 140px;
- left: 0;
- background: #fff;
- border: solid 1px #eeeeee;
-}
-@media (max-width: 991px) {
- #style-switch-button {
- display: none;
- }
- #style-switch {
- display: none;
- }
-}
-/* Original Boostrap template overwrite */
-/* breadcrumbs */
-.breadcrumb {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- background-color: none;
- letter-spacing: 0.08em;
-}
-/* nav */
-.nav > li > a {
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: #eeeeee;
-}
-.nav > li.disabled > a {
- color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #999999;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eeeeee;
- border-color: #955251;
-}
-.nav-tabs {
- border-bottom: 1px solid #955251;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eeeeee #eeeeee #955251;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #955251;
- border-bottom-color: transparent;
- cursor: default;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: solid 1px #955251;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #955251;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #955251;
- border-radius: 0 0 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 0;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #ffffff;
- background-color: #955251;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
- border-bottom: solid 1px #955251;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #955251;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #955251;
- border-radius: 0 0 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.tab-content {
- padding: 15px;
- border: solid 1px #ddd;
- border-top: none;
-}
-/* navbar */
-.navbar {
- position: relative;
- min-height: 62px;
- margin-bottom: 0;
- border-bottom: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 0px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- overflow-x: visible;
- padding-right: 15px;
- padding-left: 15px;
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-left: 0;
- padding-right: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-affixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-affixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- padding: 10px 15px;
- font-size: 18px;
- line-height: 20px;
- height: 62px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- margin-right: 15px;
- padding: 9px 10px;
- margin-top: 14px;
- margin-bottom: 14px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 0;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-nav {
- margin: 10.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 21px;
- padding-bottom: 21px;
- }
- .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- }
-}
-.navbar-form {
- margin-left: -15px;
- margin-right: -15px;
- padding: 10px 15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 14px;
- margin-bottom: 14px;
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- border: 0;
- margin-left: 0;
- margin-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-form.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-btn.btn-sm {
- margin-top: 16px;
- margin-bottom: 16px;
-}
-.navbar-btn.btn-xs {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.navbar-text {
- margin-top: 21px;
- margin-bottom: 21px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-left: 15px;
- margin-right: 15px;
- }
- .navbar-text.navbar-right:last-child {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #ffffff;
- border-color: #cccccc;
- border-bottom: none;
-}
-.navbar-default .navbar-brand {
- color: #555555;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #3b3b3b;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #555555;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #555555;
- background-color: #c08c8c;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #ffffff;
- background-color: #955251;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #955251;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #cccccc;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- background-color: #955251;
- color: #ffffff;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #555555;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #955251;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ffffff;
- background-color: #955251;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #555555;
-}
-.navbar-default .navbar-link:hover {
- color: #555555;
-}
-.navbar-default .btn-link {
- color: #555555;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #555555;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #cccccc;
-}
-/* scaffolding */
-body {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555555;
-}
-a {
- color: #955251;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #633736;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.img-rounded {
- border-radius: 0;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eeeeee;
-}
-/* breadcrumbs */
-.breadcrumb {
- padding: 20px 0;
- margin-bottom: 20px;
- background-color: transparent;
- border-radius: 0;
- text-align: right;
-}
-.breadcrumb > li + li:before {
- content: ">\00a0";
- color: #555555;
-}
-.breadcrumb > .active {
- color: #999999;
-}
-@media (max-width: 991px) {
- .breadcrumb {
- padding: 20px 0;
- text-align: center;
- }
-}
-/* dropdowns */
-.dropdown-menu {
- z-index: 1000;
- font-size: 14px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- padding: 5px 20px;
- line-height: 1.42857143;
- color: #333333;
- white-space: nowrap;
-}
-/* labels */
-.label {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-/* forms.less */
-label {
- font-weight: normal;
-}
-.form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
-}
-.form-control:focus {
- border-color: #955251;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 82, 81, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(149, 82, 81, 0.6);
-}
-.form-group {
- margin-bottom: 20px;
-}
-/* pager*/
-.pager {
- margin: 20px 0;
- border-top: solid 1px #eeeeee;
- padding-top: 20px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- background-color: #ffffff;
- border: 1px solid #955251;
- border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- color: #fff;
- background-color: #955251;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- border-color: #ddd;
-}
-/* pagination */
-.pagination {
- margin: 20px 0;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- border-radius: 0;
-}
-.pagination > li > a,
-.pagination > li > span {
- padding: 6px 12px;
- line-height: 1.42857143;
- text-decoration: none;
- color: #955251;
- background-color: #ffffff;
- border: 1px solid #dddddd;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- color: #955251;
- background-color: #d2adad;
- border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #ffffff;
- background-color: #955251;
- border-color: #955251;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #999999;
- background-color: #ffffff;
- border-color: #dddddd;
-}
-/* responsive utilities */
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center !important;
- }
- .text-center-xs img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .text-center-sm {
- text-align: center !important;
- }
- .text-center-sm img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-/* type */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: 900;
- line-height: 1.1;
- color: #333333;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 18px;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-.text-small {
- font-size: 12px;
-}
-.text-large {
- font-size: 18px;
-}
-.text-italic {
- font-style: italic;
-}
-.text-primary {
- color: #955251;
-}
-a.text-primary:hover {
- color: #74403f;
-}
-.bg-primary {
- color: #fff;
- background-color: #955251;
-}
-a.bg-primary:hover {
- background-color: #74403f;
-}
-abbr[title],
-abbr[data-original-title] {
- border-bottom: 1px dotted #999999;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 14px;
- border-left: 5px solid #955251;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- border-right: 5px solid #955251;
-}
-address {
- margin-bottom: 20px;
- line-height: 1.42857143;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #ffffff;
- border: 1px solid transparent;
- border-radius: 0;
- -webkit-box-shadow: 0 0 0;
- box-shadow: 0 0 0;
-}
-.panel-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 15px 15px;
-}
-.progress {
- overflow: hidden;
- height: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group.accordion .panel {
- border-color: #ccc;
-}
-.panel-primary {
- border-color: #955251;
-}
-.panel-primary > .panel-heading {
- color: #ffffff;
- background-color: #955251;
- border-color: #955251;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #955251;
-}
-.panel-primary > .panel-heading .badge {
- color: #955251;
- background-color: #ffffff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #955251;
-}
-.panel-primary .panel-title {
- font-weight: 300;
-}
-.panel-primary .panel-title a:hover {
- color: #fff;
- text-decoration: none;
-}
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #955251;
- background-color: #ffffff;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.progress-bar-primary {
- background-color: #955251;
-}
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-/*!
- * Yamm!3 - Yet another megamenu for Bootstrap 3
- * http://geedmo.github.com/yamm3
- *
- * @geedmo - Licensed under the MIT license
- */
-.yamm .nav,
-.yamm .collapse,
-.yamm .dropup.use-yamm,
-.yamm .dropdown.use-yamm {
- position: static;
-}
-.yamm .container {
- position: relative;
-}
-.yamm .dropdown-menu {
- left: auto;
-}
-.yamm .nav.navbar-right .dropdown-menu {
- left: auto;
- right: 0;
-}
-.yamm .yamm-content {
- padding: 20px 30px;
-}
-.yamm .dropdown.yamm-fw .dropdown-menu {
- left: 15px;
- right: 15px;
-}
diff --git a/themes/hugo-universal-theme/static/css/style.pink.css b/themes/hugo-universal-theme/static/css/style.pink.css
deleted file mode 100644
index 229a9c9..0000000
--- a/themes/hugo-universal-theme/static/css/style.pink.css
+++ /dev/null
@@ -1,3557 +0,0 @@
-.clearfix:before,
-.clearfix:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after {
- content: " ";
- display: table;
-}
-.clearfix:after,
-.navbar:after,
-.navbar-header:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
- visibility: hidden !important;
-}
-.affix {
- position: fixed;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-/* general styles */
-a,
-button {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
-.clickable {
- cursor: pointer !important;
-}
-.required {
- color: #c27baa;
-}
-.accent {
- color: #c27baa;
-}
-.text-uppercase {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .text-center-sm {
- text-align: center;
- }
-}
-p.lead {
- margin-bottom: 40px;
-}
-section,
-div.section {
- margin-bottom: 40px;
-}
-.no-mb {
- margin-bottom: 0 !important;
-}
-.mb-small {
- margin-bottom: 20px !important;
-}
-.heading {
- margin-bottom: 40px;
-}
-.heading h1,
-.heading h2,
-.heading h3,
-.heading h4,
-.heading h5 {
- display: inline-block;
- border-bottom: solid 5px #c27baa;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
- display: inline-block;
- background: #c27baa;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- text-align: center;
- color: #fff;
- font-size: 12px;
- line-height: 30px;
- border-radius: 15px;
-}
-.icon {
- display: inline-block;
- width: 80px;
- height: 80px;
- color: #fff;
- line-height: 80px;
- border-radius: 40px;
- border: solid 1px #fff;
- font-size: 20px;
-}
-.icon.icon-lg {
- font-size: 30px;
- border-width: 2px;
-}
-.ul-icons {
- padding-left: 10px;
-}
-.ul-icons li {
- list-style-type: none;
- line-height: 20px;
- margin-bottom: 20px;
-}
-.ul-icons li i {
- width: 20px;
- height: 20px;
- background: #c27baa;
- color: #fff;
- text-align: center;
- border-radius: 10px;
- line-height: 20px;
- margin-right: 10px;
-}
-ul.list-style-none {
- list-style: none;
-}
-#text-page h1,
-#text-page h2,
-#text-page h3 {
- font-weight: 700;
-}
-#error-page {
- text-align: center;
- margin-top: 40px;
- margin-bottom: 100px;
-}
-#error-page h4 {
- margin-bottom: 40px;
-}
-#error-page p.buttons {
- margin-top: 40px;
-}
-.pages-listing .item {
- text-align: center;
-}
-.pages-listing .item h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 20px;
- letter-spacing: 0.08em;
-}
-.pages-listing .item h3 a {
- color: #555555;
-}
-.pages-listing .item .text {
- margin-bottom: 20px;
-}
-.pages-listing .item .text p {
- color: #999999;
- font-size: 12px;
- margin-bottom: 20px;
-}
-.banner {
- margin-bottom: 30px;
- text-align: center;
-}
-.banner img {
- margin: 0 auto;
-}
-.banner a:hover img {
- opacity: 0.8;
- filter: alpha(opacity=80);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.pages {
- text-align: center;
-}
-.pages .loadMore {
- text-align: center;
-}
-.pages .pagination {
- text-align: center;
-}
-.features-buttons button {
- margin-bottom: 20px;
-}
-@media (min-width: 1300px) {
- body.boxed {
- background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
- }
- body.boxed #all {
- position: relative;
- background: #fff;
- width: 1200px;
- margin: 0 auto;
- overflow: hidden;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- }
-}
-#top {
- background: #555555;
- color: #eeeeee;
- padding: 10px 0;
-}
-#top p {
- margin: 0;
- font-size: 12px;
-}
-#top .social {
- float: right;
- text-align: right;
-}
-#top .social a {
- color: #999999;
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 12px;
- line-height: 20px;
- font-size: 12px;
- text-align: center;
- vertical-align: bottom;
-}
-#top .social a:hover {
- color: #fff;
-}
-#top .social a:hover.facebook {
- background-color: #4460ae;
-}
-#top .social a:hover.gplus {
- background-color: #c21f25;
-}
-#top .social a:hover.twitter {
- background-color: #3cf;
-}
-#top .social a:hover.instagram {
- background-color: #cd4378;
-}
-#top .social a:hover.email {
- background-color: #4a7f45;
-}
-#top .login {
- float: right;
-}
-#top .login a {
- font-size: 12px;
- color: #eeeeee;
- margin-right: 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.10em;
-}
-@media (max-width: 767px) {
- #top .login {
- float: left;
- }
-}
-#top.light {
- background: #fff;
- color: #999999;
- border-bottom: solid 1px #eeeeee;
-}
-#top.light .login a {
- color: #555555;
-}
-.navbar {
- border: none;
-}
-.navbar ul.nav > li > a {
- text-transform: uppercase;
- text-decoration: underline;
- font-weight: bold;
- letter-spacing: 0.08em;
- border-top: solid 5px transparent;
-}
-.navbar ul.nav > li > a:hover {
- border-top: solid 5px #c27baa;
-}
-.navbar ul.nav > li.active > a,
-.navbar ul.nav > li.open > a {
- text-decoration: none !important;
- border-top: solid 5px #934478;
-}
-@media (max-width: 768px) {
- .navbar ul.nav > li.active > a,
- .navbar ul.nav > li.open > a {
- border-top-color: transparent;
- }
- .navbar ul.nav > li > a:hover {
- border-top-color: transparent;
- }
-}
-.navbar.navbar-light ul.nav > li.active > a {
- border-top: solid 5px #934478;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar.navbar-light ul.nav > li.active > a:hover {
- border-top: solid 5px #934478;
-}
-.navbar.navbar-light ul.nav > li > a:hover,
-.navbar.navbar-light ul.nav > li.open > a:hover,
-.navbar.navbar-light ul.nav > li > a:focus,
-.navbar.navbar-light ul.nav > li.open > a:focus {
- border-top: solid 5px #c27baa;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar ul.dropdown-menu {
- margin: 0;
- padding: 0;
-}
-.navbar ul.dropdown-menu li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 4px 0;
-}
-.navbar ul.dropdown-menu li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- left: 0;
-}
-.navbar ul.dropdown-menu li a:hover {
- color: #c27baa;
- text-decoration: none;
- background: none;
- left: 2px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .navbar ul.dropdown-menu li a:hover {
- left: 0;
- }
-}
-.navbar .yamm-content h3 {
- font-size: 18px;
- text-transform: uppercase;
- padding-bottom: 10px;
- margin-top: 5px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-@media (max-width: 767px) {
- .navbar .yamm-content h3 {
- font-size: 14px;
- }
-}
-.navbar .yamm-content h5 {
- text-transform: uppercase;
- padding-bottom: 10px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-.navbar .yamm-content ul {
- margin: 0;
- padding: 0;
-}
-.navbar .yamm-content ul li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- padding: 4px 0;
-}
-.navbar .yamm-content ul li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.navbar .yamm-content ul li a:hover {
- color: #c27baa;
- text-decoration: none;
- padding-left: 2px;
-}
-.navbar .yamm-content .banner {
- margin-bottom: 10px;
-}
-.navbar .yamm-fw .dropdown-menu {
- padding: 0;
-}
-.navbar .navbar-buttons {
- float: right;
-}
-.navbar .navbar-buttons button,
-.navbar .navbar-buttons a.btn,
-.navbar .navbar-buttons .btn-default.navbar-toggle {
- margin-top: 11px;
- margin-bottom: 11px;
- margin-left: 0;
- margin-right: 5px;
-}
-.navbar .btn-default,
-.navbar .btn-default.navbar-toggle {
- color: #999999;
- background-color: #fff;
- margin-left: 7px;
- margin-right: 0;
-}
-.navbar .btn-default:hover,
-.navbar .btn-default.navbar-toggle:hover,
-.navbar .btn-default:focus,
-.navbar .btn-default.navbar-toggle:focus {
- background-color: #fff;
- border-color: #c27baa;
- color: #c27baa;
-}
-.navbar #search {
- clear: both;
- border-top: solid 1px #c27baa;
- text-align: right;
-}
-.navbar #search form {
- float: right;
-}
-.navbar #search form .input-group {
- width: 500px;
-}
-@media (max-width: 768px) {
- .navbar #search form .input-group {
- width: 100%;
- }
-}
-.navbar #basket-overview a {
- margin-left: 7px;
-}
-.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 1000;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-body.boxed .navbar-affixed-top.affix {
- position: static;
-}
-#login-modal {
- overflow: hidden;
-}
-#login-modal .modal-header h4 {
- text-transform: uppercase;
-}
-#login-modal form {
- margin-bottom: 20px;
-}
-#login-modal a {
- color: #c27baa;
-}
-#login-modal p {
- font-weight: 300;
- margin-bottom: 20px;
- font-size: 13px;
-}
-/* buttons */
-.btn {
- font-weight: 700;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857143;
- border-radius: 0;
-}
-.input-group .btn {
- font-size: 14px;
-}
-.btn-lg {
- padding: 10px 16px;
- font-size: 14px;
- line-height: 1.33;
- border-radius: 0;
-}
-.btn-sm {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-xs {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-template-main {
- color: #c27baa;
- background-color: #ffffff;
- border-color: #c27baa;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- color: #c27baa;
- background-color: #e6e6e6;
- border-color: #af518f;
-}
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- background-image: none;
-}
-.btn-template-main.disabled,
-.btn-template-main[disabled],
-fieldset[disabled] .btn-template-main,
-.btn-template-main.disabled:hover,
-.btn-template-main[disabled]:hover,
-fieldset[disabled] .btn-template-main:hover,
-.btn-template-main.disabled:focus,
-.btn-template-main[disabled]:focus,
-fieldset[disabled] .btn-template-main:focus,
-.btn-template-main.disabled:active,
-.btn-template-main[disabled]:active,
-fieldset[disabled] .btn-template-main:active,
-.btn-template-main.disabled.active,
-.btn-template-main[disabled].active,
-fieldset[disabled] .btn-template-main.active {
- background-color: #ffffff;
- border-color: #c27baa;
-}
-.btn-template-main .badge {
- color: #ffffff;
- background-color: #c27baa;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active {
- background: #c27baa;
- color: #ffffff;
- border-color: #c27baa;
-}
-.btn-template-transparent-primary {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- background-image: none;
-}
-.btn-template-transparent-primary.disabled,
-.btn-template-transparent-primary[disabled],
-fieldset[disabled] .btn-template-transparent-primary,
-.btn-template-transparent-primary.disabled:hover,
-.btn-template-transparent-primary[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-primary:hover,
-.btn-template-transparent-primary.disabled:focus,
-.btn-template-transparent-primary[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-primary:focus,
-.btn-template-transparent-primary.disabled:active,
-.btn-template-transparent-primary[disabled]:active,
-fieldset[disabled] .btn-template-transparent-primary:active,
-.btn-template-transparent-primary.disabled.active,
-.btn-template-transparent-primary[disabled].active,
-fieldset[disabled] .btn-template-transparent-primary.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active {
- background: #fff;
- color: #c27baa;
- border-color: #fff;
-}
-.btn-template-transparent-black {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- background-image: none;
-}
-.btn-template-transparent-black.disabled,
-.btn-template-transparent-black[disabled],
-fieldset[disabled] .btn-template-transparent-black,
-.btn-template-transparent-black.disabled:hover,
-.btn-template-transparent-black[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-black:hover,
-.btn-template-transparent-black.disabled:focus,
-.btn-template-transparent-black[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-black:focus,
-.btn-template-transparent-black.disabled:active,
-.btn-template-transparent-black[disabled]:active,
-fieldset[disabled] .btn-template-transparent-black:active,
-.btn-template-transparent-black.disabled.active,
-.btn-template-transparent-black[disabled].active,
-fieldset[disabled] .btn-template-transparent-black.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active {
- background: #fff;
- color: #000;
- border-color: #fff;
-}
-.btn-template-primary {
- color: #ffffff;
- background-color: #c27baa;
- border-color: #c27baa;
-}
-.btn-template-primary:hover,
-.btn-template-primary:focus,
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- color: #ffffff;
- background-color: #b25894;
- border-color: #af518f;
-}
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- background-image: none;
-}
-.btn-template-primary.disabled,
-.btn-template-primary[disabled],
-fieldset[disabled] .btn-template-primary,
-.btn-template-primary.disabled:hover,
-.btn-template-primary[disabled]:hover,
-fieldset[disabled] .btn-template-primary:hover,
-.btn-template-primary.disabled:focus,
-.btn-template-primary[disabled]:focus,
-fieldset[disabled] .btn-template-primary:focus,
-.btn-template-primary.disabled:active,
-.btn-template-primary[disabled]:active,
-fieldset[disabled] .btn-template-primary:active,
-.btn-template-primary.disabled.active,
-.btn-template-primary[disabled].active,
-fieldset[disabled] .btn-template-primary.active {
- background-color: #c27baa;
- border-color: #c27baa;
-}
-.btn-template-primary .badge {
- color: #c27baa;
- background-color: #ffffff;
-}
-#intro {
- background: url('../img/home.jpg') no-repeat center top;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-#intro .item {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- height: 100%;
-}
-#intro .item h1 {
- text-transform: uppercase;
- font-size: 50px;
- color: #fff;
- margin-bottom: 40px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #intro .item h1 {
- font-size: 40px;
- }
-}
-@media (max-width: 767px) {
- #intro .item h1 {
- font-size: 25px;
- }
-}
-#intro .item h3 {
- color: #fff;
- margin-bottom: 40px;
-}
-@media (max-width: 767px) {
- #intro .item h3 {
- font-size: 15px;
- margin-bottom: 20px;
- }
-}
-#intro .item .btn {
- text-transform: none;
-}
-@media (max-width: 991px) {
- #intro .item .btn {
- font-size: 14px;
- }
-}
-@media (max-width: 991px) {
- #intro .item .carousel-caption {
- left: 10%;
- right: 10%;
- }
-}
-#intro .container,
-#intro .row {
- height: 100%;
- position: relative;
-}
-.jumbotron {
- padding: 30px;
- margin-bottom: 0;
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.jumbotron .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #c27baa;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3,
-.jumbotron p,
-.jumbotron ul {
- color: #fff;
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3 {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.jumbotron p {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 400;
-}
-.jumbotron p.text-uppercase {
- font-weight: 700;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron {
- border-radius: 0;
-}
-.jumbotron .container {
- max-width: 100%;
- z-index: 2;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron {
- padding-left: 60px;
- padding-right: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 46px;
- }
-}
-#categoryMenu h3 {
- padding: 20px;
- background: #f7f7f7;
- margin: 0;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu h3 {
- padding: 5px 0;
- margin: 0;
-}
-.panel.sidebar-menu {
- background: #fff;
- margin: 0 0 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.panel.sidebar-menu .panel-heading {
- text-transform: uppercase;
- margin-bottom: 10px;
- background: none;
- padding: 0;
- letter-spacing: 0.08em;
- border-bottom: none;
-}
-.panel.sidebar-menu .panel-heading h1,
-.panel.sidebar-menu .panel-heading h2,
-.panel.sidebar-menu .panel-heading h3,
-.panel.sidebar-menu .panel-heading h4,
-.panel.sidebar-menu .panel-heading h5 {
- display: inline-block;
- border-bottom: solid 5px #c27baa;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
-}
-.panel.sidebar-menu .panel-heading .btn.btn-danger {
- color: #fff;
- margin-top: 5px;
-}
-.panel.sidebar-menu .panel-body {
- padding: 0;
-}
-.panel.sidebar-menu .panel-body span.colour {
- display: inline-block;
- width: 15px;
- height: 15px;
- border: solid 1px #555555;
- vertical-align: top;
- margin-top: 2px;
- margin-left: 5px;
-}
-.panel.sidebar-menu .panel-body span.colour.white {
- background: #fff;
-}
-.panel.sidebar-menu .panel-body span.colour.red {
- background: red;
-}
-.panel.sidebar-menu .panel-body span.colour.green {
- background: green;
-}
-.panel.sidebar-menu .panel-body span.colour.blue {
- background: blue;
-}
-.panel.sidebar-menu .panel-body span.colour.yellow {
- background: yellow;
-}
-.panel.sidebar-menu .panel-body label {
- color: #999999;
- font-size: 12px;
-}
-.panel.sidebar-menu .panel-body label:hover {
- color: #555555;
-}
-.panel.sidebar-menu ul.nav.category-menu {
- margin-bottom: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu ul.nav.category-menu li a {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.panel.sidebar-menu ul.nav ul {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.nav ul li {
- display: block;
-}
-.panel.sidebar-menu ul.nav ul li a {
- position: relative;
- font-family: "Times New Roman", Times, serif;
- font-weight: normal;
- text-transform: none !important;
- display: block;
- padding: 10px 15px;
- padding-left: 30px;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.nav ul li a:hover,
-.panel.sidebar-menu ul.nav ul li a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-.panel.sidebar-menu ul.tag-cloud {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.tag-cloud li {
- display: inline-block;
-}
-.panel.sidebar-menu ul.tag-cloud li a {
- display: inline-block;
- padding: 5px;
- border: solid 1px #eeeeee;
- border-radius: 0;
- color: #c27baa;
- margin: 5px 5px 5px 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 700;
- font-size: 12px;
-}
-.panel.sidebar-menu ul.tag-cloud li a:hover {
- color: #c27baa;
- text-decoration: none;
- border-color: #c27baa;
-}
-.panel.sidebar-menu ul.popular,
-.panel.sidebar-menu ul.recent {
- list-style: none;
- padding-left: 0;
- padding: 20px 0;
-}
-.panel.sidebar-menu ul.popular li,
-.panel.sidebar-menu ul.recent li {
- margin-bottom: 10px;
- padding: 5px 0;
- border-bottom: dotted 1px #eeeeee;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li img,
-.panel.sidebar-menu ul.recent li img {
- width: 50px;
- margin-right: 10px;
-}
-.panel.sidebar-menu ul.popular li h5,
-.panel.sidebar-menu ul.recent li h5 {
- margin: 0 0 10px;
-}
-.panel.sidebar-menu ul.popular li h5 a,
-.panel.sidebar-menu ul.recent li h5 a {
- font-weight: normal;
-}
-.panel.sidebar-menu ul.popular li p.date,
-.panel.sidebar-menu ul.recent li p.date {
- float: right;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.popular li:last-child,
-.panel.sidebar-menu ul.recent li:last-child {
- border-bottom: none;
-}
-.panel.sidebar-menu .text-widget {
- font-size: 12px;
-}
-.panel.sidebar-menu.with-icons ul.nav li a:after {
- font-family: 'FontAwesome';
- content: "\f105";
- position: relative;
- top: 0;
- float: right;
-}
-/* ribbons for product sales etc. */
-.ribbon {
- position: absolute;
- top: 50px;
- padding-left: 51px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.ribbon .ribbon-background {
- position: absolute;
- top: 0;
- right: 0;
-}
-.ribbon .theribbon {
- position: relative;
- width: 80px;
- padding: 6px 20px 6px 20px;
- margin: 30px 10px 10px -71px;
- color: #fff;
- background-color: #c27baa;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.ribbon .theribbon:before,
-.ribbon .theribbon:after {
- content: ' ';
- position: absolute;
- width: 0;
- height: 0;
-}
-.ribbon .theribbon:after {
- left: 0px;
- top: 100%;
- border-width: 5px 10px;
- border-style: solid;
- border-color: #000000 #000000 transparent transparent;
-}
-.ribbon.sale {
- top: 0;
-}
-.ribbon.new {
- top: 50px;
-}
-.ribbon.new .theribbon {
- background-color: #5bc0de;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.new .theribbon:after {
- border-color: #2390b0 #2390b0 transparent transparent;
-}
-.ribbon.gift {
- top: 100px;
-}
-.ribbon.gift .theribbon {
- background-color: #5cb85c;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.gift .theribbon:after {
- border-color: #357935 #357935 transparent transparent;
-}
-.owl-carousel .owl-controls .owl-page.active span,
-.owl-theme .owl-controls .owl-page.active span,
-.owl-carousel .owl-controls.clickable .owl-page:hover span,
-.owl-theme .owl-controls.clickable .owl-page:hover span {
- background: #c27baa;
-}
-.owl-carousel .owl-controls .owl-buttons,
-.owl-theme .owl-controls .owl-buttons {
- position: absolute;
- top: 5px;
- right: 0;
-}
-.owl-carousel .owl-controls .owl-buttons div,
-.owl-theme .owl-controls .owl-buttons div {
- width: 26px;
- height: 26px;
- line-height: 25px;
- margin: 0 5px 0 0;
- font-size: 18px;
- color: #c27baa;
- padding: 0;
- background: #fff;
- border-radius: 13px;
- vertical-align: middle;
- text-align: center;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-.home-carousel {
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.home-carousel .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #c27baa;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.home-carousel .owl-carousel {
- padding-top: 60px;
- padding-bottom: 20px;
-}
-.home-carousel .owl-theme .owl-controls .owl-page span {
- background: #666;
-}
-.home-carousel .owl-theme .owl-controls .owl-page.active span {
- background: #fff;
-}
-.home-carousel .owl-theme .owl-controls .owl-page:hover span {
- background: #fff;
-}
-@media (max-width: 767px) {
- .home-carousel {
- text-align: center !important;
- }
-}
-@media (min-width: 992px) {
- .home-carousel .right {
- text-align: right;
- }
-}
-.home-carousel h1,
-.home-carousel h2,
-.home-carousel h3,
-.home-carousel p,
-.home-carousel ul {
- color: #fff;
-}
-.home-carousel h1 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 46px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .home-carousel h1 {
- font-size: 36px;
- }
-}
-.home-carousel h2 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 40px;
- letter-spacing: 0.08em;
-}
-.home-carousel ul,
-.home-carousel p {
- font-size: 18px;
- font-weight: 700;
- padding: 0;
- text-transform: uppercase;
- letter-spacing: 0.10em;
-}
-@media (max-width: 991px) {
- .home-carousel ul,
- .home-carousel p {
- font-size: 14px;
- }
-}
-.home-carousel ul li {
- margin-bottom: 10px;
-}
-.customers {
- padding: 0;
- margin-bottom: 40px;
-}
-.customers .item {
- list-style-type: none;
- text-align: center;
- margin: 0 20px;
-}
-.customers .item img {
- display: inline-block;
- filter: url("data:image/svg+xml;utf8, #grayscale");
- /* Firefox 10+, Firefox on Android */
- filter: gray;
- /* IE6-9 */
- -webkit-filter: grayscale(100%);
- /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.customers .item img:hover {
- max-width: auto;
- filter: none;
- -webkit-filter: none;
-}
-.testimonials {
- padding: 0;
- margin-bottom: 40px;
-}
-.testimonials .item {
- list-style-type: none;
- margin: 0 5px;
- background: #fff;
- padding-bottom: 60px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.testimonials .item .testimonial {
- position: relative;
- padding: 20px;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial .text {
- color: #999999;
- margin-bottom: 40px;
-}
-.testimonials .item .testimonial .bottom {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px;
- height: 50px;
-}
-.testimonials .item .testimonial .bottom .icon {
- color: #c27baa;
- font-size: 30px;
- float: left;
- width: 20%;
-}
-.testimonials .item .testimonial .name-picture {
- float: right;
- width: 80%;
- text-align: right;
-}
-.testimonials .item .testimonial .name-picture h5 {
- font-size: 14px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.testimonials .item .testimonial .name-picture p {
- color: #999999;
- margin: 0;
- font-size: 12px;
-}
-.testimonials .item .testimonial .name-picture img {
- float: right;
- width: 60px;
- border-radius: 30px;
- margin-left: 10px;
-}
-.team-member {
- text-align: center;
- margin-bottom: 40px;
-}
-.team-member h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 5px;
- letter-spacing: 0.08em;
-}
-.team-member h3 a {
- color: #555555;
-}
-.team-member p.role {
- color: #999999;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.team-member .social {
- margin-bottom: 20px;
-}
-.team-member .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email {
- background-color: #4a7f45;
-}
-.team-member .text p {
- color: #999999;
- font-size: 12px;
-}
-.team-member .social,
-.team-member-detail .social {
- margin-bottom: 20px;
-}
-.team-member .social a,
-.team-member-detail .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i,
-.team-member-detail .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook,
-.team-member-detail .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus,
-.team-member-detail .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter,
-.team-member-detail .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram,
-.team-member-detail .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email,
-.team-member-detail .social a.email {
- background-color: #4a7f45;
-}
-.box-simple {
- text-align: center;
- margin-bottom: 40px;
-}
-.box-simple .icon {
- color: #c27baa;
- border-color: #c27baa;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.box-simple h3 {
- font-weight: normal;
- font-size: 18px;
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-simple h3 a {
- color: #555555;
-}
-.box-simple p {
- color: #999999;
-}
-.box-simple:hover .icon {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.box-simple:hover .icon i {
- -webkit-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- transform: scale(1, 1);
-}
-.box-simple.box-white {
- padding: 20px;
- border: dotted 1px #999999;
-}
-.box-simple.box-white .icon {
- color: #555555;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark {
- padding: 20px;
- border: dotted 1px #999999;
- background: #555555;
- color: #fff;
-}
-.box-simple.box-dark .icon {
- color: #f7f7f7;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark h3 {
- color: #fff;
-}
-.box-simple.box-dark h3 a {
- color: #fff;
-}
-.box-simple.box-dark p {
- color: #fff;
-}
-.box-image {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #c27baa;
-}
-.box-image .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-.box-image-text {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image-text .top {
- position: relative;
- margin-bottom: 10px;
-}
-.box-image-text .top .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #c27baa;
-}
-.box-image-text .top .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .top .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image-text .top .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image-text .top .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .content h3,
-.box-image-text .content h4 {
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-image-text .content p {
- color: #999999;
-}
-.box-image-text:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image-text:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image-text:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-/* universal box */
-.box {
- background: #fff;
- margin: 0 0 30px;
- border: solid 1px #ccc;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 0;
- border-left: none;
- border-right: none;
-}
-.box .box-header {
- background: #f7f7f7;
- margin: -20px 0 20px;
- padding: 20px;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-footer {
- background: #f7f7f7;
- margin: 30px 0 -20px;
- padding: 20px;
- border-top: solid 1px #eeeeee;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-@media (max-width: 991px) {
- .box .box-footer .btn {
- margin-bottom: 20px;
- }
-}
-.box.no-border {
- border: none;
-}
-#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
- padding: 20px 0;
- margin-bottom: 40px;
-}
-#heading-breadcrumbs.no-mb {
- margin-bottom: 0;
-}
-#heading-breadcrumbs h1 {
- color: #333333;
- text-transform: uppercase;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #heading-breadcrumbs h1 {
- text-align: center;
- }
-}
-#heading-breadcrumbs ul.breadcrumb {
- margin-top: 5px;
- margin-bottom: 0;
-}
-.bar {
- position: relative;
- background: #c27baa;
- padding: 60px 0;
-}
-.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
- border-top: solid 1px #999999;
- border-bottom: solid 1px #999999;
-}
-.bar.background-gray {
- background: #eeeeee;
-}
-.bar.background-gray-dark {
- background: #555555;
-}
-.bar.background-white {
- background: #fff;
-}
-.bar.background-image-fixed-1 {
- background: url('../img/fixed-background-1.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.background-image-fixed-2 {
- background: url('../img/fixed-background-2.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.color-white h1,
-.bar.color-white h2,
-.bar.color-white h3,
-.bar.color-white h4,
-.bar.color-white h5,
-.bar.color-white h6,
-.bar.color-white p {
- color: #fff;
-}
-.bar.padding-big {
- padding: 50px 0;
-}
-.bar.padding-horizontal {
- padding-left: 30px;
- padding-right: 30px;
-}
-.bar.margin-vertical {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.bar .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-.portfolio.no-space {
- padding: 0 15px;
-}
-.portfolio.no-space .box-image {
- margin: 0 -15px;
-}
-.portfolio-project .project-more h4 {
- color: #555555;
- text-transform: uppercase;
- margin-bottom: 0;
- text-align: left;
- font-size: 14px;
- letter-spacing: 0.08em;
-}
-.portfolio-project .project-more p {
- color: #999999;
- padding: 10px 0;
- margin-bottom: 20px;
- text-align: left;
-}
-.portfolio-showcase {
- margin: 15px 0 60px;
-}
-.portfolio-showcase h3 a {
- text-transform: uppercase;
- line-height: 1.5;
- letter-spacing: 0.08em;
-}
-.portfolio-showcase p.lead {
- color: #555555;
- margin-bottom: 20px;
-}
-.portfolio-showcase p {
- color: #999999;
-}
-.portfolio-showcase p.buttons {
- margin-top: 40px;
-}
-.see-more {
- text-align: center;
- margin-top: 20px;
- padding-top: 20px;
-}
-.see-more p {
- font-size: 28px;
- font-weight: 100;
- margin-bottom: 20px;
-}
-.showcase .item {
- text-align: center;
-}
-.showcase .item .icon {
- display: inline-block;
- width: 50px;
- height: 50px;
- color: #555555;
- line-height: 50px;
- border-radius: 25px;
- border: solid 1px #555555;
-}
-.showcase .item h4 {
- color: #555555;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- line-height: 1.5;
- font-size: 16px;
-}
-.showcase .item h4 span {
- font-weight: bold;
- font-size: 51px;
-}
-.packages .package {
- background: #fff;
- margin-top: 25px;
- margin-bottom: 20px;
- padding-bottom: 15px;
- text-align: center;
- border: solid 1px #c27baa;
- overflow: hidden;
-}
-.packages .package .package-header {
- height: 57px;
- color: #fff;
- line-height: 57px;
- background: #c27baa;
-}
-.packages .package .package-header h5 {
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 57px;
- margin: 0;
- letter-spacing: 0.08em;
-}
-.packages .package .package-header.light-gray {
- background: #eeeeee;
-}
-.packages .package .package-header.light-gray h5 {
- color: #555555;
-}
-.packages .package .price {
- line-height: 120px;
- height: 100px;
- color: #fff;
- font-weight: 400;
-}
-.packages .package .price h4 {
- display: inline;
- font-size: 50px;
- line-height: normal;
- margin-bottom: 0;
-}
-.packages .package .price .period {
- line-height: normal;
- color: #999999;
-}
-.packages .package ul {
- padding: 0;
-}
-.packages .package ul li {
- list-style-type: none;
- padding-top: 10px;
- padding-bottom: 10px;
- width: 80%;
- margin: auto;
- border-bottom: 1px dotted #ccc;
-}
-.packages .package ul li:last-child {
- border-bottom: 0;
-}
-.packages .package ul li i {
- font-size: 13px;
- margin-right: 5px;
-}
-.packages .best-value .package {
- margin-top: 0;
- padding-bottom: 40px;
-}
-.packages .best-value .package .package-header {
- height: 72px;
- padding-top: 17px;
- height: 82px !important;
-}
-.packages .best-value .package .package-header h5 {
- font-weight: bold;
- line-height: 29px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.packages .best-value .package .package-header .meta-text {
- font-size: 13px;
- line-height: 15px;
-}
-#map {
- height: 300px;
-}
-#map.with-border {
- border-top: solid 1px #c27baa;
- border-bottom: solid 1px #c27baa;
-}
-#blog-listing-big .post,
-#blog-homepage .post {
- margin-bottom: 60px;
-}
-#blog-listing-big .post h2,
-#blog-homepage .post h2,
-#blog-listing-big .post h4,
-#blog-homepage .post h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post h2 a,
-#blog-homepage .post h2 a,
-#blog-listing-big .post h4 a,
-#blog-homepage .post h4 a {
- color: #555555;
-}
-#blog-listing-big .post h2 a:hover,
-#blog-homepage .post h2 a:hover,
-#blog-listing-big .post h4 a:hover,
-#blog-homepage .post h4 a:hover {
- color: #c27baa;
-}
-#blog-listing-big .post .author-category,
-#blog-homepage .post .author-category {
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post .author-category a,
-#blog-homepage .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-big .post .date-comments a,
-#blog-homepage .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-big .post .date-comments a:hover,
-#blog-homepage .post .date-comments a:hover {
- color: #c27baa;
-}
-@media (min-width: 768px) {
- #blog-listing-big .post .date-comments,
- #blog-homepage .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-big .post .intro,
-#blog-homepage .post .intro {
- text-align: left;
-}
-#blog-listing-big .post .image,
-#blog-homepage .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-big .post .image img,
-#blog-homepage .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-big .post .image img.img-responsive,
- #blog-homepage .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-big .post .video,
-#blog-homepage .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-big .post .read-more,
-#blog-homepage .post .read-more {
- text-align: right;
-}
-#blog-listing-medium .post {
- margin-bottom: 60px;
-}
-#blog-listing-medium .post h2 {
- text-transform: uppercase;
- margin: 0 0 10px;
- font-size: 24px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post h2 a {
- color: #555555;
-}
-#blog-listing-medium .post h2 a:hover {
- color: #c27baa;
-}
-#blog-listing-medium .post .author-category {
- float: left;
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 12px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-medium .post .date-comments {
- float: right;
- font-size: 12px;
-}
-#blog-listing-medium .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-medium .post .date-comments a:hover {
- color: #c27baa;
-}
-@media (min-width: 768px) {
- #blog-listing-medium .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-medium .post .intro {
- text-align: left;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-medium .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-medium .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-medium .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-medium .post .read-more {
- text-align: right;
-}
-.box-image-text.blog .author-category {
- color: #999999;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 300;
- font-size: 12px;
-}
-.box-image-text.blog .author-category a {
- font-weight: 500;
-}
-.box-image-text.blog .intro {
- text-align: left;
- margin-bottom: 20px;
-}
-#blog-homepage .post {
- margin-bottom: 30px;
-}
-#blog-homepage .post h2,
-#blog-homepage .post h4,
-#blog-homepage .post .author-category,
-#blog-homepage .post .read-more {
- text-align: center;
-}
-#blog-homepage .post .read-more {
- margin-top: 20px;
-}
-#blog-post #post-content {
- margin-bottom: 20px;
-}
-#blog-post .comment {
- margin-bottom: 25px;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment .posted {
- color: #999999;
- font-size: 12px;
-}
-#blog-post .comment .reply {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#blog-post .comment.last {
- margin-bottom: 0;
-}
-#blog-post #comments,
-#blog-post #comment-form {
- padding: 20px 0;
- margin-top: 20px;
- border-top: solid 1px #eeeeee;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments h4,
-#blog-post #comment-form h4 {
- margin-bottom: 20px;
-}
-#blog-post #comment-form {
- margin-bottom: 20px;
-}
-.product {
- background: #fff;
- border-bottom: solid 1px #e6e6e6;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 60px;
- overflow: hidden;
- text-align: center;
-}
-.product .image {
- overflow: hidden;
-}
-.product .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .product .image img.img-responsive {
- min-width: 100%;
- }
-}
-.product .text {
- padding: 10px;
-}
-.product .text h3 {
- font-size: 14px;
- font-weight: 700;
- height: 39.6px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.product .text h3 a {
- color: #555555;
-}
-.product .text h3 a:hover {
- text-decoration: none;
-}
-.product .text p.price {
- font-size: 18px;
-}
-.product .text p.price del {
- color: #999999;
-}
-.product .buttons {
- clear: both;
- position: absolute;
- display: none;
- bottom: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- border: solid 1px transparent;
- padding: 20px;
- background: rgba(255, 255, 255, 0.9);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- text-align: center;
-}
-.product .buttons .btn {
- margin-bottom: 20px;
-}
-.product:hover {
- border-bottom: solid 1px #808080;
- top: 0;
-}
-.product:hover .buttons {
- clear: both;
- position: absolute;
- top: 0;
- background: rgba(255, 255, 255, 0.5);
-}
-.product:hover .image img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.goToDescription {
- font-size: 12px;
- text-align: center;
- margin-bottom: 40px;
-}
-.goToDescription a {
- color: #999999;
- text-decoration: underline;
-}
-#productMain {
- margin-bottom: 30px;
-}
-#productMain .sizes {
- text-align: center;
-}
-#productMain .sizes h3 {
- font-weight: 700;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- margin-bottom: 40px;
-}
-#productMain .sizes a {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 40px;
- background: #ccc;
- line-height: 40px;
- color: #555555;
- text-align: center;
- text-decoration: none;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#productMain .sizes a.active,
-#productMain .sizes a:hover {
- background: #c27baa;
- color: #fff;
-}
-#productMain .sizes input {
- display: none;
-}
-#productMain .price {
- font-size: 40px;
- text-align: center;
- margin-top: 40px;
- margin-bottom: 40px;
-}
-#thumbs a {
- display: block;
- border: solid 1px transparent;
-}
-#thumbs a.active {
- border-color: #c27baa;
-}
-#product-social {
- text-align: center;
-}
-#product-social h4 {
- font-weight: 300;
- margin-bottom: 10px;
-}
-#product-social p {
- line-height: 26px;
-}
-#product-social p a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-#product-social p a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-#product-social p a.facebook {
- background-color: #4460ae;
-}
-#product-social p a.gplus {
- background-color: #c21f25;
-}
-#product-social p a.twitter {
- background-color: #3cf;
-}
-#product-social p a.instagram {
- background-color: #cd4378;
-}
-#product-social p a.email {
- background-color: #4a7f45;
-}
-@media (max-width: 991px) {
- #product-social {
- text-align: center;
- }
-}
-#checkout .nav {
- margin-bottom: 20px;
- border-bottom: solid 1px #c27baa;
-}
-#checkout .nav li {
- height: 100%;
-}
-#checkout .nav li a {
- display: block;
- height: 100%;
-}
-#order-summary table {
- margin-top: 20px;
-}
-#order-summary table td {
- color: #999999;
-}
-#order-summary table tr.total td,
-#order-summary table tr.total th {
- font-size: 18px;
- color: #555555;
- font-weight: 700;
-}
-#checkout .table tbody tr td,
-#basket .table tbody tr td,
-#customer-order .table tbody tr td {
- vertical-align: middle;
-}
-#checkout .table tbody tr td input,
-#basket .table tbody tr td input,
-#customer-order .table tbody tr td input {
- width: 50px;
- text-align: right;
-}
-#checkout .table tbody tr td img,
-#basket .table tbody tr td img,
-#customer-order .table tbody tr td img {
- width: 50px;
-}
-#checkout .table tfoot,
-#basket .table tfoot,
-#customer-order .table tfoot {
- font-size: 18px;
-}
-.shipping-method h4,
-.payment-method h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#customer-orders table tr th,
-#customer-orders table tr td {
- vertical-align: baseline;
-}
-#customer-order .table tfoot th {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-order .addresses {
- text-align: right;
- margin-bottom: 30px;
-}
-#customer-order .addresses p {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-account {
- margin-bottom: 30px;
-}
-#get-it {
- background: #c27baa;
- padding: 50px 0 30px;
- color: #fff;
- text-align: center;
-}
-#get-it h1,
-#get-it h2,
-#get-it h3,
-#get-it h4,
-#get-it h5,
-#get-it h6 {
- color: #fff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- margin: 0 0 20px;
-}
-#get-it p {
- margin: 0 0 20px;
-}
-#footer {
- background: #555555;
- padding: 50px 0;
- color: #999999;
-}
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6 {
- color: #eeeeee;
-}
-#footer h4 {
- font-size: 14px;
- font-weight: 800;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#footer ul {
- padding-left: 0;
- list-style: none;
-}
-#footer ul a {
- color: #999999;
-}
-#footer ul a:hover {
- color: #c27baa;
- text-decoration: none;
-}
-#footer .photostream div {
- float: left;
- display: block;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 33%;
- padding: 7.5px;
- overflow: hidden;
-}
-#footer .photostream div a {
- border: solid 1 px #eeeeee;
-}
-#footer .photostream div img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#footer .photostream div:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-#footer .blog-entries .item {
- clear: both;
- padding: 5px 0;
- margin-bottom: 10px;
- border-bottom: solid 1px #555555;
-}
-#footer .blog-entries .item .image {
- float: left;
- width: 15%;
- margin-right: 10px;
-}
-#footer .blog-entries .item .name {
- width: 75%;
- margin-left: 10px;
- display: table-cell;
- vertical-align: middle;
-}
-#footer .blog-entries .item .name h5 {
- margin: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-size: 12px;
-}
-#footer .blog-entries .item .name h5 a {
- color: #eeeeee;
-}
-#footer .blog-entries .item .text {
- width: 100%;
- clear: both;
-}
-#footer .blog-entries .item:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-#footer .social a {
- color: #555555;
- font-size: 25px;
- margin: 0 10px 0 0;
-}
-#footer .social a:hover {
- color: #c27baa;
-}
-#copyright {
- background: #333;
- color: #ccc;
- padding: 50px 0;
- font-size: 12px;
- line-height: 28px;
-}
-#copyright p {
- margin: 0;
-}
-@media (max-width: 991px) {
- #copyright p {
- float: none !important;
- text-align: center;
- margin-bottom: 10px;
- }
-}
-[data-animate] {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-#style-switch-button {
- position: fixed;
- top: 100px;
- left: 0px;
- border-radius: 0;
-}
-#style-switch {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 300px;
- padding: 20px;
- position: fixed;
- top: 140px;
- left: 0;
- background: #fff;
- border: solid 1px #eeeeee;
-}
-@media (max-width: 991px) {
- #style-switch-button {
- display: none;
- }
- #style-switch {
- display: none;
- }
-}
-/* Original Boostrap template overwrite */
-/* breadcrumbs */
-.breadcrumb {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- background-color: none;
- letter-spacing: 0.08em;
-}
-/* nav */
-.nav > li > a {
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: #eeeeee;
-}
-.nav > li.disabled > a {
- color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #999999;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eeeeee;
- border-color: #c27baa;
-}
-.nav-tabs {
- border-bottom: 1px solid #c27baa;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eeeeee #eeeeee #c27baa;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #c27baa;
- border-bottom-color: transparent;
- cursor: default;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: solid 1px #c27baa;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #c27baa;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #c27baa;
- border-radius: 0 0 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 0;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #ffffff;
- background-color: #c27baa;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
- border-bottom: solid 1px #c27baa;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #c27baa;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #c27baa;
- border-radius: 0 0 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.tab-content {
- padding: 15px;
- border: solid 1px #ddd;
- border-top: none;
-}
-/* navbar */
-.navbar {
- position: relative;
- min-height: 62px;
- margin-bottom: 0;
- border-bottom: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 0px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- overflow-x: visible;
- padding-right: 15px;
- padding-left: 15px;
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-left: 0;
- padding-right: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-affixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-affixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- padding: 10px 15px;
- font-size: 18px;
- line-height: 20px;
- height: 62px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- margin-right: 15px;
- padding: 9px 10px;
- margin-top: 14px;
- margin-bottom: 14px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 0;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-nav {
- margin: 10.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 21px;
- padding-bottom: 21px;
- }
- .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- }
-}
-.navbar-form {
- margin-left: -15px;
- margin-right: -15px;
- padding: 10px 15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 14px;
- margin-bottom: 14px;
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- border: 0;
- margin-left: 0;
- margin-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-form.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-btn.btn-sm {
- margin-top: 16px;
- margin-bottom: 16px;
-}
-.navbar-btn.btn-xs {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.navbar-text {
- margin-top: 21px;
- margin-bottom: 21px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-left: 15px;
- margin-right: 15px;
- }
- .navbar-text.navbar-right:last-child {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #ffffff;
- border-color: #cccccc;
- border-bottom: none;
-}
-.navbar-default .navbar-brand {
- color: #555555;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #3b3b3b;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #555555;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #555555;
- background-color: #e2c1d7;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #ffffff;
- background-color: #c27baa;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #c27baa;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #cccccc;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- background-color: #c27baa;
- color: #ffffff;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #555555;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #c27baa;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ffffff;
- background-color: #c27baa;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #555555;
-}
-.navbar-default .navbar-link:hover {
- color: #555555;
-}
-.navbar-default .btn-link {
- color: #555555;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #555555;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #cccccc;
-}
-/* scaffolding */
-body {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555555;
-}
-a {
- color: #c27baa;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #a44c87;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.img-rounded {
- border-radius: 0;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eeeeee;
-}
-/* breadcrumbs */
-.breadcrumb {
- padding: 20px 0;
- margin-bottom: 20px;
- background-color: transparent;
- border-radius: 0;
- text-align: right;
-}
-.breadcrumb > li + li:before {
- content: ">\00a0";
- color: #555555;
-}
-.breadcrumb > .active {
- color: #999999;
-}
-@media (max-width: 991px) {
- .breadcrumb {
- padding: 20px 0;
- text-align: center;
- }
-}
-/* dropdowns */
-.dropdown-menu {
- z-index: 1000;
- font-size: 14px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- padding: 5px 20px;
- line-height: 1.42857143;
- color: #333333;
- white-space: nowrap;
-}
-/* labels */
-.label {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-/* forms.less */
-label {
- font-weight: normal;
-}
-.form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
-}
-.form-control:focus {
- border-color: #c27baa;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194, 123, 170, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(194, 123, 170, 0.6);
-}
-.form-group {
- margin-bottom: 20px;
-}
-/* pager*/
-.pager {
- margin: 20px 0;
- border-top: solid 1px #eeeeee;
- padding-top: 20px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- background-color: #ffffff;
- border: 1px solid #c27baa;
- border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- color: #fff;
- background-color: #c27baa;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- border-color: #ddd;
-}
-/* pagination */
-.pagination {
- margin: 20px 0;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- border-radius: 0;
-}
-.pagination > li > a,
-.pagination > li > span {
- padding: 6px 12px;
- line-height: 1.42857143;
- text-decoration: none;
- color: #c27baa;
- background-color: #ffffff;
- border: 1px solid #dddddd;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- color: #c27baa;
- background-color: #f2e4ed;
- border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #ffffff;
- background-color: #c27baa;
- border-color: #c27baa;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #999999;
- background-color: #ffffff;
- border-color: #dddddd;
-}
-/* responsive utilities */
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center !important;
- }
- .text-center-xs img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .text-center-sm {
- text-align: center !important;
- }
- .text-center-sm img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-/* type */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: 900;
- line-height: 1.1;
- color: #333333;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 18px;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-.text-small {
- font-size: 12px;
-}
-.text-large {
- font-size: 18px;
-}
-.text-italic {
- font-style: italic;
-}
-.text-primary {
- color: #c27baa;
-}
-a.text-primary:hover {
- color: #b25894;
-}
-.bg-primary {
- color: #fff;
- background-color: #c27baa;
-}
-a.bg-primary:hover {
- background-color: #b25894;
-}
-abbr[title],
-abbr[data-original-title] {
- border-bottom: 1px dotted #999999;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 14px;
- border-left: 5px solid #c27baa;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- border-right: 5px solid #c27baa;
-}
-address {
- margin-bottom: 20px;
- line-height: 1.42857143;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #ffffff;
- border: 1px solid transparent;
- border-radius: 0;
- -webkit-box-shadow: 0 0 0;
- box-shadow: 0 0 0;
-}
-.panel-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 15px 15px;
-}
-.progress {
- overflow: hidden;
- height: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group.accordion .panel {
- border-color: #ccc;
-}
-.panel-primary {
- border-color: #c27baa;
-}
-.panel-primary > .panel-heading {
- color: #ffffff;
- background-color: #c27baa;
- border-color: #c27baa;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #c27baa;
-}
-.panel-primary > .panel-heading .badge {
- color: #c27baa;
- background-color: #ffffff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #c27baa;
-}
-.panel-primary .panel-title {
- font-weight: 300;
-}
-.panel-primary .panel-title a:hover {
- color: #fff;
- text-decoration: none;
-}
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #c27baa;
- background-color: #ffffff;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.progress-bar-primary {
- background-color: #c27baa;
-}
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-/*!
- * Yamm!3 - Yet another megamenu for Bootstrap 3
- * http://geedmo.github.com/yamm3
- *
- * @geedmo - Licensed under the MIT license
- */
-.yamm .nav,
-.yamm .collapse,
-.yamm .dropup.use-yamm,
-.yamm .dropdown.use-yamm {
- position: static;
-}
-.yamm .container {
- position: relative;
-}
-.yamm .dropdown-menu {
- left: auto;
-}
-.yamm .nav.navbar-right .dropdown-menu {
- left: auto;
- right: 0;
-}
-.yamm .yamm-content {
- padding: 20px 30px;
-}
-.yamm .dropdown.yamm-fw .dropdown-menu {
- left: 15px;
- right: 15px;
-}
diff --git a/themes/hugo-universal-theme/static/css/style.red.css b/themes/hugo-universal-theme/static/css/style.red.css
deleted file mode 100644
index c9f0567..0000000
--- a/themes/hugo-universal-theme/static/css/style.red.css
+++ /dev/null
@@ -1,3557 +0,0 @@
-.clearfix:before,
-.clearfix:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after {
- content: " ";
- display: table;
-}
-.clearfix:after,
-.navbar:after,
-.navbar-header:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
- visibility: hidden !important;
-}
-.affix {
- position: fixed;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-/* general styles */
-a,
-button {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
-.clickable {
- cursor: pointer !important;
-}
-.required {
- color: #da4d4d;
-}
-.accent {
- color: #da4d4d;
-}
-.text-uppercase {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .text-center-sm {
- text-align: center;
- }
-}
-p.lead {
- margin-bottom: 40px;
-}
-section,
-div.section {
- margin-bottom: 40px;
-}
-.no-mb {
- margin-bottom: 0 !important;
-}
-.mb-small {
- margin-bottom: 20px !important;
-}
-.heading {
- margin-bottom: 40px;
-}
-.heading h1,
-.heading h2,
-.heading h3,
-.heading h4,
-.heading h5 {
- display: inline-block;
- border-bottom: solid 5px #da4d4d;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
- display: inline-block;
- background: #da4d4d;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- text-align: center;
- color: #fff;
- font-size: 12px;
- line-height: 30px;
- border-radius: 15px;
-}
-.icon {
- display: inline-block;
- width: 80px;
- height: 80px;
- color: #fff;
- line-height: 80px;
- border-radius: 40px;
- border: solid 1px #fff;
- font-size: 20px;
-}
-.icon.icon-lg {
- font-size: 30px;
- border-width: 2px;
-}
-.ul-icons {
- padding-left: 10px;
-}
-.ul-icons li {
- list-style-type: none;
- line-height: 20px;
- margin-bottom: 20px;
-}
-.ul-icons li i {
- width: 20px;
- height: 20px;
- background: #da4d4d;
- color: #fff;
- text-align: center;
- border-radius: 10px;
- line-height: 20px;
- margin-right: 10px;
-}
-ul.list-style-none {
- list-style: none;
-}
-#text-page h1,
-#text-page h2,
-#text-page h3 {
- font-weight: 700;
-}
-#error-page {
- text-align: center;
- margin-top: 40px;
- margin-bottom: 100px;
-}
-#error-page h4 {
- margin-bottom: 40px;
-}
-#error-page p.buttons {
- margin-top: 40px;
-}
-.pages-listing .item {
- text-align: center;
-}
-.pages-listing .item h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 20px;
- letter-spacing: 0.08em;
-}
-.pages-listing .item h3 a {
- color: #555555;
-}
-.pages-listing .item .text {
- margin-bottom: 20px;
-}
-.pages-listing .item .text p {
- color: #999999;
- font-size: 12px;
- margin-bottom: 20px;
-}
-.banner {
- margin-bottom: 30px;
- text-align: center;
-}
-.banner img {
- margin: 0 auto;
-}
-.banner a:hover img {
- opacity: 0.8;
- filter: alpha(opacity=80);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.pages {
- text-align: center;
-}
-.pages .loadMore {
- text-align: center;
-}
-.pages .pagination {
- text-align: center;
-}
-.features-buttons button {
- margin-bottom: 20px;
-}
-@media (min-width: 1300px) {
- body.boxed {
- background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
- }
- body.boxed #all {
- position: relative;
- background: #fff;
- width: 1200px;
- margin: 0 auto;
- overflow: hidden;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- }
-}
-#top {
- background: #555555;
- color: #eeeeee;
- padding: 10px 0;
-}
-#top p {
- margin: 0;
- font-size: 12px;
-}
-#top .social {
- float: right;
- text-align: right;
-}
-#top .social a {
- color: #999999;
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 12px;
- line-height: 20px;
- font-size: 12px;
- text-align: center;
- vertical-align: bottom;
-}
-#top .social a:hover {
- color: #fff;
-}
-#top .social a:hover.facebook {
- background-color: #4460ae;
-}
-#top .social a:hover.gplus {
- background-color: #c21f25;
-}
-#top .social a:hover.twitter {
- background-color: #3cf;
-}
-#top .social a:hover.instagram {
- background-color: #cd4378;
-}
-#top .social a:hover.email {
- background-color: #4a7f45;
-}
-#top .login {
- float: right;
-}
-#top .login a {
- font-size: 12px;
- color: #eeeeee;
- margin-right: 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.10em;
-}
-@media (max-width: 767px) {
- #top .login {
- float: left;
- }
-}
-#top.light {
- background: #fff;
- color: #999999;
- border-bottom: solid 1px #eeeeee;
-}
-#top.light .login a {
- color: #555555;
-}
-.navbar {
- border: none;
-}
-.navbar ul.nav > li > a {
- text-transform: uppercase;
- text-decoration: underline;
- font-weight: bold;
- letter-spacing: 0.08em;
- border-top: solid 5px transparent;
-}
-.navbar ul.nav > li > a:hover {
- border-top: solid 5px #da4d4d;
-}
-.navbar ul.nav > li.active > a,
-.navbar ul.nav > li.open > a {
- text-decoration: none !important;
- border-top: solid 5px #a02121;
-}
-@media (max-width: 768px) {
- .navbar ul.nav > li.active > a,
- .navbar ul.nav > li.open > a {
- border-top-color: transparent;
- }
- .navbar ul.nav > li > a:hover {
- border-top-color: transparent;
- }
-}
-.navbar.navbar-light ul.nav > li.active > a {
- border-top: solid 5px #a02121;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar.navbar-light ul.nav > li.active > a:hover {
- border-top: solid 5px #a02121;
-}
-.navbar.navbar-light ul.nav > li > a:hover,
-.navbar.navbar-light ul.nav > li.open > a:hover,
-.navbar.navbar-light ul.nav > li > a:focus,
-.navbar.navbar-light ul.nav > li.open > a:focus {
- border-top: solid 5px #da4d4d;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar ul.dropdown-menu {
- margin: 0;
- padding: 0;
-}
-.navbar ul.dropdown-menu li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 4px 0;
-}
-.navbar ul.dropdown-menu li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- left: 0;
-}
-.navbar ul.dropdown-menu li a:hover {
- color: #da4d4d;
- text-decoration: none;
- background: none;
- left: 2px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .navbar ul.dropdown-menu li a:hover {
- left: 0;
- }
-}
-.navbar .yamm-content h3 {
- font-size: 18px;
- text-transform: uppercase;
- padding-bottom: 10px;
- margin-top: 5px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-@media (max-width: 767px) {
- .navbar .yamm-content h3 {
- font-size: 14px;
- }
-}
-.navbar .yamm-content h5 {
- text-transform: uppercase;
- padding-bottom: 10px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-.navbar .yamm-content ul {
- margin: 0;
- padding: 0;
-}
-.navbar .yamm-content ul li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- padding: 4px 0;
-}
-.navbar .yamm-content ul li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.navbar .yamm-content ul li a:hover {
- color: #da4d4d;
- text-decoration: none;
- padding-left: 2px;
-}
-.navbar .yamm-content .banner {
- margin-bottom: 10px;
-}
-.navbar .yamm-fw .dropdown-menu {
- padding: 0;
-}
-.navbar .navbar-buttons {
- float: right;
-}
-.navbar .navbar-buttons button,
-.navbar .navbar-buttons a.btn,
-.navbar .navbar-buttons .btn-default.navbar-toggle {
- margin-top: 11px;
- margin-bottom: 11px;
- margin-left: 0;
- margin-right: 5px;
-}
-.navbar .btn-default,
-.navbar .btn-default.navbar-toggle {
- color: #999999;
- background-color: #fff;
- margin-left: 7px;
- margin-right: 0;
-}
-.navbar .btn-default:hover,
-.navbar .btn-default.navbar-toggle:hover,
-.navbar .btn-default:focus,
-.navbar .btn-default.navbar-toggle:focus {
- background-color: #fff;
- border-color: #da4d4d;
- color: #da4d4d;
-}
-.navbar #search {
- clear: both;
- border-top: solid 1px #da4d4d;
- text-align: right;
-}
-.navbar #search form {
- float: right;
-}
-.navbar #search form .input-group {
- width: 500px;
-}
-@media (max-width: 768px) {
- .navbar #search form .input-group {
- width: 100%;
- }
-}
-.navbar #basket-overview a {
- margin-left: 7px;
-}
-.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 1000;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-body.boxed .navbar-affixed-top.affix {
- position: static;
-}
-#login-modal {
- overflow: hidden;
-}
-#login-modal .modal-header h4 {
- text-transform: uppercase;
-}
-#login-modal form {
- margin-bottom: 20px;
-}
-#login-modal a {
- color: #da4d4d;
-}
-#login-modal p {
- font-weight: 300;
- margin-bottom: 20px;
- font-size: 13px;
-}
-/* buttons */
-.btn {
- font-weight: 700;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857143;
- border-radius: 0;
-}
-.input-group .btn {
- font-size: 14px;
-}
-.btn-lg {
- padding: 10px 16px;
- font-size: 14px;
- line-height: 1.33;
- border-radius: 0;
-}
-.btn-sm {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-xs {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-template-main {
- color: #da4d4d;
- background-color: #ffffff;
- border-color: #da4d4d;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- color: #da4d4d;
- background-color: #e6e6e6;
- border-color: #c22828;
-}
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- background-image: none;
-}
-.btn-template-main.disabled,
-.btn-template-main[disabled],
-fieldset[disabled] .btn-template-main,
-.btn-template-main.disabled:hover,
-.btn-template-main[disabled]:hover,
-fieldset[disabled] .btn-template-main:hover,
-.btn-template-main.disabled:focus,
-.btn-template-main[disabled]:focus,
-fieldset[disabled] .btn-template-main:focus,
-.btn-template-main.disabled:active,
-.btn-template-main[disabled]:active,
-fieldset[disabled] .btn-template-main:active,
-.btn-template-main.disabled.active,
-.btn-template-main[disabled].active,
-fieldset[disabled] .btn-template-main.active {
- background-color: #ffffff;
- border-color: #da4d4d;
-}
-.btn-template-main .badge {
- color: #ffffff;
- background-color: #da4d4d;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active {
- background: #da4d4d;
- color: #ffffff;
- border-color: #da4d4d;
-}
-.btn-template-transparent-primary {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- background-image: none;
-}
-.btn-template-transparent-primary.disabled,
-.btn-template-transparent-primary[disabled],
-fieldset[disabled] .btn-template-transparent-primary,
-.btn-template-transparent-primary.disabled:hover,
-.btn-template-transparent-primary[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-primary:hover,
-.btn-template-transparent-primary.disabled:focus,
-.btn-template-transparent-primary[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-primary:focus,
-.btn-template-transparent-primary.disabled:active,
-.btn-template-transparent-primary[disabled]:active,
-fieldset[disabled] .btn-template-transparent-primary:active,
-.btn-template-transparent-primary.disabled.active,
-.btn-template-transparent-primary[disabled].active,
-fieldset[disabled] .btn-template-transparent-primary.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active {
- background: #fff;
- color: #da4d4d;
- border-color: #fff;
-}
-.btn-template-transparent-black {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- background-image: none;
-}
-.btn-template-transparent-black.disabled,
-.btn-template-transparent-black[disabled],
-fieldset[disabled] .btn-template-transparent-black,
-.btn-template-transparent-black.disabled:hover,
-.btn-template-transparent-black[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-black:hover,
-.btn-template-transparent-black.disabled:focus,
-.btn-template-transparent-black[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-black:focus,
-.btn-template-transparent-black.disabled:active,
-.btn-template-transparent-black[disabled]:active,
-fieldset[disabled] .btn-template-transparent-black:active,
-.btn-template-transparent-black.disabled.active,
-.btn-template-transparent-black[disabled].active,
-fieldset[disabled] .btn-template-transparent-black.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active {
- background: #fff;
- color: #000;
- border-color: #fff;
-}
-.btn-template-primary {
- color: #ffffff;
- background-color: #da4d4d;
- border-color: #da4d4d;
-}
-.btn-template-primary:hover,
-.btn-template-primary:focus,
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- color: #ffffff;
- background-color: #ca2a2a;
- border-color: #c22828;
-}
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- background-image: none;
-}
-.btn-template-primary.disabled,
-.btn-template-primary[disabled],
-fieldset[disabled] .btn-template-primary,
-.btn-template-primary.disabled:hover,
-.btn-template-primary[disabled]:hover,
-fieldset[disabled] .btn-template-primary:hover,
-.btn-template-primary.disabled:focus,
-.btn-template-primary[disabled]:focus,
-fieldset[disabled] .btn-template-primary:focus,
-.btn-template-primary.disabled:active,
-.btn-template-primary[disabled]:active,
-fieldset[disabled] .btn-template-primary:active,
-.btn-template-primary.disabled.active,
-.btn-template-primary[disabled].active,
-fieldset[disabled] .btn-template-primary.active {
- background-color: #da4d4d;
- border-color: #da4d4d;
-}
-.btn-template-primary .badge {
- color: #da4d4d;
- background-color: #ffffff;
-}
-#intro {
- background: url('../img/home.jpg') no-repeat center top;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-#intro .item {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- height: 100%;
-}
-#intro .item h1 {
- text-transform: uppercase;
- font-size: 50px;
- color: #fff;
- margin-bottom: 40px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #intro .item h1 {
- font-size: 40px;
- }
-}
-@media (max-width: 767px) {
- #intro .item h1 {
- font-size: 25px;
- }
-}
-#intro .item h3 {
- color: #fff;
- margin-bottom: 40px;
-}
-@media (max-width: 767px) {
- #intro .item h3 {
- font-size: 15px;
- margin-bottom: 20px;
- }
-}
-#intro .item .btn {
- text-transform: none;
-}
-@media (max-width: 991px) {
- #intro .item .btn {
- font-size: 14px;
- }
-}
-@media (max-width: 991px) {
- #intro .item .carousel-caption {
- left: 10%;
- right: 10%;
- }
-}
-#intro .container,
-#intro .row {
- height: 100%;
- position: relative;
-}
-.jumbotron {
- padding: 30px;
- margin-bottom: 0;
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.jumbotron .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #da4d4d;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3,
-.jumbotron p,
-.jumbotron ul {
- color: #fff;
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3 {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.jumbotron p {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 400;
-}
-.jumbotron p.text-uppercase {
- font-weight: 700;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron {
- border-radius: 0;
-}
-.jumbotron .container {
- max-width: 100%;
- z-index: 2;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron {
- padding-left: 60px;
- padding-right: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 46px;
- }
-}
-#categoryMenu h3 {
- padding: 20px;
- background: #f7f7f7;
- margin: 0;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu h3 {
- padding: 5px 0;
- margin: 0;
-}
-.panel.sidebar-menu {
- background: #fff;
- margin: 0 0 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.panel.sidebar-menu .panel-heading {
- text-transform: uppercase;
- margin-bottom: 10px;
- background: none;
- padding: 0;
- letter-spacing: 0.08em;
- border-bottom: none;
-}
-.panel.sidebar-menu .panel-heading h1,
-.panel.sidebar-menu .panel-heading h2,
-.panel.sidebar-menu .panel-heading h3,
-.panel.sidebar-menu .panel-heading h4,
-.panel.sidebar-menu .panel-heading h5 {
- display: inline-block;
- border-bottom: solid 5px #da4d4d;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
-}
-.panel.sidebar-menu .panel-heading .btn.btn-danger {
- color: #fff;
- margin-top: 5px;
-}
-.panel.sidebar-menu .panel-body {
- padding: 0;
-}
-.panel.sidebar-menu .panel-body span.colour {
- display: inline-block;
- width: 15px;
- height: 15px;
- border: solid 1px #555555;
- vertical-align: top;
- margin-top: 2px;
- margin-left: 5px;
-}
-.panel.sidebar-menu .panel-body span.colour.white {
- background: #fff;
-}
-.panel.sidebar-menu .panel-body span.colour.red {
- background: red;
-}
-.panel.sidebar-menu .panel-body span.colour.green {
- background: green;
-}
-.panel.sidebar-menu .panel-body span.colour.blue {
- background: blue;
-}
-.panel.sidebar-menu .panel-body span.colour.yellow {
- background: yellow;
-}
-.panel.sidebar-menu .panel-body label {
- color: #999999;
- font-size: 12px;
-}
-.panel.sidebar-menu .panel-body label:hover {
- color: #555555;
-}
-.panel.sidebar-menu ul.nav.category-menu {
- margin-bottom: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu ul.nav.category-menu li a {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.panel.sidebar-menu ul.nav ul {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.nav ul li {
- display: block;
-}
-.panel.sidebar-menu ul.nav ul li a {
- position: relative;
- font-family: "Times New Roman", Times, serif;
- font-weight: normal;
- text-transform: none !important;
- display: block;
- padding: 10px 15px;
- padding-left: 30px;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.nav ul li a:hover,
-.panel.sidebar-menu ul.nav ul li a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-.panel.sidebar-menu ul.tag-cloud {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.tag-cloud li {
- display: inline-block;
-}
-.panel.sidebar-menu ul.tag-cloud li a {
- display: inline-block;
- padding: 5px;
- border: solid 1px #eeeeee;
- border-radius: 0;
- color: #da4d4d;
- margin: 5px 5px 5px 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 700;
- font-size: 12px;
-}
-.panel.sidebar-menu ul.tag-cloud li a:hover {
- color: #da4d4d;
- text-decoration: none;
- border-color: #da4d4d;
-}
-.panel.sidebar-menu ul.popular,
-.panel.sidebar-menu ul.recent {
- list-style: none;
- padding-left: 0;
- padding: 20px 0;
-}
-.panel.sidebar-menu ul.popular li,
-.panel.sidebar-menu ul.recent li {
- margin-bottom: 10px;
- padding: 5px 0;
- border-bottom: dotted 1px #eeeeee;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li img,
-.panel.sidebar-menu ul.recent li img {
- width: 50px;
- margin-right: 10px;
-}
-.panel.sidebar-menu ul.popular li h5,
-.panel.sidebar-menu ul.recent li h5 {
- margin: 0 0 10px;
-}
-.panel.sidebar-menu ul.popular li h5 a,
-.panel.sidebar-menu ul.recent li h5 a {
- font-weight: normal;
-}
-.panel.sidebar-menu ul.popular li p.date,
-.panel.sidebar-menu ul.recent li p.date {
- float: right;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.popular li:last-child,
-.panel.sidebar-menu ul.recent li:last-child {
- border-bottom: none;
-}
-.panel.sidebar-menu .text-widget {
- font-size: 12px;
-}
-.panel.sidebar-menu.with-icons ul.nav li a:after {
- font-family: 'FontAwesome';
- content: "\f105";
- position: relative;
- top: 0;
- float: right;
-}
-/* ribbons for product sales etc. */
-.ribbon {
- position: absolute;
- top: 50px;
- padding-left: 51px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.ribbon .ribbon-background {
- position: absolute;
- top: 0;
- right: 0;
-}
-.ribbon .theribbon {
- position: relative;
- width: 80px;
- padding: 6px 20px 6px 20px;
- margin: 30px 10px 10px -71px;
- color: #fff;
- background-color: #da4d4d;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.ribbon .theribbon:before,
-.ribbon .theribbon:after {
- content: ' ';
- position: absolute;
- width: 0;
- height: 0;
-}
-.ribbon .theribbon:after {
- left: 0px;
- top: 100%;
- border-width: 5px 10px;
- border-style: solid;
- border-color: #000000 #000000 transparent transparent;
-}
-.ribbon.sale {
- top: 0;
-}
-.ribbon.new {
- top: 50px;
-}
-.ribbon.new .theribbon {
- background-color: #5bc0de;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.new .theribbon:after {
- border-color: #2390b0 #2390b0 transparent transparent;
-}
-.ribbon.gift {
- top: 100px;
-}
-.ribbon.gift .theribbon {
- background-color: #5cb85c;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.gift .theribbon:after {
- border-color: #357935 #357935 transparent transparent;
-}
-.owl-carousel .owl-controls .owl-page.active span,
-.owl-theme .owl-controls .owl-page.active span,
-.owl-carousel .owl-controls.clickable .owl-page:hover span,
-.owl-theme .owl-controls.clickable .owl-page:hover span {
- background: #da4d4d;
-}
-.owl-carousel .owl-controls .owl-buttons,
-.owl-theme .owl-controls .owl-buttons {
- position: absolute;
- top: 5px;
- right: 0;
-}
-.owl-carousel .owl-controls .owl-buttons div,
-.owl-theme .owl-controls .owl-buttons div {
- width: 26px;
- height: 26px;
- line-height: 25px;
- margin: 0 5px 0 0;
- font-size: 18px;
- color: #da4d4d;
- padding: 0;
- background: #fff;
- border-radius: 13px;
- vertical-align: middle;
- text-align: center;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-.home-carousel {
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.home-carousel .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #da4d4d;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.home-carousel .owl-carousel {
- padding-top: 60px;
- padding-bottom: 20px;
-}
-.home-carousel .owl-theme .owl-controls .owl-page span {
- background: #666;
-}
-.home-carousel .owl-theme .owl-controls .owl-page.active span {
- background: #fff;
-}
-.home-carousel .owl-theme .owl-controls .owl-page:hover span {
- background: #fff;
-}
-@media (max-width: 767px) {
- .home-carousel {
- text-align: center !important;
- }
-}
-@media (min-width: 992px) {
- .home-carousel .right {
- text-align: right;
- }
-}
-.home-carousel h1,
-.home-carousel h2,
-.home-carousel h3,
-.home-carousel p,
-.home-carousel ul {
- color: #fff;
-}
-.home-carousel h1 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 46px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .home-carousel h1 {
- font-size: 36px;
- }
-}
-.home-carousel h2 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 40px;
- letter-spacing: 0.08em;
-}
-.home-carousel ul,
-.home-carousel p {
- font-size: 18px;
- font-weight: 700;
- padding: 0;
- text-transform: uppercase;
- letter-spacing: 0.10em;
-}
-@media (max-width: 991px) {
- .home-carousel ul,
- .home-carousel p {
- font-size: 14px;
- }
-}
-.home-carousel ul li {
- margin-bottom: 10px;
-}
-.customers {
- padding: 0;
- margin-bottom: 40px;
-}
-.customers .item {
- list-style-type: none;
- text-align: center;
- margin: 0 20px;
-}
-.customers .item img {
- display: inline-block;
- filter: url("data:image/svg+xml;utf8, #grayscale");
- /* Firefox 10+, Firefox on Android */
- filter: gray;
- /* IE6-9 */
- -webkit-filter: grayscale(100%);
- /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.customers .item img:hover {
- max-width: auto;
- filter: none;
- -webkit-filter: none;
-}
-.testimonials {
- padding: 0;
- margin-bottom: 40px;
-}
-.testimonials .item {
- list-style-type: none;
- margin: 0 5px;
- background: #fff;
- padding-bottom: 60px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.testimonials .item .testimonial {
- position: relative;
- padding: 20px;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial .text {
- color: #999999;
- margin-bottom: 40px;
-}
-.testimonials .item .testimonial .bottom {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px;
- height: 50px;
-}
-.testimonials .item .testimonial .bottom .icon {
- color: #da4d4d;
- font-size: 30px;
- float: left;
- width: 20%;
-}
-.testimonials .item .testimonial .name-picture {
- float: right;
- width: 80%;
- text-align: right;
-}
-.testimonials .item .testimonial .name-picture h5 {
- font-size: 14px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.testimonials .item .testimonial .name-picture p {
- color: #999999;
- margin: 0;
- font-size: 12px;
-}
-.testimonials .item .testimonial .name-picture img {
- float: right;
- width: 60px;
- border-radius: 30px;
- margin-left: 10px;
-}
-.team-member {
- text-align: center;
- margin-bottom: 40px;
-}
-.team-member h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 5px;
- letter-spacing: 0.08em;
-}
-.team-member h3 a {
- color: #555555;
-}
-.team-member p.role {
- color: #999999;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.team-member .social {
- margin-bottom: 20px;
-}
-.team-member .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email {
- background-color: #4a7f45;
-}
-.team-member .text p {
- color: #999999;
- font-size: 12px;
-}
-.team-member .social,
-.team-member-detail .social {
- margin-bottom: 20px;
-}
-.team-member .social a,
-.team-member-detail .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i,
-.team-member-detail .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook,
-.team-member-detail .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus,
-.team-member-detail .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter,
-.team-member-detail .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram,
-.team-member-detail .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email,
-.team-member-detail .social a.email {
- background-color: #4a7f45;
-}
-.box-simple {
- text-align: center;
- margin-bottom: 40px;
-}
-.box-simple .icon {
- color: #da4d4d;
- border-color: #da4d4d;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.box-simple h3 {
- font-weight: normal;
- font-size: 18px;
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-simple h3 a {
- color: #555555;
-}
-.box-simple p {
- color: #999999;
-}
-.box-simple:hover .icon {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.box-simple:hover .icon i {
- -webkit-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- transform: scale(1, 1);
-}
-.box-simple.box-white {
- padding: 20px;
- border: dotted 1px #999999;
-}
-.box-simple.box-white .icon {
- color: #555555;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark {
- padding: 20px;
- border: dotted 1px #999999;
- background: #555555;
- color: #fff;
-}
-.box-simple.box-dark .icon {
- color: #f7f7f7;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark h3 {
- color: #fff;
-}
-.box-simple.box-dark h3 a {
- color: #fff;
-}
-.box-simple.box-dark p {
- color: #fff;
-}
-.box-image {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #da4d4d;
-}
-.box-image .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-.box-image-text {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image-text .top {
- position: relative;
- margin-bottom: 10px;
-}
-.box-image-text .top .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #da4d4d;
-}
-.box-image-text .top .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .top .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image-text .top .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image-text .top .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .content h3,
-.box-image-text .content h4 {
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-image-text .content p {
- color: #999999;
-}
-.box-image-text:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image-text:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image-text:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-/* universal box */
-.box {
- background: #fff;
- margin: 0 0 30px;
- border: solid 1px #ccc;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 0;
- border-left: none;
- border-right: none;
-}
-.box .box-header {
- background: #f7f7f7;
- margin: -20px 0 20px;
- padding: 20px;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-footer {
- background: #f7f7f7;
- margin: 30px 0 -20px;
- padding: 20px;
- border-top: solid 1px #eeeeee;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-@media (max-width: 991px) {
- .box .box-footer .btn {
- margin-bottom: 20px;
- }
-}
-.box.no-border {
- border: none;
-}
-#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
- padding: 20px 0;
- margin-bottom: 40px;
-}
-#heading-breadcrumbs.no-mb {
- margin-bottom: 0;
-}
-#heading-breadcrumbs h1 {
- color: #333333;
- text-transform: uppercase;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #heading-breadcrumbs h1 {
- text-align: center;
- }
-}
-#heading-breadcrumbs ul.breadcrumb {
- margin-top: 5px;
- margin-bottom: 0;
-}
-.bar {
- position: relative;
- background: #da4d4d;
- padding: 60px 0;
-}
-.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
- border-top: solid 1px #999999;
- border-bottom: solid 1px #999999;
-}
-.bar.background-gray {
- background: #eeeeee;
-}
-.bar.background-gray-dark {
- background: #555555;
-}
-.bar.background-white {
- background: #fff;
-}
-.bar.background-image-fixed-1 {
- background: url('../img/fixed-background-1.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.background-image-fixed-2 {
- background: url('../img/fixed-background-2.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.color-white h1,
-.bar.color-white h2,
-.bar.color-white h3,
-.bar.color-white h4,
-.bar.color-white h5,
-.bar.color-white h6,
-.bar.color-white p {
- color: #fff;
-}
-.bar.padding-big {
- padding: 50px 0;
-}
-.bar.padding-horizontal {
- padding-left: 30px;
- padding-right: 30px;
-}
-.bar.margin-vertical {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.bar .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-.portfolio.no-space {
- padding: 0 15px;
-}
-.portfolio.no-space .box-image {
- margin: 0 -15px;
-}
-.portfolio-project .project-more h4 {
- color: #555555;
- text-transform: uppercase;
- margin-bottom: 0;
- text-align: left;
- font-size: 14px;
- letter-spacing: 0.08em;
-}
-.portfolio-project .project-more p {
- color: #999999;
- padding: 10px 0;
- margin-bottom: 20px;
- text-align: left;
-}
-.portfolio-showcase {
- margin: 15px 0 60px;
-}
-.portfolio-showcase h3 a {
- text-transform: uppercase;
- line-height: 1.5;
- letter-spacing: 0.08em;
-}
-.portfolio-showcase p.lead {
- color: #555555;
- margin-bottom: 20px;
-}
-.portfolio-showcase p {
- color: #999999;
-}
-.portfolio-showcase p.buttons {
- margin-top: 40px;
-}
-.see-more {
- text-align: center;
- margin-top: 20px;
- padding-top: 20px;
-}
-.see-more p {
- font-size: 28px;
- font-weight: 100;
- margin-bottom: 20px;
-}
-.showcase .item {
- text-align: center;
-}
-.showcase .item .icon {
- display: inline-block;
- width: 50px;
- height: 50px;
- color: #555555;
- line-height: 50px;
- border-radius: 25px;
- border: solid 1px #555555;
-}
-.showcase .item h4 {
- color: #555555;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- line-height: 1.5;
- font-size: 16px;
-}
-.showcase .item h4 span {
- font-weight: bold;
- font-size: 51px;
-}
-.packages .package {
- background: #fff;
- margin-top: 25px;
- margin-bottom: 20px;
- padding-bottom: 15px;
- text-align: center;
- border: solid 1px #da4d4d;
- overflow: hidden;
-}
-.packages .package .package-header {
- height: 57px;
- color: #fff;
- line-height: 57px;
- background: #da4d4d;
-}
-.packages .package .package-header h5 {
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 57px;
- margin: 0;
- letter-spacing: 0.08em;
-}
-.packages .package .package-header.light-gray {
- background: #eeeeee;
-}
-.packages .package .package-header.light-gray h5 {
- color: #555555;
-}
-.packages .package .price {
- line-height: 120px;
- height: 100px;
- color: #fff;
- font-weight: 400;
-}
-.packages .package .price h4 {
- display: inline;
- font-size: 50px;
- line-height: normal;
- margin-bottom: 0;
-}
-.packages .package .price .period {
- line-height: normal;
- color: #999999;
-}
-.packages .package ul {
- padding: 0;
-}
-.packages .package ul li {
- list-style-type: none;
- padding-top: 10px;
- padding-bottom: 10px;
- width: 80%;
- margin: auto;
- border-bottom: 1px dotted #ccc;
-}
-.packages .package ul li:last-child {
- border-bottom: 0;
-}
-.packages .package ul li i {
- font-size: 13px;
- margin-right: 5px;
-}
-.packages .best-value .package {
- margin-top: 0;
- padding-bottom: 40px;
-}
-.packages .best-value .package .package-header {
- height: 72px;
- padding-top: 17px;
- height: 82px !important;
-}
-.packages .best-value .package .package-header h5 {
- font-weight: bold;
- line-height: 29px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.packages .best-value .package .package-header .meta-text {
- font-size: 13px;
- line-height: 15px;
-}
-#map {
- height: 300px;
-}
-#map.with-border {
- border-top: solid 1px #da4d4d;
- border-bottom: solid 1px #da4d4d;
-}
-#blog-listing-big .post,
-#blog-homepage .post {
- margin-bottom: 60px;
-}
-#blog-listing-big .post h2,
-#blog-homepage .post h2,
-#blog-listing-big .post h4,
-#blog-homepage .post h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post h2 a,
-#blog-homepage .post h2 a,
-#blog-listing-big .post h4 a,
-#blog-homepage .post h4 a {
- color: #555555;
-}
-#blog-listing-big .post h2 a:hover,
-#blog-homepage .post h2 a:hover,
-#blog-listing-big .post h4 a:hover,
-#blog-homepage .post h4 a:hover {
- color: #da4d4d;
-}
-#blog-listing-big .post .author-category,
-#blog-homepage .post .author-category {
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post .author-category a,
-#blog-homepage .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-big .post .date-comments a,
-#blog-homepage .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-big .post .date-comments a:hover,
-#blog-homepage .post .date-comments a:hover {
- color: #da4d4d;
-}
-@media (min-width: 768px) {
- #blog-listing-big .post .date-comments,
- #blog-homepage .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-big .post .intro,
-#blog-homepage .post .intro {
- text-align: left;
-}
-#blog-listing-big .post .image,
-#blog-homepage .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-big .post .image img,
-#blog-homepage .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-big .post .image img.img-responsive,
- #blog-homepage .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-big .post .video,
-#blog-homepage .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-big .post .read-more,
-#blog-homepage .post .read-more {
- text-align: right;
-}
-#blog-listing-medium .post {
- margin-bottom: 60px;
-}
-#blog-listing-medium .post h2 {
- text-transform: uppercase;
- margin: 0 0 10px;
- font-size: 24px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post h2 a {
- color: #555555;
-}
-#blog-listing-medium .post h2 a:hover {
- color: #da4d4d;
-}
-#blog-listing-medium .post .author-category {
- float: left;
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 12px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-medium .post .date-comments {
- float: right;
- font-size: 12px;
-}
-#blog-listing-medium .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-medium .post .date-comments a:hover {
- color: #da4d4d;
-}
-@media (min-width: 768px) {
- #blog-listing-medium .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-medium .post .intro {
- text-align: left;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-medium .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-medium .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-medium .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-medium .post .read-more {
- text-align: right;
-}
-.box-image-text.blog .author-category {
- color: #999999;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 300;
- font-size: 12px;
-}
-.box-image-text.blog .author-category a {
- font-weight: 500;
-}
-.box-image-text.blog .intro {
- text-align: left;
- margin-bottom: 20px;
-}
-#blog-homepage .post {
- margin-bottom: 30px;
-}
-#blog-homepage .post h2,
-#blog-homepage .post h4,
-#blog-homepage .post .author-category,
-#blog-homepage .post .read-more {
- text-align: center;
-}
-#blog-homepage .post .read-more {
- margin-top: 20px;
-}
-#blog-post #post-content {
- margin-bottom: 20px;
-}
-#blog-post .comment {
- margin-bottom: 25px;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment .posted {
- color: #999999;
- font-size: 12px;
-}
-#blog-post .comment .reply {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#blog-post .comment.last {
- margin-bottom: 0;
-}
-#blog-post #comments,
-#blog-post #comment-form {
- padding: 20px 0;
- margin-top: 20px;
- border-top: solid 1px #eeeeee;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments h4,
-#blog-post #comment-form h4 {
- margin-bottom: 20px;
-}
-#blog-post #comment-form {
- margin-bottom: 20px;
-}
-.product {
- background: #fff;
- border-bottom: solid 1px #e6e6e6;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 60px;
- overflow: hidden;
- text-align: center;
-}
-.product .image {
- overflow: hidden;
-}
-.product .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .product .image img.img-responsive {
- min-width: 100%;
- }
-}
-.product .text {
- padding: 10px;
-}
-.product .text h3 {
- font-size: 14px;
- font-weight: 700;
- height: 39.6px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.product .text h3 a {
- color: #555555;
-}
-.product .text h3 a:hover {
- text-decoration: none;
-}
-.product .text p.price {
- font-size: 18px;
-}
-.product .text p.price del {
- color: #999999;
-}
-.product .buttons {
- clear: both;
- position: absolute;
- display: none;
- bottom: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- border: solid 1px transparent;
- padding: 20px;
- background: rgba(255, 255, 255, 0.9);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- text-align: center;
-}
-.product .buttons .btn {
- margin-bottom: 20px;
-}
-.product:hover {
- border-bottom: solid 1px #808080;
- top: 0;
-}
-.product:hover .buttons {
- clear: both;
- position: absolute;
- top: 0;
- background: rgba(255, 255, 255, 0.5);
-}
-.product:hover .image img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.goToDescription {
- font-size: 12px;
- text-align: center;
- margin-bottom: 40px;
-}
-.goToDescription a {
- color: #999999;
- text-decoration: underline;
-}
-#productMain {
- margin-bottom: 30px;
-}
-#productMain .sizes {
- text-align: center;
-}
-#productMain .sizes h3 {
- font-weight: 700;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- margin-bottom: 40px;
-}
-#productMain .sizes a {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 40px;
- background: #ccc;
- line-height: 40px;
- color: #555555;
- text-align: center;
- text-decoration: none;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#productMain .sizes a.active,
-#productMain .sizes a:hover {
- background: #da4d4d;
- color: #fff;
-}
-#productMain .sizes input {
- display: none;
-}
-#productMain .price {
- font-size: 40px;
- text-align: center;
- margin-top: 40px;
- margin-bottom: 40px;
-}
-#thumbs a {
- display: block;
- border: solid 1px transparent;
-}
-#thumbs a.active {
- border-color: #da4d4d;
-}
-#product-social {
- text-align: center;
-}
-#product-social h4 {
- font-weight: 300;
- margin-bottom: 10px;
-}
-#product-social p {
- line-height: 26px;
-}
-#product-social p a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-#product-social p a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-#product-social p a.facebook {
- background-color: #4460ae;
-}
-#product-social p a.gplus {
- background-color: #c21f25;
-}
-#product-social p a.twitter {
- background-color: #3cf;
-}
-#product-social p a.instagram {
- background-color: #cd4378;
-}
-#product-social p a.email {
- background-color: #4a7f45;
-}
-@media (max-width: 991px) {
- #product-social {
- text-align: center;
- }
-}
-#checkout .nav {
- margin-bottom: 20px;
- border-bottom: solid 1px #da4d4d;
-}
-#checkout .nav li {
- height: 100%;
-}
-#checkout .nav li a {
- display: block;
- height: 100%;
-}
-#order-summary table {
- margin-top: 20px;
-}
-#order-summary table td {
- color: #999999;
-}
-#order-summary table tr.total td,
-#order-summary table tr.total th {
- font-size: 18px;
- color: #555555;
- font-weight: 700;
-}
-#checkout .table tbody tr td,
-#basket .table tbody tr td,
-#customer-order .table tbody tr td {
- vertical-align: middle;
-}
-#checkout .table tbody tr td input,
-#basket .table tbody tr td input,
-#customer-order .table tbody tr td input {
- width: 50px;
- text-align: right;
-}
-#checkout .table tbody tr td img,
-#basket .table tbody tr td img,
-#customer-order .table tbody tr td img {
- width: 50px;
-}
-#checkout .table tfoot,
-#basket .table tfoot,
-#customer-order .table tfoot {
- font-size: 18px;
-}
-.shipping-method h4,
-.payment-method h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#customer-orders table tr th,
-#customer-orders table tr td {
- vertical-align: baseline;
-}
-#customer-order .table tfoot th {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-order .addresses {
- text-align: right;
- margin-bottom: 30px;
-}
-#customer-order .addresses p {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-account {
- margin-bottom: 30px;
-}
-#get-it {
- background: #da4d4d;
- padding: 50px 0 30px;
- color: #fff;
- text-align: center;
-}
-#get-it h1,
-#get-it h2,
-#get-it h3,
-#get-it h4,
-#get-it h5,
-#get-it h6 {
- color: #fff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- margin: 0 0 20px;
-}
-#get-it p {
- margin: 0 0 20px;
-}
-#footer {
- background: #555555;
- padding: 50px 0;
- color: #999999;
-}
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6 {
- color: #eeeeee;
-}
-#footer h4 {
- font-size: 14px;
- font-weight: 800;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#footer ul {
- padding-left: 0;
- list-style: none;
-}
-#footer ul a {
- color: #999999;
-}
-#footer ul a:hover {
- color: #da4d4d;
- text-decoration: none;
-}
-#footer .photostream div {
- float: left;
- display: block;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 33%;
- padding: 7.5px;
- overflow: hidden;
-}
-#footer .photostream div a {
- border: solid 1 px #eeeeee;
-}
-#footer .photostream div img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#footer .photostream div:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-#footer .blog-entries .item {
- clear: both;
- padding: 5px 0;
- margin-bottom: 10px;
- border-bottom: solid 1px #555555;
-}
-#footer .blog-entries .item .image {
- float: left;
- width: 15%;
- margin-right: 10px;
-}
-#footer .blog-entries .item .name {
- width: 75%;
- margin-left: 10px;
- display: table-cell;
- vertical-align: middle;
-}
-#footer .blog-entries .item .name h5 {
- margin: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-size: 12px;
-}
-#footer .blog-entries .item .name h5 a {
- color: #eeeeee;
-}
-#footer .blog-entries .item .text {
- width: 100%;
- clear: both;
-}
-#footer .blog-entries .item:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-#footer .social a {
- color: #555555;
- font-size: 25px;
- margin: 0 10px 0 0;
-}
-#footer .social a:hover {
- color: #da4d4d;
-}
-#copyright {
- background: #333;
- color: #ccc;
- padding: 50px 0;
- font-size: 12px;
- line-height: 28px;
-}
-#copyright p {
- margin: 0;
-}
-@media (max-width: 991px) {
- #copyright p {
- float: none !important;
- text-align: center;
- margin-bottom: 10px;
- }
-}
-[data-animate] {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-#style-switch-button {
- position: fixed;
- top: 100px;
- left: 0px;
- border-radius: 0;
-}
-#style-switch {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 300px;
- padding: 20px;
- position: fixed;
- top: 140px;
- left: 0;
- background: #fff;
- border: solid 1px #eeeeee;
-}
-@media (max-width: 991px) {
- #style-switch-button {
- display: none;
- }
- #style-switch {
- display: none;
- }
-}
-/* Original Boostrap template overwrite */
-/* breadcrumbs */
-.breadcrumb {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- background-color: none;
- letter-spacing: 0.08em;
-}
-/* nav */
-.nav > li > a {
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: #eeeeee;
-}
-.nav > li.disabled > a {
- color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #999999;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eeeeee;
- border-color: #da4d4d;
-}
-.nav-tabs {
- border-bottom: 1px solid #da4d4d;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eeeeee #eeeeee #da4d4d;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #da4d4d;
- border-bottom-color: transparent;
- cursor: default;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: solid 1px #da4d4d;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #da4d4d;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #da4d4d;
- border-radius: 0 0 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 0;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #ffffff;
- background-color: #da4d4d;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
- border-bottom: solid 1px #da4d4d;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #da4d4d;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #da4d4d;
- border-radius: 0 0 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.tab-content {
- padding: 15px;
- border: solid 1px #ddd;
- border-top: none;
-}
-/* navbar */
-.navbar {
- position: relative;
- min-height: 62px;
- margin-bottom: 0;
- border-bottom: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 0px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- overflow-x: visible;
- padding-right: 15px;
- padding-left: 15px;
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-left: 0;
- padding-right: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-affixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-affixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- padding: 10px 15px;
- font-size: 18px;
- line-height: 20px;
- height: 62px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- margin-right: 15px;
- padding: 9px 10px;
- margin-top: 14px;
- margin-bottom: 14px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 0;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-nav {
- margin: 10.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 21px;
- padding-bottom: 21px;
- }
- .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- }
-}
-.navbar-form {
- margin-left: -15px;
- margin-right: -15px;
- padding: 10px 15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 14px;
- margin-bottom: 14px;
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- border: 0;
- margin-left: 0;
- margin-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-form.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-btn.btn-sm {
- margin-top: 16px;
- margin-bottom: 16px;
-}
-.navbar-btn.btn-xs {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.navbar-text {
- margin-top: 21px;
- margin-bottom: 21px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-left: 15px;
- margin-right: 15px;
- }
- .navbar-text.navbar-right:last-child {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #ffffff;
- border-color: #cccccc;
- border-bottom: none;
-}
-.navbar-default .navbar-brand {
- color: #555555;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #3b3b3b;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #555555;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #555555;
- background-color: #eca1a1;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #ffffff;
- background-color: #da4d4d;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #da4d4d;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #cccccc;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- background-color: #da4d4d;
- color: #ffffff;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #555555;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #da4d4d;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ffffff;
- background-color: #da4d4d;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #555555;
-}
-.navbar-default .navbar-link:hover {
- color: #555555;
-}
-.navbar-default .btn-link {
- color: #555555;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #555555;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #cccccc;
-}
-/* scaffolding */
-body {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555555;
-}
-a {
- color: #da4d4d;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #b52626;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.img-rounded {
- border-radius: 0;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eeeeee;
-}
-/* breadcrumbs */
-.breadcrumb {
- padding: 20px 0;
- margin-bottom: 20px;
- background-color: transparent;
- border-radius: 0;
- text-align: right;
-}
-.breadcrumb > li + li:before {
- content: ">\00a0";
- color: #555555;
-}
-.breadcrumb > .active {
- color: #999999;
-}
-@media (max-width: 991px) {
- .breadcrumb {
- padding: 20px 0;
- text-align: center;
- }
-}
-/* dropdowns */
-.dropdown-menu {
- z-index: 1000;
- font-size: 14px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- padding: 5px 20px;
- line-height: 1.42857143;
- color: #333333;
- white-space: nowrap;
-}
-/* labels */
-.label {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-/* forms.less */
-label {
- font-weight: normal;
-}
-.form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
-}
-.form-control:focus {
- border-color: #da4d4d;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(218, 77, 77, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(218, 77, 77, 0.6);
-}
-.form-group {
- margin-bottom: 20px;
-}
-/* pager*/
-.pager {
- margin: 20px 0;
- border-top: solid 1px #eeeeee;
- padding-top: 20px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- background-color: #ffffff;
- border: 1px solid #da4d4d;
- border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- color: #fff;
- background-color: #da4d4d;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- border-color: #ddd;
-}
-/* pagination */
-.pagination {
- margin: 20px 0;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- border-radius: 0;
-}
-.pagination > li > a,
-.pagination > li > span {
- padding: 6px 12px;
- line-height: 1.42857143;
- text-decoration: none;
- color: #da4d4d;
- background-color: #ffffff;
- border: 1px solid #dddddd;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- color: #da4d4d;
- background-color: #f4cccc;
- border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #ffffff;
- background-color: #da4d4d;
- border-color: #da4d4d;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #999999;
- background-color: #ffffff;
- border-color: #dddddd;
-}
-/* responsive utilities */
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center !important;
- }
- .text-center-xs img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .text-center-sm {
- text-align: center !important;
- }
- .text-center-sm img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-/* type */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: 900;
- line-height: 1.1;
- color: #333333;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 18px;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-.text-small {
- font-size: 12px;
-}
-.text-large {
- font-size: 18px;
-}
-.text-italic {
- font-style: italic;
-}
-.text-primary {
- color: #da4d4d;
-}
-a.text-primary:hover {
- color: #ca2a2a;
-}
-.bg-primary {
- color: #fff;
- background-color: #da4d4d;
-}
-a.bg-primary:hover {
- background-color: #ca2a2a;
-}
-abbr[title],
-abbr[data-original-title] {
- border-bottom: 1px dotted #999999;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 14px;
- border-left: 5px solid #da4d4d;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- border-right: 5px solid #da4d4d;
-}
-address {
- margin-bottom: 20px;
- line-height: 1.42857143;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #ffffff;
- border: 1px solid transparent;
- border-radius: 0;
- -webkit-box-shadow: 0 0 0;
- box-shadow: 0 0 0;
-}
-.panel-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 15px 15px;
-}
-.progress {
- overflow: hidden;
- height: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group.accordion .panel {
- border-color: #ccc;
-}
-.panel-primary {
- border-color: #da4d4d;
-}
-.panel-primary > .panel-heading {
- color: #ffffff;
- background-color: #da4d4d;
- border-color: #da4d4d;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #da4d4d;
-}
-.panel-primary > .panel-heading .badge {
- color: #da4d4d;
- background-color: #ffffff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #da4d4d;
-}
-.panel-primary .panel-title {
- font-weight: 300;
-}
-.panel-primary .panel-title a:hover {
- color: #fff;
- text-decoration: none;
-}
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #da4d4d;
- background-color: #ffffff;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.progress-bar-primary {
- background-color: #da4d4d;
-}
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-/*!
- * Yamm!3 - Yet another megamenu for Bootstrap 3
- * http://geedmo.github.com/yamm3
- *
- * @geedmo - Licensed under the MIT license
- */
-.yamm .nav,
-.yamm .collapse,
-.yamm .dropup.use-yamm,
-.yamm .dropdown.use-yamm {
- position: static;
-}
-.yamm .container {
- position: relative;
-}
-.yamm .dropdown-menu {
- left: auto;
-}
-.yamm .nav.navbar-right .dropdown-menu {
- left: auto;
- right: 0;
-}
-.yamm .yamm-content {
- padding: 20px 30px;
-}
-.yamm .dropdown.yamm-fw .dropdown-menu {
- left: 15px;
- right: 15px;
-}
diff --git a/themes/hugo-universal-theme/static/css/style.turquoise.css b/themes/hugo-universal-theme/static/css/style.turquoise.css
deleted file mode 100644
index c340d16..0000000
--- a/themes/hugo-universal-theme/static/css/style.turquoise.css
+++ /dev/null
@@ -1,3557 +0,0 @@
-.clearfix:before,
-.clearfix:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after {
- content: " ";
- display: table;
-}
-.clearfix:after,
-.navbar:after,
-.navbar-header:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
- visibility: hidden !important;
-}
-.affix {
- position: fixed;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-/* general styles */
-a,
-button {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
-.clickable {
- cursor: pointer !important;
-}
-.required {
- color: #4fbfa8;
-}
-.accent {
- color: #4fbfa8;
-}
-.text-uppercase {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .text-center-sm {
- text-align: center;
- }
-}
-p.lead {
- margin-bottom: 40px;
-}
-section,
-div.section {
- margin-bottom: 40px;
-}
-.no-mb {
- margin-bottom: 0 !important;
-}
-.mb-small {
- margin-bottom: 20px !important;
-}
-.heading {
- margin-bottom: 40px;
-}
-.heading h1,
-.heading h2,
-.heading h3,
-.heading h4,
-.heading h5 {
- display: inline-block;
- border-bottom: solid 5px #4fbfa8;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
- display: inline-block;
- background: #4fbfa8;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- text-align: center;
- color: #fff;
- font-size: 12px;
- line-height: 30px;
- border-radius: 15px;
-}
-.icon {
- display: inline-block;
- width: 80px;
- height: 80px;
- color: #fff;
- line-height: 80px;
- border-radius: 40px;
- border: solid 1px #fff;
- font-size: 20px;
-}
-.icon.icon-lg {
- font-size: 30px;
- border-width: 2px;
-}
-.ul-icons {
- padding-left: 10px;
-}
-.ul-icons li {
- list-style-type: none;
- line-height: 20px;
- margin-bottom: 20px;
-}
-.ul-icons li i {
- width: 20px;
- height: 20px;
- background: #4fbfa8;
- color: #fff;
- text-align: center;
- border-radius: 10px;
- line-height: 20px;
- margin-right: 10px;
-}
-ul.list-style-none {
- list-style: none;
-}
-#text-page h1,
-#text-page h2,
-#text-page h3 {
- font-weight: 700;
-}
-#error-page {
- text-align: center;
- margin-top: 40px;
- margin-bottom: 100px;
-}
-#error-page h4 {
- margin-bottom: 40px;
-}
-#error-page p.buttons {
- margin-top: 40px;
-}
-.pages-listing .item {
- text-align: center;
-}
-.pages-listing .item h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 20px;
- letter-spacing: 0.08em;
-}
-.pages-listing .item h3 a {
- color: #555555;
-}
-.pages-listing .item .text {
- margin-bottom: 20px;
-}
-.pages-listing .item .text p {
- color: #999999;
- font-size: 12px;
- margin-bottom: 20px;
-}
-.banner {
- margin-bottom: 30px;
- text-align: center;
-}
-.banner img {
- margin: 0 auto;
-}
-.banner a:hover img {
- opacity: 0.8;
- filter: alpha(opacity=80);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.pages {
- text-align: center;
-}
-.pages .loadMore {
- text-align: center;
-}
-.pages .pagination {
- text-align: center;
-}
-.features-buttons button {
- margin-bottom: 20px;
-}
-@media (min-width: 1300px) {
- body.boxed {
- background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
- }
- body.boxed #all {
- position: relative;
- background: #fff;
- width: 1200px;
- margin: 0 auto;
- overflow: hidden;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- }
-}
-#top {
- background: #555555;
- color: #eeeeee;
- padding: 10px 0;
-}
-#top p {
- margin: 0;
- font-size: 12px;
-}
-#top .social {
- float: right;
- text-align: right;
-}
-#top .social a {
- color: #999999;
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 12px;
- line-height: 20px;
- font-size: 12px;
- text-align: center;
- vertical-align: bottom;
-}
-#top .social a:hover {
- color: #fff;
-}
-#top .social a:hover.facebook {
- background-color: #4460ae;
-}
-#top .social a:hover.gplus {
- background-color: #c21f25;
-}
-#top .social a:hover.twitter {
- background-color: #3cf;
-}
-#top .social a:hover.instagram {
- background-color: #cd4378;
-}
-#top .social a:hover.email {
- background-color: #4a7f45;
-}
-#top .login {
- float: right;
-}
-#top .login a {
- font-size: 12px;
- color: #eeeeee;
- margin-right: 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.10em;
-}
-@media (max-width: 767px) {
- #top .login {
- float: left;
- }
-}
-#top.light {
- background: #fff;
- color: #999999;
- border-bottom: solid 1px #eeeeee;
-}
-#top.light .login a {
- color: #555555;
-}
-.navbar {
- border: none;
-}
-.navbar ul.nav > li > a {
- text-transform: uppercase;
- text-decoration: underline;
- font-weight: bold;
- letter-spacing: 0.08em;
- border-top: solid 5px transparent;
-}
-.navbar ul.nav > li > a:hover {
- border-top: solid 5px #4fbfa8;
-}
-.navbar ul.nav > li.active > a,
-.navbar ul.nav > li.open > a {
- text-decoration: none !important;
- border-top: solid 5px #2d7b6b;
-}
-@media (max-width: 768px) {
- .navbar ul.nav > li.active > a,
- .navbar ul.nav > li.open > a {
- border-top-color: transparent;
- }
- .navbar ul.nav > li > a:hover {
- border-top-color: transparent;
- }
-}
-.navbar.navbar-light ul.nav > li.active > a {
- border-top: solid 5px #2d7b6b;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar.navbar-light ul.nav > li.active > a:hover {
- border-top: solid 5px #2d7b6b;
-}
-.navbar.navbar-light ul.nav > li > a:hover,
-.navbar.navbar-light ul.nav > li.open > a:hover,
-.navbar.navbar-light ul.nav > li > a:focus,
-.navbar.navbar-light ul.nav > li.open > a:focus {
- border-top: solid 5px #4fbfa8;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar ul.dropdown-menu {
- margin: 0;
- padding: 0;
-}
-.navbar ul.dropdown-menu li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 4px 0;
-}
-.navbar ul.dropdown-menu li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- left: 0;
-}
-.navbar ul.dropdown-menu li a:hover {
- color: #4fbfa8;
- text-decoration: none;
- background: none;
- left: 2px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .navbar ul.dropdown-menu li a:hover {
- left: 0;
- }
-}
-.navbar .yamm-content h3 {
- font-size: 18px;
- text-transform: uppercase;
- padding-bottom: 10px;
- margin-top: 5px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-@media (max-width: 767px) {
- .navbar .yamm-content h3 {
- font-size: 14px;
- }
-}
-.navbar .yamm-content h5 {
- text-transform: uppercase;
- padding-bottom: 10px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-.navbar .yamm-content ul {
- margin: 0;
- padding: 0;
-}
-.navbar .yamm-content ul li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- padding: 4px 0;
-}
-.navbar .yamm-content ul li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.navbar .yamm-content ul li a:hover {
- color: #4fbfa8;
- text-decoration: none;
- padding-left: 2px;
-}
-.navbar .yamm-content .banner {
- margin-bottom: 10px;
-}
-.navbar .yamm-fw .dropdown-menu {
- padding: 0;
-}
-.navbar .navbar-buttons {
- float: right;
-}
-.navbar .navbar-buttons button,
-.navbar .navbar-buttons a.btn,
-.navbar .navbar-buttons .btn-default.navbar-toggle {
- margin-top: 11px;
- margin-bottom: 11px;
- margin-left: 0;
- margin-right: 5px;
-}
-.navbar .btn-default,
-.navbar .btn-default.navbar-toggle {
- color: #999999;
- background-color: #fff;
- margin-left: 7px;
- margin-right: 0;
-}
-.navbar .btn-default:hover,
-.navbar .btn-default.navbar-toggle:hover,
-.navbar .btn-default:focus,
-.navbar .btn-default.navbar-toggle:focus {
- background-color: #fff;
- border-color: #4fbfa8;
- color: #4fbfa8;
-}
-.navbar #search {
- clear: both;
- border-top: solid 1px #4fbfa8;
- text-align: right;
-}
-.navbar #search form {
- float: right;
-}
-.navbar #search form .input-group {
- width: 500px;
-}
-@media (max-width: 768px) {
- .navbar #search form .input-group {
- width: 100%;
- }
-}
-.navbar #basket-overview a {
- margin-left: 7px;
-}
-.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 1000;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-body.boxed .navbar-affixed-top.affix {
- position: static;
-}
-#login-modal {
- overflow: hidden;
-}
-#login-modal .modal-header h4 {
- text-transform: uppercase;
-}
-#login-modal form {
- margin-bottom: 20px;
-}
-#login-modal a {
- color: #4fbfa8;
-}
-#login-modal p {
- font-weight: 300;
- margin-bottom: 20px;
- font-size: 13px;
-}
-/* buttons */
-.btn {
- font-weight: 700;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857143;
- border-radius: 0;
-}
-.input-group .btn {
- font-size: 14px;
-}
-.btn-lg {
- padding: 10px 16px;
- font-size: 14px;
- line-height: 1.33;
- border-radius: 0;
-}
-.btn-sm {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-xs {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-template-main {
- color: #4fbfa8;
- background-color: #ffffff;
- border-color: #4fbfa8;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- color: #4fbfa8;
- background-color: #e6e6e6;
- border-color: #389985;
-}
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- background-image: none;
-}
-.btn-template-main.disabled,
-.btn-template-main[disabled],
-fieldset[disabled] .btn-template-main,
-.btn-template-main.disabled:hover,
-.btn-template-main[disabled]:hover,
-fieldset[disabled] .btn-template-main:hover,
-.btn-template-main.disabled:focus,
-.btn-template-main[disabled]:focus,
-fieldset[disabled] .btn-template-main:focus,
-.btn-template-main.disabled:active,
-.btn-template-main[disabled]:active,
-fieldset[disabled] .btn-template-main:active,
-.btn-template-main.disabled.active,
-.btn-template-main[disabled].active,
-fieldset[disabled] .btn-template-main.active {
- background-color: #ffffff;
- border-color: #4fbfa8;
-}
-.btn-template-main .badge {
- color: #ffffff;
- background-color: #4fbfa8;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active {
- background: #4fbfa8;
- color: #ffffff;
- border-color: #4fbfa8;
-}
-.btn-template-transparent-primary {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- background-image: none;
-}
-.btn-template-transparent-primary.disabled,
-.btn-template-transparent-primary[disabled],
-fieldset[disabled] .btn-template-transparent-primary,
-.btn-template-transparent-primary.disabled:hover,
-.btn-template-transparent-primary[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-primary:hover,
-.btn-template-transparent-primary.disabled:focus,
-.btn-template-transparent-primary[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-primary:focus,
-.btn-template-transparent-primary.disabled:active,
-.btn-template-transparent-primary[disabled]:active,
-fieldset[disabled] .btn-template-transparent-primary:active,
-.btn-template-transparent-primary.disabled.active,
-.btn-template-transparent-primary[disabled].active,
-fieldset[disabled] .btn-template-transparent-primary.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active {
- background: #fff;
- color: #4fbfa8;
- border-color: #fff;
-}
-.btn-template-transparent-black {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- background-image: none;
-}
-.btn-template-transparent-black.disabled,
-.btn-template-transparent-black[disabled],
-fieldset[disabled] .btn-template-transparent-black,
-.btn-template-transparent-black.disabled:hover,
-.btn-template-transparent-black[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-black:hover,
-.btn-template-transparent-black.disabled:focus,
-.btn-template-transparent-black[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-black:focus,
-.btn-template-transparent-black.disabled:active,
-.btn-template-transparent-black[disabled]:active,
-fieldset[disabled] .btn-template-transparent-black:active,
-.btn-template-transparent-black.disabled.active,
-.btn-template-transparent-black[disabled].active,
-fieldset[disabled] .btn-template-transparent-black.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active {
- background: #fff;
- color: #000;
- border-color: #fff;
-}
-.btn-template-primary {
- color: #ffffff;
- background-color: #4fbfa8;
- border-color: #4fbfa8;
-}
-.btn-template-primary:hover,
-.btn-template-primary:focus,
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- color: #ffffff;
- background-color: #3aa18c;
- border-color: #389985;
-}
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- background-image: none;
-}
-.btn-template-primary.disabled,
-.btn-template-primary[disabled],
-fieldset[disabled] .btn-template-primary,
-.btn-template-primary.disabled:hover,
-.btn-template-primary[disabled]:hover,
-fieldset[disabled] .btn-template-primary:hover,
-.btn-template-primary.disabled:focus,
-.btn-template-primary[disabled]:focus,
-fieldset[disabled] .btn-template-primary:focus,
-.btn-template-primary.disabled:active,
-.btn-template-primary[disabled]:active,
-fieldset[disabled] .btn-template-primary:active,
-.btn-template-primary.disabled.active,
-.btn-template-primary[disabled].active,
-fieldset[disabled] .btn-template-primary.active {
- background-color: #4fbfa8;
- border-color: #4fbfa8;
-}
-.btn-template-primary .badge {
- color: #4fbfa8;
- background-color: #ffffff;
-}
-#intro {
- background: url('../img/home.jpg') no-repeat center top;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-#intro .item {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- height: 100%;
-}
-#intro .item h1 {
- text-transform: uppercase;
- font-size: 50px;
- color: #fff;
- margin-bottom: 40px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #intro .item h1 {
- font-size: 40px;
- }
-}
-@media (max-width: 767px) {
- #intro .item h1 {
- font-size: 25px;
- }
-}
-#intro .item h3 {
- color: #fff;
- margin-bottom: 40px;
-}
-@media (max-width: 767px) {
- #intro .item h3 {
- font-size: 15px;
- margin-bottom: 20px;
- }
-}
-#intro .item .btn {
- text-transform: none;
-}
-@media (max-width: 991px) {
- #intro .item .btn {
- font-size: 14px;
- }
-}
-@media (max-width: 991px) {
- #intro .item .carousel-caption {
- left: 10%;
- right: 10%;
- }
-}
-#intro .container,
-#intro .row {
- height: 100%;
- position: relative;
-}
-.jumbotron {
- padding: 30px;
- margin-bottom: 0;
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.jumbotron .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #4fbfa8;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3,
-.jumbotron p,
-.jumbotron ul {
- color: #fff;
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3 {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.jumbotron p {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 400;
-}
-.jumbotron p.text-uppercase {
- font-weight: 700;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron {
- border-radius: 0;
-}
-.jumbotron .container {
- max-width: 100%;
- z-index: 2;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron {
- padding-left: 60px;
- padding-right: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 46px;
- }
-}
-#categoryMenu h3 {
- padding: 20px;
- background: #f7f7f7;
- margin: 0;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu h3 {
- padding: 5px 0;
- margin: 0;
-}
-.panel.sidebar-menu {
- background: #fff;
- margin: 0 0 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.panel.sidebar-menu .panel-heading {
- text-transform: uppercase;
- margin-bottom: 10px;
- background: none;
- padding: 0;
- letter-spacing: 0.08em;
- border-bottom: none;
-}
-.panel.sidebar-menu .panel-heading h1,
-.panel.sidebar-menu .panel-heading h2,
-.panel.sidebar-menu .panel-heading h3,
-.panel.sidebar-menu .panel-heading h4,
-.panel.sidebar-menu .panel-heading h5 {
- display: inline-block;
- border-bottom: solid 5px #4fbfa8;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
-}
-.panel.sidebar-menu .panel-heading .btn.btn-danger {
- color: #fff;
- margin-top: 5px;
-}
-.panel.sidebar-menu .panel-body {
- padding: 0;
-}
-.panel.sidebar-menu .panel-body span.colour {
- display: inline-block;
- width: 15px;
- height: 15px;
- border: solid 1px #555555;
- vertical-align: top;
- margin-top: 2px;
- margin-left: 5px;
-}
-.panel.sidebar-menu .panel-body span.colour.white {
- background: #fff;
-}
-.panel.sidebar-menu .panel-body span.colour.red {
- background: red;
-}
-.panel.sidebar-menu .panel-body span.colour.green {
- background: green;
-}
-.panel.sidebar-menu .panel-body span.colour.blue {
- background: blue;
-}
-.panel.sidebar-menu .panel-body span.colour.yellow {
- background: yellow;
-}
-.panel.sidebar-menu .panel-body label {
- color: #999999;
- font-size: 12px;
-}
-.panel.sidebar-menu .panel-body label:hover {
- color: #555555;
-}
-.panel.sidebar-menu ul.nav.category-menu {
- margin-bottom: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu ul.nav.category-menu li a {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.panel.sidebar-menu ul.nav ul {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.nav ul li {
- display: block;
-}
-.panel.sidebar-menu ul.nav ul li a {
- position: relative;
- font-family: "Times New Roman", Times, serif;
- font-weight: normal;
- text-transform: none !important;
- display: block;
- padding: 10px 15px;
- padding-left: 30px;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.nav ul li a:hover,
-.panel.sidebar-menu ul.nav ul li a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-.panel.sidebar-menu ul.tag-cloud {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.tag-cloud li {
- display: inline-block;
-}
-.panel.sidebar-menu ul.tag-cloud li a {
- display: inline-block;
- padding: 5px;
- border: solid 1px #eeeeee;
- border-radius: 0;
- color: #4fbfa8;
- margin: 5px 5px 5px 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 700;
- font-size: 12px;
-}
-.panel.sidebar-menu ul.tag-cloud li a:hover {
- color: #4fbfa8;
- text-decoration: none;
- border-color: #4fbfa8;
-}
-.panel.sidebar-menu ul.popular,
-.panel.sidebar-menu ul.recent {
- list-style: none;
- padding-left: 0;
- padding: 20px 0;
-}
-.panel.sidebar-menu ul.popular li,
-.panel.sidebar-menu ul.recent li {
- margin-bottom: 10px;
- padding: 5px 0;
- border-bottom: dotted 1px #eeeeee;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li img,
-.panel.sidebar-menu ul.recent li img {
- width: 50px;
- margin-right: 10px;
-}
-.panel.sidebar-menu ul.popular li h5,
-.panel.sidebar-menu ul.recent li h5 {
- margin: 0 0 10px;
-}
-.panel.sidebar-menu ul.popular li h5 a,
-.panel.sidebar-menu ul.recent li h5 a {
- font-weight: normal;
-}
-.panel.sidebar-menu ul.popular li p.date,
-.panel.sidebar-menu ul.recent li p.date {
- float: right;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.popular li:last-child,
-.panel.sidebar-menu ul.recent li:last-child {
- border-bottom: none;
-}
-.panel.sidebar-menu .text-widget {
- font-size: 12px;
-}
-.panel.sidebar-menu.with-icons ul.nav li a:after {
- font-family: 'FontAwesome';
- content: "\f105";
- position: relative;
- top: 0;
- float: right;
-}
-/* ribbons for product sales etc. */
-.ribbon {
- position: absolute;
- top: 50px;
- padding-left: 51px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.ribbon .ribbon-background {
- position: absolute;
- top: 0;
- right: 0;
-}
-.ribbon .theribbon {
- position: relative;
- width: 80px;
- padding: 6px 20px 6px 20px;
- margin: 30px 10px 10px -71px;
- color: #fff;
- background-color: #4fbfa8;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.ribbon .theribbon:before,
-.ribbon .theribbon:after {
- content: ' ';
- position: absolute;
- width: 0;
- height: 0;
-}
-.ribbon .theribbon:after {
- left: 0px;
- top: 100%;
- border-width: 5px 10px;
- border-style: solid;
- border-color: #000000 #000000 transparent transparent;
-}
-.ribbon.sale {
- top: 0;
-}
-.ribbon.new {
- top: 50px;
-}
-.ribbon.new .theribbon {
- background-color: #5bc0de;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.new .theribbon:after {
- border-color: #2390b0 #2390b0 transparent transparent;
-}
-.ribbon.gift {
- top: 100px;
-}
-.ribbon.gift .theribbon {
- background-color: #5cb85c;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.gift .theribbon:after {
- border-color: #357935 #357935 transparent transparent;
-}
-.owl-carousel .owl-controls .owl-page.active span,
-.owl-theme .owl-controls .owl-page.active span,
-.owl-carousel .owl-controls.clickable .owl-page:hover span,
-.owl-theme .owl-controls.clickable .owl-page:hover span {
- background: #4fbfa8;
-}
-.owl-carousel .owl-controls .owl-buttons,
-.owl-theme .owl-controls .owl-buttons {
- position: absolute;
- top: 5px;
- right: 0;
-}
-.owl-carousel .owl-controls .owl-buttons div,
-.owl-theme .owl-controls .owl-buttons div {
- width: 26px;
- height: 26px;
- line-height: 25px;
- margin: 0 5px 0 0;
- font-size: 18px;
- color: #4fbfa8;
- padding: 0;
- background: #fff;
- border-radius: 13px;
- vertical-align: middle;
- text-align: center;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-.home-carousel {
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.home-carousel .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #4fbfa8;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.home-carousel .owl-carousel {
- padding-top: 60px;
- padding-bottom: 20px;
-}
-.home-carousel .owl-theme .owl-controls .owl-page span {
- background: #666;
-}
-.home-carousel .owl-theme .owl-controls .owl-page.active span {
- background: #fff;
-}
-.home-carousel .owl-theme .owl-controls .owl-page:hover span {
- background: #fff;
-}
-@media (max-width: 767px) {
- .home-carousel {
- text-align: center !important;
- }
-}
-@media (min-width: 992px) {
- .home-carousel .right {
- text-align: right;
- }
-}
-.home-carousel h1,
-.home-carousel h2,
-.home-carousel h3,
-.home-carousel p,
-.home-carousel ul {
- color: #fff;
-}
-.home-carousel h1 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 46px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .home-carousel h1 {
- font-size: 36px;
- }
-}
-.home-carousel h2 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 40px;
- letter-spacing: 0.08em;
-}
-.home-carousel ul,
-.home-carousel p {
- font-size: 18px;
- font-weight: 700;
- padding: 0;
- text-transform: uppercase;
- letter-spacing: 0.10em;
-}
-@media (max-width: 991px) {
- .home-carousel ul,
- .home-carousel p {
- font-size: 14px;
- }
-}
-.home-carousel ul li {
- margin-bottom: 10px;
-}
-.customers {
- padding: 0;
- margin-bottom: 40px;
-}
-.customers .item {
- list-style-type: none;
- text-align: center;
- margin: 0 20px;
-}
-.customers .item img {
- display: inline-block;
- filter: url("data:image/svg+xml;utf8, #grayscale");
- /* Firefox 10+, Firefox on Android */
- filter: gray;
- /* IE6-9 */
- -webkit-filter: grayscale(100%);
- /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.customers .item img:hover {
- max-width: auto;
- filter: none;
- -webkit-filter: none;
-}
-.testimonials {
- padding: 0;
- margin-bottom: 40px;
-}
-.testimonials .item {
- list-style-type: none;
- margin: 0 5px;
- background: #fff;
- padding-bottom: 60px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.testimonials .item .testimonial {
- position: relative;
- padding: 20px;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial .text {
- color: #999999;
- margin-bottom: 40px;
-}
-.testimonials .item .testimonial .bottom {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px;
- height: 50px;
-}
-.testimonials .item .testimonial .bottom .icon {
- color: #4fbfa8;
- font-size: 30px;
- float: left;
- width: 20%;
-}
-.testimonials .item .testimonial .name-picture {
- float: right;
- width: 80%;
- text-align: right;
-}
-.testimonials .item .testimonial .name-picture h5 {
- font-size: 14px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.testimonials .item .testimonial .name-picture p {
- color: #999999;
- margin: 0;
- font-size: 12px;
-}
-.testimonials .item .testimonial .name-picture img {
- float: right;
- width: 60px;
- border-radius: 30px;
- margin-left: 10px;
-}
-.team-member {
- text-align: center;
- margin-bottom: 40px;
-}
-.team-member h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 5px;
- letter-spacing: 0.08em;
-}
-.team-member h3 a {
- color: #555555;
-}
-.team-member p.role {
- color: #999999;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.team-member .social {
- margin-bottom: 20px;
-}
-.team-member .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email {
- background-color: #4a7f45;
-}
-.team-member .text p {
- color: #999999;
- font-size: 12px;
-}
-.team-member .social,
-.team-member-detail .social {
- margin-bottom: 20px;
-}
-.team-member .social a,
-.team-member-detail .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i,
-.team-member-detail .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook,
-.team-member-detail .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus,
-.team-member-detail .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter,
-.team-member-detail .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram,
-.team-member-detail .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email,
-.team-member-detail .social a.email {
- background-color: #4a7f45;
-}
-.box-simple {
- text-align: center;
- margin-bottom: 40px;
-}
-.box-simple .icon {
- color: #4fbfa8;
- border-color: #4fbfa8;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.box-simple h3 {
- font-weight: normal;
- font-size: 18px;
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-simple h3 a {
- color: #555555;
-}
-.box-simple p {
- color: #999999;
-}
-.box-simple:hover .icon {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.box-simple:hover .icon i {
- -webkit-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- transform: scale(1, 1);
-}
-.box-simple.box-white {
- padding: 20px;
- border: dotted 1px #999999;
-}
-.box-simple.box-white .icon {
- color: #555555;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark {
- padding: 20px;
- border: dotted 1px #999999;
- background: #555555;
- color: #fff;
-}
-.box-simple.box-dark .icon {
- color: #f7f7f7;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark h3 {
- color: #fff;
-}
-.box-simple.box-dark h3 a {
- color: #fff;
-}
-.box-simple.box-dark p {
- color: #fff;
-}
-.box-image {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #4fbfa8;
-}
-.box-image .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-.box-image-text {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image-text .top {
- position: relative;
- margin-bottom: 10px;
-}
-.box-image-text .top .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #4fbfa8;
-}
-.box-image-text .top .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .top .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image-text .top .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image-text .top .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .content h3,
-.box-image-text .content h4 {
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-image-text .content p {
- color: #999999;
-}
-.box-image-text:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image-text:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image-text:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-/* universal box */
-.box {
- background: #fff;
- margin: 0 0 30px;
- border: solid 1px #ccc;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 0;
- border-left: none;
- border-right: none;
-}
-.box .box-header {
- background: #f7f7f7;
- margin: -20px 0 20px;
- padding: 20px;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-footer {
- background: #f7f7f7;
- margin: 30px 0 -20px;
- padding: 20px;
- border-top: solid 1px #eeeeee;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-@media (max-width: 991px) {
- .box .box-footer .btn {
- margin-bottom: 20px;
- }
-}
-.box.no-border {
- border: none;
-}
-#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
- padding: 20px 0;
- margin-bottom: 40px;
-}
-#heading-breadcrumbs.no-mb {
- margin-bottom: 0;
-}
-#heading-breadcrumbs h1 {
- color: #333333;
- text-transform: uppercase;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #heading-breadcrumbs h1 {
- text-align: center;
- }
-}
-#heading-breadcrumbs ul.breadcrumb {
- margin-top: 5px;
- margin-bottom: 0;
-}
-.bar {
- position: relative;
- background: #4fbfa8;
- padding: 60px 0;
-}
-.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
- border-top: solid 1px #999999;
- border-bottom: solid 1px #999999;
-}
-.bar.background-gray {
- background: #eeeeee;
-}
-.bar.background-gray-dark {
- background: #555555;
-}
-.bar.background-white {
- background: #fff;
-}
-.bar.background-image-fixed-1 {
- background: url('../img/fixed-background-1.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.background-image-fixed-2 {
- background: url('../img/fixed-background-2.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.color-white h1,
-.bar.color-white h2,
-.bar.color-white h3,
-.bar.color-white h4,
-.bar.color-white h5,
-.bar.color-white h6,
-.bar.color-white p {
- color: #fff;
-}
-.bar.padding-big {
- padding: 50px 0;
-}
-.bar.padding-horizontal {
- padding-left: 30px;
- padding-right: 30px;
-}
-.bar.margin-vertical {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.bar .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-.portfolio.no-space {
- padding: 0 15px;
-}
-.portfolio.no-space .box-image {
- margin: 0 -15px;
-}
-.portfolio-project .project-more h4 {
- color: #555555;
- text-transform: uppercase;
- margin-bottom: 0;
- text-align: left;
- font-size: 14px;
- letter-spacing: 0.08em;
-}
-.portfolio-project .project-more p {
- color: #999999;
- padding: 10px 0;
- margin-bottom: 20px;
- text-align: left;
-}
-.portfolio-showcase {
- margin: 15px 0 60px;
-}
-.portfolio-showcase h3 a {
- text-transform: uppercase;
- line-height: 1.5;
- letter-spacing: 0.08em;
-}
-.portfolio-showcase p.lead {
- color: #555555;
- margin-bottom: 20px;
-}
-.portfolio-showcase p {
- color: #999999;
-}
-.portfolio-showcase p.buttons {
- margin-top: 40px;
-}
-.see-more {
- text-align: center;
- margin-top: 20px;
- padding-top: 20px;
-}
-.see-more p {
- font-size: 28px;
- font-weight: 100;
- margin-bottom: 20px;
-}
-.showcase .item {
- text-align: center;
-}
-.showcase .item .icon {
- display: inline-block;
- width: 50px;
- height: 50px;
- color: #555555;
- line-height: 50px;
- border-radius: 25px;
- border: solid 1px #555555;
-}
-.showcase .item h4 {
- color: #555555;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- line-height: 1.5;
- font-size: 16px;
-}
-.showcase .item h4 span {
- font-weight: bold;
- font-size: 51px;
-}
-.packages .package {
- background: #fff;
- margin-top: 25px;
- margin-bottom: 20px;
- padding-bottom: 15px;
- text-align: center;
- border: solid 1px #4fbfa8;
- overflow: hidden;
-}
-.packages .package .package-header {
- height: 57px;
- color: #fff;
- line-height: 57px;
- background: #4fbfa8;
-}
-.packages .package .package-header h5 {
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 57px;
- margin: 0;
- letter-spacing: 0.08em;
-}
-.packages .package .package-header.light-gray {
- background: #eeeeee;
-}
-.packages .package .package-header.light-gray h5 {
- color: #555555;
-}
-.packages .package .price {
- line-height: 120px;
- height: 100px;
- color: #fff;
- font-weight: 400;
-}
-.packages .package .price h4 {
- display: inline;
- font-size: 50px;
- line-height: normal;
- margin-bottom: 0;
-}
-.packages .package .price .period {
- line-height: normal;
- color: #999999;
-}
-.packages .package ul {
- padding: 0;
-}
-.packages .package ul li {
- list-style-type: none;
- padding-top: 10px;
- padding-bottom: 10px;
- width: 80%;
- margin: auto;
- border-bottom: 1px dotted #ccc;
-}
-.packages .package ul li:last-child {
- border-bottom: 0;
-}
-.packages .package ul li i {
- font-size: 13px;
- margin-right: 5px;
-}
-.packages .best-value .package {
- margin-top: 0;
- padding-bottom: 40px;
-}
-.packages .best-value .package .package-header {
- height: 72px;
- padding-top: 17px;
- height: 82px !important;
-}
-.packages .best-value .package .package-header h5 {
- font-weight: bold;
- line-height: 29px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.packages .best-value .package .package-header .meta-text {
- font-size: 13px;
- line-height: 15px;
-}
-#map {
- height: 300px;
-}
-#map.with-border {
- border-top: solid 1px #4fbfa8;
- border-bottom: solid 1px #4fbfa8;
-}
-#blog-listing-big .post,
-#blog-homepage .post {
- margin-bottom: 60px;
-}
-#blog-listing-big .post h2,
-#blog-homepage .post h2,
-#blog-listing-big .post h4,
-#blog-homepage .post h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post h2 a,
-#blog-homepage .post h2 a,
-#blog-listing-big .post h4 a,
-#blog-homepage .post h4 a {
- color: #555555;
-}
-#blog-listing-big .post h2 a:hover,
-#blog-homepage .post h2 a:hover,
-#blog-listing-big .post h4 a:hover,
-#blog-homepage .post h4 a:hover {
- color: #4fbfa8;
-}
-#blog-listing-big .post .author-category,
-#blog-homepage .post .author-category {
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post .author-category a,
-#blog-homepage .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-big .post .date-comments a,
-#blog-homepage .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-big .post .date-comments a:hover,
-#blog-homepage .post .date-comments a:hover {
- color: #4fbfa8;
-}
-@media (min-width: 768px) {
- #blog-listing-big .post .date-comments,
- #blog-homepage .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-big .post .intro,
-#blog-homepage .post .intro {
- text-align: left;
-}
-#blog-listing-big .post .image,
-#blog-homepage .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-big .post .image img,
-#blog-homepage .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-big .post .image img.img-responsive,
- #blog-homepage .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-big .post .video,
-#blog-homepage .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-big .post .read-more,
-#blog-homepage .post .read-more {
- text-align: right;
-}
-#blog-listing-medium .post {
- margin-bottom: 60px;
-}
-#blog-listing-medium .post h2 {
- text-transform: uppercase;
- margin: 0 0 10px;
- font-size: 24px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post h2 a {
- color: #555555;
-}
-#blog-listing-medium .post h2 a:hover {
- color: #4fbfa8;
-}
-#blog-listing-medium .post .author-category {
- float: left;
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 12px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-medium .post .date-comments {
- float: right;
- font-size: 12px;
-}
-#blog-listing-medium .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-medium .post .date-comments a:hover {
- color: #4fbfa8;
-}
-@media (min-width: 768px) {
- #blog-listing-medium .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-medium .post .intro {
- text-align: left;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-medium .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-medium .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-medium .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-medium .post .read-more {
- text-align: right;
-}
-.box-image-text.blog .author-category {
- color: #999999;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 300;
- font-size: 12px;
-}
-.box-image-text.blog .author-category a {
- font-weight: 500;
-}
-.box-image-text.blog .intro {
- text-align: left;
- margin-bottom: 20px;
-}
-#blog-homepage .post {
- margin-bottom: 30px;
-}
-#blog-homepage .post h2,
-#blog-homepage .post h4,
-#blog-homepage .post .author-category,
-#blog-homepage .post .read-more {
- text-align: center;
-}
-#blog-homepage .post .read-more {
- margin-top: 20px;
-}
-#blog-post #post-content {
- margin-bottom: 20px;
-}
-#blog-post .comment {
- margin-bottom: 25px;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment .posted {
- color: #999999;
- font-size: 12px;
-}
-#blog-post .comment .reply {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#blog-post .comment.last {
- margin-bottom: 0;
-}
-#blog-post #comments,
-#blog-post #comment-form {
- padding: 20px 0;
- margin-top: 20px;
- border-top: solid 1px #eeeeee;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments h4,
-#blog-post #comment-form h4 {
- margin-bottom: 20px;
-}
-#blog-post #comment-form {
- margin-bottom: 20px;
-}
-.product {
- background: #fff;
- border-bottom: solid 1px #e6e6e6;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 60px;
- overflow: hidden;
- text-align: center;
-}
-.product .image {
- overflow: hidden;
-}
-.product .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .product .image img.img-responsive {
- min-width: 100%;
- }
-}
-.product .text {
- padding: 10px;
-}
-.product .text h3 {
- font-size: 14px;
- font-weight: 700;
- height: 39.6px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.product .text h3 a {
- color: #555555;
-}
-.product .text h3 a:hover {
- text-decoration: none;
-}
-.product .text p.price {
- font-size: 18px;
-}
-.product .text p.price del {
- color: #999999;
-}
-.product .buttons {
- clear: both;
- position: absolute;
- display: none;
- bottom: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- border: solid 1px transparent;
- padding: 20px;
- background: rgba(255, 255, 255, 0.9);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- text-align: center;
-}
-.product .buttons .btn {
- margin-bottom: 20px;
-}
-.product:hover {
- border-bottom: solid 1px #808080;
- top: 0;
-}
-.product:hover .buttons {
- clear: both;
- position: absolute;
- top: 0;
- background: rgba(255, 255, 255, 0.5);
-}
-.product:hover .image img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.goToDescription {
- font-size: 12px;
- text-align: center;
- margin-bottom: 40px;
-}
-.goToDescription a {
- color: #999999;
- text-decoration: underline;
-}
-#productMain {
- margin-bottom: 30px;
-}
-#productMain .sizes {
- text-align: center;
-}
-#productMain .sizes h3 {
- font-weight: 700;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- margin-bottom: 40px;
-}
-#productMain .sizes a {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 40px;
- background: #ccc;
- line-height: 40px;
- color: #555555;
- text-align: center;
- text-decoration: none;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#productMain .sizes a.active,
-#productMain .sizes a:hover {
- background: #4fbfa8;
- color: #fff;
-}
-#productMain .sizes input {
- display: none;
-}
-#productMain .price {
- font-size: 40px;
- text-align: center;
- margin-top: 40px;
- margin-bottom: 40px;
-}
-#thumbs a {
- display: block;
- border: solid 1px transparent;
-}
-#thumbs a.active {
- border-color: #4fbfa8;
-}
-#product-social {
- text-align: center;
-}
-#product-social h4 {
- font-weight: 300;
- margin-bottom: 10px;
-}
-#product-social p {
- line-height: 26px;
-}
-#product-social p a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-#product-social p a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-#product-social p a.facebook {
- background-color: #4460ae;
-}
-#product-social p a.gplus {
- background-color: #c21f25;
-}
-#product-social p a.twitter {
- background-color: #3cf;
-}
-#product-social p a.instagram {
- background-color: #cd4378;
-}
-#product-social p a.email {
- background-color: #4a7f45;
-}
-@media (max-width: 991px) {
- #product-social {
- text-align: center;
- }
-}
-#checkout .nav {
- margin-bottom: 20px;
- border-bottom: solid 1px #4fbfa8;
-}
-#checkout .nav li {
- height: 100%;
-}
-#checkout .nav li a {
- display: block;
- height: 100%;
-}
-#order-summary table {
- margin-top: 20px;
-}
-#order-summary table td {
- color: #999999;
-}
-#order-summary table tr.total td,
-#order-summary table tr.total th {
- font-size: 18px;
- color: #555555;
- font-weight: 700;
-}
-#checkout .table tbody tr td,
-#basket .table tbody tr td,
-#customer-order .table tbody tr td {
- vertical-align: middle;
-}
-#checkout .table tbody tr td input,
-#basket .table tbody tr td input,
-#customer-order .table tbody tr td input {
- width: 50px;
- text-align: right;
-}
-#checkout .table tbody tr td img,
-#basket .table tbody tr td img,
-#customer-order .table tbody tr td img {
- width: 50px;
-}
-#checkout .table tfoot,
-#basket .table tfoot,
-#customer-order .table tfoot {
- font-size: 18px;
-}
-.shipping-method h4,
-.payment-method h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#customer-orders table tr th,
-#customer-orders table tr td {
- vertical-align: baseline;
-}
-#customer-order .table tfoot th {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-order .addresses {
- text-align: right;
- margin-bottom: 30px;
-}
-#customer-order .addresses p {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-account {
- margin-bottom: 30px;
-}
-#get-it {
- background: #4fbfa8;
- padding: 50px 0 30px;
- color: #fff;
- text-align: center;
-}
-#get-it h1,
-#get-it h2,
-#get-it h3,
-#get-it h4,
-#get-it h5,
-#get-it h6 {
- color: #fff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- margin: 0 0 20px;
-}
-#get-it p {
- margin: 0 0 20px;
-}
-#footer {
- background: #555555;
- padding: 50px 0;
- color: #999999;
-}
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6 {
- color: #eeeeee;
-}
-#footer h4 {
- font-size: 14px;
- font-weight: 800;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#footer ul {
- padding-left: 0;
- list-style: none;
-}
-#footer ul a {
- color: #999999;
-}
-#footer ul a:hover {
- color: #4fbfa8;
- text-decoration: none;
-}
-#footer .photostream div {
- float: left;
- display: block;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 33%;
- padding: 7.5px;
- overflow: hidden;
-}
-#footer .photostream div a {
- border: solid 1 px #eeeeee;
-}
-#footer .photostream div img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#footer .photostream div:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-#footer .blog-entries .item {
- clear: both;
- padding: 5px 0;
- margin-bottom: 10px;
- border-bottom: solid 1px #555555;
-}
-#footer .blog-entries .item .image {
- float: left;
- width: 15%;
- margin-right: 10px;
-}
-#footer .blog-entries .item .name {
- width: 75%;
- margin-left: 10px;
- display: table-cell;
- vertical-align: middle;
-}
-#footer .blog-entries .item .name h5 {
- margin: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-size: 12px;
-}
-#footer .blog-entries .item .name h5 a {
- color: #eeeeee;
-}
-#footer .blog-entries .item .text {
- width: 100%;
- clear: both;
-}
-#footer .blog-entries .item:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-#footer .social a {
- color: #555555;
- font-size: 25px;
- margin: 0 10px 0 0;
-}
-#footer .social a:hover {
- color: #4fbfa8;
-}
-#copyright {
- background: #333;
- color: #ccc;
- padding: 50px 0;
- font-size: 12px;
- line-height: 28px;
-}
-#copyright p {
- margin: 0;
-}
-@media (max-width: 991px) {
- #copyright p {
- float: none !important;
- text-align: center;
- margin-bottom: 10px;
- }
-}
-[data-animate] {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-#style-switch-button {
- position: fixed;
- top: 100px;
- left: 0px;
- border-radius: 0;
-}
-#style-switch {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 300px;
- padding: 20px;
- position: fixed;
- top: 140px;
- left: 0;
- background: #fff;
- border: solid 1px #eeeeee;
-}
-@media (max-width: 991px) {
- #style-switch-button {
- display: none;
- }
- #style-switch {
- display: none;
- }
-}
-/* Original Boostrap template overwrite */
-/* breadcrumbs */
-.breadcrumb {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- background-color: none;
- letter-spacing: 0.08em;
-}
-/* nav */
-.nav > li > a {
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: #eeeeee;
-}
-.nav > li.disabled > a {
- color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #999999;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eeeeee;
- border-color: #4fbfa8;
-}
-.nav-tabs {
- border-bottom: 1px solid #4fbfa8;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eeeeee #eeeeee #4fbfa8;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #4fbfa8;
- border-bottom-color: transparent;
- cursor: default;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: solid 1px #4fbfa8;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #4fbfa8;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #4fbfa8;
- border-radius: 0 0 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 0;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #ffffff;
- background-color: #4fbfa8;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
- border-bottom: solid 1px #4fbfa8;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #4fbfa8;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #4fbfa8;
- border-radius: 0 0 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.tab-content {
- padding: 15px;
- border: solid 1px #ddd;
- border-top: none;
-}
-/* navbar */
-.navbar {
- position: relative;
- min-height: 62px;
- margin-bottom: 0;
- border-bottom: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 0px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- overflow-x: visible;
- padding-right: 15px;
- padding-left: 15px;
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-left: 0;
- padding-right: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-affixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-affixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- padding: 10px 15px;
- font-size: 18px;
- line-height: 20px;
- height: 62px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- margin-right: 15px;
- padding: 9px 10px;
- margin-top: 14px;
- margin-bottom: 14px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 0;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-nav {
- margin: 10.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 21px;
- padding-bottom: 21px;
- }
- .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- }
-}
-.navbar-form {
- margin-left: -15px;
- margin-right: -15px;
- padding: 10px 15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 14px;
- margin-bottom: 14px;
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- border: 0;
- margin-left: 0;
- margin-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-form.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-btn.btn-sm {
- margin-top: 16px;
- margin-bottom: 16px;
-}
-.navbar-btn.btn-xs {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.navbar-text {
- margin-top: 21px;
- margin-bottom: 21px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-left: 15px;
- margin-right: 15px;
- }
- .navbar-text.navbar-right:last-child {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #ffffff;
- border-color: #cccccc;
- border-bottom: none;
-}
-.navbar-default .navbar-brand {
- color: #555555;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #3b3b3b;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #555555;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #555555;
- background-color: #9adacd;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #ffffff;
- background-color: #4fbfa8;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #4fbfa8;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #cccccc;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- background-color: #4fbfa8;
- color: #ffffff;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #555555;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #4fbfa8;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ffffff;
- background-color: #4fbfa8;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #555555;
-}
-.navbar-default .navbar-link:hover {
- color: #555555;
-}
-.navbar-default .btn-link {
- color: #555555;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #555555;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #cccccc;
-}
-/* scaffolding */
-body {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555555;
-}
-a {
- color: #4fbfa8;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #348e7b;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.img-rounded {
- border-radius: 0;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eeeeee;
-}
-/* breadcrumbs */
-.breadcrumb {
- padding: 20px 0;
- margin-bottom: 20px;
- background-color: transparent;
- border-radius: 0;
- text-align: right;
-}
-.breadcrumb > li + li:before {
- content: ">\00a0";
- color: #555555;
-}
-.breadcrumb > .active {
- color: #999999;
-}
-@media (max-width: 991px) {
- .breadcrumb {
- padding: 20px 0;
- text-align: center;
- }
-}
-/* dropdowns */
-.dropdown-menu {
- z-index: 1000;
- font-size: 14px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- padding: 5px 20px;
- line-height: 1.42857143;
- color: #333333;
- white-space: nowrap;
-}
-/* labels */
-.label {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-/* forms.less */
-label {
- font-weight: normal;
-}
-.form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
-}
-.form-control:focus {
- border-color: #4fbfa8;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 191, 168, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 191, 168, 0.6);
-}
-.form-group {
- margin-bottom: 20px;
-}
-/* pager*/
-.pager {
- margin: 20px 0;
- border-top: solid 1px #eeeeee;
- padding-top: 20px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- background-color: #ffffff;
- border: 1px solid #4fbfa8;
- border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- color: #fff;
- background-color: #4fbfa8;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- border-color: #ddd;
-}
-/* pagination */
-.pagination {
- margin: 20px 0;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- border-radius: 0;
-}
-.pagination > li > a,
-.pagination > li > span {
- padding: 6px 12px;
- line-height: 1.42857143;
- text-decoration: none;
- color: #4fbfa8;
- background-color: #ffffff;
- border: 1px solid #dddddd;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- color: #4fbfa8;
- background-color: #bfe8df;
- border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #ffffff;
- background-color: #4fbfa8;
- border-color: #4fbfa8;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #999999;
- background-color: #ffffff;
- border-color: #dddddd;
-}
-/* responsive utilities */
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center !important;
- }
- .text-center-xs img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .text-center-sm {
- text-align: center !important;
- }
- .text-center-sm img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-/* type */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: 900;
- line-height: 1.1;
- color: #333333;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 18px;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-.text-small {
- font-size: 12px;
-}
-.text-large {
- font-size: 18px;
-}
-.text-italic {
- font-style: italic;
-}
-.text-primary {
- color: #4fbfa8;
-}
-a.text-primary:hover {
- color: #3aa18c;
-}
-.bg-primary {
- color: #fff;
- background-color: #4fbfa8;
-}
-a.bg-primary:hover {
- background-color: #3aa18c;
-}
-abbr[title],
-abbr[data-original-title] {
- border-bottom: 1px dotted #999999;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 14px;
- border-left: 5px solid #4fbfa8;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- border-right: 5px solid #4fbfa8;
-}
-address {
- margin-bottom: 20px;
- line-height: 1.42857143;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #ffffff;
- border: 1px solid transparent;
- border-radius: 0;
- -webkit-box-shadow: 0 0 0;
- box-shadow: 0 0 0;
-}
-.panel-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 15px 15px;
-}
-.progress {
- overflow: hidden;
- height: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group.accordion .panel {
- border-color: #ccc;
-}
-.panel-primary {
- border-color: #4fbfa8;
-}
-.panel-primary > .panel-heading {
- color: #ffffff;
- background-color: #4fbfa8;
- border-color: #4fbfa8;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #4fbfa8;
-}
-.panel-primary > .panel-heading .badge {
- color: #4fbfa8;
- background-color: #ffffff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #4fbfa8;
-}
-.panel-primary .panel-title {
- font-weight: 300;
-}
-.panel-primary .panel-title a:hover {
- color: #fff;
- text-decoration: none;
-}
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #4fbfa8;
- background-color: #ffffff;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.progress-bar-primary {
- background-color: #4fbfa8;
-}
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-/*!
- * Yamm!3 - Yet another megamenu for Bootstrap 3
- * http://geedmo.github.com/yamm3
- *
- * @geedmo - Licensed under the MIT license
- */
-.yamm .nav,
-.yamm .collapse,
-.yamm .dropup.use-yamm,
-.yamm .dropdown.use-yamm {
- position: static;
-}
-.yamm .container {
- position: relative;
-}
-.yamm .dropdown-menu {
- left: auto;
-}
-.yamm .nav.navbar-right .dropdown-menu {
- left: auto;
- right: 0;
-}
-.yamm .yamm-content {
- padding: 20px 30px;
-}
-.yamm .dropdown.yamm-fw .dropdown-menu {
- left: 15px;
- right: 15px;
-}
diff --git a/themes/hugo-universal-theme/static/css/style.violet.css b/themes/hugo-universal-theme/static/css/style.violet.css
deleted file mode 100644
index 8981668..0000000
--- a/themes/hugo-universal-theme/static/css/style.violet.css
+++ /dev/null
@@ -1,3557 +0,0 @@
-.clearfix:before,
-.clearfix:after,
-.navbar:before,
-.navbar:after,
-.navbar-header:before,
-.navbar-header:after {
- content: " ";
- display: table;
-}
-.clearfix:after,
-.navbar:after,
-.navbar-header:after {
- clear: both;
-}
-.center-block {
- display: block;
- margin-left: auto;
- margin-right: auto;
-}
-.pull-right {
- float: right !important;
-}
-.pull-left {
- float: left !important;
-}
-.hide {
- display: none !important;
-}
-.show {
- display: block !important;
-}
-.invisible {
- visibility: hidden;
-}
-.text-hide {
- font: 0/0 a;
- color: transparent;
- text-shadow: none;
- background-color: transparent;
- border: 0;
-}
-.hidden {
- display: none !important;
- visibility: hidden !important;
-}
-.affix {
- position: fixed;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-/* general styles */
-a,
-button {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-a i.fa,
-button i.fa {
- margin: 0 5px;
-}
-.clickable {
- cursor: pointer !important;
-}
-.required {
- color: #986dbd;
-}
-.accent {
- color: #986dbd;
-}
-.text-uppercase {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .text-center-sm {
- text-align: center;
- }
-}
-p.lead {
- margin-bottom: 40px;
-}
-section,
-div.section {
- margin-bottom: 40px;
-}
-.no-mb {
- margin-bottom: 0 !important;
-}
-.mb-small {
- margin-bottom: 20px !important;
-}
-.heading {
- margin-bottom: 40px;
-}
-.heading h1,
-.heading h2,
-.heading h3,
-.heading h4,
-.heading h5 {
- display: inline-block;
- border-bottom: solid 5px #986dbd;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
- vertical-align: middle;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.heading h1 i.fa,
-.heading h2 i.fa,
-.heading h3 i.fa,
-.heading h4 i.fa,
-.heading h5 i.fa {
- display: inline-block;
- background: #986dbd;
- width: 30px;
- height: 30px;
- vertical-align: middle;
- text-align: center;
- color: #fff;
- font-size: 12px;
- line-height: 30px;
- border-radius: 15px;
-}
-.icon {
- display: inline-block;
- width: 80px;
- height: 80px;
- color: #fff;
- line-height: 80px;
- border-radius: 40px;
- border: solid 1px #fff;
- font-size: 20px;
-}
-.icon.icon-lg {
- font-size: 30px;
- border-width: 2px;
-}
-.ul-icons {
- padding-left: 10px;
-}
-.ul-icons li {
- list-style-type: none;
- line-height: 20px;
- margin-bottom: 20px;
-}
-.ul-icons li i {
- width: 20px;
- height: 20px;
- background: #986dbd;
- color: #fff;
- text-align: center;
- border-radius: 10px;
- line-height: 20px;
- margin-right: 10px;
-}
-ul.list-style-none {
- list-style: none;
-}
-#text-page h1,
-#text-page h2,
-#text-page h3 {
- font-weight: 700;
-}
-#error-page {
- text-align: center;
- margin-top: 40px;
- margin-bottom: 100px;
-}
-#error-page h4 {
- margin-bottom: 40px;
-}
-#error-page p.buttons {
- margin-top: 40px;
-}
-.pages-listing .item {
- text-align: center;
-}
-.pages-listing .item h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 20px;
- letter-spacing: 0.08em;
-}
-.pages-listing .item h3 a {
- color: #555555;
-}
-.pages-listing .item .text {
- margin-bottom: 20px;
-}
-.pages-listing .item .text p {
- color: #999999;
- font-size: 12px;
- margin-bottom: 20px;
-}
-.banner {
- margin-bottom: 30px;
- text-align: center;
-}
-.banner img {
- margin: 0 auto;
-}
-.banner a:hover img {
- opacity: 0.8;
- filter: alpha(opacity=80);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.pages {
- text-align: center;
-}
-.pages .loadMore {
- text-align: center;
-}
-.pages .pagination {
- text-align: center;
-}
-.features-buttons button {
- margin-bottom: 20px;
-}
-@media (min-width: 1300px) {
- body.boxed {
- background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
- }
- body.boxed #all {
- position: relative;
- background: #fff;
- width: 1200px;
- margin: 0 auto;
- overflow: hidden;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- }
-}
-#top {
- background: #555555;
- color: #eeeeee;
- padding: 10px 0;
-}
-#top p {
- margin: 0;
- font-size: 12px;
-}
-#top .social {
- float: right;
- text-align: right;
-}
-#top .social a {
- color: #999999;
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 12px;
- line-height: 20px;
- font-size: 12px;
- text-align: center;
- vertical-align: bottom;
-}
-#top .social a:hover {
- color: #fff;
-}
-#top .social a:hover.facebook {
- background-color: #4460ae;
-}
-#top .social a:hover.gplus {
- background-color: #c21f25;
-}
-#top .social a:hover.twitter {
- background-color: #3cf;
-}
-#top .social a:hover.instagram {
- background-color: #cd4378;
-}
-#top .social a:hover.email {
- background-color: #4a7f45;
-}
-#top .login {
- float: right;
-}
-#top .login a {
- font-size: 12px;
- color: #eeeeee;
- margin-right: 15px;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.10em;
-}
-@media (max-width: 767px) {
- #top .login {
- float: left;
- }
-}
-#top.light {
- background: #fff;
- color: #999999;
- border-bottom: solid 1px #eeeeee;
-}
-#top.light .login a {
- color: #555555;
-}
-.navbar {
- border: none;
-}
-.navbar ul.nav > li > a {
- text-transform: uppercase;
- text-decoration: underline;
- font-weight: bold;
- letter-spacing: 0.08em;
- border-top: solid 5px transparent;
-}
-.navbar ul.nav > li > a:hover {
- border-top: solid 5px #986dbd;
-}
-.navbar ul.nav > li.active > a,
-.navbar ul.nav > li.open > a {
- text-decoration: none !important;
- border-top: solid 5px #653d87;
-}
-@media (max-width: 768px) {
- .navbar ul.nav > li.active > a,
- .navbar ul.nav > li.open > a {
- border-top-color: transparent;
- }
- .navbar ul.nav > li > a:hover {
- border-top-color: transparent;
- }
-}
-.navbar.navbar-light ul.nav > li.active > a {
- border-top: solid 5px #653d87;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar.navbar-light ul.nav > li.active > a:hover {
- border-top: solid 5px #653d87;
-}
-.navbar.navbar-light ul.nav > li > a:hover,
-.navbar.navbar-light ul.nav > li.open > a:hover,
-.navbar.navbar-light ul.nav > li > a:focus,
-.navbar.navbar-light ul.nav > li.open > a:focus {
- border-top: solid 5px #986dbd;
- background: #fff !important;
- color: #555555 !important;
-}
-.navbar ul.dropdown-menu {
- margin: 0;
- padding: 0;
-}
-.navbar ul.dropdown-menu li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 4px 0;
-}
-.navbar ul.dropdown-menu li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- left: 0;
-}
-.navbar ul.dropdown-menu li a:hover {
- color: #986dbd;
- text-decoration: none;
- background: none;
- left: 2px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .navbar ul.dropdown-menu li a:hover {
- left: 0;
- }
-}
-.navbar .yamm-content h3 {
- font-size: 18px;
- text-transform: uppercase;
- padding-bottom: 10px;
- margin-top: 5px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-@media (max-width: 767px) {
- .navbar .yamm-content h3 {
- font-size: 14px;
- }
-}
-.navbar .yamm-content h5 {
- text-transform: uppercase;
- padding-bottom: 10px;
- border-bottom: dotted 1px #555555;
- letter-spacing: 0.08em;
-}
-.navbar .yamm-content ul {
- margin: 0;
- padding: 0;
-}
-.navbar .yamm-content ul li {
- list-style-type: none;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- padding: 4px 0;
-}
-.navbar .yamm-content ul li a {
- position: relative;
- color: #999999;
- font-size: 12px;
- display: block;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.navbar .yamm-content ul li a:hover {
- color: #986dbd;
- text-decoration: none;
- padding-left: 2px;
-}
-.navbar .yamm-content .banner {
- margin-bottom: 10px;
-}
-.navbar .yamm-fw .dropdown-menu {
- padding: 0;
-}
-.navbar .navbar-buttons {
- float: right;
-}
-.navbar .navbar-buttons button,
-.navbar .navbar-buttons a.btn,
-.navbar .navbar-buttons .btn-default.navbar-toggle {
- margin-top: 11px;
- margin-bottom: 11px;
- margin-left: 0;
- margin-right: 5px;
-}
-.navbar .btn-default,
-.navbar .btn-default.navbar-toggle {
- color: #999999;
- background-color: #fff;
- margin-left: 7px;
- margin-right: 0;
-}
-.navbar .btn-default:hover,
-.navbar .btn-default.navbar-toggle:hover,
-.navbar .btn-default:focus,
-.navbar .btn-default.navbar-toggle:focus {
- background-color: #fff;
- border-color: #986dbd;
- color: #986dbd;
-}
-.navbar #search {
- clear: both;
- border-top: solid 1px #986dbd;
- text-align: right;
-}
-.navbar #search form {
- float: right;
-}
-.navbar #search form .input-group {
- width: 500px;
-}
-@media (max-width: 768px) {
- .navbar #search form .input-group {
- width: 100%;
- }
-}
-.navbar #basket-overview a {
- margin-left: 7px;
-}
-.navbar-affixed-top {
- top: -32px;
-}
-.navbar-affixed-top.affix-top {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-.navbar-affixed-top.affix {
- position: fixed;
- width: 100%;
- top: 0;
- z-index: 1000;
- -webkit-box-shadow: 0 0 5px #cccccc;
- box-shadow: 0 0 5px #cccccc;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
-}
-body.boxed .navbar-affixed-top.affix {
- position: static;
-}
-#login-modal {
- overflow: hidden;
-}
-#login-modal .modal-header h4 {
- text-transform: uppercase;
-}
-#login-modal form {
- margin-bottom: 20px;
-}
-#login-modal a {
- color: #986dbd;
-}
-#login-modal p {
- font-weight: 300;
- margin-bottom: 20px;
- font-size: 13px;
-}
-/* buttons */
-.btn {
- font-weight: 700;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 6px 12px;
- font-size: 13px;
- line-height: 1.42857143;
- border-radius: 0;
-}
-.input-group .btn {
- font-size: 14px;
-}
-.btn-lg {
- padding: 10px 16px;
- font-size: 14px;
- line-height: 1.33;
- border-radius: 0;
-}
-.btn-sm {
- padding: 5px 10px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-xs {
- padding: 1px 5px;
- font-size: 12px;
- line-height: 1.5;
- border-radius: 0;
-}
-.btn-template-main {
- color: #986dbd;
- background-color: #ffffff;
- border-color: #986dbd;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- color: #986dbd;
- background-color: #e6e6e6;
- border-color: #7a4aa3;
-}
-.btn-template-main:active,
-.btn-template-main.active,
-.open > .dropdown-toggle.btn-template-main {
- background-image: none;
-}
-.btn-template-main.disabled,
-.btn-template-main[disabled],
-fieldset[disabled] .btn-template-main,
-.btn-template-main.disabled:hover,
-.btn-template-main[disabled]:hover,
-fieldset[disabled] .btn-template-main:hover,
-.btn-template-main.disabled:focus,
-.btn-template-main[disabled]:focus,
-fieldset[disabled] .btn-template-main:focus,
-.btn-template-main.disabled:active,
-.btn-template-main[disabled]:active,
-fieldset[disabled] .btn-template-main:active,
-.btn-template-main.disabled.active,
-.btn-template-main[disabled].active,
-fieldset[disabled] .btn-template-main.active {
- background-color: #ffffff;
- border-color: #986dbd;
-}
-.btn-template-main .badge {
- color: #ffffff;
- background-color: #986dbd;
-}
-.btn-template-main:hover,
-.btn-template-main:focus,
-.btn-template-main:active,
-.btn-template-main.active {
- background: #986dbd;
- color: #ffffff;
- border-color: #986dbd;
-}
-.btn-template-transparent-primary {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active,
-.open > .dropdown-toggle.btn-template-transparent-primary {
- background-image: none;
-}
-.btn-template-transparent-primary.disabled,
-.btn-template-transparent-primary[disabled],
-fieldset[disabled] .btn-template-transparent-primary,
-.btn-template-transparent-primary.disabled:hover,
-.btn-template-transparent-primary[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-primary:hover,
-.btn-template-transparent-primary.disabled:focus,
-.btn-template-transparent-primary[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-primary:focus,
-.btn-template-transparent-primary.disabled:active,
-.btn-template-transparent-primary[disabled]:active,
-fieldset[disabled] .btn-template-transparent-primary:active,
-.btn-template-transparent-primary.disabled.active,
-.btn-template-transparent-primary[disabled].active,
-fieldset[disabled] .btn-template-transparent-primary.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-primary .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-primary:hover,
-.btn-template-transparent-primary:focus,
-.btn-template-transparent-primary:active,
-.btn-template-transparent-primary.active {
- background: #fff;
- color: #986dbd;
- border-color: #fff;
-}
-.btn-template-transparent-black {
- color: #ffffff;
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- color: #ffffff;
- background-color: rgba(0, 0, 0, 0);
- border-color: #e0e0e0;
-}
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active,
-.open > .dropdown-toggle.btn-template-transparent-black {
- background-image: none;
-}
-.btn-template-transparent-black.disabled,
-.btn-template-transparent-black[disabled],
-fieldset[disabled] .btn-template-transparent-black,
-.btn-template-transparent-black.disabled:hover,
-.btn-template-transparent-black[disabled]:hover,
-fieldset[disabled] .btn-template-transparent-black:hover,
-.btn-template-transparent-black.disabled:focus,
-.btn-template-transparent-black[disabled]:focus,
-fieldset[disabled] .btn-template-transparent-black:focus,
-.btn-template-transparent-black.disabled:active,
-.btn-template-transparent-black[disabled]:active,
-fieldset[disabled] .btn-template-transparent-black:active,
-.btn-template-transparent-black.disabled.active,
-.btn-template-transparent-black[disabled].active,
-fieldset[disabled] .btn-template-transparent-black.active {
- background-color: transparent;
- border-color: #ffffff;
-}
-.btn-template-transparent-black .badge {
- color: transparent;
- background-color: #ffffff;
-}
-.btn-template-transparent-black:hover,
-.btn-template-transparent-black:focus,
-.btn-template-transparent-black:active,
-.btn-template-transparent-black.active {
- background: #fff;
- color: #000;
- border-color: #fff;
-}
-.btn-template-primary {
- color: #ffffff;
- background-color: #986dbd;
- border-color: #986dbd;
-}
-.btn-template-primary:hover,
-.btn-template-primary:focus,
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- color: #ffffff;
- background-color: #7f4daa;
- border-color: #7a4aa3;
-}
-.btn-template-primary:active,
-.btn-template-primary.active,
-.open > .dropdown-toggle.btn-template-primary {
- background-image: none;
-}
-.btn-template-primary.disabled,
-.btn-template-primary[disabled],
-fieldset[disabled] .btn-template-primary,
-.btn-template-primary.disabled:hover,
-.btn-template-primary[disabled]:hover,
-fieldset[disabled] .btn-template-primary:hover,
-.btn-template-primary.disabled:focus,
-.btn-template-primary[disabled]:focus,
-fieldset[disabled] .btn-template-primary:focus,
-.btn-template-primary.disabled:active,
-.btn-template-primary[disabled]:active,
-fieldset[disabled] .btn-template-primary:active,
-.btn-template-primary.disabled.active,
-.btn-template-primary[disabled].active,
-fieldset[disabled] .btn-template-primary.active {
- background-color: #986dbd;
- border-color: #986dbd;
-}
-.btn-template-primary .badge {
- color: #986dbd;
- background-color: #ffffff;
-}
-#intro {
- background: url('../img/home.jpg') no-repeat center top;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
-}
-#intro .item {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- height: 100%;
-}
-#intro .item h1 {
- text-transform: uppercase;
- font-size: 50px;
- color: #fff;
- margin-bottom: 40px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #intro .item h1 {
- font-size: 40px;
- }
-}
-@media (max-width: 767px) {
- #intro .item h1 {
- font-size: 25px;
- }
-}
-#intro .item h3 {
- color: #fff;
- margin-bottom: 40px;
-}
-@media (max-width: 767px) {
- #intro .item h3 {
- font-size: 15px;
- margin-bottom: 20px;
- }
-}
-#intro .item .btn {
- text-transform: none;
-}
-@media (max-width: 991px) {
- #intro .item .btn {
- font-size: 14px;
- }
-}
-@media (max-width: 991px) {
- #intro .item .carousel-caption {
- left: 10%;
- right: 10%;
- }
-}
-#intro .container,
-#intro .row {
- height: 100%;
- position: relative;
-}
-.jumbotron {
- padding: 30px;
- margin-bottom: 0;
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.jumbotron .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #986dbd;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3,
-.jumbotron p,
-.jumbotron ul {
- color: #fff;
-}
-.jumbotron h1,
-.jumbotron h2,
-.jumbotron h3 {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.jumbotron p {
- margin-bottom: 20px;
- font-size: 21px;
- font-weight: 400;
-}
-.jumbotron p.text-uppercase {
- font-weight: 700;
-}
-.jumbotron > hr {
- border-top-color: #d5d5d5;
-}
-.container .jumbotron {
- border-radius: 0;
-}
-.jumbotron .container {
- max-width: 100%;
- z-index: 2;
-}
-@media screen and (min-width: 768px) {
- .jumbotron {
- padding-top: 48px;
- padding-bottom: 48px;
- }
- .container .jumbotron {
- padding-left: 60px;
- padding-right: 60px;
- }
- .jumbotron h1,
- .jumbotron .h1 {
- font-size: 46px;
- }
-}
-#categoryMenu h3 {
- padding: 20px;
- background: #f7f7f7;
- margin: 0;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu h3 {
- padding: 5px 0;
- margin: 0;
-}
-.panel.sidebar-menu {
- background: #fff;
- margin: 0 0 20px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.panel.sidebar-menu .panel-heading {
- text-transform: uppercase;
- margin-bottom: 10px;
- background: none;
- padding: 0;
- letter-spacing: 0.08em;
- border-bottom: none;
-}
-.panel.sidebar-menu .panel-heading h1,
-.panel.sidebar-menu .panel-heading h2,
-.panel.sidebar-menu .panel-heading h3,
-.panel.sidebar-menu .panel-heading h4,
-.panel.sidebar-menu .panel-heading h5 {
- display: inline-block;
- border-bottom: solid 5px #986dbd;
- line-height: 1.1;
- margin-bottom: 0;
- padding-bottom: 10px;
-}
-.panel.sidebar-menu .panel-heading .btn.btn-danger {
- color: #fff;
- margin-top: 5px;
-}
-.panel.sidebar-menu .panel-body {
- padding: 0;
-}
-.panel.sidebar-menu .panel-body span.colour {
- display: inline-block;
- width: 15px;
- height: 15px;
- border: solid 1px #555555;
- vertical-align: top;
- margin-top: 2px;
- margin-left: 5px;
-}
-.panel.sidebar-menu .panel-body span.colour.white {
- background: #fff;
-}
-.panel.sidebar-menu .panel-body span.colour.red {
- background: red;
-}
-.panel.sidebar-menu .panel-body span.colour.green {
- background: green;
-}
-.panel.sidebar-menu .panel-body span.colour.blue {
- background: blue;
-}
-.panel.sidebar-menu .panel-body span.colour.yellow {
- background: yellow;
-}
-.panel.sidebar-menu .panel-body label {
- color: #999999;
- font-size: 12px;
-}
-.panel.sidebar-menu .panel-body label:hover {
- color: #555555;
-}
-.panel.sidebar-menu ul.nav.category-menu {
- margin-bottom: 20px;
- text-transform: uppercase;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.panel.sidebar-menu ul.nav.category-menu li a {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.panel.sidebar-menu ul.nav ul {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.nav ul li {
- display: block;
-}
-.panel.sidebar-menu ul.nav ul li a {
- position: relative;
- font-family: "Times New Roman", Times, serif;
- font-weight: normal;
- text-transform: none !important;
- display: block;
- padding: 10px 15px;
- padding-left: 30px;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.nav ul li a:hover,
-.panel.sidebar-menu ul.nav ul li a:focus {
- text-decoration: none;
- background-color: #eeeeee;
-}
-.panel.sidebar-menu ul.tag-cloud {
- list-style: none;
- padding-left: 0;
-}
-.panel.sidebar-menu ul.tag-cloud li {
- display: inline-block;
-}
-.panel.sidebar-menu ul.tag-cloud li a {
- display: inline-block;
- padding: 5px;
- border: solid 1px #eeeeee;
- border-radius: 0;
- color: #986dbd;
- margin: 5px 5px 5px 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 700;
- font-size: 12px;
-}
-.panel.sidebar-menu ul.tag-cloud li a:hover {
- color: #986dbd;
- text-decoration: none;
- border-color: #986dbd;
-}
-.panel.sidebar-menu ul.popular,
-.panel.sidebar-menu ul.recent {
- list-style: none;
- padding-left: 0;
- padding: 20px 0;
-}
-.panel.sidebar-menu ul.popular li,
-.panel.sidebar-menu ul.recent li {
- margin-bottom: 10px;
- padding: 5px 0;
- border-bottom: dotted 1px #eeeeee;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li:before,
-.panel.sidebar-menu ul.recent li:before,
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- content: " ";
- display: table;
-}
-.panel.sidebar-menu ul.popular li:after,
-.panel.sidebar-menu ul.recent li:after {
- clear: both;
-}
-.panel.sidebar-menu ul.popular li img,
-.panel.sidebar-menu ul.recent li img {
- width: 50px;
- margin-right: 10px;
-}
-.panel.sidebar-menu ul.popular li h5,
-.panel.sidebar-menu ul.recent li h5 {
- margin: 0 0 10px;
-}
-.panel.sidebar-menu ul.popular li h5 a,
-.panel.sidebar-menu ul.recent li h5 a {
- font-weight: normal;
-}
-.panel.sidebar-menu ul.popular li p.date,
-.panel.sidebar-menu ul.recent li p.date {
- float: right;
- font-size: 12px;
- color: #999999;
-}
-.panel.sidebar-menu ul.popular li:last-child,
-.panel.sidebar-menu ul.recent li:last-child {
- border-bottom: none;
-}
-.panel.sidebar-menu .text-widget {
- font-size: 12px;
-}
-.panel.sidebar-menu.with-icons ul.nav li a:after {
- font-family: 'FontAwesome';
- content: "\f105";
- position: relative;
- top: 0;
- float: right;
-}
-/* ribbons for product sales etc. */
-.ribbon {
- position: absolute;
- top: 50px;
- padding-left: 51px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-.ribbon .ribbon-background {
- position: absolute;
- top: 0;
- right: 0;
-}
-.ribbon .theribbon {
- position: relative;
- width: 80px;
- padding: 6px 20px 6px 20px;
- margin: 30px 10px 10px -71px;
- color: #fff;
- background-color: #986dbd;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.ribbon .theribbon:before,
-.ribbon .theribbon:after {
- content: ' ';
- position: absolute;
- width: 0;
- height: 0;
-}
-.ribbon .theribbon:after {
- left: 0px;
- top: 100%;
- border-width: 5px 10px;
- border-style: solid;
- border-color: #000000 #000000 transparent transparent;
-}
-.ribbon.sale {
- top: 0;
-}
-.ribbon.new {
- top: 50px;
-}
-.ribbon.new .theribbon {
- background-color: #5bc0de;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.new .theribbon:after {
- border-color: #2390b0 #2390b0 transparent transparent;
-}
-.ribbon.gift {
- top: 100px;
-}
-.ribbon.gift .theribbon {
- background-color: #5cb85c;
- text-shadow: 0px 1px 2px #bbb;
-}
-.ribbon.gift .theribbon:after {
- border-color: #357935 #357935 transparent transparent;
-}
-.owl-carousel .owl-controls .owl-page.active span,
-.owl-theme .owl-controls .owl-page.active span,
-.owl-carousel .owl-controls.clickable .owl-page:hover span,
-.owl-theme .owl-controls.clickable .owl-page:hover span {
- background: #986dbd;
-}
-.owl-carousel .owl-controls .owl-buttons,
-.owl-theme .owl-controls .owl-buttons {
- position: absolute;
- top: 5px;
- right: 0;
-}
-.owl-carousel .owl-controls .owl-buttons div,
-.owl-theme .owl-controls .owl-buttons div {
- width: 26px;
- height: 26px;
- line-height: 25px;
- margin: 0 5px 0 0;
- font-size: 18px;
- color: #986dbd;
- padding: 0;
- background: #fff;
- border-radius: 13px;
- vertical-align: middle;
- text-align: center;
- opacity: 1;
- filter: alpha(opacity=100);
-}
-.home-carousel {
- position: relative;
- background: url('../img/photogrid_rval.png') center center repeat;
- background-size: cover;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.home-carousel .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #986dbd;
- opacity: 0.9;
- filter: alpha(opacity=90);
-}
-.home-carousel .owl-carousel {
- padding-top: 60px;
- padding-bottom: 20px;
-}
-.home-carousel .owl-theme .owl-controls .owl-page span {
- background: #666;
-}
-.home-carousel .owl-theme .owl-controls .owl-page.active span {
- background: #fff;
-}
-.home-carousel .owl-theme .owl-controls .owl-page:hover span {
- background: #fff;
-}
-@media (max-width: 767px) {
- .home-carousel {
- text-align: center !important;
- }
-}
-@media (min-width: 992px) {
- .home-carousel .right {
- text-align: right;
- }
-}
-.home-carousel h1,
-.home-carousel h2,
-.home-carousel h3,
-.home-carousel p,
-.home-carousel ul {
- color: #fff;
-}
-.home-carousel h1 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 46px;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- .home-carousel h1 {
- font-size: 36px;
- }
-}
-.home-carousel h2 {
- font-weight: 700;
- text-transform: uppercase;
- font-size: 40px;
- letter-spacing: 0.08em;
-}
-.home-carousel ul,
-.home-carousel p {
- font-size: 18px;
- font-weight: 700;
- padding: 0;
- text-transform: uppercase;
- letter-spacing: 0.10em;
-}
-@media (max-width: 991px) {
- .home-carousel ul,
- .home-carousel p {
- font-size: 14px;
- }
-}
-.home-carousel ul li {
- margin-bottom: 10px;
-}
-.customers {
- padding: 0;
- margin-bottom: 40px;
-}
-.customers .item {
- list-style-type: none;
- text-align: center;
- margin: 0 20px;
-}
-.customers .item img {
- display: inline-block;
- filter: url("data:image/svg+xml;utf8, #grayscale");
- /* Firefox 10+, Firefox on Android */
- filter: gray;
- /* IE6-9 */
- -webkit-filter: grayscale(100%);
- /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.customers .item img:hover {
- max-width: auto;
- filter: none;
- -webkit-filter: none;
-}
-.testimonials {
- padding: 0;
- margin-bottom: 40px;
-}
-.testimonials .item {
- list-style-type: none;
- margin: 0 5px;
- background: #fff;
- padding-bottom: 60px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
-.testimonials .item .testimonial {
- position: relative;
- padding: 20px;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial:before,
-.testimonials .item .testimonial:after {
- content: " ";
- display: table;
-}
-.testimonials .item .testimonial:after {
- clear: both;
-}
-.testimonials .item .testimonial .text {
- color: #999999;
- margin-bottom: 40px;
-}
-.testimonials .item .testimonial .bottom {
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px;
- height: 50px;
-}
-.testimonials .item .testimonial .bottom .icon {
- color: #986dbd;
- font-size: 30px;
- float: left;
- width: 20%;
-}
-.testimonials .item .testimonial .name-picture {
- float: right;
- width: 80%;
- text-align: right;
-}
-.testimonials .item .testimonial .name-picture h5 {
- font-size: 14px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.testimonials .item .testimonial .name-picture p {
- color: #999999;
- margin: 0;
- font-size: 12px;
-}
-.testimonials .item .testimonial .name-picture img {
- float: right;
- width: 60px;
- border-radius: 30px;
- margin-left: 10px;
-}
-.team-member {
- text-align: center;
- margin-bottom: 40px;
-}
-.team-member h3 {
- font-size: 18px;
- text-transform: uppercase;
- margin-bottom: 5px;
- letter-spacing: 0.08em;
-}
-.team-member h3 a {
- color: #555555;
-}
-.team-member p.role {
- color: #999999;
- font-size: 12px;
- text-transform: uppercase;
- letter-spacing: 0.06em;
-}
-.team-member .social {
- margin-bottom: 20px;
-}
-.team-member .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email {
- background-color: #4a7f45;
-}
-.team-member .text p {
- color: #999999;
- font-size: 12px;
-}
-.team-member .social,
-.team-member-detail .social {
- margin-bottom: 20px;
-}
-.team-member .social a,
-.team-member-detail .social a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-.team-member .social a i,
-.team-member-detail .social a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-.team-member .social a.facebook,
-.team-member-detail .social a.facebook {
- background-color: #4460ae;
-}
-.team-member .social a.gplus,
-.team-member-detail .social a.gplus {
- background-color: #c21f25;
-}
-.team-member .social a.twitter,
-.team-member-detail .social a.twitter {
- background-color: #3cf;
-}
-.team-member .social a.instagram,
-.team-member-detail .social a.instagram {
- background-color: #cd4378;
-}
-.team-member .social a.email,
-.team-member-detail .social a.email {
- background-color: #4a7f45;
-}
-.box-simple {
- text-align: center;
- margin-bottom: 40px;
-}
-.box-simple .icon {
- color: #986dbd;
- border-color: #986dbd;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-.box-simple h3 {
- font-weight: normal;
- font-size: 18px;
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-simple h3 a {
- color: #555555;
-}
-.box-simple p {
- color: #999999;
-}
-.box-simple:hover .icon {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.box-simple:hover .icon i {
- -webkit-transform: scale(1, 1);
- -ms-transform: scale(1, 1);
- -o-transform: scale(1, 1);
- transform: scale(1, 1);
-}
-.box-simple.box-white {
- padding: 20px;
- border: dotted 1px #999999;
-}
-.box-simple.box-white .icon {
- color: #555555;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark {
- padding: 20px;
- border: dotted 1px #999999;
- background: #555555;
- color: #fff;
-}
-.box-simple.box-dark .icon {
- color: #f7f7f7;
- border-color: transparent;
- font-size: 70px;
-}
-.box-simple.box-dark h3 {
- color: #fff;
-}
-.box-simple.box-dark h3 a {
- color: #fff;
-}
-.box-simple.box-dark p {
- color: #fff;
-}
-.box-image {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #986dbd;
-}
-.box-image .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-.box-image-text {
- position: relative;
- overflow: hidden;
- text-align: center;
- margin: 15px 0;
-}
-.box-image-text .top {
- position: relative;
- margin-bottom: 10px;
-}
-.box-image-text .top .bg {
- position: absolute;
- top: auto;
- bottom: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- filter: alpha(opacity=0);
- background: #986dbd;
-}
-.box-image-text .top .name {
- position: absolute;
- width: 100%;
- height: 50%;
- bottom: 0;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .top .name h3 {
- color: #fff;
- text-transform: uppercase;
- font-size: 18px;
- letter-spacing: 0.08em;
-}
-.box-image-text .top .name h3 a {
- color: #fff;
- text-decoration: none;
-}
-.box-image-text .top .text {
- position: absolute;
- width: 100%;
- height: 50%;
- top: 0;
- -webkit-transform: translate(0, -150%);
- -ms-transform: translate(0, -150%);
- -o-transform: translate(0, -150%);
- transform: translate(0, -150%);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- color: #fff;
- padding: 0 20px;
-}
-.box-image-text .content h3,
-.box-image-text .content h4 {
- text-transform: uppercase;
- line-height: 1.5;
- color: #555555;
- font-weight: 800;
- letter-spacing: 0.08em;
-}
-.box-image-text .content p {
- color: #999999;
-}
-.box-image-text:hover .bg {
- opacity: 0.7;
- filter: alpha(opacity=70);
-}
-.box-image-text:hover .name {
- position: absolute;
- -webkit-transform: translate(0, -75%);
- -ms-transform: translate(0, -75%);
- -o-transform: translate(0, -75%);
- transform: translate(0, -75%);
-}
-.box-image-text:hover .text {
- position: absolute;
- -webkit-transform: translate(0, 100%);
- -ms-transform: translate(0, 100%);
- -o-transform: translate(0, 100%);
- transform: translate(0, 100%);
-}
-/* universal box */
-.box {
- background: #fff;
- margin: 0 0 30px;
- border: solid 1px #ccc;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 20px 0;
- border-left: none;
- border-right: none;
-}
-.box .box-header {
- background: #f7f7f7;
- margin: -20px 0 20px;
- padding: 20px;
- border-bottom: solid 1px #eeeeee;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-header:before,
-.box .box-header:after {
- content: " ";
- display: table;
-}
-.box .box-header:after {
- clear: both;
-}
-.box .box-footer {
- background: #f7f7f7;
- margin: 30px 0 -20px;
- padding: 20px;
- border-top: solid 1px #eeeeee;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-.box .box-footer:before,
-.box .box-footer:after {
- content: " ";
- display: table;
-}
-.box .box-footer:after {
- clear: both;
-}
-@media (max-width: 991px) {
- .box .box-footer .btn {
- margin-bottom: 20px;
- }
-}
-.box.no-border {
- border: none;
-}
-#heading-breadcrumbs {
- background: url('../img/texture-bw.png') center center repeat;
- padding: 20px 0;
- margin-bottom: 40px;
-}
-#heading-breadcrumbs.no-mb {
- margin-bottom: 0;
-}
-#heading-breadcrumbs h1 {
- color: #333333;
- text-transform: uppercase;
- font-size: 30px;
- font-weight: 700;
- letter-spacing: 0.08em;
-}
-@media (max-width: 991px) {
- #heading-breadcrumbs h1 {
- text-align: center;
- }
-}
-#heading-breadcrumbs ul.breadcrumb {
- margin-top: 5px;
- margin-bottom: 0;
-}
-.bar {
- position: relative;
- background: #986dbd;
- padding: 60px 0;
-}
-.bar.background-pentagon {
- background: url('../img/texture-bw.png') center center repeat;
- border-top: solid 1px #999999;
- border-bottom: solid 1px #999999;
-}
-.bar.background-gray {
- background: #eeeeee;
-}
-.bar.background-gray-dark {
- background: #555555;
-}
-.bar.background-white {
- background: #fff;
-}
-.bar.background-image-fixed-1 {
- background: url('../img/fixed-background-1.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.background-image-fixed-2 {
- background: url('../img/fixed-background-2.jpg') center top no-repeat;
- background-attachment: fixed;
- background-size: cover;
-}
-.bar.color-white h1,
-.bar.color-white h2,
-.bar.color-white h3,
-.bar.color-white h4,
-.bar.color-white h5,
-.bar.color-white h6,
-.bar.color-white p {
- color: #fff;
-}
-.bar.padding-big {
- padding: 50px 0;
-}
-.bar.padding-horizontal {
- padding-left: 30px;
- padding-right: 30px;
-}
-.bar.margin-vertical {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.bar .dark-mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-.portfolio.no-space {
- padding: 0 15px;
-}
-.portfolio.no-space .box-image {
- margin: 0 -15px;
-}
-.portfolio-project .project-more h4 {
- color: #555555;
- text-transform: uppercase;
- margin-bottom: 0;
- text-align: left;
- font-size: 14px;
- letter-spacing: 0.08em;
-}
-.portfolio-project .project-more p {
- color: #999999;
- padding: 10px 0;
- margin-bottom: 20px;
- text-align: left;
-}
-.portfolio-showcase {
- margin: 15px 0 60px;
-}
-.portfolio-showcase h3 a {
- text-transform: uppercase;
- line-height: 1.5;
- letter-spacing: 0.08em;
-}
-.portfolio-showcase p.lead {
- color: #555555;
- margin-bottom: 20px;
-}
-.portfolio-showcase p {
- color: #999999;
-}
-.portfolio-showcase p.buttons {
- margin-top: 40px;
-}
-.see-more {
- text-align: center;
- margin-top: 20px;
- padding-top: 20px;
-}
-.see-more p {
- font-size: 28px;
- font-weight: 100;
- margin-bottom: 20px;
-}
-.showcase .item {
- text-align: center;
-}
-.showcase .item .icon {
- display: inline-block;
- width: 50px;
- height: 50px;
- color: #555555;
- line-height: 50px;
- border-radius: 25px;
- border: solid 1px #555555;
-}
-.showcase .item h4 {
- color: #555555;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- line-height: 1.5;
- font-size: 16px;
-}
-.showcase .item h4 span {
- font-weight: bold;
- font-size: 51px;
-}
-.packages .package {
- background: #fff;
- margin-top: 25px;
- margin-bottom: 20px;
- padding-bottom: 15px;
- text-align: center;
- border: solid 1px #986dbd;
- overflow: hidden;
-}
-.packages .package .package-header {
- height: 57px;
- color: #fff;
- line-height: 57px;
- background: #986dbd;
-}
-.packages .package .package-header h5 {
- color: #fff;
- text-transform: uppercase;
- font-weight: bold;
- line-height: 57px;
- margin: 0;
- letter-spacing: 0.08em;
-}
-.packages .package .package-header.light-gray {
- background: #eeeeee;
-}
-.packages .package .package-header.light-gray h5 {
- color: #555555;
-}
-.packages .package .price {
- line-height: 120px;
- height: 100px;
- color: #fff;
- font-weight: 400;
-}
-.packages .package .price h4 {
- display: inline;
- font-size: 50px;
- line-height: normal;
- margin-bottom: 0;
-}
-.packages .package .price .period {
- line-height: normal;
- color: #999999;
-}
-.packages .package ul {
- padding: 0;
-}
-.packages .package ul li {
- list-style-type: none;
- padding-top: 10px;
- padding-bottom: 10px;
- width: 80%;
- margin: auto;
- border-bottom: 1px dotted #ccc;
-}
-.packages .package ul li:last-child {
- border-bottom: 0;
-}
-.packages .package ul li i {
- font-size: 13px;
- margin-right: 5px;
-}
-.packages .best-value .package {
- margin-top: 0;
- padding-bottom: 40px;
-}
-.packages .best-value .package .package-header {
- height: 72px;
- padding-top: 17px;
- height: 82px !important;
-}
-.packages .best-value .package .package-header h5 {
- font-weight: bold;
- line-height: 29px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.packages .best-value .package .package-header .meta-text {
- font-size: 13px;
- line-height: 15px;
-}
-#map {
- height: 300px;
-}
-#map.with-border {
- border-top: solid 1px #986dbd;
- border-bottom: solid 1px #986dbd;
-}
-#blog-listing-big .post,
-#blog-homepage .post {
- margin-bottom: 60px;
-}
-#blog-listing-big .post h2,
-#blog-homepage .post h2,
-#blog-listing-big .post h4,
-#blog-homepage .post h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post h2 a,
-#blog-homepage .post h2 a,
-#blog-listing-big .post h4 a,
-#blog-homepage .post h4 a {
- color: #555555;
-}
-#blog-listing-big .post h2 a:hover,
-#blog-homepage .post h2 a:hover,
-#blog-listing-big .post h4 a:hover,
-#blog-homepage .post h4 a:hover {
- color: #986dbd;
-}
-#blog-listing-big .post .author-category,
-#blog-homepage .post .author-category {
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 0.08em;
-}
-#blog-listing-big .post .author-category a,
-#blog-homepage .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-big .post .date-comments a,
-#blog-homepage .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-big .post .date-comments a:hover,
-#blog-homepage .post .date-comments a:hover {
- color: #986dbd;
-}
-@media (min-width: 768px) {
- #blog-listing-big .post .date-comments,
- #blog-homepage .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-big .post .intro,
-#blog-homepage .post .intro {
- text-align: left;
-}
-#blog-listing-big .post .image,
-#blog-homepage .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-big .post .image img,
-#blog-homepage .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-big .post .image img.img-responsive,
- #blog-homepage .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-big .post .video,
-#blog-homepage .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-big .post .read-more,
-#blog-homepage .post .read-more {
- text-align: right;
-}
-#blog-listing-medium .post {
- margin-bottom: 60px;
-}
-#blog-listing-medium .post h2 {
- text-transform: uppercase;
- margin: 0 0 10px;
- font-size: 24px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post h2 a {
- color: #555555;
-}
-#blog-listing-medium .post h2 a:hover {
- color: #986dbd;
-}
-#blog-listing-medium .post .author-category {
- float: left;
- color: #999999;
- text-transform: uppercase;
- font-weight: 300;
- font-size: 12px;
- letter-spacing: 0.08em;
-}
-#blog-listing-medium .post .author-category a {
- font-weight: 500;
-}
-#blog-listing-medium .post .date-comments {
- float: right;
- font-size: 12px;
-}
-#blog-listing-medium .post .date-comments a {
- color: #999999;
- margin-right: 20px;
-}
-#blog-listing-medium .post .date-comments a:hover {
- color: #986dbd;
-}
-@media (min-width: 768px) {
- #blog-listing-medium .post .date-comments {
- text-align: right;
- }
-}
-#blog-listing-medium .post .intro {
- text-align: left;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .clearfix:before,
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:before,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:before,
-#blog-listing-medium .post .navbar-header:after {
- content: " ";
- display: table;
-}
-#blog-listing-medium .post .clearfix:after,
-#blog-listing-medium .post .navbar:after,
-#blog-listing-medium .post .navbar-header:after {
- clear: both;
-}
-#blog-listing-medium .post .image {
- margin-bottom: 10px;
- overflow: hidden;
-}
-#blog-listing-medium .post .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- #blog-listing-medium .post .image img.img-responsive {
- min-width: 100%;
- }
-}
-#blog-listing-medium .post .video {
- margin-bottom: 10px;
-}
-#blog-listing-medium .post .read-more {
- text-align: right;
-}
-.box-image-text.blog .author-category {
- color: #999999;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-weight: 300;
- font-size: 12px;
-}
-.box-image-text.blog .author-category a {
- font-weight: 500;
-}
-.box-image-text.blog .intro {
- text-align: left;
- margin-bottom: 20px;
-}
-#blog-homepage .post {
- margin-bottom: 30px;
-}
-#blog-homepage .post h2,
-#blog-homepage .post h4,
-#blog-homepage .post .author-category,
-#blog-homepage .post .read-more {
- text-align: center;
-}
-#blog-homepage .post .read-more {
- margin-top: 20px;
-}
-#blog-post #post-content {
- margin-bottom: 20px;
-}
-#blog-post .comment {
- margin-bottom: 25px;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment:before,
-#blog-post .comment:after {
- content: " ";
- display: table;
-}
-#blog-post .comment:after {
- clear: both;
-}
-#blog-post .comment .posted {
- color: #999999;
- font-size: 12px;
-}
-#blog-post .comment .reply {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#blog-post .comment.last {
- margin-bottom: 0;
-}
-#blog-post #comments,
-#blog-post #comment-form {
- padding: 20px 0;
- margin-top: 20px;
- border-top: solid 1px #eeeeee;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments:before,
-#blog-post #comment-form:before,
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- content: " ";
- display: table;
-}
-#blog-post #comments:after,
-#blog-post #comment-form:after {
- clear: both;
-}
-#blog-post #comments h4,
-#blog-post #comment-form h4 {
- margin-bottom: 20px;
-}
-#blog-post #comment-form {
- margin-bottom: 20px;
-}
-.product {
- background: #fff;
- border-bottom: solid 1px #e6e6e6;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-bottom: 60px;
- overflow: hidden;
- text-align: center;
-}
-.product .image {
- overflow: hidden;
-}
-.product .image img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-@media (max-width: 767px) {
- .product .image img.img-responsive {
- min-width: 100%;
- }
-}
-.product .text {
- padding: 10px;
-}
-.product .text h3 {
- font-size: 14px;
- font-weight: 700;
- height: 39.6px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-.product .text h3 a {
- color: #555555;
-}
-.product .text h3 a:hover {
- text-decoration: none;
-}
-.product .text p.price {
- font-size: 18px;
-}
-.product .text p.price del {
- color: #999999;
-}
-.product .buttons {
- clear: both;
- position: absolute;
- display: none;
- bottom: 0;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- border: solid 1px transparent;
- padding: 20px;
- background: rgba(255, 255, 255, 0.9);
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- text-align: center;
-}
-.product .buttons .btn {
- margin-bottom: 20px;
-}
-.product:hover {
- border-bottom: solid 1px #808080;
- top: 0;
-}
-.product:hover .buttons {
- clear: both;
- position: absolute;
- top: 0;
- background: rgba(255, 255, 255, 0.5);
-}
-.product:hover .image img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-.goToDescription {
- font-size: 12px;
- text-align: center;
- margin-bottom: 40px;
-}
-.goToDescription a {
- color: #999999;
- text-decoration: underline;
-}
-#productMain {
- margin-bottom: 30px;
-}
-#productMain .sizes {
- text-align: center;
-}
-#productMain .sizes h3 {
- font-weight: 700;
- letter-spacing: 0.08em;
- text-transform: uppercase;
- margin-bottom: 40px;
-}
-#productMain .sizes a {
- display: inline-block;
- width: 40px;
- height: 40px;
- border-radius: 40px;
- background: #ccc;
- line-height: 40px;
- color: #555555;
- text-align: center;
- text-decoration: none;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-#productMain .sizes a.active,
-#productMain .sizes a:hover {
- background: #986dbd;
- color: #fff;
-}
-#productMain .sizes input {
- display: none;
-}
-#productMain .price {
- font-size: 40px;
- text-align: center;
- margin-top: 40px;
- margin-bottom: 40px;
-}
-#thumbs a {
- display: block;
- border: solid 1px transparent;
-}
-#thumbs a.active {
- border-color: #986dbd;
-}
-#product-social {
- text-align: center;
-}
-#product-social h4 {
- font-weight: 300;
- margin-bottom: 10px;
-}
-#product-social p {
- line-height: 26px;
-}
-#product-social p a {
- margin: 0 10px 0 0;
- color: #fff;
- display: inline-block;
- width: 26px;
- height: 26px;
- border-radius: 13px;
- line-height: 26px;
- font-size: 15px;
- text-align: center;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- vertical-align: bottom;
-}
-#product-social p a i {
- vertical-align: bottom;
- line-height: 26px;
-}
-#product-social p a.facebook {
- background-color: #4460ae;
-}
-#product-social p a.gplus {
- background-color: #c21f25;
-}
-#product-social p a.twitter {
- background-color: #3cf;
-}
-#product-social p a.instagram {
- background-color: #cd4378;
-}
-#product-social p a.email {
- background-color: #4a7f45;
-}
-@media (max-width: 991px) {
- #product-social {
- text-align: center;
- }
-}
-#checkout .nav {
- margin-bottom: 20px;
- border-bottom: solid 1px #986dbd;
-}
-#checkout .nav li {
- height: 100%;
-}
-#checkout .nav li a {
- display: block;
- height: 100%;
-}
-#order-summary table {
- margin-top: 20px;
-}
-#order-summary table td {
- color: #999999;
-}
-#order-summary table tr.total td,
-#order-summary table tr.total th {
- font-size: 18px;
- color: #555555;
- font-weight: 700;
-}
-#checkout .table tbody tr td,
-#basket .table tbody tr td,
-#customer-order .table tbody tr td {
- vertical-align: middle;
-}
-#checkout .table tbody tr td input,
-#basket .table tbody tr td input,
-#customer-order .table tbody tr td input {
- width: 50px;
- text-align: right;
-}
-#checkout .table tbody tr td img,
-#basket .table tbody tr td img,
-#customer-order .table tbody tr td img {
- width: 50px;
-}
-#checkout .table tfoot,
-#basket .table tfoot,
-#customer-order .table tfoot {
- font-size: 18px;
-}
-.shipping-method h4,
-.payment-method h4 {
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#customer-orders table tr th,
-#customer-orders table tr td {
- vertical-align: baseline;
-}
-#customer-order .table tfoot th {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-order .addresses {
- text-align: right;
- margin-bottom: 30px;
-}
-#customer-order .addresses p {
- font-size: 18px;
- font-weight: 300;
-}
-#customer-account {
- margin-bottom: 30px;
-}
-#get-it {
- background: #986dbd;
- padding: 50px 0 30px;
- color: #fff;
- text-align: center;
-}
-#get-it h1,
-#get-it h2,
-#get-it h3,
-#get-it h4,
-#get-it h5,
-#get-it h6 {
- color: #fff;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- margin: 0 0 20px;
-}
-#get-it p {
- margin: 0 0 20px;
-}
-#footer {
- background: #555555;
- padding: 50px 0;
- color: #999999;
-}
-#footer h1,
-#footer h2,
-#footer h3,
-#footer h4,
-#footer h5,
-#footer h6 {
- color: #eeeeee;
-}
-#footer h4 {
- font-size: 14px;
- font-weight: 800;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-#footer ul {
- padding-left: 0;
- list-style: none;
-}
-#footer ul a {
- color: #999999;
-}
-#footer ul a:hover {
- color: #986dbd;
- text-decoration: none;
-}
-#footer .photostream div {
- float: left;
- display: block;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 33%;
- padding: 7.5px;
- overflow: hidden;
-}
-#footer .photostream div a {
- border: solid 1 px #eeeeee;
-}
-#footer .photostream div img {
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
-}
-#footer .photostream div:hover img {
- -webkit-transform: scale(1.1, 1.1);
- -ms-transform: scale(1.1, 1.1);
- -o-transform: scale(1.1, 1.1);
- transform: scale(1.1, 1.1);
-}
-#footer .blog-entries .item {
- clear: both;
- padding: 5px 0;
- margin-bottom: 10px;
- border-bottom: solid 1px #555555;
-}
-#footer .blog-entries .item .image {
- float: left;
- width: 15%;
- margin-right: 10px;
-}
-#footer .blog-entries .item .name {
- width: 75%;
- margin-left: 10px;
- display: table-cell;
- vertical-align: middle;
-}
-#footer .blog-entries .item .name h5 {
- margin: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-size: 12px;
-}
-#footer .blog-entries .item .name h5 a {
- color: #eeeeee;
-}
-#footer .blog-entries .item .text {
- width: 100%;
- clear: both;
-}
-#footer .blog-entries .item:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-#footer .social a {
- color: #555555;
- font-size: 25px;
- margin: 0 10px 0 0;
-}
-#footer .social a:hover {
- color: #986dbd;
-}
-#copyright {
- background: #333;
- color: #ccc;
- padding: 50px 0;
- font-size: 12px;
- line-height: 28px;
-}
-#copyright p {
- margin: 0;
-}
-@media (max-width: 991px) {
- #copyright p {
- float: none !important;
- text-align: center;
- margin-bottom: 10px;
- }
-}
-[data-animate] {
- opacity: 0;
- filter: alpha(opacity=0);
-}
-#style-switch-button {
- position: fixed;
- top: 100px;
- left: 0px;
- border-radius: 0;
-}
-#style-switch {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- width: 300px;
- padding: 20px;
- position: fixed;
- top: 140px;
- left: 0;
- background: #fff;
- border: solid 1px #eeeeee;
-}
-@media (max-width: 991px) {
- #style-switch-button {
- display: none;
- }
- #style-switch {
- display: none;
- }
-}
-/* Original Boostrap template overwrite */
-/* breadcrumbs */
-.breadcrumb {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- text-transform: uppercase;
- background-color: none;
- letter-spacing: 0.08em;
-}
-/* nav */
-.nav > li > a {
- padding: 10px 15px;
-}
-.nav > li > a:hover,
-.nav > li > a:focus {
- background-color: #eeeeee;
-}
-.nav > li.disabled > a {
- color: #999999;
-}
-.nav > li.disabled > a:hover,
-.nav > li.disabled > a:focus {
- color: #999999;
-}
-.nav .open > a,
-.nav .open > a:hover,
-.nav .open > a:focus {
- background-color: #eeeeee;
- border-color: #986dbd;
-}
-.nav-tabs {
- border-bottom: 1px solid #986dbd;
-}
-.nav-tabs > li {
- float: left;
- margin-bottom: -1px;
-}
-.nav-tabs > li > a {
- margin-right: 2px;
- line-height: 1.42857143;
- border: 1px solid transparent;
- border-radius: 0 0 0 0;
-}
-.nav-tabs > li > a:hover {
- border-color: #eeeeee #eeeeee #986dbd;
-}
-.nav-tabs > li.active > a,
-.nav-tabs > li.active > a:hover,
-.nav-tabs > li.active > a:focus {
- color: #555555;
- background-color: #ffffff;
- border: 1px solid #986dbd;
- border-bottom-color: transparent;
- cursor: default;
-}
-.nav-tabs.nav-justified {
- width: 100%;
- border-bottom: solid 1px #986dbd;
- border-bottom: 0;
-}
-.nav-tabs.nav-justified > li {
- float: none;
-}
-.nav-tabs.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-tabs.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs.nav-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs.nav-justified > .active > a,
-.nav-tabs.nav-justified > .active > a:hover,
-.nav-tabs.nav-justified > .active > a:focus {
- border: 1px solid #986dbd;
-}
-@media (min-width: 768px) {
- .nav-tabs.nav-justified > li > a {
- border-bottom: 1px solid #986dbd;
- border-radius: 0 0 0 0;
- }
- .nav-tabs.nav-justified > .active > a,
- .nav-tabs.nav-justified > .active > a:hover,
- .nav-tabs.nav-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.nav-pills > li {
- float: left;
-}
-.nav-pills > li > a {
- border-radius: 0;
-}
-.nav-pills > li + li {
- margin-left: 2px;
-}
-.nav-pills > li.active > a,
-.nav-pills > li.active > a:hover,
-.nav-pills > li.active > a:focus {
- color: #ffffff;
- background-color: #986dbd;
-}
-.nav-stacked > li {
- float: none;
-}
-.nav-stacked > li + li {
- margin-top: 2px;
- margin-left: 0;
-}
-.nav-justified {
- width: 100%;
- border-bottom: solid 1px #986dbd;
-}
-.nav-justified > li {
- float: none;
-}
-.nav-justified > li > a {
- text-align: center;
- /*margin-bottom: 5px;*/
-}
-.nav-justified > .dropdown .dropdown-menu {
- top: auto;
- left: auto;
-}
-.nav-tabs-justified {
- border-bottom: 0;
-}
-.nav-tabs-justified > li > a {
- margin-right: 0;
- border-radius: 0;
-}
-.nav-tabs-justified > .active > a,
-.nav-tabs-justified > .active > a:hover,
-.nav-tabs-justified > .active > a:focus {
- border: 1px solid #986dbd;
-}
-@media (min-width: 768px) {
- .nav-tabs-justified > li > a {
- border-bottom: 1px solid #986dbd;
- border-radius: 0 0 0 0;
- }
- .nav-tabs-justified > .active > a,
- .nav-tabs-justified > .active > a:hover,
- .nav-tabs-justified > .active > a:focus {
- border-bottom-color: #ffffff;
- }
-}
-.tab-content {
- padding: 15px;
- border: solid 1px #ddd;
- border-top: none;
-}
-/* navbar */
-.navbar {
- position: relative;
- min-height: 62px;
- margin-bottom: 0;
- border-bottom: 1px solid transparent;
-}
-@media (min-width: 768px) {
- .navbar {
- border-radius: 0px;
- }
-}
-@media (min-width: 768px) {
- .navbar-header {
- float: left;
- }
-}
-.navbar-collapse {
- overflow-x: visible;
- padding-right: 15px;
- padding-left: 15px;
-}
-.navbar-collapse.in {
- overflow-y: auto;
-}
-@media (min-width: 768px) {
- .navbar-collapse {
- width: auto;
- border-top: 0;
- box-shadow: none;
- }
- .navbar-collapse.collapse {
- display: block !important;
- height: auto !important;
- padding-bottom: 0;
- overflow: visible !important;
- }
- .navbar-collapse.in {
- overflow-y: visible;
- }
- .navbar-fixed-top .navbar-collapse,
- .navbar-static-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- padding-left: 0;
- padding-right: 0;
- }
-}
-.navbar-fixed-top .navbar-collapse,
-.navbar-affixed-top .navbar-collapse,
-.navbar-fixed-bottom .navbar-collapse {
- max-height: 340px;
-}
-@media (max-width: 480px) and (orientation: landscape) {
- .navbar-fixed-top .navbar-collapse,
- .navbar-affixed-top .navbar-collapse,
- .navbar-fixed-bottom .navbar-collapse {
- max-height: 200px;
- }
-}
-.container > .navbar-header,
-.container-fluid > .navbar-header,
-.container > .navbar-collapse,
-.container-fluid > .navbar-collapse {
- margin-right: -15px;
- margin-left: -15px;
-}
-@media (min-width: 768px) {
- .container > .navbar-header,
- .container-fluid > .navbar-header,
- .container > .navbar-collapse,
- .container-fluid > .navbar-collapse {
- margin-right: 0;
- margin-left: 0;
- }
-}
-.navbar-static-top {
- z-index: 1000;
- border-width: 0 0 1px;
-}
-@media (min-width: 768px) {
- .navbar-static-top {
- border-radius: 0;
- }
-}
-.navbar-fixed-top,
-.navbar-fixed-bottom {
- position: fixed;
- right: 0;
- left: 0;
- z-index: 1030;
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
-}
-@media (min-width: 768px) {
- .navbar-fixed-top,
- .navbar-fixed-bottom {
- border-radius: 0;
- }
-}
-.navbar-fixed-top {
- top: 0;
- border-width: 0 0 1px;
-}
-.navbar-fixed-bottom {
- bottom: 0;
- margin-bottom: 0;
- border-width: 1px 0 0;
-}
-.navbar-brand {
- float: left;
- padding: 10px 15px;
- font-size: 18px;
- line-height: 20px;
- height: 62px;
-}
-.navbar-brand:hover,
-.navbar-brand:focus {
- text-decoration: none;
-}
-@media (min-width: 768px) {
- .navbar > .container .navbar-brand,
- .navbar > .container-fluid .navbar-brand {
- margin-left: -15px;
- }
-}
-.navbar-toggle {
- position: relative;
- float: right;
- margin-right: 15px;
- padding: 9px 10px;
- margin-top: 14px;
- margin-bottom: 14px;
- background-color: transparent;
- background-image: none;
- border: 1px solid transparent;
- border-radius: 0;
-}
-.navbar-toggle:focus {
- outline: 0;
-}
-.navbar-nav {
- margin: 10.5px -15px;
-}
-.navbar-nav > li > a {
- padding-top: 10px;
- padding-bottom: 10px;
- line-height: 20px;
-}
-@media (max-width: 767px) {
- .navbar-nav .open .dropdown-menu > li > a,
- .navbar-nav .open .dropdown-menu .dropdown-header {
- padding: 5px 15px 5px 25px;
- }
- .navbar-nav .open .dropdown-menu > li > a {
- line-height: 20px;
- }
- .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-nav .open .dropdown-menu > li > a:focus {
- background-image: none;
- }
-}
-@media (min-width: 768px) {
- .navbar-nav {
- float: left;
- margin: 0;
- }
- .navbar-nav > li {
- float: left;
- }
- .navbar-nav > li > a {
- padding-top: 21px;
- padding-bottom: 21px;
- }
- .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-@media (min-width: 768px) {
- .navbar-left {
- float: left !important;
- }
- .navbar-right {
- float: right !important;
- }
-}
-.navbar-form {
- margin-left: -15px;
- margin-right: -15px;
- padding: 10px 15px;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
- margin-top: 14px;
- margin-bottom: 14px;
-}
-@media (max-width: 767px) {
- .navbar-form .form-group {
- margin-bottom: 5px;
- }
-}
-@media (min-width: 768px) {
- .navbar-form {
- width: auto;
- border: 0;
- margin-left: 0;
- margin-right: 0;
- padding-top: 0;
- padding-bottom: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .navbar-form.navbar-right:last-child {
- margin-right: -15px;
- }
-}
-.navbar-nav > li > .dropdown-menu {
- margin-top: 0;
- border-top-right-radius: 0;
- border-top-left-radius: 0;
-}
-.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
- border-bottom-right-radius: 0;
- border-bottom-left-radius: 0;
-}
-.navbar-btn {
- margin-top: 14px;
- margin-bottom: 14px;
-}
-.navbar-btn.btn-sm {
- margin-top: 16px;
- margin-bottom: 16px;
-}
-.navbar-btn.btn-xs {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-.navbar-text {
- margin-top: 21px;
- margin-bottom: 21px;
-}
-@media (min-width: 768px) {
- .navbar-text {
- float: left;
- margin-left: 15px;
- margin-right: 15px;
- }
- .navbar-text.navbar-right:last-child {
- margin-right: 0;
- }
-}
-.navbar-default {
- background-color: #ffffff;
- border-color: #cccccc;
- border-bottom: none;
-}
-.navbar-default .navbar-brand {
- color: #555555;
-}
-.navbar-default .navbar-brand:hover,
-.navbar-default .navbar-brand:focus {
- color: #3b3b3b;
- background-color: transparent;
-}
-.navbar-default .navbar-text {
- color: #777777;
-}
-.navbar-default .navbar-nav > li > a {
- color: #555555;
-}
-.navbar-default .navbar-nav > li > a:hover,
-.navbar-default .navbar-nav > li > a:focus {
- color: #555555;
- background-color: #cab3dd;
-}
-.navbar-default .navbar-nav > .active > a,
-.navbar-default .navbar-nav > .active > a:hover,
-.navbar-default .navbar-nav > .active > a:focus {
- color: #ffffff;
- background-color: #986dbd;
-}
-.navbar-default .navbar-nav > .disabled > a,
-.navbar-default .navbar-nav > .disabled > a:hover,
-.navbar-default .navbar-nav > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
-}
-.navbar-default .navbar-toggle {
- border-color: #dddddd;
-}
-.navbar-default .navbar-toggle:hover,
-.navbar-default .navbar-toggle:focus {
- background-color: #986dbd;
-}
-.navbar-default .navbar-toggle .icon-bar {
- background-color: #888888;
-}
-.navbar-default .navbar-collapse,
-.navbar-default .navbar-form {
- border-color: #cccccc;
-}
-.navbar-default .navbar-nav > .open > a,
-.navbar-default .navbar-nav > .open > a:hover,
-.navbar-default .navbar-nav > .open > a:focus {
- background-color: #986dbd;
- color: #ffffff;
-}
-@media (max-width: 767px) {
- .navbar-default .navbar-nav .open .dropdown-menu > li > a {
- color: #555555;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
- color: #986dbd;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
- color: #ffffff;
- background-color: #986dbd;
- }
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
- .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
- color: #cccccc;
- background-color: transparent;
- }
-}
-.navbar-default .navbar-link {
- color: #555555;
-}
-.navbar-default .navbar-link:hover {
- color: #555555;
-}
-.navbar-default .btn-link {
- color: #555555;
-}
-.navbar-default .btn-link:hover,
-.navbar-default .btn-link:focus {
- color: #555555;
-}
-.navbar-default .btn-link[disabled]:hover,
-fieldset[disabled] .navbar-default .btn-link:hover,
-.navbar-default .btn-link[disabled]:focus,
-fieldset[disabled] .navbar-default .btn-link:focus {
- color: #cccccc;
-}
-/* scaffolding */
-body {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555555;
-}
-a {
- color: #986dbd;
- text-decoration: none;
-}
-a:hover,
-a:focus {
- color: #724599;
- text-decoration: underline;
-}
-a:focus {
- outline: thin dotted;
- outline: 5px auto -webkit-focus-ring-color;
- outline-offset: -2px;
-}
-.img-rounded {
- border-radius: 0;
-}
-hr {
- margin-top: 20px;
- margin-bottom: 20px;
- border: 0;
- border-top: 1px solid #eeeeee;
-}
-/* breadcrumbs */
-.breadcrumb {
- padding: 20px 0;
- margin-bottom: 20px;
- background-color: transparent;
- border-radius: 0;
- text-align: right;
-}
-.breadcrumb > li + li:before {
- content: ">\00a0";
- color: #555555;
-}
-.breadcrumb > .active {
- color: #999999;
-}
-@media (max-width: 991px) {
- .breadcrumb {
- padding: 20px 0;
- text-align: center;
- }
-}
-/* dropdowns */
-.dropdown-menu {
- z-index: 1000;
- font-size: 14px;
- background-color: #ffffff;
- border: 1px solid #cccccc;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 0;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-}
-.dropdown-menu.pull-right {
- right: 0;
- left: auto;
-}
-.dropdown-menu .divider {
- height: 1px;
- margin: 9px 0;
- overflow: hidden;
- background-color: #e5e5e5;
-}
-.dropdown-menu > li > a {
- padding: 5px 20px;
- line-height: 1.42857143;
- color: #333333;
- white-space: nowrap;
-}
-/* labels */
-.label {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 0.08em;
-}
-/* forms.less */
-label {
- font-weight: normal;
-}
-.form-control {
- -webkit-box-shadow: none;
- box-shadow: none;
- border-radius: 0;
-}
-.form-control:focus {
- border-color: #986dbd;
- outline: 0;
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 109, 189, 0.6);
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 109, 189, 0.6);
-}
-.form-group {
- margin-bottom: 20px;
-}
-/* pager*/
-.pager {
- margin: 20px 0;
- border-top: solid 1px #eeeeee;
- padding-top: 20px;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
-}
-.pager li {
- display: inline;
-}
-.pager li > a,
-.pager li > span {
- background-color: #ffffff;
- border: 1px solid #986dbd;
- border-radius: 0;
-}
-.pager li > a:hover,
-.pager li > a:focus {
- text-decoration: none;
- color: #fff;
- background-color: #986dbd;
-}
-.pager .disabled > a,
-.pager .disabled > a:hover,
-.pager .disabled > a:focus,
-.pager .disabled > span {
- color: #999999;
- background-color: #ffffff;
- border-color: #ddd;
-}
-/* pagination */
-.pagination {
- margin: 20px 0;
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- border-radius: 0;
-}
-.pagination > li > a,
-.pagination > li > span {
- padding: 6px 12px;
- line-height: 1.42857143;
- text-decoration: none;
- color: #986dbd;
- background-color: #ffffff;
- border: 1px solid #dddddd;
-}
-.pagination > li > a:hover,
-.pagination > li > span:hover,
-.pagination > li > a:focus,
-.pagination > li > span:focus {
- color: #986dbd;
- background-color: #e2d6ed;
- border-color: #dddddd;
-}
-.pagination > .active > a,
-.pagination > .active > span,
-.pagination > .active > a:hover,
-.pagination > .active > span:hover,
-.pagination > .active > a:focus,
-.pagination > .active > span:focus {
- z-index: 2;
- color: #ffffff;
- background-color: #986dbd;
- border-color: #986dbd;
-}
-.pagination > .disabled > span,
-.pagination > .disabled > span:hover,
-.pagination > .disabled > span:focus,
-.pagination > .disabled > a,
-.pagination > .disabled > a:hover,
-.pagination > .disabled > a:focus {
- color: #999999;
- background-color: #ffffff;
- border-color: #dddddd;
-}
-/* responsive utilities */
-@media (max-width: 767px) {
- .text-center-xs {
- text-align: center !important;
- }
- .text-center-xs img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-@media (min-width: 768px) and (max-width: 991px) {
- .text-center-sm {
- text-align: center !important;
- }
- .text-center-sm img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-}
-/* type */
-h1,
-h2,
-h3,
-h4,
-h5,
-h6,
-.h1,
-.h2,
-.h3,
-.h4,
-.h5,
-.h6 {
- font-family: "Roboto", Helvetica, Arial, sans-serif;
- font-weight: 900;
- line-height: 1.1;
- color: #333333;
-}
-h1,
-.h1,
-h2,
-.h2,
-h3,
-.h3 {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-p {
- margin: 0 0 10px;
-}
-.lead {
- margin-bottom: 20px;
- font-size: 18px;
-}
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-.text-small {
- font-size: 12px;
-}
-.text-large {
- font-size: 18px;
-}
-.text-italic {
- font-style: italic;
-}
-.text-primary {
- color: #986dbd;
-}
-a.text-primary:hover {
- color: #7f4daa;
-}
-.bg-primary {
- color: #fff;
- background-color: #986dbd;
-}
-a.bg-primary:hover {
- background-color: #7f4daa;
-}
-abbr[title],
-abbr[data-original-title] {
- border-bottom: 1px dotted #999999;
-}
-blockquote {
- padding: 10px 20px;
- margin: 0 0 20px;
- font-size: 14px;
- border-left: 5px solid #986dbd;
-}
-blockquote footer,
-blockquote small,
-blockquote .small {
- display: block;
- font-size: 80%;
- line-height: 1.42857143;
- color: #999999;
-}
-blockquote footer:before,
-blockquote small:before,
-blockquote .small:before {
- content: '\2014 \00A0';
-}
-.blockquote-reverse,
-blockquote.pull-right {
- border-right: 5px solid #986dbd;
-}
-address {
- margin-bottom: 20px;
- line-height: 1.42857143;
-}
-.panel {
- margin-bottom: 20px;
- background-color: #ffffff;
- border: 1px solid transparent;
- border-radius: 0;
- -webkit-box-shadow: 0 0 0;
- box-shadow: 0 0 0;
-}
-.panel-heading {
- border-top-right-radius: 0;
- border-top-left-radius: 0;
- text-transform: uppercase;
- letter-spacing: 0.08em;
- padding: 15px 15px;
-}
-.progress {
- overflow: hidden;
- height: 20px;
- margin-bottom: 20px;
- background-color: #f5f5f5;
- border-radius: 0;
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-.panel-group {
- margin-bottom: 20px;
-}
-.panel-group .panel {
- margin-bottom: 0;
- border-radius: 0;
- overflow: hidden;
-}
-.panel-group .panel + .panel {
- margin-top: 5px;
-}
-.panel-group.accordion .panel {
- border-color: #ccc;
-}
-.panel-primary {
- border-color: #986dbd;
-}
-.panel-primary > .panel-heading {
- color: #ffffff;
- background-color: #986dbd;
- border-color: #986dbd;
-}
-.panel-primary > .panel-heading + .panel-collapse > .panel-body {
- border-top-color: #986dbd;
-}
-.panel-primary > .panel-heading .badge {
- color: #986dbd;
- background-color: #ffffff;
-}
-.panel-primary > .panel-footer + .panel-collapse > .panel-body {
- border-bottom-color: #986dbd;
-}
-.panel-primary .panel-title {
- font-weight: 300;
-}
-.panel-primary .panel-title a:hover {
- color: #fff;
- text-decoration: none;
-}
-a.badge:hover,
-a.badge:focus {
- color: #ffffff;
- text-decoration: none;
- cursor: pointer;
-}
-a.list-group-item.active > .badge,
-.nav-pills > .active > a > .badge {
- color: #986dbd;
- background-color: #ffffff;
-}
-.nav-pills > li > a > .badge {
- margin-left: 3px;
-}
-.progress-bar-primary {
- background-color: #986dbd;
-}
-.progress-striped .progress-bar-primary {
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-}
-/*!
- * Yamm!3 - Yet another megamenu for Bootstrap 3
- * http://geedmo.github.com/yamm3
- *
- * @geedmo - Licensed under the MIT license
- */
-.yamm .nav,
-.yamm .collapse,
-.yamm .dropup.use-yamm,
-.yamm .dropdown.use-yamm {
- position: static;
-}
-.yamm .container {
- position: relative;
-}
-.yamm .dropdown-menu {
- left: auto;
-}
-.yamm .nav.navbar-right .dropdown-menu {
- left: auto;
- right: 0;
-}
-.yamm .yamm-content {
- padding: 20px 30px;
-}
-.yamm .dropdown.yamm-fw .dropdown-menu {
- left: 15px;
- right: 15px;
-}
diff --git a/themes/hugo-universal-theme/static/img/apple-touch-icon.png b/themes/hugo-universal-theme/static/img/apple-touch-icon.png
deleted file mode 100644
index 7a7b14e3a1e0f198cc19332c94c27e595414a59b..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2374
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
diff --git a/themes/hugo-universal-theme/static/img/efspi.png b/themes/hugo-universal-theme/static/img/efspi.png
deleted file mode 100644
index bc827e064d786fd74ac6d87d833aa258deccb494..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 3796
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
KMNUMnLSTYF5NJUF
diff --git a/themes/hugo-universal-theme/static/img/favicon.ico b/themes/hugo-universal-theme/static/img/favicon.ico
deleted file mode 100644
index 01970e8f34f41009bdd390a2290fe2091cf33617..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 34494
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