/* 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: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************//*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************//*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*//*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*//******************************************************************
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);
*********************//******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************//*********************
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);
*//******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************//******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************//******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************//*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************//*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license *//******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************//*********************
GENERAL STYLES
*********************/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;/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */}a:focus{outline:thin dotted;/**
 * 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{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;/**
 * 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;}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";}.button,.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p input[type=submit]{display:inline-block;background:#1d3995;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:10px 25px;text-decoration:none;border-left:none;border-top:none;border-right:none;border-bottom:2px solid #15296a;text-transform:uppercase;font-size:15px;text-shadow:0 -1px 0 #15296a;letter-spacing:0.02em;-webkit-transition:all, 100ms;transition:all, 100ms;/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************//* @include css-gradient(#dfdfdf,#f8f8f8); */}.button:hover,.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p input[type=submit]:hover{background:#1a3284;border-bottom:2px solid #112259;}.button-green{background:#1ab437;border-bottom:2px solid #148729;text-shadow:0 -1px 0 #148729;}.button-green:hover{background:#19ab34;border-bottom:2px solid #127f27;}.last-col{float:right;padding-right:0 !important;/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/}@media (max-width:767px){/* Portrait tablet to landscape */.m-all{float:left;padding-right:25px;width:100%;padding-right:0;}.m-1of2{float:left;padding-right:25px;width:50%;}.m-1of3{float:left;padding-right:25px;width:33.33%;}.m-2of3{float:left;padding-right:25px;width:66.66%;}.m-1of4{float:left;padding-right:25px;width:25%;}.m-3of4{float:left;padding-right:25px;width:75%;}}@media (min-width:768px) and (max-width:1029px){/* Landscape to small desktop */.t-all{float:left;padding-right:25px;width:100%;padding-right:0;}.t-1of2{float:left;padding-right:25px;width:50%;}.t-1of3{float:left;padding-right:25px;width:33.33%;}.t-2of3{float:left;padding-right:25px;width:66.66%;}.t-1of4{float:left;padding-right:25px;width:25%;}.t-3of4{float:left;padding-right:25px;width:75%;}.t-1of5{float:left;padding-right:25px;width:20%;}.t-2of5{float:left;padding-right:25px;width:40%;}.t-3of5{float:left;padding-right:25px;width:60%;}.t-4of5{float:left;padding-right:25px;width:80%;}}@media (min-width:1030px){.d-all{float:left;padding-right:25px;width:100%;padding-right:0;}.d-1of2{float:left;padding-right:25px;width:50%;}.d-1of3{float:left;padding-right:25px;width:33.33%;}.d-2of3{float:left;padding-right:25px;width:66.66%;}.d-1of4{float:left;padding-right:25px;width:25%;}.d-3of4{float:left;padding-right:25px;width:75%;}.d-1of5{float:left;padding-right:25px;width:20%;}.d-2of5{float:left;padding-right:25px;width:40%;}.d-3of5{float:left;padding-right:25px;width:60%;}.d-4of5{float:left;padding-right:25px;width:80%;}.d-1of6{float:left;padding-right:25px;width:16.66667%;}.d-1of7{float:left;padding-right:25px;width:14.28571%;}.d-2of7{float:left;padding-right:25px;width:28.57143%;}.d-3of7{float:left;padding-right:25px;width:42.85714%;}.d-4of7{float:left;padding-right:25px;width:57.14286%;}.d-5of7{float:left;padding-right:25px;width:71.42857%;}.d-6of7{float:left;padding-right:25px;width:85.71429%;}.d-1of8{float:left;padding-right:25px;width:12.5%;}.d-1of9{float:left;padding-right:25px;width:11.11111%;}.d-1of10{float:left;padding-right:25px;width:10%;}.d-1of11{float:left;padding-right:25px;width:9.09091%;}.d-1of12{float:left;padding-right:25px;width:8.33%;}}.alert-help,.alert-info,.alert-error,.alert-success{margin:10px;padding:5px 18px;border:1px solid;}.alert-help{border-color:#e8dc59;background:#ebe16f;}.alert-info{border-color:#bfe4f4;background:#d5edf8;}.alert-error{border-color:#f8cdce;background:#fbe3e4;}.alert-success{border-color:#deeaae;background:#e6efc2;}.blue-btn{display:inline-block;position:relative;font-family:"Open Sans", Helvetica, Arial, sans-serif;text-decoration:none;color:#fff;font-size:0.9em;font-size:34px;line-height:34px;font-weight:normal;padding:0 24px;border-radius:4px;border:0;cursor:pointer;-webkit-transition:background-color 0.14s ease-in-out;transition:background-color 0.14s ease-in-out;/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************//* @include css-gradient(#dfdfdf,#f8f8f8); *//*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/}.blue-btn:hover,.blue-btn:focus{color:#fff;text-decoration:none;}.blue-btn:active{top:1px;}.blue-btn{background-color:#1d3995;}.blue-btn:hover,.blue-btn:focus{background-color:#1a3284;}.blue-btn:active{background-color:#193180;}.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;max-width:99999px;max-height:99999px;overflow:visible !important;/* Overlay helper */}.fancybox-lock{overflow:visible !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/20px;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;}}body{font-family:"Open Sans", Helvetica, Arial, sans-serif;font-size:100%;line-height:1.5;color:#222;background-color:#fff;}a{outline:none;/*********************
LAYOUT & GRID STYLES
*********************/}a:focus,a:visited{outline:none;}.wrap{width:1040px;margin:0 auto;padding:0 20px;}h1,h2,h3,h4,h5,h6{color:#1d3995;/*********************
HEADER STYLES
*********************/}.header{background:#f6f7fa;-webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.5);-moz-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.5);box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.5);position:relative;z-index:100;/*********************
NAVIGATION STYLES
*********************/}.header #inner-header .logo{float:left;margin:20px 5px;}.header #inner-header .logo img{width:110px;display:block;}.nav{border:0;float:right;margin-top:65px;/* end .nav *//*********************
SIDEBARS & ASIDES
*********************/}.nav ul{margin-top:0;margin-bottom:0;}.nav li{float:left;position:relative;margin-right:35px;/* end .menu ul li *//* highlight current page */}.nav li a{border-bottom:0;color:#1d3995;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:15px;}.nav li a:hover,.nav li a:focus{color:#1ab437;}.nav li.menu-item-has-children{position:relative;}.nav li.menu-item-has-children:hover > a{color:#1ab437;}.nav li.menu-item-has-children:hover:after{color:#1ab437;}.nav li.menu-item-has-children a{padding-right:17px;position:relative;z-index:100;}.nav li.menu-item-has-children:after{font-family:'FontAwesome';content:'\f078';color:#1d3995;font-size:12px;position:absolute;right:0;top:3px;}.nav li:last-child{margin-right:0;}.nav li ul.sub-menu,.nav li ul.children{margin-top:0;position:absolute;visibility:hidden;z-index:8999;padding-top:10px;left:-10px;/* showing sub-menus */}.nav li ul.sub-menu li,.nav li ul.children li{margin-right:0;background:#fff;/* highlight sub-menu current page */}.nav li ul.sub-menu li a,.nav li ul.children li a{border-right:0;display:block;width:220px;border:1px solid #ccc;border-top:none;color:#1d3995;font-size:14px;padding:8px 10px;}.nav li ul.sub-menu li a:hover,.nav li ul.children li a:hover,.nav li ul.sub-menu li a:focus,.nav li ul.children li a:focus{color:#1ab437;}.nav li ul.sub-menu li:first-child,.nav li ul.children li:first-child{border-top:1px solid #c1bdbd;-webkit-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;}.nav li ul.sub-menu li:last-child,.nav li ul.children li:last-child{border-bottom:1px solid #c1bdbd;-webkit-border-radius:0 0 2px 2px;-moz-border-radius:0 0 2px 2px;border-radius:0 0 2px 2px;/*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/}.nav li ul.sub-menu li:last-child a,.nav li ul.children li:last-child a{border-bottom:0;}.nav li ul.sub-menu li ul,.nav li ul.children li ul{top:0;left:100%;}.nav li ul.sub-menu li.current-menu-item a,.nav li ul.children li.current-menu-item a,.nav li ul.sub-menu li.current_page_item a,.nav li ul.children li.current_page_item a,.nav li ul.sub-menu li.current_page_ancestor a,.nav li ul.children li.current_page_ancestor a{color:#1ab437;}.nav li:hover > ul{top:auto;visibility:visible;}.nav li.current-menu-item,.nav li.current_page_item,.nav li.current_page_ancestor,.nav li.current-menu-parent{/* end current highlighters */}.nav li.current-menu-item a,.nav li.current_page_item a,.nav li.current_page_ancestor a,.nav li.current-menu-parent a{color:#1ab437;}.nav li.current-menu-item.menu-item-has-children:after,.nav li.current_page_item.menu-item-has-children:after,.nav li.current_page_ancestor.menu-item-has-children:after,.nav li.current-menu-parent.menu-item-has-children:after{color:#1ab437;}.sidebar{padding-top:35px;}.widgettitle{padding:6px 15px;font-size:18px;border-bottom:1px solid #c1bdbd;margin-bottom:0;}.widgettitle:before{content:'\/';color:#afafb0;font-weight:300;margin-right:8px;}.widget{background:#f5f6f8;/*********************
FOOTER STYLES
*********************/}.widget .textwidget,.widget .execphpwidget{padding:10px 15px;}.widget .textwidget ul,.widget .execphpwidget ul{margin:0;}.widget .textwidget ul li,.widget .execphpwidget ul li{margin-bottom:5px;}.widget .textwidget ul li:last-child,.widget .execphpwidget ul li:last-child{margin-bottom:0;}.widget .textwidget ul.kontakt-sidebar,.widget .execphpwidget ul.kontakt-sidebar{padding:2px 0;}.widget .textwidget ul.kontakt-sidebar li,.widget .execphpwidget ul.kontakt-sidebar li{font-size:15px;margin-bottom:8px;}.widget .textwidget ul.kontakt-sidebar li:last-child,.widget .execphpwidget ul.kontakt-sidebar li:last-child{margin-bottom:0;}.widget .textwidget ul.kontakt-sidebar li i,.widget .execphpwidget ul.kontakt-sidebar li i{display:inline-block;background:#1ab437;margin-right:8px;height:22px;width:22px;text-align:center;line-height:22px;color:#fff;font-size:14px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.widget .textwidget ul.kontakt-sidebar li i.fa-fax,.widget .execphpwidget ul.kontakt-sidebar li i.fa-fax{font-size:11px;top:-2px;position:relative;}.widget .textwidget ul.kontakt-sidebar li i.fa-mobile,.widget .execphpwidget ul.kontakt-sidebar li i.fa-mobile{font-size:16px;}.widget .textwidget ul.kontakt-sidebar li i.fa-envelope,.widget .execphpwidget ul.kontakt-sidebar li i.fa-envelope{font-size:10px;line-height:21px;}.widget .textwidget ul.kontakt-sidebar li a,.widget .execphpwidget ul.kontakt-sidebar li a{color:#1d3995;text-decoration:none;font-weight:600;}.widget .textwidget ul.kontakt-sidebar li a:hover,.widget .execphpwidget ul.kontakt-sidebar li a:hover{text-decoration:underline;}.widget .textwidget ul.storitve-sidebar li,.widget .execphpwidget ul.storitve-sidebar li{font-size:15px;position:relative;padding-left:14px;margin-bottom:8px;}.widget .textwidget ul.storitve-sidebar li:last-child,.widget .execphpwidget ul.storitve-sidebar li:last-child{margin-bottom:0;}.widget .textwidget ul.storitve-sidebar li:before,.widget .execphpwidget ul.storitve-sidebar li:before{font-family:'FontAwesome';content:'\f054';color:#1d3995;margin-right:2px;font-size:11px;position:absolute;top:3px;left:0;}.widget .textwidget ul.storitve-sidebar li a,.widget .execphpwidget ul.storitve-sidebar li a{text-decoration:none;color:#222;}.widget .textwidget ul.storitve-sidebar li a:hover,.widget .execphpwidget ul.storitve-sidebar li a:hover{color:#1d3995;}.widget .textwidget ul.storitve-sidebar li.current-menu-item a,.widget .execphpwidget ul.storitve-sidebar li.current-menu-item a{color:#1d3995;}.footer #inner-footer{padding:35px 0;text-align:center;}.footer #inner-footer p{margin:0;}.footer #inner-footer p a{color:#1d3995;text-decoration:none;font-weight:600;}.storitve-ikone-wrap{background:#f5f6f8;/*********************
DOMOV STYLES
*********************/}.storitve-ikone-wrap .storitve-ikone{padding-top:70px;padding-bottom:75px;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item{float:left;width:33.3333%;text-align:center;padding:0 10px;text-decoration:none;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item:hover .storitve-ikona.storitve{background:url('../images/template/storitve-ikone-sprite.png') 0 -400px no-repeat;background-size:93px auto;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item:hover .storitve-ikona.reference{background:url('../images/template/storitve-ikone-sprite.png') 0 -529px no-repeat;background-size:93px auto;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item:hover .storitve-ikona.kontakt{background:url('../images/template/storitve-ikone-sprite.png') 0 -658px no-repeat;background-size:93px auto;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item:hover h3{color:#182f7b;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item .storitve-ikona{display:inline-block;width:93px;height:93px;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item .storitve-ikona.storitve{background:url('../images/template/storitve-ikone-sprite.png') 0 0 no-repeat;background-size:93px auto;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item .storitve-ikona.reference{background:url('../images/template/storitve-ikone-sprite.png') 0 -129px no-repeat;background-size:93px auto;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item .storitve-ikona.kontakt{background:url('../images/template/storitve-ikone-sprite.png') 0 -258px no-repeat;background-size:93px auto;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item h3{font-size:19px;text-transform:uppercase;margin-bottom:10px;line-height:1.2;text-decoration:none;color:#1d3995;}.storitve-ikone-wrap .storitve-ikone .storitve-ikone-item p{margin-top:0;text-decoration:none;color:#222;margin-bottom:0;font-size:15px;}.domov-top-wrap{overflow:hidden;position:relative;}.domov-top-wrap .domov-top-overlay{background:#000;position:absolute;left:0;top:0;right:0;bottom:0;z-index:20;}.domov-top-wrap .domov-top{padding-bottom:60px;padding-top:150px;z-index:30;position:relative;}.domov-top-wrap .domov-top h2{color:#fff;font-size:50px;font-weight:600;text-transform:uppercase;text-shadow:0 1px 1px rgba(0, 0, 0, 0.4);margin-bottom:5px;line-height:1.1;}.domov-top-wrap .domov-top p.sub-heading{color:#fff;margin-top:0;font-size:28px;font-style:italic;font-weight:300;text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);margin-bottom:20px;}.domov-top-wrap .domov-top p a.button:first-child,.domov-top-wrap .domov-top p .article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p a[type=submit]:first-child,.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p .domov-top-wrap .domov-top p a[type=submit]:first-child{margin-right:25px;}.domov-top-wrap .domov-top .line{width:100px;border-bottom:1px solid #fff;margin-bottom:30px;}.domov-opis-wrap{/*********************
PAGE, SINGLE STYLES
*********************/}.domov-opis-wrap .domov-opis{padding-top:60px;padding-bottom:50px;}.domov-opis-wrap .domov-opis .domov-opis-left{width:575px;margin-right:20px;float:left;}.domov-opis-wrap .domov-opis .domov-opis-left h1{margin-top:0;line-height:1.2;}.domov-opis-wrap .domov-opis .domov-opis-left h1:before{content:'\/';color:#afafb0;font-weight:300;margin-right:8px;}.domov-opis-wrap .domov-opis .domov-opis-left p{font-size:16px;line-height:1.9;}.domov-opis-wrap .domov-opis .domov-opis-right{float:right;width:385px;margin-top:60px;border-left:1px solid #c1bdbd;padding-left:50px;}.domov-opis-wrap .domov-opis .domov-opis-right p{margin-top:0;}.domov-opis-wrap .domov-opis .domov-opis-right ul{margin:0;padding:5px 0;}.domov-opis-wrap .domov-opis .domov-opis-right ul li{margin-bottom:16px;position:relative;padding-left:32px;line-height:1.6;}.domov-opis-wrap .domov-opis .domov-opis-right ul li:last-child{margin-bottom:0;}.domov-opis-wrap .domov-opis .domov-opis-right ul li:before{display:block;width:20px;height:20px;background:#1ab437;content:'\f00c';font-family:'FontAwesome';color:#fff;position:absolute;left:0;top:4px;text-align:center;font-size:11px;line-height:20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.article-wrap{margin:30px 0 40px 0;}.article-wrap .main-content h1{margin-top:0;line-height:1.3;font-size:30px;}.article-wrap .main-content h1:before{content:'\/';color:#afafb0;font-weight:300;margin-right:8px;}.article-wrap .main-content .article-content.single-referenca{width:32%;margin-right:2%;float:left;margin-bottom:20px;}.article-wrap .main-content .article-content.single-referenca:nth-child(3n){margin-right:0;}.article-wrap .main-content .article-content.single-referenca .single-referenca-link{position:relative;display:block;}.article-wrap .main-content .article-content.single-referenca .single-referenca-link img{width:100%;height:auto;display:block;}.article-wrap .main-content .article-content.single-referenca .single-referenca-link .overlay{position:absolute;width:100%;height:50%;left:0;top:50%;bottom:0;right:0;background:-moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000));background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);background:-o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);background:-ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000',GradientType=0);opacity:0.8;-webkit-transition:all, 150ms;transition:all, 150ms;/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************//* @include css-gradient(#dfdfdf,#f8f8f8); */}.article-wrap .main-content .article-content.single-referenca .single-referenca-link h3{position:absolute;bottom:8px;font-size:14px;color:#fff;line-height:1.2;font-weight:600;margin:0;padding:0 8px;}.article-wrap .main-content .article-content.single-referenca .single-referenca-link:hover .overlay{opacity:1;}.article-wrap .main-content .article-content.single-storitev{border-bottom:1px solid #c1bdbd;margin-bottom:25px;padding-bottom:30px;}.article-wrap .main-content .article-content.single-storitev:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none;}.article-wrap .main-content .article-content.single-storitev h3{margin-top:0;margin-bottom:15px;}.article-wrap .main-content .article-content.single-storitev h3 a{text-decoration:none;color:#1d3995;font-size:23px;}.article-wrap .main-content .article-content.single-storitev h3 a:hover{color:#182f7b;}.article-wrap .main-content .article-content.single-storitev img{width:100%;height:auto;display:block;-webkit-transition:all, 100ms;transition:all, 100ms;/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************//* @include css-gradient(#dfdfdf,#f8f8f8); */border:6px solid #e6e9ee;}.article-wrap .main-content .article-content.single-storitev img:hover{opacity:0.8;}.article-wrap .main-content .article-content.single-storitev .button,.article-wrap .main-content .article-content.single-storitev .article-content .entry-content .wpcf7 .wpcf7-form p input[type=submit],.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p .article-content.single-storitev input[type=submit]{padding:8px 16px;font-size:13px;}.article-wrap .main-content .article-content .entry-content hr{border:0;height:0;border-top:1px solid #c1bdbd;}.article-wrap .main-content .article-content .entry-content p,.article-wrap .main-content .article-content .entry-content li{font-size:16px;line-height:1.65;}.article-wrap .main-content .article-content .entry-content p:first-child{margin-top:0;}.article-wrap .main-content .article-content .entry-content ul{padding-left:10px;}.article-wrap .main-content .article-content .entry-content ul li{position:relative;padding-left:14px;margin-bottom:5px;}.article-wrap .main-content .article-content .entry-content ul li:before{font-family:'FontAwesome';content:'\f054';color:#1d3995;margin-right:2px;font-size:12px;position:absolute;top:5px;left:0;}.article-wrap .main-content .article-content .entry-content .galerija-wrap figure{float:left;margin-right:15px;padding:6px;background:#e6e9ee;width:23.4%;margin-right:2.13333%;margin-bottom:15px;}.article-wrap .main-content .article-content .entry-content .galerija-wrap figure:nth-child(4n){margin-right:0;}.article-wrap .main-content .article-content .entry-content .galerija-wrap figure img{display:block;}.article-wrap .main-content .article-content .entry-content .galerija-wrap figure img:hover{opacity:0.8;}.article-wrap .main-content .article-content .entry-content img{max-width:100%;height:auto;}.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p{margin:0 0 15px 0;}.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p label{display:block;font-weight:600;margin-bottom:2px;font-size:15px;}.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p label span{font-size:14px;color:#666;font-weight:500;}.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p br{display:none;}.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p input[type=text],.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p input[type=email]{border:1px solid border;padding:2px 5px;width:50%;font-size:15px;}.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p textarea{border:1px solid #c1bdbd;padding:2px 5px;width:50%;height:110px;resize:none;font-size:15px;}.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form p .wpcf7-not-valid-tip{font-size:14px;}.article-wrap .main-content .article-content .entry-content .wpcf7 .wpcf7-form div.wpcf7-response-output{margin:10px 0;padding:6px 12px;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next{border-top:1px solid #c1bdbd;border-bottom:1px solid #c1bdbd;margin-top:10px;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-wrap{overflow:hidden;height:60px;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-prev,.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-next{padding:20px 30px;height:100px;text-decoration:none;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-prev span.slika,.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-next span.slika{display:table-cell;height:60px;width:100px;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-prev span.slika img,.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-next span.slika img{display:block;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-prev span.naslov,.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-next span.naslov{display:table-cell;font-size:14px;height:60px;width:165px;vertical-align:middle;overflow:hidden;text-decoration:none;font-weight:600;line-height:1.4;color:#1d3995;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-prev{float:left;width:50%;border-right:1px solid #c1bdbd;text-align:right;padding-left:48px;background:url('../images/template/arrows.png') 15px 35px no-repeat;-webkit-transition:all, 150ms;transition:all, 150ms;/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************//* @include css-gradient(#dfdfdf,#f8f8f8); */}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-prev span.naslov{padding-right:15px;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-prev:hover{background:url('../images/template/arrows.png') 10px 35px no-repeat, #f9f9f9;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-next{float:right;width:50%;background:url('../images/template/arrows.png') 305px -67px no-repeat;-webkit-transition:all, 150ms;transition:all, 150ms;/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************//* @include css-gradient(#dfdfdf,#f8f8f8); */}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-next span.naslov{padding-left:15px;}.article-wrap .main-content .article-content .article-footer .navigacija-prev-next .navigacija-next:hover{background:url('../images/template/arrows.png') 315px -67px no-repeat, #f9f9f9;}.article-wrap .main-content .article-content .article-footer .nazaj{border-top:1px solid #c1bdbd;margin-top:0;padding:8px;}.article-wrap .main-content .article-content .article-footer .nazaj a{color:#1d3995;text-decoration:none;}.article-wrap .main-content .article-content .article-footer .nazaj a:hover{text-decoration:underline;}.cookies-wrap{background:white;padding:10px 20px;position:fixed;bottom:0;left:0;width:100%;border-top:1px solid #ccc;-webkit-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);-moz-box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);}.cookies-wrap.cookies-hidden{display:none;}.cookies-wrap .cookies{max-width:680px;margin:0 auto;}.cookies-wrap .cookies .cookies-left{display:table-cell;padding-right:15px;vertical-align:middle;}.cookies-wrap .cookies .cookies-left .cookies-text{font-size:13px;}.cookies-wrap .cookies .cookies-left .cookies-text a{color:#333;text-decoration:underline;}.cookies-wrap .cookies .cookies-right{display:table-cell;width:70px;vertical-align:middle;}.cookies-wrap .cookies .cookies-right .cookies-button{padding:4px 8px 4px 8px !important;font-size:12px !important;background:#1ab437;text-align:center;color:#fff;text-transform:uppercase;font-weight:600;-webkit-transition:all, 200ms;transition:all, 200ms;/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************//* @include css-gradient(#dfdfdf,#f8f8f8); */}.cookies-wrap .cookies .cookies-right .cookies-button:hover{cursor:pointer;background:#179e30;}@media screen and (max-width:720px){.cookies-wrap .cookies{max-width:640px;margin:0 auto;}.cookies-wrap .cookies .cookies-left{display:block;}.cookies-wrap .cookies .cookies-right{margin-top:10px;display:block;}}@media only screen and (max-width:800px){}@media only screen and (max-width:400px){}