@charset "UTF-8";
html {
  line-height: 1.2;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

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

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[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 {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/*FONT AWESOME*/
@font-face {
  font-family: 'FontAwesome';
  src: local("FontAwesome"), url("fonts/Awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/Awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/Awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/Awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/Awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-camera:before {
  content: "\f030"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-twitter:before {
  content: '\f099'; }

.fa-youtube:before {
  content: '\f167'; }

.fa-youtube-play:before {
  content: '\f16a'; }

.fa-pinterest:before {
  content: '\f0d2'; }

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-comment:before {
  content: "\f075"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-th-large:before {
  content: '\f009'; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*Open Sans ExtraBold*/
@font-face {
  font-family: 'OpenSans-Extrabold';
  src: local("OpenSans-Extrabold"), url("fonts/OpenSans-Extrabold/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Extrabold/OpenSans-Extrabold.woff") format("woff"), url("fonts/OpenSans-Extrabold/OpenSans-Extrabold.ttf") format("truetype"), url("fonts/OpenSans-Extrabold/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans ExtraBoldItalic*/
@font-face {
  font-family: 'OpenSans-ExtraboldItalic';
  src: local("OpenSans-ExtraboldItalic"), url("fonts/OpenSans-ExtraboldItalic/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraboldItalic/OpenSans-ExtraboldItalic.woff") format("woff"), url("fonts/OpenSans-ExtraboldItalic/OpenSans-ExtraboldItalic.ttf") format("truetype"), url("fonts/OpenSans-ExtraboldItalic/OpenSans-ExtraboldItalic.svg#OpenSans-ExtraboldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans Bold*/
@font-face {
  font-family: 'OpenSans-Bold';
  src: local("OpenSans-Bold"), url("fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans BoldItalic*/
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: local("OpenSans-BoldItalic"), url("fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.woff") format("woff"), url("fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.ttf") format("truetype"), url("fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans SemiBold*/
@font-face {
  font-family: 'OpenSans-Semibold';
  src: local("OpenSans-Semibold"), url("fonts/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold/OpenSans-Semibold.woff") format("woff"), url("fonts/OpenSans-Semibold/OpenSans-Semibold.ttf") format("truetype"), url("fonts/OpenSans-Semibold/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans SemiBoldItalic*/
@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: local("OpenSans-SemiboldItalic"), url("fonts/OpenSans-SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiboldItalic/OpenSans-SemiboldItalic.woff") format("woff"), url("fonts/OpenSans-SemiboldItalic/OpenSans-SemiboldItalic.ttf") format("truetype"), url("fonts/OpenSans-SemiboldItalic/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans Regular*/
@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans"), url("fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans.woff") format("woff"), url("fonts/OpenSans/OpenSans.ttf") format("truetype"), url("fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans Italic*/
@font-face {
  font-family: 'OpenSans-Italic';
  src: local("OpenSans-Italic"), url("fonts/OpenSans-Italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic/OpenSans-Italic.ttf") format("truetype"), url("fonts/OpenSans-Italic/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans Light*/
@font-face {
  font-family: 'OpenSans-Light';
  src: local("OpenSans-Light"), url("fonts/OpenSans-Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans-Light/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans LightItalic*/
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: local("OpenSans-LightItalic"), url("fonts/OpenSansLight-Italic/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansLight-Italic/OpenSansLight-Italic.woff") format("woff"), url("fonts/OpenSansLight-Italic/OpenSansLight-Italic.ttf") format("truetype"), url("fonts/OpenSansLight-Italic/OpenSansLight-Italic.svg#OpenSansLight-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SignikaNegative-Bold';
  src: local("SignikaNegative-Bold"), url("./fonts/SignikaNegative-Bold/SignikaNegative-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/SignikaNegative-Bold/SignikaNegative-Bold.woff") format("woff"), url("./fonts/SignikaNegative-Bold/SignikaNegative-Bold.ttf") format("truetype"), url("./fonts/SignikaNegative-Bold/SignikaNegative-Bold.svg#SignikaNegative-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald-Regular';
  src: local("Oswald-Regular"), url("./fonts/Oswald-Regular/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Oswald-Regular/Oswald-Regular.woff") format("woff"), url("./fonts/Oswald-Regular/Oswald-Regular.ttf") format("truetype"), url("./fonts/Oswald-Regular/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald-Bold';
  src: local("Oswald-Bold"), url("./fonts/Oswald-Bold/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Oswald-Bold/Oswald-Bold.woff") format("woff"), url("./fonts/Oswald-Bold/Oswald-Bold.ttf") format("truetype"), url("./fonts/Oswald-Bold/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: local("HelveticaNeue"), url("./fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("./fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype"), url("./fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: local("HelveticaNeue-Bold"), url("./fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.woff") format("woff"), url("./fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf") format("truetype"), url("./fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: local("Arial"), url("./fonts/Arial/Arial.eot?#iefix") format("embedded-opentype"), url("./fonts/Arial/Arial.woff") format("woff"), url("./fonts/Arial/Arial.ttf") format("truetype"), url("./fonts/Arial/Arial.svg#Arial") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial-Bold';
  src: local("Arial-Bold"), url("./fonts/Arial-Bold/Arial-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Arial-Bold/Arial-Bold.woff") format("woff"), url("fonts/Arial-Bold/Arial-Bold.ttf") format("truetype"), url("./fonts/Arial-Bold/Arial-Bold.svg#Arial-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Bold';
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: local("Roboto Bold"), url("./fonts/roboto_bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto_bold/Roboto-Bold.woff") format("woff"), url("./fonts/roboto_bold/Roboto-Bold.ttf") format("truetype"), url("./fonts/roboto_bold/Roboto-Bold.svg#Roboto-Bold") format("svg"); }

@font-face {
  font-family: 'Roboto Regular';
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: local("Roboto Regular"), url("./fonts/roboto_regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto_regular/Roboto-Regular.woff") format("woff"), url("./fonts/roboto_regular/Roboto-Regular.ttf") format("truetype"), url("./fonts/roboto_regular/Roboto-Regular.svg#Roboto-Regular") format("svg"); }

@font-face {
  font-family: 'Georgia-Bold';
  src: local("Georgia-Bold"), url("./fonts/Georgia-Bold/Georgia-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Georgia-Bold/Georgia-Bold.woff") format("woff"), url("./fonts/Georgia-Bold/Georgia-Bold.ttf") format("truetype"), url("./fonts/Georgia-Bold/Georgia-Bold.svg#Georgia-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: local("PlayfairDisplay-Bold"), url("./fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff") format("woff"), url("./fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.ttf") format("truetype"), url("./fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AbrilFatface-Regular';
  src: local("AbrilFatface-Regular"), url("./fonts/AbrilFatface-Regular/AbrilFatface-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/AbrilFatface-Regular/AbrilFatface-Regular.woff") format("woff"), url("./fonts/AbrilFatface-Regular/AbrilFatface-Regular.ttf") format("truetype"), url("./fonts/AbrilFatface-Regular/AbrilFatface-Regular.svg#AbrilFatface-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*
    Created on : 22.05.2020., 10.21.14
    Author     : vladandzulovic
*/
.fixed-top {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }

.position-relative {
  position: relative; }

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

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

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.btn-primary, .btn-white, .btn-dark {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px;
  border: none;
  font-family: "Roboto Bold", sans-serif;
  cursor: pointer; }

.no-border {
  border: none !important; }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.btn-primary {
  background-color: #f70d28;
  color: #fff !important; }
  .btn-primary:hover {
    background-color: #ca071d;
    color: #fff !important; }

.bg-primary {
  background-color: #f70d28; }

.text-primary {
  color: #f70d28; }

.btn-white {
  background-color: #fff;
  color: #000 !important; }
  .btn-white:hover {
    background-color: #e6e6e6;
    color: #000 !important; }

.bg-white {
  background-color: #fff; }

.text-white {
  color: #fff; }

.btn-dark {
  background-color: #000;
  color: #fff !important; }
  .btn-dark:hover {
    background-color: black;
    color: #fff !important; }

.bg-dark {
  background-color: #000; }

.text-dark {
  color: #000; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .row > [class*="col-"] {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .row.no-gutters {
    margin-left: 0px !important;
    margin-right: 0px !important; }
    .row.no-gutters > [class*="col-"] {
      padding-left: 0px !important;
      padding-right: 0px !important; }

.container, .container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  padding-left: 15px;
  padding-right: 15px; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.m-0 {
  margin: 0 !important; }

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

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

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

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

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.py-0 {
  padding-top: 0;
  padding-bottom: 0; }

.m-1 {
  margin: 0.5rem !important; }

.mt-1 {
  margin-top: 0.5rem !important; }

.mr-1 {
  margin-right: 0.5rem !important; }

.ml-1 {
  margin-left: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.p-1 {
  padding: 0.5rem; }

.pt-1 {
  padding-top: 0.5rem; }

.pr-1 {
  padding-right: 0.5rem; }

.pb-1 {
  padding-bottom: 0.5rem; }

.pl-1 {
  padding-left: 0.5rem; }

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.m-2 {
  margin: 1rem !important; }

.mt-2 {
  margin-top: 1rem !important; }

.mr-2 {
  margin-right: 1rem !important; }

.ml-2 {
  margin-left: 1rem !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.p-2 {
  padding: 1rem; }

.pt-2 {
  padding-top: 1rem; }

.pr-2 {
  padding-right: 1rem; }

.pb-2 {
  padding-bottom: 1rem; }

.pl-2 {
  padding-left: 1rem; }

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.m-3 {
  margin: 1.5rem !important; }

.mt-3 {
  margin-top: 1.5rem !important; }

.mr-3 {
  margin-right: 1.5rem !important; }

.ml-3 {
  margin-left: 1.5rem !important; }

.mb-3 {
  margin-bottom: 1.5rem !important; }

.mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.p-3 {
  padding: 1.5rem; }

.pt-3 {
  padding-top: 1.5rem; }

.pr-3 {
  padding-right: 1.5rem; }

.pb-3 {
  padding-bottom: 1.5rem; }

.pl-3 {
  padding-left: 1.5rem; }

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.m-4 {
  margin: 2rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mr-4 {
  margin-right: 2rem !important; }

.ml-4 {
  margin-left: 2rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important; }

.p-4 {
  padding: 2rem; }

.pt-4 {
  padding-top: 2rem; }

.pr-4 {
  padding-right: 2rem; }

.pb-4 {
  padding-bottom: 2rem; }

.pl-4 {
  padding-left: 2rem; }

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.m-5 {
  margin: 2.5rem !important; }

.mt-5 {
  margin-top: 2.5rem !important; }

.mr-5 {
  margin-right: 2.5rem !important; }

.ml-5 {
  margin-left: 2.5rem !important; }

.mb-5 {
  margin-bottom: 2.5rem !important; }

.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important; }

.p-5 {
  padding: 2.5rem; }

.pt-5 {
  padding-top: 2.5rem; }

.pr-5 {
  padding-right: 2.5rem; }

.pb-5 {
  padding-bottom: 2.5rem; }

.pl-5 {
  padding-left: 2.5rem; }

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.m-6 {
  margin: 3rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mr-6 {
  margin-right: 3rem !important; }

.ml-6 {
  margin-left: 3rem !important; }

.mb-6 {
  margin-bottom: 3rem !important; }

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.p-6 {
  padding: 3rem; }

.pt-6 {
  padding-top: 3rem; }

.pr-6 {
  padding-right: 3rem; }

.pb-6 {
  padding-bottom: 3rem; }

.pl-6 {
  padding-left: 3rem; }

.px-6 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-6 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.m-7 {
  margin: 3.5rem !important; }

.mt-7 {
  margin-top: 3.5rem !important; }

.mr-7 {
  margin-right: 3.5rem !important; }

.ml-7 {
  margin-left: 3.5rem !important; }

.mb-7 {
  margin-bottom: 3.5rem !important; }

.mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important; }

.p-7 {
  padding: 3.5rem; }

.pt-7 {
  padding-top: 3.5rem; }

.pr-7 {
  padding-right: 3.5rem; }

.pb-7 {
  padding-bottom: 3.5rem; }

.pl-7 {
  padding-left: 3.5rem; }

.px-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

.py-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.m-8 {
  margin: 4rem !important; }

.mt-8 {
  margin-top: 4rem !important; }

.mr-8 {
  margin-right: 4rem !important; }

.ml-8 {
  margin-left: 4rem !important; }

.mb-8 {
  margin-bottom: 4rem !important; }

.mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.p-8 {
  padding: 4rem; }

.pt-8 {
  padding-top: 4rem; }

.pr-8 {
  padding-right: 4rem; }

.pb-8 {
  padding-bottom: 4rem; }

.pl-8 {
  padding-left: 4rem; }

.px-8 {
  padding-left: 4rem;
  padding-right: 4rem; }

.py-8 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.m-9 {
  margin: 4.5rem !important; }

.mt-9 {
  margin-top: 4.5rem !important; }

.mr-9 {
  margin-right: 4.5rem !important; }

.ml-9 {
  margin-left: 4.5rem !important; }

.mb-9 {
  margin-bottom: 4.5rem !important; }

.mx-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important; }

.p-9 {
  padding: 4.5rem; }

.pt-9 {
  padding-top: 4.5rem; }

.pr-9 {
  padding-right: 4.5rem; }

.pb-9 {
  padding-bottom: 4.5rem; }

.pl-9 {
  padding-left: 4.5rem; }

.px-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.py-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

.m-10 {
  margin: 5rem !important; }

.mt-10 {
  margin-top: 5rem !important; }

.mr-10 {
  margin-right: 5rem !important; }

.ml-10 {
  margin-left: 5rem !important; }

.mb-10 {
  margin-bottom: 5rem !important; }

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.p-10 {
  padding: 5rem; }

.pt-10 {
  padding-top: 5rem; }

.pr-10 {
  padding-right: 5rem; }

.pb-10 {
  padding-bottom: 5rem; }

.pl-10 {
  padding-left: 5rem; }

.px-10 {
  padding-left: 5rem;
  padding-right: 5rem; }

.py-10 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.p-auto {
  padding: auto; }

.pt-auto {
  padding-top: auto; }

.pr-auto {
  padding-right: auto; }

.pb-auto {
  padding-bottom: auto; }

.pl-auto {
  padding-left: auto; }

.px-auto {
  padding-left: auto;
  padding-right: auto; }

.py-auto {
  padding-top: auto;
  padding-bottom: auto; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-flex {
  display: flex; }

.d-inline-block {
  display: inline-block; }

.d-inline-flex {
  display: inline-flex; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-nowrap {
  flex-wrap: nowrap; }

.flex-row {
  flex-direction: row; }

.flex-column {
  flex-direction: column; }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

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

.align-items-stretch {
  align-items: stretch; }

.align-content-start {
  align-content: flex-start; }

.align-content-end {
  align-content: flex-end; }

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

.align-content-stretch {
  align-content: stretch; }

.align-content-between {
  align-content: space-between; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-end {
  justify-content: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .m-xm-0 {
    margin: 0 !important; }
  .mt-xm-0 {
    margin-top: 0 !important; }
  .mr-xm-0 {
    margin-right: 0 !important; }
  .ml-xm-0 {
    margin-left: 0 !important; }
  .mb-xm-0 {
    margin-bottom: 0 !important; }
  .mx-xm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-xm-0 {
    padding: 0; }
  .pt-xm-0 {
    padding-top: 0; }
  .pr-xm-0 {
    padding-right: 0; }
  .pb-xm-0 {
    padding-bottom: 0; }
  .pl-xm-0 {
    padding-left: 0; }
  .px-xm-0 {
    padding-left: 0;
    padding-right: 0; }
  .py-xm-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .m-xm-1 {
    margin: 0.5rem !important; }
  .mt-xm-1 {
    margin-top: 0.5rem !important; }
  .mr-xm-1 {
    margin-right: 0.5rem !important; }
  .ml-xm-1 {
    margin-left: 0.5rem !important; }
  .mb-xm-1 {
    margin-bottom: 0.5rem !important; }
  .mx-xm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-xm-1 {
    padding: 0.5rem; }
  .pt-xm-1 {
    padding-top: 0.5rem; }
  .pr-xm-1 {
    padding-right: 0.5rem; }
  .pb-xm-1 {
    padding-bottom: 0.5rem; }
  .pl-xm-1 {
    padding-left: 0.5rem; }
  .px-xm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .py-xm-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .m-xm-2 {
    margin: 1rem !important; }
  .mt-xm-2 {
    margin-top: 1rem !important; }
  .mr-xm-2 {
    margin-right: 1rem !important; }
  .ml-xm-2 {
    margin-left: 1rem !important; }
  .mb-xm-2 {
    margin-bottom: 1rem !important; }
  .mx-xm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-xm-2 {
    padding: 1rem; }
  .pt-xm-2 {
    padding-top: 1rem; }
  .pr-xm-2 {
    padding-right: 1rem; }
  .pb-xm-2 {
    padding-bottom: 1rem; }
  .pl-xm-2 {
    padding-left: 1rem; }
  .px-xm-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .py-xm-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .m-xm-3 {
    margin: 1.5rem !important; }
  .mt-xm-3 {
    margin-top: 1.5rem !important; }
  .mr-xm-3 {
    margin-right: 1.5rem !important; }
  .ml-xm-3 {
    margin-left: 1.5rem !important; }
  .mb-xm-3 {
    margin-bottom: 1.5rem !important; }
  .mx-xm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-xm-3 {
    padding: 1.5rem; }
  .pt-xm-3 {
    padding-top: 1.5rem; }
  .pr-xm-3 {
    padding-right: 1.5rem; }
  .pb-xm-3 {
    padding-bottom: 1.5rem; }
  .pl-xm-3 {
    padding-left: 1.5rem; }
  .px-xm-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .py-xm-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .m-xm-4 {
    margin: 2rem !important; }
  .mt-xm-4 {
    margin-top: 2rem !important; }
  .mr-xm-4 {
    margin-right: 2rem !important; }
  .ml-xm-4 {
    margin-left: 2rem !important; }
  .mb-xm-4 {
    margin-bottom: 2rem !important; }
  .mx-xm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-xm-4 {
    padding: 2rem; }
  .pt-xm-4 {
    padding-top: 2rem; }
  .pr-xm-4 {
    padding-right: 2rem; }
  .pb-xm-4 {
    padding-bottom: 2rem; }
  .pl-xm-4 {
    padding-left: 2rem; }
  .px-xm-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .py-xm-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .m-xm-5 {
    margin: 2.5rem !important; }
  .mt-xm-5 {
    margin-top: 2.5rem !important; }
  .mr-xm-5 {
    margin-right: 2.5rem !important; }
  .ml-xm-5 {
    margin-left: 2.5rem !important; }
  .mb-xm-5 {
    margin-bottom: 2.5rem !important; }
  .mx-xm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-xm-5 {
    padding: 2.5rem; }
  .pt-xm-5 {
    padding-top: 2.5rem; }
  .pr-xm-5 {
    padding-right: 2.5rem; }
  .pb-xm-5 {
    padding-bottom: 2.5rem; }
  .pl-xm-5 {
    padding-left: 2.5rem; }
  .px-xm-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .py-xm-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .m-xm-6 {
    margin: 3rem !important; }
  .mt-xm-6 {
    margin-top: 3rem !important; }
  .mr-xm-6 {
    margin-right: 3rem !important; }
  .ml-xm-6 {
    margin-left: 3rem !important; }
  .mb-xm-6 {
    margin-bottom: 3rem !important; }
  .mx-xm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-xm-6 {
    padding: 3rem; }
  .pt-xm-6 {
    padding-top: 3rem; }
  .pr-xm-6 {
    padding-right: 3rem; }
  .pb-xm-6 {
    padding-bottom: 3rem; }
  .pl-xm-6 {
    padding-left: 3rem; }
  .px-xm-6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .py-xm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .m-xm-7 {
    margin: 3.5rem !important; }
  .mt-xm-7 {
    margin-top: 3.5rem !important; }
  .mr-xm-7 {
    margin-right: 3.5rem !important; }
  .ml-xm-7 {
    margin-left: 3.5rem !important; }
  .mb-xm-7 {
    margin-bottom: 3.5rem !important; }
  .mx-xm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-xm-7 {
    padding: 3.5rem; }
  .pt-xm-7 {
    padding-top: 3.5rem; }
  .pr-xm-7 {
    padding-right: 3.5rem; }
  .pb-xm-7 {
    padding-bottom: 3.5rem; }
  .pl-xm-7 {
    padding-left: 3.5rem; }
  .px-xm-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .py-xm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .m-xm-8 {
    margin: 4rem !important; }
  .mt-xm-8 {
    margin-top: 4rem !important; }
  .mr-xm-8 {
    margin-right: 4rem !important; }
  .ml-xm-8 {
    margin-left: 4rem !important; }
  .mb-xm-8 {
    margin-bottom: 4rem !important; }
  .mx-xm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-xm-8 {
    padding: 4rem; }
  .pt-xm-8 {
    padding-top: 4rem; }
  .pr-xm-8 {
    padding-right: 4rem; }
  .pb-xm-8 {
    padding-bottom: 4rem; }
  .pl-xm-8 {
    padding-left: 4rem; }
  .px-xm-8 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .py-xm-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .m-xm-9 {
    margin: 4.5rem !important; }
  .mt-xm-9 {
    margin-top: 4.5rem !important; }
  .mr-xm-9 {
    margin-right: 4.5rem !important; }
  .ml-xm-9 {
    margin-left: 4.5rem !important; }
  .mb-xm-9 {
    margin-bottom: 4.5rem !important; }
  .mx-xm-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-xm-9 {
    padding: 4.5rem; }
  .pt-xm-9 {
    padding-top: 4.5rem; }
  .pr-xm-9 {
    padding-right: 4.5rem; }
  .pb-xm-9 {
    padding-bottom: 4.5rem; }
  .pl-xm-9 {
    padding-left: 4.5rem; }
  .px-xm-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .py-xm-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .m-xm-10 {
    margin: 5rem !important; }
  .mt-xm-10 {
    margin-top: 5rem !important; }
  .mr-xm-10 {
    margin-right: 5rem !important; }
  .ml-xm-10 {
    margin-left: 5rem !important; }
  .mb-xm-10 {
    margin-bottom: 5rem !important; }
  .mx-xm-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-xm-10 {
    padding: 5rem; }
  .pt-xm-10 {
    padding-top: 5rem; }
  .pr-xm-10 {
    padding-right: 5rem; }
  .pb-xm-10 {
    padding-bottom: 5rem; }
  .pl-xm-10 {
    padding-left: 5rem; }
  .px-xm-10 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .py-xm-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .m-xm-auto {
    margin: auto !important; }
  .mt-xm-auto {
    margin-top: auto !important; }
  .mr-xm-auto {
    margin-right: auto !important; }
  .ml-xm-auto {
    margin-left: auto !important; }
  .mb-xm-auto {
    margin-bottom: auto !important; }
  .mx-xm-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-xm-auto {
    padding: auto; }
  .pt-xm-auto {
    padding-top: auto; }
  .pr-xm-auto {
    padding-right: auto; }
  .pb-xm-auto {
    padding-bottom: auto; }
  .pl-xm-auto {
    padding-left: auto; }
  .px-xm-auto {
    padding-left: auto;
    padding-right: auto; }
  .py-xm-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .d-xm-none {
    display: none; }
  .d-xm-block {
    display: block; }
  .d-xm-flex {
    display: flex; }
  .d-xm-inline-block {
    display: inline-block; }
  .d-xm-inline-flex {
    display: inline-flex; }
  .flex-xm-wrap {
    flex-wrap: wrap; }
  .flex-xm-nowrap {
    flex-wrap: nowrap; }
  .flex-xm-row {
    flex-direction: row; }
  .flex-xm-column {
    flex-direction: column; }
  .align-items-xm-start {
    align-items: flex-start; }
  .align-items-xm-end {
    align-items: flex-end; }
  .align-items-xm-center {
    align-items: center; }
  .align-items-xm-stretch {
    align-items: stretch; }
  .align-content-xm-start {
    align-content: flex-start; }
  .align-content-xm-end {
    align-content: flex-end; }
  .align-content-xm-center {
    align-content: center; }
  .align-content-xm-stretch {
    align-content: stretch; }
  .align-content-xm-between {
    align-content: space-between; }
  .justify-content-xm-start {
    justify-content: flex-start; }
  .justify-content-xm-end {
    justify-content: flex-end; }
  .justify-content-xm-center {
    justify-content: center; }
  .justify-content-xm-between {
    justify-content: space-between; } }

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-sm-0 {
    padding: 0; }
  .pt-sm-0 {
    padding-top: 0; }
  .pr-sm-0 {
    padding-right: 0; }
  .pb-sm-0 {
    padding-bottom: 0; }
  .pl-sm-0 {
    padding-left: 0; }
  .px-sm-0 {
    padding-left: 0;
    padding-right: 0; }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .m-sm-1 {
    margin: 0.5rem !important; }
  .mt-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1 {
    margin-right: 0.5rem !important; }
  .ml-sm-1 {
    margin-left: 0.5rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important; }
  .mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-sm-1 {
    padding: 0.5rem; }
  .pt-sm-1 {
    padding-top: 0.5rem; }
  .pr-sm-1 {
    padding-right: 0.5rem; }
  .pb-sm-1 {
    padding-bottom: 0.5rem; }
  .pl-sm-1 {
    padding-left: 0.5rem; }
  .px-sm-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .py-sm-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .m-sm-2 {
    margin: 1rem !important; }
  .mt-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2 {
    margin-right: 1rem !important; }
  .ml-sm-2 {
    margin-left: 1rem !important; }
  .mb-sm-2 {
    margin-bottom: 1rem !important; }
  .mx-sm-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-sm-2 {
    padding: 1rem; }
  .pt-sm-2 {
    padding-top: 1rem; }
  .pr-sm-2 {
    padding-right: 1rem; }
  .pb-sm-2 {
    padding-bottom: 1rem; }
  .pl-sm-2 {
    padding-left: 1rem; }
  .px-sm-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .py-sm-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .m-sm-3 {
    margin: 1.5rem !important; }
  .mt-sm-3 {
    margin-top: 1.5rem !important; }
  .mr-sm-3 {
    margin-right: 1.5rem !important; }
  .ml-sm-3 {
    margin-left: 1.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1.5rem !important; }
  .mx-sm-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-sm-3 {
    padding: 1.5rem; }
  .pt-sm-3 {
    padding-top: 1.5rem; }
  .pr-sm-3 {
    padding-right: 1.5rem; }
  .pb-sm-3 {
    padding-bottom: 1.5rem; }
  .pl-sm-3 {
    padding-left: 1.5rem; }
  .px-sm-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .py-sm-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .m-sm-4 {
    margin: 2rem !important; }
  .mt-sm-4 {
    margin-top: 2rem !important; }
  .mr-sm-4 {
    margin-right: 2rem !important; }
  .ml-sm-4 {
    margin-left: 2rem !important; }
  .mb-sm-4 {
    margin-bottom: 2rem !important; }
  .mx-sm-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-sm-4 {
    padding: 2rem; }
  .pt-sm-4 {
    padding-top: 2rem; }
  .pr-sm-4 {
    padding-right: 2rem; }
  .pb-sm-4 {
    padding-bottom: 2rem; }
  .pl-sm-4 {
    padding-left: 2rem; }
  .px-sm-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .py-sm-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .m-sm-5 {
    margin: 2.5rem !important; }
  .mt-sm-5 {
    margin-top: 2.5rem !important; }
  .mr-sm-5 {
    margin-right: 2.5rem !important; }
  .ml-sm-5 {
    margin-left: 2.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important; }
  .mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-sm-5 {
    padding: 2.5rem; }
  .pt-sm-5 {
    padding-top: 2.5rem; }
  .pr-sm-5 {
    padding-right: 2.5rem; }
  .pb-sm-5 {
    padding-bottom: 2.5rem; }
  .pl-sm-5 {
    padding-left: 2.5rem; }
  .px-sm-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .py-sm-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .m-sm-6 {
    margin: 3rem !important; }
  .mt-sm-6 {
    margin-top: 3rem !important; }
  .mr-sm-6 {
    margin-right: 3rem !important; }
  .ml-sm-6 {
    margin-left: 3rem !important; }
  .mb-sm-6 {
    margin-bottom: 3rem !important; }
  .mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-sm-6 {
    padding: 3rem; }
  .pt-sm-6 {
    padding-top: 3rem; }
  .pr-sm-6 {
    padding-right: 3rem; }
  .pb-sm-6 {
    padding-bottom: 3rem; }
  .pl-sm-6 {
    padding-left: 3rem; }
  .px-sm-6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .py-sm-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .m-sm-7 {
    margin: 3.5rem !important; }
  .mt-sm-7 {
    margin-top: 3.5rem !important; }
  .mr-sm-7 {
    margin-right: 3.5rem !important; }
  .ml-sm-7 {
    margin-left: 3.5rem !important; }
  .mb-sm-7 {
    margin-bottom: 3.5rem !important; }
  .mx-sm-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-sm-7 {
    padding: 3.5rem; }
  .pt-sm-7 {
    padding-top: 3.5rem; }
  .pr-sm-7 {
    padding-right: 3.5rem; }
  .pb-sm-7 {
    padding-bottom: 3.5rem; }
  .pl-sm-7 {
    padding-left: 3.5rem; }
  .px-sm-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .py-sm-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .m-sm-8 {
    margin: 4rem !important; }
  .mt-sm-8 {
    margin-top: 4rem !important; }
  .mr-sm-8 {
    margin-right: 4rem !important; }
  .ml-sm-8 {
    margin-left: 4rem !important; }
  .mb-sm-8 {
    margin-bottom: 4rem !important; }
  .mx-sm-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-sm-8 {
    padding: 4rem; }
  .pt-sm-8 {
    padding-top: 4rem; }
  .pr-sm-8 {
    padding-right: 4rem; }
  .pb-sm-8 {
    padding-bottom: 4rem; }
  .pl-sm-8 {
    padding-left: 4rem; }
  .px-sm-8 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .py-sm-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .m-sm-9 {
    margin: 4.5rem !important; }
  .mt-sm-9 {
    margin-top: 4.5rem !important; }
  .mr-sm-9 {
    margin-right: 4.5rem !important; }
  .ml-sm-9 {
    margin-left: 4.5rem !important; }
  .mb-sm-9 {
    margin-bottom: 4.5rem !important; }
  .mx-sm-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-sm-9 {
    padding: 4.5rem; }
  .pt-sm-9 {
    padding-top: 4.5rem; }
  .pr-sm-9 {
    padding-right: 4.5rem; }
  .pb-sm-9 {
    padding-bottom: 4.5rem; }
  .pl-sm-9 {
    padding-left: 4.5rem; }
  .px-sm-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .py-sm-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .m-sm-10 {
    margin: 5rem !important; }
  .mt-sm-10 {
    margin-top: 5rem !important; }
  .mr-sm-10 {
    margin-right: 5rem !important; }
  .ml-sm-10 {
    margin-left: 5rem !important; }
  .mb-sm-10 {
    margin-bottom: 5rem !important; }
  .mx-sm-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-sm-10 {
    padding: 5rem; }
  .pt-sm-10 {
    padding-top: 5rem; }
  .pr-sm-10 {
    padding-right: 5rem; }
  .pb-sm-10 {
    padding-bottom: 5rem; }
  .pl-sm-10 {
    padding-left: 5rem; }
  .px-sm-10 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .py-sm-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-sm-auto {
    padding: auto; }
  .pt-sm-auto {
    padding-top: auto; }
  .pr-sm-auto {
    padding-right: auto; }
  .pb-sm-auto {
    padding-bottom: auto; }
  .pl-sm-auto {
    padding-left: auto; }
  .px-sm-auto {
    padding-left: auto;
    padding-right: auto; }
  .py-sm-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .d-sm-none {
    display: none; }
  .d-sm-block {
    display: block; }
  .d-sm-flex {
    display: flex; }
  .d-sm-inline-block {
    display: inline-block; }
  .d-sm-inline-flex {
    display: inline-flex; }
  .flex-sm-wrap {
    flex-wrap: wrap; }
  .flex-sm-nowrap {
    flex-wrap: nowrap; }
  .flex-sm-row {
    flex-direction: row; }
  .flex-sm-column {
    flex-direction: column; }
  .align-items-sm-start {
    align-items: flex-start; }
  .align-items-sm-end {
    align-items: flex-end; }
  .align-items-sm-center {
    align-items: center; }
  .align-items-sm-stretch {
    align-items: stretch; }
  .align-content-sm-start {
    align-content: flex-start; }
  .align-content-sm-end {
    align-content: flex-end; }
  .align-content-sm-center {
    align-content: center; }
  .align-content-sm-stretch {
    align-content: stretch; }
  .align-content-sm-between {
    align-content: space-between; }
  .justify-content-sm-start {
    justify-content: flex-start; }
  .justify-content-sm-end {
    justify-content: flex-end; }
  .justify-content-sm-center {
    justify-content: center; }
  .justify-content-sm-between {
    justify-content: space-between; } }

@media (min-width: 768px) {
  .container {
    max-width: 740px; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-md-0 {
    padding: 0; }
  .pt-md-0 {
    padding-top: 0; }
  .pr-md-0 {
    padding-right: 0; }
  .pb-md-0 {
    padding-bottom: 0; }
  .pl-md-0 {
    padding-left: 0; }
  .px-md-0 {
    padding-left: 0;
    padding-right: 0; }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .m-md-1 {
    margin: 0.5rem !important; }
  .mt-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1 {
    margin-right: 0.5rem !important; }
  .ml-md-1 {
    margin-left: 0.5rem !important; }
  .mb-md-1 {
    margin-bottom: 0.5rem !important; }
  .mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-md-1 {
    padding: 0.5rem; }
  .pt-md-1 {
    padding-top: 0.5rem; }
  .pr-md-1 {
    padding-right: 0.5rem; }
  .pb-md-1 {
    padding-bottom: 0.5rem; }
  .pl-md-1 {
    padding-left: 0.5rem; }
  .px-md-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .py-md-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .m-md-2 {
    margin: 1rem !important; }
  .mt-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2 {
    margin-right: 1rem !important; }
  .ml-md-2 {
    margin-left: 1rem !important; }
  .mb-md-2 {
    margin-bottom: 1rem !important; }
  .mx-md-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-md-2 {
    padding: 1rem; }
  .pt-md-2 {
    padding-top: 1rem; }
  .pr-md-2 {
    padding-right: 1rem; }
  .pb-md-2 {
    padding-bottom: 1rem; }
  .pl-md-2 {
    padding-left: 1rem; }
  .px-md-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .py-md-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .m-md-3 {
    margin: 1.5rem !important; }
  .mt-md-3 {
    margin-top: 1.5rem !important; }
  .mr-md-3 {
    margin-right: 1.5rem !important; }
  .ml-md-3 {
    margin-left: 1.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1.5rem !important; }
  .mx-md-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-md-3 {
    padding: 1.5rem; }
  .pt-md-3 {
    padding-top: 1.5rem; }
  .pr-md-3 {
    padding-right: 1.5rem; }
  .pb-md-3 {
    padding-bottom: 1.5rem; }
  .pl-md-3 {
    padding-left: 1.5rem; }
  .px-md-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .py-md-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .m-md-4 {
    margin: 2rem !important; }
  .mt-md-4 {
    margin-top: 2rem !important; }
  .mr-md-4 {
    margin-right: 2rem !important; }
  .ml-md-4 {
    margin-left: 2rem !important; }
  .mb-md-4 {
    margin-bottom: 2rem !important; }
  .mx-md-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-md-4 {
    padding: 2rem; }
  .pt-md-4 {
    padding-top: 2rem; }
  .pr-md-4 {
    padding-right: 2rem; }
  .pb-md-4 {
    padding-bottom: 2rem; }
  .pl-md-4 {
    padding-left: 2rem; }
  .px-md-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .py-md-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .m-md-5 {
    margin: 2.5rem !important; }
  .mt-md-5 {
    margin-top: 2.5rem !important; }
  .mr-md-5 {
    margin-right: 2.5rem !important; }
  .ml-md-5 {
    margin-left: 2.5rem !important; }
  .mb-md-5 {
    margin-bottom: 2.5rem !important; }
  .mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-md-5 {
    padding: 2.5rem; }
  .pt-md-5 {
    padding-top: 2.5rem; }
  .pr-md-5 {
    padding-right: 2.5rem; }
  .pb-md-5 {
    padding-bottom: 2.5rem; }
  .pl-md-5 {
    padding-left: 2.5rem; }
  .px-md-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .py-md-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .m-md-6 {
    margin: 3rem !important; }
  .mt-md-6 {
    margin-top: 3rem !important; }
  .mr-md-6 {
    margin-right: 3rem !important; }
  .ml-md-6 {
    margin-left: 3rem !important; }
  .mb-md-6 {
    margin-bottom: 3rem !important; }
  .mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-md-6 {
    padding: 3rem; }
  .pt-md-6 {
    padding-top: 3rem; }
  .pr-md-6 {
    padding-right: 3rem; }
  .pb-md-6 {
    padding-bottom: 3rem; }
  .pl-md-6 {
    padding-left: 3rem; }
  .px-md-6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .py-md-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .m-md-7 {
    margin: 3.5rem !important; }
  .mt-md-7 {
    margin-top: 3.5rem !important; }
  .mr-md-7 {
    margin-right: 3.5rem !important; }
  .ml-md-7 {
    margin-left: 3.5rem !important; }
  .mb-md-7 {
    margin-bottom: 3.5rem !important; }
  .mx-md-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-md-7 {
    padding: 3.5rem; }
  .pt-md-7 {
    padding-top: 3.5rem; }
  .pr-md-7 {
    padding-right: 3.5rem; }
  .pb-md-7 {
    padding-bottom: 3.5rem; }
  .pl-md-7 {
    padding-left: 3.5rem; }
  .px-md-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .py-md-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .m-md-8 {
    margin: 4rem !important; }
  .mt-md-8 {
    margin-top: 4rem !important; }
  .mr-md-8 {
    margin-right: 4rem !important; }
  .ml-md-8 {
    margin-left: 4rem !important; }
  .mb-md-8 {
    margin-bottom: 4rem !important; }
  .mx-md-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-md-8 {
    padding: 4rem; }
  .pt-md-8 {
    padding-top: 4rem; }
  .pr-md-8 {
    padding-right: 4rem; }
  .pb-md-8 {
    padding-bottom: 4rem; }
  .pl-md-8 {
    padding-left: 4rem; }
  .px-md-8 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .py-md-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .m-md-9 {
    margin: 4.5rem !important; }
  .mt-md-9 {
    margin-top: 4.5rem !important; }
  .mr-md-9 {
    margin-right: 4.5rem !important; }
  .ml-md-9 {
    margin-left: 4.5rem !important; }
  .mb-md-9 {
    margin-bottom: 4.5rem !important; }
  .mx-md-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-md-9 {
    padding: 4.5rem; }
  .pt-md-9 {
    padding-top: 4.5rem; }
  .pr-md-9 {
    padding-right: 4.5rem; }
  .pb-md-9 {
    padding-bottom: 4.5rem; }
  .pl-md-9 {
    padding-left: 4.5rem; }
  .px-md-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .py-md-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .m-md-10 {
    margin: 5rem !important; }
  .mt-md-10 {
    margin-top: 5rem !important; }
  .mr-md-10 {
    margin-right: 5rem !important; }
  .ml-md-10 {
    margin-left: 5rem !important; }
  .mb-md-10 {
    margin-bottom: 5rem !important; }
  .mx-md-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-md-10 {
    padding: 5rem; }
  .pt-md-10 {
    padding-top: 5rem; }
  .pr-md-10 {
    padding-right: 5rem; }
  .pb-md-10 {
    padding-bottom: 5rem; }
  .pl-md-10 {
    padding-left: 5rem; }
  .px-md-10 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .py-md-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-md-auto {
    padding: auto; }
  .pt-md-auto {
    padding-top: auto; }
  .pr-md-auto {
    padding-right: auto; }
  .pb-md-auto {
    padding-bottom: auto; }
  .pl-md-auto {
    padding-left: auto; }
  .px-md-auto {
    padding-left: auto;
    padding-right: auto; }
  .py-md-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .d-md-none {
    display: none; }
  .d-md-block {
    display: block; }
  .d-md-flex {
    display: flex; }
  .d-md-inline-block {
    display: inline-block; }
  .d-md-inline-flex {
    display: inline-flex; }
  .flex-md-wrap {
    flex-wrap: wrap; }
  .flex-md-nowrap {
    flex-wrap: nowrap; }
  .flex-md-row {
    flex-direction: row; }
  .flex-md-column {
    flex-direction: column; }
  .align-items-md-start {
    align-items: flex-start; }
  .align-items-md-end {
    align-items: flex-end; }
  .align-items-md-center {
    align-items: center; }
  .align-items-md-stretch {
    align-items: stretch; }
  .align-content-md-start {
    align-content: flex-start; }
  .align-content-md-end {
    align-content: flex-end; }
  .align-content-md-center {
    align-content: center; }
  .align-content-md-stretch {
    align-content: stretch; }
  .align-content-md-between {
    align-content: space-between; }
  .justify-content-md-start {
    justify-content: flex-start; }
  .justify-content-md-end {
    justify-content: flex-end; }
  .justify-content-md-center {
    justify-content: center; }
  .justify-content-md-between {
    justify-content: space-between; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-lg-0 {
    padding: 0; }
  .pt-lg-0 {
    padding-top: 0; }
  .pr-lg-0 {
    padding-right: 0; }
  .pb-lg-0 {
    padding-bottom: 0; }
  .pl-lg-0 {
    padding-left: 0; }
  .px-lg-0 {
    padding-left: 0;
    padding-right: 0; }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .m-lg-1 {
    margin: 0.5rem !important; }
  .mt-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1 {
    margin-right: 0.5rem !important; }
  .ml-lg-1 {
    margin-left: 0.5rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important; }
  .mx-lg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-lg-1 {
    padding: 0.5rem; }
  .pt-lg-1 {
    padding-top: 0.5rem; }
  .pr-lg-1 {
    padding-right: 0.5rem; }
  .pb-lg-1 {
    padding-bottom: 0.5rem; }
  .pl-lg-1 {
    padding-left: 0.5rem; }
  .px-lg-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .py-lg-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .m-lg-2 {
    margin: 1rem !important; }
  .mt-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2 {
    margin-right: 1rem !important; }
  .ml-lg-2 {
    margin-left: 1rem !important; }
  .mb-lg-2 {
    margin-bottom: 1rem !important; }
  .mx-lg-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-lg-2 {
    padding: 1rem; }
  .pt-lg-2 {
    padding-top: 1rem; }
  .pr-lg-2 {
    padding-right: 1rem; }
  .pb-lg-2 {
    padding-bottom: 1rem; }
  .pl-lg-2 {
    padding-left: 1rem; }
  .px-lg-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .py-lg-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .m-lg-3 {
    margin: 1.5rem !important; }
  .mt-lg-3 {
    margin-top: 1.5rem !important; }
  .mr-lg-3 {
    margin-right: 1.5rem !important; }
  .ml-lg-3 {
    margin-left: 1.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important; }
  .mx-lg-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-lg-3 {
    padding: 1.5rem; }
  .pt-lg-3 {
    padding-top: 1.5rem; }
  .pr-lg-3 {
    padding-right: 1.5rem; }
  .pb-lg-3 {
    padding-bottom: 1.5rem; }
  .pl-lg-3 {
    padding-left: 1.5rem; }
  .px-lg-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .py-lg-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .m-lg-4 {
    margin: 2rem !important; }
  .mt-lg-4 {
    margin-top: 2rem !important; }
  .mr-lg-4 {
    margin-right: 2rem !important; }
  .ml-lg-4 {
    margin-left: 2rem !important; }
  .mb-lg-4 {
    margin-bottom: 2rem !important; }
  .mx-lg-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-lg-4 {
    padding: 2rem; }
  .pt-lg-4 {
    padding-top: 2rem; }
  .pr-lg-4 {
    padding-right: 2rem; }
  .pb-lg-4 {
    padding-bottom: 2rem; }
  .pl-lg-4 {
    padding-left: 2rem; }
  .px-lg-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .py-lg-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .m-lg-5 {
    margin: 2.5rem !important; }
  .mt-lg-5 {
    margin-top: 2.5rem !important; }
  .mr-lg-5 {
    margin-right: 2.5rem !important; }
  .ml-lg-5 {
    margin-left: 2.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important; }
  .mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-lg-5 {
    padding: 2.5rem; }
  .pt-lg-5 {
    padding-top: 2.5rem; }
  .pr-lg-5 {
    padding-right: 2.5rem; }
  .pb-lg-5 {
    padding-bottom: 2.5rem; }
  .pl-lg-5 {
    padding-left: 2.5rem; }
  .px-lg-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .py-lg-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .m-lg-6 {
    margin: 3rem !important; }
  .mt-lg-6 {
    margin-top: 3rem !important; }
  .mr-lg-6 {
    margin-right: 3rem !important; }
  .ml-lg-6 {
    margin-left: 3rem !important; }
  .mb-lg-6 {
    margin-bottom: 3rem !important; }
  .mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-lg-6 {
    padding: 3rem; }
  .pt-lg-6 {
    padding-top: 3rem; }
  .pr-lg-6 {
    padding-right: 3rem; }
  .pb-lg-6 {
    padding-bottom: 3rem; }
  .pl-lg-6 {
    padding-left: 3rem; }
  .px-lg-6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .py-lg-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .m-lg-7 {
    margin: 3.5rem !important; }
  .mt-lg-7 {
    margin-top: 3.5rem !important; }
  .mr-lg-7 {
    margin-right: 3.5rem !important; }
  .ml-lg-7 {
    margin-left: 3.5rem !important; }
  .mb-lg-7 {
    margin-bottom: 3.5rem !important; }
  .mx-lg-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-lg-7 {
    padding: 3.5rem; }
  .pt-lg-7 {
    padding-top: 3.5rem; }
  .pr-lg-7 {
    padding-right: 3.5rem; }
  .pb-lg-7 {
    padding-bottom: 3.5rem; }
  .pl-lg-7 {
    padding-left: 3.5rem; }
  .px-lg-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .py-lg-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .m-lg-8 {
    margin: 4rem !important; }
  .mt-lg-8 {
    margin-top: 4rem !important; }
  .mr-lg-8 {
    margin-right: 4rem !important; }
  .ml-lg-8 {
    margin-left: 4rem !important; }
  .mb-lg-8 {
    margin-bottom: 4rem !important; }
  .mx-lg-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-lg-8 {
    padding: 4rem; }
  .pt-lg-8 {
    padding-top: 4rem; }
  .pr-lg-8 {
    padding-right: 4rem; }
  .pb-lg-8 {
    padding-bottom: 4rem; }
  .pl-lg-8 {
    padding-left: 4rem; }
  .px-lg-8 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .py-lg-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .m-lg-9 {
    margin: 4.5rem !important; }
  .mt-lg-9 {
    margin-top: 4.5rem !important; }
  .mr-lg-9 {
    margin-right: 4.5rem !important; }
  .ml-lg-9 {
    margin-left: 4.5rem !important; }
  .mb-lg-9 {
    margin-bottom: 4.5rem !important; }
  .mx-lg-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-lg-9 {
    padding: 4.5rem; }
  .pt-lg-9 {
    padding-top: 4.5rem; }
  .pr-lg-9 {
    padding-right: 4.5rem; }
  .pb-lg-9 {
    padding-bottom: 4.5rem; }
  .pl-lg-9 {
    padding-left: 4.5rem; }
  .px-lg-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .py-lg-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .m-lg-10 {
    margin: 5rem !important; }
  .mt-lg-10 {
    margin-top: 5rem !important; }
  .mr-lg-10 {
    margin-right: 5rem !important; }
  .ml-lg-10 {
    margin-left: 5rem !important; }
  .mb-lg-10 {
    margin-bottom: 5rem !important; }
  .mx-lg-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-lg-10 {
    padding: 5rem; }
  .pt-lg-10 {
    padding-top: 5rem; }
  .pr-lg-10 {
    padding-right: 5rem; }
  .pb-lg-10 {
    padding-bottom: 5rem; }
  .pl-lg-10 {
    padding-left: 5rem; }
  .px-lg-10 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .py-lg-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-lg-auto {
    padding: auto; }
  .pt-lg-auto {
    padding-top: auto; }
  .pr-lg-auto {
    padding-right: auto; }
  .pb-lg-auto {
    padding-bottom: auto; }
  .pl-lg-auto {
    padding-left: auto; }
  .px-lg-auto {
    padding-left: auto;
    padding-right: auto; }
  .py-lg-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .d-lg-none {
    display: none; }
  .d-lg-block {
    display: block; }
  .d-lg-flex {
    display: flex; }
  .d-lg-inline-block {
    display: inline-block; }
  .d-lg-inline-flex {
    display: inline-flex; }
  .flex-lg-wrap {
    flex-wrap: wrap; }
  .flex-lg-nowrap {
    flex-wrap: nowrap; }
  .flex-lg-row {
    flex-direction: row; }
  .flex-lg-column {
    flex-direction: column; }
  .align-items-lg-start {
    align-items: flex-start; }
  .align-items-lg-end {
    align-items: flex-end; }
  .align-items-lg-center {
    align-items: center; }
  .align-items-lg-stretch {
    align-items: stretch; }
  .align-content-lg-start {
    align-content: flex-start; }
  .align-content-lg-end {
    align-content: flex-end; }
  .align-content-lg-center {
    align-content: center; }
  .align-content-lg-stretch {
    align-content: stretch; }
  .align-content-lg-between {
    align-content: space-between; }
  .justify-content-lg-start {
    justify-content: flex-start; }
  .justify-content-lg-end {
    justify-content: flex-end; }
  .justify-content-lg-center {
    justify-content: center; }
  .justify-content-lg-between {
    justify-content: space-between; } }

@media (min-width: 1250px) {
  .container {
    max-width: 1170px; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .p-xl-0 {
    padding: 0; }
  .pt-xl-0 {
    padding-top: 0; }
  .pr-xl-0 {
    padding-right: 0; }
  .pb-xl-0 {
    padding-bottom: 0; }
  .pl-xl-0 {
    padding-left: 0; }
  .px-xl-0 {
    padding-left: 0;
    padding-right: 0; }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0; }
  .m-xl-1 {
    margin: 0.5rem !important; }
  .mt-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1 {
    margin-right: 0.5rem !important; }
  .ml-xl-1 {
    margin-left: 0.5rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important; }
  .mx-xl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .p-xl-1 {
    padding: 0.5rem; }
  .pt-xl-1 {
    padding-top: 0.5rem; }
  .pr-xl-1 {
    padding-right: 0.5rem; }
  .pb-xl-1 {
    padding-bottom: 0.5rem; }
  .pl-xl-1 {
    padding-left: 0.5rem; }
  .px-xl-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .py-xl-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .m-xl-2 {
    margin: 1rem !important; }
  .mt-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2 {
    margin-right: 1rem !important; }
  .ml-xl-2 {
    margin-left: 1rem !important; }
  .mb-xl-2 {
    margin-bottom: 1rem !important; }
  .mx-xl-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .p-xl-2 {
    padding: 1rem; }
  .pt-xl-2 {
    padding-top: 1rem; }
  .pr-xl-2 {
    padding-right: 1rem; }
  .pb-xl-2 {
    padding-bottom: 1rem; }
  .pl-xl-2 {
    padding-left: 1rem; }
  .px-xl-2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .py-xl-2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .m-xl-3 {
    margin: 1.5rem !important; }
  .mt-xl-3 {
    margin-top: 1.5rem !important; }
  .mr-xl-3 {
    margin-right: 1.5rem !important; }
  .ml-xl-3 {
    margin-left: 1.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1.5rem !important; }
  .mx-xl-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .p-xl-3 {
    padding: 1.5rem; }
  .pt-xl-3 {
    padding-top: 1.5rem; }
  .pr-xl-3 {
    padding-right: 1.5rem; }
  .pb-xl-3 {
    padding-bottom: 1.5rem; }
  .pl-xl-3 {
    padding-left: 1.5rem; }
  .px-xl-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .py-xl-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .m-xl-4 {
    margin: 2rem !important; }
  .mt-xl-4 {
    margin-top: 2rem !important; }
  .mr-xl-4 {
    margin-right: 2rem !important; }
  .ml-xl-4 {
    margin-left: 2rem !important; }
  .mb-xl-4 {
    margin-bottom: 2rem !important; }
  .mx-xl-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important; }
  .p-xl-4 {
    padding: 2rem; }
  .pt-xl-4 {
    padding-top: 2rem; }
  .pr-xl-4 {
    padding-right: 2rem; }
  .pb-xl-4 {
    padding-bottom: 2rem; }
  .pl-xl-4 {
    padding-left: 2rem; }
  .px-xl-4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .py-xl-4 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .m-xl-5 {
    margin: 2.5rem !important; }
  .mt-xl-5 {
    margin-top: 2.5rem !important; }
  .mr-xl-5 {
    margin-right: 2.5rem !important; }
  .ml-xl-5 {
    margin-left: 2.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important; }
  .mx-xl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important; }
  .p-xl-5 {
    padding: 2.5rem; }
  .pt-xl-5 {
    padding-top: 2.5rem; }
  .pr-xl-5 {
    padding-right: 2.5rem; }
  .pb-xl-5 {
    padding-bottom: 2.5rem; }
  .pl-xl-5 {
    padding-left: 2.5rem; }
  .px-xl-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .py-xl-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .m-xl-6 {
    margin: 3rem !important; }
  .mt-xl-6 {
    margin-top: 3rem !important; }
  .mr-xl-6 {
    margin-right: 3rem !important; }
  .ml-xl-6 {
    margin-left: 3rem !important; }
  .mb-xl-6 {
    margin-bottom: 3rem !important; }
  .mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .p-xl-6 {
    padding: 3rem; }
  .pt-xl-6 {
    padding-top: 3rem; }
  .pr-xl-6 {
    padding-right: 3rem; }
  .pb-xl-6 {
    padding-bottom: 3rem; }
  .pl-xl-6 {
    padding-left: 3rem; }
  .px-xl-6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .py-xl-6 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .m-xl-7 {
    margin: 3.5rem !important; }
  .mt-xl-7 {
    margin-top: 3.5rem !important; }
  .mr-xl-7 {
    margin-right: 3.5rem !important; }
  .ml-xl-7 {
    margin-left: 3.5rem !important; }
  .mb-xl-7 {
    margin-bottom: 3.5rem !important; }
  .mx-xl-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important; }
  .p-xl-7 {
    padding: 3.5rem; }
  .pt-xl-7 {
    padding-top: 3.5rem; }
  .pr-xl-7 {
    padding-right: 3.5rem; }
  .pb-xl-7 {
    padding-bottom: 3.5rem; }
  .pl-xl-7 {
    padding-left: 3.5rem; }
  .px-xl-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
  .py-xl-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
  .m-xl-8 {
    margin: 4rem !important; }
  .mt-xl-8 {
    margin-top: 4rem !important; }
  .mr-xl-8 {
    margin-right: 4rem !important; }
  .ml-xl-8 {
    margin-left: 4rem !important; }
  .mb-xl-8 {
    margin-bottom: 4rem !important; }
  .mx-xl-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important; }
  .p-xl-8 {
    padding: 4rem; }
  .pt-xl-8 {
    padding-top: 4rem; }
  .pr-xl-8 {
    padding-right: 4rem; }
  .pb-xl-8 {
    padding-bottom: 4rem; }
  .pl-xl-8 {
    padding-left: 4rem; }
  .px-xl-8 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .py-xl-8 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .m-xl-9 {
    margin: 4.5rem !important; }
  .mt-xl-9 {
    margin-top: 4.5rem !important; }
  .mr-xl-9 {
    margin-right: 4.5rem !important; }
  .ml-xl-9 {
    margin-left: 4.5rem !important; }
  .mb-xl-9 {
    margin-bottom: 4.5rem !important; }
  .mx-xl-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important; }
  .p-xl-9 {
    padding: 4.5rem; }
  .pt-xl-9 {
    padding-top: 4.5rem; }
  .pr-xl-9 {
    padding-right: 4.5rem; }
  .pb-xl-9 {
    padding-bottom: 4.5rem; }
  .pl-xl-9 {
    padding-left: 4.5rem; }
  .px-xl-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem; }
  .py-xl-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; }
  .m-xl-10 {
    margin: 5rem !important; }
  .mt-xl-10 {
    margin-top: 5rem !important; }
  .mr-xl-10 {
    margin-right: 5rem !important; }
  .ml-xl-10 {
    margin-left: 5rem !important; }
  .mb-xl-10 {
    margin-bottom: 5rem !important; }
  .mx-xl-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important; }
  .p-xl-10 {
    padding: 5rem; }
  .pt-xl-10 {
    padding-top: 5rem; }
  .pr-xl-10 {
    padding-right: 5rem; }
  .pb-xl-10 {
    padding-bottom: 5rem; }
  .pl-xl-10 {
    padding-left: 5rem; }
  .px-xl-10 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .py-xl-10 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .p-xl-auto {
    padding: auto; }
  .pt-xl-auto {
    padding-top: auto; }
  .pr-xl-auto {
    padding-right: auto; }
  .pb-xl-auto {
    padding-bottom: auto; }
  .pl-xl-auto {
    padding-left: auto; }
  .px-xl-auto {
    padding-left: auto;
    padding-right: auto; }
  .py-xl-auto {
    padding-top: auto;
    padding-bottom: auto; }
  .d-xl-none {
    display: none; }
  .d-xl-block {
    display: block; }
  .d-xl-flex {
    display: flex; }
  .d-xl-inline-block {
    display: inline-block; }
  .d-xl-inline-flex {
    display: inline-flex; }
  .flex-xl-wrap {
    flex-wrap: wrap; }
  .flex-xl-nowrap {
    flex-wrap: nowrap; }
  .flex-xl-row {
    flex-direction: row; }
  .flex-xl-column {
    flex-direction: column; }
  .align-items-xl-start {
    align-items: flex-start; }
  .align-items-xl-end {
    align-items: flex-end; }
  .align-items-xl-center {
    align-items: center; }
  .align-items-xl-stretch {
    align-items: stretch; }
  .align-content-xl-start {
    align-content: flex-start; }
  .align-content-xl-end {
    align-content: flex-end; }
  .align-content-xl-center {
    align-content: center; }
  .align-content-xl-stretch {
    align-content: stretch; }
  .align-content-xl-between {
    align-content: space-between; }
  .justify-content-xl-start {
    justify-content: flex-start; }
  .justify-content-xl-end {
    justify-content: flex-end; }
  .justify-content-xl-center {
    justify-content: center; }
  .justify-content-xl-between {
    justify-content: space-between; } }

/*
    Created on : 22.05.2020., 10.21.14
    Author     : vladandzulovic
*/
.animation {
  opacity: 0;
  position: relative;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@keyframes fadeUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeUp {
  animation-name: fadeUp;
  animation-duration: 0.4s; }

/*FONT AWESOME*/
@font-face {
  font-family: 'FontAwesome';
  src: local("FontAwesome"), url("fonts/Awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/Awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/Awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/Awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/Awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-camera:before {
  content: "\f030"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-twitter:before {
  content: '\f099'; }

.fa-youtube:before {
  content: '\f167'; }

.fa-youtube-play:before {
  content: '\f16a'; }

.fa-pinterest:before {
  content: '\f0d2'; }

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-comment:before {
  content: "\f075"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-th-large:before {
  content: '\f009'; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*Open Sans ExtraBold*/
@font-face {
  font-family: 'OpenSans-Extrabold';
  src: local("OpenSans-Extrabold"), url("fonts/OpenSans-Extrabold/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Extrabold/OpenSans-Extrabold.woff") format("woff"), url("fonts/OpenSans-Extrabold/OpenSans-Extrabold.ttf") format("truetype"), url("fonts/OpenSans-Extrabold/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans ExtraBoldItalic*/
@font-face {
  font-family: 'OpenSans-ExtraboldItalic';
  src: local("OpenSans-ExtraboldItalic"), url("fonts/OpenSans-ExtraboldItalic/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraboldItalic/OpenSans-ExtraboldItalic.woff") format("woff"), url("fonts/OpenSans-ExtraboldItalic/OpenSans-ExtraboldItalic.ttf") format("truetype"), url("fonts/OpenSans-ExtraboldItalic/OpenSans-ExtraboldItalic.svg#OpenSans-ExtraboldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans Bold*/
@font-face {
  font-family: 'OpenSans-Bold';
  src: local("OpenSans-Bold"), url("fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype"), url("fonts/OpenSans-Bold/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans BoldItalic*/
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: local("OpenSans-BoldItalic"), url("fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.woff") format("woff"), url("fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.ttf") format("truetype"), url("fonts/OpenSans-BoldItalic/OpenSans-BoldItalic.svg#OpenSans-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans SemiBold*/
@font-face {
  font-family: 'OpenSans-Semibold';
  src: local("OpenSans-Semibold"), url("fonts/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold/OpenSans-Semibold.woff") format("woff"), url("fonts/OpenSans-Semibold/OpenSans-Semibold.ttf") format("truetype"), url("fonts/OpenSans-Semibold/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans SemiBoldItalic*/
@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: local("OpenSans-SemiboldItalic"), url("fonts/OpenSans-SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-SemiboldItalic/OpenSans-SemiboldItalic.woff") format("woff"), url("fonts/OpenSans-SemiboldItalic/OpenSans-SemiboldItalic.ttf") format("truetype"), url("fonts/OpenSans-SemiboldItalic/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans Regular*/
@font-face {
  font-family: 'OpenSans';
  src: local("OpenSans"), url("fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans/OpenSans.woff") format("woff"), url("fonts/OpenSans/OpenSans.ttf") format("truetype"), url("fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans Italic*/
@font-face {
  font-family: 'OpenSans-Italic';
  src: local("OpenSans-Italic"), url("fonts/OpenSans-Italic/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Italic/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic/OpenSans-Italic.ttf") format("truetype"), url("fonts/OpenSans-Italic/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans Light*/
@font-face {
  font-family: 'OpenSans-Light';
  src: local("OpenSans-Light"), url("fonts/OpenSans-Light/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans-Light/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*Open Sans LightItalic*/
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: local("OpenSans-LightItalic"), url("fonts/OpenSansLight-Italic/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansLight-Italic/OpenSansLight-Italic.woff") format("woff"), url("fonts/OpenSansLight-Italic/OpenSansLight-Italic.ttf") format("truetype"), url("fonts/OpenSansLight-Italic/OpenSansLight-Italic.svg#OpenSansLight-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SignikaNegative-Bold';
  src: local("SignikaNegative-Bold"), url("./fonts/SignikaNegative-Bold/SignikaNegative-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/SignikaNegative-Bold/SignikaNegative-Bold.woff") format("woff"), url("./fonts/SignikaNegative-Bold/SignikaNegative-Bold.ttf") format("truetype"), url("./fonts/SignikaNegative-Bold/SignikaNegative-Bold.svg#SignikaNegative-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald-Regular';
  src: local("Oswald-Regular"), url("./fonts/Oswald-Regular/Oswald-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Oswald-Regular/Oswald-Regular.woff") format("woff"), url("./fonts/Oswald-Regular/Oswald-Regular.ttf") format("truetype"), url("./fonts/Oswald-Regular/Oswald-Regular.svg#Oswald-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Oswald-Bold';
  src: local("Oswald-Bold"), url("./fonts/Oswald-Bold/Oswald-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Oswald-Bold/Oswald-Bold.woff") format("woff"), url("./fonts/Oswald-Bold/Oswald-Bold.ttf") format("truetype"), url("./fonts/Oswald-Bold/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: local("HelveticaNeue"), url("./fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("./fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype"), url("./fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: local("HelveticaNeue-Bold"), url("./fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.woff") format("woff"), url("./fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf") format("truetype"), url("./fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: local("Arial"), url("./fonts/Arial/Arial.eot?#iefix") format("embedded-opentype"), url("./fonts/Arial/Arial.woff") format("woff"), url("./fonts/Arial/Arial.ttf") format("truetype"), url("./fonts/Arial/Arial.svg#Arial") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial-Bold';
  src: local("Arial-Bold"), url("./fonts/Arial-Bold/Arial-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Arial-Bold/Arial-Bold.woff") format("woff"), url("fonts/Arial-Bold/Arial-Bold.ttf") format("truetype"), url("./fonts/Arial-Bold/Arial-Bold.svg#Arial-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto Bold';
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: local("Roboto Bold"), url("./fonts/roboto_bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto_bold/Roboto-Bold.woff") format("woff"), url("./fonts/roboto_bold/Roboto-Bold.ttf") format("truetype"), url("./fonts/roboto_bold/Roboto-Bold.svg#Roboto-Bold") format("svg"); }

@font-face {
  font-family: 'Roboto Regular';
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  src: local("Roboto Regular"), url("./fonts/roboto_regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/roboto_regular/Roboto-Regular.woff") format("woff"), url("./fonts/roboto_regular/Roboto-Regular.ttf") format("truetype"), url("./fonts/roboto_regular/Roboto-Regular.svg#Roboto-Regular") format("svg"); }

@font-face {
  font-family: 'Georgia-Bold';
  src: local("Georgia-Bold"), url("./fonts/Georgia-Bold/Georgia-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Georgia-Bold/Georgia-Bold.woff") format("woff"), url("./fonts/Georgia-Bold/Georgia-Bold.ttf") format("truetype"), url("./fonts/Georgia-Bold/Georgia-Bold.svg#Georgia-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: local("PlayfairDisplay-Bold"), url("./fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.woff") format("woff"), url("./fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.ttf") format("truetype"), url("./fonts/PlayfairDisplay-Bold/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AbrilFatface-Regular';
  src: local("AbrilFatface-Regular"), url("./fonts/AbrilFatface-Regular/AbrilFatface-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/AbrilFatface-Regular/AbrilFatface-Regular.woff") format("woff"), url("./fonts/AbrilFatface-Regular/AbrilFatface-Regular.ttf") format("truetype"), url("./fonts/AbrilFatface-Regular/AbrilFatface-Regular.svg#AbrilFatface-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

img {
  max-width: 100%;
  height: auto; }

html {
  font-size: 10px;
  overflow-x: hidden; }

body {
  font-family: Helvetica, "HelveticaNeue", sans-serif;
  font-size: 1.6rem;
  font-weight: 300; }

main {
  margin-top: 50px;
  padding-top: 5px; }
  @media (min-width: 992px) {
    main {
      margin-top: 0px;
      padding-top: 20px; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h6,
.h6,
b,
strong {
  font-family: "PlayfairDisplay-Bold", sans-serif;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3.2rem; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

h6 {
  font-size: 1.6rem; }

.list-unstyled {
  list-style: none;
  padding-left: 0; }

p {
  margin-bottom: 1rem; }

a {
  color: #212121;
  text-decoration: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url("assets/close-transparent.png") no-repeat top right;
  background-size: 50px 50px;
  z-index: 100;
  display: none;
  cursor: pointer; }

.btn-story {
  border: 1px solid #e0e0e0;
  color: #171717;
  font-size: 1.2rem;
  transition: 0.3s linear;
  text-transform: uppercase;
  padding: 8px 15px;
  display: inline-block;
  font-family: "HelveticaNeue", sans-serif;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0px; }
  .btn-story:hover {
    background: #f70d28;
    color: #fff;
    border: 1px solid #f70d28; }

.scroll-of {
  overflow-y: hidden; }
  .scroll-of body {
    overflow-y: hidden; }

::placeholder {
  font-family: "OpenSans-Light", sans-serif; }

.news-item-image {
  position: relative;
  background: rgba(238, 238, 238, 0.5);
  overflow: hidden;
  display: block; }
  .news-item-image:after {
    content: "";
    display: block;
    padding-top: 71.5%; }
  .news-item-image img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    display: block;
    transition: 0.2s linear; }

.page-title {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  color: #212121;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  position: relative; }
  @media (min-width: 992px) {
    .page-title {
      font-size: 4.2rem;
      line-height: 4.8rem; } }
  .page-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #f70d28;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.5s linear; }

.container, .container-fluid {
  padding-left: 6px;
  padding-right: 6px; }
  .container .row,
  .container-fluid .row {
    margin-left: -6px;
    margin-right: -6px; }
    .container .row > [class^="col"],
    .container-fluid .row > [class^="col"] {
      padding-left: 6px;
      padding-right: 6px; }

@media (min-width: 992px) {
  .container, .container-fluid {
    padding-left: 12px;
    padding-right: 12px; }
    .container .row,
    .container-fluid .row {
      margin-left: -12px;
      margin-right: -12px; }
      .container .row > [class^="col"],
      .container-fluid .row > [class^="col"] {
        padding-left: 12px;
        padding-right: 12px; } }

@media (min-width: 768px) {
  .sidebar {
    flex: 0 0 312px;
    max-width: 312px;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 65px; }
  .main-content {
    flex: 0 0 calc(100% - 324px);
    max-width: calc(100% - 324px);
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 65px; } }

@media (min-width: 992px) {
  .sidebar {
    flex: 0 0 324px;
    max-width: 324px; }
  .main-content {
    flex: 0 0 calc(100% - 324px);
    max-width: calc(100% - 324px); } }

.banner {
  text-align: center; }
  .banner > * {
    display: inline-block;
    margin-bottom: 1.5rem; }
  .banner iframe {
    max-width: 100%; }

.sidebar-menu .social {
  text-align: left !important;
  padding: 0 15px; }

.social a {
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  padding: 0px;
  display: inline-block;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #6b6b6b;
  font-size: 2rem;
  text-align: center;
  transition: 0.3s linear; }
  .social a:hover {
    color: #fff; }
  .sidebar-menu .social a {
    color: #fff; }
    .sidebar-menu .social a.fa-facebook {
      background-color: #3b5999; }
    .sidebar-menu .social a.fa-twitter {
      background-color: #55acee; }
    .sidebar-menu .social a.fa-instagram {
      background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
    .sidebar-menu .social a.fa-pinterest {
      background-color: #cd201f; }

/*
    Created on : 20.05.2020., 12.19.38
    Author     : vladandzulovic
*/
header {
  background-color: #fff; }
  header .header-bottom {
    height: 50px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
  header .navbar-brand,
  header .custom-logo-link {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 60%; }
    header .navbar-brand img,
    header .custom-logo-link img {
      display: block;
      max-height: 40px;
      max-width: 100%; }
  header .navbar-toggler {
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    padding: 5px;
    width: 32px;
    min-width: 32px;
    margin-right: 8px;
    background-color: transparent;
    cursor: pointer; }
    header .navbar-toggler.active span:nth-of-type(2) {
      opacity: 0;
      left: -50px; }
    header .navbar-toggler.active span:nth-of-type(1) {
      transform: rotate(45deg) translate(3px, 5.5px);
      width: 27px; }
    header .navbar-toggler.active span:nth-of-type(3) {
      transform: rotate(-45deg) translate(3px, -5px);
      width: 27px; }
    header .navbar-toggler:hover:not(.active) span:nth-of-type(1) {
      transform: translateY(2px); }
    header .navbar-toggler:hover:not(.active) span:nth-of-type(3) {
      transform: translateY(-2px); }
    header .navbar-toggler span {
      display: block;
      width: 25px;
      height: 3px;
      background: #212121;
      margin-bottom: 4px;
      position: relative;
      left: 0;
      transition: 0.3s ease; }
      header .navbar-toggler span:last-of-type {
        margin-bottom: 0px; }
  header .search {
    padding-bottom: 0px;
    border-bottom: none; }
    header .search .toggle-search {
      display: inline-block;
      color: #212121;
      width: 40px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      cursor: pointer;
      font-size: 2rem; }
    header .search.sidebar-search {
      padding: 10px 0;
      border-bottom: 1px solid #e0e0e0; }
      header .search.sidebar-search .search-form {
        display: block;
        max-width: 100%;
        position: static;
        border: none !important;
        box-shadow: none !important;
        background-color: transparent;
        top: 0 !important; }
        header .search.sidebar-search .search-form .form-group {
          background-color: transparent; }
        header .search.sidebar-search .search-form .input-group {
          box-shadow: none; }
          header .search.sidebar-search .search-form .input-group .form-control {
            max-width: calc(100% - 35px);
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px; }
          header .search.sidebar-search .search-form .input-group button {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            padding: 0 12px;
            line-height: 38px; }
    header .search .search-form {
      display: none;
      position: absolute;
      top: 100%;
      right: 0rem;
      left: 0;
      border: 1px solid #eee;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
      background-color: #fff;
      z-index: 1; }
      header .search .search-form .form-group {
        padding: 1rem;
        background-color: #fff; }
      header .search .search-form .input-group {
        box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.2); }
      header .search .search-form .form-control {
        background-color: transparent;
        height: 40px;
        padding: 0.7rem 1.4rem;
        font-family: "OpenSans-Light", sans-serif;
        color: #212121; }
        header .search .search-form .form-control:focus {
          box-shadow: none !important;
          border-color: #e0e0e0; }
      header .search .search-form .submit-btn {
        cursor: pointer;
        background-color: transparent;
        border: 1px solid #e0e0e0;
        border-left: none;
        color: #ca071d; }

@media (min-width: 992px) {
  header.sticky-header .header-bottom {
    position: fixed; }
  header.sticky-header + main {
    margin-top: 60px; }
  header .header-top {
    height: 80px;
    padding: 5px 0; }
    header .header-top .header-top-banner {
      height: 70px;
      display: flex;
      justify-content: center;
      align-items: center; }
      header .header-top .header-top-banner img {
        display: block;
        max-height: 70px; }
  header .navbar-brand,
  header .custom-logo-link {
    height: 46px;
    margin: 0; }
    header .navbar-brand img,
    header .custom-logo-link img {
      max-height: 46px; }
  header .navbar-toggler.active span:nth-of-type(2) {
    opacity: 1;
    left: 0px; }
  header .navbar-toggler.active span:nth-of-type(1) {
    transform: none;
    width: 25px; }
  header .navbar-toggler.active span:nth-of-type(3) {
    transform: none;
    width: 25px; }
  header.active span:nth-of-type(2) {
    opacity: 0;
    left: -50px; }
  header.active span:nth-of-type(1) {
    transform: rotate(45deg) translate(3px, 5.5px);
    width: 27px; }
  header.active span:nth-of-type(3) {
    transform: rotate(-45deg) translate(3px, -5px);
    width: 27px; }
  header .header-bottom {
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0;
    height: 56px;
    position: relative; }
    header .header-bottom .navbar-brand,
    header .header-bottom .custom-logo-link {
      display: none !important; }
  header .search {
    position: relative;
    z-index: 12; }
    header .search .search-form {
      width: 300px;
      right: 0;
      left: auto;
      top: 35px; } }

/*
    Created on : 10.06.2020.  14.30.18
    Author     : vladandzulovic
*/
.sidebar-menu {
  padding: 0px 0px 20px 0px;
  position: fixed;
  top: 0;
  left: -500px;
  height: 100vh;
  height: -webkit-fill-available;
  overflow-y: scroll;
  width: 320px;
  max-width: calc(100% - 50px);
  transition: left 0.5s linear;
  z-index: 101;
  background-color: #fff; }
  .sidebar-menu .mCSB_container {
    display: flex;
    flex-direction: column;
    min-height: 100%; }
  .sidebar-menu.menu-on {
    left: 0; }
  .sidebar-menu .navbar-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
    padding: 0 15px; }
    .sidebar-menu .navbar-nav .toggle-submenu {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #212121;
      font-size: 2.4rem;
      background-color: rgba(224, 224, 224, 0.3); }
    .sidebar-menu .navbar-nav .desctop-submenu {
      display: none; }
    .sidebar-menu .navbar-nav li a {
      font-family: "HelveticaNeue-Bold", sans-serif;
      color: #212121;
      font-size: 1.6rem;
      line-height: 4rem;
      padding: 0;
      position: relative;
      display: block;
      border-bottom: 1px solid #e0e0e0;
      transition: 0.3s linear; }
      .sidebar-menu .navbar-nav li a:hover, .sidebar-menu .navbar-nav li a.active {
        color: #f70d28;
        padding-left: 10px; }
    .sidebar-menu .navbar-nav .submenu {
      display: none;
      padding-left: 2rem; }
  .sidebar-menu .social {
    text-align: center;
    margin-bottom: 2rem; }
    .sidebar-menu .social a {
      margin: 3px; }
  .sidebar-menu .copyright {
    padding: 0 15px;
    color: #757575; }
    .sidebar-menu .copyright a {
      color: #757575; }
      .sidebar-menu .copyright a:hover {
        color: #ca071d; }

@media (min-width: 992px) {
  .main-menu {
    position: relative;
    top: 1px;
    left: 0px;
    height: auto;
    overflow-y: visible;
    width: 100%;
    flex: 1 1 100%;
    background: transparent;
    box-shadow: none;
    align-self: stretch; }
    .main-menu .navbar-nav {
      height: 100%;
      display: flex;
      padding-left: 0px;
      list-style: none;
      margin: 0 auto; }
      .main-menu .navbar-nav .toggle-submenu {
        display: none; }
      .main-menu .navbar-nav .desctop-submenu {
        display: inline-block;
        margin-left: 4px; }
      .main-menu .navbar-nav .nav-item {
        position: relative; }
        .main-menu .navbar-nav .nav-item:hover > .nav-link:after {
          width: 100%; }
        .main-menu .navbar-nav .nav-item:hover > .submenu {
          display: block;
          top: 100%;
          opacity: 1;
          visibility: visible; }
        .main-menu .navbar-nav .nav-item .nav-link {
          color: #313131;
          font-family: "HelveticaNeue-Bold", sans-serif;
          font-size: 1.3rem;
          display: flex;
          padding: 1rem 0.5rem;
          justify-content: space-between;
          align-items: center;
          text-transform: uppercase;
          height: 100%;
          line-height: 3rem;
          position: relative; }
          .main-menu .navbar-nav .nav-item .nav-link:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 4px;
            background-color: #ccc;
            content: "";
            display: block;
            transition: 0.3s linear; }
          .main-menu .navbar-nav .nav-item .nav-link:hover, .main-menu .navbar-nav .nav-item .nav-link.active {
            color: #000; }
            .main-menu .navbar-nav .nav-item .nav-link:hover:after, .main-menu .navbar-nav .nav-item .nav-link.active:after {
              width: 100%; }
      .main-menu .navbar-nav .submenu {
        padding-top: 0rem;
        display: block;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 120%;
        background: #fff;
        transition: 0.2s linear;
        min-width: 210px;
        z-index: 3;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.18);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 20px 40px rgba(0, 0, 0, 0.18); }
        .main-menu .navbar-nav .submenu .submenu-item {
          border-bottom: 1px solid #eee; }
          .main-menu .navbar-nav .submenu .submenu-item .submenu-link {
            color: #7b7b7b;
            font-size: 1.3rem;
            display: block;
            padding: 8px 16px;
            position: relative;
            line-height: 3.6rem;
            letter-spacing: 0.8px;
            text-transform: uppercase;
            font-family: "HelveticaNeue-Bold", sans-serif; }
            .main-menu .navbar-nav .submenu .submenu-item .submenu-link:hover, .main-menu .navbar-nav .submenu .submenu-item .submenu-link.active {
              color: #212121;
              background: #f5f5f5; } }

@media (min-width: 1250px) {
  .main-menu {
    position: relative;
    top: 2px; }
    .main-menu .navbar-nav .nav-item .nav-link {
      padding: 1rem;
      font-size: 1.4rem; } }

/*
    Created on : 22.05.2020., 10.33.37
    Author     : vladandzulovic
*/
/*
    Created on : 22.05.2020., 10.33.18
    Author     : vladandzulovic
*/
.news-item.video-item .news-item-image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url("assets/video.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }

.news-item.gallery-item .news-item-image:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url("assets/gallery.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }

.news-item:hover .news-item-image img {
  transform: scale(1.05); }
  .one-news .news-item:hover .news-item-image img {
    opacity: 1; }

.news-item .news-item-data .news-item-category {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: 1px;
  font-family: "OpenSans", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.news-item .news-item-data .news-item-meta {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #a0a0a0;
  letter-spacing: 0.2px;
  font-family: "OpenSans", sans-serif;
  margin-top: auto; }
  .news-item .news-item-data .news-item-meta .news-item-share {
    display: none; }
  .news-item .news-item-data .news-item-meta .news-item-comments i {
    color: #f70d28; }

.news-item .news-item-data .news-item-title a {
  display: block;
  transition: 0.15s linear; }

.news-item .news-item-data .news-item-description {
  display: none;
  color: #53585c;
  font-size: 1.4rem !important;
  line-height: 1.7rem !important;
  overflow: hidden;
  max-height: 3.4rem;
  height: auto;
  margin-bottom: 0;
  font-family: "HelveticaNeue", sans-serif; }

.news-item .news-item-data .read-more {
  display: none; }
  .news-item .news-item-data .read-more a {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "OpenSans-Bold", sans-serif;
    letter-spacing: 1px; }
    .news-item .news-item-data .read-more a span {
      transition: 0.3s linear; }
    .news-item .news-item-data .read-more a:hover {
      color: #f70d28; }
      .news-item .news-item-data .read-more a:hover span {
        padding-left: 5px; }

@media (min-width: 576px) {
  .news-item.video-item .news-item-image:before {
    width: 30px;
    height: 30px; }
  .news-item.gallery-item .news-item-image:before {
    width: 30px;
    height: 30px; } }

.category-top-news {
  position: relative;
  margin-bottom: 2rem; }
  .category-top-news .news-item {
    position: relative;
    margin-bottom: 1rem; }
    .category-top-news .news-item .news-item-image:after {
      position: relative;
      z-index: 2;
      background-image: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.6)); }
    .category-top-news .news-item .news-item-image img {
      transform: scale(1.2);
      left: -10%;
      transition: 0.2s linear; }
    .category-top-news .news-item .news-item-data {
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3;
      width: 100%;
      padding: 10px 15px 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      flex-direction: column;
      -webkit-flex-direction: column;
      justify-content: flex-end; }
      .category-top-news .news-item .news-item-data .news-item-category {
        color: #fff;
        background-color: #f70d28;
        padding: 3px 6px;
        margin-bottom: 5px; }
      .category-top-news .news-item .news-item-data .news-item-title {
        margin-bottom: 1rem; }
        .category-top-news .news-item .news-item-data .news-item-title a {
          display: block;
          color: #fff;
          font-size: 1.6rem !important;
          line-height: 2rem !important;
          overflow: hidden;
          max-height: 6rem;
          height: auto;
          font-family: "HelveticaNeue", sans-serif;
          font-weight: 700;
          letter-spacing: 0.8px;
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
      .category-top-news .news-item .news-item-data .news-item-meta {
        color: #fff;
        height: 0;
        opacity: 0 !important;
        transition: 0.2s linear;
        transform: translateY(20px); }
    .category-top-news .news-item:hover .news-item-image img {
      left: 0; }
    .category-top-news .news-item:hover .news-item-data .news-item-meta {
      height: 12px;
      opacity: 1;
      transform: translateY(0px); }

@media (min-width: 450px) {
  .category-top-news .news-item:first-of-type {
    flex: 0 0 100%;
    max-width: 100%; }
  .category-top-news .news-item:nth-of-type(2) {
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px); }
    .category-top-news .news-item:nth-of-type(2) .news-item-image:after {
      padding-top: calc(120%); }
  .category-top-news .news-item:nth-of-type(3) {
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
    width: calc(50% - 3px);
    position: absolute;
    left: calc(50% + 3px);
    bottom: calc(25% - 6px); }
    .category-top-news .news-item:nth-of-type(3) .news-item-image:after {
      padding-top: calc(60% - 3px); }
  .category-top-news .news-item:nth-of-type(4) {
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
    width: calc(50% - 3px);
    position: absolute;
    left: calc(50% + 3px);
    bottom: 0px;
    margin-bottom: 0; }
    .category-top-news .news-item:nth-of-type(4) .news-item-image:after {
      padding-top: calc(60% - 3px); } }

@media (min-width: 768px) {
  .category-top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between; }
    .category-top-news .news-item:first-of-type {
      flex: 0 0 calc(50% - 3px);
      max-width: calc(50% - 3px); }
      .category-top-news .news-item:first-of-type .news-item-image:after {
        padding-top: 100%; }
      .category-top-news .news-item:first-of-type .news-item-data .news-item-title a {
        font-size: 2.6rem !important;
        line-height: 3rem !important;
        overflow: hidden;
        max-height: 9rem;
        height: auto; }
    .category-top-news .news-item:nth-of-type(2) {
      flex: 0 0 calc(50% - 3px);
      max-width: calc(50% - 3px); }
      .category-top-news .news-item:nth-of-type(2) .news-item-image:after {
        padding-top: calc(50% - 3px); }
      .category-top-news .news-item:nth-of-type(2) .news-item-data .news-item-title a {
        font-size: 2.2rem !important;
        line-height: 3rem !important;
        overflow: hidden;
        max-height: 9rem;
        height: auto; }
    .category-top-news .news-item:nth-of-type(3) {
      flex: 0 0 calc(25% - 4.5px);
      max-width: calc(25% - 4.5px);
      width: calc(25% - 4.5px);
      position: absolute;
      left: calc(50% + 3px);
      bottom: 0; }
      .category-top-news .news-item:nth-of-type(3) .news-item-image:after {
        padding-top: 100%; }
    .category-top-news .news-item:nth-of-type(4) {
      flex: 0 0 calc(25% - 4.5px);
      max-width: calc(25% - 4.5px);
      width: calc(25% - 4.5px);
      position: absolute;
      left: calc(75% + 4.5px);
      bottom: 0;
      margin-bottom: 1rem; }
      .category-top-news .news-item:nth-of-type(4) .news-item-image:after {
        padding-top: 100%; } }

@media (min-width: 992px) {
  .category-top-news .news-item:first-of-type .news-item-data {
    padding: 0 25px 25px; }
  .category-top-news .news-item .news-item-data .news-item-title a {
    color: #fff;
    font-size: 1.8rem !important;
    line-height: 2.2rem !important;
    overflow: hidden;
    max-height: 6.6rem;
    height: auto;
    letter-spacing: 0.8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } }

@media (min-width: 1250px) {
  .category-top-news .news-item:first-of-type .news-item-image:after {
    padding-top: 74%; }
  .category-top-news .news-item:nth-of-type(2) .news-item-image:after {
    padding-top: calc(37% - 3px); }
  .category-top-news .news-item:nth-of-type(3) .news-item-image:after {
    padding-top: 74%; }
  .category-top-news .news-item:nth-of-type(4) .news-item-image:after {
    padding-top: 74%; } }

/*
    Created on : 21.05.2020., 14.46.30
    Author     : vladandzulovic
*/
.news-list .news-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5rem; }
  .news-list .news-item .news-item-image {
    flex: 0 0 40%;
    max-width: 40%; }
  .news-list .news-item .news-item-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-self: stretch;
    -webkit-aligh-self: stretch;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 1rem; }
    .news-list .news-item .news-item-data .news-item-category {
      position: absolute;
      bottom: 0rem;
      left: 0rem;
      z-index: 1;
      padding: 3px 6px;
      color: #fff;
      background: #f70d28;
      display: none; }
    .news-list .news-item .news-item-data .news-item-title {
      margin-bottom: 0rem; }
      .news-list .news-item .news-item-data .news-item-title a {
        font-size: 1.6rem !important;
        line-height: 2rem !important;
        overflow: hidden;
        max-height: 10rem;
        height: auto;
        letter-spacing: 0.8px;
        font-family: "HelveticaNeue", sans-serif;
        letter-spacing: -0.28px;
        font-weight: 700; }
        .news-list .news-item .news-item-data .news-item-title a:hover {
          color: #e35f70; }
    .news-list .news-item .news-item-data .news-item-meta {
      display: none; }

@media (min-width: 450px) {
  .news-list .news-item .news-item-data .news-item-title {
    margin-bottom: 1rem; }
    .news-list .news-item .news-item-data .news-item-title a {
      font-size: 1.6rem !important;
      line-height: 2rem !important;
      overflow: hidden;
      max-height: 8rem;
      height: auto; }
  .news-list .news-item .news-item-data .news-item-description {
    display: block; } }

@media (min-width: 576px) {
  .news-list .news-item {
    margin-bottom: 1.5rem; }
    .news-list .news-item .news-item-data .news-item-title a {
      font-size: 1.8rem !important;
      line-height: 2.2rem !important;
      overflow: hidden;
      max-height: 8.8rem;
      height: auto; }
    .news-list .news-item .news-item-data .news-item-description {
      font-size: 1.4rem !important;
      line-height: 2.24rem !important;
      overflow: hidden;
      max-height: 4.48rem;
      height: auto;
      margin-bottom: 1rem; }
    .news-list .news-item .news-item-data .read-more {
      display: inline-block; }
      .news-list .news-item .news-item-data .read-more .btn {
        border: none; } }

@media (min-width: 768px) {
  .news-list .news-item .news-item-data .news-item-title a {
    font-size: 1.6rem !important;
    line-height: 2rem !important;
    overflow: hidden;
    max-height: 8rem;
    height: auto; }
  .news-list .news-item .news-item-data .news-item-description {
    display: none; }
  .news-list .news-item .news-item-data .news-item-meta {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .news-list .news-item {
    margin-bottom: 1.5rem; }
    .news-list .news-item .news-item-data {
      padding-left: 12px; }
      .news-list .news-item .news-item-data .news-item-title {
        margin-bottom: 1rem; }
        .news-list .news-item .news-item-data .news-item-title a {
          font-size: 1.8rem !important;
          line-height: 2.2rem !important;
          overflow: hidden;
          max-height: 8.8rem;
          height: auto; }
      .news-list .news-item .news-item-data .news-item-description {
        display: block; }
      .news-list .news-item .news-item-data .news-item-meta {
        margin-top: 0;
        margin-bottom: 1rem; } }

@media (min-width: 1250px) {
  .news-list {
    padding-right: 50px; }
    .news-list .news-item {
      margin-bottom: 3rem; }
      .news-list .news-item .news-item-data {
        padding-left: 20px; }
        .news-list .news-item .news-item-data .news-item-title a {
          font-size: 2.2rem !important;
          line-height: 3.08rem !important;
          overflow: hidden;
          max-height: 12.32rem;
          height: auto; }
        .news-list .news-item .news-item-data .news-item-description {
          margin-bottom: 0.7rem; }
        .news-list .news-item .news-item-data .read-more {
          display: block; } }

.more-news {
  font-family: "OpenSans", sans-serif;
  border-bottom: 2px solid #e8e8e8;
  position: relative;
  font-size: 2.4rem;
  line-height: 3rem; }
  .more-news::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    height: 2px;
    background: #f70d28;
    width: 50px; }

/*
    Created on : 22.05.2020., 13.29.14
    Author     : vladandzulovic
*/
.pagination .nav-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem; }

.pagination .page-numbers {
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 5px;
  line-height: 3.6rem;
  margin-right: 0px;
  text-align: center;
  border: 1px solid #eee;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 1.5rem; }
  .pagination .page-numbers:last-of-type {
    margin-right: 0px; }
  .pagination .page-numbers + .page-numbers {
    border-left: none; }
  .pagination .page-numbers:hover {
    background-color: #f5f5f5; }
  .pagination .page-numbers.current {
    background-color: #f70d28;
    color: #fff; }
  .pagination .page-numbers .page-link {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 1.5rem;
    display: block;
    padding: 0rem;
    width: 3.6rem;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    color: #212121;
    transition: 0.3s linear;
    display: block; }
  .pagination .page-numbers:hover .page-link {
    background-color: #f5f5f5; }
  .pagination .page-numbers.active .page-link {
    background-color: #f70d28;
    color: #fff; }

.single-pagination {
  padding: 30px 0; }
  .single-pagination h5 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-family: "OpenSans-Bold", sans-serif;
    color: #a0a0a0;
    letter-spacing: 0; }
  .single-pagination .news-title a {
    display: block;
    padding-left: 5px;
    border-left: 5px solid #eee;
    color: #171717;
    font-size: 1.6rem;
    line-height: 1.7rem;
    transition: 0.3s linear;
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 700; }
    .single-pagination .news-title a:hover {
      border-color: #f70d28;
      color: #f70d28; }
  .single-pagination .next-news-item {
    position: fixed;
    bottom: 80px;
    right: -430px;
    background-color: #fff;
    width: 280px;
    z-index: 99999999;
    padding: 13px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    overflow: hidden;
    transition: 0.2s linear; }
    .single-pagination .next-news-item.active {
      right: 30px; }
    .single-pagination .next-news-item .close-next-news {
      position: absolute;
      top: 4px;
      right: 4px;
      font-size: 1.3rem;
      color: #949494;
      cursor: pointer; }
    .single-pagination .next-news-item .news-item-image {
      flex: 0 0 35%;
      max-width: 35%; }
    .single-pagination .next-news-item .news-item-data {
      flex: 0 0 65%;
      max-width: 65%;
      padding-left: 6px; }
      .single-pagination .next-news-item .news-item-data .news-item-title a {
        font-size: 1.4rem !important;
        line-height: 1.7rem !important;
        overflow: hidden;
        max-height: 5.1rem;
        height: auto;
        font-family: "HelveticaNeue", sans-serif;
        font-weight: 700; }
      .single-pagination .next-news-item .news-item-data .next-label {
        position: absolute;
        bottom: 0;
        right: 0;
        display: inline-block;
        background-color: #f70d28;
        color: #fff;
        font-family: "OpenSans-Bold", sans-serif;
        padding: 3px 10px;
        text-transform: uppercase;
        font-size: 1.1rem;
        line-height: 1; }

.breadcrumb {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0; }
  .breadcrumb .breadcrumb-item {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #a0a0a0;
    margin-right: 7px;
    display: flex;
    align-items: center; }
    .single-news .breadcrumb .breadcrumb-item:last-of-type {
      display: none; }
    .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      content: '\f105';
      margin-right: 7px;
      font-family: FontAwesome;
      font-size: 1.6rem;
      position: relative; }
    .breadcrumb .breadcrumb-item a {
      color: #000;
      display: block;
      font-family: "HelveticaNeue", sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      line-height: 2rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .breadcrumb .breadcrumb-item a:hover {
        text-decoration: underline; }

/*
    Created on : 22.06.2020., 09.57.03
    Author     : vladandzulovic
*/
.section-title {
  font-family: "HelveticaNeue", sans-serif;
  font-size: 3.6rem;
  line-height: 4.4rem;
  letter-spacing: normal;
  text-transform: lowercase;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .section-title {
      margin-bottom: 4rem; } }

.news-category-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.top-news.video-news .news-item .news-item-image:after {
  padding-top: 56.65%; }

.top-news.video-news .news-item .news-item-image iframe, .top-news.video-news .news-item .news-item-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media (min-width: 768px) {
  .top-news.v2 .lead-news {
    order: 2; } }

@media (min-width: 576px) {
  .top-news.v2 .lead-news .news-item .news-item-image {
    margin-left: 0px; } }

.top-news.v2 .lead-news .news-item .news-item-data {
  margin-top: 0px;
  padding: 5px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 20px; }
  @media (min-width: 768px) {
    .top-news.v2 .lead-news .news-item .news-item-data {
      padding: 10px;
      margin-top: -50px;
      background-color: #fff;
      width: 95%; } }
  @media (min-width: 1250px) {
    .top-news.v2 .lead-news .news-item .news-item-data {
      margin-left: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 10px 20px;
      background-color: #fff; } }
  .top-news.v2 .lead-news .news-item .news-item-data:before {
    display: none; }
  .top-news.v2 .lead-news .news-item .news-item-data .news-item-title a {
    color: #000; }
  @media (min-width: 576px) {
    .top-news.v2 .lead-news .news-item .news-item-data .news-item-description {
      display: none; } }

@media (min-width: 576px) {
  .top-news .lead-news .news-item .news-item-image {
    margin-left: 50px; } }

.top-news .lead-news .news-item .news-item-data {
  margin-top: -40px;
  position: relative;
  z-index: 3;
  padding: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
  @media (min-width: 576px) {
    .top-news .lead-news .news-item .news-item-data {
      margin-left: 0; } }
  .top-news .lead-news .news-item .news-item-data:before {
    content: "";
    display: block;
    height: 100%;
    width: 3px;
    background-image: linear-gradient(to top, #d2e0f2, #f9c7cc);
    position: absolute;
    left: 0;
    top: 0; }
  .top-news .lead-news .news-item .news-item-data .news-item-meta {
    display: none; }
  @media (min-width: 576px) {
    .top-news .lead-news .news-item .news-item-data .news-item-title {
      margin-bottom: 1.5rem; } }
  .top-news .lead-news .news-item .news-item-data .news-item-title a {
    color: #595959;
    font-size: 2rem;
    line-height: 2.4rem; }
    .top-news .lead-news .news-item .news-item-data .news-item-title a:hover {
      color: #e35f70; }
    @media (min-width: 450px) {
      .top-news .lead-news .news-item .news-item-data .news-item-title a {
        font-size: 2.4rem;
        line-height: 3rem; } }
    @media (min-width: 992px) {
      .top-news .lead-news .news-item .news-item-data .news-item-title a {
        font-size: 2.8rem;
        line-height: 3.4rem; } }
  @media (min-width: 576px) {
    .top-news .lead-news .news-item .news-item-data .news-item-description {
      display: block; } }

.top-news .latest-news {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }
  @media (min-width: 768px) {
    .top-news .latest-news {
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }
  .top-news .latest-news .section-title {
    font-family: "PlayfairDisplay-Bold", sans-serif;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    text-transform: capitalize; }
  @media (min-width: 768px) {
    .top-news .latest-news .news-list .news-item {
      margin-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .top-news .latest-news .news-list .news-item {
      margin-bottom: 2rem; } }
  @media (min-width: 768px) {
    .top-news .latest-news .news-list .news-item .news-item-image {
      flex: 0 0 35%;
      max-width: 35%; } }
  @media (min-width: 768px) {
    .top-news .latest-news .news-list .news-item .news-item-data {
      flex: 0 0 65%;
      max-width: 65%; } }
  @media (min-width: 768px) {
    .top-news .latest-news .news-list .news-item .news-item-data .news-item-title {
      margin-bottom: 0rem; } }
  .top-news .latest-news .news-list .news-item .news-item-data .news-item-title a {
    font-family: "HelveticaNeue", sans-serif;
    font-weight: 400;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
    overflow: hidden;
    max-height: 9.6rem;
    height: auto; }
    @media (min-width: 768px) {
      .top-news .latest-news .news-list .news-item .news-item-data .news-item-title a {
        font-size: 1.5rem !important;
        line-height: 1.9rem !important;
        overflow: hidden;
        max-height: 7.6rem;
        height: auto; } }
    @media (min-width: 992px) {
      .top-news .latest-news .news-list .news-item .news-item-data .news-item-title a {
        font-size: 1.6rem !important;
        line-height: 2.4rem !important;
        overflow: hidden;
        max-height: 9.6rem;
        height: auto; } }
  .top-news .latest-news .news-list .news-item .news-item-data .read-more {
    display: none !important; }
  .top-news .latest-news .news-list .news-item .news-item-data .news-item-description {
    display: none !important; }

.three-news .section-title {
  text-align: center; }

.three-news .news-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 576px) {
    .three-news .news-item {
      flex: 0 0 calc(33.33% - 8px);
      max-width: calc(33.33% - 8px); } }
  @media (min-width: 992px) {
    .three-news .news-item {
      flex: 0 0 calc(33.33% - 16px);
      max-width: calc(33.33% - 16px); } }
  .three-news .news-item .news-item-image {
    margin-bottom: 1rem; }
  .three-news .news-item .news-item-data {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
    .three-news .news-item .news-item-data .news-item-title a {
      font-size: 2rem;
      line-height: 2.8rem;
      font-family: Helvetica, "HelveticaNeue", sans-serif; }
      .three-news .news-item .news-item-data .news-item-title a:hover {
        color: #f70d28; }
    .three-news .news-item .news-item-data .news-item-description {
      font-size: 1.4rem !important;
      line-height: 2rem !important;
      overflow: hidden;
      max-height: 6rem;
      height: auto;
      display: block;
      margin-bottom: 1rem; }
    .three-news .news-item .news-item-data .news-item-meta {
      order: 2; }

.homepage-news-list .section-title {
  text-align: center; }

@media (min-width: 1250px) {
  .homepage-news-list .news-list {
    padding-right: 50px; } }

.homepage-news-list .news-item {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee; }
  @media (min-width: 992px) {
    .homepage-news-list .news-item {
      margin-bottom: 1.5rem;
      padding-bottom: 1.5rem; } }
  .homepage-news-list .news-item:last-of-type {
    border-bottom: none; }
  @media (min-width: 992px) {
    .homepage-news-list .news-item .news-item-image:after {
      padding-top: 56.25%; } }
  .homepage-news-list .news-item .news-item-data .news-item-title {
    margin-bottom: 0 !important; }
    .homepage-news-list .news-item .news-item-data .news-item-title a {
      font-family: "PlayfairDisplay-Bold", sans-serif;
      font-weight: 400;
      font-size: 1.8rem !important;
      line-height: 2.4rem !important;
      overflow: hidden;
      max-height: 9.6rem;
      height: auto; }
      @media (min-width: 576px) {
        .homepage-news-list .news-item .news-item-data .news-item-title a {
          font-size: 2.4rem !important;
          line-height: 3.2rem !important;
          overflow: hidden;
          max-height: 16rem;
          height: auto; } }
      @media (min-width: 768px) {
        .homepage-news-list .news-item .news-item-data .news-item-title a {
          font-size: 1.8rem !important;
          line-height: 2.4rem !important;
          overflow: hidden;
          max-height: 12rem;
          height: auto; } }
      @media (min-width: 992px) {
        .homepage-news-list .news-item .news-item-data .news-item-title a {
          font-size: 2.4rem !important;
          line-height: 3.2rem !important;
          overflow: hidden;
          max-height: 12.8rem;
          height: auto; } }
  .homepage-news-list .news-item .news-item-data .news-item-description {
    display: none !important; }
  .homepage-news-list .news-item .news-item-data .read-more {
    display: none !important; }

.homepage-news-list .sidebar .sidebar-news-wrapper {
  max-width: 500px;
  padding: 3rem 1.5rem;
  margin: 0 auto;
  border: 4px solid pink; }

.homepage-news-list .sidebar .news-category-box .news-item {
  border: none;
  padding-bottom: 0 !important; }
  .homepage-news-list .sidebar .news-category-box .news-item .news-item-title {
    text-align: center; }
    .homepage-news-list .sidebar .news-category-box .news-item .news-item-title a {
      font-family: "HelveticaNeue", sans-serif;
      font-size: 1.6rem;
      line-height: 2.4rem;
      display: block; }

.one-four-news .printed-edition .news-item {
  position: relative;
  max-width: 560px;
  margin: 0 auto; }
  .one-four-news .printed-edition .news-item .news-item-image:after {
    padding-top: 132%; }
  .one-four-news .printed-edition .news-item .news-item-data {
    position: absolute;
    bottom: 10px;
    left: 5%;
    right: 5%;
    background-color: #fff;
    padding: 10px; }
    @media (min-width: 992px) {
      .one-four-news .printed-edition .news-item .news-item-data {
        padding: 2rem; } }
    .one-four-news .printed-edition .news-item .news-item-data .news-item-meta {
      display: none; }
    .one-four-news .printed-edition .news-item .news-item-data .news-item-title {
      text-align: center; }
      .one-four-news .printed-edition .news-item .news-item-data .news-item-title a {
        display: block;
        font-family: "PlayfairDisplay-Bold", sans-serif;
        font-size: 2rem; }
        @media (min-width: 992px) {
          .one-four-news .printed-edition .news-item .news-item-data .news-item-title a {
            font-size: 2.6rem; } }

@media (min-width: 768px) {
  .one-four-news .other-news .news-category-box {
    align-content: space-between; } }

.one-four-news .other-news .news-item {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .one-four-news .other-news .news-item {
      flex: 0 0 calc(50% - 6px);
      max-width: calc(50% - 6px);
      margin-bottom: 1.5rem; }
      .one-four-news .other-news .news-item:nth-of-type(3), .one-four-news .other-news .news-item:nth-of-type(4) {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .one-four-news .other-news .news-item {
      margin-bottom: 2rem;
      flex: 0 0 calc(50% - 12px);
      max-width: calc(50% - 12px); } }
  .one-four-news .other-news .news-item .news-item-image {
    margin-bottom: 0;
    flex: 0 0 40%;
    max-width: 40%; }
    @media (min-width: 768px) {
      .one-four-news .other-news .news-item .news-item-image {
        flex: 0 0 100%;
        max-width: 100%; } }
  .one-four-news .other-news .news-item .news-item-data {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 1rem; }
    @media (min-width: 768px) {
      .one-four-news .other-news .news-item .news-item-data {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0rem; } }
    .one-four-news .other-news .news-item .news-item-data .news-item-title a {
      display: block;
      font-size: 1.4rem;
      line-height: 1.7rem;
      font-family: "PlayfairDisplay-Bold", sans-serif;
      font-weight: 400;
      font-size: 1.8rem !important;
      line-height: 2.4rem !important;
      overflow: hidden;
      max-height: 9.6rem;
      height: auto; }
      @media (min-width: 576px) {
        .one-four-news .other-news .news-item .news-item-data .news-item-title a {
          font-size: 2.4rem !important;
          line-height: 3.2rem !important;
          overflow: hidden;
          max-height: 16rem;
          height: auto; } }
      @media (min-width: 768px) {
        .one-four-news .other-news .news-item .news-item-data .news-item-title a {
          font-family: "HelveticaNeue", sans-serif;
          font-size: 1.4rem !important;
          line-height: 1.7rem !important;
          overflow: hidden;
          max-height: 5.1rem;
          height: auto; } }
      @media (min-width: 992px) {
        .one-four-news .other-news .news-item .news-item-data .news-item-title a {
          font-size: 1.4rem !important;
          line-height: 2rem !important;
          overflow: hidden;
          max-height: 8rem;
          height: auto; } }
    .one-four-news .other-news .news-item .news-item-data .news-item-meta {
      display: none; }

.single-news::after {
  display: block;
  clear: both;
  content: ""; }

.single-news * {
  letter-spacing: normal; }

.single-news h1,
.single-news h2,
.single-news h3,
.single-news h4,
.single-news h5,
.single-news h6 {
  margin-bottom: 1.5rem;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 700;
  margin-top: 1.5rem; }

.single-news strong,
.single-news b {
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 700; }

.single-news .embed-responsive {
  margin-bottom: 1.5rem;
  position: relative; }
  .single-news .embed-responsive:after {
    padding-top: 56.25%;
    content: '';
    display: block; }
  .single-news .embed-responsive iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .single-news .embed-responsive[data-socialembed="instagram"] iframe {
    position: relative;
    max-width: none !important; }
  .single-news .embed-responsive[data-socialembed="facebook"] iframe {
    position: relative;
    max-width: none !important; }

.single-news figure {
  position: relative;
  margin-bottom: 15px; }
  .single-news figure figcaption {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-style: italic; }
  .single-news figure img {
    display: block; }

.single-news .image-source {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: #f70d28;
  margin-bottom: 0 !important;
  padding: 0px 8px !important;
  line-height: 2rem !important;
  font-size: 1.1rem !important; }

.single-news .single-news-header .news-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -1px;
  font-family: "PlayfairDisplay-Bold", sans-serif !important; }

.single-news .single-news-header p.lead {
  color: #a0a0a0;
  font-size: 1.8rem; }

.single-news .single-news-header .news-item-meta {
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #a0a0a0;
  font-family: "OpenSans", sans-serif; }
  .single-news .single-news-header .news-item-meta .news-item-category,
  .single-news .single-news-header .news-item-meta a {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-family: "OpenSans-Bold", sans-serif;
    color: #000;
    margin-right: 1rem; }

.single-news .single-news-header .news-comment .news-comment-icon {
  margin-right: 1px;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #000; }

.single-news .single-news-header .news-comment .news-comment-number {
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: "OpenSans-Semibold", sans-serif;
  color: #000;
  letter-spacing: -1.5px; }

.single-news .single-news-header .social-media-info .info-box {
  margin-right: 1.5rem; }
  .single-news .single-news-header .social-media-info .info-box:after {
    content: "";
    width: 1px;
    background: #999;
    height: 45px;
    display: block;
    transform: rotate(20deg);
    position: relative;
    top: -3px; }

.single-news .single-news-header .social-media-info .social-share-info {
  margin-right: 1rem; }
  .single-news .single-news-header .social-media-info .social-share-info .number {
    color: #f70d28; }

.single-news .single-news-header .social-media-info .view-info {
  margin-right: 2rem; }

.single-news .single-news-header .social-media-info .number {
  color: #000;
  display: block;
  font-size: 2.6rem;
  font-family: "OpenSans-Bold", sans-serif;
  line-height: 1; }

.single-news .single-news-header .social-media-info span {
  font-size: 1.3rem;
  color: #a0a0a0;
  font-family: "OpenSans-Light", sans-serif; }

.single-news .single-news-content {
  line-height: 2.2rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #333;
  font-family: Helvetica, "HelveticaNeue", sans-serif;
  font-weight: 300; }
  .single-news .single-news-content a {
    color: #f70d28;
    text-decoration: underline; }
  .single-news .single-news-content h1 {
    font-size: 2.5rem; }
  .single-news .single-news-content h2 {
    font-size: 2rem; }
  .single-news .single-news-content h3 {
    font-size: 1.8rem; }
  .single-news .single-news-content h4 {
    font-size: 1.6rem; }
  .single-news .single-news-content h5 {
    font-size: 1.5rem; }
  .single-news .single-news-content h6 {
    font-size: 1.4rem; }
  .single-news .single-news-content blockquote {
    padding: 10px 0;
    border-left: 5px solid #f1f1f1;
    padding-left: 10px;
    color: #888;
    font-style: italic;
    margin-bottom: 1rem; }
    .single-news .single-news-content blockquote > * {
      margin-bottom: 0; }
  .single-news .single-news-content table,
  .single-news .single-news-content td,
  .single-news .single-news-content th {
    border: 1px solid #444;
    border-collapse: collapse;
    border-spacing: 0; }
  .single-news .single-news-content table {
    margin-bottom: 1.5rem;
    width: 100%; }
    .single-news .single-news-content table td,
    .single-news .single-news-content table th {
      padding: 5px;
      font-size: 1.4rem;
      line-height: 1.25; }
    .single-news .single-news-content table th {
      font-family: "Roboto Bold", sans-serif; }
  .single-news .single-news-content::after {
    display: block;
    clear: both;
    content: ""; }
  .single-news .single-news-content .separator {
    border-bottom: 1px dashed rgba(68, 68, 68, 0.3);
    margin-bottom: 15px; }
  .single-news .single-news-content p {
    line-height: 2.2rem;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #333;
    font-family: Helvetica, "HelveticaNeue", sans-serif;
    font-weight: 300; }
  .single-news .single-news-content ul {
    margin-bottom: 1rem; }
  .single-news .single-news-content figure.pull-left {
    float: left;
    margin-right: 10px; }
  .single-news .single-news-content figure.pull-right {
    float: right;
    margin-left: 10px; }
  .single-news .single-news-content figure img {
    height: auto !important;
    width: 100%; }
  .single-news .single-news-content .shape_health {
    margin-top: 20px;
    padding: 20px 0;
    text-align: center; }
    .single-news .single-news-content .shape_health.health {
      border-left: 10px solid #f70d28;
      border-right: 10px solid #f70d28; }
    .single-news .single-news-content .shape_health.shape {
      border-left: 10px solid #208080;
      border-right: 10px solid #208080; }
    .single-news .single-news-content .shape_health h2 {
      font-size: 4.5rem;
      letter-spacing: -1px;
      margin-bottom: 2rem; }
    .single-news .single-news-content .shape_health p {
      max-width: 550px;
      font-size: 1.4rem;
      margin: 0 auto;
      font-weight: 400;
      line-height: 1.7rem; }

.single-news .single-news-detail {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-family: "OpenSans", sans-serif;
  color: #333; }
  .single-news .single-news-detail p {
    margin-bottom: 0; }
  .single-news .single-news-detail span.fa {
    color: #f70d28;
    margin-right: 10px; }
  .single-news .single-news-detail a {
    color: #333; }

.single-news .single-news-footer {
  background: #f1f1f1;
  padding: 10px; }
  .single-news .single-news-footer span {
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 1.2rem;
    margin-right: 10px;
    margin-bottom: 2px; }
  .single-news .single-news-footer a {
    display: inline-block;
    background: #fff;
    color: #171717;
    font-size: 12px;
    margin: 2px 5px 2px 0;
    padding: 3px 5px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.2s linear; }
    .single-news .single-news-footer a:hover {
      color: #000;
      background-color: #f6f6f6;
      border: 1px solid #ddd; }

.single-news .news-tag {
  border-radius: 0; }

.single-news .anterfile {
  padding: 15px;
  background: #dedede;
  margin-bottom: 1rem;
  margin-left: -6px;
  margin-right: -6px; }
  .single-news .anterfile p {
    font-style: italic;
    font-family: "OpenSans-Semibold", sans-serif; }
  .single-news .anterfile h1,
  .single-news .anterfile h2,
  .single-news .anterfile h3,
  .single-news .anterfile h4,
  .single-news .anterfile h5,
  .single-news .anterfile h6 {
    color: #f70d28; }
  .single-news .anterfile p:last-of-type {
    margin-bottom: 5px; }

.single-news .quote {
  padding: 15px 40px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  font-style: italic;
  background: #dedede; }
  .single-news .quote h5 {
    color: #f70d28; }
  .single-news .quote p:last-of-type {
    margin-bottom: 0; }
  .single-news .quote:before {
    content: "“";
    color: inherit;
    font-size: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
    color: #f70d28;
    font-family: sans-serif; }
  .single-news .quote:after {
    content: "”";
    color: #f70d28;
    font-size: 50px;
    position: absolute;
    bottom: -25px;
    right: 15px;
    font-weight: bold;
    font-family: sans-serif; }
  .single-news .quote p {
    font-size: 1.2rem;
    color: #171717; }

.single-news .inlineImage_center {
  text-align: center;
  width: 100%;
  margin-bottom: 15px; }

.single-news .gallery-wrapper img {
  display: block; }

.single-news .gallery-wrapper .gallery-item {
  display: none !important;
  text-decoration: none;
  position: relative; }
  .single-news .gallery-wrapper .gallery-item:first-of-type {
    display: block !important; }
  .single-news .gallery-wrapper .gallery-item .figure-caption {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-style: italic;
    color: #000;
    text-decoration: none; }
  .single-news .gallery-wrapper .gallery-item .display-gallery {
    position: absolute;
    bottom: 16px;
    left: 16px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 5px; }
    .single-news .gallery-wrapper .gallery-item .display-gallery:hover {
      background: rgba(0, 0, 0, 0.9); }
    .single-news .gallery-wrapper .gallery-item .display-gallery .fa {
      width: 35px;
      height: 35px;
      line-height: 35px;
      color: #fff;
      font-size: 2.4rem;
      text-align: center;
      transition: 0.4s linear; }
    .single-news .gallery-wrapper .gallery-item .display-gallery span:last-of-type {
      font-size: 1.4rem;
      color: #fff; }

@media (min-width: 450px) {
  .single-news .anterfile {
    margin-left: auto;
    margin-right: auto; }
  .single-news .anterfile.pull-left {
    width: 50%;
    margin-right: 15px;
    margin-left: 0; }
  .single-news .anterfile.pull-right {
    width: 50%;
    margin-left: 10px;
    margin-right: 0; }
  .single-news .quote.pull-left {
    width: 50%;
    margin-right: 15px; }
  .single-news .quote.pull-right {
    width: 50%;
    margin-left: 15px; } }

@media (min-width: 576px) {
  .single-news .single-news-header .news-title {
    font-size: 3.2rem;
    line-height: 3.6rem; }
  .single-news .single-news-header p.lead {
    font-size: 18px;
    line-height: 25px; }
  .single-news .anterfile {
    margin-left: auto;
    margin-right: auto; }
  .single-news .anterfile.pull-left {
    width: 100%;
    margin-right: 0px;
    margin-left: 0; }
  .single-news .anterfile.pull-right {
    width: 100%;
    margin-left: 0px;
    margin-right: 0; }
  .single-news .quote.pull-left {
    width: 100%;
    margin-right: 0px; }
  .single-news .quote.pull-right {
    width: 100%;
    margin-left: 0px; }
  .single-news .single-news-content {
    padding-left: 0px;
    padding-right: 0px; }
    .single-news .single-news-content p {
      line-height: 22px;
      font-size: 15px; }
    .single-news .single-news-content h1 {
      font-size: 2.5rem; }
    .single-news .single-news-content h2 {
      font-size: 2rem; }
    .single-news .single-news-content h3 {
      font-size: 1.8rem; }
    .single-news .single-news-content h4 {
      font-size: 1.7rem; }
    .single-news .single-news-content h5 {
      font-size: 1.6rem; }
    .single-news .single-news-content h6 {
      font-size: 1.5rem; } }

@media (min-width: 768px) {
  .single-news .single-news-header .single-news-lead-img {
    margin-left: 0px;
    margin-right: 0px; } }

@media (min-width: 992px) {
  .single-news .share-box {
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    margin: 20px auto 0;
    flex: 0 0 50px;
    max-width: 50px;
    padding-bottom: 100px; }
  .single-news .single-news-header .news-title {
    font-size: 4rem;
    line-height: 5rem; }
  .single-news .single-news-header .news-item-image img {
    animation: none; }
  .single-news .anterfile {
    margin-left: auto;
    margin-right: auto; }
  .single-news .anterfile.pull-left {
    width: 50%;
    margin-right: 15px;
    margin-left: 0; }
  .single-news .anterfile.pull-right {
    width: 50%;
    margin-left: 10px;
    margin-right: 0; }
  .single-news .quote.pull-left {
    width: 50%;
    margin-right: 15px; }
  .single-news .quote.pull-right {
    width: 50%;
    margin-left: 15px; }
  .single-news .single-news-content {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px); }
    .single-news .single-news-content p {
      line-height: 2.2rem;
      font-size: 1.6rem;
      margin-bottom: 1.5rem; }
    .single-news .single-news-content h1,
    .single-news .single-news-content h2,
    .single-news .single-news-content h3,
    .single-news .single-news-content h4,
    .single-news .single-news-content h5,
    .single-news .single-news-content h6 {
      margin-bottom: 1.5rem; }
    .single-news .single-news-content h1 {
      font-size: 3rem; }
    .single-news .single-news-content h2 {
      font-size: 2.4rem; }
    .single-news .single-news-content h3 {
      font-size: 2.2rem; }
    .single-news .single-news-content h4 {
      font-size: 2rem; }
    .single-news .single-news-content h5 {
      font-size: 1.8rem; }
    .single-news .single-news-content h6 {
      font-size: 1.6rem; }
  .single-news .anterfile {
    padding: 15px; } }

@media (min-width: 1250px) {
  .single-news .share-box {
    margin-left: 20px; }
  .single-news .single-news-header .news-title {
    font-size: 4.8rem;
    line-height: 5.5rem; }
  .single-news .single-news-header .news-item-image {
    margin-left: 90px; }
  .single-news .single-news-content {
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px); } }

.lead-gallery-wrapper {
  position: relative;
  box-shadow: 0 0 3px #eee; }
  .lead-gallery-wrapper:after {
    content: '';
    display: block;
    padding-top: 75%; }
  .lead-gallery-wrapper .lead-gallery {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .lead-gallery-wrapper .lead-gallery .owl-nav [class*="owl-"] {
      width: 40px;
      height: 40px;
      border-radius: 0;
      background-color: #fff !important;
      box-shadow: 0 0 3px #eee; }
      .lead-gallery-wrapper .lead-gallery .owl-nav [class*="owl-"] .fa {
        line-height: 40px;
        color: #000 !important;
        font-size: 2rem; }
    .lead-gallery-wrapper .lead-gallery .owl-stage-outer {
      height: 100%; }
    .lead-gallery-wrapper .lead-gallery .owl-stage {
      height: 100%; }
    .lead-gallery-wrapper .lead-gallery .owl-item {
      height: 100%; }
      .lead-gallery-wrapper .lead-gallery .owl-item a {
        height: 100%; }
        .lead-gallery-wrapper .lead-gallery .owl-item a img {
          max-height: 100%;
          width: auto !important; }

.fancybox-caption {
  padding: 15px 5px;
  opacity: 1 !important;
  visibility: visible !important;
  font-style: italic;
  text-align: center; }
  @media (min-width: 768px) {
    .fancybox-caption {
      padding: 15px; }
      .fancybox-caption:after {
        left: 15px;
        right: 15px; } }
  .fancybox-caption .description {
    max-width: 350px; }
  .fancybox-caption .signature {
    text-align: right;
    max-width: 350px;
    margin-left: auto; }
  .fancybox-caption:after {
    left: 5px;
    right: 5px; }

.gallery-slider {
  overflow: hidden;
  position: relative; }
  .gallery-slider img {
    display: block;
    max-width: 100%;
    max-height: 100%; }
  .gallery-slider .news-detail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(180deg, rgba(97, 97, 99, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
  .gallery-slider .gallery-top {
    overflow: hidden; }
    .gallery-slider .gallery-top .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center; }
      .gallery-slider .gallery-top .swiper-slide img {
        width: auto;
        height: auto;
        right: 0;
        bottom: 0;
        margin: auto; }
      .gallery-slider .gallery-top .swiper-slide p {
        position: absolute;
        bottom: 0; }
  .gallery-slider .gallery-thumbs {
    padding: 4px 2px;
    background: #333;
    overflow: hidden;
    position: relative; }
    .gallery-slider .gallery-thumbs .swiper-slide {
      width: 33.4%;
      padding: 0 2px; }
      .gallery-slider .gallery-thumbs .swiper-slide figure:after {
        position: relative;
        z-index: 10000;
        background: rgba(0, 0, 0, 0.2); }
      .gallery-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active figure:after {
        background: transparent; }
    .gallery-slider .gallery-thumbs figure {
      margin-bottom: 0px;
      float: none !important;
      margin-right: 0 !important; }

@media (min-width: 576px) {
  .gallery-slider .gallery-thumbs {
    padding: 4px 2px; }
    .gallery-slider .gallery-thumbs .swiper-slide {
      width: 24.98%;
      padding: 0 3px; } }

@media (min-width: 768px) {
  .gallery-slider .gallery-thumbs {
    padding: 4px 2px; }
    .gallery-slider .gallery-thumbs .swiper-slide {
      width: 20%;
      padding: 0 2px; } }

@media (min-width: 992px) {
  .gallery-slider .gallery-thumbs {
    padding: 4px 2px; }
    .gallery-slider .gallery-thumbs .swiper-slide {
      padding: 0 2px;
      width: 16.66%; } }

@media (min-width: 1250px) {
  .gallery-slider .gallery-thumbs {
    padding: 4px 2px; }
    .gallery-slider .gallery-thumbs .swiper-slide {
      padding: 0 2px;
      width: 14.28%; } }

/*
    Created on : 22.05.2020., 13.37.44
    Author     : vladandzulovic
*/
.related-news .related-title {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  color: #212121;
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  position: relative; }
  .related-news .related-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #f70d28;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.5s linear; }

.related-news .news-item {
  position: relative;
  margin-bottom: 1rem;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .related-news .news-item .news-item-image {
    margin-bottom: 1rem; }
  .related-news .news-item .news-item-data {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1 1 auto; }
    .related-news .news-item .news-item-data .news-item-category {
      position: absolute;
      top: -37px;
      left: 10px;
      padding: 3px 6px;
      background-color: #f70d28;
      color: #fff;
      display: none; }
    .related-news .news-item .news-item-data .news-item-meta {
      display: none; }
      .related-news .news-item .news-item-data .news-item-meta .fa-comment {
        color: #a0a0a0; }
    .related-news .news-item .news-item-data .news-item-title {
      margin-bottom: 1rem; }
      .related-news .news-item .news-item-data .news-item-title a {
        font-size: 1.6rem !important;
        line-height: 2rem !important;
        overflow: hidden;
        max-height: 10rem;
        height: auto;
        letter-spacing: 0px;
        color: #171717;
        font-family: "PlayfairDisplay-Bold", sans-serif;
        text-decoration: none; }
        .related-news .news-item .news-item-data .news-item-title a:hover {
          color: #e35f70; }

@media (min-width: 450px) {
  .related-news .news-item {
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px); } }

@media (min-width: 768px) {
  .related-news .news-item {
    flex: 0 0 24%;
    max-width: 24%; } }

@media (min-width: 992px) {
  .related-news .news-item {
    flex: 0 0 24%;
    max-width: 24%; }
    .related-news .news-item .news-item-data .news-item-title a {
      font-size: 1.8rem !important;
      line-height: 2.2rem !important;
      overflow: hidden;
      max-height: 11rem;
      height: auto; } }

/*
    Created on : 22.05.2020., 13.37.44
    Author     : vladandzulovic
*/
.promo-news .promo-title {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  color: #212121; }

.promo-news .owl-stage {
  display: flex; }

.promo-news .owl-nav .owl-prev,
.promo-news .owl-nav .owl-next {
  background: #fff !important;
  width: 3.4rem;
  height: 3.4rem; }
  .promo-news .owl-nav .owl-prev.disabled,
  .promo-news .owl-nav .owl-next.disabled {
    opacity: 0.3;
    background: #fff !important; }
  .promo-news .owl-nav .owl-prev span,
  .promo-news .owl-nav .owl-next span {
    font-size: 3rem !important;
    color: #000 !important; }

@media (min-width: 576px) {
  .promo-news .owl-nav .owl-prev {
    left: -17px !important; }
  .promo-news .owl-nav .owl-next {
    right: -17px !important; } }

.promo-news .news-item {
  position: relative;
  margin-bottom: 0rem;
  padding: 1px 2px 4.5rem 2px;
  height: 100%;
  box-shadow: 0 0 2px  inset #ccc; }
  .promo-news .news-item .news-item-image {
    margin-bottom: 1rem; }
    .promo-news .news-item .news-item-image:after {
      padding-top: 66.66%; }
  .promo-news .news-item .news-item-data {
    padding: 0 10px; }
    .promo-news .news-item .news-item-data .promo-label {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 5px 10px;
      color: #fff;
      background-color: #e55f70;
      line-height: 1;
      margin-bottom: 0.5rem;
      font-weight: 500; }
    .promo-news .news-item .news-item-data .news-item-title {
      margin-bottom: 1.5rem; }
      .promo-news .news-item .news-item-data .news-item-title a {
        font-size: 1.8rem;
        line-height: 2.1rem;
        letter-spacing: 0px;
        color: #171717;
        font-family: "PlayfairDisplay-Bold", sans-serif;
        text-decoration: none; }
        .promo-news .news-item .news-item-data .news-item-title a:hover {
          color: #e35f70; }
    .promo-news .news-item .news-item-data .price {
      display: flex;
      align-items: center; }
      .promo-news .news-item .news-item-data .price .current-price {
        font-size: 1.8rem;
        line-height: 1;
        color: #e55f70;
        font-weight: bold;
        margin-right: 1rem; }
      .promo-news .news-item .news-item-data .price .old-price {
        font-size: 1.4rem;
        line-height: 1;
        font-weight: 600;
        color: #212121; }
    .promo-news .news-item .news-item-data .short-desc {
      font-size: 1.6rem;
      line-height: 1.9rem;
      color: #212121; }
    .promo-news .news-item .news-item-data .promo-more {
      display: block;
      padding: 5px 10px;
      border-top: 1px solid #eee;
      line-height: 3rem;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold; }

footer .printed-item {
  max-width: 400px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    footer .printed-item {
      max-width: 200px; } }

.sidebar .printed-item {
  max-width: 400px;
  margin: 0 auto; }

.printed-item.news-item-image:after {
  padding-top: 132%; }

footer .printed-edition .sidebar-title {
  display: none; }

/*
    Created on : 22.05.2020., 13.36.29
    Author     : vladandzulovic
*/
.sidebar-wrapper:hover .sidebar-title:after {
  width: 100%; }

.sidebar-wrapper .sidebar-title {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  color: #212121;
  font-family: "HelveticaNeue-Bold", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: left; }
  .sidebar-wrapper .sidebar-title > span {
    display: inline-block;
    background-color: #fff;
    padding-right: 2rem;
    position: relative;
    z-index: 1; }
  .sidebar-wrapper .sidebar-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.5s linear; }

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content strong, .page-content b {
  margin-bottom: 1.5rem;
  font-family: "Helvetica", "HelveticaNeue", sans-serif;
  font-weight: 500; }

.page-content p {
  margin-bottom: 1.5rem; }

.page-content a {
  transition: 0.2s linear; }
  .page-content a:hover {
    color: #f70d28; }

.page-content .site-map a {
  display: block;
  line-height: 4rem;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "OpenSans-Bold", sans-serif;
  border-bottom: 1px solid #ccc; }

.page-content .contact-sidebar {
  position: relative; }
  .page-content .contact-sidebar .contact-news {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    display: block; }
    .page-content .contact-sidebar .contact-news a {
      font-family: "PlayfairDisplay-Bold", sans-serif;
      margin-bottom: 1rem;
      font-size: 1.8rem;
      line-height: 2.2rem;
      color: #212121;
      transition: 0.2s linear;
      padding-right: 5px; }
      .page-content .contact-sidebar .contact-news a:hover {
        color: #f70d28;
        padding-left: 5px;
        padding-right: 0; }

.form-group {
  margin-bottom: 1.5rem; }

.input-group {
  display: flex;
  width: 100%; }
  .input-group input {
    border-right: none !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-width: 1px; }
  .input-group .input-group-append .btn {
    height: 100%;
    border-radius: 0px;
    font-size: 1.6rem; }

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-family: "Roboto Regular", sans-serif;
  color: #333; }

.form-control {
  height: auto;
  line-height: 4rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  padding: 0 10px; }
  .form-control.is-invalid {
    border: 1px solid #f70d28;
    box-shadow: 0 0 3px #f70d28; }
  .form-control.is-valid {
    border: 1px solid  #04d967;
    box-shadow: 0 0 3px #04d967; }
  .form-control:focus {
    outline: none;
    box-shadow: 0 0 3px #e0e0e0 inset;
    border-color: #aaa; }

.invalid-feedback {
  color: #f70d28; }
  .invalid-feedback .error {
    color: #f70d28;
    font-size: 1.4rem; }

/*
    Created on : 21.05.2020., 15.07.19
    Author     : vladandzulovic
*/
#toTop {
  color: #a0a0a0;
  font-size: 3rem;
  width: 46px;
  height: 46px;
  line-height: 44px;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  opacity: 0;
  transition: 0.3s linear;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: #eee;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1); }

footer {
  padding: 15px 0;
  color: #212121;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  footer a {
    color: #212121; }
    footer a:hover,
    footer a .active {
      color: #ca071d; }
  footer .social {
    text-align: center;
    padding: 20px 0; }
    footer .social h6 {
      margin-bottom: 20px;
      text-transform: uppercase; }
    footer .social a {
      width: 3.8rem;
      height: 3.8rem;
      border-radius: 50%;
      text-align: center;
      line-height: 3.8rem;
      font-size: 2.4rem;
      color: #212121;
      margin: 0 5px;
      background-color: transparent; }
      footer .social a:hover {
        color: #212121; }
  footer .footer-1 {
    background-color: #fff;
    padding: 50px 0; }
    footer .footer-1 .discover {
      font-family: "PlayfairDisplay-Bold", sans-serif;
      font-size: 24px;
      line-height: 40px;
      padding: 0 10px;
      color: #53585c;
      border-right: 3px solid #53585c;
      margin-bottom: 0; }
    footer .footer-1 .footer-logo {
      text-align: center;
      padding: 0 1rem;
      height: 40px;
      display: flex;
      align-items: center; }
      footer .footer-1 .footer-logo img {
        display: block;
        max-height: 40px;
        max-width: 90%; }
    footer .footer-1 .tag-list {
      padding-top: 40px; }
      footer .footer-1 .tag-list .tag-item {
        background-color: #f5f5f5;
        line-height: 4rem;
        font-size: 1.2rem;
        font-family: "Arial", sans-serif;
        display: inline-block;
        text-align: center;
        min-width: 120px;
        margin: 0 3px 5px;
        padding: 0 5px 0 10px;
        text-transform: uppercase;
        transition: 0.3s linear;
        color: #212121; }
        footer .footer-1 .tag-list .tag-item:hover {
          color: #f70d28;
          background-color: gainsboro;
          box-shadow: 0px 5px 10px #ddd; }
  footer .footer-2 {
    background: linear-gradient(0deg, rgba(210, 224, 242, 0.25) 3%, rgba(214, 61, 74, 0.25) 97%);
    color: rgba(0, 0, 0, 0.95);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 48px 0; }
    footer .footer-2 .widget-title {
      margin-bottom: 2rem; }
    footer .footer-2 .footer-logo {
      display: block;
      margin: 0 auto;
      width: 520px;
      max-width: 90%; }
      footer .footer-2 .footer-logo img {
        max-width: 100%; }
    footer .footer-2 .printed-item {
      max-width: 400px;
      margin: 0 auto; }
      @media (min-width: 576px) {
        footer .footer-2 .printed-item {
          max-width: 200px; } }
      footer .footer-2 .printed-item.news-item-image:after {
        padding-top: 132%; }
    footer .footer-2 .footer-news .news-item-title {
      margin-bottom: 1.5rem; }
      @media (min-width: 992px) {
        footer .footer-2 .footer-news .news-item-title {
          margin-bottom: 2rem; } }
      footer .footer-2 .footer-news .news-item-title a {
        font-size: 1.6rem;
        line-height: 2rem;
        display: block; }
    footer .footer-2 .newsletter {
      width: 500px;
      max-width: 95%;
      margin: 0 auto; }
      footer .footer-2 .newsletter button {
        font-family: "Roboto Regular", sans-serif !important;
        padding: 10px 5px;
        font-size: 1.3rem; }
  footer .footer-3 {
    background-color: #fff;
    font-family: "Oswald-Regular", sans-serif;
    text-align: center;
    color: #212121;
    font-size: 1.3rem;
    letter-spacing: 0.16px; }
    footer .footer-3 img {
      max-width: 300px;
      padding: 0 40px; }
    footer .footer-3 p {
      flex: 0 1 50%; }
      footer .footer-3 p:nth-of-type(2) {
        flex: 0 1 auto; }
      @media (min-width: 768px) {
        footer .footer-3 p {
          margin-bottom: 0; } }
  footer .more-info {
    padding: 20px 0;
    font-size: 1.3rem;
    justify-content: center; }
    footer .more-info p {
      line-height: 1;
      margin-right: 4px;
      border-right: 1px solid #ccc;
      padding-right: 3px;
      font-family: "Oswald-Regular", sans-serif;
      color: #53585c; }
    footer .more-info a {
      color: #ec2127;
      font-family: "Oswald-Regular", sans-serif;
      transition: -0.3s linear; }
      footer .more-info a:hover {
        color: #c91117; }
    footer .more-info nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 0; }
      footer .more-info nav a {
        display: block;
        padding-right: 3px;
        margin-right: 3px;
        line-height: 1;
        border-right: 1px solid #ec2127; }
        footer .more-info nav a:last-of-type {
          padding-right: 3px;
          margin-right: 3px;
          border-right: none; }

@media (min-width: 450px) {
  footer .footer-2 .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .footer-2 .footer-menu li {
      flex: 0 0 49%; } }

@media (min-width: 576px) {
  footer .footer-1 .footer-logo {
    text-align: left; } }

@media (min-width: 992px) {
  footer .footer-2 {
    padding: 50px 0; }
    footer .footer-2 h4 {
      margin-bottom: 60px !important;
      text-align: left; }
    footer .footer-2 .footer-menu h5 {
      margin-bottom: 30px !important; }
    footer .footer-2 .footer-menu li {
      flex: 0 0 24%; } }

.footer-4 {
  font-family: "Oswald-Regular", sans-serif; }
  .footer-4 p, .footer-4 a {
    font-size: 1.4rem; }
  .footer-4 p {
    margin-right: 3px; }
  .footer-4 a {
    color: #f70d28; }
