@charset "utf-8";/*! normalize.css v3.0.2 | 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;
}

/* 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,
menu,
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-color: 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;
  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"], /* 1 */
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"] {
  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.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/templates/gk_portfolio/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(/templates/gk_portfolio/fonts/fontawesome-webfont.eot#iefix&v=4.3.0) format('embedded-opentype'),url(/templates/gk_portfolio/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(/templates/gk_portfolio/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(/templates/gk_portfolio/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(/templates/gk_portfolio/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-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-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
/*
	Basic HTML elements
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
  color: #777;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.inverse,
a:active,
a:focus,
a:hover {
  color: #363636;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  font-weight: 300;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2.0rem;
}
h5 {
  font-size: 1.8rem;
}
h6 {
  font-size: 1.6rem;
}
p {
  margin: 1em 0 2em;
}
iframe {
  border: none;
}
code {
  background: #f5f5f5;
  padding: 5px 10px;
}
pre {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
dt {
  font-weight: bold;
  margin: 10px 0 5px 0;
}
dd {
  margin-left: 0;
}
table {
  border: 1px solid #e5e5e5;
  width: 100%;
}
th {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  word-break: normal;
}
td {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
}
fieldset.filters {
  border: none;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
/* 
	Form fields, general styles first. 
*/
button,
input,
textarea {
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px;
}
input,
select,
textarea {
  border: 1px solid #d4d0ba;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #777;
  height: 40px;
  max-width: 100%!important;
  padding: 0 10px;
}
input:focus,
select:focus,
textarea:focus {
  background: #fffef4;
}
input {
  line-height: 40px;
}
textarea {
  height: auto;
  max-width: 100%!important;
  padding: 2.4rem;
}
fieldset {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  margin: 10px 0;
  padding: 10px 20px;
}
legend {
  font-size: 1.2rem;
  padding: 0 5px;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin: 0 5px 0 0;
  width: 15px;
}
input[type="checkbox"] {
  height: 14px;
  line-height: 14px;
}
/* Buttons */
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 40px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  border-color: #34373b;
  color: #34373b;
}
.btn {
  border: 2px solid #ccc;
  color: #aaa;
}
/* 
	Placeholder text color -- selectors need to be separate to work. 
*/
::-webkit-input-placeholder {
  color: #777;
  font-size: 1.4rem;
}
:-moz-placeholder {
  color: #777;
  font-size: 1.4rem;
}
::-moz-placeholder {
  color: #777;
  font-size: 1.4rem;
}
:-ms-input-placeholder {
  color: #777;
  font-size: 1.4rem;
}
/* 
	Basic structure
*/
.site {
  padding: 40px 0;
}
.site__top {
  margin-bottom: 20px!important;
  padding-bottom: 10px!important;
  padding-top: 20px!important;
}
.site__main {
  margin: 0 auto;
  width: 100%;
}
.subpage.component__top {
  padding: 50px 47px;
  position: relative;
}
.subpage.component__top:before {
  background: #fff;
  bottom: -10px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.subpage.component__bottom {
  padding: 50px 47px;
  position: relative;
}
.subpage.component__bottom:before {
  background: #fff;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.logo {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  width: 100%;
}
.logo__image {
  display: block;
  margin: 0 auto;
  max-height: 64px;
  width: auto;
}
.logo__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 64px;
  margin: 0;
  text-transform: uppercase;
}
.logo__description {
  color: #aaa;
  font-size: 1.1rem;
  font-weight: 300;
  margin: -23px 0 0 0;
  min-height: 19px;
  opacity: 1;
  text-transform: uppercase;
}
/* 
	Social icons
*/
a[class^="icon-"]:before {
  color: #ccc;
  font-family: FontAwesome;
  font-size: 2.2rem;
  line-height: 1.1;
}
.icon-gplus:before {
  content: "\f0d4";
}
.icon-fb:before {
  content: "\f082";
}
.icon-twitter:before {
  content: "\f081";
}
.icon-pinterest:before {
  content: "\f0d3";
}
.icon-youtube:before {
  content: "\f166";
}
.icon-rss:before {
  content: "\f143";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-github:before {
  content: "\f092";
}
.icon-vimeo:before {
  content: "\f194";
}
.icon-linkedin:before {
  content: "\f08c";
}
/*
	Common navigation elements
*/
.navigation .nav,
.header__topmenu .nav,
.footer__social .nav {
  margin: 0;
  padding: 0;
}
.navigation .nav li,
.header__topmenu .nav li,
.footer__social .nav li,
.navigation .nav li > a,
.header__topmenu .nav li > a,
.footer__social .nav li > a,
.navigation .nav li > span,
.header__topmenu .nav li > span,
.footer__social .nav li > span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  height: 32px;
  margin: 0 1px;
  overflow: hidden;
}
.navigation .nav li:before,
.header__topmenu .nav li:before,
.footer__social .nav li:before,
.navigation .nav li > a:before,
.header__topmenu .nav li > a:before,
.footer__social .nav li > a:before,
.navigation .nav li > span:before,
.header__topmenu .nav li > span:before,
.footer__social .nav li > span:before {
  color: #ccc;
  font-family: FontAwesome;
  font-size: 2.2rem;
  line-height: 24px;
}
.navigation .nav li[class^="icon-"],
.header__topmenu .nav li[class^="icon-"],
.footer__social .nav li[class^="icon-"],
.navigation .nav li > a[class^="icon-"],
.header__topmenu .nav li > a[class^="icon-"],
.footer__social .nav li > a[class^="icon-"],
.navigation .nav li > span[class^="icon-"],
.header__topmenu .nav li > span[class^="icon-"],
.footer__social .nav li > span[class^="icon-"] {
  color: #fff;
  width: 22px;
}
.navigation .nav li > a,
.header__topmenu .nav li > a,
.footer__social .nav li > a,
.navigation .nav li > span,
.header__topmenu .nav li > span,
.footer__social .nav li > span {
  display: block;
  margin: 0;
  position: relative;
}
/*
	Main navigation
 */
.navigation {
  padding: 0 0 42px 0;
}
.navigation .nav {
  text-align: center;
}
.navigation .nav > li {
  display: inline-block;
  float: none;
  overflow: visible;
  position: relative;
  text-align: left;
}
.navigation .nav > li > a,
.navigation .nav > li > span {
  border: 1px solid transparent;
  color: #777;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 31px;
  padding: 0 20px;
}
.navigation .nav-child,
.navigation .nav .list-unstyled {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
  opacity: 0;
  padding: 12px 24px;
  position: absolute;
  left: -9999px;
  top: 37px;
  -webkit-transform: translateY(-50px) scale(.75);
  -moz-transform: translateY(-50px) scale(.75);
  -ms-transform: translateY(-50px) scale(.75);
  -o-transform: translateY(-50px) scale(.75);
  transform: translateY(-50px) scale(.75);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: transform .3s ease-out, opacity .3s ease-out;
  -moz-transition: transform .3s ease-out, opacity .3s ease-out;
  -ms-transition: transform .3s ease-out, opacity .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out;
  width: 200px;
  z-index: 99999;
}
.navigation .nav-child a,
.navigation .nav .list-unstyled a,
.navigation .nav-child span,
.navigation .nav .list-unstyled span,
.navigation .nav-child li,
.navigation .nav .list-unstyled li {
  line-height: 40px;
  width: 100%;
}
.navigation .nav-child li,
.navigation .nav .list-unstyled li {
  border-top: 1px solid #e5e5e5;
}
.navigation .nav-child li:first-child,
.navigation .nav .list-unstyled li:first-child {
  border-top: none;
}
.navigation .nav-child a,
.navigation .nav .list-unstyled a,
.navigation .nav-child span,
.navigation .nav .list-unstyled span {
  color: #777;
  margin: 0;
  width: 170px;
}
.navigation .nav-child .nav-child,
.navigation .nav .list-unstyled .nav-child,
.navigation .nav-child .list-unstyled,
.navigation .nav .list-unstyled .list-unstyled {
  margin-left: 150px;
  margin-top: -38px;
  top: auto;
}
.no-touch-screen .navigation li:hover > ul,
.touch-screen .navigation li.opened > ul {
  left: auto;
  opacity: 1;
  -webkit-transform: translateY(-5px) scale(1);
  -moz-transform: translateY(-5px) scale(1);
  -ms-transform: translateY(-5px) scale(1);
  -o-transform: translateY(-5px) scale(1);
  transform: translateY(-5px) scale(1);
}
/*
	Header
 */
.header {
  color: #000;
  overflow: hidden;
  min-height: 64px;
  text-align: center;
}
.header__search {
  left: 10px;
  position: absolute;
  top: 12px;
}
.header__search:after {
  color: #777;
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 1;
}
.header__search_input {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  text-indent: 5px;
  line-height: 42px;
  width: 170px;
}
.header__topmenu {
  float: right;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 22px;
}
/*
	Footer
 */
.footer {
  clear: both;
  color: #999;
  font-size: 1.2rem;
  margin: 0 auto;
  max-width: 750px;
  padding: 69px 0 72px;
  text-align: center;
  width: 100%;
}
.footer__social {
  clear: both;
  margin: 0 0 30px 0;
  text-align: center;
}
.footer__copyrights_text,
.footer__copyrights_module,
.footer__copyrights_module p {
  clear: both;
  margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  border: 1px solid #ccc;
  border-left: 0;
  background: #f2f2f2;
}
.j4 .element-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}
.j4 .has-danger .input-group-addon,
.j4 .has-danger .input-group-addon,
.j4 .has-danger .form-control {
  border-color: #d45555;
}
.j4 .control-group {
  margin-bottom: 18px;
  clear: both;
}
.j4 .control-group .control-label {
  float: left;
  width: 220px;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.j4 .control-group .control-label label {
  margin: 0;
}
.j4 .control-group .control-label .form-control-feedback {
  display: block;
  font-size: 80%;
}
.j4 .control-group .controls {
  margin-left: 220px;
}
.j4 .control-group .controls #remember {
  width: auto;
}
.j4 .control-group .controls .btn {
  float: none;
}
.j4 .input-group-btn .btn + .btn {
  margin-left: 2px;
}
.j4 .float-right {
  float: right !important;
}
.j4 .mb-0 {
  margin-bottom: 0 !important;
}
.j4 .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.j4 .fade.show {
  opacity: 1;
}
.j4 .collapse {
  display: none;
}
.j4 .collapse.show {
  display: block;
}
.j4 joomla-alert {
  display: none;
}
.j4 #helpsite-refresh {
  margin-top: 10px;
}
.j4 .edit.item-page #adminForm > fieldset {
  display: table-row;
}
.j4 fieldset.filters {
  padding: 0;
}
.j4 .tag_category .btn-group {
  float: none !important;
}
.j4 .tag_category__item:first-child {
  border-top: 0;
}
.j4 .invalid {
  color: #bc6564;
}
.j4 .invalid .form-control-feedback {
  display: block;
  font-size: 80%;
}
.j4 #finder-search .search__inputs {
  overflow: hidden;
  margin-bottom: 20px;
}
.j4 .item-page.edit .tab-pane {
  overflow: visible;
}
.j4 .item-page.edit .toggle-editor.btn-toolbar {
  float: none !important;
}
.j4 #member-registration > .control-group .controls {
  margin-left: 0;
}
.j4 #member-registration > .control-group .controls .btn {
  display: inline-block;
}
@media (max-width: 480px) {
  .j4 #member-registration > .control-group .controls .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.j4 .modal-open {
  overflow: hidden;
}
.j4 .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.j4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.j4 .modal.show .modal-dialog {
  transform: translate(0, 0);
}
.j4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.j4 .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
.j4 .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.j4 .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.j4 .modal-backdrop.fade {
  opacity: 0;
}
.j4 .modal-backdrop.show {
  opacity: 0.5;
}
.j4 .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.j4 .modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
  border: 0;
  color: #5cc1a9;
}
.j4 .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.j4 .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
}
.j4 .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}
.j4 .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.j4 .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.j4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .j4 .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .j4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .j4 .modal-lg {
    max-width: 800px;
  }
}
.j4 .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.j4 .badge:empty {
  display: none;
}
.j4 .btn .badge {
  position: relative;
  top: -1px;
}
.j4 .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.j4 .badge-primary {
  color: #fff;
  background-color: #006898;
}
.j4 .badge-primary[href]:focus,
.j4 .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #004565;
}
.j4 .badge-secondary {
  color: #fff;
  background-color: #868e96;
}
.j4 .badge-secondary[href]:focus,
.j4 .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}
.j4 .badge-success {
  color: #fff;
  background-color: #438243;
}
.j4 .badge-success[href]:focus,
.j4 .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #326032;
}
.j4 .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.j4 .badge-info[href]:focus,
.j4 .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.j4 .badge-warning {
  color: #111;
  background-color: #f0ad4e;
}
.j4 .badge-warning[href]:focus,
.j4 .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #ec971f;
}
.j4 .badge-danger {
  color: #fff;
  background-color: #d9534f;
}
.j4 .badge-danger[href]:focus,
.j4 .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c9302c;
}
.j4 .badge-light {
  color: #111;
  background-color: #f8f9fa;
}
.j4 .badge-light[href]:focus,
.j4 .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}
.j4 .badge-dark {
  color: #fff;
  background-color: #343a40;
}
.j4 .badge-dark[href]:focus,
.j4 .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.j4 .card-grey {
  background-color: #f7f7f9;
}
.j4 .card-inverse {
  color: rgba(255, 255, 255, 0.9);
}
.j4 .accordion .card-header {
  display: block;
  font-weight: bold;
  line-height: 1.2;
}
.j4 .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.j4 .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.j4 .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.j4 .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.j4 .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.j4 .card-title {
  margin-bottom: 0.75rem;
}
.j4 .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.j4 .card-text:last-child {
  margin-bottom: 0;
}
.j4 .card-link:hover {
  text-decoration: none;
}
.j4 .card-link + .card-link {
  margin-left: 1.25rem;
}
.j4 .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ccc;
}
.j4 .card-header:first-child {
  border-radius: calc(-0.75rem) calc(-0.75rem) 0 0;
}
.j4 .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.j4 .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #ccc;
}
.j4 .card-footer:last-child {
  border-radius: 0 0 calc(-0.75rem) calc(-0.75rem);
}
.j4 .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.j4 .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.j4 .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.j4 .card-img {
  width: 100%;
  border-radius: calc(-0.75rem);
}
.j4 .card-img-top {
  width: 100%;
  border-top-left-radius: calc(-0.75rem);
  border-top-right-radius: calc(-0.75rem);
}
.j4 .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(-0.75rem);
  border-bottom-left-radius: calc(-0.75rem);
}
.j4 .card-deck {
  display: flex;
  flex-direction: column;
}
.j4 .card-deck .card {
  margin-bottom: 7.5px;
}
@media (min-width: 576px) {
  .j4 .card-deck {
    flex-flow: row wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .j4 .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 7.5px;
    margin-bottom: 0;
    margin-left: 7.5px;
  }
}
.j4 .card-group {
  display: flex;
  flex-direction: column;
}
.j4 .card-group .card {
  margin-bottom: 7.5px;
}
@media (min-width: 576px) {
  .j4 .card-group {
    flex-flow: row wrap;
  }
  .j4 .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .j4 .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .j4 .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .j4 .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .j4 .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .j4 .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .j4 .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .j4 .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .j4 .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .j4 .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .j4 .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .j4 .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .j4 .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .j4 .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}
.j4 .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .j4 .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .j4 .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/*
	Content
 */
.content__items {
  padding-bottom: 60px;
}
.content__header_title {
  font-size: 2.8rem;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.content__desc {
  margin: 20px auto;
  max-width: 720px;
}
.content__desc > p {
  margin: 0;
}
.content__desc_img {
  float: left;
  margin: 8px 20px 0 0;
  max-width: 20%;
}
.content__info {
  margin: 0 auto 30px auto;
  max-width: 720px;
  text-align: center;
}
.content__info_label {
  display: inline-block;
  font-weight: bold;
  list-style-type: none;
  padding: 0 10px 0 0;
}
.content__info_item {
  display: inline-block;
  list-style-type: none;
}
.content__empty_msg {
  text-align: center;
}
.subpage {
  background: #fff;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
  box-shadow: 0 0 13px rgba(0, 0, 0, .07);
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 100%;
}
.subpage.component {
  padding: 48px 72px;
}
.subpage.narrow {
  max-width: 400px;
  padding: 48px;
}
.item {
  display: block;
  float: left;
  overflow: hidden;
  padding: 18px 10px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
  position: relative;
}
.item[data-cols="1"] {
  width: 100%;
}
.item[data-cols="2"] {
  width: 50%;
}
.item[data-cols="3"] {
  width: 33.333333%;
}
.item[data-cols="4"] {
  width: 25%;
}
.item[data-cols="5"] {
  width: 20%;
}
.item[data-cols="6"] {
  width: 16.666666%;
}
.item[data-cols="7"] {
  width: 14.285714%;
}
.item[data-cols="8"] {
  width: 12.5%;
}
.item__helper {
  background: #f5f5f5 url(/templates/gk_portfolio/images/loader.gif) no-repeat center center;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .07);
  box-shadow: 0 0 13px rgba(0, 0, 0, .07);
  overflow: hidden;
  opacity: 0;
  position: relative;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  /* Animation types */
}
.item__helper--animated {
  opacity: 1;
  -webkit-transform: rotateY(0) scale(1) !important;
  -moz-transform: rotateY(0) scale(1) !important;
  -ms-transform: rotateY(0) scale(1) !important;
  -o-transform: rotateY(0) scale(1) !important;
  transform: rotateY(0) scale(1) !important;
}
.item__helper:hover {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .2);
  box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}
.item__helper--scale,
.item__helper--scale-top-,
.item__helper--scale-center {
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.item__helper--scale-top {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.item__helper--scale-center {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.item__helper--flip {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotateY(89deg);
  -moz-transform: rotateY(89deg);
  -ms-transform: rotateY(89deg);
  -o-transform: rotateY(89deg);
  transform: rotateY(89deg);
}
.item__helper--flip-center {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotateY(89deg);
  -moz-transform: rotateY(89deg);
  -ms-transform: rotateY(89deg);
  -o-transform: rotateY(89deg);
  transform: rotateY(89deg);
}
.item__helper--opacity {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.item__image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.item__preview {
  background: #fff;
  height: 100%;
  line-height: 1.8;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.item__preview[data-url] {
  cursor: pointer;
}
.item__preview--slide-up {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.item__preview--slide-down {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.item__preview--slide-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.item__preview--slide-right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.item__preview--opacity {
  opacity: 0;
}
.item__preview--scale {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.item__preview--show {
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0) scale(1) !important;
  -moz-transform: translateY(0) translateX(0) scale(1) !important;
  -ms-transform: translateY(0) translateX(0) scale(1) !important;
  -o-transform: translateY(0) translateX(0) scale(1) !important;
  transform: translateY(0) translateX(0) scale(1) !important;
}
.item__preview--featured {
  overflow: hidden;
  position: relative;
}
.item__preview--featured:before {
  color: #fff;
  content: "\f005";
  font-family: FontAwesome;
  font-size: 1.2rem;
  position: absolute;
  right: 5px;
  top: 2px;
  z-index: 3;
}
.item__preview--featured:after {
  content: "";
  height: 50px;
  position: absolute;
  right: -50px;
  top: -25px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 100px;
  z-index: 2;
}
.item__hidden {
  opacity: 0;
}
.item--loaded {
  opacity: 1;
}
.item--transition-fast {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.item--transition-normal {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.item--transition-slow {
  -webkit-transition: all .75s ease-out;
  -moz-transition: all .75s ease-out;
  -ms-transition: all .75s ease-out;
  -o-transition: all .75s ease-out;
  transition: all .75s ease-out;
}
.item__title {
  color: #363636;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 24px 0;
}
.item__title_link {
  color: #363636;
}
.item__summary {
  padding: 0;
}
.item__summary_link {
  color: #777;
}
.item__summary_link:active,
.item__summary_link:focus,
.item__summary_link:hover {
  color: #aaa;
}
.item__info {
  background: #fff;
  border-top: 0;
  bottom: 0;
  color: #ccc;
  font-size: 1.1rem;
  height: 68px;
  margin: 0;
  overflow: visible;
  padding: 0 30px 0 76px;
  position: absolute;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  z-index: 2;
}
.item__info:after {
  border-top: 1px solid #e5e5e5;
  content: "";
  display: block;
  margin: 0 -100px;
}
.item__info:before {
  bottom: 0;
  color: #ccc;
  content: "\f02b";
  display: block;
  font-size: 2rem;
  font-family: FontAwesome;
  height: 70px;
  left: 25px;
  line-height: 80px;
  position: absolute;
  text-align: right;
  width: 40px;
}
.item__info--categories:before {
  content: "\f07b";
  top: -5px;
}
.item__info--date:before {
  content: "\f073";
  top: -5px;
}
.item__info--title {
  padding: 0 30px;
}
.item__info--title:before {
  content: "";
}
.item__info_item {
  color: #ccc;
  font-weight: 500;
  float: left;
  height: 68px;
  list-style-type: none;
  line-height: 69px;
  overflow: hidden;
  padding-right: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item__info_item:after {
  color: #777;
  content: ",";
}
.item__info_item:last-child:after {
  content: "";
}
.item__info_item--date,
.item__info_item--title,
.item__info_item--categories {
  color: #777;
  width: 100%;
}
.item__info_item--date:after,
.item__info_item--title:after {
  content: "";
}
.item__info_link {
  color: #777;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  background: none;
}
.item__info_link:hover {
  color: #363636 !important;
  background: none !important;
}
.j4 .item__info_link {
  color: #777;
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  background: none;
}
.j4 .item__info_link:hover {
  color: #363636 !important;
  background: none !important;
}
/*
	System messages
 */
#system-message-container {
  background: #363636;
  margin: 0;
  position: relative;
  text-align: center;
}
.alert-heading {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  padding: 10px 0;
}
.alert-heading:after {
  content: ":";
}
.alert-heading + div {
  display: inline;
}
.alert-message {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  margin: 0;
  padding: 0 20px;
}
.close {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 13px;
}
/*
	Post
 */
.post__header {
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 5px 0;
  padding: 50px 72px 0 72px;
  position: relative;
  word-break: normal;
}
.post__header_title {
  margin: 0;
}
.post__image {
  text-align: center;
}
.post__image_img {
  max-width: 100%;
}
.post__content {
  padding: 0 72px;
}
.post__content blockquote {
  background: #fdfbec;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  margin: 30px 0;
  padding: 15px 30px 15px 45px;
}
.post__content blockquote p {
  margin: 0;
}
.post__content blockquote cite,
.post__content blockquote small {
  display: block;
  font-size: 1.4rem;
}
.post__info {
  padding: 0 62px 12px 62px;
}
.post__info_item {
  display: inline-block;
  font-size: 1.2rem;
  list-style-type: none;
  padding: 0 10px;
}
.post__tags {
  padding: 0 0 0 50px;
  position: relative;
}
.post__tags:before {
  left: -10px;
}
.post__tags:after {
  margin: 0 0 0 -50px;
}
.post__links_list {
  padding-left: 20px;
}
/*
	Social Buttons
 */
.social__buttons {
  margin: 50px 0;
  text-align: center;
}
.social__buttons_label {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 7px 0 0;
  position: relative;
  top: -8px;
}
.social__buttons_btn {
  display: inline-block;
  height: 24px;
  margin: 0 4px;
  overflow: hidden;
  width: 22px;
}
.social__buttons_btn:before {
  color: #ccc;
  font-family: FontAwesome;
  font-size: 2.2rem;
  line-height: 24px;
}
.social__buttons_btn--gplus:before {
  content: "\f0d4";
}
.social__buttons_btn--fb:before {
  content: "\f082";
}
.social__buttons_btn--twitter:before {
  content: "\f081";
}
.sgsocial {
  border: none;
}
.sgsocial .hidden {
  display: none;
}
.sgsocial .sgsocial-buttons,
.sgsocial .sgsocial-loader {
  text-align: center;
}
.sgsocial .sgsocial-buttons li,
.sgsocial .sgsocial-loader li {
  display: inline-block;
  float: none;
  padding: 0 5px;
  vertical-align: top;
}
/*
	Search
 */
.search__btn {
  float: right;
  margin: 0;
  width: 28%;
}
.search__counter {
  float: left;
  margin: 0;
}
.search__error {
  text-align: center;
}
.search__form {
  margin: 0;
}
.search__input {
  float: left;
  width: 70%;
}
.search__intro {
  text-align: center;
}
.search__intro_badge {
  font-weight: bold;
}
.search__intro_text {
  float: left;
  font-weight: normal;
  margin: 20px 0;
}
.search__intro_text > strong {
  font-weight: normal;
}
.search__limit {
  float: right;
  margin-top: 10px;
}
.search__only label {
  padding: 0 10px 0 0;
}
.search__ordering_box {
  float: right;
  position: relative;
  top: -7px;
}
.search__phrases_box {
  float: left;
}
.search__phrases_box label {
  padding: 0 10px 0 0;
}
.search__results {
  clear: both;
  padding: 20px 0 0 0;
}
.result {
  clear: both;
}
.result__url,
.result__category {
  float: left;
  font-size: 1.1rem;
  margin-top: -15px;
}
.result__created {
  font-size: 1.1rem;
  float: right;
  margin-top: -15px;
}
.result__pagination {
  padding-top: 30px;
}
.result__text {
  padding: 0 0 10px 50px;
}
.result__title {
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0 0;
}
.result__counter {
  border-right: 1px solid #e5e5e5;
  display: block;
  float: left;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
#advanced-search-toggle {
  clear: both;
  display: block;
  padding: 10px 0;
  text-align: center;
}
#advanced-search p {
  font-size: 1.2rem;
  margin: 3px 0;
}
.autocomplete-suggestions {
  border: 1px solid #d4d0ba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#finder-filter-select-dates {
  margin: 0 -2% !important;
}
.filter-date {
  margin: 0 2%!important;
  width: 46%!important;
}
.filter-date > label {
  float: left;
  line-height: 40px;
}
.filter-date > select {
  float: right;
}
.filter-date > div {
  clear: both;
  padding: 10px 0 0 0;
}
.filter-date > div > button {
  float: right;
  margin-top: 0;
}
.filter-date .btn {
  padding: 0 20px!important;
}
.filter-branch {
  padding: 10px 0;
}
/* 
	Archive 
*/
.archive__filter_search {
  margin: 10px 0;
}
.archive__filters {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.archive__items {
  padding: 20px 0;
}
.archive__pagination {
  margin: 10px 0 0 0;
}
.archived__header {
  margin: 0;
}
.archived__info {
  margin: 0;
}
.archived__info_label {
  display: none;
}
.archived__item {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 0 10px 0 0;
}
.archived__intro {
  font-size: 1.4rem;
  margin: 20px 0;
}
/*
	Newsfeeds & Contacts & Tags
 */
.contact__fieldset,
.tag_category__fieldset,
.newsfeed__fieldset {
  border: none;
  margin: 0;
  padding: 20px 0;
}
.contact__form_left,
.tag_category__form_left,
.newsfeed__form_left {
  float: left;
  width: 200px;
}
.contact__form_right,
.tag_category__form_right,
.newsfeed__form_right {
  float: right;
}
.contact__list,
.tag_category__list,
.newsfeed__list {
  padding: 0;
}
.contact__item,
.tag_category__item,
.newsfeed__item {
  border-top: 1px solid #e5e5e5;
  list-style-type: none;
  padding: 10px 0;
}
.contact__items,
.tag_category__items,
.newsfeed__items {
  padding: 0;
}
.contact__header,
.tag_category__header,
.newsfeed__header {
  display: block;
  font-size: 2rem;
}
.contact__header_title,
.tag_category__header_title,
.newsfeed__header_title {
  font-size: 1.4rem;
  margin: 0;
}
.contact__url,
.tag_category__url,
.newsfeed__url {
  font-size: 1.2rem;
}
.contact__count,
.tag_category__count,
.newsfeed__count {
  background: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  font-size: 1rem;
  height: 20px;
  line-height: 2;
  margin-left: 10px;
  position: relative;
  text-align: center;
  top: -2px;
  width: 20px;
}
.contacts__categories,
.newsfeeds__categories {
  margin: 20px 0 0 20px;
}
.contacts__item,
.newsfeeds__item {
  margin: 0 0 20px 0;
}
.contacts__desc,
.newsfeeds__desc {
  font-size: 1.3rem;
}
.contacts__desc p,
.newsfeeds__desc p {
  margin: 0;
}
.contacts__header_title,
.newsfeeds__header_title {
  font-size: 1.6rem;
  margin: 0;
}
.contacts__header_count,
.newsfeeds__header_count {
  background: #e5e5e5;
  border-radius: 50%;
  display: inline-block;
  font-size: 1rem;
  height: 20px;
  line-height: 2;
  margin-left: 10px;
  position: relative;
  text-align: center;
  top: -2px;
  width: 20px;
}
/*
	Log in
 */
.login__button {
  margin-top: -20px;
}
.login__control {
  margin-bottom: 20px;
}
.login__input input {
  width: 100%;
}
.login__links {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}
.login__links_item {
  list-style-type: none;
  padding: 0 5px;
  text-align: center;
}
.login__rememberme {
  float: right;
}
.logout__button {
  width: 100%;
}
/*
	Single Contact
 */
.contact_single__subheader {
  margin: 20px 0 5px 0;
}
.contact_single__category {
  float: left;
  font-size: 1.4rem;
  margin: 0;
  width: 50%;
}
.contact_single__select_form {
  clear: left;
  float: left;
  margin: 10px 0 20px 0;
  width: 50%;
}
.contact_single__thumbnail {
  float: right;
  width: 48%;
}
.contact_single__thumbnail > img {
  float: right;
  max-width: 100%;
}
.contact_single__list {
  clear: left;
  overflow: hidden;
}
.contact_single__inline_dt {
  clear: left;
  float: left;
  margin: 0;
}
.contact_single__inline_dd {
  float: left;
  padding: 0 0 0 5px;
}
.contact_single__links {
  padding: 0;
}
.contact_single__links_item {
  border-top: 1px solid #e5e5e5;
  font-size: 1.4rem;
  list-style-type: none;
  padding: 5px 0;
}
.contact_single__links_item:first-child {
  border-top: none;
}
.contact_single__form_info {
  display: block;
  font-size: 1.2rem;
  padding: 0 0 20px 0;
}
.contact_single__form_input1 {
  clear: both;
  margin: 0 0 10px 0;
  width: 100%;
}
.contact_single__form_input2 {
  float: left;
  margin: 0 0 10px 0;
  width: 49%;
}
.contact_single__form_input2 + .contact_single__form_input2 {
  float: right;
}
.contact_single__form_label {
  display: block;
}
.contact_single__form_input {
  display: block;
  width: 100%;
}
.contact_single__form_input > input,
.contact_single__form_input > textarea {
  width: 100%;
}
/*
	Tooltips
*/
.tip-wrap {
  z-index: 1;
}
.tooltip {
  background: #fff;
  border: 1px solid #e5e5e5;
  max-width: 350px;
  min-width: 160px;
  padding: 8px;
  position: absolute!important;
  opacity: 1;
  z-index: 100;
}
.tooltip-inner {
  color: #777;
  font-size: 1.2rem;
  padding: 0 5px;
}
.tooltip-inner strong {
  color: #363636;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  width: 100%;
  clear: both;
  display: block;
}
.tooltip-inner br {
  display: none;
}
/*
	Configuration pages
*/
.btn-toolbar {
  overflow: hidden;
}
.btn-toolbar .btn-group {
  float: left;
  margin-right: 5px;
}
.control-group {
  padding-bottom: 10px;
}
.btn-group.radio label {
  padding-right: 10px;
}
.hr-condensed {
  display: none;
}
.chzn-done {
  display: block !important;
}
.j4 .chzn-container {
  display: inline-block !important;
}
#modules-form .chzn-container-single .chzn-search input[type="text"] {
  width: 100%;
}
.row-fluid > legend {
  font-size: 2.4rem;
  padding: 20px 0;
}
.btn > .icon-remove:before {
  content: "×";
  font-size: 4rem;
}
.minicolors-theme-bootstrap .minicolors-input {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 40px;
  width: 132px;
}
.minicolors-theme-bootstrap .minicolors-swatch {
  left: 10px;
  top: 10px;
}
.input-append,
.input-prepend {
  overflow: hidden;
}
.input-append input,
.input-prepend input,
.input-append .btn,
.input-prepend .btn {
  float: left;
  margin-right: 5px;
}
.input-append .btn.hasTooltip,
.input-prepend .btn.hasTooltip {
  padding: 0 5px;
}
/*
	Modalbox fix
*/
#sbox-content {
  height: 100%;
}
#sbox-content > iframe {
  max-height: 100%;
}
/*
	Item editor
*/
.item-page.edit .nav-tabs {
  display: none;
}
.item-page.edit #jform_title,
.item-page.edit #jform_alias {
  width: 100%;
}
.item-page.edit #editor-xtd-buttons {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.item-page.edit #editor-xtd-buttons .btn {
  padding: 0 5px;
}
.item-page.edit .toggle-editor.btn-toolbar {
  margin-top: 20px;
  padding: 0 5px;
}
.item-page.edit .tab-pane {
  clear: both;
  padding: 0 0 30px 0;
  overflow: hidden;
}
#jform_publish_up_img,
#jform_publish_down_img {
  padding: 0 10px;
}
.icon-calendar:before {
  content: "\f073";
  font-family: FontAwesome;
}
/*
	Module edition
*/
.btn.jmodedit {
  border: none;
}
.btn.jmodedit:before {
  color: #363636;
  content: "\f044";
  font-family: FontAwesome;
  font-size: 3.2rem;
}
#modules-form .span12 > legend,
#modules-form .col-md-12 > legend {
  font-size: 2.4rem;
  padding: 20px 0;
}
#modules-form .col-md-12 div[role="toolbar"] .btn-group {
  display: inline-block;
}
#modules-form hr {
  display: none;
}
#modules-form .label-default {
  background: #e5e5e5;
  border-radius: 5px;
  padding: 3px 5px;
}
#modules-form ul {
  list-style-type: none;
  padding-left: 0;
}
#modules-form input[type="text"],
#modules-form textarea {
  width: 80%;
}
.search span.highlight {
  background-color: #FFFFCC;
  font-weight: bold;
  padding: 1px 0;
}
.tag_category fieldset {
  padding-left: 0;
  padding-right: 0;
}
.tag_category fieldset .btn,
.tag_category fieldset button {
  padding-right: 20px;
  padding-left: 20px;
}
.blog-featured table.category {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/*
	Pagination
 */
.pagination__list {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination__next > a,
.pagination__prev > a,
.pagination__counter {
  color: #999;
  display: inline-block;
  font-size: 1.4rem;
  font-style: italic;
}
.pagination__counter {
  padding: 0 20px;
}
.pagination__next > a {
  padding: 0 0 0 25px;
}
.pagination__next > a:before {
  border-left: 1px solid #d5d5d5;
  content: "";
  display: inline-block;
  left: -20px;
  height: 18px;
  position: relative;
  top: 4px;
  width: 1px;
}
.pagination__prev > a {
  padding: 0 25px 0 0;
}
.pagination__prev > a:after {
  border-left: 1px solid #d5d5d5;
  content: "";
  display: inline-block;
  height: 18px;
  position: relative;
  right: -20px;
  top: 4px;
  width: 1px;
}
/*
	Pager
 */
.pager,
.subpage + .pagination {
  margin: 0;
  padding: 0;
}
.pager > .previous,
.subpage + .pagination > .previous,
.pager > .next,
.subpage + .pagination > .next {
  height: 54px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 50%;
  width: 54px;
}
.pager > .previous > a,
.subpage + .pagination > .previous > a,
.pager > .next > a,
.subpage + .pagination > .next > a {
  background: #363636;
  display: block;
  height: 54px;
  margin-left: -12px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 54px;
}
.pager > .previous > a:hover,
.subpage + .pagination > .previous > a:hover,
.pager > .next > a:hover,
.subpage + .pagination > .next > a:hover {
  margin-left: 0;
}
.pager > .previous i,
.subpage + .pagination > .previous i,
.pager > .next i,
.subpage + .pagination > .next i {
  color: #fff;
  font-size: 1.2rem;
  line-height: 54px;
  text-align: center;
  text-indent: 6px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 54px;
}
.pager > .next,
.subpage + .pagination > .next {
  left: auto;
  right: 0;
}
.pager > .next > a,
.subpage + .pagination > .next > a {
  margin-left: auto;
  margin-right: -12px;
}
.pager > .next > a:hover,
.subpage + .pagination > .next > a:hover {
  margin-left: auto;
  margin-right: 0;
}
.pager > .next i,
.subpage + .pagination > .next i {
  text-indent: -6px;
}
.pager > .next:hover i,
.subpage + .pagination > .next:hover i {
  text-indent: 10px;
}
.pager > .previous:hover i,
.subpage + .pagination > .previous:hover i {
  text-indent: -10px;
}
/*
	Article index
 */
.article-index {
  border-left: 1px solid #e5e5e5;
  float: right;
  margin: 0 0 20px 40px;
  width: 160px;
}
.article-index > h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 10px 20px 0 20px;
}
.article-index > .nav {
  padding: 0 20px;
}
.article-index > .nav > li {
  display: block;
  font-size: 1.3rem;
  height: auto;
  padding: 0;
}
.article-index > .nav > li > a {
  line-height: 1.2;
  height: auto;
  padding: 10px 0;
}
.article-index > .nav > li > a.active {
  font-weight: bold;
}
.pagenavcounter {
  color: #999;
  font-size: 1.2rem;
  font-style: italic;
}
.pane-sliders .panel > h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.8rem;
  margin: 0;
  padding: 5px 0;
}
.tabs {
  margin: 0;
  overflow: hidden;
}
.tabs dt {
  float: left;
}
.tabs dt.open h3 {
  font-weight: bold;
}
.tabs h3 {
  font-size: 1.6rem;
  margin: 0 20px 0 0;
}
.tabs + .current {
  display: block;
}
.post__content .pager ul {
  text-align: center;
}
.post__content .pager ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px;
}
.post__content figure {
  margin: 2em 0;
}
.post__content figure.pull-left {
  margin: 2em 2em 2em 0;
}
.post__content figure.pull-right {
  margin: 2em 0 2em 2em;
}
.post__content figure.pull-center {
  text-align: center;
}
.post__content figure figcaption {
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
}
/*
	Gallery
 */
.gk-photo {
  clear: both;
  padding: 35px 0;
}
.gk-photo:after {
  clear: both;
  content: "";
  display: table;
}
.gk-photo > a {
  display: block;
  float: left;
  max-width: 45%;
}
.gk-photo img {
  float: left;
  max-width: 100%;
}
.gk-photo figcaption {
  float: right;
  width: 45%;
}
.gk-photo h3 {
  font-style: normal;
  font-size: 1.8rem;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}
.gk-photo p {
  font-size: 1.6rem;
  font-style: normal;
  margin: 0;
  text-align: left;
}
.gk-photo-right > a,
.gk-photo-right img {
  float: right;
}
.gk-photo-right figcaption {
  float: left;
}
.gk-photo-center > a,
.gk-photo-center img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.gk-photo-center figcaption {
  clear: both;
  float: none;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 70%;
}
.gk-photo-center p,
.gk-photo-center h3 {
  text-align: center;
}
.gk-photo-overlay {
  background: rgba(0, 0, 0, 0.9) url(/templates/gk_portfolio/images/gallery_preloader.gif) no-repeat center center;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
  z-index: 10000000;
}
.gk-photo-overlay.active {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gk-photo-overlay img {
  display: block;
  height: auto;
  left: 50%;
  max-height: 95%;
  max-width: 95%;
  opacity: 1;
  position: fixed;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: auto;
}
.gk-photo-overlay img.loading {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(.8);
  -ms-transform: translateX(-50%) translateY(-50%) scale(.8);
  -o-transform: translateX(-50%) translateY(-50%) scale(.8);
  transform: translateX(-50%) translateY(-50%) scale(.8);
}
.gk-photo-overlay-prev,
.gk-photo-overlay-next {
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  cursor: pointer;
  display: block;
  left: 100px;
  height: 60px;
  margin-top: -30px;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 60px;
}
.gk-photo-overlay-prev:active,
.gk-photo-overlay-next:active,
.gk-photo-overlay-prev:focus,
.gk-photo-overlay-next:focus,
.gk-photo-overlay-prev:hover,
.gk-photo-overlay-next:hover {
  border-color: #d27244;
}
.gk-photo-overlay-prev.active {
  left: 50px;
  opacity: 1;
}
.gk-photo-overlay-next.active {
  opacity: 1;
  right: 50px;
}
.gk-photo-overlay-next {
  left: auto;
  right: 100px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.gk-photo-overlay::selection,
.gk-photo-overlay img::selection {
  background: transparent;
}
.gk-photo-overlay::-moz-selection,
.gk-photo-overlay img::-moz-selection {
  background: transparent;
}
.j4 .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.j4 .popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.j4 .popover .arrow::before,
.j4 .popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}
.j4 .popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}
.j4 .popover .arrow::after {
  content: "";
  border-width: 0.8rem;
  display: none;
}
.j4 .popover.bs-popover-top,
.j4 .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}
.j4 .popover.bs-popover-top .arrow,
.j4 .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.j4 .popover.bs-popover-top .arrow::before,
.j4 .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.j4 .popover.bs-popover-top .arrow::after,
.j4 .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}
.j4 .popover.bs-popover-top .arrow::before,
.j4 .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.j4 .popover.bs-popover-top .arrow::after,
.j4 .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc(0.2rem);
  margin-left: -0.8rem;
  border-top-color: #fff;
}
.j4 .popover.bs-popover-right,
.j4 .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}
.j4 .popover.bs-popover-right .arrow,
.j4 .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}
.j4 .popover.bs-popover-right .arrow::before,
.j4 .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.j4 .popover.bs-popover-right .arrow::after,
.j4 .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}
.j4 .popover.bs-popover-right .arrow::before,
.j4 .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.j4 .popover.bs-popover-right .arrow::after,
.j4 .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc(0.2rem);
  border-right-color: #fff;
}
.j4 .popover.bs-popover-bottom,
.j4 .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}
.j4 .popover.bs-popover-bottom .arrow,
.j4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.j4 .popover.bs-popover-bottom .arrow::before,
.j4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.j4 .popover.bs-popover-bottom .arrow::after,
.j4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}
.j4 .popover.bs-popover-bottom .arrow::before,
.j4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.j4 .popover.bs-popover-bottom .arrow::after,
.j4 .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc(0.2rem);
  border-bottom-color: #fff;
}
.j4 .popover.bs-popover-bottom .popover-header::before,
.j4 .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.j4 .popover.bs-popover-left,
.j4 .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}
.j4 .popover.bs-popover-left .arrow,
.j4 .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}
.j4 .popover.bs-popover-left .arrow::before,
.j4 .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.j4 .popover.bs-popover-left .arrow::after,
.j4 .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}
.j4 .popover.bs-popover-left .arrow::before,
.j4 .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.j4 .popover.bs-popover-left .arrow::after,
.j4 .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc(0.2rem);
  border-left-color: #fff;
}
.j4 .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(-0.7rem);
  border-top-right-radius: calc(-0.7rem);
}
.j4 .popover-header:empty {
  display: none;
}
.j4 .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
html:not(.j4) .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
html:not(.j4) .popover.top {
  margin-top: -10px;
}
html:not(.j4) .popover.right {
  margin-left: 10px;
}
html:not(.j4) .popover.bottom {
  margin-top: 10px;
}
html:not(.j4) .popover.left {
  margin-left: -10px;
}
html:not(.j4) .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
html:not(.j4) .popover-title:empty {
  display: none;
}
html:not(.j4) .popover-content {
  padding: 9px 14px;
}
html:not(.j4) .popover .arrow,
html:not(.j4) .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
html:not(.j4) .popover .arrow {
  border-width: 11px;
}
html:not(.j4) .popover .arrow:after {
  border-width: 10px;
  content: "";
}
html:not(.j4) .popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
html:not(.j4) .popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
html:not(.j4) .popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
html:not(.j4) .popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}
html:not(.j4) .popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
html:not(.j4) .popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
html:not(.j4) .popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
html:not(.j4) .popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}
/*
	Modules
 */
.moduletable,
.moduletable_menu {
  float: left;
  margin: 0 0 20px 0;
  padding: 0 25px;
  text-align: left;
  width: 100%;
}
div[data-mod-num="2"] .moduletable,
div[data-mod-num="2"] .moduletable_menu {
  width: 50%;
}
div[data-mod-num="2"] .moduletable:nth-child(2n+1),
div[data-mod-num="2"] .moduletable_menu:nth-child(2n+1) {
  clear: both;
}
div[data-mod-num="3"] .moduletable,
div[data-mod-num="3"] .moduletable_menu {
  width: 33.333333%;
}
div[data-mod-num="3"] .moduletable:nth-child(3n+1),
div[data-mod-num="3"] .moduletable_menu:nth-child(3n+1) {
  clear: both;
}
.moduletable > h3,
.moduletable_menu > h3 {
  margin: 0;
  text-align: left;
}
.moduletable > ul,
.moduletable_menu > ul,
.moduletable .tagssimilar > ul,
.moduletable_menu .tagssimilar > ul {
  font-size: 1.4rem;
  padding: 0;
  text-align: left;
}
.moduletable > ul li,
.moduletable_menu > ul li,
.moduletable .tagssimilar > ul li,
.moduletable_menu .tagssimilar > ul li {
  border-top: 1px solid #e5e5e5;
  list-style-type: none;
  padding: 5px 0;
}
.moduletable > ul li:first-child,
.moduletable_menu > ul li:first-child,
.moduletable .tagssimilar > ul li:first-child,
.moduletable_menu .tagssimilar > ul li:first-child {
  border-top: none;
}
/*
	Login
 */
.moduletable #login-form label {
  display: block;
  width: 100%;
}
.moduletable #login-form label[for="modlgn-remember"] {
  float: right;
  position: relative;
  top: -3px;
  width: auto;
}
.moduletable #login-form input {
  width: 100%;
}
.moduletable #login-form .controls > div {
  padding: 0 0 10px 0;
}
.moduletable #login-form #modlgn-remember {
  float: right;
  margin-top: 3px;
  width: auto;
}
.moduletable #login-form #form-login-remember {
  margin-top: 20px;
}
.moduletable #login-form #form-login-submit {
  top: -20px;
  position: relative;
}
.moduletable #login-form .userdata > ul {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}
.moduletable #login-form .userdata > ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0 5px;
}
/*
	Menu
 */
.moduletable .nav > li,
.moduletable_menu .nav > li {
  display: block;
}
.moduletable .nav > li ul,
.moduletable_menu .nav > li ul {
  border-top: 1px solid #e5e5e5;
  margin: 10px 0 0 20px;
  padding: 0;
}
.moduletable .nav li > a,
.moduletable_menu .nav li > a {
  display: block;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.moduletable .nav li:hover > a,
.moduletable_menu .nav li:hover > a {
  text-indent: 10px;
}
/*
	Smart search
 */
#mod-finder-searchform label {
  display: none;
}
#mod-finder-searchform #mod-finder-searchword {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  text-indent: 5px;
  line-height: 42px;
  width: 170px;
}
/*
	Stats module
 */
.stats-module dt {
  clear: both;
  float: left;
  margin: 0;
  padding: 0 5px 0 0;
}
/*
	Tags - popular
 */
.moduletable .tagspopular ul {
  margin: 20px 0 10px 0;
  padding: 0;
}
.moduletable .tagspopular ul li {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  display: inline-block;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 5px 3px;
  padding: 0 5px;
}
.moduletable .tagspopular ul li .tag-count {
  font-size: 1.2rem;
  padding: 0 2px;
}
/*
	Breadcrumb
 */
.breadcrumb {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 10px 0;
}
.breadcrumb > ul {
  border: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.breadcrumb > ul > li {
  display: inline-block;
}
.breadcrumb > ul > li:after {
  content: "/";
  padding: 0 5px;
}
.breadcrumb > ul > li:first-child:after,
.breadcrumb > ul > li:last-child:after {
  content: "";
  padding: 0;
}
/*
	Who's online & Latest users
*/
.moduletable .whosonline li,
.moduletable .latestusers li {
  border: none!important;
  display: inline-block;
  padding: 0 5px 0 0!important;
}
.moduletable .whosonline li:after,
.moduletable .latestusers li:after {
  content: ", ";
}
/*
	Other
*/
.moduletable .random-image {
  margin: 12px 0;
}
.moduletable .syndicate-module {
  display: block;
  margin-top: 12px;
}
.moduletable .syndicate-module > img {
  position: relative;
  top: 2px;
}
.moduletable .newsfeed {
  list-style-type: none;
  padding-left: 0;
}
.moduletable .newsfeed > li {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 20px 0;
}
.moduletable .newsfeed .feed-link {
  font-size: 1.8rem;
}
.moduletable .bannergroup {
  margin: 12px 0;
}
.moduletable .mod-siteground-map {
  margin-bottom: 0!important;
}
.moduletable .mod-siteground-social.inline {
  text-align: center;
}
.moduletable .mod-siteground-social.inline li {
  border: none!important;
  display: inline-block;
}
.moduletable .mod-siteground-social.inline li .hidden {
  display: block;
  text-indent: -9999px;
}
@media (max-width: 1599px) {
  .site {
    padding: 40px 10px;
  }
}
@media (max-width: 1040px) {
  .item__info {
    padding: 0 30px 0 48px;
  }
  .item__info:before {
    left: -5px;
  }
}
@media (max-width: 960px) {
  .item[data-cols="1"] {
    width: 100%;
  }
  .item[data-cols="2"],
  .item[data-cols="3"],
  .item[data-cols="4"],
  .item[data-cols="5"],
  .item[data-cols="6"],
  .item[data-cols="7"],
  .item[data-cols="8"] {
    width: 50%;
  }
}
@media (max-width: 720px) {
  .navigation {
    padding: 0 0 30px 0;
    position: relative;
    text-align: center;
  }
  .navigation.opened .nav {
    float: none;
    margin: 20px auto;
    position: static;
  }
  .navigation:before {
    border: 1px solid #777;
    border-radius: 2px;
    content: "≡ Menu";
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 16px;
  }
  body .navigation .nav {
    background: #fff;
    border: 1px solid #e5e5e5;
    left: -9999px;
    position: absolute;
    width: 300px;
  }
  body .navigation .nav li {
    border-top: 1px solid #e5e5e5;
    display: block!important;
    height: auto;
    min-height: 40px;
    line-height: 41px;
    text-align: center;
    width: 100%;
  }
  body .navigation .nav li.active > a {
    border-radius: 0;
    color: #fff !important;
  }
  body .navigation .nav li a {
    display: block!important;
    line-height: 39px!important;
    min-height: 40px;
    text-align: center;
    width: 100%;
  }
  body .navigation .nav-child,
  body .navigation .nav-child .nav-child {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: block;
    left: auto;
    margin: 0!important;
    padding: 0!important;
    opacity: 1!important;
    position: static!important;
    -webkit-transform: translateY(0px) scale(1) !important;
    -moz-transform: translateY(0px) scale(1) !important;
    -ms-transform: translateY(0px) scale(1) !important;
    -o-transform: translateY(0px) scale(1) !important;
    transform: translateY(0px) scale(1) !important;
    width: 100%!important;
  }
  body .navigation .nav-child > li,
  body .navigation .nav-child .nav-child > li {
    display: block;
    margin: 0;
  }
  body .navigation .nav-child > li > a,
  body .navigation .nav-child .nav-child > li > a {
    display: block;
    margin: 0;
    width: 100%!important;
  }
}
@media (max-width: 480px) {
  .navigation:before {
    font-size: 1.6rem;
  }
}
/* Fix for the mobile menu animation */
@media (min-width: 721px) {
  .navigation > .nav {
    height: auto!important;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2.0rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.3rem;
  }
  pre {
    font-size: 1.1rem;
    padding: 10px;
  }
  .item[data-cols="1"],
  .item[data-cols="2"],
  .item[data-cols="3"],
  .item[data-cols="4"],
  .item[data-cols="5"],
  .item[data-cols="6"],
  .item[data-cols="7"],
  .item[data-cols="8"] {
    width: 100%;
  }
  .header__search,
  .header__topmenu {
    display: none;
  }
  .pager > .previous,
  .pager > .next {
    position: absolute;
    top: 90px;
  }
  .post__header {
    font-size: 2.4rem;
    padding: 30px 20px 0 20px;
  }
  .post__info {
    padding: 0 10px 12px 10px;
  }
  .subpage.component,
  .subpage.archive,
  .subpage.login,
  .subpage.logout,
  .subpage.newsfeed,
  .subpage.newsfeeds,
  .subpage.search,
  .subpage.wrapper {
    padding: 20px 20px;
  }
  .post__content {
    padding: 0 20px;
  }
  .post__content blockquote {
    margin: 15px 0;
    padding: 10px 20px;
  }
  .social__buttons {
    margin: 20px 0;
  }
  .article-index {
    margin: 20px 0;
    width: 100%;
  }
  .contact__form_right,
  .tag_category__form_right,
  .newsfeed__form_right,
  .contact__form_left,
  .tag_category__form_left,
  .newsfeed__form_left,
  .search__input,
  .search__btn,
  .search__fieldset label,
  .filter-date > div > button,
  .contact_single__select_form,
  .contact_single__category,
  .contact_single__thumbnail {
    width: 100%;
  }
  .contact_single__thumbnail {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .contact_single__thumbnail > img {
    float: none;
  }
  .search__fieldset label {
    display: block;
  }
  .search__btn,
  .filter-date > div > button {
    margin-top: 10px;
  }
  .contact__header_title,
  .tag_category__header_title,
  .newsfeed__header_title {
    font-size: 1.6rem;
  }
  .component.blog-featured table,
  .component.blog-featured table td,
  .component.blog-featured table th,
  .component.blog-featured table tr,
  .component.blog-featured table thead,
  .component.blog-featured table tbody {
    display: block;
    width: 100%;
  }
}
