@charset "UTF-8";
/**

	- Skeletor [Main] -

	@style skeletor-main.css
	@author Sitefactory

*/
/* --------------------------
 *
 * Imports
 *
** ----------------------- */
/* Reset */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

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

/* Fonts */
/**

    - Skeletor [Fonts] -

    @style fonts.css
    @author Sitefactory

*/
/* --------------------------
 *
 * Fontello
 *
** ----------------------- */
@font-face {
  font-family: "skeletor-fontello";
  src: url("../fonts/fontello/fontello.eot?71317281");
  src: url("../fonts/fontello/fontello.eot?71317281#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?71317281") format("woff2"), url("../fonts/fontello/fontello.woff?71317281") format("woff"), url("../fonts/fontello/fontello.ttf?71317281") format("truetype"), url("../fonts/fontello/fontello.svg?71317281#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.svg?67839727#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before, [class^=icon-]:after, [class*=" icon-"]:after {
  font-family: "skeletor-fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-menu-after:after {
  content: "\e804";
} /* '' */
.icon-ccw-after:after {
  content: "\e80b";
} /* '' */
.icon-monitor:before {
  content: "\e80c";
  font-size: 1.2em;
} /* '' */
.icon-right-open-after:after {
  content: "\e801";
  font-size: 0.8em;
} /* '' */
.icon-basket-after:after {
  content: "\e860";
} /* '' */
.icon-mail-2:before {
  font-size: 0.75em;
  margin-right: 0.8em;
} /* '' */
.icon-home:before {
  content: "\e800";
} /* '' */
.icon-right-open:before {
  content: "\e801";
} /* '' */
.icon-cloud:before {
  content: "\e802";
} /* '' */
.icon-clock:before {
  content: "\e803";
} /* '' */
.icon-menu:before {
  content: "\e804";
} /* '' */
.icon-left-open:before {
  content: "\e805";
} /* '' */
.icon-up-open:before {
  content: "\e806";
} /* '' */
.icon-down-open:before {
  content: "\e807";
} /* '' */
.icon-plus:before {
  content: "\e808";
} /* '' */
.icon-minus:before {
  content: "\e809";
} /* '' */
.icon-back:before {
  content: "\e80a";
} /* '' */
.icon-ccw:before {
  content: "\e80b";
} /* '' */
.icon-monitor:before {
  content: "\e80c";
} /* '' */
.icon-attach:before {
  content: "\e80d";
} /* '' */
.icon-search:before {
  content: "\e80e";
} /* '' */
.icon-mail-1:before {
  content: "\e80f";
} /* '' */
.icon-mail-alt:before {
  content: "\e810";
} /* '' */
.icon-user:before {
  content: "\e811";
} /* '' */
.icon-ok:before {
  content: "\e812";
} /* '' */
.icon-ok-circled:before {
  content: "\e813";
} /* '' */
.icon-ok-squared:before {
  content: "\e814";
} /* '' */
.icon-cancel:before {
  content: "\e815";
} /* '' */
.icon-cancel-circled:before {
  content: "\e816";
} /* '' */
.icon-download:before {
  content: "\e817";
} /* '' */
.icon-upload:before {
  content: "\e818";
} /* '' */
.icon-download-cloud:before {
  content: "\e819";
} /* '' */
.icon-upload-cloud:before {
  content: "\e81a";
} /* '' */
.icon-share:before {
  content: "\e81b";
} /* '' */
.icon-share-squared:before {
  content: "\e81c";
} /* '' */
.icon-doc:before {
  content: "\e81d";
} /* '' */
.icon-phone:before {
  content: "\e81e";
} /* '' */
.icon-phone-squared:before {
  content: "\e81f";
} /* '' */
.icon-cog:before {
  content: "\e820";
} /* '' */
.icon-basket-2:before {
  content: "\e821";
} /* '' */
.icon-cart-plus:before {
  content: "\e822";
} /* '' */
.icon-cart-arrow-down:before {
  content: "\e823";
} /* '' */
.icon-login:before {
  content: "\e824";
} /* '' */
.icon-logout:before {
  content: "\e825";
} /* '' */
.icon-angle-left:before {
  content: "\e826";
} /* '' */
.icon-angle-right:before {
  content: "\e827";
} /* '' */
.icon-angle-up:before {
  content: "\e828";
} /* '' */
.icon-angle-down:before {
  content: "\e829";
} /* '' */
.icon-angle-double-left:before {
  content: "\e82a";
} /* '' */
.icon-angle-double-right:before {
  content: "\e82b";
} /* '' */
.icon-angle-double-up:before {
  content: "\e82c";
} /* '' */
.icon-angle-double-down:before {
  content: "\e82d";
} /* '' */
.icon-arrows-cw:before {
  content: "\e82e";
} /* '' */
.icon-globe-3:before {
  content: "\e82f";
} /* '' */
.icon-facebook:before {
  content: "\e830";
} /* '' */
.icon-facebook-squared:before {
  content: "\e831";
} /* '' */
.icon-facebook-official:before {
  content: "\e832";
} /* '' */
.icon-instagram:before {
  content: "\e833";
} /* '' */
.icon-linkedin-squared:before {
  content: "\e834";
} /* '' */
.icon-linkedin:before {
  content: "\e835";
} /* '' */
.icon-star:before {
  content: "\e836";
} /* '' */
.icon-vkontakte-1:before {
  content: "\e837";
} /* '' */
.icon-twitter-squared:before {
  content: "\e838";
} /* '' */
.icon-twitter:before {
  content: "\e839";
} /* '' */
.icon-youtube:before {
  content: "\e83a";
} /* '' */
.icon-youtube-squared:before {
  content: "\e83b";
} /* '' */
.icon-vcard:before {
  content: "\e83c";
} /* '' */
.icon-doc-text:before {
  content: "\e83d";
} /* '' */
.icon-newspaper:before {
  content: "\e83e";
} /* '' */
.icon-login-1:before {
  content: "\e83f";
} /* '' */
.icon-logout-1:before {
  content: "\e840";
} /* '' */
.icon-down-open-big:before {
  content: "\e841";
} /* '' */
.icon-left-open-big:before {
  content: "\e842";
} /* '' */
.icon-right-open-big:before {
  content: "\e843";
} /* '' */
.icon-up-open-big:before {
  content: "\e844";
} /* '' */
.icon-key:before {
  content: "\e845";
} /* '' */
.icon-twitter-circled:before {
  content: "\e846";
} /* '' */
.icon-facebook-circled:before {
  content: "\e847";
} /* '' */
.icon-cancel-1:before {
  content: "\e848";
} /* '' */
.icon-linkedin-circled:before {
  content: "\e849";
} /* '' */
.icon-instagram-1:before {
  content: "\e84a";
} /* '' */
.icon-lock:before {
  content: "\e84b";
} /* '' */
.icon-lock-open-alt:before {
  content: "\e84c";
} /* '' */
.icon-doc-1:before {
  content: "\e84d";
} /* '' */
.icon-clock-1:before {
  content: "\e84e";
} /* '' */
.icon-angle-circled-left:before {
  content: "\e84f";
} /* '' */
.icon-angle-circled-right:before {
  content: "\e850";
} /* '' */
.icon-angle-circled-up:before {
  content: "\e851";
} /* '' */
.icon-angle-circled-down:before {
  content: "\e852";
} /* '' */
.icon-pencil:before {
  content: "\e853";
} /* '' */
.icon-print:before {
  content: "\e854";
} /* '' */
.icon-trash:before {
  content: "\e855";
} /* '' */
.icon-folder-open:before {
  content: "\e856";
} /* '' */
.icon-location-alt:before {
  content: "\e857";
} /* '' */
.icon-clock-2:before {
  content: "\e858";
} /* '' */
.icon-zoom-in:before {
  content: "\e859";
} /* '' */
.icon-zoom-out:before {
  content: "\e85a";
} /* '' */
.icon-calendar:before {
  content: "\e85b";
} /* '' */
.icon-layout:before {
  content: "\e85c";
} /* '' */
.icon-menu-1:before {
  content: "\e85d";
} /* '' */
.icon-cancel-squared:before {
  content: "\e85e";
} /* '' */
.icon-cancel-circled-1:before {
  content: "\e85f";
} /* '' */
.icon-basket-1:before {
  content: "\e860";
} /* '' */
.icon-menu-2:before {
  content: "\e861";
} /* '' */
.icon-down-small:before {
  content: "\e862";
} /* '' */
.icon-left-small:before {
  content: "\e863";
} /* '' */
.icon-right-small:before {
  content: "\e864";
} /* '' */
.icon-up-small:before {
  content: "\e865";
} /* '' */
.icon-mail-2:before {
  content: "\e866";
} /* '' */
.icon-chat:before {
  content: "\e867";
} /* '' */
.icon-clock-alt:before {
  content: "\e868";
} /* '' */
.icon-location:before {
  content: "\e869";
} /* '' */
.icon-stop:before {
  content: "\e86a";
} /* '' */
.icon-heart:before {
  content: "\e86b";
} /* '' */
.icon-at-2:before {
  content: "\e86c";
} /* '' */
.icon-globe-2:before {
  content: "\e86d";
} /* '' */
.icon-swipe-left:before {
  content: "\e86e";
} /* '' */
.icon-swipe-left-1:before {
  content: "\e86f";
} /* '' */
.icon-language:before {
  content: "\e870";
} /* '' */
.icon-play-circle:before {
  content: "\e871";
} /* '' */
.icon-new-releases:before {
  content: "\e872";
} /* '' */
.icon-textsms:before {
  content: "\e873";
} /* '' */
.icon-tablet:before {
  content: "\e874";
} /* '' */
.icon-mobile:before {
  content: "\e875";
} /* '' */
.icon-message:before {
  content: "\e876";
} /* '' */
.icon-chart:before {
  content: "\e877";
} /* '' */
.icon-android:before {
  content: "\e878";
} /* '' */
.icon-mobile-2:before {
  content: "\e878";
} /* '' */
.icon-desktop:before {
  content: "\e879";
} /* '' */
.icon-post-office:before {
  content: "\e87a";
} /* '' */
.icon-phone-call:before {
  content: "\e87b";
} /* '' */
.icon-picture:before {
  content: "\e87c";
} /* '' */
.icon-tag:before {
  content: "\e87d";
} /* '' */
.icon-tags:before {
  content: "\e87e";
} /* '' */
.icon-tag-1:before {
  content: "\e87f";
} /* '' */
.icon-tag-2:before {
  content: "\e880";
} /* '' */
.icon-down-open-1:before {
  content: "\e881";
} /* '' */
.icon-left-open-1:before {
  content: "\e882";
} /* '' */
.icon-right-open-1:before {
  content: "\e883";
} /* '' */
.icon-up-open-1:before {
  content: "\e884";
} /* '' */
.icon-calendar-thin:before {
  content: "\e885";
} /* '' */
.icon-checkbox-thin:before {
  content: "\e886";
} /* '' */
.icon-search-thin:before {
  content: "\e887";
} /* '' */
.icon-menu-thin:before {
  content: "\e888";
} /* '' */
.icon-cancel-thin:before {
  content: "\e889";
} /* '' */
.icon-box-arrow-left:before {
  content: "\e88a";
} /* '' */
.icon-box-arrow-right:before {
  content: "\e88b";
} /* '' */
.icon-box-arrow-up:before {
  content: "\e88c";
} /* '' */
.icon-box-arrow-down:before {
  content: "\e88d";
} /* '' */
.icon-box-arrow-left-alt:before {
  content: "\e88e";
} /* '' */
.icon-box-arrow-right-alt:before {
  content: "\e88f";
} /* '' */
.icon-box-arrow-up-alt:before {
  content: "\e890";
} /* '' */
.icon-box-arrow-down-alt:before {
  content: "\e891";
} /* '' */
.icon-box-check:before {
  content: "\e892";
} /* '' */
.icon-box-plus:before {
  content: "\e893";
} /* '' */
.icon-box-minus:before {
  content: "\e894";
} /* '' */
.icon-box-cross:before {
  content: "\e895";
} /* '' */
.icon-document-flat:before {
  content: "\e896";
} /* '' */
.icon-comment-flat:before {
  content: "\e897";
} /* '' */
.icon-document-flat-lines:before {
  content: "\e898";
} /* '' */
.icon-basket:before {
  content: "\e899";
} /* '' */
.icon-basket-alt:before {
  content: "\e89a";
} /* '' */
.icon-globe-4:before {
  content: "\e89b";
} /* '' */
.icon-fire:before {
  content: "\e89c";
} /* '' */
.icon-location-1:before {
  content: "\e89d";
} /* '' */
.icon-comment-2:before {
  content: "\e89e";
} /* '' */
.icon-iphone:before {
  content: "\e89f";
} /* '' */
.icon-pin:before {
  content: "\e8a0";
} /* '' */
.icon-menu-3:before {
  content: "\e8a1";
} /* '' */
.icon-download-1:before {
  content: "\e8a2";
} /* '' */
.icon-minus-1:before {
  content: "\e8a3";
} /* '' */
.icon-check:before {
  content: "\e8a4";
} /* '' */
.icon-time:before {
  content: "\e8a5";
} /* '' */
.icon-heart-1:before {
  content: "\e8a6";
} /* '' */
.icon-calendar-1:before {
  content: "\e8a7";
} /* '' */
.icon-profile:before {
  content: "\e8a8";
} /* '' */
.icon-star2:before {
  content: "\e8a9";
} /* '' */
.icon-plus-1:before {
  content: "\e8aa";
} /* '' */
.icon-close:before {
  content: "\e8ab";
} /* '' */
.icon-settings:before {
  content: "\e8ac";
} /* '' */
.icon-down-open-2:before {
  content: "\f004";
} /* '' */
.icon-up-open-2:before {
  content: "\f005";
} /* '' */
.icon-right-open-2:before {
  content: "\f006";
} /* '' */
.icon-left-open-2:before {
  content: "\f007";
} /* '' */
.icon-globe-1:before {
  content: "\f018";
} /* '' */
.icon-globe:before {
  content: "\f019";
} /* '' */
.icon-attach-1:before {
  content: "\f06a";
} /* '' */
.icon-pinterest-circled:before {
  content: "\f0d2";
} /* '' */
.icon-pinterest-squared:before {
  content: "\f0d3";
} /* '' */
.icon-gplus-squared:before {
  content: "\f0d4";
} /* '' */
.icon-gplus:before {
  content: "\f0d5";
} /* '' */
.icon-doc-text-1:before {
  content: "\f0f6";
} /* '' */
.icon-circle-empty:before {
  content: "\f10c";
} /* '' */
.icon-circle:before {
  content: "\f111";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-vkontakte:before {
  content: "\f189";
} /* '' */
.icon-file-pdf:before {
  content: "\f1c1";
} /* '' */
.icon-circle-thin:before {
  content: "\f1db";
} /* '' */
.icon-slideshare:before {
  content: "\f1e7";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-get-pocket:before {
  content: "\f265";
} /* '' */
.icon-comment:before {
  content: "\f27a";
} /* '' */
.icon-comment-1:before {
  content: "\f27b";
} /* '' */
.icon-snapchat:before {
  content: "\f2ab";
} /* '' */
.icon-snapchat-ghost:before {
  content: "\f2ac";
} /* '' */
.icon-snapchat-square:before {
  content: "\f2ad";
} /* '' */
.icon-mail-open:before {
  content: "\f2b6";
} /* '' */
.icon-mail-open-1:before {
  content: "\f2b7";
} /* '' */
.icon-user-circled-1:before {
  content: "\f2bd";
} /* '' */
.icon-user-circled:before {
  content: "\f2be";
} /* '' */
.icon-blogger:before {
  content: "\f314";
} /* '' */
.icon-blogger-rect:before {
  content: "\f315";
} /* '' */
/* sass-variables */
/**

	- Skeletor [SASS Variables] -

	@style variables.scss
	@author Sitefactory 

*/
/* main variables */
/**

	@style _variables.scss
	@author Sitefactory 

*/
/* px -> em calculation, esim: em(17,14); */
/* Border radius, esim: @include border-radius(5px); */
/* box shadow, esim: @include box-shadow(3px, 3px, 10px, rgba(0,0,0,.5), inset); */
/* row px - wrapper padding (without gutter) */
/* row width in PX WITH gutter */
/* col width in PX (without gutter) */
/* col width in % (without gutter) */
/* gutter with in % */
/* Column width without gutter in %  == Column % - Gutter % */
/* NO-MARGIN */
/* col width in PX (without gutter) */
/* col width in % (without gutter) */
/* Base */
/**

	- Skeletor [Base] -

	@style base.scss
	@author Sitefactory

*/
* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  min-width: 320px;
  color: #333;
  font-size: 0.875em;
  line-height: 1.3;
  font-weight: 400;
}

p {
  margin: 0 0 1em 0;
}

a {
  text-decoration: none;
}

/* --------------------------
 *
 * Wrapper
 *
** ----------------------- */
.wrapper {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1420px;
  width: 100%;
}

/* --------------------------
 *
 * Images, object, video
 *
 * ----------------------- */
img,
video {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[width],
img[height],
video[width],
video[height] {
  max-width: 100%;
}

img[align=right] {
  margin-bottom: 1em;
  margin-left: 1em;
}

img[align=left] {
  margin-bottom: 1em;
  margin-right: 1em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* --------------------------
 *
 * Form data; Inputs, selects, tables
 *
** ----------------------- */
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
textarea {
  background: white;
  outline: none;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

select:focus,
select {
  outline: none;
}

/* --------------------------
 *
 * Buttons
 *
 * ----------------------- */
input[type=submit], input[type=button],
button, .button, .btn, .link-button {
  border: 0;
  box-shadow: none;
  display: inline-block;
  padding: 0.5em 0.75em;
  line-height: 1em;
  text-shadow: none;
  outline: 0;
  cursor: pointer;
}

input[type=submit][disabled], input[type=button][disabled],
button[disabled], .button[disabled], .btn[disabled], .link-button[disabled] {
  opacity: 0.5;
}

/* --------------------------
 *
 * Navs
 *
 * ----------------------- */
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.horizontal li {
  display: inline-block;
  margin-right: 1em;
  *display: inline;
  *zoom: 1;
}

.horizontal.text-right li {
  margin-left: 1em;
  margin-right: 0;
}

.vertical li,
.vertical li a {
  display: block;
}

/* --------------------------
 *
 * Clearfix
 *
** ----------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------
 *
 * Other
 *
** ----------------------- */
.email-verification {
  display: none;
}

.word-wrap {
  word-wrap: break-word;
}

.hide, .hidden, .display-none {
  display: none !important;
}

.show, .display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.margin-bottom {
  margin-bottom: 20px;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

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

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

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.lightbox {
  outline: none;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

/* Skeletor grid */
/**

	- Skeletor [Grid] -

	@style skeletor.scss
	@author Sitefactory

*/
.row {
  margin: 0 0 0 -1.4492753623%;
  width: 101.4492753623%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.from-320, .from-xs {
  display: block;
}

.from-480, .from-s,
.from-768, .from-m,
.from-1024, .from-l,
.from-1220, .from-xl,
.from-1340, .from-mxl,
.from-xxl {
  display: none;
}

/* no-margin-bottom */
.row.no-margin-bottom > [class*=col-] {
  margin-bottom: 0 !important;
}

/* No margin */
.row.no-margin {
  margin-left: 0;
  width: 100%;
}

/* No margin col- */
.row.no-margin > [class*=col-] {
  margin-left: 0;
}

/* init all col- to 100% width without margin */
.row.no-margin > [class*=col-] {
  margin-left: 0;
  margin-bottom: 20px;
  min-height: 1px;
  width: 100%;
}

/* No margin col-xs- widths */
.row.no-margin > .col-xs-1 {
  width: 4.1666666667%;
}

.row.no-margin > .col-xs-2 {
  width: 8.3333333333%;
}

.row.no-margin > .col-xs-3 {
  width: 12.5%;
}

.row.no-margin > .col-xs-4 {
  width: 16.6666666667%;
}

.row.no-margin > .col-xs-5 {
  width: 20.8333333333%;
}

.row.no-margin > .col-xs-6 {
  width: 25%;
}

.row.no-margin > .col-xs-7 {
  width: 29.1666666667%;
}

.row.no-margin > .col-xs-8 {
  width: 33.3333333333%;
}

.row.no-margin > .col-xs-9 {
  width: 37.5%;
}

.row.no-margin > .col-xs-10 {
  width: 41.6666666667%;
}

.row.no-margin > .col-xs-11 {
  width: 45.8333333333%;
}

.row.no-margin > .col-xs-12 {
  width: 50%;
}

.row.no-margin > .col-xs-13 {
  width: 54.1666666667%;
}

.row.no-margin > .col-xs-14 {
  width: 58.3333333333%;
}

.row.no-margin > .col-xs-15 {
  width: 62.5%;
}

.row.no-margin > .col-xs-16 {
  width: 66.6666666667%;
}

.row.no-margin > .col-xs-17 {
  width: 70.8333333333%;
}

.row.no-margin > .col-xs-18 {
  width: 75%;
}

.row.no-margin > .col-xs-19 {
  width: 79.1666666667%;
}

.row.no-margin > .col-xs-20 {
  width: 83.3333333333%;
}

.row.no-margin > .col-xs-21 {
  width: 87.5%;
}

.row.no-margin > .col-xs-22 {
  width: 91.6666666667%;
}

.row.no-margin > .col-xs-23 {
  width: 95.8333333333%;
}

.row.no-margin > .col-xs-24 {
  width: 100%;
}

/* Padding gutter */
.row.no-margin.padding-gutter {
  margin: 0 -10px 0 -10px;
  width: auto !important;
}

.row.no-margin.padding-gutter > [class*=col-] {
  padding: 0 10px;
  margin-bottom: 20px;
  margin-left: 0;
}

/* column floating - xs */
.row > [class*=col-].xs-right {
  float: right;
}

/* init all col- to 100% width with margin */
.row > [class*=col-] {
  float: left;
  margin-left: 1.4492753623%;
  margin-bottom: 20px;
  min-height: 1px;
  width: 98.5507246377%;
}

/* col-xs- widths */
.row > .col-xs-1 {
  width: 2.7173913043%;
}

.row > .col-xs-2 {
  width: 6.884057971%;
}

.row > .col-xs-3 {
  width: 11.0507246377%;
}

.row > .col-xs-4 {
  width: 15.2173913043%;
}

.row > .col-xs-5 {
  width: 19.384057971%;
}

.row > .col-xs-6 {
  width: 23.5507246377%;
}

.row > .col-xs-7 {
  width: 27.7173913043%;
}

.row > .col-xs-8 {
  width: 31.884057971%;
}

.row > .col-xs-9 {
  width: 36.0507246377%;
}

.row > .col-xs-10 {
  width: 40.2173913043%;
}

.row > .col-xs-11 {
  width: 44.384057971%;
}

.row > .col-xs-12 {
  width: 48.5507246377%;
}

.row > .col-xs-13 {
  width: 52.7173913043%;
}

.row > .col-xs-14 {
  width: 56.884057971%;
}

.row > .col-xs-15 {
  width: 61.0507246377%;
}

.row > .col-xs-16 {
  width: 65.2173913043%;
}

.row > .col-xs-17 {
  width: 69.384057971%;
}

.row > .col-xs-18 {
  width: 73.5507246377%;
}

.row > .col-xs-19 {
  width: 77.7173913043%;
}

.row > .col-xs-20 {
  width: 81.884057971%;
}

.row > .col-xs-21 {
  width: 86.0507246377%;
}

.row > .col-xs-22 {
  width: 90.2173913043%;
}

.row > .col-xs-23 {
  width: 94.384057971%;
}

.row > .col-xs-24 {
  width: 98.5507246377%;
}

@media only all and (min-width: 480px) {
  /* Small breakpoint visibility */
  .from-480, .from-s {
    display: block;
  }
  .to-480, .to-s {
    display: none !important;
  }
  /* col-s- widths */
  .row > .col-s-1 {
    width: 2.7173913043%;
  }
  .row > .col-s-2 {
    width: 6.884057971%;
  }
  .row > .col-s-3 {
    width: 11.0507246377%;
  }
  .row > .col-s-4 {
    width: 15.2173913043%;
  }
  .row > .col-s-5 {
    width: 19.384057971%;
  }
  .row > .col-s-6 {
    width: 23.5507246377%;
  }
  .row > .col-s-7 {
    width: 27.7173913043%;
  }
  .row > .col-s-8 {
    width: 31.884057971%;
  }
  .row > .col-s-9 {
    width: 36.0507246377%;
  }
  .row > .col-s-10 {
    width: 40.2173913043%;
  }
  .row > .col-s-11 {
    width: 44.384057971%;
  }
  .row > .col-s-12 {
    width: 48.5507246377%;
  }
  .row > .col-s-13 {
    width: 52.7173913043%;
  }
  .row > .col-s-14 {
    width: 56.884057971%;
  }
  .row > .col-s-15 {
    width: 61.0507246377%;
  }
  .row > .col-s-16 {
    width: 65.2173913043%;
  }
  .row > .col-s-17 {
    width: 69.384057971%;
  }
  .row > .col-s-18 {
    width: 73.5507246377%;
  }
  .row > .col-s-19 {
    width: 77.7173913043%;
  }
  .row > .col-s-20 {
    width: 81.884057971%;
  }
  .row > .col-s-21 {
    width: 86.0507246377%;
  }
  .row > .col-s-22 {
    width: 90.2173913043%;
  }
  .row > .col-s-23 {
    width: 94.384057971%;
  }
  .row > .col-s-24 {
    width: 98.5507246377%;
  }
  /* column floating - s */
  .row > [class*=col-].s-right {
    float: right;
  }
  /* No margin col-s- widths */
  .row.no-margin > .col-s-1 {
    width: 4.1666666667%;
  }
  .row.no-margin > .col-s-2 {
    width: 8.3333333333%;
  }
  .row.no-margin > .col-s-3 {
    width: 12.5%;
  }
  .row.no-margin > .col-s-4 {
    width: 16.6666666667%;
  }
  .row.no-margin > .col-s-5 {
    width: 20.8333333333%;
  }
  .row.no-margin > .col-s-6 {
    width: 25%;
  }
  .row.no-margin > .col-s-7 {
    width: 29.1666666667%;
  }
  .row.no-margin > .col-s-8 {
    width: 33.3333333333%;
  }
  .row.no-margin > .col-s-9 {
    width: 37.5%;
  }
  .row.no-margin > .col-s-10 {
    width: 41.6666666667%;
  }
  .row.no-margin > .col-s-11 {
    width: 45.8333333333%;
  }
  .row.no-margin > .col-s-12 {
    width: 50%;
  }
  .row.no-margin > .col-s-13 {
    width: 54.1666666667%;
  }
  .row.no-margin > .col-s-14 {
    width: 58.3333333333%;
  }
  .row.no-margin > .col-s-15 {
    width: 62.5%;
  }
  .row.no-margin > .col-s-16 {
    width: 66.6666666667%;
  }
  .row.no-margin > .col-s-17 {
    width: 70.8333333333%;
  }
  .row.no-margin > .col-s-18 {
    width: 75%;
  }
  .row.no-margin > .col-s-19 {
    width: 79.1666666667%;
  }
  .row.no-margin > .col-s-20 {
    width: 83.3333333333%;
  }
  .row.no-margin > .col-s-21 {
    width: 87.5%;
  }
  .row.no-margin > .col-s-22 {
    width: 91.6666666667%;
  }
  .row.no-margin > .col-s-23 {
    width: 95.8333333333%;
  }
  .row.no-margin > .col-s-24 {
    width: 100%;
  }
}
@media only all and (min-width: 768px) {
  /* Medium breakpoint visibility */
  .from-768, .from-m {
    display: block;
  }
  .to-768, .to-m {
    display: none !important;
  }
  /* normal column widths */
  .row > .col-1 {
    width: 2.7173913043%;
  }
  .row > .col-2 {
    width: 6.884057971%;
  }
  .row > .col-3 {
    width: 11.0507246377%;
  }
  .row > .col-4 {
    width: 15.2173913043%;
  }
  .row > .col-5 {
    width: 19.384057971%;
  }
  .row > .col-6 {
    width: 23.5507246377%;
  }
  .row > .col-7 {
    width: 27.7173913043%;
  }
  .row > .col-8 {
    width: 31.884057971%;
  }
  .row > .col-9 {
    width: 36.0507246377%;
  }
  .row > .col-10 {
    width: 40.2173913043%;
  }
  .row > .col-11 {
    width: 44.384057971%;
  }
  .row > .col-12 {
    width: 48.5507246377%;
  }
  .row > .col-13 {
    width: 52.7173913043%;
  }
  .row > .col-14 {
    width: 56.884057971%;
  }
  .row > .col-15 {
    width: 61.0507246377%;
  }
  .row > .col-16 {
    width: 65.2173913043%;
  }
  .row > .col-17 {
    width: 69.384057971%;
  }
  .row > .col-18 {
    width: 73.5507246377%;
  }
  .row > .col-19 {
    width: 77.7173913043%;
  }
  .row > .col-20 {
    width: 81.884057971%;
  }
  .row > .col-21 {
    width: 86.0507246377%;
  }
  .row > .col-22 {
    width: 90.2173913043%;
  }
  .row > .col-23 {
    width: 94.384057971%;
  }
  .row > .col-24 {
    width: 98.5507246377%;
  }
  .row.no-margin > .col-1 {
    width: 4.1666666667%;
  }
  .row.no-margin > .col-2 {
    width: 8.3333333333%;
  }
  .row.no-margin > .col-3 {
    width: 12.5%;
  }
  .row.no-margin > .col-4 {
    width: 16.6666666667%;
  }
  .row.no-margin > .col-5 {
    width: 20.8333333333%;
  }
  .row.no-margin > .col-6 {
    width: 25%;
  }
  .row.no-margin > .col-7 {
    width: 29.1666666667%;
  }
  .row.no-margin > .col-8 {
    width: 33.3333333333%;
  }
  .row.no-margin > .col-9 {
    width: 37.5%;
  }
  .row.no-margin > .col-10 {
    width: 41.6666666667%;
  }
  .row.no-margin > .col-11 {
    width: 45.8333333333%;
  }
  .row.no-margin > .col-12 {
    width: 50%;
  }
  .row.no-margin > .col-13 {
    width: 54.1666666667%;
  }
  .row.no-margin > .col-14 {
    width: 58.3333333333%;
  }
  .row.no-margin > .col-15 {
    width: 62.5%;
  }
  .row.no-margin > .col-16 {
    width: 66.6666666667%;
  }
  .row.no-margin > .col-17 {
    width: 70.8333333333%;
  }
  .row.no-margin > .col-18 {
    width: 75%;
  }
  .row.no-margin > .col-19 {
    width: 79.1666666667%;
  }
  .row.no-margin > .col-20 {
    width: 83.3333333333%;
  }
  .row.no-margin > .col-21 {
    width: 87.5%;
  }
  .row.no-margin > .col-22 {
    width: 91.6666666667%;
  }
  .row.no-margin > .col-23 {
    width: 95.8333333333%;
  }
  .row.no-margin > .col-24 {
    width: 100%;
  }
  /* col-m- widths */
  .row > .col-m-1 {
    width: 2.7173913043%;
  }
  .row > .col-m-2 {
    width: 6.884057971%;
  }
  .row > .col-m-3 {
    width: 11.0507246377%;
  }
  .row > .col-m-4 {
    width: 15.2173913043%;
  }
  .row > .col-m-5 {
    width: 19.384057971%;
  }
  .row > .col-m-6 {
    width: 23.5507246377%;
  }
  .row > .col-m-7 {
    width: 27.7173913043%;
  }
  .row > .col-m-8 {
    width: 31.884057971%;
  }
  .row > .col-m-9 {
    width: 36.0507246377%;
  }
  .row > .col-m-10 {
    width: 40.2173913043%;
  }
  .row > .col-m-11 {
    width: 44.384057971%;
  }
  .row > .col-m-12 {
    width: 48.5507246377%;
  }
  .row > .col-m-13 {
    width: 52.7173913043%;
  }
  .row > .col-m-14 {
    width: 56.884057971%;
  }
  .row > .col-m-15 {
    width: 61.0507246377%;
  }
  .row > .col-m-16 {
    width: 65.2173913043%;
  }
  .row > .col-m-17 {
    width: 69.384057971%;
  }
  .row > .col-m-18 {
    width: 73.5507246377%;
  }
  .row > .col-m-19 {
    width: 77.7173913043%;
  }
  .row > .col-m-20 {
    width: 81.884057971%;
  }
  .row > .col-m-21 {
    width: 86.0507246377%;
  }
  .row > .col-m-22 {
    width: 90.2173913043%;
  }
  .row > .col-m-23 {
    width: 94.384057971%;
  }
  .row > .col-m-24 {
    width: 98.5507246377%;
  }
  /* column floating m */
  .row [class*=col-].m-right {
    float: right;
  }
  /* No margin col-m- widths */
  .row.no-margin > .col-m-1 {
    width: 4.1666666667%;
  }
  .row.no-margin > .col-m-2 {
    width: 8.3333333333%;
  }
  .row.no-margin > .col-m-3 {
    width: 12.5%;
  }
  .row.no-margin > .col-m-4 {
    width: 16.6666666667%;
  }
  .row.no-margin > .col-m-5 {
    width: 20.8333333333%;
  }
  .row.no-margin > .col-m-6 {
    width: 25%;
  }
  .row.no-margin > .col-m-7 {
    width: 29.1666666667%;
  }
  .row.no-margin > .col-m-8 {
    width: 33.3333333333%;
  }
  .row.no-margin > .col-m-9 {
    width: 37.5%;
  }
  .row.no-margin > .col-m-10 {
    width: 41.6666666667%;
  }
  .row.no-margin > .col-m-11 {
    width: 45.8333333333%;
  }
  .row.no-margin > .col-m-12 {
    width: 50%;
  }
  .row.no-margin > .col-m-13 {
    width: 54.1666666667%;
  }
  .row.no-margin > .col-m-14 {
    width: 58.3333333333%;
  }
  .row.no-margin > .col-m-15 {
    width: 62.5%;
  }
  .row.no-margin > .col-m-16 {
    width: 66.6666666667%;
  }
  .row.no-margin > .col-m-17 {
    width: 70.8333333333%;
  }
  .row.no-margin > .col-m-18 {
    width: 75%;
  }
  .row.no-margin > .col-m-19 {
    width: 79.1666666667%;
  }
  .row.no-margin > .col-m-20 {
    width: 83.3333333333%;
  }
  .row.no-margin > .col-m-21 {
    width: 87.5%;
  }
  .row.no-margin > .col-m-22 {
    width: 91.6666666667%;
  }
  .row.no-margin > .col-m-23 {
    width: 95.8333333333%;
  }
  .row.no-margin > .col-m-24 {
    width: 100%;
  }
}
@media only all and (min-width: 1024px) {
  /* Large gutters */
  .row.no-margin.padding-gutter.double-gutter {
    margin: 0 -20px 0 -20px;
  }
  .row.no-margin.padding-gutter.double-gutter > [class*=col-] {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .row.no-margin.padding-gutter.gutter-30 {
    margin: 0 -15px 0 -15px;
  }
  .row.no-margin.padding-gutter.gutter-30 > [class*=col-] {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .row.no-margin.padding-gutter.gutter-50 {
    margin: 0 -25px 0 -25px;
  }
  .row.no-margin.padding-gutter.gutter-50 > [class*=col-] {
    padding: 0 25px;
    margin-bottom: 50px;
  }
  .row.no-margin.padding-gutter.gutter-70 {
    margin: 0 -35px 0 -35px;
  }
  .row.no-margin.padding-gutter.gutter-70 > [class*=col-] {
    padding: 0 35px;
    margin-bottom: 70px;
  }
  .row.no-margin.padding-gutter.gutter-100 {
    margin: 0 -50px 0 -50px;
  }
  .row.no-margin.padding-gutter.gutter-100 > [class*=col-] {
    padding: 0 50px;
    margin-bottom: 100px;
  }
  /* Large breakpoint visibility */
  .from-1024, .from-l {
    display: block;
  }
  .to-1024, .to-l {
    display: none !important;
  }
  /* col-l- widths */
  .row > .col-l-1 {
    width: 2.7173913043%;
  }
  .row > .col-l-2 {
    width: 6.884057971%;
  }
  .row > .col-l-3 {
    width: 11.0507246377%;
  }
  .row > .col-l-4 {
    width: 15.2173913043%;
  }
  .row > .col-l-5 {
    width: 19.384057971%;
  }
  .row > .col-l-6 {
    width: 23.5507246377%;
  }
  .row > .col-l-7 {
    width: 27.7173913043%;
  }
  .row > .col-l-8 {
    width: 31.884057971%;
  }
  .row > .col-l-9 {
    width: 36.0507246377%;
  }
  .row > .col-l-10 {
    width: 40.2173913043%;
  }
  .row > .col-l-11 {
    width: 44.384057971%;
  }
  .row > .col-l-12 {
    width: 48.5507246377%;
  }
  .row > .col-l-13 {
    width: 52.7173913043%;
  }
  .row > .col-l-14 {
    width: 56.884057971%;
  }
  .row > .col-l-15 {
    width: 61.0507246377%;
  }
  .row > .col-l-16 {
    width: 65.2173913043%;
  }
  .row > .col-l-17 {
    width: 69.384057971%;
  }
  .row > .col-l-18 {
    width: 73.5507246377%;
  }
  .row > .col-l-19 {
    width: 77.7173913043%;
  }
  .row > .col-l-20 {
    width: 81.884057971%;
  }
  .row > .col-l-21 {
    width: 86.0507246377%;
  }
  .row > .col-l-22 {
    width: 90.2173913043%;
  }
  .row > .col-l-23 {
    width: 94.384057971%;
  }
  .row > .col-l-24 {
    width: 98.5507246377%;
  }
  /* column floating - l */
  .row [class*=col-].l-right {
    float: right;
  }
  /* No margin col-l- widths */
  .row.no-margin > .col-l-1 {
    width: 4.1666666667%;
  }
  .row.no-margin > .col-l-2 {
    width: 8.3333333333%;
  }
  .row.no-margin > .col-l-3 {
    width: 12.5%;
  }
  .row.no-margin > .col-l-4 {
    width: 16.6666666667%;
  }
  .row.no-margin > .col-l-5 {
    width: 20.8333333333%;
  }
  .row.no-margin > .col-l-6 {
    width: 25%;
  }
  .row.no-margin > .col-l-7 {
    width: 29.1666666667%;
  }
  .row.no-margin > .col-l-8 {
    width: 33.3333333333%;
  }
  .row.no-margin > .col-l-9 {
    width: 37.5%;
  }
  .row.no-margin > .col-l-10 {
    width: 41.6666666667%;
  }
  .row.no-margin > .col-l-11 {
    width: 45.8333333333%;
  }
  .row.no-margin > .col-l-12 {
    width: 50%;
  }
  .row.no-margin > .col-l-13 {
    width: 54.1666666667%;
  }
  .row.no-margin > .col-l-14 {
    width: 58.3333333333%;
  }
  .row.no-margin > .col-l-15 {
    width: 62.5%;
  }
  .row.no-margin > .col-l-16 {
    width: 66.6666666667%;
  }
  .row.no-margin > .col-l-17 {
    width: 70.8333333333%;
  }
  .row.no-margin > .col-l-18 {
    width: 75%;
  }
  .row.no-margin > .col-l-19 {
    width: 79.1666666667%;
  }
  .row.no-margin > .col-l-20 {
    width: 83.3333333333%;
  }
  .row.no-margin > .col-l-21 {
    width: 87.5%;
  }
  .row.no-margin > .col-l-22 {
    width: 91.6666666667%;
  }
  .row.no-margin > .col-l-23 {
    width: 95.8333333333%;
  }
  .row.no-margin > .col-l-24 {
    width: 100%;
  }
}
@media only all and (min-width: 1220px) {
  .from-1220, .from-xl {
    display: block;
  }
  .to-1220, .to-xl {
    display: none !important;
  }
  /* col-xl- widths*/
  .row > .col-xl-1 {
    width: 2.7173913043%;
  }
  .row > .col-xl-2 {
    width: 6.884057971%;
  }
  .row > .col-xl-3 {
    width: 11.0507246377%;
  }
  .row > .col-xl-4 {
    width: 15.2173913043%;
  }
  .row > .col-xl-5 {
    width: 19.384057971%;
  }
  .row > .col-xl-6 {
    width: 23.5507246377%;
  }
  .row > .col-xl-7 {
    width: 27.7173913043%;
  }
  .row > .col-xl-8 {
    width: 31.884057971%;
  }
  .row > .col-xl-9 {
    width: 36.0507246377%;
  }
  .row > .col-xl-10 {
    width: 40.2173913043%;
  }
  .row > .col-xl-11 {
    width: 44.384057971%;
  }
  .row > .col-xl-12 {
    width: 48.5507246377%;
  }
  .row > .col-xl-13 {
    width: 52.7173913043%;
  }
  .row > .col-xl-14 {
    width: 56.884057971%;
  }
  .row > .col-xl-15 {
    width: 61.0507246377%;
  }
  .row > .col-xl-16 {
    width: 65.2173913043%;
  }
  .row > .col-xl-17 {
    width: 69.384057971%;
  }
  .row > .col-xl-18 {
    width: 73.5507246377%;
  }
  .row > .col-xl-19 {
    width: 77.7173913043%;
  }
  .row > .col-xl-20 {
    width: 81.884057971%;
  }
  .row > .col-xl-21 {
    width: 86.0507246377%;
  }
  .row > .col-xl-22 {
    width: 90.2173913043%;
  }
  .row > .col-xl-23 {
    width: 94.384057971%;
  }
  .row > .col-xl-24 {
    width: 98.5507246377%;
  }
  /* column floating - xl */
  .row [class*=col-].xl-right {
    float: right;
  }
  /* No margin col-xl- widths */
  .row.no-margin > .col-xl-1 {
    width: 4.1666666667%;
  }
  .row.no-margin > .col-xl-2 {
    width: 8.3333333333%;
  }
  .row.no-margin > .col-xl-3 {
    width: 12.5%;
  }
  .row.no-margin > .col-xl-4 {
    width: 16.6666666667%;
  }
  .row.no-margin > .col-xl-5 {
    width: 20.8333333333%;
  }
  .row.no-margin > .col-xl-6 {
    width: 25%;
  }
  .row.no-margin > .col-xl-7 {
    width: 29.1666666667%;
  }
  .row.no-margin > .col-xl-8 {
    width: 33.3333333333%;
  }
  .row.no-margin > .col-xl-9 {
    width: 37.5%;
  }
  .row.no-margin > .col-xl-10 {
    width: 41.6666666667%;
  }
  .row.no-margin > .col-xl-11 {
    width: 45.8333333333%;
  }
  .row.no-margin > .col-xl-12 {
    width: 50%;
  }
  .row.no-margin > .col-xl-13 {
    width: 54.1666666667%;
  }
  .row.no-margin > .col-xl-14 {
    width: 58.3333333333%;
  }
  .row.no-margin > .col-xl-15 {
    width: 62.5%;
  }
  .row.no-margin > .col-xl-16 {
    width: 66.6666666667%;
  }
  .row.no-margin > .col-xl-17 {
    width: 70.8333333333%;
  }
  .row.no-margin > .col-xl-18 {
    width: 75%;
  }
  .row.no-margin > .col-xl-19 {
    width: 79.1666666667%;
  }
  .row.no-margin > .col-xl-20 {
    width: 83.3333333333%;
  }
  .row.no-margin > .col-xl-21 {
    width: 87.5%;
  }
  .row.no-margin > .col-xl-22 {
    width: 91.6666666667%;
  }
  .row.no-margin > .col-xl-23 {
    width: 95.8333333333%;
  }
  .row.no-margin > .col-xl-24 {
    width: 100%;
  }
}
@media only all and (min-width: 1366px) {
  .from-1340, .from-mxl {
    display: block;
  }
  .to-1340, .to-mxl {
    display: none !important;
  }
  /* col-mxl- widths*/
  .row > .col-mxl-1 {
    width: 2.7173913043%;
  }
  .row > .col-mxl-2 {
    width: 6.884057971%;
  }
  .row > .col-mxl-3 {
    width: 11.0507246377%;
  }
  .row > .col-mxl-4 {
    width: 15.2173913043%;
  }
  .row > .col-mxl-5 {
    width: 19.384057971%;
  }
  .row > .col-mxl-6 {
    width: 23.5507246377%;
  }
  .row > .col-mxl-7 {
    width: 27.7173913043%;
  }
  .row > .col-mxl-8 {
    width: 31.884057971%;
  }
  .row > .col-mxl-9 {
    width: 36.0507246377%;
  }
  .row > .col-mxl-10 {
    width: 40.2173913043%;
  }
  .row > .col-mxl-11 {
    width: 44.384057971%;
  }
  .row > .col-mxl-12 {
    width: 48.5507246377%;
  }
  .row > .col-mxl-13 {
    width: 52.7173913043%;
  }
  .row > .col-mxl-14 {
    width: 56.884057971%;
  }
  .row > .col-mxl-15 {
    width: 61.0507246377%;
  }
  .row > .col-mxl-16 {
    width: 65.2173913043%;
  }
  .row > .col-mxl-17 {
    width: 69.384057971%;
  }
  .row > .col-mxl-18 {
    width: 73.5507246377%;
  }
  .row > .col-mxl-19 {
    width: 77.7173913043%;
  }
  .row > .col-mxl-20 {
    width: 81.884057971%;
  }
  .row > .col-mxl-21 {
    width: 86.0507246377%;
  }
  .row > .col-mxl-22 {
    width: 90.2173913043%;
  }
  .row > .col-mxl-23 {
    width: 94.384057971%;
  }
  .row > .col-mxl-24 {
    width: 98.5507246377%;
  }
  /* column floating - mxl */
  .row [class*=col-].mxl-right {
    float: right;
  }
  /* No margin col-mxl- widths */
  .row.no-margin > .col-mxl-1 {
    width: 4.1666666667%;
  }
  .row.no-margin > .col-mxl-2 {
    width: 8.3333333333%;
  }
  .row.no-margin > .col-mxl-3 {
    width: 12.5%;
  }
  .row.no-margin > .col-mxl-4 {
    width: 16.6666666667%;
  }
  .row.no-margin > .col-mxl-5 {
    width: 20.8333333333%;
  }
  .row.no-margin > .col-mxl-6 {
    width: 25%;
  }
  .row.no-margin > .col-mxl-7 {
    width: 29.1666666667%;
  }
  .row.no-margin > .col-mxl-8 {
    width: 33.3333333333%;
  }
  .row.no-margin > .col-mxl-9 {
    width: 37.5%;
  }
  .row.no-margin > .col-mxl-10 {
    width: 41.6666666667%;
  }
  .row.no-margin > .col-mxl-11 {
    width: 45.8333333333%;
  }
  .row.no-margin > .col-mxl-12 {
    width: 50%;
  }
  .row.no-margin > .col-mxl-13 {
    width: 54.1666666667%;
  }
  .row.no-margin > .col-mxl-14 {
    width: 58.3333333333%;
  }
  .row.no-margin > .col-mxl-15 {
    width: 62.5%;
  }
  .row.no-margin > .col-mxl-16 {
    width: 66.6666666667%;
  }
  .row.no-margin > .col-mxl-17 {
    width: 70.8333333333%;
  }
  .row.no-margin > .col-mxl-18 {
    width: 75%;
  }
  .row.no-margin > .col-mxl-19 {
    width: 79.1666666667%;
  }
  .row.no-margin > .col-mxl-20 {
    width: 83.3333333333%;
  }
  .row.no-margin > .col-mxl-21 {
    width: 87.5%;
  }
  .row.no-margin > .col-mxl-22 {
    width: 91.6666666667%;
  }
  .row.no-margin > .col-mxl-23 {
    width: 95.8333333333%;
  }
  .row.no-margin > .col-mxl-24 {
    width: 100%;
  }
}
@media only all and (min-width: 1600px) {
  .from-xxl {
    display: block;
  }
  .to-xxl {
    display: none !important;
  }
  /* col-xxl- widths*/
  .row > .col-xxl-1 {
    width: 2.7173913043%;
  }
  .row > .col-xxl-2 {
    width: 6.884057971%;
  }
  .row > .col-xxl-3 {
    width: 11.0507246377%;
  }
  .row > .col-xxl-4 {
    width: 15.2173913043%;
  }
  .row > .col-xxl-5 {
    width: 19.384057971%;
  }
  .row > .col-xxl-6 {
    width: 23.5507246377%;
  }
  .row > .col-xxl-7 {
    width: 27.7173913043%;
  }
  .row > .col-xxl-8 {
    width: 31.884057971%;
  }
  .row > .col-xxl-9 {
    width: 36.0507246377%;
  }
  .row > .col-xxl-10 {
    width: 40.2173913043%;
  }
  .row > .col-xxl-11 {
    width: 44.384057971%;
  }
  .row > .col-xxl-12 {
    width: 48.5507246377%;
  }
  .row > .col-xxl-13 {
    width: 52.7173913043%;
  }
  .row > .col-xxl-14 {
    width: 56.884057971%;
  }
  .row > .col-xxl-15 {
    width: 61.0507246377%;
  }
  .row > .col-xxl-16 {
    width: 65.2173913043%;
  }
  .row > .col-xxl-17 {
    width: 69.384057971%;
  }
  .row > .col-xxl-18 {
    width: 73.5507246377%;
  }
  .row > .col-xxl-19 {
    width: 77.7173913043%;
  }
  .row > .col-xxl-20 {
    width: 81.884057971%;
  }
  .row > .col-xxl-21 {
    width: 86.0507246377%;
  }
  .row > .col-xxl-22 {
    width: 90.2173913043%;
  }
  .row > .col-xxl-23 {
    width: 94.384057971%;
  }
  .row > .col-xxl-24 {
    width: 98.5507246377%;
  }
  /* column floating - xxl */
  .row [class*=col-].xxl-right {
    float: right;
  }
  /* No margin col-xxl- widths */
  .row.no-margin > .col-xxl-1 {
    width: 4.1666666667%;
  }
  .row.no-margin > .col-xxl-2 {
    width: 8.3333333333%;
  }
  .row.no-margin > .col-xxl-3 {
    width: 12.5%;
  }
  .row.no-margin > .col-xxl-4 {
    width: 16.6666666667%;
  }
  .row.no-margin > .col-xxl-5 {
    width: 20.8333333333%;
  }
  .row.no-margin > .col-xxl-6 {
    width: 25%;
  }
  .row.no-margin > .col-xxl-7 {
    width: 29.1666666667%;
  }
  .row.no-margin > .col-xxl-8 {
    width: 33.3333333333%;
  }
  .row.no-margin > .col-xxl-9 {
    width: 37.5%;
  }
  .row.no-margin > .col-xxl-10 {
    width: 41.6666666667%;
  }
  .row.no-margin > .col-xxl-11 {
    width: 45.8333333333%;
  }
  .row.no-margin > .col-xxl-12 {
    width: 50%;
  }
  .row.no-margin > .col-xxl-13 {
    width: 54.1666666667%;
  }
  .row.no-margin > .col-xxl-14 {
    width: 58.3333333333%;
  }
  .row.no-margin > .col-xxl-15 {
    width: 62.5%;
  }
  .row.no-margin > .col-xxl-16 {
    width: 66.6666666667%;
  }
  .row.no-margin > .col-xxl-17 {
    width: 70.8333333333%;
  }
  .row.no-margin > .col-xxl-18 {
    width: 75%;
  }
  .row.no-margin > .col-xxl-19 {
    width: 79.1666666667%;
  }
  .row.no-margin > .col-xxl-20 {
    width: 83.3333333333%;
  }
  .row.no-margin > .col-xxl-21 {
    width: 87.5%;
  }
  .row.no-margin > .col-xxl-22 {
    width: 91.6666666667%;
  }
  .row.no-margin > .col-xxl-23 {
    width: 95.8333333333%;
  }
  .row.no-margin > .col-xxl-24 {
    width: 100%;
  }
}
/* ResponsiveSlider */
/**

	- Skeletor [ResponsiveSlider] -

	@style responsiveslider.css
	@author Sitefactory

*/
/*! http://responsiveslides.com v1.54 by @viljamis */
.slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.slider li:first-child {
  position: relative;
  display: block;
  float: left;
}

.slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/* Mobilenav */
/* Mobile nav */
#mobilenav .symbol {
  position: relative;
  width: 1em;
  height: 1em;
  display: block;
}

#mobilenav .symbol span.line-vertical {
  display: block;
  width: 1px;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #000;
}

#mobilenav .symbol span.line-horizontal {
  display: block;
  width: 1em;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #000;
}

#mobilenav .open > .open-submenu .symbol span.line-horizontal {
  width: 1em;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #000;
}

#mobilenav .open > .open-submenu .symbol span.line-vertical {
  display: none;
}

#mobilenav .symbol-cancel {
  position: relative;
  width: 1em;
  height: 1em;
  display: block;
  transform: rotate(45deg);
}

#mobilenav .symbol-cancel span.line-vertical {
  width: 1px;
  height: 1em;
  position: absolute;
  left: 50%;
  top: 0;
}

#mobilenav .symbol-cancel span.line-horizontal {
  width: 1em;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

#mobilenav-dimmer {
  background: #000;
  opacity: 0.5;
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

#mobilenav-loader {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}

#mobilenav-dimmer.show-dimmer {
  cursor: pointer;
}

#mobilenav-loader.show {
  display: block;
}

#mobilenav {
  height: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 1001;
  font-size: 18px;
  display: none;
  transition: right 0.4s;
}

#mobilenav {
  max-width: 500px;
}

#mobilenav .clear:after {
  content: "";
  display: table;
  clear: both;
}

#mobilenav.open { /*box-shadow: -5px 0 10px rgba(0, 0, 0, .3); */
  right: 0;
}

#mobilenav .mobilenav-bg {
  background-color: #e7e7e7;
}

#mobilenav .mobilenav-bg,
#mobilenav .mobilenav-wrapper {
  height: 100%;
  overflow: auto;
}

#mobilenav #mobilenav-top-container {
  padding: 10px 20px;
  background-color: #ffffff;
}

#mobilenav #mobilenav-top-container .mobilenav-close {
  float: right;
  font-size: 1.5em;
  background-color: #000;
  border-radius: 50%;
  padding: 0.4em;
}

#mobilenav #mobilenav-top-container .mobilenav-close .symbol-cancel * {
  background-color: #fff;
}

#mobilenav .mobilenav-inner {
  padding: 0;
  clear: both;
  background-color: #ffffff;
}
#mobilenav .mobilenav-inner li {
  display: block;
}
#mobilenav .mobilenav-inner li > a {
  display: block;
  display: flex;
  align-items: center;
  float: left;
  padding: 5px 17px;
  line-height: 1;
  min-height: 55px;
  font-size: 18px;
  width: calc(100% - 65px);
  background-color: transparent;
}
#mobilenav .mobilenav-inner li a {
  transition: background 0.3s ease;
  color: #000;
}
#mobilenav .mobilenav-inner li > span {
  float: right;
  padding: 5px;
  line-height: 55px;
  min-height: 55px;
  width: 65px;
  cursor: pointer;
  display: none;
  text-align: center;
}
#mobilenav .mobilenav-inner li > span * {
  margin: 0 auto;
}
#mobilenav .mobilenav-inner li > span:before {
  margin: 0 auto;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > span.open-submenu {
  display: block;
  display: flex;
  align-items: center;
  background-color: #d7d7d7;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu {
  background-color: #d7d7d7;
  display: none;
  padding: 0 0 0 15px;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu li > a {
  width: calc(100% - 65px);
  color: #000;
  padding-left: 5px;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > span.open-submenu {
  background-color: #e7e7e7;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu {
  background-color: #e7e7e7;
  padding: 0;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu li {
  margin-left: 10px;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu li > a {
  color: #000;
  font-size: 16px;
  padding-left: 5px;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: rgb(236.1, 236.1, 236.1);
  margin-left: -10px;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu span.open-submenu {
  background-color: rgb(236.1, 236.1, 236.1);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu li > a {
  padding-left: 10px;
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: rgb(241.2, 241.2, 241.2);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu span.open-submenu {
  background-color: rgb(241.2, 241.2, 241.2);
}
#mobilenav .mobilenav-inner li.menu-item-has-children > ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li > a {
  padding-left: 24px;
}

#mobilenav-additional {
  padding: 20px;
}

/* Colorbox */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-bottom: 24px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 0 solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  bottom: 0;
  height: auto;
  left: 0;
  color: #ccc;
  background: #000;
  opacity: 0.8;
  width: auto;
  max-width: 70%;
  text-align: left;
  padding: 0 10px;
  font-size: 13px;
  line-height: 20px;
}

#cboxCurrent {
  position: absolute;
  bottom: 0;
  height: auto;
  right: 0;
  color: #ccc;
  background: #000;
  opacity: 0.8;
  width: auto;
  max-width: 30%;
  text-align: right;
  padding: 0 10px;
  font-size: 13px;
  line-height: 20px;
}

#cboxLoadingGraphic {
  background: url(../img/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* fontello controls - Matu 2017-10 */
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32px;
  background-color: #000;
  opacity: 0.6;
  width: 32px;
  height: 64px;
  color: transparent;
  overflow: hidden;
  font-size: 0;
}

#cboxPrevious:hover {
  opacity: 0.8;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  background-color: #000;
  opacity: 0.6;
  width: 32px;
  height: 64px;
  color: transparent;
  overflow: hidden;
  font-size: 0;
}

#cboxNext:hover {
  opacity: 0.8;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-color: #000;
  opacity: 0.6;
  width: 32px;
  height: 32px;
  color: transparent;
  overflow: hidden;
  font-size: 0;
}

#cboxClose:hover {
  opacity: 0.8;
}

#cboxPrevious:before, #cboxNext:before, #cboxClose:before {
  font-family: "skeletor-fontello";
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  color: #fff;
}

#cboxPrevious:before {
  content: "\e842";
}

#cboxNext:before {
  content: "\e843";
}

#cboxClose:before {
  content: "\e889";
  font-size: 13px;
}/*# sourceMappingURL=skeletor-main.css.map */