@charset "UTF-8";
/*
Theme Name: Joannapachla
Version: 1.0
Text Domain: Joannapachla
*/
/*! 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 {
  outline: 0;
  color: inherit;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  -o-transition: color .3s linear;
  -ms-transition: color .3s linear;
  transition: color .3s linear;
  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;
  max-width: 100%;
  height: auto; }

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

h3 a {
  color: #c9a96e; }

/* 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"],
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; }

th,
td {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 100%;
    /*max-width: 748px;*/ }

  .single .container {
    max-width: 748px; } }
@media (max-width: 768px) {
  .navbar .container {
    max-width: 100%; }

  .container.is-single {
    padding: 0; } }
@media (min-width: 960px) {
  .container {
    max-width: 940px; }

  .single .container {
    max-width: calc(100% - 150px); } }
@media (min-width: 1170px) {
  .container {
    width: 100%;
    max-width: 1170px !important; }

  .fixed-sidebar > .row {
    padding-right: 15px; } }
@media (min-width: 1170px) and (max-width: 1300px) {
  .container.is-single {
    max-width: 1050px;
    max-width: calc(100% - 100px); } }
@media (min-width: 1441px) {
  .container {
    width: 100%;
    max-width: 1380px; }

  .container.is-single {
    width: 100%;
    max-width: 1340px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

.row {
  margin-left: -20px;
  margin-right: -20px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

@media screen and (min-width: 980px) {
  .row {
    /*		display: -webkit-box;
    		display: -ms-flexbox;
    		display: flex;
    		-ms-flex-wrap: wrap;
    		flex-wrap: wrap;*/ } }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.container .row .col-md-9 {
  padding-left: 30px;
  padding-right: 30px; }

/*@media (max-width: 1169px) {
	.container .row .col-md-9 {
		padding-left: 20px;
		padding-right: 20px;
	}
}*/
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-4:nth-child(3n+1),
  .four .col-sm-4:nth-child(3n+2) {
    clear: both; }

  .four .col-sm-4:nth-child(3n+1) {
    clear: none; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 39px; }

  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 31px; }

  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 53px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 43px; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 31px;
  line-height: 31px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 53px;
  line-height: 53px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 53px;
  min-height: 48px;
  padding: 11px 16px;
  font-size: 23px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 48.75px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 30px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .form-inline .form-control-static {
    display: inline-block; }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }

  .form-inline .input-group > .form-control {
    width: 100%; }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px; }

.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 23px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px; } }
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent; }

.navbar:before, .navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }
.navbar-collapse {
  overflow-x: visible;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 12.5px 5px;
  font-size: 23px;
  line-height: 25px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -5px; } }
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 756px) {
  .navbar-toggle {
    display: none; } }
.navbar-nav {
  margin: 6.25px -5px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px; }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px; } }
.navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  .navbar-form .form-control-static {
    display: inline-block; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }

  .navbar-form .input-group > .form-control {
    width: 100%; }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }

  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px; }

.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px; } }
@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important;
    margin-right: -5px; }

  .navbar-right ~ .navbar-right {
    margin-right: 0; } }
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-default .btn-link {
  color: #777777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333; }

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222222;
  border-color: #090909; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #090909; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: white; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white; }

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ratio {
  position: relative;
  display: block; }

.ratio > .content, .ratio > .card, .ratio > .ratio-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden; }

.ratio:before {
  content: "";
  display: block;
  padding-top: 80%; }

.ratio_2x1.ratio:before {
  padding-top: 50%; }

.ratio_16x9.ratio:before, .entry .ratio.video-container:before {
  padding-top: 56.25%; }

.ratio_1x1.ratio:before {
  padding-top: 100%; }

.ratio_4x3.ratio:before {
  padding-top: 75%; }

.ratio_3x4.ratio:before {
  padding-top: 133.33%; }

.ratio_1x2.ratio:before {
  padding-top: 200%; }

.ratio_3x4x2.ratio:before {
  padding-top: 64.88%; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* '' */
body {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.1px;
  color: #333; }

body.search-open {
  overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

a {
  text-decoration: none;
  color: #c9a96e; }

p {
  font-size: 1em;
  margin: 1.5em 0;
  line-height: 1.5em;
  color: #333333; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1em;
  word-wrap: break-word; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #c9a96e; }

.list-inline {
  list-style: none; }

.list-inline .avatar {
  margin-right: 0.3em; }

.list-inline li {
  display: inline-block;
  margin: 0;
  line-height: 30px;
  font-size: 16px; }

.affix {
  position: fixed;
  top: 0; }

#Top-links #menu-item-4389 a:before,
#Top-socials #menu-item-4389 a:before, #Top-links #menu-item-4235 a:before,
#Top-socials #menu-item-4235 a:before, .search-container-form .search-form .search-submit:before {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.go-likes {
  margin: 0px;
  padding: 0;
  list-style: none;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); }

.thumbnail .go-likes {
  font-size: 15px;
  color: #fff; }

.thumbnail .go-likes li {
  font-size: 1.2em;
  text-shadow: 0px 0px 15px black; }

.go-likes li {
  display: inline-block;
  margin-right: 1em; }

.go-likes li:last-child {
  margin-right: 0; }

.go-likes li i {
  margin-right: 0.5em; }

.go-likes li em {
  font-style: normal; }

.zmdi-facebook {
  margin-right: 0.25em; }

.thumbnail.has-image .title-wrapper:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 91%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(91%, rgba(0, 0, 0, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 91%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 91%, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 91%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 91%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0); }

.score {
  position: absolute;
  z-index: 20;
  background-color: #000;
  top: 0.5em;
  left: 0.5em;
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  white-space: nowrap;
  font-size: 0.7em;
  letter-spacing: -0.1em; }

.screen-reader-text {
  visibility: hidden;
  position: absolute; }

.header {
  padding: 0;
  height: 33em;
  overflow: hidden; }

.header .feature-image {
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  /*	background-attachment: fixed;*/
  position: relative;
  overflow: hidden;
  height: 100%; }

.header .feature-image img {
  position: absolute;
  opacity: 0;
  visibility: hidden; }

.header .feature-image .wrapper {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%; }

.header .entry-header-content {
  background: #ffffff;
  padding: 30px 30px 10px;
  text-align: center; }

.header .entry-header-content h1 {
  display: block; }

.header .entry-meta {
  color: #c5c5c5; }

.header .entry-meta ul {
  margin: 0; }

@media (min-width: 1600px) {
  .header {
    height: 34.5em; } }
.top-header {
  border: 0;
  border-radius: 0;
  margin: 0; }

.top-header .logo {
  width: auto;
  display: block;
  margin: 0.49em auto 1.58em auto;
  position: relative;
  z-index: 10;
  width: 55% !important; }

.top-header .logo img {
  max-width: 100%;
  display: block;
  position: relative;
  margin: auto;
  max-height: 155px; }

.top-header .search {
  letter-spacing: 0;
  float: right;
  position: relative;
  font-size: 1.15em;
  height: 2em;
  width: initial;
  border-radius: 100%;
  margin: 0.35em 0; }

.top-header .search:before {
  height: 0em;
  width: 0em;
  border-radius: 100%;
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: height 1.2s cubic-bezier(0.19, 1, 0.22, 1), width 1.2s cubic-bezier(0.19, 1, 0.22, 1), margin 1.2s cubic-bezier(0.19, 1, 0.22, 1), top 1.2s cubic-bezier(0.19, 1, 0.22, 1), right 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s ease, border-radius 1s ease;
  -moz-transition: height 1.2s cubic-bezier(0.19, 1, 0.22, 1), width 1.2s cubic-bezier(0.19, 1, 0.22, 1), margin 1.2s cubic-bezier(0.19, 1, 0.22, 1), top 1.2s cubic-bezier(0.19, 1, 0.22, 1), right 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s ease, border-radius 1s ease;
  -ms-transition: height 1.2s cubic-bezier(0.19, 1, 0.22, 1), width 1.2s cubic-bezier(0.19, 1, 0.22, 1), margin 1.2s cubic-bezier(0.19, 1, 0.22, 1), top 1.2s cubic-bezier(0.19, 1, 0.22, 1), right 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s ease, border-radius 1s ease;
  -o-transition: height 1.2s cubic-bezier(0.19, 1, 0.22, 1), width 1.2s cubic-bezier(0.19, 1, 0.22, 1), margin 1.2s cubic-bezier(0.19, 1, 0.22, 1), top 1.2s cubic-bezier(0.19, 1, 0.22, 1), right 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s ease, border-radius 1s ease;
  transition: height 1.2s cubic-bezier(0.19, 1, 0.22, 1), width 1.2s cubic-bezier(0.19, 1, 0.22, 1), margin 1.2s cubic-bezier(0.19, 1, 0.22, 1), top 1.2s cubic-bezier(0.19, 1, 0.22, 1), right 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s ease, border-radius 1s ease;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px); }

.search-open .top-header .search .search-container-form {
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.96); }

/*.search-open .top-header .search .search-container-form::before {
	opacity: 1;
	top: 50%;
	right: 50%;
	margin-right: -1000px;
	margin-top: -1000px;
	height: 2000px;
	width: 2000px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.96);
}*/
.top-header .search button {
  font-size: 1em;
  text-align: center;
  line-height: 1.6em;
  background-color: #f6f6f6;
  height: 2em;
  width: 2em;
  border-radius: 100%;
  padding: 0;
  border: 0; }

.navbar-collapse {
  border: 0;
  background: #fff; }

.primary-menu {
  padding: 0;
  position: relative; }

.primary-menu.affix {
  height: 3em; }

#Top-links ul,
#Top-socials ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#Top-links ul li,
#Top-socials ul li {
  display: block;
  float: left;
  margin-left: 10px; }

#Top-links ul li a,
#Top-socials ul li a {
  display: block;
  line-height: 4.1em;
  margin-right: 1.55em;
  font-size: 0.765em;
  /*font-family: "Lora", Garamond, serif;*/
  color: #333;
  font-weight: 400;
  font-size: 14px; }

#Top-links ul li a:before,
#Top-socials ul li a:before {
  margin-right: 0.5em; }

#Top-links ul li a:hover,
#Top-socials ul li a:hover {
  color: #c9a96e; }

#Top-socials {
  float: right; }

#Top-socials #menu-top-social li:before {
  display: none; }

#Top-menu {
  padding: 0;
  -webkit-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1); }

.primary-menu.affix #Top-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(246, 246, 246, 0.9);
  border-bottom: 1px solid #eeeeee;
  -webkit-backdrop-filter: blur(10px); }

#menu-wyrwane {
  text-align: center;
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0 auto; }

#menu-wyrwane li {
  display: inline-block;
  font-family: "Lora"; }

#menu-wyrwane li > a {
  font-size: 0.824em;
  letter-spacing: 0;
  /*font-family: "Lora", Garamond, serif;*/
  display: block;
  padding: 1.1em 0.6em;
  color: #43484a;
  line-height: 1.45em; }

#menu-wyrwane li:first-child > a {
  /*padding-left: 0;*/ }

#menu-wyrwane li:last-child > a {
  /*padding-right: 0;*/ }

#menu-wyrwane li.current-post-parent > a, #menu-wyrwane li.current-menu-item > a {
  color: #c9a96e; }

@media (min-width: 992px) {
  #menu-wyrwane li > a {
    padding: 15px 1.168em; } }
.search-container {
  text-align: right;
  width: 49%; }

.search-container-form {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  opacity: 0; }

.search-container-form ::-webkit-input-placeholder {
  color: rgba(201, 169, 110, 0.4); }

.search-container-form :-moz-placeholder {
  color: rgba(201, 169, 110, 0.4);
  opacity: 1; }

.search-container-form ::-moz-placeholder {
  color: rgba(201, 169, 110, 0.4);
  opacity: 1; }

.search-container-form :-ms-input-placeholder {
  color: rgba(201, 169, 110, 0.4); }

.search-container-form :placeholder-shown {
  color: rgba(201, 169, 110, 0.4); }

.search-container-form .search-form {
  text-align: left;
  width: 60%;
  margin: 0em auto;
  font-size: 1.5em;
  line-height: 2em;
  border-bottom: 1px dashed #c9a96e;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%) translatex(-50%);
  -moz-transform: translateY(-50%) translatex(-50%);
  -ms-transform: translateY(-50%) translatex(-50%);
  -o-transform: translateY(-50%) translatex(-50%);
  transform: translateY(-50%) translatex(-50%); }

.search-container-form .search-form > div {
  position: relative; }

.search-container-form .search-form .search-field {
  background: transparent;
  border: 0 none;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-style: italic;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  box-shadow: none;
  outline: 0;
  color: #a3a3a3;
  border: 0;
  padding: 1em;
  font-family: 'Fira Sans';
  width: 100%;
  outline: 0; }

.search-container-form .search-form .search-field:hover {
  background-color: rgba(255, 255, 255, 0.87); }

.search-container-form .search-form .search-submit {
  outline: 0;
  background: transparent;
  color: #c9a96e;
  border-radius: 100%;
  width: 1.5em;
  position: absolute;
  right: 0em;
  top: -20px;
  line-height: 3.3em;
  text-indent: -9000; }

.search-container-form .search-form .search-submit:before {
  content: "\f1c3"; }

.search-container-form .search-form .search-submit:hover {
  color: rgba(0, 0, 0, 0.87); }

.search-open .search-container-form {
  display: block;
  opacity: 1;
  -webkit-transform: transitionZ(1px);
  -moz-transform: transitionZ(1px);
  -ms-transform: transitionZ(1px);
  -o-transform: transitionZ(1px);
  transform: transitionZ(1px); }

.post-title {
  font-size: 2.8em;
  line-height: 1.11em;
  font-weight: 400;
  font-family: "Lora";
  text-align: center;
  margin: 0.5em 0 0.55em 0; }

.section.is-grey,
.section.is-grey .section-header span {
  background: #f6f6f6; }

.section-header {
  font-size: 38px !important;
  font-family: "Lato";
  font-weight: 400;
  position: relative;
  font-size: 2.25em;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333;
  display: block;
  line-height: 1em;
  margin: 0.85em 0; }

.section-header::first-letter, .section-header:first-letter {
  text-transform: uppercase;
  color: #c9a96e; }

.section-header:before {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  content: '';
  display: inline-block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  top: 50%;
  margin-top: 4px;
  margin-left: 15px; }

.section-header span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 15px 0 0;
  letter-spacing: 0;
  text-transform: uppercase; }

.section-header span:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #c9a96e;
  margin-left: 15px;
  vertical-align: middle; }

.hr {
  margin: 1.5em 0;
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #d4d4d4;
  border-width: 0px 0px 1px 0px; }

.pagination {
  text-align: left; }

.pagination ul {
  list-style: none;
  padding: 0; }

.pagination ul li {
  display: inline-block; }

.pagination ul li .page-numbers {
  font-size: 13px;
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center; }

.pagination ul li .page-numbers.next,
.pagination ul li .page-numbers.prev {
  width: auto;
  padding: 0 15px; }

.pagination ul li .page-numbers.current {
  background-color: #c9a96e;
  color: #fff; }

.pagination ul li .page-numbers:hover {
  background-color: #434A54;
  color: #ffffff; }

.title-wrapper-border-bottom,
.title-wrapper-border-top,
.title-wrapper-border-right,
.title-wrapper-border-left {
  background: rgba(255, 255, 255, 0.6);
  position: absolute; }

.title-wrapper-border-bottom,
.title-wrapper-border-top {
  height: 1px;
  width: 90%; }

.title-wrapper-border-bottom {
  right: 5%; }

.title-wrapper-border-top {
  top: 5%;
  right: 5%; }

.title-wrapper-border-bottom {
  bottom: 5%;
  left: 5%; }

.title-wrapper-border-right,
.title-wrapper-border-left {
  height: 90%;
  width: 1px; }

.title-wrapper-border-right {
  right: 5%;
  bottom: 5%; }

.title-wrapper-border-left {
  left: 5%;
  top: 5%; }

@-webkit-keyframes slideHeight {
  0% {
    height: 0%; }
  100% {
    height: 90%; } }
@keyframes slideHeight {
  0% {
    height: 0%; }
  100% {
    height: 90%; } }
@-webkit-keyframes slideWidth {
  0% {
    width: 0%; }
  100% {
    width: 90%; } }
@keyframes slideWidth {
  0% {
    width: 0%; }
  100% {
    width: 90%; } }
.post.is-active .title-wrapper-border-right,
.post.is-active .title-wrapper-border-left {
  display: block;
  -webkit-animation: slideHeight .5s;
  animation: slideHeight .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.post.is-active .title-wrapper-border-bottom,
.post.is-active .title-wrapper-border-top {
  display: block;
  -webkit-animation: slideWidth .5s ease;
  animation: slideWidth .5s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.post.is-active .thumbnail.has-image .title-wrapper {
  display: -webkit-box;
  display: flex; }

.thumbnail.has-image .title-wrapper .upper-content {
  position: relative;
  z-index: 5;
  margin: 1.35em 1em;
  display: -webkit-box;
  display: flex;
  /*width: 50%;*/ }

.thumbnail.has-image .title-wrapper .upper-content .go-likes {
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%; }

.thumbnail.has-image .title-wrapper h2 {
  color: #fff;
  font-size: 1em;
  margin: 0;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.5); }

.thumbnail.has-image .title-wrapper:before {
  pointer-events: none;
  content: "";
  position: absolute;
  opacity: 0.85;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1); }

.thumbnail.has-image .fullclick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 20; }

.thumbnail.has-image .post-meta-categories {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: .45em .5em;
  line-height: 1em;
  font-size: 0.65em;
  margin: 1.115em;
  background: rgba(201, 169, 110, 0.85);
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.25s 0.1s ease, transform 0.25s 0.1s ease;
  -moz-transition: opacity 0.25s 0.1s ease, transform 0.25s 0.1s ease;
  -ms-transition: opacity 0.25s 0.1s ease, transform 0.25s 0.1s ease;
  -o-transition: opacity 0.25s 0.1s ease, transform 0.25s 0.1s ease;
  transition: opacity 0.25s 0.1s ease, transform 0.25s 0.1s ease;
  color: #fff; }

.thumbnail.has-image .post-meta-categories a {
  color: inherit; }

/*.thumbnail.has-image:hover img {
	-webkit-transform: scale(1.1) rotate(-2deg);
	-moz-transform: scale(1.1) rotate(-2deg);
	-ms-transform: scale(1.1) rotate(-2deg);
	-o-transform: scale(1.1) rotate(-2deg);
	transform: scale(1.1) rotate(-2deg);
	opacity: 0.8;
}*/
.thumbnail.has-image:hover .post-meta-categories {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.thumbnail.has-image:hover .title-wrapper:before {
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em); }

@media (min-width: 992px) {
  .grid .thumbnail.has-image:before {
    padding-top: 100%; } }
.thumbnail .meta-item {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #ffffff; }

.thumbnail .meta-item li {
  font-size: 0.8em;
  display: inline-block;
  margin: 2em; }

.thumbnail .meta-item li i {
  margin-right: 0.25em; }

.thumbnail .full-click {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.grid {
  padding: 0;
  /*
  .divider {
  	display: block;
  	width: 100%;
  	float: left;
  	clear: left;
  	margin: 0;
  	height: 0;
  	border: 0;
  }
  */ }

.grid > .row {
  margin-right: 0;
  margin-left: 0; }

.grid > .row > div {
  padding-left: 0;
  padding-right: 0; }

.grid > .row:last-child {
  margin-bottom: 1.5em; }

.grid-item {
  padding-bottom: 40px; }

@media (max-width: 600px) {
  .grid-item {
    padding-bottom: 0px; } }
.grid .grid-item {
  cursor: pointer; }

.grid .grid-item .thumbnail {
  margin-bottom: 0; }

.grid .grid-item.col-sm-12 h2 {
  font-size: 1.2em; }

.grid .post {
  overflow: hidden;
  margin: 0;
  border: 1px solid #fff; }

@media (min-width: 992px) {
  .grid {
    width: 866px; } }
@media (min-width: 1200px) {
  .grid {
    width: 1186px; } }
/* .grid-item article section {
	text-align: center;
	padding: 0 20px 10px;
}
.grid-item article section .entry-excerpt {
	line-height: 22px;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height: 1.8;
	color: #A9A9A9;
}
.grid-item article section .readmore {
	font-size: 14px;
		display: block;
} */
.grid-item article .title-holder {
  text-align: center;
  padding: 0 20px 10px; }

.grid-item article .title-holder .entry-excerpt {
  line-height: 22px;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #A9A9A9; }

.grid-item article .title-holder .readmore {
  font-size: 14px;
  display: block; }

.home .left .content-wrapper {
  margin-right: 1em; }

.home .left .post h2 {
  text-align: center;
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 1em;
  margin-bottom: 2em;
  padding: 0 .5em;
  letter-spacing: 0.01em; }

.home .left .post .hover-items {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.home .left .post .hover-items .btn {
  display: none;
  opacity: 0;
  margin: auto; }

.home .left .post .hover-items .meta-item {
  opacity: 0;
  display: block;
  font-size: 1em;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.home .left .post .ratio > a:after {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.home .left .post:hover .ratio > a:after {
  opacity: 1; }

.home .left .post:hover .hover-items .btn {
  opacity: 1; }

.home .left .post:hover .hover-items .meta-item {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.btn {
  border: 0;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase; }

.btn.btn-more {
  color: #fff;
  background-color: #c9a96e; }

.ribbon-post .ratio .title-wrapper {
  top: 0;
  margin: 0;
  padding: 0 2em;
  color: #fff; }

.ribbon-post .ratio .title-wrapper:before {
  opacity: 0.3; }

.ribbon-post .ratio .title-wrapper .btn-more {
  z-index: 10;
  display: block;
  margin: 0;
  bottom: 7em;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.ribbon-post .ratio .title-wrapper .upper-content-push {
  color: #fff;
  position: relative;
  margin: 2em 0.5em auto 2px;
  padding: 1.2em 2em;
  z-index: 10;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4); }

.ribbon-post .title-wrapper .upper-content-push h2 {
  font-size: 36px;
  line-height: 48px;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6), 0px 1px 2px rgba(0, 0, 0, 0.6); }

.ribbon-post .title-wrapper .upper-content-push .subtitle {
  color: #ffffff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6), 0px 1px 2px rgba(0, 0, 0, 0.6); }

.ribbon-post .ratio .title-wrapper .upper-content {
  top: 2em;
  bottom: 2em;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 2em; }

.ribbon-post .ratio:before {
  padding-top: 31%; }

.ribbon-post .square-box {
  border-color: #c9a96e;
  width: 270px;
  height: auto;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  border: 2px solid #c9a96e;
  border-right: 0;
  background: rgba(20, 24, 35, 0.47); }

.ribbon-post .square-box .meta-item {
  position: absolute;
  bottom: 0.25em;
  left: 0;
  right: 0;
  text-align: center; }

.ribbon-post .square-box:before {
  content: "";
  right: 0;
  top: 0;
  height: 11%;
  width: 2px;
  position: absolute;
  background-color: #c9a96e; }

.ribbon-post .square-box:after {
  content: "";
  right: 0;
  bottom: 0;
  height: 42%;
  width: 2px;
  position: absolute;
  background-color: #c9a96e; }

.aside-links {
  list-style: none;
  padding: 0;
  margin: 0px; }

.aside-links li {
  margin: 0;
  margin-bottom: 1em;
  padding: 0 0.25em 0 0.25em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25em;
  letter-spacing: 0.01em;
  font-size: 90%; }

.aside-links li:after {
  content: "";
  display: block;
  width: 25%;
  position: relative;
  height: 1px;
  padding-top: 1em;
  margin: auto;
  border-bottom: 1px dashed #c8c8c8; }

.aside-links li a:hover {
  color: #bb9349; }

.fixed-sidebar {
  position: relative; }

.fixed-sidebar > .row {
  margin-left: 0em;
  margin-right: 0em; }

.fixed-sidebar .left {
  float: left;
  min-height: 1px; }

.fixed-sidebar .right {
  float: left;
  width: 285px; }

@media (min-width: 768px) {
  .fixed-sidebar .left {
    width: 690px; } }
@media (min-width: 992px) {
  .fixed-sidebar .left {
    width: 690px; }

  .fixed-sidebar .left .entry {
    padding: 1.4em 3em 3.1em 0; } }
@media (min-width: 1200px) {
  .fixed-sidebar .left {
    width: 890px; } }
.sidebar {
  /*width: 24.5%;*/ }

@media (max-width: 991px) {
  .sidebar {
    display: none; } }
.sidebar .author-bio {
  font-size: 14px;
  padding: 20px 0 10px 0; }

.sidebar .widget img {
  width: 100%;
  display: block;
  margin-bottom: 10px; }

.sidebar .widget iframe {
  width: 100% !important;
  height: 70px !important; }

.sidebar h5.stars {
  text-align: center; }

.sidebar h5.stars span {
  padding: 0 0.5em; }

.sidebar h5.stars span i {
  color: #c9a96e;
  margin: 0 0.25em; }

.sidebar h5.stars span i:first-child, .sidebar h5.stars span i:last-child {
  font-size: 80%; }

.sidebar h5:after {
  background: #c9a96e;
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  position: relative;
  margin-left: 20px;
  vertical-align: middle;
  top: -2px; }

.entry h2,
.entry h3 {
  font-size: 1.17em; }

.entry hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
  clear: both; }

.entry p {
  font-size: 17px;
  line-height: 1.6em;
  margin: 0;
  /*  1.56em*/
  margin-bottom: 0.6em; }

.entry blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-family: "Lora", Garamond, serif;
  font-style: italic;
  font-size: 1.15em;
  line-height: 2.35em;
  text-align: left;
  margin-right: 1.5em;
  width: 100%;
  display: block;
  border-left: 5px solid #ba944e; }

.entry blockquote p {
  margin-top: 0em !important;
  margin-bottom: 0em !important; }

.entry .video-container {
  position: relative;
  overflow: hidden; }

.entry .video-container iframe,
.entry .video-container object,
.entry .video-container embed {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  top: 0; }

/*.entry iframe,*/
.entry object,
.entry embed {
  width: 100%;
  max-width: 100%;
  /*height: auto;*/ }

/*.category article .thumbnail:before {
	padding-top: 19.5em;
}*/
.category article .thumbnail-wrapper {
  height: 13.5em;
  overflow: hidden;
  background-position: center center;
  background-size: cover; }

.category article a img {
  width: 100%;
  height: auto; }

.category article .excerpt {
  display: none; }

@media (min-width: 992px) {
  .category article .excerpt {
    display: block;
    padding: 1.5em 0; }

  .category article .excerpt p {
    margin-top: 0;
    font-size: 0.8em;
    line-height: 1.94em;
    margin-bottom: 1.85em; } }
.post-meta {
  padding: 0; }

.entry-category .separator:last-child,
.post-meta-categories .separator:last-child {
  display: none !important;
  visibility: hidden; }

.recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 1.5em;
  margin-left: .2em;
  margin-right: .2em; }

.recent-posts a {
  display: block; }

.recent-posts img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #f6f6f6; }

.recent-posts h4 {
  font-size: 0.85em;
  margin-bottom: 1em;
  margin-top: 0.75em;
  display: block;
  float: left; }

.recent-posts h4 a {
  display: block;
  float: left;
  font-size: 0.95em; }

.related-posts {
  list-style: none;
  padding: 0px;
  margin: 0; }

.related-posts li a {
  display: block; }

.related-posts li i {
  width: 100%; }

.related-posts li img {
  max-width: 100%; }

.container-social .wrapper {
  background-color: #f6f6f6;
  /*background-image: url("../img/social-box.jpg");*/
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 3.5em;
  background-size: cover;
  position: relative; }

.container-social .section-header {
  font-size: 1.7em;
  margin-bottom: 1.2em;
  margin-top: 1.3em;
  color: #fff;
  text-align: center; }

.container-social .section-header span {
  background-color: transparent; }

.container-social .section-header span:after {
  margin-left: 0.5em;
  display: inline-block;
  content: "";
  width: 0.2em;
  height: 0.2em;
  border-radius: 100%;
  line-height: 1em;
  vertical-align: middle;
  background-color: #c9a96e;
  position: relative;
  top: -.1em; }

.container-social .section-header:before {
  display: none; }

.container-social h2 {
  font-family: "Lora", Garamond, serif;
  font-size: 3.2em;
  line-height: 1em;
  margin: 1em 0 0 0;
  padding: 0.25em 0; }

.container-social h2:after {
  content: "";
  width: 25%;
  margin-top: 0.5em;
  border-bottom: 1px dashed #fff;
  display: block;
  height: 1px; }

.container-social h3 {
  width: 75%; }

.container-social h4 {
  margin-top: 0; }

.container-social h2, .container-social h3 {
  color: #fff; }

.container-social .social-header {
  margin-left: 1em;
  margin-bottom: 2em; }

.container-social .other-channels {
  margin-top: 1em; }

.container-social .btn, .container-social input[type="submit"] {
  background-color: #c9a96e;
  display: inline-block;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1em;
  padding: 0.4em 1.5em;
  cursor: pointer;
  text-align: center; }

.container-social .social-channel {
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 0;
  min-height: 6.5em;
  text-align: center;
  position: relative;
  cursor: pointer; }

.container-social .social-channel .btn-more {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-60%);
  -moz-transform: translateX(-50%) translateY(-60%);
  -ms-transform: translateX(-50%) translateY(-60%);
  -o-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  -ms-transition: opacity 0.4s ease, transform 0.4s ease;
  -o-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0; }

.container-social .social-channel:hover .btn-more {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-80%);
  -moz-transform: translateX(-50%) translateY(-80%);
  -ms-transform: translateX(-50%) translateY(-80%);
  -o-transform: translateX(-50%) translateY(-80%);
  transform: translateX(-50%) translateY(-80%); }

.container-social .social-channel:hover span {
  opacity: 0.5; }

.container-social .social-channel a > span {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.container-social .social-channel a {
  display: block;
  color: #fff; }

.container-social .social-channel a strong {
  margin-top: 0.35em;
  display: block;
  text-transform: uppercase; }

.container-social .social-channel a small {
  display: block;
  line-height: 1em;
  margin-bottom: 0.25em; }

.container-social .row > div {
  line-height: 1.5em; }

.container-social .row > div p {
  margin: 0; }

.container-social .row > div p img {
  display: block;
  margin: auto;
  margin-bottom: 0.5em; }

.container-social .icon {
  width: 100%;
  height: auto;
  display: block;
  margin: auto; }

.container-social .newsletter .box form .mc4wp-form-fields {
  position: relative;
  width: 90%;
  margin: auto;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

.container-social .newsletter .box form .mc4wp-form-fields input {
  border: 0;
  padding: 0.35em 1em;
  padding-right: 8em;
  line-height: 2em;
  font-size: 1em;
  outline: 0;
  width: 100%; }

.container-social .newsletter .box form .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: auto;
  padding: 0.35em 1em; }

.container-social .mc4wp-response {
  position: absolute;
  top: 60%; }

.container-social .mc4wp-response .mc4wp-alert {
  padding: 1em;
  float: left; }

.container-social .mc4wp-response .mc4wp-alert p {
  margin: 0;
  color: #fff; }

.container-social .mc4wp-response .mc4wp-success {
  background-color: rgba(201, 169, 110, 0.8);
  color: #fff; }

@media (min-width: 768px) {
  .container-social .icon {
    width: 40%; } }
.container-instagram {
  background-color: #f6f6f6;
  padding-bottom: 1.5em; }

@media (max-width: 600px) {
  .container-instagram {
    display: none; } }
.container-instagram .section-header {
  font-size: 1.7em;
  margin-bottom: 10px;
  margin-top: 25px; }

.container-instagram .section-header span {
  background-color: #f6f6f6; }

.fontface .icon-snapchat a:before,
.fontface .icon-instagram a:before,
.fontface .icon-facebook a:before {
  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; }

.fontface .icon-facebook a:before {
  content: "\f230"; }

.fontface .icon-instagram a:before {
  content: "\f16d"; }

.fontface .icon-snapchat a:before {
  content: "\f2ab"; }

footer {
  text-align: center; }

footer .container {
  padding: 50px 0; }

footer .container p {
  margin-bottom: 0; }

footer .social-icons {
  text-align: center; }

footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0; }

footer .social-icons ul li {
  display: inline-block; }

footer .social-icons ul li a {
  display: block;
  width: 2em;
  height: 2em;
  line-height: 1.68em;
  margin: 1em 0.2em 0;
  border-radius: 100%;
  border: 2px solid #c9a96e; }

/* == WordPress WYSIWYG Editor Styles == */
.entry img {
  margin: 0 0 0.75em;
  max-width: 100%;
  height: auto; }

.entry figure img {
  margin-bottom: 0; }

.entry figure {
  margin: 0 0 0.75em;
  line-height: 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

@media only screen and (max-width: 768px) {
  .alignleft, img.alignleft {
    margin-right: auto;
    margin: 0 auto !important;
    display: block !important;
    float: none !important; }

  .alignright, img.alignright {
    margin-left: auto;
    margin: 0 auto !important;
    display: block !important;
    float: none !important; } }
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5 !important;
  font-size: 12px;
  margin: 0 !important; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.full-click {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 100;
  cursor: pointer; }

.search-container-form form {
  z-index: 1000; }

.search-container-form .search-close {
  display: block;
  position: absolute;
  top: 60px;
  right: 30px;
  font-size: 28px; }

.sidebar-stick .aside-links img {
  width: 100%; }

.sprite {
  background-image: url("../img/spritesheet_socials.png");
  background-repeat: no-repeat;
  display: block;
  margin: auto; }

.sprite-facebook {
  width: 80px;
  height: 80px;
  background-position: 0 0; }

.sprite-insta {
  width: 80px;
  height: 80px;
  background-position: -80px 0; }

.sprite-snap {
  width: 80px;
  height: 80px;
  background-position: -160px 0; }

/* Ensure that extlink-icon's appear at their initial size */
img.extlink-icon {
  width: initial !important; }

/*i.fa {font-style: normal;font-weight: normal;margin: 0!important;speak: none;display: inline-block;text-decoration: inherit;width: 1em;margin-right: .2em;text-align: center;font-variant: normal;padding: 0!important;background: transparent!important;color: #000!important;text-transform: none;line-height: 1em;margin-left: .2em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}*/
/*dodane ze starego template*/
h1 {
  font-size: 52px !important;
  font-family: Lato !important;
  font-weight: 400 !important;
  font-style: regular !important;
  color: #333 !important; }

p {
  line-height: 1.8 !important;
  letter-spacing: 0 !important;
  /*margin: 0 0 10px !important;*/ }

.single .post-content {
  margin-bottom: 50px !important; }

.go-share-sidebar li.pointer {
  cursor: pointer; }

.go-share-sidebar svg {
  width: 30px;
  height: 30px;
  fill: #333;
  display: block;
  margin: 10px auto 0 auto;
  cursor: pointer; }

#social-sidebar ul li a {
  padding: 0.25em;
  color: #333333; }

#social-sidebar ul li a small {
  font-size: 90%; }

#social-sidebar li a {
  display: block;
  font-size: 85%; }

#social-sidebar li a i {
  font-size: 1.25em;
  padding: 0.25em;
  padding-bottom: 0;
  display: block;
  color: #333333; }

#social-sidebar ul li strong {
  font-weight: normal;
  color: #333333; }

/* #social-sidebar li a div strong:before, .go-share li a div strong:before, strong.disqus-comment-count:before {
	content: "(";
} */
/* #social-sidebar li a div strong:after, .go-share li a div strong:after, #social-sidebar li a div strong:before, .go-share li a div strong:before, strong.disqus-comment-count:after, strong.disqus-comment-count:before {
	display: inline;
	position: static;
} */
/* #social-sidebar li a div strong:after, .go-share li a div strong:after, strong.disqus-comment-count:after {
	content: ")";
} */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad; }

.post-tagged-icon {
  float: left; }

.post-title-meta, .post-details-title, .post-title-meta .post-categories a, .post-title-meta .touchsize-likes, .post-title-meta .post-title-meta-categories > i, .post-tagged-icon > i {
  color: #c5c5c5; }

.post-details {
  padding-left: 50px; }

.single .post-details-title {
  display: block;
  margin-right: 10px; }

.post-title-meta, .post-details-title, .post-title-meta .post-categories a, .post-title-meta .touchsize-likes, .post-title-meta .post-title-meta-categories > i, .post-tagged-icon > i {
  color: #c5c5c5; }

.post-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.post-tags ul li {
  display: inline-block; }

.post-tags .tags-container a[rel="tag"] {
  color: #c9a96e; }

.post-tags .tags-container a[rel="tag"] {
  background-color: transparent;
  padding: 0;
  height: auto;
  border-radius: 0; }

.tags-container a.tag, .tags-container a[rel="tag"], .list-view-tags a[rel="tag"] {
  background-color: #E5E5E5;
  color: #7c7c7c;
  height: 25px;
  line-height: 24px;
  padding: 0 20px 0 10px;
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out; }

.post-title-meta .post-title-meta-categories > i, .post-tagged-icon > i {
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin-right: 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  width: 40px; }

.post-details-title {
  margin: 0;
  font-size: 16px;
  font-weight: normal; }

.article-tags {
  float: left;
  width: 100%; }

.article-title {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center; }

.article-title-wrapper {
  background: #fff;
  margin-top: 30px;
  margin-left: -70px;
  padding: 40px 20px;
  text-align: center; }

.article-title-wrapper .article-title {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0; }

.article-title-wrapper div.entry-date {
  margin-top: -15px; }

h3.article-title > a {
  color: #434A54;
  line-height: 1.3; }

.go-share > div {
  float: none; }

.go-share > div::after {
  content: '';
  display: block;
  clear: both; }

.go-share div a i {
  margin: 0 0.2em; }

.go-share div a small {
  margin: 0 0.2em 0 0; }

@media screen and (max-width: 768px) {
  .go-share.stickit {
    position: fixed;
    left: 0 !important;
    right: 0;
    bottom: 0;
    z-index: 9;
    margin: 0; }

  .go-share .inline-share {
    padding: 0 !important; } }
@media screen and (max-width: 370px) {
  .go-share .btn-default {
    padding: 10px 5px !important; } }
.inline-share div div {
  display: inline-block; }

.go-share .go-comment-btn {
  background-color: #3e3830;
  color: #fff;
  margin-bottom: 20px; }

.go-share .btn-default {
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: center;
  padding: 0.75em 1em;
  display: block; }

.go-share div {
  text-align: center; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.post-author-box > a img {
  border-radius: 50%;
  padding: 3px;
  background-color: rgba(200, 200, 200, 0.2); }

.post-author-box > a {
  display: inline-block; }

.post-author-box {
  padding: 15px;
  position: relative;
  text-align: center;
  border: 1px solid rgba(200, 200, 200, 0.2);
  margin-bottom: 20px; }

.post-author-box > .author-title {
  color: #333;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 10px 0 2px 0;
  font-size: 17px;
  text-align: center; }

.post-author-box h5:after {
  content: none; }

.post-author-box .author-box-info {
  line-height: 1.8;
  font-size: 14px; }

.container-social .newsletter .box form .mc4wp-form-fields {
  position: relative;
  width: 90%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }

.container-social .newsletter .box form .mc4wp-form-fields input {
  border: 0;
  background-color: transparent;
  padding: 0.35em 1em;
  padding-right: 8em;
  line-height: 2em;
  font-size: 1em;
  outline: 0;
  width: 100%;
  font-size: 13px;
  color: #fff; }

.container-social .newsletter .box form .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: auto;
  padding: 0.35em 1em;
  background-color: #c9a96e; }

::-webkit-input-placeholder {
  color: #c3c3c3; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c3c3; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c3c3; }

:-ms-input-placeholder {
  color: #c3c3c3; }

.pllexislider .pllex-direction-nav li:first-child {
  border-right: 0; }

.pllexislider .pllex-direction-nav li.pllex-nav-prev {
  position: absolute;
  top: 100px;
  z-index: 999;
  padding: 12px 2px;
  left: 0;
  border: 0 !important;
  transition: 0.25s all; }

.pllexislider .pllex-direction-nav li.pllex-nav-next {
  position: absolute;
  top: 100px;
  z-index: 999;
  border: 0 !important;
  padding: 12px 2px;
  right: 0;
  transition: 0.25s all; }

.pllexislider:hover .pllex-direction-nav li.pllex-nav-prev, .pllexislider:hover .pllex-direction-nav li.pllex-nav-next {
  background: rgba(0, 0, 0, 0.6);
  transition: 0.25s all; }

ul.pllex-direction-nav {
  position: initial !important;
  width: 100%; }

.pllexislider .pllex-direction-nav .pllex-prev:before {
  content: "\f104" !important;
  font-family: 'FontAwesome' !important;
  text-shadow: none !important;
  padding: 3px 7px !important;
  font-size: 24px !important; }

.pllexislider .pllex-direction-nav .pllex-next:before {
  content: "\f105" !important;
  font-family: 'FontAwesome' !important;
  text-shadow: none !important;
  padding: 3px 7px !important;
  font-size: 24px !important; }

.sidebar .widget input {
  display: block;
  border: 1px solid #CCC;
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  font-weight: normal;
  font-family: inherit;
  padding: 8px;
  height: 37px;
  width: 100%;
  margin-bottom: 15px; }

.sidebar .widget input[type="submit"] {
  padding: 0;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  background-color: #c9a96e; }

.sidebar p.widget-text {
  font-size: 14px; }

.widget-social-icons {
  display: flex;
  flex-direction: column; }

.widget-social-icons__link {
  display: flex;
  align-items: center;
  border: 1px solid #e2e2e2;
  margin: 4px 0;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.widget-social-icons__link:hover {
  background-color: #f3f3f3; }

.widget-social-icons__link--facebook .widget-social-icons__icon {
  background-color: #1877f2; }

.widget-social-icons__link--instagram .widget-social-icons__icon {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }

.widget-social-icons__link--newsletter .widget-social-icons__icon {
  background-color: #333; }

.widget-social-icons__link--group .widget-social-icons__icon {
  background-color: #2a4275; }

.widget-social-icons__icon {
  width: 20%;
  height: 40px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }

.widget-social-icons__icon svg {
  fill: #fff;
  width: 25px;
  height: 25px; }

.widget-social-icons__title {
  width: 50%;
  padding: 5px; }

.widget-social-icons__counter {
  font-weight: 700;
  width: 30%;
  padding: 5px;
  text-align: right; }

#sw_display {
  display: none; }

#sw_display svg {
  width: 50px;
  height: 50px; }

.wyrwane-sidebar-tooltip {
  display: none;
  position: absolute;
  width: auto;
  font-size: 14px;
  background-color: #eee;
  text-align: right;
  padding: 3px 5px;
  border-radius: 5px;
  top: 5px; }

.icon-sidebar-title {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 36px;
  line-height: 1;
  width: 100%;
  max-width: 50px;
  text-align: center;
  color: #c9a96e; }

#fbbox1 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  position: fixed;
  right: -300px;
  top: 100px;
  z-index: 10000;
  height: 500px; }

#fbbox2 {
  overflow: hidden;
  text-align: left;
  text-align: left;
  width: 300px;
  height: 500; }

#fbbox1 iframe {
  border: 0px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }

#fbbox1 {
  border: 0 !important;
  box-sizing: border-box; }

#fbbox1 iframe {
  border-radius: 0 0 0 5px;
  border: 5px solid #395b99 !important; }

.fb-group-icon {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 10000; }

.fb-group-icon:hover > .wyrwane-sidebar-tooltip {
  display: block; }

.fb-group-icon a {
  display: block;
  cursor: pointer; }

.only-mobile {
  display: none !important; }

@media screen and (max-width: 768px) {
  .no-mobile {
    display: none !important; }

  .only-mobile {
    display: block !important; }

  #sw_display {
    display: none; }

  .menu-container {
    display: grid;
    grid-template-areas: 'navbar_header logo_container search_container';
    grid-template-columns: 50px 1fr 50px; }

  .logo-container {
    grid-area: logo_container;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }

  .navbar-header {
    grid-area: navbar_header;
    padding: 0;
    display: flex;
    align-items: center; }

  .navbar-header .navbar-toggle strong {
    display: none; }

  .top-header .search {
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center; }

  .search-container {
    grid-area: search_container;
    padding: 0;
    display: flex;
    align-items: center; }

  .search-container a.search-trigger {
    font-size: 0 !important;
    border-bottom: none !important;
    height: 24px; }

  .search-container .search-trigger .icon-search {
    font-size: 18px; }

  .top-links-container {
    display: none; }

  .top-header {
    padding: 5px 0; }

  .top-header .logo {
    margin: 0; }

  .top-header .logo img {
    /*width: 95px !important;*/
    height: 40px;
    display: block; }

  #menu-wyrwane hr {
    margin: 5px 0; }

  #menu-wyrwane li > a {
    padding: 10px .6em;
    text-transform: uppercase; }

  .entry {
    /*padding-right: 10px;*/ }

  .wyrwane-sidebar-tooltip {
    display: none !important; }

  #sw_display svg {
    width: 40px;
    height: 40px; }

  #fbbox1 {
    top: 50px; }

  #fbbox1 svg {
    left: -40px !important; }

  .fb-group-icon {
    top: 100px; }

  #instabox1 {
    top: 150px; }

  #instabox1 svg {
    left: -40px !important; } }
.search-container a.search-trigger {
  padding: 0.5em 0.75em 0.15em 0.75em;
  font-size: 14px;
  display: block;
  float: right;
  border-bottom: 1px solid #eee;
  /*font-family: "Lora", Garamond, serif;*/
  color: #333;
  font-weight: 400; }

.fa-rhomb:before {
  content: "\f005"; }

input#s::-webkit-input-placeholder {
  color: #a3a3a3; }

.joyslider {
  position: relative;
  overflow: hidden;
  color: #feffff;
  margin-bottom: -50px; }

.joyslider ul {
  margin: 0;
  padding: 0; }

.joyslider a {
  text-decoration: none; }

.joyslider img {
  display: block;
  width: 100%;
  height: auto !important; }

.joyslider .slider-container {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden; }

.joyslider .slider-container .container > .slides-tab-nav {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  height: 90px;
  top: -100px; }

.joyslider .slide {
  list-style: none; }

.joyslider .slide .entry-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 48px;
  text-shadow: 0 0 3px rgba(40, 40, 40, 0.2); }

.joyslider .slide .entry-title, .joyslider .slide .entry-title a {
  color: inherit;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
  color: #fff !important;
  line-height: initial !important; }

.joyslider .slide .slide-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 40px 0 40px; }

.joyslider .slide .slide-content:before {
  content: "";
  height: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); }

.joyslider .entry-category {
  overflow: hidden;
  margin-bottom: 20px; }

.joyslider .entry-category li {
  display: inline-block;
  float: left;
  border-right: 1px solid transparent; }

.joyslider .entry-category li:last-child {
  border-right: none; }

.joyslider .entry-category a {
  height: 24px;
  padding: 0 12px;
  display: block;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  background: #c9a96e;
  color: #FFFFFF;
  float: left; }

.joyslider .entry-category a[title="LITERATURA"], .joyslider .entry-category a[title="ROZMOWY"], .joyslider .entry-category a[title="KINO"] {
  display: none; }

.joyslider .entry-meta {
  margin-bottom: 60px; }

.joyslider .entry-meta li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  color: #FFF;
  opacity: 0.7; }

.joyslider .entry-meta a {
  color: inherit; }

.joyslider .slides-preview {
  position: absolute;
  bottom: 0;
  left: 0; }

.joyslider .slides-preview:after {
  content: "";
  clear: both;
  display: block; }

.joyslider .slides-preview li {
  display: inline-block;
  float: left;
  list-style: none; }

.joyslider .slide-preview .entry-title {
  margin: 20px 0 0;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(30, 30, 30, 0.8);
  z-index: 10; }

.joyslider .slides-preview .entry-slide {
  border-top: 1px solid #7e7a79;
  margin-right: 40px;
  cursor: pointer;
  padding: 20px 0; }

.joyslider .slides-preview .entry-slide:last-child {
  margin-right: 0; }

.joyslider .slide .slide-content .container {
  position: absolute;
  z-index: 1;
  bottom: 3em;
  left: 1.2em;
  right: 1.2em; }

@media screen and (max-width: 960px) {
  .joyslider .slide .slide-content .container {
    bottom: 20px; }

  .joyslider .entry-meta {
    margin-bottom: 20px; } }
.joyslider .slide .slide-content:after {
  bottom: 0;
  content: "";
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(42, 47, 51, 0) 0%, rgba(42, 47, 51, 0.85) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  width: 100%; }

.joyslider .slides-container {
  z-index: 2;
  position: relative; }

.joyslider .slides-container > li {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%; }

.joyslider .slides-container > li:not(:first-child) {
  /* display: none;*/ }

.joyslider.active .slides-container > li:not(:first-child) {
  display: inline-block; }

.joyslider .slider-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4; }

.joyslider .slider-controls li {
  display: inline-block;
  margin: 0 7px; }

.joyslider .slider-controls a {
  color: inherit;
  display: block;
  font-size: 14px;
  height: 34px;
  width: 34px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out; }

.joyslider .slider-controls a:hover {
  border-color: white; }

.joyslider .control-fade-out {
  opacity: .3; }

.joyslider .slides-preview-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 2; }

.joyslider .preview-data {
  padding-left: 65px;
  min-height: 40px; }

.joyslider .slide-preview {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -moz-box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
  -webkit-box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
  box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
  -webkit-transition: border-top-color 0.2s ease-out;
  -moz-transition: border-top-color 0.2s ease-out;
  transition: border-top-color 0.2s ease-out; }

.joyslider .slide-preview .progress {
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  background-color: #FFF;
  width: 0px; }

.joyslider .slide-preview .slide-index {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  text-align: left;
  line-height: 50%;
  font-size: 42px;
  line-height: 80px;
  opacity: 0.5; }

.joyslider .slide-preview:last-of-type {
  margin-right: 0; }

.joyslider .slide-preview .entry-meta-date li {
  display: inline-block;
  font-size: 12px;
  color: #c5c5c5; }

@media only screen and (max-width: 1170px) {
  .joyslider .slide .slide-content .entry-title {
    font-size: 32px !important; } }
@media only screen and (max-width: 960px) and (min-width: 768px) {
  .joyslider .slide .slide-content .entry-description, .joyslider .slides-preview-container {
    display: none; } }
@media only screen and (max-width: 768px) {
  .joyslider .slides-preview-container, .joyslider .entry-category {
    display: none; }

  .joyslider .slide .slide-content {
    /*padding-top: 20%;*/
    text-align: center;
    position: relative;
    padding: 40px 0; }

  .joyslider .slide .slide-content .entry-description {
    font-size: 12px; }

  .joyslider .slider-controls a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }

  .joyslider .slider-controls {
    left: 0;
    width: 100%;
    text-align: right;
    top: 20px; }

  .joyslider .slider-controls > li:last-child {
    margin-right: 20px; }

  .joyslider .entry-meta {
    display: none; } }
@media only screen and (max-width: 768px) {
  .content-block .joyslider {
    margin-bottom: 0; }

  .content-block .joyslider .slide-content {
    position: relative;
    padding: 0.5em; }

  .content-block .joyslider .slide-content:after, .content-block .joyslider .slide-content:before {
    display: none; }

  .content-block .joyslider .slide-content .container {
    position: static; }

  .joyslider .slide .slide-content .entry-title {
    font-size: 22px;
    color: #434A54;
    text-shadow: none;
    /*margin-bottom: 1.5em*/ }

  .joyslider .slider-controls {
    bottom: 0;
    top: auto;
    text-align: center;
    left: 0;
    right: 0; }

  .joyslider .slider-controls a {
    background-color: #C9A962; }

  .joyslider .slides-main-contanier {
    display: none; }

  .joyslider .slide .slide-content:before,
  .joyslider .slide .slide-content:after {
    display: none; }

  .joyslider .slide .entry-title, .joyslider .slide .entry-title a {
    color: #434a54 !important; }

  .joyslider .slide .slide-content .container {
    position: relative;
    left: 0;
    right: 0; } }
.joyslider .slider-container .container > .slides-tab-nav {
  width: 100%; }

.joyslider.active .slides-container > li:not(:first-child) {
  display: inline-block; }

.joyslider .slide-preview:hover {
  border-top-color: #c9a96e; }

.grid .grid-item:nth-child(1) {
  padding-left: 0; }

.grid .grid-item:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px; }

.grid .grid-item:nth-child(3) {
  padding-right: 0; }

#sb_instagram #sbi_images {
  padding: 2px !important; }

#sb_instagram .sb_instagram_header {
  padding: 10px 10px 0 10px !important; }

#sb_instagram {
  padding-bottom: 0px !important; }

#Top-links ul li a i::before {
  margin: 0 7px 0 0;
  opacity: 0.7; }

.menu > .current-menu-ancestor:after, .menu > .current_page_item:after, .menu > li:hover:after {
  content: "";
  position: relative;
  display: block;
  border-bottom: 2px solid #000;
  margin-top: -2px;
  width: 100%;
  border-color: #c9a96e;
  opacity: 1; }

@media screen and (max-width: 768px) {
  #sw_facebook_display {
    display: none; }

  .top-header .logo {
    width: 80% !important;
    margin-bottom: 0; }

  #menu-top_links .menu-item {
    margin: 0;
    text-align: center;
    width: 50%; }

  .joyslider {
    /*display: none;*/
    margin-bottom: 40px; }

  .container-social .social-header {
    margin-left: 0;
    padding: 0 10px; }

  .container-social h2 {
    font-size: 28px; }

  .container-social h3 {
    font-size: 18px;
    width: auto; }

  .container-social h2,
  .container-social h3 {
    text-align: center; }

  .container-social h2:after {
    display: none; }

  .newsletter:before {
    padding-top: 20px; }

  .primary-menu.affix #Top-menu {
    display: none; }

  .navbar-toggle {
    color: #ba944e;
    border: none;
    padding: 8px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    float: none;
    margin-right: 0;
    justify-content: center; }

  .navbar-header {
    padding: 10px; }

  .navbar-toggle strong {
    margin-right: 10px; }

  .navbar-toggle .icon-bar {
    background: #ba944e;
    width: 26px;
    height: 3px; }

  .navbar-toggle.opened .bars .icon-bar:nth-child(2) {
    transform: rotate(45deg); }

  .navbar-toggle.opened .bars .icon-bar:nth-child(3) {
    display: none; }

  .navbar-toggle.opened .bars .icon-bar:nth-child(4) {
    transform: rotate(-45deg);
    margin-top: -2px; }

  #menu-wyrwane:not(.opened) {
    display: none; }

  #menu-wyrwane li {
    display: block; } }
.slyframe img {
  max-width: 400px; }

/* Extra styles */
.slyframe {
  width: 100%;
  height: attr(data-height);
  padding: 0; }

.slyframe .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none; }

.slyframe .slidee li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
  height: 100%;
  cursor: all-scroll; }

.slyframe .slidee li img {
  height: 100%;
  width: auto; }

.slyscrollbar {
  width: 100%;
  height: 5px;
  margin-top: 15px; }

.slyscrollbar .handle {
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  height: 100%;
  background: #222;
  cursor: all-scroll; }

/* Effects */
.slyframe {
  -webkit-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  overflow-y: show; }

.slyframe ul {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.slyframe ul li {
  position: relative;
  margin: 0 -20px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out; }

.slyframe ul li.active {
  z-index: 10;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.slyframe ul li.active ~ li {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

/*
	8.10 Buttons
*/
.btn {
  background: inherit;
  padding: 5px 15px;
  font-size: 12px;
  color: inherit;
  border-radius: 0;
  -webkit-transition: .2s all ease-out;
  -moz-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out; }

.btn:hover,
.btn:active,
.btn:focus {
  border-color: #e10d0d;
  outline: 0;
  box-shadow: none;
  border-radius: 0; }

.btn.active {
  background-color: #e10d0d;
  color: #fff;
  box-shadow: none;
  border: none; }

.purchase-btn {
  padding: 15px 40px;
  color: #fff;
  background: transparent; }

.purchase-btn:hover {
  background: #fff; }

.btn.large {
  padding: 0 35px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center; }

.btn.medium {
  padding: 0 20px;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.btn.small {
  padding: 0 15px;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.wyrwane-button {
  background: inherit;
  color: inherit;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  position: relative;
  margin-bottom: 10px; }

.wyrwane-button.big:not(.outline-button) {
  box-shadow: 0 -2px 0 rgba(70, 70, 70, 0.5) inset; }

.wyrwane-button.small:not(.outline-button), .wyrwane-button.medium:not(.outline-button), .wyrwane-button.xsmall:not(.outline-button) {
  box-shadow: 0 -1px 0 rgba(70, 70, 70, 0.5) inset; }

.wyrwane-button.button-has-icon:before {
  margin-right: 10px; }

.wyrwane-button:after {
  content: '';
  display: block;
  height: 3px;
  border-left: 1px solid rgba(30, 30, 30, 0.2);
  border-right: 1px solid rgba(30, 30, 30, 0.2);
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 5px;
  right: 5px;
  -webkit-transition: bottom 0.2s ease-out, opacity 0.3s ease-in;
  -moz-transition: bottom 0.2s ease-out, opacity 0.3s ease-in;
  transition: bottom 0.2s ease-out, opacity 0.3s ease-in; }

.wyrwane-button:hover:after {
  opacity: 1;
  bottom: -4px; }

.wyrwane-button.big {
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  padding: 0 35px;
  font-size: 16px; }

.wyrwane-button.medium {
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  padding: 0 25px; }

.wyrwane-button.small {
  height: 32px;
  line-height: 32px;
  font-size: 11px;
  padding: 0 15px; }

.wyrwane-button.xsmall {
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  padding: 0 10px;
  font-size: 9px; }

.wyrwane-button.outline-button {
  border: 1px solid;
  background-color: transparent; }

.wyrwane-button.big.button-has-icon:before {
  margin-right: 10px; }

.wyrwane-video-fancybox {
  border: none; }

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

iframe {
  max-width: 100%; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0; }

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5); }

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important; }

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform,width;
  transition-property: transform,width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
  box-sizing: content-box; }

.fotorama__caption__wrap {
  box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url(../images/fotorama.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(../images/fotorama@2x.png) 0 0/96px 160px no-repeat; } }
.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2); }

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important; } }
.fotorama {
  min-width: 1px;
  overflow: hidden; }

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important; }

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px; }

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none; }

.fotorama__nav--thumbs {
  display: block; }

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f; }

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue',Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5); }

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none; }

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer; }

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px; }

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0; }

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0; }

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1; }

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20; }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none; }

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block; }

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px; }

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-close {
  display: none; }

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0; }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1; }

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  transition-duration: 0.3s; }

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%; }

.fotorama__nav:before, .fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0,0 0;
  left: -10px; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0; }

.fotorama__nav:after, .fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0,100% 0;
  right: -10px; }

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0; }

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none; }

.wyrwane-shortcode-list > ul > li {
  margin-left: 0; }

.wyrwane-shortcode-list ul li {
  list-style: none;
  position: relative; }

.wyrwane-star ul li:before {
  content: "\e843"; }

.wyrwane-shortcode-list ul li:before {
  display: inline-block;
  font-family: 'redfont';
  left: 0;
  top: 0;
  margin-right: 10px; }

.wyrwane-shortcode-list ul {
  padding-left: 0; }

/* General widget styles */
.widget a {
  color: inherit; }

.widget-items {
  padding: 0; }

.widget-items li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  list-style-type: none;
  position: relative; }

.widget-items > li:after {
  content: "";
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  width: 100%;
  display: block;
  position: relative; }

.widget-items.widget-columns-2 {
  margin-left: -8px;
  margin-right: -8px; }

.widget-items.widget-columns-2 .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px; }

.widget-items.row > li.col-lg-6 {
  padding: 0 8px;
  border-bottom: 0 none;
  margin-bottom: 20px; }

.widget-content-box {
  position: relative; }

.widget-columns-2 > li:nth-of-type(2n+1) {
  clear: left; }

.widget_most_viewed .widget-items.row > li.col-lg-6 h4 {
  font-size: 15px; }

.content-block .widget .widget-items article {
  margin-bottom: 0; }

.widget-items li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0 none; }

.widget-items li h4, .widget-items li h4 {
  font-size: 16px;
  margin: 0 0 0;
  line-height: 1.4; }

.widget_most_viewed .widget-items li .title,
.widget_most_liked .widget-items li .title {
  margin-bottom: 0;
  margin-top: 0; }

.widget_most_viewed .widget-items.widget-has-image li .title,
.widget_most_liked .widget-items.widget-has-image li .title {
  margin-top: 15px; }

.widget_most_viewed .count-item,
.widget_most_liked .count-item {
  display: inline-block;
  float: left;
  font-size: 48px;
  line-height: 1.2;
  margin-top: -10px; }

.widget_most_viewed .widget-has-number .entry-content,
.widget_most_liked .widget-has-number .entry-content {
  padding-left: 50px; }

.widget_most_viewed .widget-items > li,
.widget_most_liked .widget-items > li {
  margin-bottom: 0; }

.widget_most_viewed .widget-has-image > li,
.widget_most_liked .widget-has-image > li {
  margin-bottom: 15px; }

.widget_most_viewed .entry-content .widget-meta li,
.widget_most_liked .entry-content .widget-meta li {
  font-style: italic;
  font-size: 11px;
  padding-left: 0;
  padding-right: 0; }

.widget_latest_posts .widget-items li h4 {
  margin: 10px 0 0 0; }

.widget-items li article > .col-lg-4 {
  padding-right: 0; }

.widget-delimiter {
  /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
  margin-bottom: 20px; }

.widget-bottom {
  height: 5px;
  clear: both;
  background: #EB593C;
  margin-top: 15px; }

.widget table {
  width: 100%; }

.widget-content:after {
  content: '';
  clear: both;
  display: block; }

.widget article .entry-img {
  margin-bottom: 15px;
  display: block; }

.widget li.cat-item {
  margin-bottom: 7px; }

.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul {
  padding-left: 20px; }

/* Mobile widget */
@media only screen and (max-width: 768px) {
  .widget, .widget:last-child {
    margin-bottom: 70px; }

  .widget .entry-img {
    float: left;
    margin-right: 20px; } }
@media only screen and (min-width: 992px) {
  .widget:last-child {
    margin-bottom: 0; } }
.widget-meta li {
  display: inline-block;
  border: 0 none;
  margin-right: 10px;
  color: #ababab;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 11px; }

.widget-meta .go-likes {
  text-shadow: none; }

.inline-share .go-share li div {
  display: inline-block; }

.go-share {
  list-style: none;
  margin-bottom: 15px; }

.go-share li {
  text-align: center; }

.go-share .btn-default {
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: center;
  padding: 0.75em 0.5em;
  display: block; }

.go-share .go-share-btn {
  background-color: #3a5899;
  color: #fff; }

.go-share .go-comment-btn {
  background-color: #3e3830;
  color: #fff; }

.instagram-pics {
  margin-left: 0px;
  overflow: hidden;
  padding: 0; }

.instagram-pics li {
  width: 31.33%;
  display: block;
  border-bottom: 0;
  padding: 0;
  margin: 0 3% 3% 0;
  float: left; }

.instagram-pics li a {
  display: block;
  background-size: cover;
  background-position: center; }

.instagram-pics li a:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

.instagram-pics li:nth-child(3n) {
  margin-right: 0; }

.instagram-pics li img {
  max-width: 100%;
  vertical-align: middle; }

.instagram-pics li img:hover {
  opacity: .87; }

.grid-item .entry-date {
  font-size: 12px;
  color: #c5c5c5;
  text-align: center;
  margin-top: 15px; }

.grid-item.col-sm-4 article {
  background-color: #fff; }

.post-comments {
  margin-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px; }

.similarpost ul {
  padding-left: 0;
  margin-top: 10px; }

.similarpost ul li {
  list-style: none;
  font-size: 16px;
  display: inline-block;
  padding-right: 10px; }

.widget .similarpost ul li {
  display: block; }

.widget .similarpost ul li a {
  color: #c9a96e; }

.similarpost ul li::first-letter {
  text-transform: uppercase; }

.wyrwane-banner-box.banner-text-align-left {
  text-align: left; }

@media only screen and (min-width: 960px) {
  .wyrwane-banner-box {
    padding-left: 115px;
    padding-right: 115px; } }
.wyrwane-banner-box {
  display: block;
  position: relative;
  white-space: nowrap;
  color: inherit;
  width: 100%;
  z-index: 10;
  margin-bottom: 35px;
  color: white;
  height: 400px;
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: hidden; }

.wyrwane-banner-box.banner-text-align-left .square-box {
  left: 60px;
  border-right: 0px; }

.wyrwane-banner-box.banner-text-align-left .square-box::before {
  content: "";
  right: 0px;
  top: 0px;
  height: 20%;
  width: 2px;
  position: absolute; }

.wyrwane-banner-box.banner-text-align-left .square-box::after {
  content: "";
  right: 0px;
  bottom: 0px;
  height: 40%;
  width: 2px;
  position: absolute; }

.wyrwane-banner-box .square-box:before, .wyrwane-banner-box .square-box:after {
  background-color: #c9a96e; }

.square-box .sharing-options {
  position: absolute;
  bottom: 15px;
  left: 5px;
  right: 5px;
  font-size: 17px;
  text-align: center; }

.wyrwane-banner-box article {
  position: relative;
  z-index: 1;
  margin: 0px; }

.wyrwane-banner-box .container {
  position: relative;
  z-index: 10; }

.wyrwane-banner-box .container::before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 82%;
  left: -10%;
  top: -5%;
  z-index: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%); }

.wyrwane-banner-box article .title {
  text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px, rgba(0, 0, 0, 0.6) 0px 1px 2px; }

.wyrwane-banner-box article .title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 36px !important;
  line-height: 1.3em;
  white-space: normal;
  position: relative;
  z-index: 10;
  color: #fff !important; }

.wyrwane-banner-box article .subtitle, .wyrwane-banner-box article .title {
  text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px, rgba(0, 0, 0, 0.6) 0px 1px 2px; }

.wyrwane-banner-box article .subtitle {
  margin-bottom: 20px;
  white-space: normal;
  position: relative;
  z-index: 10; }

.wyrwane-banner-box article .banner-btn {
  display: inline-block;
  height: 30px;
  white-space: nowrap;
  line-height: 30px;
  text-align: center;
  color: inherit;
  font-size: 12px;
  font-style: italic;
  position: relative;
  padding: 0px 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #c9a96e;
  color: #fff; }

.wyrwane-banner-box .square-box {
  width: 270px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 50px;
  bottom: 50px;
  border-width: 2px;
  border-style: solid;
  border-color: white;
  border-image: initial;
  background: rgba(20, 24, 35, 0.47); }

.wyrwane-banner-box .square-box {
  border-color: #c9a96e; }

@media (max-width: 756px) {
  .wyrwane-banner-box {
    padding-top: 20px; }

  .wyrwane-banner-box .square-box {
    width: 100%;
    left: 0 !important;
    top: 0;
    bottom: 0;
    border-color: transparent; }

  .wyrwane-banner-box .container::before {
    background: transparent; } }
@media (max-width: 960px) {
  .wyrwane-banner-box.banner-text-align-left .square-box {
    left: 10px; } }
/*Mega menu*/
.is_mega_div {
  display: none; }

li:hover .is_mega_div {
  display: block;
  position: absolute;
  z-index: 999;
  background: #fff;
  left: 0; }

@media (max-width: 768px) {
  li:hover .is_mega_div {
    display: none; } }
.home .affix li:hover .is_mega_div {
  display: none; }

.affix li .is_mega_div {
  margin: 0 20px; }

#menu-wyrwane {
  position: relative; }

#menu-wyrwane .is_mega_submenu .header {
  height: auto;
  margin-bottom: 10px; }

#menu-wyrwane .sub-menu {
  background-color: #f2f2f2;
  padding: 20px 15px 0; }

#menu-wyrwane .sub-menu .grid-item {
  padding-bottom: 20px; }

/*#menu-wyrwane .menu-item-object-category > a:after {
	content: '\e805';
	display: inline-block;
	margin-left: 10px;
	font-family: "redfont";
	font-size: 12px;
	opacity: 0.7;
}*/
#menu-wyrwane .sub-menu li .taxonomy_views a.view-more {
  display: block;
  margin-top: -15px;
  overflow: visible;
  transition: color 0.2s ease-in-out; }

#menu-wyrwane .sub-menu li .taxonomy_views a.view-more {
  color: #c9a96e; }

#menu-wyrwane .sub-menu li .taxonomy_views a span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px; }

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin-bottom: 40px; }

.inside-full-height {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.inside-full-height .grid-item:last-child {
  padding-bottom: 0; }

.col-sm-height {
  display: table-cell;
  float: none;
  height: 100%; }

/*
.fb_iframe_widget {
	position: absolute!important;
}*/
.container-social {
  overflow: hidden;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 35px;
  width: auto; }

@media screen and (min-width: 768px) {
  .container-social {
    margin-top: -30px; } }
.container-social-img {
  display: block; }

.container-social-img.mobile {
  display: none; }

.container-social-box {
  background: white;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -150px;
  height: 670px;
  width: 670px;
  right: 10%;
  max-width: 755px;
  max-height: 755px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.container-social-box > div {
  max-width: 75%; }

.container-social-box h4 {
  /*font-family: "Lora",Garamond,serif;*/
  font-size: 50px;
  /*font-size: 5vw;*/
  line-height: 50px;
  /*line-height: 5vw;*/
  margin-bottom: 30px; }

.container-social-box p {
  color: #6f6f6f;
  margin-bottom: 30px !important;
  font-size: 16px;
  line-height: 20px !important; }

.container-social-box button[type="submit"],
.container-social-box button.loading {
  color: #fff;
  display: inline-block;
  background-color: #c9a96e;
  font-size: 16px;
  line-height: 48px;
  text-align: left;
  padding: 0 0 0 15px;
  z-index: 5;
  position: relative;
  border: 0;
  height: 48px;
  width: 165px;
  border-radius: 0; }

.container-social-box button.loading {
  padding: 10px 0;
  text-align: center; }

.container-social-box button[type="submit"] i {
  opacity: 1;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background: rgba(60, 60, 60, 0.3);
  text-align: center; }

.container-social-box .form-section {
  width: calc(100% - 165px);
  float: left; }

.container-social-box .form-section .form-group {
  width: 49%;
  float: left; }

.container-social-box .form-section .form-group:first-child {
  margin-right: 2%; }

.container-social-box .form-control {
  border: 1px solid #d9c396;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 15px;
  height: 48px;
  font-size: 16px; }

.container-social-box .ml-error .form-control {
  border-color: #f9655a; }

.container-social-box .subscribe-form::after {
  content: '';
  display: block;
  clear: both; }

.container-social-box .ml-block-success .form-section {
  width: 100%; }

.container-social-social {
  position: relative;
  margin-top: .2vw;
  padding-top: .8vw;
  border-top: 1px dotted #c7c7c7; }

.container-social-social:after {
  content: '';
  display: block;
  clear: both; }

/*.container-social-social:before {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background-color: #efefef;
	position: absolute;
	left: 50%;
}*/
.container-social-social-col {
  width: 33.33%;
  float: left; }

.container-social-social-col-container {
  display: inline-block;
  margin: 0 auto; }

.container-social-social-col img {
  float: left; }

.container-social-social-col-text {
  float: left;
  text-align: left;
  padding-left: 14px;
  padding-top: 15px;
  font-weight: bold;
  font-size: 19px;
  line-height: 20px; }

.container-social-social-col-text a,
.container-social-social-col-text a:visited {
  color: #000;
  font-weight: normal; }

.container-social-social-col-text small {
  font-weight: normal;
  color: #9f9f9f;
  font-size: 14px; }

.container-social-social-col img {
  width: 3.5vw; }

.container-social-social-col-text {
  font-size: 20px;
  line-height: 18px;
  padding-top: 10px; }

@media screen and (max-width: 1440px) {
  .container-social-social-col-text {
    padding-top: 5px; }

  .container-social-social-col img {
    width: 3vw; } }
@media screen and (max-width: 1169px) {
  .container-social-box > div {
    max-width: 70%; }

  .container-social-box {
    height: 430px;
    width: 430px;
    top: -70px; }

  .container-social-box p {
    font-size: 14px;
    margin-bottom: 15px !important; }

  .container-social-box h4 {
    font-size: 26px;
    line-height: 25px;
    margin-bottom: 10px; }

  .container-social-social-col img {
    width: 2.5vw; }

  .container-social-social-col-text {
    font-size: 15px;
    line-height: 12px;
    padding-top: 2px; }

  .container-social-box .form-control {
    padding: 10px;
    height: 32px;
    font-size: 12px; }

  .container-social-box button[type="submit"] i {
    height: 32px;
    line-height: 32px;
    width: 20px; }

  .container-social-box button[type="submit"], .container-social-box button.loading {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 0 0 10px;
    width: 100px; }

  .container-social-box .form-section {
    width: calc(100% - 115px); }

  .container-social-social-col-text small {
    font-size: 11px; }

  .container-social-social-col {
    float: none;
    display: inline-block;
    width: 49%; }

  .container-social-social-col:last-child {
    margin-top: 10px; } }
@media screen and (max-width: 960px) {
  .container-social-box {
    top: -65px; }

  .container-social-box p {
    font-size: 11px;
    margin-bottom: 10px !important; } }
@media (min-width: 756px) and (max-width: 960px) {
  .container-social-box button[type="submit"], .container-social-box button.loading {
    font-size: 11px;
    padding-left: 8px;
    height: 33px;
    line-height: 33px;
    width: 95px; }

  .container-social-box button[type="submit"] i {
    height: 33px;
    line-height: 33px; }

  .container-social-box .form-control {
    height: 33px;
    font-size: 11px; }

  .container-social-box .form-section {
    width: calc(100% - 95px); } }
@media screen and (max-width: 900px) {
  .container-social-box > div {
    max-width: 45vw; }

  .container-social-box {
    height: 450px;
    width: 450px;
    top: -13vw; }

  .container-social-box p {
    font-size: 1.5vw; }

  .container-social-social-col {
    float: left;
    width: 33.33%; }

  .container-social-social-col:last-child {
    margin-top: 0; } }
@media screen and (min-width: 1440px) {
  .container-social-box {
    width: 700px;
    height: 700px;
    top: -130px; }

  .container-social-social-col img {
    width: 50px; } }
@media screen and (max-width: 756px) {
  .container-social-img.mobile {
    display: block; }

  .container-social-img.desktop {
    display: none; }

  .container-social-box {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: initial;
    max-height: initial;
    display: block;
    left: 0;
    top: 0;
    border-radius: 0;
    padding-bottom: 25px; }

  .container-social-box > div {
    width: 90%;
    max-width: inherit;
    margin: 0 auto; }

  .container-social-box h4 {
    font-size: 6vw;
    line-height: 1em; }

  .container-social-box h4 br {
    display: none; }

  .container-social-box p {
    font-size: 3.8vw;
    line-height: 5vw !important;
    margin-bottom: 15px !important; }

  .container-social-social {
    margin-top: 15px; }

  .container-social-social:before {
    display: none; }

  .container-social-social-col {
    width: 100%;
    margin-bottom: 15px; }

  .container-social-social-col img {
    width: 50px; }

  .container-social-social-col-text {
    font-size: 20px;
    line-height: 24px;
    padding-top: 5px; }

  .container-social-social-col-text small {
    font-size: 16px; }

  .container-social-box .form-section {
    width: 100%; }

  .container-social-box .form-control {
    font-size: 16px;
    height: 45px; }

  .container-social-box button[type="submit"], .container-social-box button.loading {
    width: auto;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 15px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px; }

  .container-social-box button[type="submit"] i {
    width: 30px;
    height: 45px;
    line-height: 45px; } }
@media (max-width: 878px) {
  #social-sidebar {
    display: none; }

  /*	.go-share {
  		position: fixed;
  		bottom: 0;
  		width: 100%;
  		left: 0;
  		margin-bottom: 0!important;
  		background: #fff;
  	}*/
  .go-share hr {
    display: none; }

  .go-share .col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 !important; }

  .go-share .inline-share {
    padding: 5px; }

  .go-share .inline-share::after {
    content: '';
    display: block;
    clear: both; }

  .go-share .go-comment-btn {
    margin-bottom: 0; } }
@media (max-width: 370px) {
  .go-share .btn-default {
    padding: 5px; } }
@media (max-width: 991px) {
  .worth .grid-item .row > div {
    padding-right: 0;
    padding-left: 0; }

  .worth .container > .row > .col-md-4 {
    display: none; }

  .article-title-wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 15px; } }
@media (max-width: 600px) {
  .worth .row-height > .col-md-4 {
    display: none; }

  .worth .row-height > .col-md-8 {
    width: 100%; } }
footer .copyright {
  font-size: .8em; }

#social-sidebar.stickit {
  position: fixed;
  top: 0px; }

#social-sidebar.stickem:not(.stickit) {
  left: auto !important; }

.page .content-block {
  margin-bottom: 35px; }

.floating_search {
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  color: #333333;
  font-size: 20px; }

.floating_search:hover {
  color: #c9a96e; }

@media (min-width: 824px) {
  .affix .floating_search {
    display: block; } }
.post-meta.list-inline .go-likes {
  text-shadow: none;
  margin-left: 5px; }

.post-meta.list-inline .go-likes li {
  font-size: 14px; }

.post-meta.list-inline .go-likes li:last-child {
  float: left;
  margin-right: 10px; }

.post-meta.list-inline .avatar img {
  position: relative;
  visibility: initial;
  opacity: 1;
  border-radius: 50%;
  margin-bottom: -30%; }

@media (max-width: 756px) {
  .header .entry-header-content h1.post-title {
    font-size: 40px !important; } }
#wyrwane-back-to-top {
  position: fixed;
  bottom: -100px;
  right: 30px;
  border: none;
  box-shadow: none;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0.85;
  outline: 0;
  z-index: 999;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out; }

#wyrwane-back-to-top:hover,
#wyrwane-back-to-top:active,
#wyrwane-back-to-top:focus {
  opacity: 1;
  outline: 0;
  padding: 0;
  margin: 0; }

#wyrwane-back-to-top .icon-up {
  display: block;
  font-size: 16px; }

#wyrwane-back-to-top span {
  display: none; }

@media screen and (max-width: 768px) {
  #wyrwane-back-to-top {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 0; } }
.post-divider {
  border: none;
  margin: 2px 0; }

.is-single-post .navigation {
  display: none; }

/* NEWSLETTER MODAL */
.newsletter-under-post {
  max-width: 1120px;
  height: 360px;
  margin: 0 auto 20px auto;
  border: 5px solid #c9a96e; }

.newsletter-under-post .newsletter-box {
  max-width: 60%;
  margin-right: 6%; }

.newsletter-under-post .newsletter-box form {
  padding-left: 80px; }

.newsletter-under-post .form-control {
  width: 140px; }

.newsletter-under-post .newsletter-overlay {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  width: 750px;
  height: 750px;
  top: -200px;
  right: 2%;
  border-radius: 50%; }

/* .newsletter-under-post .newsletter-social-container{
	max-width: 500px;
} */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
/* The Close Button */
.modal .close {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 14px;
  position: absolute;
  top: 0;
  right: 14px;
  z-index: 99; }

.modal .close:hover,
.modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal .modal-body {
  padding: 2px 16px; }

.newsletter-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: hidden; }

.newsletter-img {
  width: 250px; }

.newsletter-img.mobile {
  display: none; }

.newsletter-title {
  font-size: 30px;
  line-height: 50px; }

.newsletter-box {
  padding: 30px 30px 40px 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-right: 2%; }

.newsletter-overlay {
  position: absolute;
  z-index: 5;
  background-color: #fff;
  width: 630px;
  height: 630px;
  top: -100px;
  right: 0%;
  border-radius: 50%; }

.newsletter-box form {
  padding-left: 20px;
  padding-bottom: 25px; }

.newsletter-box p {
  margin-bottom: 20px !important;
  font-size: 16px;
  line-height: 20px !important; }

.newsletter-wrapper .form-control {
  border: 1px solid #d9c396;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 15px;
  height: 48px;
  font-size: 14px;
  width: 150px;
  float: left;
  margin-left: 2px; }

.newsletter-wrapper button[type="submit"] {
  color: #fff;
  float: left;
  background-color: #c9a96e;
  font-size: 14px;
  line-height: 48px;
  text-align: left;
  padding: 0 0 0 15px;
  z-index: 5;
  position: relative;
  border: 0;
  height: 48px;
  width: 150px;
  border-radius: 0; }

.newsletter-wrapper button[type="submit"] i {
  opacity: 1;
  height: 48px;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  background: rgba(60, 60, 60, 0.3);
  text-align: center; }

.newsletter-social-container {
  display: flex;
  justify-content: space-between; }

.newsletter-social-container a {
  display: flex;
  align-items: center; }

.newsletter-social-container a .newsletter-social-icon-title {
  font-size: 16px;
  color: #333;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.newsletter-social-container a .newsletter-social-icon-title span {
  line-height: 1.2; }

.newsletter-social-container a img {
  width: 50px;
  height: 50px; }

@media only screen and (max-width: 768px) {
  .modal {
    padding-top: 30px; }

  .modal .close {
    color: #000; }

  .modal-body {
    background-image: none !important; }

  .modal .newsletter-wrapper {
    justify-content: center; }

  .modal .newsletter-box {
    text-align: center; }

  .modal .newsletter-title {
    line-height: inherit; }

  .modal .newsletter-box p {
    margin-top: 20px !important; }

  .modal .newsletter-box p br {
    display: none; } }
/* newsletter-section-new */
.newsletter-section-new {
  display: block;
  float: left;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px auto;
  height: 350px;
  border: 3px solid #d9c396;
  background-color: #fff; }

.is-single-post .newsletter-section-new {
  float: none; }

.newsletter-section-new__box {
  display: flex;
  height: 100%; }

.newsletter-section-new__photo {
  width: 41%; }

.newsletter-section-new__photo img {
  height: 100%;
  object-fit: cover; }

.newsletter-section-new__form {
  width: 59%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }

.newsletter-section-new__title {
  font-size: 30px;
  margin: 0.5em 0; }

.newsletter-section-new__text {
  font-size: 14px;
  line-height: 1.3 !important;
  margin: 0.5em 0; }

.newsletter-section-new__form .form-section {
  float: left;
  display: flex;
  align-items: center;
  height: 50px; }

.newsletter-section-new__form .form-group {
  max-width: 215px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0; }

.newsletter-section-new__form .form-group:last-child {
  margin-right: 0; }

.newsletter-section-new__form .form-control {
  border: 1px solid #d9c396;
  border-radius: 0;
  box-shadow: none;
  padding: 10px 10px;
  max-width: 215px;
  height: 35px;
  font-size: 14px; }

.newsletter-section-new__form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  color: #fff;
  background-color: #c9a96e;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  padding: 0 0 0 15px;
  z-index: 5;
  position: relative;
  border: 0;
  height: 50px;
  width: 165px;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.newsletter-section-new__form button:hover {
  background-color: #af8f55; }

.newsletter-section-new__form button svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin-left: 20px; }

.newsletter-section-new__socials-container {
  width: 100%; }

.newsletter-section-new__socials {
  display: flex;
  justify-content: space-around;
  margin: 1em 0; }

.newsletter-section-new__social-icon-link {
  display: flex;
  align-items: center;
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.newsletter-section-new__social-icon-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1); }

.newsletter-section-new__social-icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center; }

.newsletter-section-new__social-icon svg {
  width: 30px;
  height: 30px;
  fill: #fff; }

.newsletter-section-new__social-icon--facebook {
  background-color: #1877f2; }

.newsletter-section-new__social-icon--group {
  background-color: #2a4275; }

.newsletter-section-new__social-icon--instagram {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%); }

.newsletter-section-new__social-icon-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 20px; }

.newsletter-section-new__social-icon-title span {
  line-height: 15px; }

.newsletter-section-new__social-icon-title--counter {
  font-size: 15px;
  font-weight: 700;
  color: #000; }

.newsletter-section-new__social-icon-title--text {
  font-size: 13px;
  color: #000; }

@media only screen and (max-width: 1130px) {
  .is-single-post .newsletter-section-new__photo {
    display: none; }

  .is-single-post .newsletter-section-new__form {
    width: 100%; } }
@media only screen and (max-width: 950px) {
  .newsletter-section-new__photo {
    display: none; }

  .newsletter-section-new__form {
    width: 100%; } }
@media only screen and (max-width: 767px) {
  .newsletter-section-new {
    float: none;
    padding: 40px;
    height: auto; }

  .newsletter-section-new__form .form-section {
    float: none; }

  .newsletter-section-new__form .form-group {
    width: 100%;
    float: none; }

  .newsletter-section-new__form button[type="submit"] {
    width: 100%; }

  .newsletter-section-new__socials {
    flex-direction: column;
    align-items: center; }

  .newsletter-section-new__social-icon-link {
    padding-top: 10px; } }
/* end newsletter-section-new */
#cookie-law-info-again {
  display: none !important; }

.new_post_google a {
  text-align: center;
  color: #fff;
  background-color: #d6c397;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 17px;
  display: block; }

.new_post_google svg {
  height: 17px;
  margin: 0 15px -2px 0; }

.vcenter {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  float: none; }

/* test */
/* test to dev 21-05-2020 */
#Top-links #menu-item-4389 a {
  position: relative;
  padding-left: 22px; }
  #Top-links #menu-item-4389 a:before {
    content: url(img/icon-about-me.svg);
    position: absolute;
    left: 0;
    top: 21px; }
#Top-links #menu-item-4235 a {
  position: relative;
  padding-left: 22px; }
  #Top-links #menu-item-4235 a:before {
    content: url(img/icon-cooperation.svg);
    position: absolute;
    left: 0;
    top: 21px; }

body .icon-left:before {
  content: url(img/icon-prev.svg); }
body .icon-right:before {
  content: url(img/icon-next.svg); }
body .icon-pause:before {
  content: url(img/icon-pause.svg); }
body .icon-play:before {
  content: url(img/icon-play.svg); }
body .fa-comments:before {
  content: url(img/icon-comments.svg); }
body .fa-thumbs-up:before {
  content: url(img/icon-like.svg); }
body .fa-envelope, body .fa-user-cog, body .fa-bolt, body .fa-fire, body .fa-share-alt, body .fa-bell, body .fa-bell-slash {
  display: inline-block;
  position: relative;
  background: #666666; }
  body .fa-envelope:before, body .fa-user-cog:before, body .fa-bolt:before, body .fa-fire:before, body .fa-share-alt:before, body .fa-bell:before, body .fa-bell-slash:before {
    content: none; }
body .fa-envelope {
  mask-image: url(img/envelope-regular.svg);
  width: 15px;
  height: 16px;
  top: 4px; }
body .fa-user-cog {
  mask-image: url(img/user-cog-solid.svg);
  width: 22px;
  height: 17px;
  top: 3px; }
body .fa-bolt {
  mask-image: url(img/bolt-solid.svg);
  width: 11px;
  height: 17px;
  top: 3px;
  background: #ffa600; }
body .fa-fire {
  mask-image: url(img/fire-solid.svg);
  width: 13px;
  height: 17px;
  top: 3px;
  background: #fc5844; }
body .fa-share-alt {
  mask-image: url(img/share-alt-solid.svg);
  width: 15px;
  height: 17.9px;
  top: 3px; }
body .fa-bell {
  mask-image: url(img/bell-regular.svg);
  width: 16px !important;
  height: 17.9px;
  top: 3px; }
body .fa-bell-slash {
  mask-image: url(img/bell-slash-regular.svg);
  width: 22px !important;
  height: 17.9px;
  top: 3px; }
body .fa-heart {
  background: url(img/heart-solid.svg) no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top: 11px; }
body .wpd-tooltip-content .fa-twitter, body .wpd-tooltip-content .fa-facebook-f {
  background: #fff;
  display: inline-block; }
body .wpd-tooltip-content .fa-twitter {
  mask-image: url(img/twitter-brands.svg);
  width: 13px;
  height: 13px;
  top: 3px; }
body .wpd-tooltip-content .fa-facebook-f {
  mask-image: url(img/facebook-f-brands.svg);
  width: 2px;
  height: 13px;
  top: 3px;
  padding: 0 4px !important;
  margin: 0 5px !important; }

#social-sidebar .fa-comments:before {
  content: url(img/icon-comments-dark.svg); }
#social-sidebar .fa-facebook-f {
  padding-top: 28px;
  position: relative; }
  #social-sidebar .fa-facebook-f:before {
    background: url(img/facebook-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%); }

.go-likes .like-icon {
  width: 22px;
  padding-right: 4px;
  top: 5px;
  position: relative; }
.go-likes .comment-icon {
  width: 22px;
  padding-right: 4px;
  top: 5px;
  position: relative; }

@media only screen and (max-width: 600px) {
  .tcb-flex-col {
    max-width: 100% !important; } }
@media only screen and (min-width: 600px) {
  .tcb-flex-col {
    float: left; } }

@media only screen and (min-width: 600px) {
  .thrv_lead_generation_container .tcb-flex-col {
    float: left; } }

@media only screen and (min-width: 600px) {
  .tve-form-button-submit {
    width: 179px !important; } }

@media only screen and (min-width: 600px) {
  body .tve-form-button {
    margin-right: 0 !important; } }

span.tcb-button-icon {
  display: none;
  font-size: 1em;
  line-height: 0;
  position: relative;
  color: inherit; }

.tve-form-button {
  background-color: #c9a96e !important; }

.tcb-button-link {
  border-radius: 0px;
  overflow: hidden;
  background-color: #c9a96e !important;
  padding: 0px !important;
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center; }

@media only screen and (max-width: 600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 600px) {
  .row {
    margin-left: -15px;
    margin-right: -15px; } }

@media only screen and (max-width: 600px) {
  span.tcb-button-icon {
    display: none;
    font-size: 1em;
    line-height: 0;
    position: relative;
    color: inherit; }

  .tve-form-button {
    background-color: #c9a96e !important; }

  .tcb-button-link {
    border-radius: 0px;
    overflow: hidden;
    background-color: #c9a96e !important;
    padding: 0px !important;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center; }

  .title-wrapper {
    display: none !important; }

  .article-title {
    padding: 0 4px; }

  .grid-item article .title-holder {
    padding: 0 5px 10px; }

  .header .entry-header-content h1.post-title {
    font-size: 32px !important; }

  .header .entry-header-content {
    padding: 20px 15px 10px; }

  .search-container-form .search-form .search-submit::before {
    content: url(img/icon-search.svg);
    right: -8px;
    position: absolute; }

  .header-social-icons {
    display: none !important; } }
.go-share .go-share-btn {
  height: 57px; }
  .go-share .go-share-btn svg {
    width: 29px;
    position: absolute;
    top: 2px;
    left: 7px; }
    @media only screen and (min-width: 600px) {
      .go-share .go-share-btn svg {
        left: auto;
        margin-left: -30px; } }
    .go-share .go-share-btn svg path {
      fill: #fff; }

.search-open .top-header .search .search-container-form {
  z-index: 999; }

.entry .tcb-flex-row.tcb--cols--3 {
  display: flex;
  justify-content: space-between;
  height: 50px; }
  .entry .tcb-flex-row.tcb--cols--3 .tcb-flex-col:nth-of-type(2) input {
    border: none !important; }

.mailerlite-form .mailerlite-form-description {
  margin-bottom: 10px; }

.mailerlite-form .mailerlite-form-field {
  margin-bottom: 10px; }

.mailerlite-form .mailerlite-form-field label {
  display: block; }

.mailerlite-form .mailerlite-subscribe-button-container {
  text-align: center; }

.mailerlite-form input.error {
  color: #ff0000;
  border-color: #ff0000; }

.mailerlite-form label.error {
  color: #ff0000; }

.mailerlite-form-response {
  margin-top: 20px;
  display: none;
  text-align: center;
  color: #00a154; }

.mailerlite-form-loader {
  display: none;
  text-align: center;
  font-weight: bold;
  margin: 0 20px; }

.newsletter-new {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px !important;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0 !important; }
  .newsletter-new .tcb-flex-col-img {
    max-width: 370px; }
    .newsletter-new .tcb-flex-col-img img {
      float: left; }
  .newsletter-new .tcb-flex-row {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 600px) {
      .newsletter-new .tcb-flex-row {
        flex-direction: column; } }
  .newsletter-new .mailerlite-form-title, .newsletter-new label, .newsletter-new .mailerlite-form .mailerlite-form-description {
    display: none !important; }
  .newsletter-new .mailerlite-form {
    margin-left: 35px; }
  .newsletter-new .mailerlite-form {
    border: 1px solid rgba(201, 169, 110, 0.5);
    margin: 0 2em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3em rgba(60, 44, 7, 0.0902);
    box-shadow: 0 0 3em rgba(60, 44, 7, 0.0902);
    border-radius: .25em;
    overflow: hidden; }
  .newsletter-new input {
    border: none;
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0em !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important; }
  .newsletter-new .mailerlite-form-field, .newsletter-new .mailerlite-subscribe-button-container {
    width: 33.33%;
    margin: 0;
    overflow: hidden !important; }
    @media only screen and (max-width: 600px) {
      .newsletter-new .mailerlite-form-field, .newsletter-new .mailerlite-subscribe-button-container {
        width: 100%; } }
  .newsletter-new .mailerlite-subscribe-submit {
    background-color: #c9a96e !important;
    color: #fff;
    width: 100%;
    transition: all 0.4s; }
    .newsletter-new .mailerlite-subscribe-submit:hover {
      background: #000; }
  .newsletter-new #mailerlite-4-field-name {
    border-left: 1px solid #eee !important; }
  .newsletter-new .mailerlite-subscribe-submit, .newsletter-new input {
    height: 51px;
    padding-left: 15px;
    padding-right: 15px; }
  .newsletter-new .mailerlite-form-inputs {
    display: flex; }
    @media only screen and (max-width: 600px) {
      .newsletter-new .mailerlite-form-inputs {
        flex-direction: column; } }

.sidebar-stick .widget:nth-of-type(2) {
  margin-top: 20px; }

/*# sourceMappingURL=style.css.map */
