/**
 * Variables
 */
 :root {
  --body-bg: #ffffff;
  --header-block-bg: #f2f4fe;
  --content-bg: #f2f4ff;
  --content-border-color: #ced1e4;
  --footer-bg: #232733;
  --footer-color: #919296;
  --footer-border-color: #373b48;
  --text-color: #2a2a2a;
  --bold-color: #1e2127;
  --border-color: #e9ebf5;
  --theme-color: #ff6347;
  --theme-color-two: #302e44;
  --circle-one: #f3e7f0;
  --circle-two: #e0e2f6;
  --circle-three: #f9b6b4;

}
/* HTML and Body
---------------------------------------- */
html {
  line-height: 1.7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: -system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  background: #ffffff;
  background: var(--body-bg);
  color: var(--text-color);
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* Fonts
---------------------------------------- */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans.woff2') format('woff2'),
       url('../fonts/open-sans.woff') format('woff');
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto.woff2') format('woff2'),
       url('../fonts/roboto.woff') format('woff');
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-bold.woff2') format('woff2'),
       url('../fonts/roboto-bold.woff') format('woff');
}

/* Regions
---------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
summary {
  display: list-item;
  cursor: pointer;
  color: #a1a1a1;
  color: var(--text-color);
}
template,
[hidden] {
  display: none;
}

/* Typography
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
  color: var(--bold-color);
  width:100% !important;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
p {
  margin: 0 0 1em 0;
}
b,
strong {
  font-weight: bolder;
  color: var(--bold-color);
}
dfn,
cite {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
a {
  color: var(--theme-color);
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
a:active,
li a.active {
  color: var(--theme-color);
}
a:hover,
a:visited:hover {
  color: var(--theme-color-two);
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}
/* Typography-> code tags */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  background: var(--content-bg);
}
kbd {
  margin: 0;
  padding: 0 5px;
}
pre {
  overflow: auto;
  margin: 1em 0;
  padding: 1em;
  tab-size: 2;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
tt,
var {
  font-family: monospace, monospace;
  font-style: italic;
}
mark {
  background: var(--theme-color);
  color: #ffffff;
  text-shadow: none;
}
acronym[title], abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
abbr,
acronym {
  cursor: help;
}

/* Media
---------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img,
a img {
  max-width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
  border: 0;
}
.align-left {
  margin: 1em 1em 1em 0;
}
.align-right {
  margin: 1em 0 1em 1em;
}
.align-center {
  margin-top: 1em;
  margin-bottom: 1em;
}
figcaption {
  padding: 4px;
  font-size: 0.8em;
  background: var(--content-bg);
  border: 1px solid var(--border-color);
  text-align: center;
}
.image-field {
  margin: 0 0 1em 0;
}

/* Form
---------------------------------------- */
form {
  margin-bottom: 1em;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
.button-solid,
a.button-solid:hover,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  position: relative;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  padding: 8px 10px;
  background: var(--theme-color);
  color: #fff;
  -webkit-appearance: button;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-solid:hover,
a.button-solid:hover,
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background: var(--theme-color-two);
  color: #ffffff;
}
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: 0;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input {
  line-height: normal;
}
input,
textarea {
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background: transparent;
  color: var(--text-color);
  padding: 10px;
  border: 1px solid var(--border-color);
  -webkit-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid var(--theme-color-two);
  outline: 0;
}
textarea {
  width: 100%;
  overflow: auto;
  -webkit-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  vertical-align: top;
}
@-webkit-keyframes autofill {
  to {
    color: var(--text-color);
    background: transparent;
  }
}
@keyframes autofill {
  to {
    color: var(--text-color);
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  animation-name: autofill;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 0 10px 0;
  padding: 0.35em 0.5em 0.5em 0;
  border: 1px solid var(--border-color);
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
optgroup {
  font-weight: bold;
}
select {
  padding: 4px 0;
}
form label {
  color: var(--bold-color);
}
label[for] {
  cursor: pointer;
}

/* Drupal core Field */
[dir] .field:not(:last-child){
  margin-bottom:36px;
}

.field__label{
  font-weight:bold;
}

[dir=ltr] .field--label-inline .field__label, [dir=ltr] .field--label-inline .field__items{
  float:left;
}

[dir=rtl] .field--label-inline .field__label, [dir=rtl] .field--label-inline .field__items{
  float:right;
}

[dir=ltr] .field--label-inline .field__label, [dir=ltr] .field--label-inline > .field__item, [dir=ltr] .field--label-inline .field__items{
  padding-right:0.5em;
}

[dir=rtl] .field--label-inline .field__label, [dir=rtl] .field--label-inline > .field__item, [dir=rtl] .field--label-inline .field__items{
  padding-left:0.5em;
}

.field--label-inline .field__label::after{
  content:":";
}

/* Common HTML Elements
---------------------------------------- */
hr {
  clear: both;
  width: 100%;
  height: 2px;
  background: var(--border-color);
  border: 0;
  box-sizing: content-box;
  overflow: visible;
}
address {
  margin: 0 0 1em 0;
  font-style: italic;
}
/* Definition Lists */
dt {
  color: var(--bold-color);
  font-weight: 700;
}
dd {
  margin: 0 0 1.2em 0;
}
blockquote {
  position: relative;
  margin: 1em 0;
  padding: 1em;
  background: var(--content-bg);
  border-left: 6px solid var(--theme-color);
  border-top: 2px solid var(--border-color);
  border-right: 2px solid var(--border-color);;
  border-bottom: 2px solid var(--border-color);;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* List
---------------------------------------- */
 ul,
 ol {
   margin: 0;
   padding: 0 0 0.25em 1em;
 }
 [dir="rtl"] ul,
 [dir="rtl"] ol {
   padding: 0 1em 0.25em 0;
 }
 ol ol,
 ul ul {
   margin: 0;
   padding: 0 0 0.25em 1em;
 }
 [dir="rtl"] ol ol,
 [dir="rtl"] ul ul {
   padding: 0 1em 0.25em 0;
 }
 ul {
   list-style: disc;
 }
 li > ul,
 li > ol {
   margin-bottom: 0;
 }
 [dir="rtl"] ul,
 [dir="rtl"] ol {
   padding: 0 1em 0.25em 0;
 }
 li {
   padding: 4px 0;
 }

 /* Table
 ---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 1.2em;
  border-spacing: 0;
  border-collapse: collapse;
}
th,
tr,
td {
  vertical-align: middle;
}
th {
  margin: 0;
  padding: 5px;
  background: var(--content-bg);
  color: var(--bold-color);
  border: 1px solid var(--border-color);
  text-align: left;
  text-shadow: none;
}
td {
  padding: 5px;
  border: 1px solid var(--border-color);
}

 /* Default box sizing.
 ---------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after,
*::after,
*:before,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Misc
---------------------------------------- */
::-moz-selection {
  background: var(--theme-color);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme-color);
  color: #fff;
  text-shadow: none;
}
/* Font icons used in theme
---------------------------------------- */
@font-face {
  font-family: 'vani';
  src:  url('../fonts/vani.eot');
  src:  url('../fonts/vani.eot') format('embedded-opentype'),
    url('../fonts/vani.ttf') format('truetype'),
    url('../fonts/vani.woff') format('woff'),
    url('../fonts/vani.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vani' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-horn:before {
  content: "\e917";
}
.icon-bell:before {
  content: "\e918";
}
.icon-info:before {
  content: "\e919";
}
.icon-share:before {
  content: "\e916";
}
.icon-align-left:before {
  content: "\e915";
}
.icon-document:before {
  content: "\e914";
}
.icon-menu:before {
  content: "\e913";
}
.icon-add_comment:before {
  content: "\e910";
}
.icon-vimeo:before {
  content: "\e912";
}
.icon-comments:before {
  content: "\e911";
}
.icon-exclamation-circle:before {
  content: "\e90e";
}
.icon-exclamation-triangle:before {
  content: "\e90f";
}
.icon-check-square:before {
  content: "\e90d";
}
.icon-hashtag:before {
  content: "\e90c";
}
.icon-calendar:before {
  content: "\e90a";
}
.icon-user:before {
  content: "\e90b";
}
.icon-search:before {
  content: "\e909";
}
.icon-vk:before {
  content: "\e900";
}
.icon-github:before {
  content: "\e901";
}
.icon-whatsapp:before {
  content: "\e902";
}
.icon-telegram:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.sliding-panel-icon{
  background-color: var(--theme-color);
}
.sliding-panel-icon:hover{
  background-color: black;
}
.icon-accessibility{
  line-height: 30px !important;
}
.icon-accessibility:before{
  font-family: "Font Awesome 5 Free" !important; font-weight: 900; content: "\f06e"; color: white;
}
#block-styleswitcher ul li{
  padding:10px
}
#block-styleswitcher ul li a{
  color: black;
  font-weight: bolder;
}
#block-styleswitcher ul li:first-child::marker{
  font-family: "Font Awesome 5 Free" !important; font-weight: 900; content: "\f06e"; color:  #888888; font-size: 1.3em;
}
#block-styleswitcher ul li:nth-child(2)::marker{
  font-family: "Font Awesome 5 Free" !important; font-weight: 900; content: "\f06e"; color: orangered; font-size: 1.3em;
}
#block-styleswitcher ul li:nth-child(3)::marker{
  font-family: "Font Awesome 5 Free" !important; font-weight: 900; content: "\f031"; color: #888888; font-size: 1.0em;
}
#block-styleswitcher ul li:nth-child(4)::marker{
  font-family: "Font Awesome 5 Free" !important; font-weight: 900; content: "\f031"; color: #888888; font-size: 1.3em !important;
}
#block-styleswitcher ul li:nth-child(5)::marker{
  font-family: "Font Awesome 5 Free" !important; font-weight: 900; content: "\f031"; color: #e5a100; font-size: 1.3em;
}
f031

/* Drupal Core
----------------------------------- */
/* Admin Toolbar */
button.toolbar-item,
button.toolbar-icon {
  background: none;
}

/* Filter Module */
.filter-wrapper {
  border: 1px solid var(--border-color);
}

.container {
  position: relative;
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  padding: 0 10px;
}
/* Main wrapper -> Main + Sidebar
--------------------------------*/
.main-wrapper {
  width: 100%;
  padding: 0 0;
}
/* Layout -> containers */
.main-container {
  position: relative;
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
}
.no-sidebar .main-container,
.sidebar-left .main-container,
.sidebar-right .main-container,
.two-sidebar .main-container {
  grid-template-columns: 100%;
}
/* Main
--------------------------------*/
.sidebar-left #main,
.sidebar-right #main,
.two-sidebar #main {
  margin: 0 0 2em 0;
}

/* Sidebar
--------------------------------*/
.sidebar {
  width: 100%;
  margin: 0 0 2em 0;
}
#sidebar-left, #sidebar-right {
  padding: 0;
}
/* Column
--------------------------------*/
.section {
  width: 100%;
  clear: both;
  padding: 1.6em 0;
}
.row {
  width: 100%;
  clear: both;
  margin-bottom: 1em;
}
.full {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.item {
  margin: 0 0 2em 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}

/* Header
--------------------------------------*/
.header-top-blocks {
  position: relative;
  background: var(--header-block-bg);
  width: 100%;
  margin: 0;
  padding:  0;
}
.header-block-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0;
}
.header-block {
  max-width: 100%;
}
.header-block p:last-child {
  margin: 0;
}
.header-block-left {
  margin-bottom: 1em;
}
.header {
  position: relative;
  width: 100%;
  background: var(--content-bg);
  margin: 0;
  padding: 0;
}
.header-main {
  width: 100%;
  margin: 0;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* Header -> site branding. */
.site-brand {
  position: relative;
}
.site-branding {
  position: relative;
  font-weight: 400;
  line-height: 1;
  display: flex;
}
.site-branding .site-slogan{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  margin: 0;
  color: #444444;
  font-size: 0.8em;
}
.site-branding img {
  width: auto;
  max-height: 6.5vh;
}
.site-branding a {
  color: var(--theme-color);
}
.site-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: var(--theme-color);
  text-transform: uppercase;
}
.site-name-slogan {
  font-size: 0.8em;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: var(--theme-color);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:0.8em;
  color: #444444;
}
/* Header -> header right */
.header-main-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-wrap {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: fixed;
  color: #ffffff;
  background: #111111;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1em;
  width: 100%;
  max-width: 320px;
  z-index: 25;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
ul.main-menu {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1em;
  z-index: 30;
  list-style: none;
  list-style-type: none;
}
.main-menu a {
  color: #fff;
}
ul.main-menu li {
  position: relative;
  padding: 0;
}
ul.main-menu li a {
  border-bottom: 1px solid #434343;
}
.main-menu li span {
  display: block;
  padding: 10px 0;
}
ul.main-menu > li {
  display: block;
  float: none;
  line-height: 1;
  margin: 0;
}
ul.main-menu > li > a {
  display: block;
  margin: 0;
  padding: 10px 0;
}
ul.main-menu > li a::after {
  content: none;
}
ul.main-menu ul.submenu {
  position: relative;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 0;
  z-index: 30;
}
ul.main-menu ul.submenu li {
  display: block;
  width: 100%;
  font-size: 0.9em;
}
ul.main-menu ul.submenu li {
  background: none;
}
ul.main-menu ul.submenu li a {
  display: block;
  width: 100%;
  padding: 10px 0 10px 20px;
}
ul.main-menu ul.submenu li a::after {
  content: none;
}
.main-menu li span.dropdown-arrow {
  position: absolute;
  display: inline-block;
  right: 0;
  padding: 0;
}
/* Third level drop down */
ul.main-menu ul.submenu ul.submenu {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 30px;
  z-index: 30;
}
ul.main-menu ul.submenu ul.submenu li {
  display: block;
  font-size: inherit;
  width: 100%;
  padding: 0;
  text-align: left;
}
.main-menu ul.submenu li.expanded::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 10px;
}
/* Mobile Menu */
.mobile-menu {
  display: block;
  margin-right: 0.5em;
}
.active-menu .menu-wrap {
  overflow-y: scroll;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; /* Means appears */
}
.close-mobile-menu {
  position: absolute;
  top: 4px;
  right: 4px;
  display: none;
  width: 34px;
  height: 34px;
  line-height: 28px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 48;
  cursor: pointer;
  text-align: center;
}
.active-menu .close-mobile-menu,
.active-menu .main-menu {
  display: block;
}
/* Header -> Full page search form */
.full-page-search {
  position: relative;
  margin: 0;
  padding: 0;
}
.search-icon,
.mobile-menu,
.sliding-panel-icon {
  position: relative;
  margin: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  margin-left: 10px;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
}
.search-icon i,
.mobile-menu i,
.sliding-panel-icon i {
  line-height: 32px;
}
.search-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--content-bg);
  z-index: 50;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.search-box.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.search-box-content {
  position: relative;
  z-index: 60;
  text-align: center;
}
.search-box-content .block {
  width: 100%;
  margin: 0 auto;
}
.search-box-content .block-title {
  color: var(--bold-color);
}
.search-box-content form label {
  display: none;
}
.search-box-content input[type="search"] {
  width: 90%;
  margin: 2em 0;
  padding: 0 30px 10px 0;
  font-size: 1.4em;
  background: url("../images/search.svg") top right no-repeat;
  background-size: contain;
  border: 0;
  border-bottom: 2px solid var(--content-border-color);
  border-radius: 0;
  outline: 0;
}
.search-box-content input[type="search"]:focus {
  border: 0;
  border-bottom: 2px solid var(--theme-color);
}
.search-box-content input[type="submit"] {
  padding: 10px 24px;
  border-radius: 50px;
}
.search-box-close {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 60;
  cursor: crosshair;
}

/* Page Header
--------------------------------------*/
.page-header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5em 0 6em 0;
  text-align: center;
}
/* Page Header-> breadcrumb */
.breadcrumb {
  position: relative;
  width: 100%;
  left:10px;
  top:30px;
}
ol.breadcrumb-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.breadcrumb-items li {
  display: inline-block;
}
.breadcrumb-item span {
  margin: 0 10px;
}

/* Header circles */
.header-cicle {
  position: absolute;
  border-radius: 50%;
}
.header-cicle1,
.header-cicle2,
.header-cicle3 {
  background: #f3e7f0;
  background: var(--circle-one);
  height: 2em;
  width: 2em;
}
.header-cicle1 {
  -webkit-animation: circle-size 3s linear infinite alternate;
  animation: circle-size 3s linear infinite alternate;
  left: 12%;
  top: 66%;
}
.header-cicle2 {
  -webkit-animation: circle-size 7s linear infinite alternate;
  animation: circle-size 7s linear infinite alternate;
  right: 40%;
  top: 55%;
}
.header-cicle3 {
  top: 20%;
  right: 30%;
  -webkit-animation: circle-size 6s linear infinite alternate;
  animation: circle-size 6s linear infinite alternate;
}
.header-cicle4,
.header-cicle5,
.header-cicle6 {
  background: #e0e2f6;
  background: var(--circle-two);
  height: 2em;
  width: 2em;
}
.header-cicle4 {
  top: 13%;
  left: 28%;
  -webkit-animation: circle-size 7s linear infinite alternate;
  animation: circle-size 7s linear infinite alternate;
}
.header-cicle5 {
  top: 37%;
  left: 40%;
  -webkit-animation: circle-size 10s linear infinite alternate;
  animation: circle-size 10s linear infinite alternate;
}
.header-cicle6 {
  top: 30%;
  right: 10%;
  -webkit-animation: circle-size 6s linear infinite alternate;
  animation: circle-size 6s linear infinite alternate;
}
.header-cicle7,
.header-cicle8,
.header-cicle9,
.header-cicle10 {
  background: #f9b6b4;
  background: var(--circle-three);
  width: 1em;
  height: 1em;
}
.header-cicle7 {
  left: 7%;
  top: 40%;
  -webkit-animation: circle-move 6s linear infinite alternate;
  animation: circle-move 6s linear infinite alternate;
}
.header-cicle8 {
  right: 45%;
  top: 30%;
  -webkit-animation: circle-move 10s linear infinite alternate;
  animation: circle-move 10s linear infinite alternate;
}
.header-cicle9 {
  left: 30%;
  top: 70%;
  -webkit-animation: circle-move 7s linear infinite alternate;
  animation: circle-move 7s linear infinite alternate;
}
.header-cicle10 {
  right: 7%;
  bottom: 10%;
  -webkit-animation: circle-move 4s linear infinite alternate;
  animation: circle-move 4s linear infinite alternate;
}

@-webkit-keyframes circle-size {
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes circle-size {
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@-webkit-keyframes circle-move {
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@keyframes circle-move {
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

/* Homepage
--------------------------------------*/
/* Homepage -> Main */
.home-content {
  padding-top: 1rem;
}

/* Main -> Admin Tabs */
ul.page-tabs {
  margin: 0 0 0.6em 0;
  padding: 0 0 1px 0;
  border-bottom: 1px solid var(--border-color);
  list-style: none;
}
.page-tabs li {
  display: inline-block;
  padding: 0;
}
.page-tabs li a {
  padding: 4px 10px;
  background: var(--border-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-tabs li.active-page-tab a,
.page-tabs li a:hover {
  color: #fff;
  background: var(--theme-color);
}


/* Drupal system message */
.message {
  position: relative;
  margin: 1em 0;
  padding: 14px 14px 14px 64px;
  color: #ffffff;
  text-shadow: none;
}
.message p {
  margin: 0;
}
.message a,
.message a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.message em {
  color: var(--bold-color);
}
.message-status {
  background: #89ad32;
}
.message-status::before {
  content: "\e90d";
  background-color: #759625;
}
.message-error {
  background: #c94d1c;
}
.message-error::before {
  content: "\e90e";
  background-color: #b3461b;
}
.message-warning {
  background: #cd5a0a;
}
.message-warning::before {
  content: "\e90f";
  background-color: #a44707;
}
.message::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 100%;
  font-family: "vani";
  font-size: 2em;
  line-height: 53px;
  text-align: center;
}

/* Main -> Node */
.node,
.node-promoted,
.node-sticky,
.node-view-mode-full,
.node-unpublished {
  position: relative;
}

/* Main -> node -> teaser view */
.node-view-mode-teaser {
  position: relative;
  background: var(--content-bg);
  padding: 1em 1em 4em 1em;
  margin-bottom: 4em;
  border-radius: 8px;
}
.node-view-mode-teaser.node-sticky {
  border: 2px solid var(--border-color);
}
.node-view-mode-full .node-taxonomy-container {
  margin: 0;
}

/* Main -> node -> Title */
.node-title a {
  position: relative;
  transition: color 0.4s;
}
.node-title a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--theme-color);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.node-title a:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

/* Main -> node -> submitted details */
.node-header {
  position: relative;
  display: block;
  background: var(--content-bg);
  border: 1px solid var(--content-border-color);
  border-radius: 30px;
  font-size: 0.8em;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 10px;
}
.author-picture {
  float: left;
}
.author-picture img {
  width: auto;
  height: 25px;
  margin: 0 6px 0 0;
}
.node-submitted-details {
  margin: 0;
  padding: 0;
}
.node-submitted-details i {
  margin: 0 0 0 1em;
  color: var(--theme-color);
}
.node-submitted-details i.user-icon {
  margin-left: 0;
}

/* Main -> node -> taxonomy and links */
.node-taxonomy-container,
.node-links-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid var(--border-color);
}
h3.term-title {
  margin: 0;
  font-size: 1.2em;
  line-height: 1;
  width: 100%;
}
ul.taxonomy-terms {
  margin: 1em 0 0.2em 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
li.taxonomy-term {
  position: relative;
  display: inline-block;
}
li.taxonomy-term a {
  padding: 6px 14px;
  border: 2px solid var(--border-color);
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
li.taxonomy-term a:hover {
  background: var(--theme-color);
  color: #fff;
}
li.taxonomy-term a::before {
  content: '#';
  margin-right: 5px;
}
.node-links-container ul.links {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
ul.inline,
ul.links.inline {
  display: inline;
  padding-left: 0;
}
ul.inline li {
  position: relative;
  display: inline-block;
  padding: 0;
  list-style-type: none;
}
ul.inline li a {
  display: inline-block;
}
.node-links-container li {
  float: left;
  margin-right: 1em;
}

/* read more link */
li.node-readmore {
  float: right;
  margin: 0;
}
li.node-readmore a {
  position: relative;
  border: 2px solid var(--theme-color);
  border-radius: 30px;
  padding: 0.4em 0.8em;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
li.node-readmore a:hover {
  color: var(--theme-color);
  padding: 0.4em 3em 0.4em 0.8em;
}
li.node-readmore a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  height: 2px;
  width: 0;
  background: var(--theme-color);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
li.node-readmore a:hover::after {
  width: 2em;
}
.comment-comments a::before,
.comment-add a::before {
  font-family: 'vani';
  color: var(--theme-color-two);
  padding-right: 6px;
}
.comment-comments a::before{
  content: "\e911";
}
.comment-add a::before {
  content: "\e910";
}

/* Main -> node -> pager */
nav.pager {
  position: relative;
}
.pager ul.pager__items {
  position: relative;
  margin: 0;
  padding: 1em 0;
  list-style: none;
  list-style-type: none;
}
.pager__items {
  clear: both;
  text-align: center;
}
.pager__item {
  display: inline-block;
  padding: 12px 0;
}
.pager__item a {
  padding: 8px 14px;
  background: var(--content-bg);
  border-radius: 4px;
}
.pager__item a:hover,
.pager__item.is-active a {
  background: var(--theme-color);
  color: #fff;
}

/* Search result page
--------------------------------------*/
.page-content input[type="search"] {
  width: 80%;
}
ol.search-results {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
ol.search-results li {
  margin: 0 0 1em 0;
  padding: 1em;
  background: var(--content-bg);
}
.search-advanced summary {
  margin: 10px 0;
  cursor: pointer;
}
.search-advanced .form-details-wrapper {
  padding: 0.5em 1.4em;
  border: 1px solid var(--border-color);
}
.search-advanced .form-wrapper {
  padding: 0.5em 1.4em;
  border: 1px solid var(--border-color);
}

/* Form */
.form-item {
  margin-bottom: 1em;
}
.form-required:after {
  content: "*";
  display: inline-block;
  padding-left: 4px;
  color: red;
}
.form-item label {
  display: block;
}
label.option {
  display: inline;
  font-weight: normal;
}
progress {
  vertical-align: baseline;
}
::-webkit-input-placeholder {
  color: var(--border-color);
}
:-moz-placeholder {
  color: var(--border-color);
}
::-moz-placeholder {
  color: var(--border-color);
  opacity: 1;
}
:-ms-input-placeholder {
  color: var(--border-color);
}
.field--name-body input[type="text"],
.field--name-body input[type="email"],
.field--name-body input[type="url"],
.field--name-body input[type="password"],
.field--name-body input[type="search"],
.field--name-body textarea {
  display: block;
  margin-bottom: 0.8em;
}

/* Node Content
----------------------------------- */
.node-content input[type="text"],
.node-content input[type="email"],
.node-content input[type="url"],
.node-content input[type="password"],
.node-content input[type="search"],
textarea {
  background: var(--content-bg);
  border-radius: 20px;
}
.sidebar .block {
  padding: 20px;
  background: var(--content-bg);
  margin-bottom: 2em;
  border-radius: 6px;
}
.sidebar .block-title {
  line-height: 1;
  padding-bottom: 0.3em;
}
.sidebar-circle-one,
.sidebar-circle-two {
  position: absolute;
  border-radius: 50%;
}
.sidebar-circle-one {
  background: var(--circle-one);
  width: 30px;
  height: 30px;
  top: 38px;
  right: 20px;
}
.sidebar-circle-two {
  background: var(--circle-two);
  width: 42px;
  height: 42px;
  top: 20px;
  right: 36px;
}
.sidebar ul,
.sidebar ol {
  margin: 0;
  padding: 0;
}
.sidebar ul {
  list-style: none;
}
.sidebar li {
  padding: 6px 0;
  border-bottom: 1px solid var(--content-border-color);
}
/* Forms in sidebar */
.sidebar input[type="text"],
.sidebar input[type="email"],
.sidebar input[type="url"],
.sidebar input[type="password"],
.sidebar input[type="search"],
textarea {
  width: 100%;
  border: 1px solid var(--content-border-color);
}

#footer-top {
  background: var(--content-bg);
  margin: 0;
  padding: 2em 0;
}
.region-footer-top {
  display: flex;
  flex-direction: column;
}
.region-footer-top .block:not(:last-child) {
  margin-bottom: 2rem;
}
.footer {
  position: relative;
  color: var(--footer-color);
  background: var(--footer-bg);
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer .block-title {
  color: #ffffff;
  font-weight: 400;
}
.footer a:hover {
  color: #ffffff;
}
.footer ul,
.footer ol {
  margin: 0;
  padding: 0;
}
.footer ul {
  list-style: none;
}
.footer li {
  border-bottom: 1px solid var(--footer-border-color);
}
.footer li a {
  padding: 5px 0;
  display: inline-block;
}
footer.footer.clear{
  margin-top: 2em;
}
#footer-blocks {
  margin: 0;
  padding: 3em 0;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-block {
  flex: 1;
}
.footer-block:not(:last-child) {
  padding: 0 0 20px 0;
}
#footer-bottom {
  position: relative;
  margin: 0;
  padding: 1em 0;
}
#footer-bottom-last {
  position: relative;
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid var(--footer-border-color);
}
.footer-bottom-last {
  display: flex;
  flex-direction: column;
}
.copyright {
  margin-bottom: 10px;
}
ul.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin: 0 0 6px 6px;
  padding: 0;
  border: 0;
}
.social-icons li a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  padding: 0;
  border: 1px solid var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover {
  background: var(--theme-color);
  border-radius: 6px;
}

.block,
.block-title,
.block-content {
  position: relative;
}
.block-section .block-title {
  margin-bottom: 0.7em;
}
.block-section .block-title::before,
.block-section .block-title::after {
  position: absolute;
  content: '';
  left: 0;
  height: 1px;
  background: var(--theme-color);
}
.block-section .block-title::before {
  bottom: 0;
  width: 30px;
}
.block-section .block-title::after {
  bottom: -6px;
  width: 45px;
}

/* Highlighted Block Region */
.highlighted {
  position: relative;
  background: var(--content-bg);
  width: 100%;
  margin: 0em 0 1em 0;
  padding: 0;
}
.region-highlighted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.highlighted .block {
  position: relative;
  margin: 0;
  padding: 1em 0;
}
.highlighted p:last-child {
  margin: 0;
}
.higlighted-class .box,
.higlighted-class .box a,
.higlighted-class .box h3,
.higlighted-class .box p
{
  color: white
}

/*Content top and contet bottom Block Region */
.content-top,
.content-bottom {
  width: 100%;
}
.region-content-top,
.region-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content-top .block,
.content-bottom .block {
  position: relative;
  margin: 0;
}
.content-top .block {
  padding-bottom: 2em;
}
.content-bottom .block {
  padding: 1.5em 0;
}

.home-block-cicle1 {
  position: absolute;
  left: 5%;
  top: 10%;
  background: #f3e7f0;
  background: var(--circle-one);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  -webkit-animation: circle-size 4s linear infinite alternate;
  animation: circle-size 4s linear infinite alternate;
}
.home-block-cicle2 {
  position: absolute;
  right: 5%;
  bottom: 20%;
  background: #f3e7f0;
  background: var(--circle-two);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  -webkit-animation: circle-size 7s linear infinite alternate;
  animation: circle-size 7s linear infinite alternate;
}
.home-block-cicle3 {
  position: absolute;
  left: 3%;
  bottom: 5%;
  background: #f9b6b4;
  background: var(--circle-three);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  -webkit-animation: circle-move 5s linear infinite alternate;
  animation: circle-move 5s linear infinite alternate;
}

/* Homepage -> Homepage content block region */
.region-content-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.region-content-home .block:nth-child(even) {
  background: var(--content-bg);
}
.region-content-home .block {
  padding: 4em 0;
}

/* Block title */
.homepage-content .block-title {
  text-align: center;
  margin-bottom: 1em;
}
.homepage-content .block-title::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: var(--theme-color);
  top: 50%;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.homepage-content .block-title::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: var(--theme-color);
  top: 50%;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}

/* Comments
--------------------------------------*/
#node-comment {
  position: relative;
  margin: 0;
  border-top: 1px solid var(--border-color);
}
#node-comment i {
  color: var(--theme-color);
}
.comments-title i {
  font-size: 1em;
}

/* Comments -> comment form. */
.comment-form-wrap {
  position: relative;
  margin: 2em 0 1em 0;
}
.add-comment-title {
  margin: 0;
}
.add-comment-title i {
  font-size: 1em;
}
.comment-form label {
  display: block;
}

/* Comments -> single comment */
.single-comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1em;
  padding: 10px 0;
  background: var(--content-bg);
}
.comment-user-picture {
  position: relative;
  padding: 0 4px;
  border-right: 1px solid var(--border-color);
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.comment-user-picture img {
  max-width: 100px;
  height: auto;
}
h3.single-comment-title {
  margin: 0.1em 0;
  font-size: 1.2em;
}
.single-comment-meta {
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-size: 0.9em;
  border-bottom: 1px solid var(--border-color);
}
.single-comment-content-body {
  position: relative;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
#node-comment .indented {
  margin-left: 4em;
}
.comment-delete,
.comment-edit {
  margin-right: 0.8em;
}
.comment-reply a,
.comment-delete a,
.comment-edit a {
  padding: 4px 16px;
  color: #fff;
  background: var(--theme-color);
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.comment-reply a:hover,
.comment-delete a:hover,
.comment-edit a:hover {
  background: var(--theme-color-two);
  color: #fff;
}

/* Animated expanding textarea */
.form-textarea {
  height: 100px;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.form-textarea:focus {
  height: 180px;
}

/* Footer -> Scroll To Top. */
.scrolltop {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 20px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  padding: 4px;
}
.scrolltop-icon {
  border-radius: 50%;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.scrolltop:hover {
  background: var(--theme-color-two);
}
/* Custom Shortcodes
-------------------------------------------*/
/* Shortcodes -> Text align */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.center {
  margin: 0 auto;
}

/* Shortcodes -> Text Size */
.size-2x {
  font-size: 2em;
}
.size-3x {
  font-size: 3em;
}
.size-4x {
  font-size: 4em;
}
.size-5x {
  font-size: 5em;
}
.size-6x {
  font-size: 6em;
}

/* Shortcodes -> container width */
.width30,
.width40,
.width50,
.width60,
.width70,
.width80,
.width90 {
  width: 100%;
  clear: both;
  display: block;
}

/* Shortcodes -> Empty space
-------------------------------------------- */
.empty,
.empty50,
.empty70,
.empty100,
.empty150 {
  position: relative;
  width: 100%;
  clear: both;
}
.empty {
  height: 30px;
}
.empty50 {
  height: 50px;
}
.empty70 {
  height: 70px;
}
.empty100 {
  height: 100px;
}
.empty150 {
  height: 150px;
}
/* Shortcodes -> Color */
.theme-bg {
	background: var(--theme-color);
}
.content-bg {
	background: var(--content-bg);
}
.dark-bg {
  background: var(--footer-bg);
}
.theme-color {
  color: var(--theme-color);
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.dark {
  color: var(--footer-bg);
}

/* Button
-------------------------------------------*/
.button-link,
a.button-link,
button.button-link {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  padding: 9px 22px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.button-link:hover,
a.button-link:hover,
button.button-link:hover {
  color: var(--theme-color);
  background: transparent;
}
body.homepage .button-link{
    margin: 10px 0 5px 0;
}

.inicjatywy img[alt="Four Way Games"]{
      display:none
    
}
.button-border,
a.button-border,
button.button-border {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--bold-color);
  background: transparent;
  border: 0;
  padding: 0.6em 0.2em 0.6em 0;
}
.button-border:hover,
a.button-border:hover,
button.button-border:hover {
  background: transparent;
  color: var(--bold-color);
}
.button-border::after,
a.button-border::after,
button.button-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.4em;
  height: 2px;
  background: var(--theme-color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.button-border:hover::after,
a.button-border:hover::after,
button.button-border:hover::after {
  width: 100%;
}

.button-round,
a.button-round {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--theme-color);
  background: transparent;
  border: 2px solid var(--content-border-color);
  border-radius: 30px;
  padding: 8px 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.button-round:hover,
a.button-round:hover {
  color: #ffffff;
  background: var(--theme-color);
}

/* Elements -> Call To Action */
.call-to-action {
  position: relative;
  background: var(--content-bg);
  margin: 1em 0;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  text-align: center;
}
/* Services
-------------------------------------------*/
.service {
  background: #ffffff;
  padding: 1em;
  border-radius: 0;
  box-shadow: 0 0 20px #cacbda;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.service:hover {
  border-radius: 30px 0;
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  -o-transform: translateY(-1em);
  transform: translateY(-1em);
}
.service-icon {
  /*margin-bottom: 1em;*/
}
.service-icon img {
  max-height: 50px;
  width: auto;
}
.service-icon i {
  font-size: 3em;
  color: var(--theme-color);
}

.service .button-link,
.service a.button-link {
  color: var(--theme-color);
  background: transparent;
  border: 2px solid var(--theme-color);
}
.service .button-link:hover,
.service a.button-link:hover {
  color: #ffffff;
  background: var(--theme-color);
}
/* Features
-------------------------------------------*/
.feature {
  background: #ffffff;
  padding: 1em;
  box-shadow: 0 0 10px #cacbda;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-icon {
  margin-bottom: 1em;
}
.feature-icon img {
  max-height: 50px;
  width: auto;
}
.feature-icon i {
  font-size: 3em;
  color: var(--bold-color);
}
.feature:hover {
  background: var(--theme-color);
  color: #ffffff;
  transform: translateY(-10px);
}
.feature .button-link:hover,
.feature a.button-link:hover {
  border: 2px solid #ffffff;
}

/* Animation
-------------------------------------------- */
/*slide up */
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Clearing
--------------------------------------*/
.clear {
	position: relative;
}
.clear::before,
.clear::after,
.row::before,
.row::after,
.section::before,
.section::after {
  content: '';
  display: table;
  clear: both;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.box ~ .ofertaBgPr{
  border: 1px solid rgba(0,0,0,.5);
  bbox-shadow: 0 0 1em gold;
}
.box.text-center {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  border:1px solid white;
}
.box.text-center h2, .box.text-center h4{
text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.plan-details li{
  /*text-shadow: 3px 3px 8px rgba(0,0,0,.5) !important;*/
}
.plan-details li:last-child{
  border-bottom-width: 0;
}
.ofertaBgPr{
  background: url("/sites/default/files/img/programista_bg.jpg") !important;
  background-size: cover !important;
  background-position: -100px 0px !important;
}
.ofertaBgPr .button-link{
  background-color: #8960ff !important;
  border: 2px solid #652eff !important;
}
.ofertaBgPr .button-link:hover, a.button-link:hover{
  color: #652eff;
}
.ofertaBgInf{
  background: url("/sites/default/files/img/informatyk_bg.jpg") !important;
  background-size: cover !important;
  background-position: 0px 0px !important;

}
.ofertaBgInf li, .ofertaBgPr li, .ofertaBgLog li, .ofertaBgBr li  {
  font-weight: bold;
  color:white;
  text-shadow: 2px 2px 2px rgba(0,0,0,.8);
}
.ofertaBgInf .button-link{
  background-color: #ff8309 !important;
  border: 2px solid #b45900 !important;
}
.ofertaBgBr{
  background: url("/sites/default/files/img/branzowa_bg.jpg") !important;
  background-size: cover !important;
  background-position: 0px 0px !important;
}

.ofertaBgBr .button-link:hover, a.button-link:hover{
  color: #0b9296;
}
.ofertaBgLog .button-link{
  background-color: #007dfe !important;
  border: 2px solid #b45900 !important;
}
.ofertaBgBr .button-link{
  background-color: #08898d !important;
  border: 2px solid #b45900 !important;
}
.ofertaBgLog{
  background: url("/sites/default/files/img/logistyk_bg.jpg") !important;
  background-size: cover !important;
  background-position: -330px 0px !important;
}

.ofertaBgLog .button-link{
  background-color: #1a89fc !important;
  border: 2px solid #007dfe !important;

}
.ofertaBgBr .button-link{
  background-color: #43a6a9 !important;
  border: 2px solid #00999e !important;
}
.ofertaBgLog .button-link:hover{
  color: #0060c3;
}
.ofertaBgInf .button-link:hover{
  color: #ff6500;
}

.node-id-4 #page-header>.container {
  background: url("/sites/default/files/img/informatyk.svg");
  background-size: 50%;
  background-position: right;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
.node-id-5 #page-header>.container {
  background: url("/sites/default/files/img/programista.svg");
  background-size: 50%;
  background-position: right;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
.node-id-6 #page-header>.container {
  background: url("/sites/default/files/img/logistyk.svg");
  background-size: 50%;
  background-position: right;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
.node-id-7 #page-header>.container {
  background: url("/sites/default/files/img/branzowa.svg");
  background-size: 50%;
  background-position: right;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
.node-id-4 #page-header>.container .page-title,
.node-id-5 #page-header>.container .page-title,
.node-id-6 #page-header>.container .page-title
.node-id-7 #page-header>.container .page-title{
  text-align: left;
}
.node-id-4 #page-header>.container .page-title,
.node-id-5 #page-header>.container .page-title,
.node-id-6 #page-header>.container .page-title,
.node-id-7 #page-header>.container .page-title{
  color:white;
  padding:1em;
  display: inline !important;
  text-align: left;
}
.node-id-4 #page-header>.container .page-title {
  background-color: #ff6501;
}
.node-id-5 #page-header>.container .page-title {
  background-color: #501fdf;
}
.node-id-6 #page-header>.container .page-title {
  background-color: #067bf3;
}
.node-id-7 #page-header>.container .page-title {
  background-color: #328eaa;
}
.node-id-4 #page-header>.container  .block-content,
.node-id-5 #page-header>.container  .block-content,
.node-id-6 #page-header>.container  .block-content,
.node-id-7 #page-header>.container  .block-content{
  text-align: left;
}
.page-title-wrap{
  text-align: left;
}

.kierunki-zakladka{
  width:20%;
  height:auto;
  float:left;
  margin: 0 3vh 1em 0
}

#block-views-block-highlighted-block-1>div>div>div{
  display:flex;
  flex-flow: row wrap;
  width:100%;
}

.higlighted-class.views-row{
  width:24%;
  display: block;
  background-color: white;
  border: 1px solid #aaaaaa;
  box-shadow: 3px 3px 12px rgba(0,0,0,.4);
  margin: 1vh 1% 1vh 0;
  border-radius: 6px;
}

.higlighted-class .box{
background-color: transparent;
}
.higlighted-class .box h3 a{
  color: white;
}
.higlighted-class .item{
  text-align: center;
}
.higlighted-class.views-row{
  color: white;
}
.higlighted-class.views-row:nth-child(1){
  background-color: #ff6347;
}
.higlighted-class.views-row:nth-child(2){
  background-color: #8b76f3;
}
.higlighted-class.views-row:nth-child(3){
  background-color: #45bf9b;
}
.higlighted-class.views-row:nth-child(4){
  background-color: #ee2557;
}
.higlighted-class.views-row:nth-child(5){
  background-color: #304270;
}
body.homepage .home-content{
  padding:0
}
#block-views-block-odnosniki-block-1{
  padding:5px;
}
#block-vanipro-content{
  min-height:40em;
}

#block-views-block-odnosniki-block-1 .box.text-center{
  box-shadow: none;
  border: none;
}
#block-views-block-odnosniki-block-1 .box{
  padding:0
}

.region-sidebar-second .views-row{
  border-bottom:1px solid #ddd;
  padding: 1em 0
}

body.homepage .sidebar .block,
body.homepage .box.text-center{
  background-color: transparent;
}
.feed-icon{
  display: none;
}

#page-header{
  background: url("/sites/default/files/img/ucz_sie_u_nas_logo.svg");
  background-size: 150% 150%;
  background-position: 90pt 0pt;
  opacity: 0.8;
}
#main-wrapper{
  margin-top:2em;
}

.halfwrapper{
  display: flex;
}

.halfwrapper-col{
  width:49%;
  margin-right:1%;
}

.field--name-field-colorbox-gallery .field__items,
body[class*="kategoria-wpisu-"] .node-content > div {
  display: flex;
  flex-wrap: wrap;
}
body[class*="kategoria-wpisu-"].node-id-4 .node-content > div,
body[class*="kategoria-wpisu-"].node-id-6 .node-content > div,
body[class*="kategoria-wpisu-"].node-id-7 .node-content > div{
  display: block !important;

}

body[class*="kategoria-wpisu-"] .node-content > div > div.field-item {
  border:1px solid white
}

.page-type-article .node-content > div{
  margin-bottom:10px;
}

body.node-id-111 #block-vanipro-content > div > article > div > div:nth-child(1){
    margin-bottom:10px;
  float:left;  
    
}

    
    #block-vanipro-content > div > article > div > div.field.field--name-body.field--type-text-with-summary.field--label-hidden.field-item > h3 {
    padding-top:25px;
}
.page-type-article .node-content > div > div img{
  margin:0
}

#block-vanipro-content > div > article > div > div > div > a.colorbox > img{
  width:110px;
  height:auto;
 margin:1px;
}

.page-type-article .node-content > div > div.field-item ~ a>img.colorbox{
  margin:1px;
  width: 100%;
}

.field--name-field-colorbox-gallery .field__items .field-item
{
  margin:2px;
  width:24%;
}

.field--name-field-colorbox-gallery .field__items .field-item .image-field{
  margin:1px;
}
.views-row .views-field-field-colorbox-gallery{
  margin-left: 10px;
}
.views-field.views-field-field-colorbox-gallery ~ .views-field.views-field-title{
  text-align: center;
}
.galleria h3{
  text-align: center;
}

.views-field.views-field-field-colorbox-gallery > div > a > img{
  margin:0 !important;
}
.galleria .views-field.views-field-title{
  margin-bottom: 0.8em !important;
}

.page-type-dokumenty.no-sidebar .main-container{
  background: url("/sites/default/files/img/documents.svg");
  background-size: cover;
  background-position: 500px 0;
  background-repeat: no-repeat;


}
.inicjatywy {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width:100%;
}
.inicjatywy .views-row{
  width:100%;
  margin-right: 1%;
  background-color: var(--content-bg);
  display: flex;
  padding: 1em 0.5em;
  margin-bottom: 20px;
}
.inicjatywy .views-row .call-to-action{
  padding:0 !important;
  margin: 0 !important;
}
body.node-id-30 .higlighted-class.views-row
{
  width: 33%;
  margin-right: 1%;
}
body.node-id-30 .block-region.region-content{
  display: block !important;
}
.site-branding .site-slogan::first-word{
  color: var(--theme-color) !important;
}

.node-content .field-item{
  display: contents;
}
/* YouTube */

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-bottom:1em;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media only screen and (min-width: 767px){

  .flex-container > div {
    width: 24.5%;
    margin-right: 0.5%;
  }
  .node-content{
    font-size: 1.15em;
  }
}
@media only screen and (max-width: 1000px) {
  .body.node-id-16 higlighted-class.views-row,
  .body.node-id-30 higlighted-class.views-row
  {
    width: 48% !important;
    margin-right: 1%;
  }
  .views-view-grid .views-col{
    width:45% !important;
  }
  .field--name-field-colorbox-gallery .field__items .field-item
  {
    margin:2px;
    width:49%;
  }
}

  @media only screen and (max-width: 766px) {
    .higlighted-class.views-row{
      width:48%;
    }
    .site-branding .site-slogan {
    font-size: 1em;
      color: #444444;
    }
    .node-id-4 #page-header>.container,
    .node-id-5 #page-header>.container,
    .node-id-6 #page-header>.container,
    .node-id-7 #page-header>.container{
      background: none;
    }
    .kierunki-zakladka{
      width:30%;
      margin: 0 2vh 1em 0
    }
#block-vanipro-content > div > article > div > div > div > a.colorbox > img{
  width:110px;
  height:auto;
 /* margin:1px;*/
}
    .node-id-4 #page-header>.container .page-title,
    .node-id-5 #page-header>.container .page-title,
    .node-id-6 #page-header>.container .page-title,
    .node-id-7 #page-header>.container .page-title{
      text-align: center;
      color:white;
      padding:0;
      display: block;
      text-align: center;
    }
    .node-id-4 #page-header>.container .page-title-wrap,
    .node-id-4 #page-header>.container .block-content,
    .node-id-5 #page-header>.container .page-title-wrap,
    .node-id-5 #page-header>.container .block-content,
    .node-id-6 #page-header>.container .page-title-wrap,
    .node-id-6 #page-header>.container .block-content,
    .node-id-7 #page-header>.container .page-title-wrap,
    .node-id-7 #page-header>.container .block-content{
      text-align: center;
    }


    .body.node-id-16 higlighted-class.views-row,
    .body.node-id-30 higlighted-class.views-row{
      width: 48%;
      margin-right: 1%;
    }
    .field.field--name-body.field--type-text-with-summary.field--label-hidden.field-item > div,
    .page-type-article .node-content > div {
      flex-direction: column;
      width: 100%;
      flex-flow: row wrap;
    }

    .higlighted-class.views-row h3{
      font-size: 2.4em;
    }
    .halfwrapper{
      display: flex;
      flex-direction: column;
    }
    .halfwrapper-col{
      width:100%;
      margin-right:0%;
    }
    .inicjatywy {
      grid-template-columns: repeat(2, 1fr);

    }
    .divB.area.loz,
    .divB.area.bhpz
    {
      width:100% !important;
    }
  }



@media only screen and (max-width: 520px) {
  .site-branding .site-slogan {
    font-size: 0.5em;
    color: #444444;
  }

  .kierunki-zakladka {
    display: none;
  }
#block-vanipro-content > div > article > div > div > div > a.colorbox > img {

    height: auto;
    margin-right:1%;
}
  body.node-id-16 .higlighted-class.views-row,
  body.node-id-30 .higlighted-class.views-row,
  .page-type-article .node-content > div {
    width: 100%;
    display: flex;
   flex-direction: row;
  }

  .page-type-article .node-content > div > div > a > img {
    border-top: 1px solid white
  }

  .page-type-article .node-content > div + div > p:first-child {
    margin-top: 20px;
  }

  .page-type-article .node-content > div + div > p:nth-child(0),
  .page-type-article .node-content > div + div > p:nth-child(1),
  .page-type-article .node-content > div + div > p:nth-child(2) {
    background-color: white;
    padding: 2px
  }

  .page-type-article .node-content > div img,
  .field--name-field-colorbox-gallery .field__items .field-item,
  .field--name-field-colorbox-gallery .field__items .field-item .image-field,
  field--name-body {
    width: 100%;
    height: auto;
  }

  #block-views-block-highlighted-block-1 .higlighted-class.views-row {
    display: block;
    width: 95%;
    justify-content: center;
    margin: 0.5vh auto;
    text-align: center;
  }

  #block-views-block-highlighted-block-1 .higlighted-class .item {
    margin: 0;
  }

  .views-view-grid .views-col {
    width: 100% !important;
  }

  .inicjatywy {
    display: grid;
    grid-template-columns: repeat(1, 1fr);

  }
}
.field--name-field-pliki .field__label:before {
  content: "\e90c";
  color: var(--theme-color);
  font-family: 'vani' !important;
  margin-right: 0.2em;
}
.field--name-field-pliki .field__label{
  display: block;
  margin: 0;
  font-size: 1.2em;
  line-height: 1;
  width: 100%;
  margin-bottom: 0.3em;
}

.file--application-pdf {
  background-image: url(/core/themes/seven/images/classy/icons/application-pdf.png);
}

.file {
  display: inline-block;
  min-height: 16px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.galleria nav[role=navigation] ul.js-pager__items{
  list-style-type: none;
  display: flex;
}
.galleria nav[role=navigation] ul.js-pager__items>li{
  display: inline;
  margin:0 0.5em
}
body > div.dialog-off-canvas-main-canvas > section > div.container > div > div.owl-stage-outer > div > div:nth-child(3){
  padding: 3vh 1vh !important;
}
body > div.dialog-off-canvas-main-canvas > section > div.container > div > div.owl-stage-outer > div > div:nth-child(3) a{
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body > div.dialog-off-canvas-main-canvas > section > div.container > div > div.owl-stage-outer > div > div:nth-child(3) a > h1{
  width:50% !important;
  height: 30%;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0,0,0,.5);
}
body > div.dialog-off-canvas-main-canvas > section > div.container > div > div.owl-stage-outer > div > div:nth-child(3) a > h1:hover{
  border:1px solid white;
  border-radius: 10px;

}

@media (max-width: 576px){
  iframe[title="YouTube video player"] {
    width: 576px !important;
    height: 324px;}
}

@media (min-width: 768px){
  iframe[title="YouTube video player"] {
    width: 768px !important;
    height: 432px;}

}
@media (min-width: 576px) and (max-width: 768px){
  iframe[title="YouTube video player"] {
    width: 668px !important;
    height: 347px;}
}


@media (min-width: 992px){
  iframe[title="YouTube video player"] {
    width: 992px !important;
    height: 558px;}
  .halfwrapper-col iframe[title="YouTube video player"] {
    width: 485px !important;
    height: 329px;}
}
@media (min-width: 1170px) {

  iframe[title="YouTube video player"] {
    width: 1170px !important;
    height: 658px;}

  .halfwrapper-col iframe[title="YouTube video player"] {
    width: 585px !important;
    height: 329px;}

}





