/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/* 
 *  Owl Carousel - Animate Plugin
 */
/* Slider */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/*! lightgallery - v1.2.14 - 2016-01-18
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
/*********************
GENERAL STYLES
*********************/
p {
  -ms-word-wrap: none !important;
  word-break: none !important;
  word-wrap: none !important;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  hyphens: none !important;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  /**
 * Correct `inline-block` display not defined in IE 8/9.
 */
}
audio, canvas, video {
  display: inline-block;
  /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
}
audio:not([controls]) {
  display: none;
  height: 0;
  /**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
}
[hidden], template {
  display: none;
  /* ==========================================================================
   Base
   ========================================================================== */
  /**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
}
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * Remove default margin.
 */
}
body {
  margin: 0;
  /* ==========================================================================
   Links
   ========================================================================== */
  /**
 * Remove the gray background color from active links in IE 10.
 */
}
a {
  background: transparent;
  outline: 0;
  /**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
}
a:focus {
  outline: 0;
  /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
}
a:active, a:hover {
  outline: 0;
  /* ==========================================================================
   Typography
   ========================================================================== */
  /**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  /**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
}
b, strong, .strong {
  font-weight: bold;
  /**
 * Address styling not present in Safari 5 and Chrome.
 */
}
dfn, em, .em {
  font-style: italic;
  /**
 * Address differences between Firefox and other browsers.
 */
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  /*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
}
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  /*
 * Addresses margins set differently in IE6/7.
 */
}
pre {
  margin: 0;
  /**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
  /**
 * Improve readability of pre-formatted text in all browsers.
 */
}
pre {
  white-space: pre-wrap;
  /**
 * Set consistent quote types.
 */
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  /**
 * Address inconsistent and variable font size in all browsers.
 */
}
q:before, q:after {
  content: '';
  content: none;
}
small, .small {
  font-size: 75%;
  /**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
  /* ==========================================================================
  Lists
========================================================================== */
  /*
 * Addresses margins set differently in IE6/7.
 */
}
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
  /*
 * Addresses paddings set differently in IE6/7.
 */
}
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
  /*
 * Corrects list images handled incorrectly in IE7.
 */
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  /* ==========================================================================
  Embedded content
========================================================================== */
  /**
 * Remove border when inside `a` element in IE 8/9.
 */
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
  /**
 * Correct overflow displayed oddly in IE 9.
 */
}
svg:not(:root) {
  overflow: hidden;
  /* ==========================================================================
   Figures
   ========================================================================== */
  /**
 * Address margin not present in IE 8/9 and Safari 5.
 */
}
figure {
  margin: 0;
  /* ==========================================================================
   Forms
   ========================================================================== */
  /**
 * Define consistent border, margin, and padding.
 */
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  /**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
}
legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
}
button, input, select, textarea {
  /* 1 */
  font-family: inherit;
  /* 2 */
  font-size: 100%;
  /* 3 */
  margin: 0;
  /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
}
button, input {
  line-height: normal;
  /**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
}
button, select {
  text-transform: none;
  /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * Re-set default cursor for disabled elements.
 */
}
button[disabled], html input[disabled] {
  cursor: default;
  /**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
}
input[type="checkbox"], input[type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
}
input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /**
 * Remove inner padding and border in Firefox 4+.
 */
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
  /**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
}
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
  /* ==========================================================================
   Tables
   ========================================================================== */
  /**
 * Remove most spacing between table cells.
 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf {
  zoom: 1;
  /*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
}
.clearfix:before, .cf:before, .clearfix:after, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}
.no-hypen {
  -ms-word-wrap: none;
  word-break: none;
  word-wrap: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.hypen {
  -ms-word-wrap: auto !important;
  word-break: auto !important;
  word-wrap: auto !important;
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  hyphens: auto !important;
  /*********************
TRANSITION
*********************/
  /*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
}
.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /*
@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}
*/
  /* @media (min-width:1200px) { */
}
.container {
  width: 1170px;
  /* } */
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /*
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
*/
  /* @media (min-width:992px) { */
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  float: left;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 91.66667%;
}
.col-md-10 {
  width: 83.33333%;
}
.col-md-9 {
  width: 75%;
}
.col-md-8 {
  width: 66.66667%;
}
.col-md-7 {
  width: 58.33333%;
}
.col-md-6 {
  width: 50%;
}
.col-md-5 {
  width: 41.66667%;
}
.col-md-4 {
  width: 33.33333%;
}
.col-md-3 {
  width: 25%;
}
.col-md-2 {
  width: 16.66667%;
}
.col-md-1 {
  width: 8.33333%;
}
.col-md-pull-12 {
  right: 100%;
}
.col-md-pull-11 {
  right: 91.66667%;
}
.col-md-pull-10 {
  right: 83.33333%;
}
.col-md-pull-9 {
  right: 75%;
}
.col-md-pull-8 {
  right: 66.66667%;
}
.col-md-pull-7 {
  right: 58.33333%;
}
.col-md-pull-6 {
  right: 50%;
}
.col-md-pull-5 {
  right: 41.66667%;
}
.col-md-pull-4 {
  right: 33.33333%;
}
.col-md-pull-3 {
  right: 25%;
}
.col-md-pull-2 {
  right: 16.66667%;
}
.col-md-pull-1 {
  right: 8.33333%;
}
.col-md-pull-0 {
  right: auto;
}
.col-md-push-12 {
  left: 100%;
}
.col-md-push-11 {
  left: 91.66667%;
}
.col-md-push-10 {
  left: 83.33333%;
}
.col-md-push-9 {
  left: 75%;
}
.col-md-push-8 {
  left: 66.66667%;
}
.col-md-push-7 {
  left: 58.33333%;
}
.col-md-push-6 {
  left: 50%;
}
.col-md-push-5 {
  left: 41.66667%;
}
.col-md-push-4 {
  left: 33.33333%;
}
.col-md-push-3 {
  left: 25%;
}
.col-md-push-2 {
  left: 16.66667%;
}
.col-md-push-1 {
  left: 8.33333%;
}
.col-md-push-0 {
  left: auto;
}
.col-md-offset-12 {
  margin-left: 100%;
}
.col-md-offset-11 {
  margin-left: 91.66667%;
}
.col-md-offset-10 {
  margin-left: 83.33333%;
}
.col-md-offset-9 {
  margin-left: 75%;
}
.col-md-offset-8 {
  margin-left: 66.66667%;
}
.col-md-offset-7 {
  margin-left: 58.33333%;
}
.col-md-offset-6 {
  margin-left: 50%;
}
.col-md-offset-5 {
  margin-left: 41.66667%;
}
.col-md-offset-4 {
  margin-left: 33.33333%;
}
.col-md-offset-3 {
  margin-left: 25%;
}
.col-md-offset-2 {
  margin-left: 16.66667%;
}
.col-md-offset-1 {
  margin-left: 8.33333%;
}
.col-md-offset-0 {
  margin-left: 0;
  /* } */
  /*
@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
*/
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: " ";
  display: table;
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* 
 * 	Owl Carousel - Auto Height Plugin
 */
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -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;
  /* 
 *  Core Owl Carousel CSS File
 */
}
.owl-carousel {
  display: none;
  width: 100%;
  /* position relative and z-index fix webkit rendering fonts issue */
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
  /* No Js */
}
.no-js .owl-carousel {
  display: block;
  /* 
 * 	Owl Carousel - Lazy Load Plugin
 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  /* 
 * 	Owl Carousel - Video Plugin
 */
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../images/template/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/template/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  /* helps IE */
  background: transparent url('../images/template/blank.gif');
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
  /* Overlay helper */
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/template/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
  /* Title helper */
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
  /*Retina graphics!*/
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/template/fancybox_sprite@2x.png');
    /*The size of the normal image, half the size of the hi-res image*/
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url('../images/template/fancybox_loading@2x.gif');
    /*The size of the normal image, half the size of the hi-res image*/
    background-size: 24px 24px;
  }
}
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  cursor: pointer;
  display: block;
  margin-top: -45px;
  height: 90px;
  width: 55px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #fff;
}
.lg-actions .lg-next {
  right: 12px;
  background: url('../images/template/arrows.png') 14px -82px no-repeat, rgba(0, 0, 0, 0.4);
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.lg-actions .lg-next:hover {
  background: url('../images/template/arrows.png') 14px -82px no-repeat, #000;
}
.lg-actions .lg-prev {
  left: 12px;
  background: url('../images/template/arrows.png') 12px 19px no-repeat, rgba(0, 0, 0, 0.4);
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.lg-actions .lg-prev:hover {
  background: url('../images/template/arrows.png') 12px 19px no-repeat, #000;
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close {
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  width: 34px;
  height: 30px;
  margin-right: 12px;
  margin-top: 12px;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
}
.lg-hide-items .lg-next {
  opacity: 0;
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.group {
  *zoom: 1;
}
.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  /*# sourceMappingURL=lightgallery.css.map */
}
.lg-backdrop.in {
  opacity: 0.85;
}
.fixed-size.lg-outer .lg-inner {
  background-color: #000;
}
.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}
.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}
.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #fff;
}
.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}
body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.6;
  color: #201515;
  background-color: #fff;
  /*********************
HEADER STYLES
*********************/
}
.header {
  overflow: hidden;
  /*********************
NAVIGATION STYLES
*********************/
}
.header .top-header {
  position: relative;
}
.header .top-header .logo {
  float: left;
  margin: 10px 0;
}
.header .top-header .logo a img {
  height: 82px;
  display: block;
}
.header .top-header .header-slant {
  background: url('../images/template/header-slant.png') 0 0 no-repeat, #f6f6f6;
  height: 100px;
  width: 100%;
  left: 48%;
  position: absolute;
  z-index: 2;
}
.header .top-header .header-kontakt {
  float: right;
  z-index: 3;
  position: relative;
}
.header .top-header .header-kontakt ul {
  margin: 30px 0 0 0;
}
.header .top-header .header-kontakt ul li {
  float: left;
  font-size: 19px;
  padding: 7px 0 8px 62px;
  margin-right: 40px;
}
.header .top-header .header-kontakt ul li.email {
  background: url('../images/template/header-kontakt-sprites.png') 0 0 no-repeat;
}
.header .top-header .header-kontakt ul li.telefon {
  background: url('../images/template/header-kontakt-sprites.png') 0 0px no-repeat;
  margin-right: 0;
}
.header .top-header .header-kontakt ul li a {
  color: #201515;
  text-decoration: none;
}
.header .top-header .header-kontakt ul li a:hover {
  color: #cc352c;
}
.header .top-header .mobile-nav-toggle {
  float: right;
  display: none;
}
.header .top-header .mobile-nav-toggle-clear {
  display: none;
}
.header .bottom-header {
  background: url('../images/template/nav-background.jpg') left top repeat-x;
  height: 55px;
}
.top-nav {
  margin: 0;
  /*********************
SIDEBARS & ASIDES
*********************/
}
.top-nav li {
  float: left;
  position: relative;
}
.top-nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 14px 15px 15px 15px;
  display: block;
  height: 55px;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
  -webkit-box-shadow: inset 0 0 0 transparent;
  -moz-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
}
.top-nav li a:hover {
  color: #f5d13d;
  -webkit-box-shadow: inset 0 -4px 0 #f5d13d;
  -moz-box-shadow: inset 0 -4px 0 #f5d13d;
  box-shadow: inset 0 -4px 0 #f5d13d;
}
.top-nav li:last-child {
  margin-right: 0;
}
.top-nav li .sub-menu-wrap {
  position: absolute;
  visibility: hidden;
  z-index: 8999;
}
.top-nav li .sub-menu-wrap ul.sub-menu, .top-nav li .sub-menu-wrap ul.children {
  margin: 0;
}
.top-nav li .sub-menu-wrap ul.sub-menu li a, .top-nav li .sub-menu-wrap ul.children li a {
  padding-left: 10px;
  display: block;
  width: 180px;
}
.top-nav li .sub-menu-wrap ul.sub-menu li:last-child a, .top-nav li .sub-menu-wrap ul.children li:last-child a {
  border-bottom: 0;
}
.top-nav li .sub-menu-wrap ul.sub-menu li ul, .top-nav li .sub-menu-wrap ul.children li ul {
  top: 0;
  left: 100%;
}
.top-nav li:hover > .sub-menu-wrap {
  top: auto;
  visibility: visible;
}
.top-nav li.current-menu-item a, .top-nav li.current_page_item a, .top-nav li.current_page_ancestor a {
  color: #f5d13d;
  -webkit-box-shadow: inset 0 -4px 0 #f5d13d;
  -moz-box-shadow: inset 0 -4px 0 #f5d13d;
  box-shadow: inset 0 -4px 0 #f5d13d;
}
.sidebar {
  margin-top: 135px;
}
.widgettitle {
  margin: 0;
  text-transform: uppercase;
  color: #201515;
  background: #f6f6f6;
  padding: 8px 12px;
  font-size: 19px;
  border-bottom: 1px solid #ccc;
}
.widget {
  border: 1px solid #ccc;
  margin-bottom: 25px;
  /*********************
MAIN STYLES
*********************/
}
.widget.widget_nav_menu .widgettitle {
  background: #201515;
  color: #fff;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  border-bottom: none;
}
.widget.widget_nav_menu .menu-main_menu-container {
  padding: 12px;
}
.widget.widget_nav_menu .menu-main_menu-container ul {
  margin: 0;
}
.widget.widget_nav_menu .menu-main_menu-container ul li {
  margin-bottom: 4px;
}
.widget.widget_nav_menu .menu-main_menu-container ul li.current-page-parent:before, .widget.widget_nav_menu .menu-main_menu-container ul li.current_page_item:before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-right: 4px;
  color: #201515;
}
.widget.widget_nav_menu .menu-main_menu-container ul li.current-page-parent > a, .widget.widget_nav_menu .menu-main_menu-container ul li.current_page_item > a {
  color: #e9be0c;
}
.widget.widget_nav_menu .menu-main_menu-container ul li > a {
  text-decoration: none;
  color: #201515;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all, 80ms;
  transition: all, 80ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.widget.widget_nav_menu .menu-main_menu-container ul li > a:hover {
  color: #e9be0c;
}
.widget.widget_nav_menu .menu-main_menu-container ul li ul {
  border-left: 1px solid #ccc;
  padding-left: 12px;
  margin: 5px 0 5px 5px;
}
.widget.widget_nav_menu .menu-main_menu-container ul li ul li {
  line-height: 1.4;
}
.widget.widget_nav_menu .menu-main_menu-container ul li ul li.current_page_item:before {
  color: #333;
}
.widget.widget_nav_menu .menu-main_menu-container ul li ul li a {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.widget .izracun-wrap {
  padding: 12px 15px;
}
.widget .izracun-wrap .izracun-top {
  background: url('../images/template/izracun-ikona.png') top right no-repeat;
  padding: 5px 90px 20px 0;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  margin-top: 5px;
  min-height: 75px;
  background-size: 75px;
}
.widget .izracun-wrap form p {
  margin: 0;
}
.widget .izracun-wrap form br {
  display: none;
}
.widget .izracun-wrap form label {
  display: block;
  text-transform: uppercase;
  color: #444;
  font-size: 12px;
  font-weight: 700;
}
.widget .izracun-wrap form textarea, .widget .izracun-wrap form input {
  border: 1px solid #ccc;
  background: #f6f6f6;
  width: 80%;
  padding: 5px 8px;
  margin-bottom: 12px;
}
.widget .izracun-wrap form textarea[type=submit], .widget .izracun-wrap form input[type=submit] {
  width: auto;
  display: inline-block;
  background: #e9be0c;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.widget .izracun-wrap form textarea[type=submit]:hover, .widget .izracun-wrap form input[type=submit]:hover {
  background: #dab20b;
}
.widget .izracun-wrap form textarea {
  width: 100%;
  resize: none;
  height: 80px;
}
.widget .izracun-wrap form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: -8px;
}
.widget .izracun-wrap form .ajax-loader {
  display: inline-block;
  margin-left: 10px;
}
.widget .izracun-wrap form div.wpcf7-response-output {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}
.main-content {
  min-height: 400px;
  /*********************
HOME STYLES
*********************/
}
.home-slider {
  padding: 35px 0;
  overflow: hidden;
}
.home-slider .owl-stage, .home-slider .owl-stage-outer {
  overflow: hidden;
}
.home-slider .home-slider-item {
  position: relative;
  display: none;
  height: 480px;
}
.home-slider .home-slider-item:first-child {
  display: block;
}
.home-slider .home-slider-item:before {
  display: block;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  /* Fallback */
  background-color: rgba(0, 0, 0, -0.15);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0)', EndColorStr='rgba(0, 0, 0, 0.3)')";
  /*********************
BOX SIZING
*********************/
  /* @include box-sizing(border-box); */
  /* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
}
.home-slider .home-slider-item .slider-text {
  position: absolute;
  left: 120px;
  bottom: 65px;
  right: 40%;
  z-index: 2;
}
.home-slider .home-slider-item .slider-text h2 {
  margin: 0 0 5px 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.home-slider .home-slider-item .slider-text p {
  margin: 0;
}
.home-slider .home-slider-item .slider-text p.text {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.home-slider .home-slider-item .slider-text p a {
  display: inline-block;
  background: #fff;
  color: #201515;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.home-slider .home-slider-item .slider-text p a:hover {
  background: #f3c816;
  color: #fff;
}
.home-slider .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.home-slider .owl-controls .owl-nav .owl-prev, .home-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  width: 57px;
  height: 88px;
  background: url('../images/template/arrows.png') 12px 19px no-repeat, rgba(0, 0, 0, 0.4);
  margin-top: -44px;
  left: 0;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.home-slider .owl-controls .owl-nav .owl-prev:hover, .home-slider .owl-controls .owl-nav .owl-next:hover {
  background: url('../images/template/arrows.png') 12px 19px no-repeat, #f4ca20;
}
.home-slider .owl-controls .owl-nav .owl-next {
  right: 0;
  left: auto;
  background: url('../images/template/arrows.png') 17px -82px no-repeat, rgba(0, 0, 0, 0.4);
}
.home-slider .owl-controls .owl-nav .owl-next:hover {
  background: url('../images/template/arrows.png') 17px -82px no-repeat, #f4ca20;
}
.home-besedilo {
  background: #f6f6f6;
  padding: 40px 0 50px 0;
}
.home-besedilo .home-besedilo-text h1 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.home-besedilo .home-besedilo-text h1 span {
  color: #f4ca20;
}
.home-besedilo .home-besedilo-text .heading-divider {
  width: 60px;
  border-bottom: 3px solid #201515;
  margin-bottom: 25px;
}
.home-besedilo .home-besedilo-text h2, .home-besedilo .home-besedilo-text h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 18px 0;
}
.home-besedilo .home-besedilo-text p, .home-besedilo .home-besedilo-text li {
  font-size: 16px;
  line-height: 1.5;
  color: #595959;
  margin: 0 0 12px 0;
}
.home-besedilo .home-besedilo-slika img {
  max-width: 440px;
  margin: 70px auto 0 auto;
  display: block;
}
.ostalo-pohistvo {
  padding: 50px 0 60px 0;
  /*********************
PAGE STYLES
*********************/
}
.ostalo-pohistvo h2 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 20px 0;
  line-height: 1.3;
  text-align: center;
}
.ostalo-pohistvo h2 span {
  color: #f4ca20;
}
.ostalo-pohistvo .heading-divider {
  width: 60px;
  border-bottom: 3px solid #201515;
  margin: 0 auto 25px auto;
}
.ostalo-pohistvo p.sub-heading {
  font-size: 16px;
  color: #595959;
  line-height: 1.5;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.ostalo-pohistvo .ostalo-pohistvo-wrap {
  margin-top: 45px;
}
.ostalo-pohistvo .ostalo-pohistvo-wrap .ostalo-pohistvo-item a.ostalo-pohistvo-link-image {
  position: relative;
  display: block;
}
.ostalo-pohistvo .ostalo-pohistvo-wrap .ostalo-pohistvo-item a.ostalo-pohistvo-link-image:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
  z-index: 3;
  opacity: 0;
}
.ostalo-pohistvo .ostalo-pohistvo-wrap .ostalo-pohistvo-item a.ostalo-pohistvo-link-image:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  border: 0 solid transparent;
  z-index: 4;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.ostalo-pohistvo .ostalo-pohistvo-wrap .ostalo-pohistvo-item a.ostalo-pohistvo-link-image img {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  display: block;
  position: relative;
  z-index: 2;
}
.ostalo-pohistvo .ostalo-pohistvo-wrap .ostalo-pohistvo-item a.ostalo-pohistvo-link {
  background: #f6f6f6;
  text-align: center;
  color: #201515;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.ostalo-pohistvo .ostalo-pohistvo-wrap .ostalo-pohistvo-item:hover a.ostalo-pohistvo-link-image:before {
  opacity: 1;
}
.ostalo-pohistvo .ostalo-pohistvo-wrap .ostalo-pohistvo-item:hover a.ostalo-pohistvo-link-image:after {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 3px solid #f5d13d;
}
.ostalo-pohistvo .ostalo-pohistvo-wrap .ostalo-pohistvo-item:hover a.ostalo-pohistvo-link {
  color: #fff;
  background: #f3c816;
}
.main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content hr {
  border: 0;
  height: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
}
.main-content .entry-header h1 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.main-content .entry-header .divider {
  width: 60px;
  border-bottom: 3px solid #201515;
  margin-bottom: 25px;
}
.main-content .entry-header .category-description {
  font-size: 16px;
}
.main-content .galerija-wrap .single-gallery-item {
  margin-bottom: 30px;
  position: relative;
}
.main-content .galerija-wrap .single-gallery-item:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  background: url('../images/template/zoom-icon.png') center center no-repeat, rgba(0, 0, 0, 0.4);
  background-size: 42px;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
  z-index: 3;
  opacity: 0;
}
.main-content .galerija-wrap .single-gallery-item:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  border: 0 solid transparent;
  z-index: 4;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.main-content .galerija-wrap .single-gallery-item img {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  display: block;
  position: relative;
  z-index: 2;
}
.main-content .galerija-wrap .single-gallery-item:hover {
  cursor: pointer;
}
.main-content .galerija-wrap .single-gallery-item:hover:before {
  opacity: 1;
}
.main-content .galerija-wrap .single-gallery-item:hover:after {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #fff;
}
.main-content .gallery-multiple-item {
  margin-bottom: 25px;
}
.main-content .gallery-multiple-item .open-gallery-wrap {
  position: relative;
}
.main-content .gallery-multiple-item .open-gallery-wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: '';
  background: url('../images/template/zoom-icon.png') center center no-repeat, rgba(0, 0, 0, 0.4);
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
  z-index: 3;
  opacity: 0;
}
.main-content .gallery-multiple-item .open-gallery-wrap:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: block;
  border: 0 solid transparent;
  z-index: 4;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.main-content .gallery-multiple-item .open-gallery-wrap img {
  -webkit-backface-visibility: hidden;
  transform: translate3d(0px, 0px, 0px);
  display: block;
  position: relative;
  z-index: 2;
}
.main-content .gallery-multiple-item .open-gallery-wrap:hover {
  cursor: pointer;
}
.main-content .gallery-multiple-item .open-gallery-wrap:hover:before {
  opacity: 1;
}
.main-content .gallery-multiple-item .open-gallery-wrap:hover:after {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 3px solid #fff;
}
.main-content .gallery-multiple-item .gallery-info {
  background: #f6f6f6;
  padding: 12px 12px 15px 12px;
}
.main-content .gallery-multiple-item .gallery-info h3 {
  margin: 0 0 10px 0;
  height: 25px;
  overflow: hidden;
}
.main-content .gallery-multiple-item .gallery-info .open-multiple-gallery {
  display: inline-block;
  background: #ddd;
  color: #555;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.main-content .gallery-multiple-item .gallery-info .open-multiple-gallery:hover {
  cursor: pointer;
  background: #d5ae0b;
  color: #fff;
}
.main-content .gallery-multiple-item .gallery-info .open-multiple-gallery i {
  font-size: 15px;
  position: relative;
  margin-right: 2px;
}
.main-content p a {
  color: blue;
  text-decoration: none;
}
.kontakt-form {
  /*********************
FOOTER STYLES
*********************/
}
.kontakt-form form p {
  margin: 0;
}
.kontakt-form form br {
  display: none;
}
.kontakt-form form label {
  display: block;
  text-transform: uppercase;
  color: #444;
  font-size: 14px;
  font-weight: 700;
}
.kontakt-form form textarea, .kontakt-form form input {
  border: 1px solid #ccc;
  background: #f6f6f6;
  width: 70%;
  padding: 8px 12px;
  margin-bottom: 12px;
}
.kontakt-form form textarea[type=submit], .kontakt-form form input[type=submit] {
  width: auto;
  display: inline-block;
  background: #e9be0c;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 10px;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
}
.kontakt-form form textarea[type=submit]:hover, .kontakt-form form input[type=submit]:hover {
  background: #dab20b;
}
.kontakt-form form textarea {
  width: 70%;
  resize: none;
  height: 100px;
}
.kontakt-form form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: -8px;
}
.kontakt-form form .ajax-loader {
  display: inline-block;
  margin-left: 10px;
}
.kontakt-form form div.wpcf7-response-output {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
}
.footer {
  background: url('../images/template/footer-background.jpg') top left repeat-x, #0c0c0c;
  padding: 40px 0 40px 0;
}
.footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
.footer ul {
  margin: 0;
}
.footer ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 12px;
  color: #bcbcbc;
}
.footer ul li:before {
  width: 8px;
  height: 8px;
  content: '\f105';
  font-family: 'FontAwesome';
  color: #bcbcbc;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul li a {
  text-decoration: none;
  color: #bcbcbc;
  font-size: 16px;
}
.footer .divider {
  width: 70px;
  border-bottom: 1px solid #9e9e9e;
  margin: 20px 0 18px 0;
}
.footer p.copyright {
  color: #9e9e9e;
}
.footer form p {
  margin: 0;
}
.footer form br {
  display: none;
}
.footer form input[type=text], .footer form input[type=email], .footer form textarea {
  border: 1px solid #797979;
  background: #201515;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 12px;
  color: #fff;
}
.footer form textarea {
  height: 100px;
  resize: none;
}
.footer form input[type=submit] {
  background: #fff;
  color: #201515;
  padding: 12px 18px;
  display: inline-block;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all, 120ms;
  transition: all, 120ms;
  /*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
  margin-bottom: 20px;
}
.footer form input[type=submit]:hover {
  background: #f3c816;
  color: #fff;
}
.footer form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-bottom: 12px;
  margin-top: -12px;
  color: #ddd;
}
.footer form .ajax-loader {
  display: inline-block;
  margin-left: 10px;
  display: none;
}
.footer form div.wpcf7-response-output {
  margin: 0;
  padding: 5px 10px;
  font-size: 14px;
  background: #eee;
}
@media only screen and (max-width: 992px) {
  /*********************
HEADER STYLES
*********************/
  /*
.header {
	
	.mobile-nav-toggle {
		
		display: block;
		width: 30px;
		height: 30px;
		background: $black;
		cursor: pointer;
		z-index: 100;
		position: relative;
		
	}
	
	.mobile-nav-toggle-clear {
		
		display: block;
		clear: both;
		
	}
	
}
*/
  /*********************
NAVIGATION STYLES
*********************/
  /*
.top-nav {

	display: none;
	float: none;

}
*/}
@media only screen and (max-width: 768px) {
}
