@charset "UTF-8";
/* buttons start */
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap");

.fgthumbmain-itself img {
    width:100% !important;
}

.fgcaption {
    background: black !important;
}

.btn {
  text-transform: uppercase;
  min-width: 120px;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  font-family: "Din_bold", sans-serif;
  white-space: nowrap;
  transition: color 0.15s;
  transition: background 0.2s; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }

.btn-primary {
  color: #fff;
  background-color: #CC6600;
  border-color: #CC6600; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary::focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #CC6600;
    border-color: #CC6600; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn--secondary {
  color: #fff;
  background-color: #434343;
  border-color: #434343; }
  .btn--secondary:hover {
    color: #fff;
    background-color: #CC6600;
    border-color: #CC6600; }
  .btn--secondary:focus, .btn--secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn--secondary.disabled, .btn--secondary:disabled {
    color: #fff;
    background-color: #434343;
    border-color: #434343; }
  .btn--secondary:not(:disabled):not(.disabled):active, .btn--secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
  .btn--secondary:not(:disabled):not(.disabled):active:focus, .btn--secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn--outline-primary {
  color: white;
  background-color: transparent;
  background-image: none;
  border: 3px solid white; }

  .btn--outline-primary:hover {
    color: #fff;
    background-color: #CC6600;
    border-color: #CC6600;
  }
  .btn--outline-primary:focus, .btn--outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn--outline-primary.disabled, .btn--outline-primary:disabled {
    color: #CC6600;
    background-color: transparent; }
  .btn--outline-primary:not(:disabled):not(.disabled):active, .btn--outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #CC6600;
    border-color: #CC6600; }
  .btn--outline-primary:not(:disabled):not(.disabled):active:focus, .btn--outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn--outline-secondary {
  color: #434343;
  background-color: transparent;
  background-image: none;
  border-color: #434343; }
  .btn--outline-secondary:hover {
    background-color: #CC6600;
    border-color: #CC6600; }
  .btn--outline-secondary:focus, .btn--outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn--outline-secondary.disabled, .btn--outline-secondary:disabled {
    color: #434343;
    background-color: transparent; }
  .btn--outline-secondary:not(:disabled):not(.disabled):active, .btn--outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #CC6600;
    border-color: #CC6600; }
  .btn--outline-secondary:not(:disabled):not(.disabled):active:focus, .btn--outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn--lg {
  padding: 0.7rem 2.2rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 35px;
  transform: translate(0, -50%);
  }

.btn--sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 25px;
  min-width: 120px; }

.btn--block {
  display: block;
  width: 100%; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-link {
  background: transparent;
  text-transform: uppercase;
  min-width: 120px;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-bottom: 5px solid transparent;
  padding-bottom: 5px; }
  .btn-link--primary {
    color: #fff;
    cursor: pointer; }
    .btn-link--primary:hover, .btn-link--primary:active, .btn-link--primary:focus, .btn-link--primary.active {
      color: #CC6600;
      border-bottom: 5px solid #CC6600; }

/* buttons end */
/* list start */
.list {
  padding-left: 35px;
  margin-bottom: 1.2rem; }
  .list__item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1.2rem; }
    .list__item:before {
      display: block;
      content: "★";
      position: absolute;
      left: 0;
      top: -3px;
      font-size: 16px; }
  .lead + .list {
    margin-top: 40px; }

/* list end */
/* logo start */
.logo {
  font-family: "Din_bold", sans-serif;
  line-height: 1;
  text-align: center; }
  .logo__link:hover {
    text-decoration: none; }
  .logo__text-main {
    display: block;
    font-size: 50px;
    color: #CC6600;
    font-family: "Playfair Display", serif;
    font-weight: 600; }
  .logo__text-secondary {
    display: block;
    font-size: 30px;
    color: #434343; }
  .logo__slogan {
    display: block;
    font-size: 12px;
    color: #434343; }

/* logo end */
.nav-thumbnail {
  max-width: 210px;
  color: #fff;
  line-height: 1;
  text-align: center; }
  .nav-thumbnail__icon {
    font-size: 50px;
    color: #fff;
    margin-bottom: 1.2rem; }
  .nav-thumbnail__title {
    font-family: "Din_bold", sans-serif;
    font-size: 1.5rem;
    color: #CC6600;
    margin-bottom: 0; }
  .nav-thumbnail__text {
    font-family: "Din_bold", sans-serif;
    font-size: 1.15rem;
    margin-bottom: 1rem; }

@media (max-width: 768px) {
  .nav-thumbnail {
    max-width: none; } }

/* nav start */
.nav {
  display: flex; }
  @media (max-width: 768px) {
    .nav {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .nav__link {
    display: block;
    font-family: "Din_bold", sans-serif;
    font-size: 20px;
    color: .nav__link primary;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 25px;
    border-radius: 30px; }
    .nav__link:hover {
      text-decoration: none; }
    @media (max-width: 768px) {
      .nav__link {
        border-radius: 0;
        padding: 5px 15px; } }
    .nav__link--active {
      background: #CC6600; }
      .nav__link--active:hover {
        color: #434343;
        cursor: default;
        pointer-events: none; }

/* nav end */
@font-face {
  font-family: 'Din_bold';
  src: url("./fonts/dincondensed-bold-webfont.woff2") format("woff2"), url("./fonts/dincondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
  text-align: left;
  background-color: #f8f8f8;
  overflow-x: hidden;
  background-image: url(../images/background-1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #CC6600; }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: white;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: white;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.txtcenter {
  text-align: center; }

.txtleft {
  text-align: left; }

.txtright {
  text-align: right; }

/* helpers start */
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block; }

.text-uppercase {
  text-transform: uppercase;
}

.p-t-0 {
  padding-top: 0 !important; }

/* helpers end */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: "Din_bold", sans-serif; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  display: inline;
  zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  height: 13px;
  /* 3 */
  width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Types start */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Din_bold", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #CC6600;
  text-align: center; }

h1,
.h1 {
  font-size: 9rem; }

h2,
.h2 {
  font-size: 4rem; }

h3,
.h3 {
  font-size: 2.25rem; }

h4,
.h4 {
  font-size: 1.5rem; }

h5,
.h5 {
  font-size: 1.25rem; }

h6,
.h6 {
  font-size: 1rem; }

.lead {
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 1rem;
  line-height: 1; }
  .lead--primary {
    color: #CC6600; }
  @media (max-width: 768px) {
    .lead {
      font-size: 2rem; } }
  .lead--reletive-left {
    position: relative;
    right: 20%; }
    @media (max-width: 768px) {
      .lead--reletive-left {
        right: 0; } }
  .lead--reletive-right {
    position: relative;
    left: 20%;
    text-align: right; }

.display--1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display--2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display--3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display--4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.paragraph {
  margin-bottom: 1.2rem; }

/* Type end */
.banner {
  display: flex;
  justify-content: flex-start !important; }
  .banner__heading {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    .banner__heading--center {
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%; }
    .banner__heading-main {
      color: #CC6600;
      font-family: "Playfair Display", serif;
      font-weight: bold;
      line-height: 130px; }
    .banner__heading-secondary {
      color: #434343;
      font-family: "Din_bold", sans-serif;
      letter-spacing: 11px;
      text-transform: uppercase; }
    .banner__heading img {
      max-width: 100%;
      height: auto; }
  .banner__image {
    flex: 0 0 100%;
    flex-basis: calc((100vw - 50%) - (100vw - 100%) / 2);
    max-width: calc((100vw - 50%) - (100vw - 100%) / 2); }

/* 1200px */
@media (max-width: 1200px) {
  .banner__heading-main {
    font-size: 101.5px;
    line-height: 91px; }
  .banner__heading-secondary {
    font-size: 25.2px; } }

/* 992px */
@media (max-width: 992px) {
  .banner__heading-main {
    font-size: 72.5px;
    line-height: 65px; }
  .banner__heading-secondary {
    font-size: 18px; } }

/* 768px */
@media (max-width: 768px) {
  .banner {
    position: relative; }
    .banner__heading {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      flex: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .banner__heading-main {
        font-size: 58px;
        line-height: 52px;
        background: rgba(67, 67, 67, 0.7);
        padding: 15px; }
      .banner__heading-secondary {
        font-size: 14.4px;
        color: #fff;
        background: rgba(67, 67, 67, 0.7);
        padding: 15px; }
    .banner__image {
      flex: none;
      flex-basis: auto;
      max-width: 100%; } }

/* 480px */
@media (max-width: 480px) {
  .banner__heading-main {
    font-size: 36.25px;
    line-height: 32.5px;
    margin-bottom: 0;
    padding: 10px; }
  .banner__heading-secondary {
    font-size: 9px;
    color: #fff;
    letter-spacing: 6.6px;
    padding: 7px;
    margin-bottom: 0; }
  .banner__image {
    filter: blur(2px); } }

@media (max-width: 320px) {
  .banner__heading-main {
    font-size: 29px;
    line-height: 26px; }
  .banner__heading-secondary {
    font-size: 7.2px;
    color: #fff;
    letter-spacing: 4.4px; } }

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px; }

/* content start */
.content {
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300; }
  .content__row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding-top: 25px; }
    .content__row h1, .content__row h2, .content__row h3, .content__row h4 {
      color: #CC6600; text-align: left; }
    .content__row p {
      color: #fff;
      line-height: 1.3em;
      text-align: left;
      margin-right: 150px;
       }
    .content__row + .content__row {
      padding-top: 100px; }
    .content__row--reverse {
      flex-direction: row-reverse; }
      .content__row--reverse > .content__column--text {
        padding-right: 45px; }
  .content__column {
    flex-basis: 50%;
    min-width: 50%; }
    .content__column--text {
      padding-left: 45px; }
  .content__img--fluid {
    max-width: 100%;
    height: auto;
    display: block; }
  .content__center {
    align-items: center;
    justify-content: center;
    width: 75%;
    padding: 10px;
    position: relative;
    height: 500px; }
    .content__center-boxshadow {
      /*box-shadow: 0 5px 15px rgba(94, 75, 75, 0.6);*/
      border-radius: 4px;
      margin: 10px;
      box-sizing: border-box;
      overflow: hidden; }
  .content__gallery {
    align-items: center;
    justify-content: center;
    width: 75%;
    padding: 10px;
    position: relative;
    height: 300px; }
    .content__gallery-boxshadow {
      box-shadow: 0 5px 15px rgba(94, 75, 75, 0.6);
      border-radius: 4px;
      margin: 10px;
      box-sizing: border-box;
      overflow: hidden;
      width: 80%;
      height: 200px;
      max-height: 200px; }
  .content__left70 {
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 10px;
    position: relative;
    min-height: 350px; }
  .content__right30 {
    align-items: center;
    justify-content: center;
    width: 30%;
    padding: 10px;
    position: relative;
    min-height: 500px; }

@media (max-width: 768px) {
  .content__row {
    flex-direction: column; }
    .content__row + .content__row {
      padding-top: 2rem; }
  .content__column {
    flex-basis: 100%;
    min-width: 100%; }
    .content__column:first-child {
      margin-bottom: 2rem; }
    .content__column--text {
      padding: 0; } 
    .content__row p {
      margin-right: 0px;
       }
       .footer {
    margin-top: 150px;
}
    
}

/* footer start */
.footer {
  padding: 25px 0 30px;
  font-size: 14px;
  color: #fff; }
  .footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .footer__content--top {
      padding-bottom: 50px;
      margin-top: 100px; }
  .footer__contacts-list {
    flex-direction: column;
    align-items: flex-end; }
    .footer__contacts-list .contacts-list__item {
      margin-bottom: 20px; }
  .footer__social-list {
    justify-content: flex-end; }
  .footer__logo {
    position: relative;
    bottom: 25px; }
    .footer__logo .logo__text-secondary {
      font-size: 50px; }
    .footer__logo .logo__slogan {
      font-family: -apple-system, BlinkMacSystemFont, "Roboto", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
    .footer__logo .logo__text-secondary,
    .footer__logo .logo__slogan {
      color: #fff; }

.footer-nav__item {
  margin-bottom: 5px; }

.footer-nav__link {
  color: #fff; }

.footer-sub-nav {
  display: flex;
  flex-wrap: wrap; }
  .footer-sub-nav__item:not(:last-child) {
    padding-right: 50px;
    position: relative; }
    .footer-sub-nav__item:not(:last-child):after {
      display: block;
      content: '|';
      position: absolute;
      top: 0;
      right: 25px; }
  .footer-sub-nav__link {
    color: #CC6600; }

.copyright {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .footer {
    padding: 10px 0; }
    .footer__content {
      flex-direction: column;
      align-items: center; }
      .footer__content--top {
        padding-bottom: 0; }
      .footer__content--bottom {
        flex-direction: column-reverse; }
    .footer__logo, .footer__social-list {
      display: none; }
    .footer__contacts-list {
      align-items: center; }
    .footer__block--right {
      width: 100%; }
  .footer-nav {
    display: none; }
  .footer-sub-nav {
    justify-content: center; }
    .footer-sub-nav__item:not(:last-child) {
      padding-right: 20px; }
      .footer-sub-nav__item:not(:last-child):after {
        right: 10px; }
  .copyright {
    text-align: center;
    margin-top: 10px; } }

/* footer end */
/* Header start */
.header {
  position: relative; }
  .header__content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    @media (max-width: 768px) {
      .header__content .header__nav {
        display: none; }
        .header__content .header__nav .nav {
          position: absolute;
          z-index: 4;
          top: calc(45px - 1px);
          right: 0;
          flex-direction: column;
          width: 200px;
          background: #cc6600;
          /*box-shadow: 0px 1px 5px 1px rgba(67, 67, 67, 0.5);*/ }
      .header__content--active {
        position: relative; }
        .header__content--active .header__nav {
          display: block; } }
  .header__icon {
    display: none;
    position: absolute;
    z-index: 5;
    right: 15px;
    top: calc(50% - 45px);
    color: #CC6600;
    font-size: 40px;
    width: 55px;
    height: 45px;
    line-height: 1;
    cursor: pointer; }
    @media (max-width: 768px) {
      .header__icon {
        display: flex;
        justify-content: center; } }
    .header__icon .icon__times {
      display: none; }
    .header__icon--active {
      background: #fff;
      box-shadow: 0px 1px 5px 1px rgba(67, 67, 67, 0.5);
      padding-top: 3px; }
      .header__icon--active .icon__times {
        display: block; }
      .header__icon--active .icon__bars {
        display: none; }
      .header__icon--active:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        bottom: -9px;
        right: 0px;
        left: -10px;
        height: 10px;
        background: #fff; }
  .header.section {
    margin-top: 0; }

.slider-with-header-section {
  position: relative; }

.header--in-slider {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-top: 20px; }

/* Header end */
.index {
  background-image: url(../images/background-1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

.kamp-smestaj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1300px;
  margin: 20 auto;
  padding: 0 15px; }

.flip-box {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  height: 300px;
  width: 300px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0px 30px 30px 30px;
  box-sizing: border-box;
  overflow: hidden; }

.flip-box-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  background: rgba(46, 60, 47, 0.6); }

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg); }

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.flip-box-front {
  background-color: #bbb;
  color: black; }

.flip-box-back {
  color: white;
  transform: rotateY(180deg);
  padding: 20px; }

.flip-box-back h3 {
  color: #CC6600;
  font-weight: bold;
  margin-bottom: 30px; }

/* main start*/
/* content */
/* content end */
/* sidebar start*/
/* sidebar end */
/* Main end */
/* nav-bar start */
.nav-bar {
  padding: 10px 0;
  color: #fff; }
  .nav-bar__content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .nav-bar .contacts-list__item {
    margin-right: 60px;
    font-size: 14px;
    align-items: center; }
    .nav-bar .contacts-list__item:last-child {
      margin-right: 0; }
  .nav-bar .contacts-list__link {
    font-family: "Roboto", sans-serif; }

.contacts-list {
  display: flex; }
  .contacts-list__link {
    color: white; }
  .contacts-list__icon {
    color: #CC6600;
    margin-right: 4px;
    font-size: 16px; }

.social-list {
  display: flex;
  align-items: center; }
  .social-list__item {
    margin-right: 40px; }
    .social-list__item:last-child {
      margin-right: 0; }
  .social-list__link {
    font-size: 22px; 
      color: #00CBC2;
  }

@media (max-width: 768px) {
  .contacts-list {
    flex-direction: column; }
  .social-list__link {
    font-size: 25px; }
  .social-list__item {
    margin-right: 15px; } }

/* nav-bar end */
.text1 {
  text-align: left;
  position: relative;
  padding: 20px;
  margin: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(46, 60, 47, 0.6);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Apple Chancery";
  font-weight: bold;
  font-size: 25px; }

.text2 {
  padding: 0 20px 0 20px;
  margin: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #CC6600;
  color: #fff;
  font-family: "Apple Chancery";
  font-weight: bold;
  font-size: 25px; }

.text3 {
  text-align: center;
  position: relative;
  padding: 20px;
  margin: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(46, 60, 47, 0.6);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Apple Chancery";
  font-weight: bold;
  font-size: 25px; }

.text4 {
  position: relative;
  padding: 20px;
  margin: 10px;
  box-sizing: border-box;
  overflow: hidden;
  float: right;
  background: rgba(46, 60, 47, 0.6);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Apple Chancery";
  font-weight: bold;
  font-size: 25px;
  line-height: 25px; }

.composition {
  position: relative; }
  .composition__photo {
    width: 55%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    transition: all;
    outline-offset: 20px; }
    .composition__photo--p1 {
      left: 0;
      top: -20px; }
    .composition__photo--p2 {
      right: 0;
      top: 20px; }
    .composition__photo--p3 {
      left: 20%;
      top: 100px; }
    .composition__photo:hover {
      outline: 15px solid #CC6600;
      transform: scale(1.05) translateY(-5px);
      box-shadow: 0 25px 40px rgba(0, 0, 0, 0.5);
      z-index: 20; }
  .composition:hover .composition__photo:not(:hover) {
    transform: scale(0.95); }

.section {
  padding: 10px 0;
  margin: 10px 0; }

.section--inverce {
  background: #434343; }

.section__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px; }

.section__nav {
  display: flex;
  justify-content: space-between; }

/* 1200px */
@media (min-width: 1200px) {
  .section__nav--min-width > li {
    max-width: 250px; }
    .section__nav--min-width > li > .btn {
      min-width: 250px; } }

@media (max-width: 768px) {
  .section {
    padding: 20px 0;
    margin: 20px 0; }
  .section__nav {
    flex-direction: column;
    justify-content: center; }
    .section__nav li {
      text-align: center;
      margin-bottom: 1.5rem; }
      .section__nav li:last-child {
        margin-bottom: 0; } }

/* additional styles start */
/* additional styles end */
