/*!
Theme Name: ColomboDesign
heme URI: bso.net.au
Author: BSO
Author URI: bso.net.au
Description: ColomboDesign Theme Starter.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mild
*/
/* =Imports
-------------------------------------------------------------- */
/* =Variables
-------------------------------------------------------------- */
/* Site Layout */
/* Site Font */
/* Site Styles */
/* Site Break Points */
/* Site Colors */
/* Social Colors */
/* =Functions
----------------------------------------------- */
/* Layout */
/* Font */
/* Colors */
/* Styles */
/* Break */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

.gallery-excerpt {
display:none;
}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** 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/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** 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; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** 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 Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
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"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  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"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 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/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("assets/fonts/fontawesome-webfont.eot?v=4.1.0"); src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.fa-glass:before { content: "\f000"; }

.fa-music:before { content: "\f001"; }

.fa-search:before { content: "\f002"; }

.fa-envelope-o:before { content: "\f003"; }

.fa-heart:before { content: "\f004"; }

.fa-star:before { content: "\f005"; }

.fa-star-o:before { content: "\f006"; }

.fa-user:before { content: "\f007"; }

.fa-film:before { content: "\f008"; }

.fa-th-large:before { content: "\f009"; }

.fa-th:before { content: "\f00a"; }

.fa-th-list:before { content: "\f00b"; }

.fa-check:before { content: "\f00c"; }

.fa-times:before { content: "\f00d"; }

.fa-search-plus:before { content: "\f00e"; }

.fa-search-minus:before { content: "\f010"; }

.fa-power-off:before { content: "\f011"; }

.fa-signal:before { content: "\f012"; }

.fa-gear:before, .fa-cog:before { content: "\f013"; }

.fa-trash-o:before { content: "\f014"; }

.fa-home:before { content: "\f015"; }

.fa-file-o:before { content: "\f016"; }

.fa-clock-o:before { content: "\f017"; }

.fa-road:before { content: "\f018"; }

.fa-download:before { content: "\f019"; }

.fa-arrow-circle-o-down:before { content: "\f01a"; }

.fa-arrow-circle-o-up:before { content: "\f01b"; }

.fa-inbox:before { content: "\f01c"; }

.fa-play-circle-o:before { content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; }

.fa-refresh:before { content: "\f021"; }

.fa-list-alt:before { content: "\f022"; }

.fa-lock:before { content: "\f023"; }

.fa-flag:before { content: "\f024"; }

.fa-headphones:before { content: "\f025"; }

.fa-volume-off:before { content: "\f026"; }

.fa-volume-down:before { content: "\f027"; }

.fa-volume-up:before { content: "\f028"; }

.fa-qrcode:before { content: "\f029"; }

.fa-barcode:before { content: "\f02a"; }

.fa-tag:before { content: "\f02b"; }

.fa-tags:before { content: "\f02c"; }

.fa-book:before { content: "\f02d"; }

.fa-bookmark:before { content: "\f02e"; }

.fa-print:before { content: "\f02f"; }

.fa-camera:before { content: "\f030"; }

.fa-font:before { content: "\f031"; }

.fa-bold:before { content: "\f032"; }

.fa-italic:before { content: "\f033"; }

.fa-text-height:before { content: "\f034"; }

.fa-text-width:before { content: "\f035"; }

.fa-align-left:before { content: "\f036"; }

.fa-align-center:before { content: "\f037"; }

.fa-align-right:before { content: "\f038"; }

.fa-align-justify:before { content: "\f039"; }

.fa-list:before { content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before { content: "\f03b"; }

.fa-indent:before { content: "\f03c"; }

.fa-video-camera:before { content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; }

.fa-pencil:before { content: "\f040"; }

.fa-map-marker:before { content: "\f041"; }

.fa-adjust:before { content: "\f042"; }

.fa-tint:before { content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; }

.fa-share-square-o:before { content: "\f045"; }

.fa-check-square-o:before { content: "\f046"; }

.fa-arrows:before { content: "\f047"; }

.fa-step-backward:before { content: "\f048"; }

.fa-fast-backward:before { content: "\f049"; }

.fa-backward:before { content: "\f04a"; }

.fa-play:before { content: "\f04b"; }

.fa-pause:before { content: "\f04c"; }

.fa-stop:before { content: "\f04d"; }

.fa-forward:before { content: "\f04e"; }

.fa-fast-forward:before { content: "\f050"; }

.fa-step-forward:before { content: "\f051"; }

.fa-eject:before { content: "\f052"; }

.fa-chevron-left:before { content: "\f053"; }

.fa-chevron-right:before { content: "\f054"; }

.fa-plus-circle:before { content: "\f055"; }

.fa-minus-circle:before { content: "\f056"; }

.fa-times-circle:before { content: "\f057"; }

.fa-check-circle:before { content: "\f058"; }

.fa-question-circle:before { content: "\f059"; }

.fa-info-circle:before { content: "\f05a"; }

.fa-crosshairs:before { content: "\f05b"; }

.fa-times-circle-o:before { content: "\f05c"; }

.fa-check-circle-o:before { content: "\f05d"; }

.fa-ban:before { content: "\f05e"; }

.fa-arrow-left:before { content: "\f060"; }

.fa-arrow-right:before { content: "\f061"; }

.fa-arrow-up:before { content: "\f062"; }

.fa-arrow-down:before { content: "\f063"; }

.fa-mail-forward:before, .fa-share:before { content: "\f064"; }

.fa-expand:before { content: "\f065"; }

.fa-compress:before { content: "\f066"; }

.fa-plus:before { content: "\f067"; }

.fa-minus:before { content: "\f068"; }

.fa-asterisk:before { content: "\f069"; }

.fa-exclamation-circle:before { content: "\f06a"; }

.fa-gift:before { content: "\f06b"; }

.fa-leaf:before { content: "\f06c"; }

.fa-fire:before { content: "\f06d"; }

.fa-eye:before { content: "\f06e"; }

.fa-eye-slash:before { content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; }

.fa-plane:before { content: "\f072"; }

.fa-calendar:before { content: "\f073"; }

.fa-random:before { content: "\f074"; }

.fa-comment:before { content: "\f075"; }

.fa-magnet:before { content: "\f076"; }

.fa-chevron-up:before { content: "\f077"; }

.fa-chevron-down:before { content: "\f078"; }

.fa-retweet:before { content: "\f079"; }

.fa-shopping-cart:before { content: "\f07a"; }

.fa-folder:before { content: "\f07b"; }

.fa-folder-open:before { content: "\f07c"; }

.fa-arrows-v:before { content: "\f07d"; }

.fa-arrows-h:before { content: "\f07e"; }

.fa-bar-chart-o:before { content: "\f080"; }

.fa-twitter-square:before { content: "\f081"; }

.fa-facebook-square:before { content: "\f082"; }

.fa-camera-retro:before { content: "\f083"; }

.fa-key:before { content: "\f084"; }

.fa-gears:before, .fa-cogs:before { content: "\f085"; }

.fa-comments:before { content: "\f086"; }

.fa-thumbs-o-up:before { content: "\f087"; }

.fa-thumbs-o-down:before { content: "\f088"; }

.fa-star-half:before { content: "\f089"; }

.fa-heart-o:before { content: "\f08a"; }

.fa-sign-out:before { content: "\f08b"; }

.fa-linkedin-square:before { content: "\f08c"; }

.fa-thumb-tack:before { content: "\f08d"; }

.fa-external-link:before { content: "\f08e"; }

.fa-sign-in:before { content: "\f090"; }

.fa-trophy:before { content: "\f091"; }

.fa-github-square:before { content: "\f092"; }

.fa-upload:before { content: "\f093"; }

.fa-lemon-o:before { content: "\f094"; }

.fa-phone:before { content: "\f095"; }

.fa-square-o:before { content: "\f096"; }

.fa-bookmark-o:before { content: "\f097"; }

.fa-phone-square:before { content: "\f098"; }

.fa-twitter:before { content: "\f099"; }

.fa-facebook:before { content: "\f09a"; }

.fa-github:before { content: "\f09b"; }

.fa-unlock:before { content: "\f09c"; }

.fa-credit-card:before { content: "\f09d"; }

.fa-rss:before { content: "\f09e"; }

.fa-hdd-o:before { content: "\f0a0"; }

.fa-bullhorn:before { content: "\f0a1"; }

.fa-bell:before { content: "\f0f3"; }

.fa-certificate:before { content: "\f0a3"; }

.fa-hand-o-right:before { content: "\f0a4"; }

.fa-hand-o-left:before { content: "\f0a5"; }

.fa-hand-o-up:before { content: "\f0a6"; }

.fa-hand-o-down:before { content: "\f0a7"; }

.fa-arrow-circle-left:before { content: "\f0a8"; }

.fa-arrow-circle-right:before { content: "\f0a9"; }

.fa-arrow-circle-up:before { content: "\f0aa"; }

.fa-arrow-circle-down:before { content: "\f0ab"; }

.fa-globe:before { content: "\f0ac"; }

.fa-wrench:before { content: "\f0ad"; }

.fa-tasks:before { content: "\f0ae"; }

.fa-filter:before { content: "\f0b0"; }

.fa-briefcase:before { content: "\f0b1"; }

.fa-arrows-alt:before { content: "\f0b2"; }

.fa-group:before, .fa-users:before { content: "\f0c0"; }

.fa-chain:before, .fa-link:before { content: "\f0c1"; }

.fa-cloud:before { content: "\f0c2"; }

.fa-flask:before { content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before { content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before { content: "\f0c5"; }

.fa-paperclip:before { content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before { content: "\f0c7"; }

.fa-square:before { content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; }

.fa-list-ul:before { content: "\f0ca"; }

.fa-list-ol:before { content: "\f0cb"; }

.fa-strikethrough:before { content: "\f0cc"; }

.fa-underline:before { content: "\f0cd"; }

.fa-table:before { content: "\f0ce"; }

.fa-magic:before { content: "\f0d0"; }

.fa-truck:before { content: "\f0d1"; }

.fa-pinterest:before { content: "\f0d2"; }

.fa-pinterest-square:before { content: "\f0d3"; }

.fa-google-plus-square:before { content: "\f0d4"; }

.fa-google-plus:before { content: "\f0d5"; }

.fa-money:before { content: "\f0d6"; }

.fa-caret-down:before { content: "\f0d7"; }

.fa-caret-up:before { content: "\f0d8"; }

.fa-caret-left:before { content: "\f0d9"; }

.fa-caret-right:before { content: "\f0da"; }

.fa-columns:before { content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before { content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; }

.fa-envelope:before { content: "\f0e0"; }

.fa-linkedin:before { content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before { content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; }

.fa-comment-o:before { content: "\f0e5"; }

.fa-comments-o:before { content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before { content: "\f0e7"; }

.fa-sitemap:before { content: "\f0e8"; }

.fa-umbrella:before { content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before { content: "\f0ea"; }

.fa-lightbulb-o:before { content: "\f0eb"; }

.fa-exchange:before { content: "\f0ec"; }

.fa-cloud-download:before { content: "\f0ed"; }

.fa-cloud-upload:before { content: "\f0ee"; }

.fa-user-md:before { content: "\f0f0"; }

.fa-stethoscope:before { content: "\f0f1"; }

.fa-suitcase:before { content: "\f0f2"; }

.fa-bell-o:before { content: "\f0a2"; }

.fa-coffee:before { content: "\f0f4"; }

.fa-cutlery:before { content: "\f0f5"; }

.fa-file-text-o:before { content: "\f0f6"; }

.fa-building-o:before { content: "\f0f7"; }

.fa-hospital-o:before { content: "\f0f8"; }

.fa-ambulance:before { content: "\f0f9"; }

.fa-medkit:before { content: "\f0fa"; }

.fa-fighter-jet:before { content: "\f0fb"; }

.fa-beer:before { content: "\f0fc"; }

.fa-h-square:before { content: "\f0fd"; }

.fa-plus-square:before { content: "\f0fe"; }

.fa-angle-double-left:before { content: "\f100"; }

.fa-angle-double-right:before { content: "\f101"; }

.fa-angle-double-up:before { content: "\f102"; }

.fa-angle-double-down:before { content: "\f103"; }

.fa-angle-left:before { content: "\f104"; }

.fa-angle-right:before { content: "\f105"; }

.fa-angle-up:before { content: "\f106"; }

.fa-angle-down:before { content: "\f107"; }

.fa-desktop:before { content: "\f108"; }

.fa-laptop:before { content: "\f109"; }

.fa-tablet:before { content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; }

.fa-circle-o:before { content: "\f10c"; }

.fa-quote-left:before { content: "\f10d"; }

.fa-quote-right:before { content: "\f10e"; }

.fa-spinner:before { content: "\f110"; }

.fa-circle:before { content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before { content: "\f112"; }

.fa-github-alt:before { content: "\f113"; }

.fa-folder-o:before { content: "\f114"; }

.fa-folder-open-o:before { content: "\f115"; }

.fa-smile-o:before { content: "\f118"; }

.fa-frown-o:before { content: "\f119"; }

.fa-meh-o:before { content: "\f11a"; }

.fa-gamepad:before { content: "\f11b"; }

.fa-keyboard-o:before { content: "\f11c"; }

.fa-flag-o:before { content: "\f11d"; }

.fa-flag-checkered:before { content: "\f11e"; }

.fa-terminal:before { content: "\f120"; }

.fa-code:before { content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; }

.fa-location-arrow:before { content: "\f124"; }

.fa-crop:before { content: "\f125"; }

.fa-code-fork:before { content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before { content: "\f127"; }

.fa-question:before { content: "\f128"; }

.fa-info:before { content: "\f129"; }

.fa-exclamation:before { content: "\f12a"; }

.fa-superscript:before { content: "\f12b"; }

.fa-subscript:before { content: "\f12c"; }

.fa-eraser:before { content: "\f12d"; }

.fa-puzzle-piece:before { content: "\f12e"; }

.fa-microphone:before { content: "\f130"; }

.fa-microphone-slash:before { content: "\f131"; }

.fa-shield:before { content: "\f132"; }

.fa-calendar-o:before { content: "\f133"; }

.fa-fire-extinguisher:before { content: "\f134"; }

.fa-rocket:before { content: "\f135"; }

.fa-maxcdn:before { content: "\f136"; }

.fa-chevron-circle-left:before { content: "\f137"; }

.fa-chevron-circle-right:before { content: "\f138"; }

.fa-chevron-circle-up:before { content: "\f139"; }

.fa-chevron-circle-down:before { content: "\f13a"; }

.fa-html5:before { content: "\f13b"; }

.fa-css3:before { content: "\f13c"; }

.fa-anchor:before { content: "\f13d"; }

.fa-unlock-alt:before { content: "\f13e"; }

.fa-bullseye:before { content: "\f140"; }

.fa-ellipsis-h:before { content: "\f141"; }

.fa-ellipsis-v:before { content: "\f142"; }

.fa-rss-square:before { content: "\f143"; }

.fa-play-circle:before { content: "\f144"; }

.fa-ticket:before { content: "\f145"; }

.fa-minus-square:before { content: "\f146"; }

.fa-minus-square-o:before { content: "\f147"; }

.fa-level-up:before { content: "\f148"; }

.fa-level-down:before { content: "\f149"; }

.fa-check-square:before { content: "\f14a"; }

.fa-pencil-square:before { content: "\f14b"; }

.fa-external-link-square:before { content: "\f14c"; }

.fa-share-square:before { content: "\f14d"; }

.fa-compass:before { content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; }

.fa-euro:before, .fa-eur:before { content: "\f153"; }

.fa-gbp:before { content: "\f154"; }

.fa-dollar:before, .fa-usd:before { content: "\f155"; }

.fa-rupee:before, .fa-inr:before { content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; }

.fa-won:before, .fa-krw:before { content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before { content: "\f15a"; }

.fa-file:before { content: "\f15b"; }

.fa-file-text:before { content: "\f15c"; }

.fa-sort-alpha-asc:before { content: "\f15d"; }

.fa-sort-alpha-desc:before { content: "\f15e"; }

.fa-sort-amount-asc:before { content: "\f160"; }

.fa-sort-amount-desc:before { content: "\f161"; }

.fa-sort-numeric-asc:before { content: "\f162"; }

.fa-sort-numeric-desc:before { content: "\f163"; }

.fa-thumbs-up:before { content: "\f164"; }

.fa-thumbs-down:before { content: "\f165"; }

.fa-youtube-square:before { content: "\f166"; }

.fa-youtube:before { content: "\f167"; }

.fa-xing:before { content: "\f168"; }

.fa-xing-square:before { content: "\f169"; }

.fa-youtube-play:before { content: "\f16a"; }

.fa-dropbox:before { content: "\f16b"; }

.fa-stack-overflow:before { content: "\f16c"; }

.fa-instagram:before { content: "\f16d"; }

.fa-flickr:before { content: "\f16e"; }

.fa-adn:before { content: "\f170"; }

.fa-bitbucket:before { content: "\f171"; }

.fa-bitbucket-square:before { content: "\f172"; }

.fa-tumblr:before { content: "\f173"; }

.fa-tumblr-square:before { content: "\f174"; }

.fa-long-arrow-down:before { content: "\f175"; }

.fa-long-arrow-up:before { content: "\f176"; }

.fa-long-arrow-left:before { content: "\f177"; }

.fa-long-arrow-right:before { content: "\f178"; }

.fa-apple:before { content: "\f179"; }

.fa-windows:before { content: "\f17a"; }

.fa-android:before { content: "\f17b"; }

.fa-linux:before { content: "\f17c"; }

.fa-dribbble:before { content: "\f17d"; }

.fa-skype:before { content: "\f17e"; }

.fa-foursquare:before { content: "\f180"; }

.fa-trello:before { content: "\f181"; }

.fa-female:before { content: "\f182"; }

.fa-male:before { content: "\f183"; }

.fa-gittip:before { content: "\f184"; }

.fa-sun-o:before { content: "\f185"; }

.fa-moon-o:before { content: "\f186"; }

.fa-archive:before { content: "\f187"; }

.fa-bug:before { content: "\f188"; }

.fa-vk:before { content: "\f189"; }

.fa-weibo:before { content: "\f18a"; }

.fa-renren:before { content: "\f18b"; }

.fa-pagelines:before { content: "\f18c"; }

.fa-stack-exchange:before { content: "\f18d"; }

.fa-arrow-circle-o-right:before { content: "\f18e"; }

.fa-arrow-circle-o-left:before { content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; }

.fa-dot-circle-o:before { content: "\f192"; }

.fa-wheelchair:before { content: "\f193"; }

.fa-vimeo-square:before { content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before { content: "\f195"; }

.fa-plus-square-o:before { content: "\f196"; }

.fa-space-shuttle:before { content: "\f197"; }

.fa-slack:before { content: "\f198"; }

.fa-envelope-square:before { content: "\f199"; }

.fa-wordpress:before { content: "\f19a"; }

.fa-openid:before { content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; }

.fa-yahoo:before { content: "\f19e"; }

.fa-google:before { content: "\f1a0"; }

.fa-reddit:before { content: "\f1a1"; }

.fa-reddit-square:before { content: "\f1a2"; }

.fa-stumbleupon-circle:before { content: "\f1a3"; }

.fa-stumbleupon:before { content: "\f1a4"; }

.fa-delicious:before { content: "\f1a5"; }

.fa-digg:before { content: "\f1a6"; }

.fa-pied-piper-square:before, .fa-pied-piper:before { content: "\f1a7"; }

.fa-pied-piper-alt:before { content: "\f1a8"; }

.fa-drupal:before { content: "\f1a9"; }

.fa-joomla:before { content: "\f1aa"; }

.fa-language:before { content: "\f1ab"; }

.fa-fax:before { content: "\f1ac"; }

.fa-building:before { content: "\f1ad"; }

.fa-child:before { content: "\f1ae"; }

.fa-paw:before { content: "\f1b0"; }

.fa-spoon:before { content: "\f1b1"; }

.fa-cube:before { content: "\f1b2"; }

.fa-cubes:before { content: "\f1b3"; }

.fa-behance:before { content: "\f1b4"; }

.fa-behance-square:before { content: "\f1b5"; }

.fa-steam:before { content: "\f1b6"; }

.fa-steam-square:before { content: "\f1b7"; }

.fa-recycle:before { content: "\f1b8"; }

.fa-automobile:before, .fa-car:before { content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before { content: "\f1ba"; }

.fa-tree:before { content: "\f1bb"; }

.fa-spotify:before { content: "\f1bc"; }

.fa-deviantart:before { content: "\f1bd"; }

.fa-soundcloud:before { content: "\f1be"; }

.fa-database:before { content: "\f1c0"; }

.fa-file-pdf-o:before { content: "\f1c1"; }

.fa-file-word-o:before { content: "\f1c2"; }

.fa-file-excel-o:before { content: "\f1c3"; }

.fa-file-powerpoint-o:before { content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; }

.fa-file-code-o:before { content: "\f1c9"; }

.fa-vine:before { content: "\f1ca"; }

.fa-codepen:before { content: "\f1cb"; }

.fa-jsfiddle:before { content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; }

.fa-circle-o-notch:before { content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before { content: "\f1d0"; }

.fa-ge:before, .fa-empire:before { content: "\f1d1"; }

.fa-git-square:before { content: "\f1d2"; }

.fa-git:before { content: "\f1d3"; }

.fa-hacker-news:before { content: "\f1d4"; }

.fa-tencent-weibo:before { content: "\f1d5"; }

.fa-qq:before { content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before { content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before { content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; }

.fa-history:before { content: "\f1da"; }

.fa-circle-thin:before { content: "\f1db"; }

.fa-header:before { content: "\f1dc"; }

.fa-paragraph:before { content: "\f1dd"; }

.fa-sliders:before { content: "\f1de"; }

.fa-share-alt:before { content: "\f1e0"; }

.fa-share-alt-square:before { content: "\f1e1"; }

.fa-bomb:before { content: "\f1e2"; }

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -webkit-zoom-out; cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #cccccc; }
.mfp-preloader a:hover { color: white; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; }
button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }

.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }

.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }
.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }
.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }
.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }
@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; -ms-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }
.mfp-ie7 .mfp-img { padding: 0; }
.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }
.mfp-ie7 .mfp-container { padding: 0; }
.mfp-ie7 .mfp-content { padding-top: 44px; }
.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

/*  	Default theme - Owl Carousel CSS File */
/* Dfault Theme*/
.owl-theme .owl-controls { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-controls .owl-nav [class*='owl-'] { color: white; font-size: 14px; margin: 5px; padding: 4px 7px; background: #cccccc; display: inline-block; cursor: pointer; border-radius: 3px; }
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover { background: #666666; color: white; text-decoration: none; }
.owl-theme .owl-controls .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline; }
.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #cccccc; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; transition: opacity 200ms ease; border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #666666; }

/*  Core Owl Carousel CSS File */
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */ 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; overflow: hidden; /* fix for flashing background */ -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: -moz-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 - Animate Plugin */
.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 { 0% { opacity: 1; }
  100% { opacity: 0; } }
/*  	Owl Carousel - Auto Height Plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/*  	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; 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(assets/images/icon-play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; transition: scale 100ms ease; }
.owl-carousel .owl-video-play-icon:hover { -webkit-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; background-size: contain; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }

/* =Grid
----------------------------------------------- */
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.container { max-width: 960px; padding: 1em; margin: 0 auto; position: relative; }
.container-thin { padding: 0 1em; }

.row { width: 100%; margin: 0 auto 1.5em; }
.row-thin { margin-bottom: 0; }

.col, [class*="col-"] { float: left; min-height: 1px; padding: 0.5em; }
.col-inner { padding: 1em; }

.col-1 { width: 8.33333%; }

.col-2 { width: 16.66667%; }

.col-3 { width: 25%; }

.col-4 { width: 33.33333%; }

.col-5 { width: 41.66667%; }

.col-6 { width: 50%; }

.col-7 { width: 58.33333%; }

.col-8 { width: 66.66667%; }

.col-9 { width: 75%; }

.col-10 { width: 83.33333%; }

.col-11 { width: 91.66667%; }

.col-12 { width: 100%; }

/* Media Queries */
@media screen and (max-width: 60em) { [class*="col-"] { float: none; width: 100%; margin: 0 0 0.75em 0; }
  [class*="md-"] { float: left; }
  .md-1 { width: 8.33333%; }
  .md-2 { width: 16.66667%; }
  .md-3 { width: 25%; }
  .md-4 { width: 33.33333%; }
  .md-5 { width: 41.66667%; }
  .md-6 { width: 50%; }
  .md-7 { width: 58.33333%; }
  .md-8 { width: 66.66667%; }
  .md-9 { width: 75%; }
  .md-10 { width: 83.33333%; }
  .md-11 { width: 91.66667%; }
  .md-12 { width: 100%; } }
@media screen and (max-width: 40em) { [class*="md-"] { float: none; width: 100%; } }
/* =Global
----------------------------------------------- */
::-moz-selection { background-color: #222222; color: white; }
::selection { background-color: #222222; color: white; }

hr { background-color: #dddddd; margin-bottom: 1.5em; height: 1px; border: 0; clear: both; }

/* Elements */
ul, ol { margin: 0 0 1.5em 1em; padding: 0 0 0 1.5em; }

ul { list-style: disc; }

ol { list-style: decimal; }

li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

b, strong { font-weight: bold; }

dfn, cite, em, i { font-style: italic; }

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

pre { background: #dddddd; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 1.5rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; }

code, kbd, tt, var { font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym { border-bottom: 1px dotted #989898; cursor: help; }

mark, ins { background: #f9f9f9; text-decoration: none; }

sup, sub { font-size: 75%; height: 0; line-height: 0; position: relative; vertical-align: baseline; }

sup { bottom: 1ex; }

sub { top: .5ex; }

small { font-size: 75%; }

big { font-size: 125%; }

figure { margin: 0; }

img { height: auto; max-width: 100%; }

a img { border: none; }

/* Tables */
table { margin: 0 0 1.5em; width: 100%; }
table th { font-weight: bold; }
table th, table td { padding: 0.75em; }
table tr { background-color: #f2f2f2; }
table tr:nth-child(odd) { background-color: #f9f9f9; }

/* Form Elements */
button, input, select, textarea { font-size: 100%; margin: 0 0 0.5em 0; vertical-align: baseline; *vertical-align: middle; line-height: normal; max-width: 100%; }

input, textarea, select { padding: 3px; color: #989898; border-radius: 5px; border: 1px solid #dddddd; }
input[type="checkbox"], input[type="radio"], textarea[type="checkbox"], textarea[type="radio"], select[type="checkbox"], select[type="radio"] { padding: 0; }
input[type="search"], textarea[type="search"], select[type="search"] { -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration, textarea[type="search"]::-webkit-search-decoration, select[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input:hover, textarea:hover, select:hover { color: #929292; border: 1px solid #d7d7d7; }
input:focus, textarea:focus, select:focus { color: #8b8b8b; border: 1px solid #d0d0d0; }

textarea { overflow: auto; vertical-align: top; }

button, input[type="button"], input[type="reset"], input[type="submit"] { line-height: 1; cursor: pointer; color: #222222; border-radius: 5px; padding: 0.4em 1em 0.4em; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; background-color: #dddddd; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-appearance: button; }
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: #222222; -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset, 0 0em 0.25em rgba(0, 0, 0, 0.15) inset; box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset, 0 0em 0.25em rgba(0, 0, 0, 0.15) inset; }
button:focus, button:active, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:focus, input[type="submit"]:active { color: #222222; -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0.3em rgba(0, 0, 0, 0.2) inset; box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0.3em rgba(0, 0, 0, 0.2) inset; }

/* =Typography
----------------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 14, 2014 */
@font-face { font-family: 'zurich_lt_btlight'; src: url("assets/fonts/zurich_lt_bt_light-webfont.eot"); src: url("assets/fonts/zurich_lt_bt_light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/zurich_lt_bt_light-webfont.woff") format("woff"), url("assets/fonts/zurich_lt_bt_light-webfont.ttf") format("truetype"), url("assets/fonts/zurich_lt_bt_light-webfont.svg#zurich_lt_btlight") format("svg"); font-weight: normal; font-style: normal; }
body, button, input, select, textarea { color: #989898; font-family: zurich_lt_btlight; font-size: 15px; font-weight: 400; line-height: 1.4; }

/* Headings */
h1, h2, h3, h4, h5, h6 { margin: 0.25em 0 0.5em 0; font-weight: 700; }

h1 { font-size: 1.8em; }

h2 { font-size: 1.6em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.2em; }

h5 { font-size: 1em; }

h6 { font-size: 0.9em; }

/* General */
p { margin: 0.5em 0 1em; }

/* Links */
a { color: #1882f4; text-decoration: none; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
a:visited { color: #0b75e7; }
a:hover, a:focus, a:active { color: #0a69cf; }

/* =Content
----------------------------------------------- */
.hentry { margin: 0 0 1.5em; }

.sticky { font-size: 1.1em; }

.single .byline, .group-blog .byline { display: inline; }

.page-content, .entry-content, .entry-summary { margin: 0 0 1.5em 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

.site-content .entry-header .entry-title { text-transform: lowercase; }

/* Search */
.search .site-main > article { border-bottom: 1px solid; margin-bottom: 1em; padding-bottom: 1em; }

/* Blog */
.blog .entry-header .entry-title { font-size: 1.5em; }

.posted-on, .entry-footer, a.more { color: #a5a5a5; font-size: 0.8em; font-style: italic; }

/* Service - Image Caption in col */
.wp-caption.block { width: 24% !important; display: inline-block !important; vertical-align: top !important; border: 0 !important; }

/* Media */
embed, iframe, object { max-width: 100%; }

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

.wp-caption { border: 1px solid #dddddd; margin-bottom: 1.5em; max-width: 100%; background-color: rgba(255, 255, 255, 0.5); }
.wp-caption img[class*="wp-image-"] { display: block; margin: 1.2% auto 0; max-width: 98%; }
.wp-caption .wp-caption-text { padding: 0.3em 0.5em; text-align: center; }

.gallery { margin-bottom: 1.5em; }
.gallery .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-1 .gallery-item { max-width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33333%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66667%; }

.gallery-columns-7 .gallery-item { max-width: 14.28571%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11111%; }

.gallery-columns-10 .gallery-item { max-width: 10%; }

.gallery-caption { padding: 0.1em; border: 1px solid #dddddd; }

/* Breadcrumbs */
.breadcrumbs { padding: 0; margin: 0 1em 1em 0; font-size: 0.8em; }
.breadcrumbs li { float: left; position: relative; list-style: none; padding: 0.25em 0.5em; }
.breadcrumbs li:after { content: '/'; font-size: 0.8em; position: absolute; bottom: 18%; right: 0; }
.breadcrumbs li:last-child:after { content: ''; }

/* Pagination */
.pagination { padding: 0; margin: 1em 0; list-style-type: none; }
.pagination .page-numbers { display: inline-block; color: #989898; margin: 0 0.25em 1em; padding: 0.2em 0.5em; border-radius: 5px; }
.pagination .page-numbers:hover { background-color: #dddddd; }
.pagination .current { background-color: #1882f4; color: white; }

/* Navigation */
.site-main [class*="navigation"] { margin: 0 0 1.5em; overflow: hidden; }

[class*="navigation"] .nav-previous { float: left; width: 50%; }
[class*="navigation"] .nav-next { float: right; text-align: right; width: 50%; }

/* Comments */
.comments-area { background-color: #fafafa; font-size: 0.9em; padding: 0.2em 0.75em; }
.comments-area .comment-content a { word-wrap: break-word; }
.comments-area .comment-list .comment { border-left: 1px dotted #dddddd; list-style: none outside none; margin-top: 1em; padding-left: 1em; }
.comments-area .comment-respond { padding: 0.25em 0.75em; }
.comments-area .comment-respond label { display: inline-block; padding-right: 0.5em; width: 5em; }
.comments-area .comment-respond .form-allowed-tags code { font-size: 0.9em; }

.bypostauthor { text-decoration: underline; }

/* Widgets */
.widget { margin: 0 0 2em; }
.widget select { max-width: 100%; }


@media screen and (max-width: 959px){
.gallery-excerpt {
display:block;
}

}


/* Media Queries */
@media screen and (max-width: 45em) { /* Service - Image Caption in col */
  .wp-caption.block { width: 49% !important; } }
@media screen and (max-width: 40em) { /* Service - Image Caption in col */
  .wp-caption.block { width: 100% !important; } }
/* =Menu
----------------------------------------------- */
.main-navigation { display: block; float: left; width: 100%; text-shadow: none; }
.main-navigation a { display: block; text-decoration: none; padding: 0.5em 0.75em; text-transform: lowercase; }
.main-navigation ul { list-style: none; margin: 0; padding-left: 0; }
.main-navigation .menu > li { margin-right: 5px; }
.main-navigation .menu li { float: left; position: relative; }
.main-navigation .menu li a { background-color: rgba(0, 0, 0, 0.2); border-radius: 5px; }
.main-navigation .menu li:hover > a, .main-navigation .menu li.current_page_item > a, .main-navigation .menu li.current-menu-item > a { background-color: rgba(0, 0, 0, 0.4); }
.main-navigation .menu li:hover > ul { display: block; }
.main-navigation .menu ul { background-color: #666666; -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); display: none; float: left; left: 0; position: absolute; top: 100%; z-index: 9999; }
.main-navigation .menu ul ul { left: 100%; top: 0; }
.main-navigation .menu ul a { width: 200px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

/* Secondary Navigation */
.secondary-navigation .menu { padding: 0; margin: 0; list-style: none; }
.secondary-navigation .menu li { float: left; padding: 0 0.25em; }
.secondary-navigation .menu li a { padding-right: 0.5em; border-right: 1px solid rgba(0, 0, 0, 0.7); }
.secondary-navigation .menu li:last-child a { border-right: none; }

/* Small Menu */
.menu-toggle { cursor: pointer; display: none; font-size: 1.5em; padding-bottom: 0.5em; }

/* Media Queries */
@media screen and (max-width: 60em) { .menu-toggle { display: block; }
  .main-navigation .menu { display: none; float: none; width: 100%; }
  .main-navigation .menu li { float: none; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.7); }
  .main-navigation .menu li ul { font-size: 0.9em; float: none; position: relative; -webkit-box-shadow: none; box-shadow: none; }
  .main-navigation .menu li ul a { width: 100%; padding-left: 1.5em; }
  .main-navigation .menu li:hover ul { display: none; }
  > li .main-navigation .menu:first-child { border-top: none; } }
@media screen and (min-width: 60em) { .main-navigation .menu { display: block !important; } }
/* =Social
-------------------------------------------------------------- */
.social-tiles { margin-top: 0.75em; /* Background Colors */ }
.social-tiles a { width: 2em; height: 2em; margin: 0.25em; padding: 0.5em; text-align: center; color: white; }
.social-tiles a:hover { color: #f2f2f2; }
.social-tiles .fa-facebook { background-color: #3b5998; }
.social-tiles .fa-facebook:hover { background-color: #2d4373; }
.social-tiles .fa-twitter { background-color: #55acee; }
.social-tiles .fa-twitter:hover { background-color: #2795e9; }
.social-tiles .fa-google-plus { background-color: #dd4b39; }
.social-tiles .fa-google-plus:hover { background-color: #c23321; }
.social-tiles .fa-linkedin { background-color: #0976b4; }
.social-tiles .fa-linkedin:hover { background-color: #075683; }
.social-tiles .fa-pinterest { background-color: #cc2127; }
.social-tiles .fa-pinterest:hover { background-color: #a01a1f; }
.social-tiles .fa-flickr { background-color: #ff0084; }
.social-tiles .fa-flickr:hover { background-color: #cc006a; }
.social-tiles .fa-instagram { background-color: #3f729b; }
.social-tiles .fa-instagram:hover { background-color: #305777; }
.social-tiles .fa-youtube { background-color: #e52d27; }
.social-tiles .fa-youtube:hover { background-color: #c21d17; }
.social-tiles .fa-vimeo { background-color: #1ab7ea; }
.social-tiles .fa-vimeo:hover { background-color: #1295bf; }
.social-tiles .circle { border-radius: 50%; }

.social-hovers { /* Hover Colors */ }
.social-hovers .fa-facebook:hover { color: #3b5998; }
.social-hovers .fa-twitter:hover { color: #55acee; }
.social-hovers .fa-google-plus:hover { color: #dd4b39; }
.social-hovers .fa-linkedin:hover { color: #0976b4; }
.social-hovers .fa-pinterest:hover { color: #cc2127; }
.social-hovers .fa-flickr:hover { color: #ff0084; }
.social-hovers .fa-instagram:hover { color: #3f729b; }
.social-hovers .fa-youtube:hover { color: #e52d27; }
.social-hovers .fa-vimeo:hover { color: #1ab7ea; }

/* =Shortcodes
-------------------------------------------------------------- */
/* Buttons */
.button { color: white; padding: 0.4em 1em; margin: 0.5em 0 1em 0; display: inline-block; background-color: #1882f4; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 5px; }
.button:hover { color: white; -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset, 0 0em 0.25em rgba(0, 0, 0, 0.15) inset; box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset, 0 0em 0.25em rgba(0, 0, 0, 0.15) inset; }
.button:active, .button:visited, .button:focus { color: white; -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0.3em rgba(0, 0, 0, 0.2) inset; box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset, 0 0 0.3em rgba(0, 0, 0, 0.2) inset; }

/* Panels */
.panel { color: white; padding: 1em 2em; margin: 0.5em 0 2em 0; background-color: #dddddd; border: 1px solid rgba(0, 0, 0, 0.1); }

/* Background Colors */
.bg-blue { background-color: #1882f4; }

.bg-green { background-color: #a5cd39; }

.bg-orange { background-color: #ff9500; }

.bg-yellow { background-color: #e9dd0f; }

.bg-red { background-color: #db1b11; }

.bg-silver { background-color: #dddddd; }

.bg-gray { background-color: #989898; }

.bg-darkgray { background-color: #666666; }

.bg-black { background-color: #222222; }

.bg-white { background-color: white; }

.bg-lightgray { background-color: #eeeeee; }

.bg-silver, .bg-white { color: #222222; }
.bg-silver:hover, .bg-silver:active, .bg-silver:visited, .bg-silver:focus, .bg-white:hover, .bg-white:active, .bg-white:visited, .bg-white:focus { color: #222222; }

/* Text Colors */
.text-blue { color: #1882f4; }

.text-green { color: #a5cd39; }

.text-orange { color: #ff9500; }

.text-yellow { color: #e9dd0f; }

.text-red { color: #db1b11; }

.text-silver { color: #dddddd; }

.text-gray { color: #989898; }

.text-darkgray { color: #666666; }

.text-black { color: #222222; }

.text-white { color: white; }

.text-lightgray { color: #eeeeee; }

/* Sizes */
.small { font-size: 0.85em; }

.medium { font-size: 1em; }

.large { font-size: 1.5em; }

.huge { font-size: 2.5em; }

/* Accordion */
.accordion { padding: .2em 0; }
.accordion h3 { font-size: 1em; }
.accordion .fa { padding: 0.2em 0.5em; font-size: 0.75em; }
.accordion .fa-plus, .accordion .fa-minus { float: right; }
.accordion .accordion-title { margin-bottom: 0.5em; line-height: 1; cursor: pointer; border-bottom: 1px dashed; }
.accordion .accordion-content { display: none; margin-bottom: 1.5em; }

/* Show */
.show-posts .post { margin-bottom: 1.5em; }
.show-posts .post .post-title { margin-bottom: 0; }
.show-posts .post .post-date { font-size: 0.85em; font-style: italic; color: #b2b2b2; margin-bottom: 0.5em; }
.show-posts .post .post-image { float: left; margin: 0 0.5em 0.5em 0; }

/* Login */
.login-style-inline br { display: none; }
.login-style-inline .login-username, .login-style-inline .login-password { color: #989898; position: relative; }
.login-style-inline .login-username label, .login-style-inline .login-password label { position: absolute; top: 0.3em; left: 0.3em; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.login-style-inline .login-username label.is-hidden, .login-style-inline .login-password label.is-hidden { opacity: 0; top: -0.3em; }
.login-style-inline .login-username input, .login-style-inline .login-password input { width: 100%; }
.login-style-inline .login-remember { font-size: 0.9em; }

/* General */
.button .fa, .panel .fa { margin-right: 0.5em; }

/* Gallery - Wordpress Inbuilt gallery */
.gallery { font-size: 15px; position: relative; }
.gallery .gallery-item { position: relative; }
.gallery .gallery-item a img { width: 100%; -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.gallery .gallery-item a img:hover { -webkit-filter: grayscale(0%); filter: grayscale(0%); -webkit-filter: none; filter: none; }
.gallery .gallery-item p, .gallery .gallery-item br, .gallery .gallery-item .gallery-caption { display: none; }
.gallery .gallery-item .gallery-caption { border: 0; padding: 0.5em; position: absolute; bottom: .4em; background-color: rgba(70, 70, 70, 0.5); color: white; font-weight: bold; text-transform: uppercase; width: 100%; text-align: left; font-size: .8em; }
.gallery .gallery-item:hover .gallery-caption { display: block; }

.gallery-columns-4 .gallery-item { max-width: 24.5%; }

.gallery-columns-3 .gallery-item { max-width: 33%; }

/* Media Queries */
@media screen and (max-width: 60em) { /* Gallery - Wordpress Inbuilt gallery */
  .gallery-size-thumbnail .gallery-item { max-width: 32.5% !important; } }
@media screen and (max-width: 40em) { /* Wordpress Inbuilt gallery */
  .gallery-size-thumbnail .gallery-item { max-width: 49% !important; } }
/* =Plugins
----------------------------------------------- */
/* Image Widget */
.image-widget .image-widget-description { margin: 1em 0; }

/* Gallery Widget */
.gallery-widget .gallery-widget-images img { margin: 0 0.5em 1em; }
.gallery-widget .gallery-widget-description { margin: 1em 0; }

/* Latest Posts Widget */
.latest-posts-widget { list-style: none outside none; margin: 0; padding: 0; }
.latest-posts-widget .latest-posts-widget-post { margin: 0 0 1em 0; padding: 0; }
.latest-posts-widget .latest-posts-widget-title { margin-bottom: 0.25em; }
.latest-posts-widget .latest-posts-widget-image { float: left; margin: 0 5% 5% 0; width: 40%; }
.latest-posts-widget .latest-posts-widget-time { color: #b7b7b7; font-size: 0.8em; font-style: italic; }
.latest-posts-widget .latest-posts-widget-more { display: block; font-size: 0.8em; text-align: right; }
.latest-posts-widget .latest-posts-widget-link { display: block; font-size: 0.9em; padding: 0.25em; text-align: center; }

/* Ninja Forms */
.ninja-forms-cont form { border: 1px solid #dddddd; border-radius: 5px; padding: 0.75em 1em 0em; }
.ninja-forms-cont form .ninja-forms-required-items { margin-bottom: 1em; }
.ninja-forms-cont form input[type="button"], .ninja-forms-cont form input[type="reset"], .ninja-forms-cont form input[type="submit"] { padding: 0.5em 1.2em; }
.ninja-forms-cont p:empty, .ninja-forms-cont br { display: none; }

/* Mailchimp */
.widget_mailchimpsf_widget { font-size: 15px; border: 1px solid #dddddd; /*background-color: color(green);*/ background-color: #eeeeee; border-radius: 5px; padding: 0 1em; }
.widget_mailchimpsf_widget h3 { font-size: 1.1em; /*color: color(white);*/ color: #a5cd39; border-bottom: 1px dashed white; padding: 10px 0; }
.widget_mailchimpsf_widget #mc_display_rewards, .widget_mailchimpsf_widget #mc-indicates-required { display: none; }
.widget_mailchimpsf_widget #mc_signup_submit, .widget_mailchimpsf_widget .mc_input { width: 100%; border-radius: 0; }
.widget_mailchimpsf_widget .mc_var_label { /*color: color(white);*/ color: #a5cd39; }
.widget_mailchimpsf_widget #mc_signup_submit { margin-top: 10px; margin-bottom: 0px; }
.widget_mailchimpsf_widget #mc_signup_submit:hover { background-color: #c4c4c4; }
.widget_mailchimpsf_widget .mc_merge_var { margin-bottom: 0; }

/* Advancd Post Slider */
.advps-slide-container { width: 100%; max-width: 100% !important; }
.advps-slide-container .bx-wrapper { margin: 0; }
.advps-slide-container .advps-slide { max-height: 510px; }
.advps-slide-container .advps-slide img { width: 100%; }
.advps-slide-container #bx-pager { margin-top: 10px; position: relative !important; }
.advps-slide-container #bx-pager a img { width: 9% !important; margin-right: 2px !important; }
.advps-slide-container .bx-viewport { -webkit-box-shadow: none !important; box-shadow: none !important; border: 0 !important; }
.advps-slide-container .advps-excerpt-one { width: 33% !important; }
.advps-slide-container .advps-overlay-one { opacity: 0.7 !important; background-color: #ffffff !important; }
.advps-slide-container .advps-excerpt-block-one { color: #222222 !important; }
.advps-slide-container .advs-title { font-weight: normal; color: #222222 !important; }
.advps-slide-container p { margin: 1.5em 0; font-size: 12px; line-height: 15px; }
.advps-slide-container p:empty { display: none; }
.advps-slide-container .advps-slide-field-three { float: none !important; padding: 0 !important; }
.advps-slide-container .bx-controls-direction { display: none; }
.advps-slide-container:hover .bx-controls-direction { display: block; }


/* Media Queries */
@media screen and (max-width: 60em) { /* Advancd Post Slider */
  .advps-excerpt-one { display: none !important; } }
/* =Main
-------------------------------------------------------------- */
body { background-color: #a5cd39; -webkit-background-size: cover; background-size: cover; border-radius: 5px; }

/* Site Header & Footer */
.site-header, .site-footer { text-shadow: 1px 2px 2px #666666; color: white; }
.site-header a, .site-footer a { color: white; }
.site-header .site-branding, .site-header .top-contact, .site-header .main-navigation, .site-header .site-info, .site-footer .site-branding, .site-footer .top-contact, .site-footer .main-navigation, .site-footer .site-info { padding: 1em 0; }

/* Site Header */
.site-header { position: relative; z-index: 100; }
.site-header .row { margin: 0; }
.site-header .site-branding, .site-header .top-contact { padding-bottom: 0; }
.site-header .site-branding img, .site-header .top-contact img { -webkit-filter: drop-shadow(1px 1px 1px #666666); filter: drop-shadow(1px 1px 1px #666666); }
.site-header .top-contact { text-align: right; }
.site-header .top-contact p { margin: 0; }
.site-header .top-contact p .phone { font-size: 18px; }

/* Site Content */
.site-content { background-color: white; border-radius: 5px; }
.site-content #primary { font-size: 17px; }
.site-content .entry-content .col, .site-content .entry-content [class*="col-"], .site-content .homepage .col, .site-content .homepage [class*="col-"] { padding-top: 0; padding-bottom: 0; }
.site-content .entry-content .col:first-of-type, .site-content .entry-content [class*="col-"]:first-of-type, .site-content .homepage .col:first-of-type, .site-content .homepage [class*="col-"]:first-of-type { padding-left: 0; }
.site-content .entry-content .col:last-of-type, .site-content .entry-content [class*="col-"]:last-of-type, .site-content .homepage .col:last-of-type, .site-content .homepage [class*="col-"]:last-of-type { padding-right: 0; }
.site-content .homepage .meta-slider { color: #666666; margin-bottom: 1.5em; }
.site-content .homepage .meta-slider .owl-stage-outer { border-radius: 5px; }
.site-content .homepage .meta-slider .slide { z-index: 1; }
.site-content .homepage .meta-slider .owl-controls { z-index: 10; position: absolute; width: 100%; top: 155px; }
.site-content .homepage .meta-slider .owl-controls .owl-prev { float: left; margin-left: 1.5em; }
.site-content .homepage .meta-slider .owl-controls .owl-next { float: right; margin-right: 1.5em; }
.site-content .homepage .meta-slider .owl-controls .owl-prev, .site-content .homepage .meta-slider .owl-controls .owl-next { background-color: #666666; opacity: 0.6; border-radius: 5px; width: 27px; top: inherit; }
.site-content .homepage .meta-slider .owl-controls .owl-prev:before, .site-content .homepage .meta-slider .owl-controls .owl-next:before { color: white; opacity: 0.9; font-size: 30px; }
.site-content .homepage .meta-slider .owl-controls .owl-prev:hover, .site-content .homepage .meta-slider .owl-controls .owl-next:hover { opacity: 0.9; }
.site-content .homepage .meta-slider .slide-content { background-color: rgba(255, 255, 255, 0.2); position: absolute; bottom: 0; width: 100%; }
.site-content .homepage .meta-slider .slide-content .slide-title { padding: 0.5em 1.2em 0; }
.site-content .homepage .meta-slider .slide-content .slide-description { padding: 0 1.4em; font-size: 15px; }
.site-content .homepage .banner { background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; background-position: center; background-color: #dddddd; height: 370px; }
.site-content .sub-footer { padding: 0 1em; }
.site-content .sub-footer .widget { margin-bottom: 0; }

/* Site Footer */
.site-footer { font-size: 0.8em; }
.site-footer .site-info { padding-top: 0px; }
.site-footer .to-top { float: right; }

/* Media Queries */
@media screen and (max-width: 60em) { body { -webkit-background-size: initial; background-size: initial; }
  .entry-content .col, .entry-content [class*="col-"], .homepage .col, .homepage [class*="col-"] { padding: 0; } }
/* =Helpers
----------------------------------------------- */
/* Alignment */
.alignleft, .align-left { display: inline; float: left; margin: 0 2.5em 1em 0; }

.alignright, .align-right { display: inline; float: right; margin: 0 0 1em 2.5em; }

.aligncenter, .align-center { clear: both; display: block; margin: 0 auto 1em auto; }

.float-left { float: left; }

.float-right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

/* Responsive iframes */
.fluid-iframe { position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; }

.fluid-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Misc*/
.a-wrap { display: inline-block; }

.no-margin { margin: 0; }

.no-padding { padding: 0; }

.hidden { visibility: hidden; }

.hide { display: none; }

/* Text meant only for screen readers */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; }
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus { background-color: #f9f9f9; border-radius: 5px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #1882f4; display: block; font-size: 14px; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* Clearing */
.clear:before, .row:before, .search .site-main > article:before, .clear:after, .row:after, .search .site-main > article:after { content: ''; display: table; }

.clear:after, .row:after, .search .site-main > article:after { clear: both; }
