/*
Theme Name: Chilifest-kanal - si - v.1                            
Theme URI:  
Author: Tall web 
Author URI: http://Chilifest-kanal.si
Description: Chilifest-kanal.
Version: 1.0
Tags: Chilifest-kanal.   
 
*/                  
 
/* 3rd party packages */                  
 
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */                  
 
/* Document
   ========================================================================== */                  
 
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */                  
 
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}                  
 
/* Sections
   ========================================================================== */                  
 
/**
 * Remove the margin in all browsers.
 */                  
 
body {
  margin: 0;
}                  
 
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */                  
 
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}                  
 
/* Grouping content
   ========================================================================== */                  
 
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */                  
 
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}                  
 
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */                  
 
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}                  
 
/* Text-level semantics
   ========================================================================== */                  
 
/**
 * Remove the gray background on active links in IE 10.
 */                  
 
a {
  background-color: transparent;
}                  
 
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */                  
 
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}                  
 
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */                  
 
b,
strong {
  font-weight: bolder;
}                  
 
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */                  
 
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}                  
 
/**
 * Add the correct font size in all browsers.
 */                  
 
small {
  font-size: 80%;
}                  
 
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */                  
 
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}                  
 
sub {
  bottom: -0.25em;
}                  
 
sup {
  top: -0.5em;
}                  
 
/* Embedded content
   ========================================================================== */                  
 
/**
 * Remove the border on images inside links in IE 10.
 */                  
 
img {
  border-style: none;
}                  
 
/* Forms
   ========================================================================== */                  
 
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */                  
 
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}                  
 
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */                  
 
button,
input { /* 1 */
  overflow: visible;
}                  
 
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */                  
 
button,
select { /* 1 */
  text-transform: none;
}                  
 
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */                  
 
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}                  
 
/**
 * Remove the inner border and padding in Firefox.
 */                  
 
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}                  
 
/**
 * Restore the focus styles unset by the previous rule.
 */                  
 
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}                  
 
/**
 * Correct the padding in Firefox.
 */                  
 
fieldset {
  padding: 0.35em 0.75em 0.625em;
}                  
 
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */                  
 
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}                  
 
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */                  
 
progress {
  vertical-align: baseline;
}                  
 
/**
 * Remove the default vertical scrollbar in IE 10+.
 */                  
 
textarea {
  overflow: auto;
}                  
 
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */                  
 
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}                  
 
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */                  
 
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}                  
 
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */                  
 
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}                  
 
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */                  
 
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}                  
 
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */                  
 
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}                  
 
/* Interactive
   ========================================================================== */                  
 
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */                  
 
details {
  display: block;
}                  
 
/*
 * Add the correct display in all browsers.
 */                  
 
summary {
  display: list-item;
}                  
 
/* Misc
   ========================================================================== */                  
 
/**
 * Add the correct display in IE 10+.
 */                  
 
template {
  display: none;
}                  
 
/**
 * Add the correct display in IE 10.
 */                  
 
[hidden] {
  display: none;
}                  
 
/* SASS and Global'ish Stuff */                  
 
body {
  color: #000;
  font-family: 'TitilliumWeb-Light', sans-serif;
  overflow-x: hidden;
  position: relative;
}                  
 
img {
  max-width: 100%;
  height: auto;
}                  
 
a {
  color: #e20613;
}                  
 
a:hover {
  text-decoration: none;
}                  
 
p, ul, ol {
  margin: 0 0 1.65em 0;
}                  
 
p, li {
  line-height: 1.65;
}                  
 
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}                  
 
.container--narrow {
  max-width: 960px;
}                  
 
.container--visual {
  max-width: 1300px;

  position: absolute;

    top: 40%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
}                  
 
.container--visual--soc {
  max-width: 1300px;

  position: absolute;
 left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
   
   
    bottom: 0;
}                  
 
.container--page {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 60px;
  position: relative;
}                  
 
@media (min-width: 960px) {                  
 
.container--page {
   padding: 70px 60px
}
  }                  
 
@media (min-width: 1350px) {                  
 
.container--page {
       padding: 70px 40px
}
    }                  
 
.container--page-catnav {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 60px;
  position: relative;
}                  
 
@media (min-width: 960px) {                  
 
.container--page-catnav {
   padding: 70px 60px 20px
}
  }                  
 
@media (min-width: 1350px) {                  
 
.container--page-catnav {
       padding: 70px 40px 20px
}
    }                  
 
.container--page-catnavdoc {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 60px;
  position: relative;
}                  
 
@media (min-width: 960px) {                  
 
.container--page-catnavdoc {
   padding: 0px 60px 20px
}
  }                  
 
@media (min-width: 1350px) {                  
 
.container--page-catnavdoc {
       padding: 0px 40px 20px
}
    }                  
 
.container--page-catnavg {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 60px 0px;
  position: relative;
}                  
 
@media (min-width: 960px) {                  
 
.container--page-catnavg {
   padding: 70px 60px 0px
}
  }                  
 
@media (min-width: 1350px) {                  
 
.container--page-catnavg {
       padding: 70px 40px 0px
}
    }                  
 
.container--page-catnavg2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0px 60px;
  position: relative;
}                  
 
@media (min-width: 960px) {                  
 
.container--page-catnavg2 {
   padding: 0px 60px 60px
}
  }                  
 
@media (min-width: 1350px) {                  
 
.container--page-catnavg2 {
       padding: 0px 40px 60px
}
    }                  
 
.container--archive {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 60px;
  position: relative;
}                  
 
@media (min-width: 960px) {                  
 
.container--archive {
   padding: 50px 60px
}
  }                  
 
@media (min-width: 1350px) {                  
 
.container--archive {
       padding: 50px 40px
}
    }                  
 
.container--games {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px 30px 50px;
  position: relative;
}                  
 
.container--games-gal {
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0 50px 30px;
  position: relative;
}                  
 
.container--games-latest {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0 50px 30px;
  position: relative;
}                  
 
.container--full-latest-g {
padding: 50px 0px 50px 0px;
border-bottom: 1px solid;
}                  
 
.container--footer {
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}                  
 
.section-break {
  border: none;
  border-top: 1px solid #DDD;
  margin: 2.5rem 0;
}                  
 
.min-list {
  padding: 0;
  margin: 0;
  display: inline-block;
}                  
 
.min-list li {
  list-style: none;
  display: inline-block;
}                  
 
hr.style1{
  border: 1px solid #cba775;
}                  
 
.p-top-small {padding-top: 16px}                  
 
.p-top-large {padding-top: 25px}                  
 
.p-bottom-large {padding-bottom: 25px}                  
 
.p-bottom-medium {padding-bottom: 20px;}                  
 
.p-left-large {padding-left: 40px;}                  
 
.p-left-medium {padding-left: 20px;}                  
 
.m-top-large {margin-top: 25px}                  
 
@media (min-width: 530px) {
  .p-top-large {padding-top: 56px}
  .p-top-medium {padding-top: 30px}
  .p-bottom-large {padding-bottom: 56px}
  .p-bottom-medium {padding-bottom: 50px;}
  
  .m-top-large {margin-top: 50px}
  }                  
 
.fontnormal {
  font-size: 21px;
}                  
 
.fontlarge {
  font-size: 50px;
  line-height: 1;
}                  
 
.no-margin {margin: 0}                  
 
.no-padding {padding: 0}                  
 
.nu {text-decoration: none}                  
 
.nu:hover {text-decoration: underline}                  
 
.uppcase {text-transform: uppercase;}                  
 
.t-left {text-align: left}                  
 
.t-right {text-align: right}                  
 
.t-center {text-align: center}                  
 
.t-small {font-size: .85rem}                  
 
.float-left {float: left}                  
 
.float-right {float: right}                  
 
.push-right {margin-right: 20px}                  
 
.container:before,
.container:after,
.group:before,
.group:after {
  content: " ";
  display: table;
}                  
 
.inlineblock {
  display: inline-block;
}                  
 
.fontfamilysb {
font-family: 'TitilliumWeb-SemiBold', sans-serif;
}                  
 
.fontfamilyli {
font-family: 'TitilliumWeb-LightItalic', sans-serif;
}                  
 
.flagimg img{
padding-right: 0px;
}                  
 
.container:after,
.group:after {
  clear: both;
}                  
 
.hide {
  display: none;
}                  
 
/* BEM Blocks */                  
 
.remove-favorite {
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #999;
  font-size: .9rem;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
}                  
 
.remove-favorite:hover {
  background-color: #DEDEDE;
}                  
 
.page-section {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}                  
 
@media (min-width: 530px) {                  
 
.page-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}
  }                  
 
.page-section--white {
    background-color: #FFF;
  }                  
 
.page-section--beige {
    background-color: #cba775;
  }                  
 
.page-section p:last-of-type {
    margin-bottom: 0;
  }                  
 
.gameart-logo-text {
  position: relative;
  z-index: 20;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 100;
  padding-left: 0px;
  
}                  
 
@media (min-width: 530px) {                  
 
.gameart-logo-text {
    padding-left: 40px
  
}
  }                  
 
.gameart-logo-text span{
  vertical-align: top;
  }                  
 
.gameart-logo-text strong {
  font-weight: 400;
}                  
 
.gameart-logo-text a {
  color: #FFF;
  text-decoration: none;
}                  
 
.gameart-logo-text--alt-color a {
  color: #666;
}                  
 
.gameart-logo-text--alt-color a:hover {
    color: #1f345f;
    text-decoration: underline;
  }                  
 
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}                  
 
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}                  
 
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}                  
 
.c-orange {color: #F95738}                  
 
.c-blue {color: #1f345f}                  
 
.c-white {color: #FFF}                  
 
.c-dark {color: #1f345f}                  
 
.c-gold {color: #cba775}                  
 
.c-gray {color: #999999}                  
 
.c-lightGray {color: #F0F0F0}                  
 
.c-green {color: #5FA101;}                  
 
.c-red{color: #e20613;}                  
 
.c-tablelines {color: #A5AEBF;}                  
 
.bg_mainBlue {background-color: #1f345f}                  
 
.bg_lightBlue {background-color: #3C78AF}                  
 
.bg_gold {background-color: #cba775}                  
 
.bg_gray{background-color: #999999}                  
 
.bg-red{background-color: #ED1C24;}                  
 
.search-trigger {
  display: none;
  color: #FFF;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-left: 20px;
}                  
 
@media (min-width: 960px) {                  
 
.search-trigger {
    display: inline-block;
    top: 0px
}
  }                  
 
.search-trigger-page {
  display: none;
  color: #1f345f;
  position: relative;
  cursor: pointer;
  top: 1px;
  margin-left: 20px;
}                  
 
@media (min-width: 960px) {                  
 
.search-trigger-page {
    display: inline-block;
    top: 0px
}
  }                  
 
.search-trigger:hover {
  opacity: .65;
}                  
 
.social-icons-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}                  
 
.social-icons-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 8px;
}                  
 
.social-icons-list li a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
}                  
 
.social-icons-list li a:hover {
  opacity: .75;
}                  
 
.social-color-facebook {background-color: #4862a3}                  
 
.social-color-twitter {background-color: #55acee}                  
 
.social-color-youtube {background-color: #cc1e1f}                  
 
.social-color-linkedin {background-color: #0077b5}                  
 
.social-color-instagram {background-color: #d8226b}                  
 
.nav-list ul {
  padding: 0;
  margin: 0;
}                  
 
.nav-list li {
  list-style: none;
}                  
 
.nav-list a {
  font-size: .9rem;
  color: #999;
  text-decoration: none;
}                  
 
.nav-list a:hover {
  color: #1f345f;
  text-decoration: underline;
}                  
 
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}                  
 
@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }

  .one-half,
  .one-third,
  .two-thirds,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 50px;
  }

  .two-thirds {width: 66.66%;}
  .one-half {width: 50%}
  .one-third {width: 33.33%}
  .one-quarter {width: 25%}
  .one-fifth {width: 20%}
  .one-sixth {width: 16.66%}
  }                  
 
.one-half-game,
.one-third-game,
.one-fourth-game,
.one-fifth-game,
.one-sixth-game {
  padding-bottom: 1.6rem;
}                  
 
@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }

  .one-half-game,
  .one-third-game,
  .two-thirds-game,
  .one-fourth-game,
  .one-fifth-game,
  .one-sixth-game {
    padding-bottom: 0;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 10px;
  }

  .two-thirds-game {width: 66.66%;}
  .one-half-game {width: 50%}
  .one-third-game {width: 33.33%}
  .one-quarter-game {width: 25%}
  .one-fifth-game {width: 20%}
  .one-sixth-game {width: 16.66%}
  }                  
 
/* Make Top WP Admin Bar Fixed on Mobile */                  
 
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}                  
 
/* Seach Form */                  
 
.search-form {
  background-color: #DEDEDE;
  padding: 20px;
  text-align: center;
}                  
 
.search-form label {
  display: block;
}                  
 
.search-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}                  
 
.search-form .s {
  min-width: 20px;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
}                  
 
@media (min-width: 530px) {                  
 
.search-form .s {
    font-size: 1.4rem
}
  }                  
 
.search-submit {
  color: #FFF;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #1f345f;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px;
  margin-left: 10px;
}                  
 
.note-limit-message {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  color: #c32929;
  font-weight: bold;
}                  
 
.note-limit-message.active {
  visibility: visible;
  opacity: 1;
}                  
 
/* Like Box */                  
 
.generic-content .like-box {
  float: right;
  font-size: 1rem;
  background-color: #EDEDED;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
  color: red;
  padding: 10px 10px 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 0 30px 30px;
  position: relative;
}                  
 
.generic-content .like-box:hover {
  background-color: #DEDEDE;
}                  
 
.like-count {
  padding-left: 10px;
}                  
 
.like-box .fa-heart-o {
  -webkit-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  position: absolute;
  left: 10px;
}                  
 
.like-box .fa-heart {
  left: 10px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  position: absolute;
  visibility: hidden;
  -webkit-transform: scale(.2);
      -ms-transform: scale(.2);
          transform: scale(.2);
  opacity: 0;
}                  
 
.like-box[data-exists="yes"] .fa-heart {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}                  
 
.like-box[data-exists="yes"] .fa-heart-o {
  visibility: hidden;
  opacity: 0;
}                  
 
/* Customize Login Screen */                  
 
body.login .button-primary {
  background-color: #cba775;
  font-size: 19px;
  text-transform: uppercase;
  
  border-color: rgb(179, 153, 117);
  text-shadow: 0 -1px 1px rgb(166, 146, 117),1px 0 1px rgb(166, 146, 117),0 1px 1px rgb(166, 146, 117),-1px 0 1px rgb(166, 146, 117);
  -webkit-box-shadow: 0 1px 0 rgb(153, 138, 117);
          box-shadow: 0 1px 0 rgb(153, 138, 117);
}                  
 
.login .button.button-large {
  padding: 5px 10px 32px;
  border-radius: 0px;
}                  
 
body.login .button-primary:hover,
body.login .button-primary:active,
body.login .button-primary:focus {
  background-color: rgb(186, 157, 117);
  border-color: rgb(166, 146, 117);
  text-shadow: 0 -1px 1px rgb(153, 138, 117),1px 0 1px rgb(153, 138, 117),0 1px 1px rgb(153, 138, 117),-1px 0 1px rgb(153, 138, 117);
  -webkit-box-shadow: 0 1px 0 rgb(140, 131, 117);
          box-shadow: 0 1px 0 rgb(140, 131, 117);
}                  
 
body.login {
  /*background-color: $mainBlue;*/
 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}                  
 
.login h1 a {
  color: #1f345f;
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: auto;
  height: auto;
  text-indent: 0;
}                  
 
.login form { 
padding: 26px 24px 0px;
-webkit-box-shadow: none;
        box-shadow: none;
}                  
 
#login {
  background-color: #fff;

  width: 320px;

}                  
 
@media (min-width: 530px) {                  
 
#login {
      width: 450px;
      margin: 8% auto;
      padding: 40px

}
  }                  
 
.login #nav {
  margin:-30px 0px;
  background-color: #fff;
  font-size: 21px;
  width: 200px;

}                  
 
.login #nav a:hover {
 color: #cba775;
}                  
 
#backtoblog {
  margin:30px 0;
  background-color: #fff;
}                  
 
.login label {
  font-size: 21px;
  color: #555555;
}                  
 
.login input[type="text"]{
  width: 100%;
    height: 38px;
    padding: 6px 0px 0px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #1F345F;
    -webkit-box-shadow: none;
            box-shadow: none;
}                  
 
.login input[type="password"]{
  width: 100%;
    height: 38px;
    padding: 6px 0px 0px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #1F345F;
    -webkit-box-shadow: none;
            box-shadow: none;
}                  
 
.login form .forgetmenot {
  float: none;
}                  
 
.login form .forgetmenot label{
  font-size: 21px;
  padding-top: 40px;
}                  
 
#login form p.submit {
  padding-top: 40px;
}                  
 
.login-page-form__body {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.15);
    padding: 40px;
    margin: 8% auto;
    background-color: #fff;
    max-width: 500px;
    font-size: 21px

  }                  
 
.login-page-form__title {
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-size: 35px;
    text-align: center;
  }                  
 
.login-page-form__body .login-username{
    margin-bottom: 30px;
  }                  
 
.login-page-form__body .login-password{
    margin-bottom: 30px;
  }                  
 
.login-page-form__body .login-remember{
    max-width: 200px;
  }                  
 
.login-page-form__body form{
    text-align: left;
  }                  
 
.login-page-form__body input[type="text"]{
    width: 100%;
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 0px 0px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #1F345F;
  }                  
 
.login-page-form__body input[type="password"]{
    width: 100%;
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 0px 0px;
    font-size: 21px;
    line-height: 1.42857143;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #1F345F;
  }                  
 
.login-page-form__body input[type="submit"]{
    float: right;
    padding: 15px;
    background-color: #cba775;
    border:none;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    cursor: pointer;
  }                  
 
.login-page-form__body input[type="submit"]:hover{
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 192, 117)), to(#cba775));
    background: -webkit-linear-gradient(rgb(245, 192, 117), #cba775);
    background: -o-linear-gradient(rgb(245, 192, 117), #cba775);
    background: linear-gradient(rgb(245, 192, 117), #cba775);
  }                  
 
.login-page-form__body input[type="checkbox"]{
    color: #cba775;
  }                  
 
.login-page-form__body p.newclient {
    text-align: left;
    font-size: 18px;
  }                  
 
.login-page-form__body p.newclient a{
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    text-decoration: none;

  }                  
 
.login-page-form__body p.lostpass {
     text-align: left;
     padding-bottom: 30px;
     font-size: 18px;
  }                  
 
.login-page-form__body p.lostpass a{
    text-decoration: none;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
  }                  
 
.login-page-form__body p.lostpass a:hover{
    text-decoration: none;
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    color: #cba775;
  }                  
 
.login-page-form__body input[type="checkbox"]{
  width: 21px;
  height: 21px;
  }                  
 
.btn {
  display: inline-block;
  cursor: pointer;
  /*border-radius: 4px;*/
  overflow: hidden;
  text-decoration: none;
  color: #FFF;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;
}                  
 
.btn--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
  }                  
 
.btn--with-photo {
    padding-left: 40px;
    position: relative;
  }                  
 
.btn--orange {
    background-color: #EE964B;
  }                  
 
.btn--orange:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#EE964B), to(rgb(235, 109, 0)));
    background: -webkit-linear-gradient(#EE964B, rgb(235, 109, 0));
    background: -o-linear-gradient(#EE964B, rgb(235, 109, 0));
    background: linear-gradient(#EE964B, rgb(235, 109, 0));
  }                  
 
.btn--dark-orange {
    background-color: #F95738;
  }                  
 
.btn--dark-orange:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F95738), to(rgb(204, 34, 0)));
    background: -webkit-linear-gradient(#F95738, rgb(204, 34, 0));
    background: -o-linear-gradient(#F95738, rgb(204, 34, 0));
    background: linear-gradient(#F95738, rgb(204, 34, 0));
  }                  
 
.btn--blue {
    background-color: #1f345f;
  }                  
 
.btn--blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(31, 65, 135)), to(#1f345f));
    background: -webkit-linear-gradient(rgb(31, 65, 135), #1f345f);
    background: -o-linear-gradient(rgb(31, 65, 135), #1f345f);
    background: linear-gradient(rgb(31, 65, 135), #1f345f);
  }                  
 
.btn--gold {
    background-color: #cba775;
  }                  
 
.btn--gold:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 192, 117)), to(#cba775));
    background: -webkit-linear-gradient(rgb(245, 192, 117), #cba775);
    background: -o-linear-gradient(rgb(245, 192, 117), #cba775);
    background: linear-gradient(rgb(245, 192, 117), #cba775);
  }                  
 
.btn--yellow {
    background-color: #F4D35E;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .22);
  }                  
 
.btn--yellow:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#F4D35E), to(rgb(240, 188, 0)));
    background: -webkit-linear-gradient(#F4D35E, rgb(240, 188, 0));
    background: -o-linear-gradient(#F4D35E, rgb(240, 188, 0));
    background: linear-gradient(#F4D35E, rgb(240, 188, 0));
  }                  
 
.btn--beige {
    background-color: #cba775;
    color: #173f58;
  }                  
 
.btn--beige:hover {
    background-color: #F4D35E;
  }                  
 
.btn--gray {
    background-color: #222;
  }                  
 
.btn--white {
    background-color: #FFF;
    color: #173f58;
  }                  
 
.btn--white:hover {
    background-color: #DDD;
  }                  
 
.btn--large {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 7px;
  }                  
 
@media (min-width: 530px) {                  
 
.btn--large {
      font-size: 1.9rem
  }
  }                  
 
.btn--inactive {
    background-color: transparent;
    cursor: default;
    color: #333;
  }                  
 
.btn-sg {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  color: #FFF;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;


}                  
 
.btn-sg--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
  }                  
 
.btn-sg--gold {
    background-color: #cba775;
  }                  
 
.btn-sg--gold:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 192, 117)), to(#cba775));
    background: -webkit-linear-gradient(rgb(245, 192, 117), #cba775);
    background: -o-linear-gradient(rgb(245, 192, 117), #cba775);
    background: linear-gradient(rgb(245, 192, 117), #cba775);
  }                  
 
.btn-sg--blue {
    background-color: #1f345f;
  }                  
 
.btn-sg--blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(31, 65, 135)), to(#1f345f));
    background: -webkit-linear-gradient(rgb(31, 65, 135), #1f345f);
    background: -o-linear-gradient(rgb(31, 65, 135), #1f345f);
    background: linear-gradient(rgb(31, 65, 135), #1f345f);
  }                  
 
.btn-sg--one {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 5px
  }                  
 
.btn-sg--two {
    -webkit-box-flex: 0.5;
    -webkit-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    margin-right: 5px
  }                  
 
.btn-sg--two:last-child {
    -webkit-box-flex: 0.5;
    -webkit-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    margin-right: 0px
  }                  
 
.btn-sg--large {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 7px;
  }                  
 
@media (min-width: 530px) {                  
 
.btn-sg--large {
      font-size: 1.9rem
  }
  }                  
 
.btn-sg-nohref {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  color: #FFF;
  font-size: 1.19rem;
  padding: 12px 24px;
  border: none;
  outline: none;


}                  
 
.btn-sg-nohref--small {
    font-size: .88rem;
    padding: 7px 13px;
    font-weight: 300;
  }                  
 
.btn-sg-nohref--gold {
    background-color: #cba775;
  }                  
 
.btn-sg-nohref--gold:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 192, 117)), to(#cba775));
    background: -webkit-linear-gradient(rgb(245, 192, 117), #cba775);
    background: -o-linear-gradient(rgb(245, 192, 117), #cba775);
    background: linear-gradient(rgb(245, 192, 117), #cba775);
  }                  
 
.btn-sg-nohref--blue {
    background-color: #1f345f;
  }                  
 
.btn-sg-nohref--blue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(31, 65, 135)), to(#1f345f));
    background: -webkit-linear-gradient(rgb(31, 65, 135), #1f345f);
    background: -o-linear-gradient(rgb(31, 65, 135), #1f345f);
    background: linear-gradient(rgb(31, 65, 135), #1f345f);
  }                  
 
.btn-sg-nohref--one {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 5px
  }                  
 
.btn-sg-nohref--two {
    -webkit-box-flex: 0.5;
    -webkit-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    margin-right: 5px
  }                  
 
.btn-sg-nohref--two:last-child {
    -webkit-box-flex: 0.5;
    -webkit-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
    margin-right: 0px
  }                  
 
.btn-sg-nohref--large {
    font-size: 1.3rem;
    padding: 16px 34px;
    border-radius: 7px;
  }                  
 
@media (min-width: 530px) {                  
 
.btn-sg-nohref--large {
      font-size: 1.9rem
  }
  }                  
 
.fa-stack {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border: 2px solid silver;
    border-radius: 2.5em;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    height: 1.5em;
    line-height: 2.5em;
    position: relative;
    -webkit-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
    vertical-align: middle;
    width: 2em;
   padding-top: 0.5em;
 font-size: 30px; /* poveča krog */
}                  
 
.fa {
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}                  
 
.fa-fw, .fa-stack {
    display: inline-block;
}                  
 
.btn-accent {
    background-color: #EC9206;
    border-color: #EC9206;
    color: #ffffff;
}                  
 
.btn-accent:hover:not(.btn-hover-nobg), .btn-accent:focus:not(.btn-hover-nobg), btn-accent:active {
    background-color: transparent;
    border-color: #EC9206;
    color:  #EC9206;
}                  
 
.fa-stack {
    border-width: 1px;
    text-align: center;
}                  
 
.site-footer {
  padding: 32px 0 0px 0;
 /*background-color: #415A9D;*/
 background-color: #000;
  text-align: center;

}                  
 
@media (min-width: 960px) {                  
 
.site-footer {
    text-align: left

}
  }                  
 
.site-footer p {
    font-size: 14px;
  }                  
 
@media (min-width: 530px) {
    .site-footer p {
    font-size: 17px;
  }
  }                  
 
.site-footer .headline {
    color: #e20613;
    margin-bottom: 28px;
  }                  
 
.site-footer__link {
    color: #999;
    text-decoration: none;
  }                  
 
.site-footer__link:hover {
    color: #1f345f;
    text-decoration: underline;
  }                  
 
.site-footer__inner {
   
    padding: 15px; 

  }                  
 
@media (min-width: 960px) {                  
 
.site-footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between 

  }
  }                  
 
.site-footer__col-one {
    padding: 20px 20px 20px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; /*width in flex*/
    /*width: 30%; */
     border-top: 1px solid #fff; 
    
  }                  
 
@media (min-width: 960px) {                  
 
.site-footer__col-one {
    border-right: 1px solid #fff;
    border-top:0;
     padding: 20px 20px 20px 50px 
    
  }
  }                  
 
.site-footer__col-two {
    padding: 20px 20px 20px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; /*width in flex*/
    /*width: 30%; */
     border-top: 1px solid #fff; 
    
  }                  
 
@media (min-width: 960px) {                  
 
.site-footer__col-two {
    border-right: 0px solid #fff;
    border-top:0;
    padding: 20px 20px 20px 50px 
    
  }
  }                  
 
.site-footer__copyright {
    background: #f8f8f8;
    text-align: center;
    height: 40px;
    padding: 40px 0;

  }                  
 
.site-footer__copyright p{
color: #333;
margin: auto;
   }                  
 
.site-footer__copyright a{
color: #333;
text-decoration: none;   }                  
 
.site-footer__col-one:nth-child(1) {
   /* background: #c0dbe2;*/
   border-top:0;
  }                  
 
.site-footer__col-one:nth-child(2) {
   /* background: #cdf1c3;*/
  }                  
 
.site-footer__col-one:nth-child(3) {
    border-right: 0; 
  }                  
 
/*  background: #ccb9da;*/                  
 
@media (min-width: 960px) {                  
 
.site-footer__col-one:nth-child(3) {
    border-right: 0 
  }
  }                  
 
/*licences*/                  
 
.site-footer__col-licence {
    
    
    display: -webkit-box;
    
    
    display: -webkit-flex;
    
    
    display: -ms-flexbox;
    
    
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  
  }                  
 
.site-footer__col-licence-out {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 25px;
  
    
  
  }                  
 
.site-footer__social {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 

  }                  
 
@media (min-width: 960px) {                  
 
.site-footer__social {
    margin-top: 30px;
    margin-left: -10px 

  }
  }                  
 
.site-footer__social-out {
    font-size: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
   
  
    
  
  }                  
 
.site-footer__col-inner {
    display: inline-block; 
    padding-right: 0px;
    vertical-align: top;
    
  }                  
 
.site-footer__col-inner p {
    font-size: 17px;
  }                  
 
.site-footer__col-inner p b{
    font-family: 'TitilliumWeb-SemiBold', sans-serif;
    font-size: 17px;
  }                  
 
.site-footer__col-inner a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
  }                  
 
.home-visual {
  background-color: #dcdc00;
  /*padding: 80px 0 40px 0;*/
  position: relative;
  /*height: 500px;*/
  height: calc(100vh - 280px);
  font-family: 'DryBrush', sans-serif;
}                  
 
@media (min-width: 530px) {                  
 
.home-visual {
  	outline: none;
  	/*height: 500px;*/
    height: calc(70vh - 1px)
}
  }                  
 
.home-visual__content {
    position: relative;
    z-index: 2;
  }                  
 
.home-visual__logo {
    text-align: center;
    margin-top: 0px;
    padding: 20px 0;

  }                  
 
@media (min-width: 530px) {                  
 
.home-visual__logo {
    /* margin-top: 60px;*/
     padding: 100px 0 0 0;

  }
  }                  
 
.home-visual__logo img{
    max-width: 50%;

  }                  
 
@media (min-width: 530px) {                  
 
.home-visual__logo img{
      max-width: 50%

  }
  }                  
 
@media (min-width: 960px) {                  
 
.home-visual__logo img{
      max-width: 100%

  }
  }                  
 
.home-visual__title {


    margin: 0 0 1rem 0;
    padding: 0;
    
  }                  
 
@media (min-width: 530px) {                  
 
.home-visual__title {
      font-size: 5rem;
      font-size: 6vw
    
  }
  }                  
 
.home-visual__title .headline--medium{
    font-family: 'DryBrush', sans-serif;
    font-weight: normal;
    font-size: 20px;
    font-size: 9vw;
    text-transform: uppercase;
  }                  
 
@media (min-width: 530px) {                  
 
.home-visual__title .headline--medium{
      font-size: 80px;
      font-size: 6vw
  }
  }                  
 
.home-visual__title p {
    font-family: 'DryBrush', sans-serif;
    font-weight: normal;
    font-size: 20px;
    font-size: 5vw;
  }                  
 
@media (min-width: 530px) {                  
 
.home-visual__title p {
      font-size: 80px;
      font-size: 3vw
  }
  }                  
 
.home-visual__bg-image {
  /*  background-size: cover;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    */
    position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }                  
 
.home-visual__bg-image video{
   /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  }                  
 
.home-visual__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #EDEDED;
  }                  
 
@media (min-width: 530px) {                  
 
.home-visual__intro {
      font-size: 1.65rem
  }
  }                  
 
.home-visual__intro p {
    margin: 0;
  }                  
 
.home-visual__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    bottom: 0;
    margin-bottom: 40px;
    padding-left: 30px; 

  }                  
 
@media (min-width: 960px) {                  
 
.home-visual__social {
    margin-top: 0px 

  }
  }                  
 
.home-visual__social-out {
    font-size: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
   
  
    
  
  }                  
 
.home-visual__fixbox-visual{
    /*position: fixed;*/
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-8%);
        -ms-transform: translateY(-8%);
            transform: translateY(-8%);
    z-index: 1;
  }                  
 
@media (min-width: 767px) {                  
 
.home-visual__fixbox-visual{
     top: 50%
  }
  }                  
 
.home-visual__fixbox-n {
    min-width: 100px;
    min-height: 18px;
    font-size: 14px;
    text-align: center;
    padding: 12px;
  }                  
 
@media (min-width: 530px) {                  
 
.home-visual__fixbox-n {
     font-size: 18px;
      min-height: 24px
  }
  }                  
 
@media (min-width: 960px) {                  
 
.home-visual__fixbox-n {
      font-size: 23px;
       min-height: 34px
  }
  }                  
 
.home-visual__fixbox-n a{
    text-decoration: none;
    color: #fff;
  }                  
 
.home-visual__fixbox-n a:hover{
    text-decoration: underline;
    color: #fff;
  }                  
 
.home-visual__fixbox-n i{
    font-size: 10px;
    vertical-align: middle;
  }                  
 
.home-visual__fixbox-e {
   min-width: 100px;
background-color: #fff;
    min-height: 18px;
    font-size: 14px;
    text-align: center;
    padding: 12px;
  }                  
 
@media (min-width: 530px) {                  
 
.home-visual__fixbox-e {
     font-size: 18px;
     min-height: 24px
  }
  }                  
 
@media (min-width: 960px) {                  
 
.home-visual__fixbox-e {
      font-size: 23px;
      min-height: 34px
  }
  }                  
 
.home-visual__fixbox-e i{
    font-size: 10px;
    vertical-align: middle;
  }                  
 
.home-visual__fixbox-p {
    line-height: 0;
    background-color: #fff;

  }                  
 
.home-visual__fixbox-p img{

    background-color: #fff;
    width: 100%;
  }                  
 
#bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
height: 100%;

  }                  
 
@media (min-aspect-ratio: 16/9) {
  #bgvideo {
    width: 100%;
    height: auto;
    height: 100vh;
  }
}                  
 
.headline {
  margin: 0;
  font-family: 'DryBrush', sans-serif;
  font-weight: 300;



}                  
 
.headline--large {
    font-size: 3.6rem;
  }                  
 
@media (min-width: 530px) {                  
 
.headline--large {
      font-size: 6.25rem
  }
  }                  
 
.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem 0;
  }                  
 
.headline--medium {
    font-family: 'DryBrush', sans-serif;
    font-size: 30px;
    margin-bottom: 5px; 
    margin-top:100px;
  }                  
 
@media (min-width: 530px) {                  
 
.headline--medium {
      font-size: 40px;
      padding-left: 30px 
  }
  }                  
 
@media (min-width: 960px) {                  
 
.headline--medium {
      font-size: 50px;
      padding-left: 60px 
  }
  }                  
 
@media (min-width: 1350px) {                  
 
.headline--medium {
      padding-left: 0px;
      font-size: 80px;
      
  }
    }                  
 
.headline--subtitle {
    font-family: 'TitilliumWeb-LightItalic', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 20px; 
  }                  
 
@media (min-width: 530px) {                  
 
.headline--subtitle {
      font-size: 22px;
      padding-left: 30px 
  }
  }                  
 
@media (min-width: 960px) {                  
 
.headline--subtitle {
      font-size: 22px;
      padding-left: 60px;
      margin-bottom: 40px 
  }
  }                  
 
@media (min-width: 1350px) {                  
 
.headline--subtitle {
      padding-left: 0px;
      font-size: 24px;
      margin-bottom: 50px 
  }
    }                  
 
.headline--subtitle-right {
    font-family: 'TitilliumWeb-LightItalic', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 20px; 
  }                  
 
@media (min-width: 530px) {                  
 
.headline--subtitle-right {
      font-size: 22px;
      padding-left: 30px 
  }
  }                  
 
@media (min-width: 960px) {                  
 
.headline--subtitle-right {
      font-size: 22px;
      padding-left: 60px;
      margin-bottom: 50px 
  }
  }                  
 
@media (min-width: 1350px) {                  
 
.headline--subtitle-right {
      padding-left: 60px;
      font-size: 24px 
  }
    }                  
 
.headline--smaller {
    font-size: 1.5rem; 
  }                  
 
.headline--tiny {
    font-family: 'DryBrush', sans-serif;
    font-size: 35px;
    margin-bottom: .25rem;
  }                  
 
.full-width-inlineblock {
  background: #f8f8f8;





}                  
 
.full-width-inlineblock__one {
    background-repeat: no-repeat; 
    background-position:right 50px top 50px; 
   display: inline-block;
   padding: 80px 0px;
   background-size: 50%;
}                  
 
@media (min-width: 530px) {                  
 
.full-width-inlineblock__one {
    padding: 80px 0px;
    vertical-align: top;
    width: 100%;
    background-size: none
}
  }                  
 
@media (min-width: 960px) {                  
 
.full-width-inlineblock__one {
    padding: 80px 30px 60px 0px;
    vertical-align: top;
    width: 40%
}
  }                  
 
@media (min-width: 1350px) {                  
 
.full-width-inlineblock__one {
    padding: 80px 55px;
    vertical-align: top;
    width: 40%
}
  }                  
 
.full-width-inlineblock__two {
   display: inline-block;
   padding: 0px 0px 80px;
    background-repeat: no-repeat; 
    background-position:right 50px bottom 0px;
}                  
 
@media (min-width: 530px) {                  
 
.full-width-inlineblock__two {
    padding: 0px 0px 80px;
    vertical-align: top;
    width: 100%
}
  }                  
 
@media (min-width: 960px) {                  
 
.full-width-inlineblock__two {
    padding: 80px 20px;
    vertical-align: top;
    width: 40%
}
  }                  
 
@media (min-width: 1350px) {                  
 
.full-width-inlineblock__two {
    padding: 80px 55px;
    vertical-align: top;
    width: 40%
}
  }                  
 
.full-width-inlineblock__text-left {
  position: relative;
  padding-right:0px;
  padding-left: 0px;
  margin-bottom: 10px;
  text-align: left; 
}                  
 
@media (min-width: 530px) {                  
 
.full-width-inlineblock__text-left {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px 
}
  }                  
 
@media (min-width: 960px) {                  
 
.full-width-inlineblock__text-left {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 19px 
}
  }                  
 
@media (min-width: 1350px) {                  
 
.full-width-inlineblock__text-left {
    padding-left: 0px;
    font-size: 21px 
}
  }
