/* Vendor */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,latin-ext);
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Setup */
/* =======================================================================
## ++ Media Queries
========================================================================== */
/* 
    Used for media queries. 
    Add these mixins in your normal scss flow.
    
    Eg.
    .container{
        width:1024px;
        
        @include tablets{
            width:90%;
        }
    }
*/
/* =======================================================================
## ++ Unit transform
========================================================================== */
/*  
    Used for making containers have width in percentages. 
    Usage: define elemnt width in px and the width of parent elemnt in px. 
    eg. .block{width:cp(512px, 1024px)} this will result in .block{width:50%;}   
*/
/*  
    Used for making px values convert to rem values
    Usage: define font-size in px and it will convert to rems
    eg. font-size: rem(14px);
*/
/*
|--------------------------------------------------------------------------
| Style placeholder
|--------------------------------------------------------------------------
*/
.main-font, body, h1, h2, h3, h4, h5, h6, .form-input {
  font-family: 'Open Sans', sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {
  color: #464646;
}

.page-title {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-bottom: 1px solid #E5E5E5;
  margin: 0;
}

.static-page-content {
  padding: 30px;
}

.static-page-content.post {
  padding: 30px 60px;
}

.static-page-content.post * {
  font-family: 'Open Sans', sans-serif !important;
}

.static-page-content .intro p {
  font-weight: 700;
  font-size: 16px;
}

.static-page-content p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.5;
}

.static-page-content img {
  max-width: 100%;
  height: auto;
}

.static-page-content .author {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 40px;
}

.static-page-content h2 {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
}

.static-page-content blockquote {
  border-left: 3px solid #0F58AF;
  background: #F9F9F9;
  padding: 20px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
}

.post h2 {
  border-bottom: none;
  font-size: 24px;
}

/* =======================================================================
## ++ Globals
========================================================================== */
html {
  font-size: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 80%;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  height: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0f62b8;
}

.block-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

table {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1350px) {
  .container {
    width: 90%;
  }
}

.hide-on-desktop {
  display: none;
}

@media screen and (max-width: 1100px) {
  .hide-on-desktop {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  .hide-on-mobile {
    display: none;
  }
}

/*
|--------------------------------------------------------------------------
| Helpers
|--------------------------------------------------------------------------
*/
.responsive-image {
  width: 100%;
  height: auto;
  display: block;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

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

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.half {
  width: 48%;
  margin-right: 4%;
}

.half.last {
  margin-right: 0;
}

.sidebar-wrap {
  width: 19.1666666667%;
}

.sidebar-wrap .sidebar {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .sidebar-wrap {
    width: 100%;
  }
  .sidebar-wrap .with-slider {
    display: none;
  }
}

.link-to-tab {
  cursor: pointer;
}

.document-link {
  color: #464646;
  text-decoration: underline;
}

.document-link:hover {
  color: #0f62b8;
}

.no-scroll {
  overflow: hidden;
}

/* =======================================================================
## ++ Cleafix
========================================================================== */
/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clr {
  clear: both;
}

/*
|--------------------------------------------------------------------------
| General
|--------------------------------------------------------------------------
*/
.button {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 10px;
}

.button.ml-0 {
  margin-left: 0;
}

button, .button {
  cursor: pointer;
}

button.loading, .button.loading {
  color: transparent !important;
  min-height: 15px;
  pointer-events: none;
  position: relative;
}

button.loading::after, .button.loading::after {
  -webkit-animation: loading 500ms infinite linear;
  animation: loading 500ms infinite linear;
  border: 3px solid white;
  border-radius: 10px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 15px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.outline {
  border: 1px solid #0f62b8;
  color: #0f62b8;
  background: #fff;
}

.outline:hover {
  background: #0f62b8;
  color: #fff;
}

.primary {
  color: #fff;
  background: #0f62b8;
  border: 1px solid #0f62b8;
}

.primary:hover {
  background: #363749;
  border: 1px solid #363749;
}

.primary:disabled {
  background: #9cc9f7;
  border: 1px solid #9cc9f7;
  cursor: no-drop;
}

/*
|--------------------------------------------------------------------------
| Specific
|--------------------------------------------------------------------------
*/
/**
** Search button on search form
**/
.search-button {
  height: 100%;
  background: #26272c;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 50px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .search-button {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .search-button {
    font-size: 12px;
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "Flaticon";
  src: url("../icons/Flaticon.eot");
  src: url("../icons/Flaticon.eot?#iefix") format("embedded-opentype"), url("../icons/Flaticon.woff") format("woff"), url("../icons/Flaticon.ttf") format("truetype"), url("../icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "hgk";
  src: url("../icons/hgknew.eot");
  src: url("../icons/hgknew.eot?#iefix") format("embedded-opentype"), url("../icons/hgknew.woff") format("woff"), url("../icons/hgknew.ttf") format("truetype"), url("../icons/hgknew.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../icons/Flaticon.svg#Flaticon") format("svg");
  }
}

.fi:before,
.hg:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.hg:before {
  font-family: "hgk";
}

.icon-arrow-down:before {
  content: "\f100";
}

.icon-arrows-left:before {
  content: "\f101";
}

.icon-arrows-right:before {
  content: "\f102";
}

.icon-folder:before {
  content: "\f103";
}

.icon-address-book:before {
  content: "\f104";
}

.icon-business:before {
  content: "\f105";
}

.icon-organization:before {
  content: "\f106";
}

.icon-diploma:before {
  content: "\f107";
}

.icon-tree-view:before {
  content: "\f108";
}

.icon-money:before {
  content: "\f109";
}

.icon-justice:before {
  content: "\f10a";
}

.icon-person:before {
  content: "\f10b";
}

.icon-pin:before {
  content: "\f10c";
}

.icon-stamp:before {
  content: "\f10d";
}

.icon-search:before {
  content: "\f10e";
}

.icon-idea:before {
  content: "\f10f";
}

.icon-email:before {
  content: "\f110";
}

.icon-telephone:before {
  content: "\f111";
}

.icon-house-key:before {
  content: "\f112";
}

.icon-graph:before {
  content: "\f113";
}

/*
|--------------------------------------------------------------------------
| Use .hg class instead of .fi with these icons because I'm an idiot
|--------------------------------------------------------------------------
*/
.icon-arrow-right:before {
  content: "\f100";
}

.icon-checked:before {
  content: "\f101";
}

.icon-facebook:before {
  content: "\f102";
}

.icon-google:before {
  content: "\f103";
}

.icon-graduation:before {
  content: "\f104";
}

.icon-linkedin:before {
  content: "\f105";
}

.icon-plane:before {
  content: "\f106";
}

.icon-play:before {
  content: "\f107";
}

.icon-tag:before {
  content: "\f108";
}

.icon-time:before {
  content: "\f109";
}

.icon-twitter:before {
  content: "\f10a";
}

/*
|--------------------------------------------------------------------------
| General
|--------------------------------------------------------------------------
*
* General classes for forms and form fields.
*/
.form-input {
  width: 100%;
  padding: 0 20px;
  border-radius: 4px;
  display: block;
  line-height: 53px;
  font-size: 1rem;
  color: #0f62b8;
  outline: none;
}

.input-outline {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}

.input-outline::-webkit-input-placeholder {
  font-size: 1rem;
  color: #fff;
}

.input-outline:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
  color: #fff;
}

.input-outline::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1rem;
  color: #fff;
}

.input-outline:-ms-input-placeholder {
  font-size: 1rem;
  color: #fff;
}

.input-outline-primary {
  border: 1px solid #0f62b8;
  background: #fff;
  color: #0f62b8;
}

.input-outline-primary::-webkit-input-placeholder {
  font-size: 1rem;
  color: #0f62b8;
}

.input-outline-primary:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
  color: #0f62b8;
}

.input-outline-primary::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1rem;
  color: #0f62b8;
}

.input-outline-primary:-ms-input-placeholder {
  font-size: 1rem;
  color: #0f62b8;
}

form label {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}

form .req {
  color: #0f62b8;
}

form .form__section label {
  margin-top: 0 !important;
  font-size: initial !important;
}

/*
|--------------------------------------------------------------------------
| Form Layout
|--------------------------------------------------------------------------
*/
form .form-control {
  margin-bottom: 20px;
}

form .form-control.horizontal {
  float: left;
}

form .third {
  width: 30%;
  margin-right: 5%;
}

form .third.last {
  margin-right: 0;
}

form .fourth {
  width: 22.5%;
  margin-right: 3.3333%;
}

form .fourth.last {
  margin-right: 0;
}

form .full {
  width: 100%;
  overflow: hidden;
}

form .form-content {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  form .third {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

/*
|--------------------------------------------------------------------------
| Specific
|--------------------------------------------------------------------------
*
* Some specific classes for differnet forms.
*/
/**
** Search form on the front page
**/
.search-form {
  position: relative;
}

.search-form .form-input {
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.search-form .form-input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #0f62b8;
}

.search-form .form-input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
  color: #0f62b8;
}

.search-form .form-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1rem;
  color: #0f62b8;
}

.search-form .form-input:-ms-input-placeholder {
  font-size: 1rem;
  color: #0f62b8;
}

.search-form .search-loader {
  position: absolute;
  right: 15px;
  top: 10px;
  background: white;
}

@media screen and (max-width: 1100px) {
  .search-form .form-input {
    line-height: 48px;
  }
}

@media screen and (max-width: 768px) {
  .search-form .search-loader {
    top: 3px;
  }
  .search-form .form-input {
    line-height: 30px;
  }
}

#suggesstion-box {
  background: #FFF;
  position: absolute;
  top: 115%;
  left: 0;
  z-index: 99;
  margin-top: -8px;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  min-width: 250px;
  overflow: auto;
}

#suggesstion-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#suggesstion-box h3 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-size: 12px;
}

#suggesstion-box a {
  display: block;
  padding: 10px 20px 10px 20px;
}

#suggesstion-box a:hover {
  background: #efefef;
}

#suggesstion-box p {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}

/**
** Newsletter form
**/
.newsletter-form .form-input {
  border-radius: 10px;
}

/**
** Login Form
**/
.login-form .form-input {
  background: #F2F2F2;
  border: none;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
}

.login-form .profile-notification {
  display: table;
  width: 100%;
  background: #0f62b8;
  margin-bottom: 30px;
  border-radius: 2px;
  color: white;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
}

.login-form .profile-notification .profile-icon {
  float: left;
  width: 100px;
}

.login-form .profile-notification .profile-icon svg {
  width: 80px;
  height: 80px;
  fill: white;
}

.login-form .profile-notification .profile-content {
  float: left;
  width: calc(100% - 100px);
}

.login-form .profile-notification .profile-content p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

/**
** Filter form - used on /sajmovi-i-b2b-razgovori
**/
.filter-form {
  /*background: #efefef;
    padding:10px 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000;*/
  margin-bottom: 20px;
}

.filter-form .form-input {
  background: #FFF;
  border: 1px solid #73A1D3;
  border-radius: 5px;
  line-height: 48px;
  color: #000;
  padding-left: 10px;
}

.filter-form .form-input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #464646;
}

.filter-form .form-input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1rem;
  color: #464646;
}

.filter-form .form-input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1rem;
  color: #464646;
}

.filter-form .form-input:-ms-input-placeholder {
  font-size: 1rem;
  color: #464646;
}

.filter-form select.form-input {
  height: 50px;
  color: #464646;
}

/**================================================== *
 * ==========  Form modules  ========== *
 * ================================================== */
.form__section {
  display: table;
  width: 100%;
  position: relative;
  padding: 10px 20px;
  /* Inputs (text, email, number, date, password, etc.) */
  /*TABLE */
  /* Errors */
  /* Custom checkbox and radio input */
  /* Hover and focus states */
  /* Checked state */
  /* Hover state whilst checked */
  /* Disabled state */
  /* Check mark */
  /* Show check mark */
  /* Checkbox tick */
  /* Disabled tick colour */
  /* Radio button inner circle */
  /* Disabled circle colour */
  /*--------  Custom select  --------*/
}

.form__section input[type="color"], .form__section input[type="date"], .form__section input[type="datetime"], .form__section input[type="datetime-local"], .form__section input[type="email"], .form__section input[type="month"], .form__section input[type="number"], .form__section input[type="password"], .form__section input[type="search"], .form__section input[type="tel"], .form__section input[type="text"], .form__section input[type="time"], .form__section input[type="url"], .form__section input[type="week"], .form__section input:not([type]), .form__section textarea {
  border: none;
  outline: none;
  font-size: 15px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  width: 100%;
}

.form__section input[type="color"]:focus, .form__section input[type="date"]:focus, .form__section input[type="datetime"]:focus, .form__section input[type="datetime-local"]:focus, .form__section input[type="email"]:focus, .form__section input[type="month"]:focus, .form__section input[type="number"]:focus, .form__section input[type="password"]:focus, .form__section input[type="search"]:focus, .form__section input[type="tel"]:focus, .form__section input[type="text"]:focus, .form__section input[type="time"]:focus, .form__section input[type="url"]:focus, .form__section input[type="week"]:focus, .form__section input:not([type]):focus, .form__section textarea:focus {
  border: 1px solid #0f62b8;
}

.form__section input[type="color"]:disabled, .form__section input[type="date"]:disabled, .form__section input[type="datetime"]:disabled, .form__section input[type="datetime-local"]:disabled, .form__section input[type="email"]:disabled, .form__section input[type="month"]:disabled, .form__section input[type="number"]:disabled, .form__section input[type="password"]:disabled, .form__section input[type="search"]:disabled, .form__section input[type="tel"]:disabled, .form__section input[type="text"]:disabled, .form__section input[type="time"]:disabled, .form__section input[type="url"]:disabled, .form__section input[type="week"]:disabled, .form__section input:not([type]):disabled, .form__section textarea:disabled {
  background: #eee;
  cursor: no-drop;
  color: #999;
}

.form__section label {
  display: block;
  margin-bottom: 5px;
}

.form__section table tr td.error input, .form__section table tr th.error input, .form__section tfoot tr td.error input {
  border-color: #EB5635;
}

.form__section table tr td.error .error-text, .form__section table tr th.error .error-text, .form__section tfoot tr td.error .error-text {
  color: white;
  background: #EB5635;
  padding: 3px 8px;
  position: static;
  left: 20px;
  top: 74px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 0;
}

.form__section.error {
  margin-bottom: 15px;
}

.form__section.error label {
  color: #EB5635;
}

.form__section.error input[type="color"], .form__section.error input[type="date"], .form__section.error input[type="datetime"], .form__section.error input[type="datetime-local"], .form__section.error input[type="email"], .form__section.error input[type="month"], .form__section.error input[type="number"], .form__section.error input[type="password"], .form__section.error input[type="search"], .form__section.error input[type="tel"], .form__section.error input[type="text"], .form__section.error input[type="time"], .form__section.error input[type="url"], .form__section.error input[type="week"], .form__section.error input:not([type]), .form__section.error textarea, .form__section.error .select {
  border-color: #EB5635;
  background: #FFEBE6;
  box-shadow: 0px 0px 3px #EB5635;
}

.form__section.error .select {
  border: 1px solid #EB5635;
}

.form__section.error .error-text {
  background: #EB5635;
  color: white;
  font-size: 13px;
  padding: 3px 8px;
  font-weight: 700;
  border-radius: 5px;
}

.form__section.error .error-text.multiselect {
  top: 135px;
}

.form__section.error .error-text.textarea {
  top: 154px;
}

.form__section.success label {
  color: #10C761;
}

.form__section.success input[type="color"], .form__section.success input[type="date"], .form__section.success input[type="datetime"], .form__section.success input[type="datetime-local"], .form__section.success input[type="email"], .form__section.success input[type="month"], .form__section.success input[type="number"], .form__section.success input[type="password"], .form__section.success input[type="search"], .form__section.success input[type="tel"], .form__section.success input[type="text"], .form__section.success input[type="time"], .form__section.success input[type="url"], .form__section.success input[type="week"], .form__section.success input:not([type]), .form__section.success textarea {
  border-color: #10C761;
  box-shadow: 0px 0px 3px #10C761;
  padding-right: 40px;
}

.form__section.success svg {
  position: absolute;
  right: 30px;
  bottom: 19px;
  width: 20px;
  height: 20px;
}

.form__section.success svg path {
  fill: #10C761;
}

.form__section .delete-btn, .form__section .duplicate-btn {
  float: right;
  background: none;
  border: none;
  padding: 1rem 0rem;
  text-transform: uppercase;
  outline: none;
  font-weight: 500;
}

.form__section .delete-btn svg, .form__section .duplicate-btn svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 0.2rem;
}

.form__section .delete-btn {
  margin-right: 2rem;
}

.form__section .control {
  font-size: 18px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
  min-height: 22px;
}

.form__section .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__section .control .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}

.form__section .control--radio .control__indicator {
  border-radius: 50%;
}

.form__section .control:hover input ~ .control__indicator,
.form__section .control input:focus ~ .control__indicator {
  background: #ccc;
}

.form__section .control input:checked ~ .control__indicator {
  background: #0f62b8;
}

.form__section .control:hover input:not([disabled]):checked ~ .control__indicator,
.form__section .control input:checked:focus ~ .control__indicator {
  background: #116fd0;
}

.form__section .control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

.form__section .control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

.form__section .control input:checked ~ .control__indicator:after {
  display: block;
}

.form__section .control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.form__section .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.form__section .control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.form__section .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.form__section .select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  /* Arrow */
}

.form__section .select select {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  font-size: 15px;
  cursor: pointer;
  color: #7b7b7b;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #e6e6e6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Hide default */
  /* Hover and focus states */
  /* Disabled state */
}

.form__section .select select::-ms-expand {
  display: none;
}

.form__section .select select:hover, .form__section .select select:focus {
  color: #000;
  background: #ccc;
}

.form__section .select select:disabled {
  pointer-events: none;
  opacity: .5;
}

.form__section .select .select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
  /* Hover and focus arrow */
  /* Disabled arrow */
}

.form__section .select .select__arrow:hover ~ .select__arrow,
.form__section .select .select__arrow:focus ~ .select__arrow {
  border-top-color: #000;
}

.form__section .select .select__arrow:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 100% !important;
}

.form-desc {
  margin: 10px 0;
  font-size: 12px;
  color: #000000;
}

.sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #363749;
  width: 19.1666666667%;
  /*
        Dropdown Stuff
    */
}

.sidebar li {
  position: relative;
}

.sidebar a {
  display: block;
  padding: 14px 20px 14px 30px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #3E3F52;
}

.sidebar a:hover {
  background: #525469;
}

.sidebar li.active a {
  background: #525469;
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
  display: none;
}

.sidebar ul li a {
  text-transform: uppercase;
  font-size: 14px;
}

.sidebar li.active > ul {
  display: block;
}

.sidebar li.active > span.dd-button {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar li.hasDropDown span.dd-button {
  content: "\f100";
  font-family: "Flaticon";
  position: absolute;
  display: block;
  right: 0;
  top: 0px;
  padding: 18px;
  color: #fff;
  font-size: 12px;
  transition: all .5s ease;
  cursor: pointer;
}

.sidebar li.hasDropDown.active a {
  background: none;
}

.sidebar li.hasDropDown a:hover {
  background: #525469;
}

.sidebar ul ul {
  display: none;
  margin-left: -20px;
  padding-left: 40px;
}

@media screen and (max-width: 1350px) {
  .sidebar a {
    font-size: 13px;
    padding: 10px 20px 10px 15px;
  }
}

@media screen and (max-width: 1100px) {
  .sidebar {
    display: none;
  }
  .sidebar li.hasDropDown span.dd-button {
    padding: 14px;
  }
  .sidebar a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .sidebar li.hasDropDown span.dd-button {
    padding: 12px;
  }
  .sidebar a {
    font-size: 13px;
  }
}

.main-slider .image {
  width: 60%;
}

.main-slider .responsive-image {
  display: none;
  transition: all .5 ease;
}

.main-slider .responsive-image.active {
  display: block;
}

.main-slider .article-list {
  width: 40%;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .main-slider .image {
    width: 100%;
  }
  .main-slider .article-list {
    width: 100%;
  }
}

.main-slider__article-list-item {
  background: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
  transition: background .5s ease;
}

.main-slider__article-list-item h3 {
  transition: color .5s ease;
}

.main-slider__article-list-item.active h3 {
  color: #fff;
}

.main-slider__article-list-item.active {
  background: #0f62b8;
}

.main-slider__article-list-item:last-child {
  border-bottom: none;
}

.main-slider__article-list-item h3 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
}

.main-slider__article-list-item a {
  color: #464646;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .main-slider__article-list-item h3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .main-slider__article-list-item {
    padding: 10px;
  }
}

.white-box {
  background: #FFF;
  border-bottom: 2px solid #e7e7e7;
}

.white-box .inner {
  padding: 25px 30px 30px 30px;
}

.white-box__title {
  padding: 15px 30px;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1rem;
}

@media screen and (max-width: 1100px) {
  .white-box__title {
    font-size: 14px;
  }
}

/*
|--------------------------------------------------------------------------
| Variations
|--------------------------------------------------------------------------
*/
.white-box .contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.white-box .contacts li {
  padding: 20px;
  border-bottom: 1px solid #E3E3E3;
}

.white-box .contacts .name, .white-box .contacts .function, .white-box .contacts .tel, .white-box .contacts .mail {
  font-size: 14px;
  display: block;
}

.white-box .contacts .name {
  color: #000918;
}

.white-box .contacts .function {
  font-style: italic;
  margin-bottom: 15px;
}

.white-box .contacts h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #0f62b8;
  margin-bottom: 0;
}

.white-box .documents {
  list-style: none;
  padding: 10px 20px;
}

.white-box .documents li {
  padding: 10px 0 10px 25px;
  position: relative;
  font-size: 16px;
}

.white-box .documents li a {
  color: #464646;
}

.white-box .documents li a:hover {
  color: #0f62b8;
}

.white-box .documents li:before {
  content: "\f100";
  font-family: "hgk";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 12px;
  left: 0;
  color: #0f62b8;
  font-size: 16px;
}

.physical-address .building-image {
  width: 31.5789473684%;
}

.physical-address .address-data {
  width: 33.6842105263%;
}

.physical-address .address-data ul {
  list-style: none;
  margin: 0;
}

.physical-address .address-data ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.physical-address .address-data ul strong {
  color: #000;
  font-weight: 400;
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

.physical-address #phys_address_map {
  width: 31.5789473684%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .physical-address .l-left,
  .physical-address .l-right {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

/*
|--------------------------------------------------------------------------
| Sliders control
|--------------------------------------------------------------------------
*/
.slider-control {
  float: right;
  margin-top: 3px;
}

.slider-control-prev,
.slider-control-next {
  cursor: pointer;
  float: left;
}

.slider-control-prev:hover,
.slider-control-next:hover {
  color: #0f62b8;
}

.slider-control-prev.swiper-button-disabled,
.slider-control-next.swiper-button-disabled {
  color: #ccc;
}

.slider-control-prev {
  margin-right: 5px;
}

/*
|--------------------------------------------------------------------------
| Horizontal Sliders
|--------------------------------------------------------------------------
*/
.horizontal-slider.equal-height p {
  height: 67px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .horizontal-slider.equal-height p {
    height: 53px;
  }
}

.horizontal-slider__item {
  width: 29.4117647059%;
  float: left;
  position: relative;
}

.horizontal-slider__item .content-holder {
  position: relative;
}

.horizontal-slider__item .content-holder:hover p {
  color: #0f62b8;
}

.horizontal-slider__item h4 {
  text-transform: uppercase;
  color: #0f62b8;
  margin: 0 0 10px 0;
  font-size: 13px;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 5px;
}

.horizontal-slider__item p {
  margin: 0 0 10px 0;
}

.horizontal-slider__item .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 0.875rem;
  padding: 5px 10px;
}

.horizontal-slider__item .block-link:hover ~ p {
  color: #0f62b8;
}

.horizontal-slider.four-items .horizontal-slider__item {
  width: 22.4719101124%;
}

.horizontal-slider.image-text .horizontal-slider__item {
  width: 30.8988764045%;
}

.horizontal-slider.image-text .horizontal-slider__item:hover p {
  color: #0f62b8;
}

.horizontal-slider.image-text .horizontal-slider__item img {
  width: 43.6363636364%;
  float: left;
}

.horizontal-slider.image-text .horizontal-slider__item p {
  float: right;
  width: 49.0909090909%;
  line-height: 1.2;
}

/*
|--------------------------------------------------------------------------
| Vertical sliders
|--------------------------------------------------------------------------
*/
.vertical-slider__item {
  position: relative;
  padding: 20px;
  border-bottom: 2px solid #f5f5f5;
}

.vertical-slider__item:last-child {
  border-bottom: none;
}

.vertical-slider__item .table {
  display: table;
  width: 100%;
}

.vertical-slider__item .image {
  display: table-cell;
  width: 39.4736842105%;
  vertical-align: middle;
}

.vertical-slider__item img {
  display: block;
}

.vertical-slider__item h5 {
  display: table-cell;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
}

.vertical-slider__item .block-link:hover ~ h5 {
  color: #0f62b8;
}

@media screen and (max-width: 1350px) {
  .vertical-slider__item .table {
    display: block;
    position: relative;
  }
  .vertical-slider__item img {
    width: 100%;
  }
  .vertical-slider__item .image, .vertical-slider__item h5 {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .vertical-slider__item .block-link {
    z-index: 5;
  }
  .vertical-slider__item h5 {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 5px;
    margin-bottom: 0;
    z-index: 4;
  }
}

.vertical-slider.videos .vertical-slider__item:hover {
  cursor: pointer;
}

.vertical-slider.videos .vertical-slider__item:hover .image {
  position: relative;
}

.vertical-slider.videos .vertical-slider__item:hover .image:before {
  position: absolute;
  content: "\f104";
  font-family: "hgk";
  width: 100%;
  height: 100%;
  background: rgba(15, 98, 184, 0.5);
  color: #fff;
  font-size: 36px;
  text-align: center;
  padding-top: 22.5%;
  box-sizing: border-box;
}

.vertical-slider.videos .vertical-slider__item:hover p {
  color: #0f62b8;
}

/*
|--------------------------------------------------------------------------
| Banner slider in text
|--------------------------------------------------------------------------
*/
.banner.in-text {
  width: 100%;
  padding-left: 20px;
  padding-bottom: 20px;
}

.banner.in-text img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner.in-text {
    display: none;
  }
}

/* 
    This article list extends sliders.scss, horizontal slider specifically
    It uses most of the slider styles it just adjusts it to be used in a list
    instead of slider.
*/
.horizontal-slider.article-list .horizontal-slider__item {
  margin-bottom: 40px;
  margin-right: 3.3707865169%;
}

.horizontal-slider.article-list .horizontal-slider__item:nth-child(4n+4) {
  margin-right: 0;
}

.article-list.half-two-thirds .half,
.article-list.half-two-thirds .two-thirds {
  width: 48.3146067416%;
  float: left;
}

@media screen and (max-width: 768px) {
  .article-list.half-two-thirds .half,
  .article-list.half-two-thirds .two-thirds {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .article-list.half-two-thirds .half .horizontal-slider__item,
  .article-list.half-two-thirds .two-thirds .horizontal-slider__item {
    margin-bottom: 20px;
  }
}

.article-list.half-two-thirds .half {
  margin-right: 3.3707865169%;
}

.article-list.half-two-thirds .half .horizontal-slider__item {
  width: 100%;
}

.article-list.half-two-thirds .two-thirds .horizontal-slider__item {
  width: 46.511627907%;
  margin-right: 6.976744186%;
}

.article-list.half-two-thirds .two-thirds .horizontal-slider__item:nth-child(2n+2) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .article-list.half-two-thirds .two-thirds .horizontal-slider__item {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.article-list.half-two-thirds .two-thirds .horizontal-slider__item.full {
  width: 100%;
  margin-right: 0;
}

.horizontal-slider.four-items.article-list.equal-height p {
  height: 120px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .horizontal-slider.four-items.article-list .horizontal-slider__item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .horizontal-slider.four-items.article-list.equal-height p {
    height: auto;
  }
}

.services-table {
  display: table;
}

@media screen and (max-width: 768px) {
  .services-table {
    display: block;
  }
}

.services-table__row {
  display: table-row;
}

.services-table__row a {
  color: #464646;
}

.services-table__row a:hover {
  color: #0f62b8;
}

.services-table__row .icon {
  display: table-cell;
  width: 4.4943820225%;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 2.125rem;
}

.services-table__row .icon span.blue {
  color: #5fa8f3;
}

.services-table__row .icon span.green {
  color: #29CE82;
}

.services-table__row .icon span.orange {
  color: #FFB34E;
}

.services-table__row .icon span.purple {
  color: #967BB5;
}

.services-table__row .icon span.yellow {
  color: #FFD74E;
}

.services-table__row .text {
  display: table-cell;
  width: 31.4606741573%;
  vertical-align: middle;
  padding: 20px 40px 20px 20px;
}

.services-table__row .text.last {
  padding-right: 0;
}

@media screen and (max-width: 1100px) {
  .services-table__row .text {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .services-table__row {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .services-table__row .icon, .services-table__row .text {
    display: block;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .services-table__row .icon {
    font-size: 34px;
  }
}

.newsletter-signup {
  display: table;
  width: 100%;
}

.newsletter-signup .copy, .newsletter-signup .form, .newsletter-signup .input-cell, .newsletter-signup .button-cell {
  display: table-cell;
  vertical-align: middle;
}

.newsletter-signup .copy p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
  padding-right: 40px;
}

.newsletter-signup .newsletter-form {
  display: table;
  width: 100%;
}

.newsletter-signup .button-cell {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}

@media screen and (max-width: 1100px) {
  .newsletter-signup .copy {
    width: 40%;
  }
  .newsletter-signup .copy p {
    font-size: 14px;
    white-space: normal;
    padding-right: 20px;
  }
  .newsletter-signup .button {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .newsletter-signup {
    display: block;
    text-align: center;
  }
  .newsletter-signup .copy, .newsletter-signup .form, .newsletter-signup .input-cell, .newsletter-signup .button-cell {
    display: block;
    width: 100%;
    text-align: center;
  }
  .newsletter-signup .button-cell {
    margin-top: 20px;
  }
}

.breadcrumbs {
  font-size: 12px;
  color: #75777A;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
}

.breadcrumbs h3 {
  margin: 0;
  color: #0f62b8;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #75777A;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.accordion {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #eee;
}

.accordion h3 {
  margin: 0;
  background: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.accordion h3.active, .accordion h3:hover {
  color: #0f62b8;
}

.accordion .help-text {
  float: right;
  text-transform: none;
  color: #979797;
  font-size: 12px;
  margin-right: 20px;
  margin-top: 1px;
}

.accordion .open-close {
  display: block;
  float: right;
  width: 10px;
  height: 10px;
  position: relative;
  margin-top: 5px;
}

.accordion .open-close:before, .accordion .open-close:after {
  content: "";
  background: #000;
  position: absolute;
  transition: all .5s ease;
}

.accordion .open-close:before {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

.accordion .open-close:after {
  width: 2px;
  height: 10px;
  top: 0;
  left: 50%;
  margin-left: -1px;
}

.accordion .open-close.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion .open-close.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion.level-2 h3 {
  text-transform: none;
  padding-left: 40px;
  font-weight: 400;
}

.accordion.level-2 .accordion-content {
  padding-left: 60px;
}

.accordion-content {
  background: #f4f4f4;
  padding: 20px;
  border-top: 1px solid #fff;
  display: none;
}

.accordion-content.with-accordion {
  padding: 0;
}

.accordion-content p {
  line-height: 1.5;
}

.accordion-content img {
  max-width: 100%;
}

.accordion-content .accordion-title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
  float: right;
}

.accordion-content .accordion-meta {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}

.accordion-content .accordion-meta li {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.accordion-content .accordion-meta li b {
  font-weight: 500;
}

.accordion-content .accordion-meta li svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.accordion-content .accordion-meta li:last-child {
  margin-right: 0;
}

.accordion-contacts .l-left,
.accordion-contacts .l-right {
  width: 48% !important;
}

@media screen and (max-width: 768px) {
  .accordion-contacts-item {
    width: 100%;
  }
}

.accordion-contacts-item .contacts {
  display: table;
  width: 100%;
}

.accordion-contacts-item .contacts li {
  width: 50%;
  float: left;
  min-height: 132px;
  border: none;
}

@media screen and (max-width: 768px) {
  .accordion-contacts-item .contacts li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .accordion-contacts .l-left,
  .accordion-contacts .l-right {
    width: 100% !important;
    float: none;
    margin-bottom: 20px;
  }
}

.physical-address .building-image {
  width: 31.5789473684%;
}

.physical-address .address-data {
  width: 33.6842105263%;
}

.physical-address .address-data ul {
  list-style: none;
  margin: 0;
}

.physical-address .address-data ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.physical-address .address-data ul strong {
  color: #000;
  font-weight: 400;
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}

.physical-address .google-map {
  width: 31.5789473684%;
  height: 250px;
}

@media screen and (max-width: 768px) {
  .physical-address .l-left,
  .physical-address .l-right {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}

.branches-menu {
  background: #525469;
  margin-bottom: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.branches-menu__trigger {
  padding: 20px;
}

.branches-menu__trigger.sidebar-trigger {
  background: #525469;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .branches-menu__trigger.sidebar-trigger {
    padding: 10px;
  }
}

.branches-menu__change {
  text-transform: uppercase;
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-top: 3px;
}

.branches-menu__change span {
  margin-left: 10px;
  transition: all .5s ease;
  float: right;
}

.branches-menu__change span.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.branches-menu ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.branches-menu li a {
  display: block;
  color: #FFF;
  font-weight: 400;
  padding: 10px 20px;
  border-bottom: 1px solid #686b86;
}

.branches-menu li a:hover {
  background: #686b86;
}

.pagination-wrap {
  text-align: right;
}

.pagination-wrap ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
}

.pagination-wrap ul li {
  float: left;
}

.pagination-wrap ul a, .pagination-wrap ul .active, .pagination-wrap ul .disabled {
  display: block;
  color: #464646;
  font-size: 14px;
  padding: 10px 15px;
  background: #F2F2F2;
  border-left: 2px solid #fff;
}

.pagination-wrap ul a:hover {
  background: #e3f0fd;
}

.pagination-wrap ul .active {
  background: #0f62b8;
  color: #fff;
  font-weight: 700;
}

.pagination-wrap ul .previous,
.pagination-wrap ul .next {
  font-size: 10px;
  padding: 13px 15px 12px 15px;
}

@media screen and (max-width: 768px) {
  .pagination-wrap ul {
    display: none;
  }
}

.mobile-pagination {
  text-align: center;
  display: none;
}

.mobile-pagination a {
  display: inline-block;
  padding: 10px;
  background: #F2F2F2;
  width: 150px;
  text-align: left;
}

.mobile-pagination a.next {
  text-align: right;
}

.mobile-pagination a span {
  font-family: "Flaticon";
}

@media screen and (max-width: 768px) {
  .mobile-pagination {
    display: block;
  }
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
  /* za listu komora, 3 stupca*/
}

.list li {
  float: left;
  width: 40%;
  margin: 0 5%;
  padding: 10px 0;
}

.list li.komore {
  margin: 0 1%;
  width: 30%;
  padding: 15px 0;
}

.list a {
  color: #464646;
}

.list a:hover {
  color: #0f62b8;
}

.flatpickr-input {
  cursor: pointer;
  z-index: 1;
}

.flatpickr-mobileInput {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  padding: 0;
}

.flatpickr-calendar {
  background: #fff;
  display: inline-block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  border-radius: 5px;
  position: absolute;
  min-width: 200px;
  max-width: 256px;
  box-sizing: border-box;
  display: none;
}

.flatpickr-calendar.open {
  opacity: 1;
  visibility: visible;
  max-height: 320px;
  z-index: 99999;
  -webkit-animation: fadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
  animation: fadeInDown 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
}

.flatpickr-calendar.inline {
  margin-top: 2px;
  position: relative;
  opacity: 1;
  visibility: visible;
  max-height: 320px;
  display: block;
}

.flatpickr-calendar.static {
  display: none;
  position: relative;
}

.flatpickr-calendar.static.open {
  display: block;
}

.flatpickr-calendar.hasWeeks {
  max-width: 320px;
}

.flatpickr-calendar.dateIsPicked.hasTime .flatpickr-time {
  height: 38px;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  fill: rgba(0, 0, 0, 0.8);
  height: 26px;
  text-align: center;
  position: relative;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 8px;
  height: 16px;
}

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  left: 5px;
  /*
        /*rtl:end:ignore*/
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  right: 5px;
  /*
        /*rtl:end:ignore*/
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit;
}

.flatpickr-prev-month svg:hover,
.flatpickr-next-month svg:hover {
  fill: #f64747;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(0, 0, 0, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: 1.35;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: 5px;
  display: inline-block;
  text-align: center;
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-right: 4px;
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
}

.flatpickr-days {
  padding: 1px;
  outline: 0;
  text-align: left;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  display: -webkit-box;
  display: flex;
  display: inline-block\9;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 300;
  width: 14.28571%;
  height: 35px;
  line-height: 35px;
  margin: 0;
  text-align: center;
  transition: 50ms all ease-out;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected.nextMonthDay {
  background: #569ff7;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  height: 24px;
  line-height: 24px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  border-right: 1px solid #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  margin-right: 1rem;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: flex;
}

.flatpickr-innerContainer:after {
  display: inline-block;
  content: "";
  clear: both;
}

.flatpickr-rContainer {
  display: inline-block;
}

.flatpickr-time {
  text-align: center;
  border-top: 0;
  outline: 0;
  display: block;
  height: 0;
  line-height: 38px;
  max-height: 38px;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  width: 40%;
  height: 38px;
  float: left;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.hasWeeks .flatpickr-days {
  border-left: 0;
}

.dateIsPicked .flatpickr-innerContainer + .flatpickr-time {
  border-top: 1px solid #e6e6e6;
}

@media all and (-ms-high-contrast: none) {
  .flatpickr-days {
    width: 256px;
  }
  .flatpickr-month {
    padding: 0;
  }
  .flatpickr-month svg {
    top: 0 !important;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.notie {
  display: inline-block;
  background: white;
  border-radius: 3px;
  padding: 25px !important;
  max-width: 400px;
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  color: white;
  font-weight: bold;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: -webkit-transform 0.5s cubic-bezier(0.17, 0.67, 0.05, 1.2);
  transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.05, 1.2);
  transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.05, 1.2), -webkit-transform 0.5s cubic-bezier(0.17, 0.67, 0.05, 1.2);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.notie .notie__icon {
  float: left;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
  padding: 0;
}

.notie .notie__icon svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.notie .notie__content {
  float: left;
  padding-left: 40px;
  line-height: 1;
}

.notie.success {
  background-color: #62cd9f;
}

.notie.error {
  background-color: #f76540;
}

.notie.warning {
  background-color: #ffcb05;
}

.notie.info {
  background-color: #56c7fa;
}

.notie.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*
|--------------------------------------------------------------------------
| Menu bar titles
|--------------------------------------------------------------------------
*/
.mb-title-wrap {
  position: relative;
}

.mb-title-wrap h2 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  position: absolute;
  bottom: 40px;
  left: 30px;
  margin-bottom: 0;
}

/*
|--------------------------------------------------------------------------
| Pub list
|--------------------------------------------------------------------------
*/
.pub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.pub-list .date {
  color: #0f62b8;
  float: left;
  display: block;
  width: 21.8487394958%;
  font-weight: 700;
  text-align: right;
  padding-right: 10px;
}

.pub-list li {
  padding: 5px 0;
  width: 100%;
  overflow: hidden;
}

.pub-list a {
  color: #464646;
  display: block;
  float: left;
  width: 78.9915966387%;
}

.pub-list a:hover {
  color: #0f62b8;
}

.pub-list a.with-more {
  width: 58.8235294118%;
}

.pub-list a.read-more {
  padding-left: 5px;
  width: 18.487394958%;
}

/*
|--------------------------------------------------------------------------
| Common list
|--------------------------------------------------------------------------
*/
.common-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.common-list li {
  padding: 5px 0;
}

.common-list a {
  color: #464646;
  font-size: 14px;
}

.common-list a:hover {
  color: #0f62b8;
}

/*
|--------------------------------------------------------------------------
| Modal
|--------------------------------------------------------------------------
*/
.modal {
  width: 585px;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  background: #FFF;
  margin: 1px auto;
  padding: 60px 30px 30px 30px;
  z-index: -5;
  opacity: 0;
  transition: all .5s ease;
  border-radius: 5px;
}

.modal .close-modal {
  font-size: 14px;
  width: 30px;
  height: 30px;
  font-weight: 700;
  background: #C6392B;
  border: none;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  outline: none;
}

.modal .close-modal:hover {
  background: #d8594c;
}

.modal .modal-content {
  max-height: 600px;
  overflow-y: auto;
}

.modal.active {
  top: 20px;
  opacity: 1;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .modal {
    width: 100%;
  }
}

.open-modal {
  cursor: pointer;
}

.modal-overlay {
  transition: all .6s ease;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: -5;
}

.modal-overlay.active {
  opacity: 1;
  z-index: 998;
}

/*
|--------------------------------------------------------------------------
| Tabs
|--------------------------------------------------------------------------
*/
.tab-control {
  border-bottom: 2px solid #26272c;
}

.tab-control a {
  float: left;
  display: block;
  padding: 15px 20px;
  background: #F2F2F2;
  font-size: 16px;
  font-weight: 400;
  color: #2F3040;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.tab-control a.active {
  background: #26272c;
  color: #fff;
}

.tab-control.half-tab a {
  width: 50%;
}

.tab {
  display: none;
  margin-top: 20px;
}

.tab.active {
  display: block;
}

/*
|--------------------------------------------------------------------------
| Login modal
|--------------------------------------------------------------------------
*/
.login-modal small {
  margin-top: 20px;
}

.login-modal .remember-me input {
  display: inline-block;
}

.login-modal .remember-me label {
  display: inline-block;
}

.no-account {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #EBEBEB;
}

.social-login {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-login li {
  float: left;
  width: 25%;
}

.social-login a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  color: #fff;
}

.social-login .facebook a {
  background: #345190;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.social-login .google a {
  background: #C6392B;
}

.social-login .twitter a {
  background: #39CBD4;
}

.social-login .linkedin a {
  background: #0068A8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*
|--------------------------------------------------------------------------
| Program table
|--------------------------------------------------------------------------
*/
.program-table {
  display: table;
  width: 100%;
}

.program-table li {
  display: table-row;
}

.program-table span {
  display: table-cell;
  padding: 10px;
}

.program-table .date {
  font-weight: 700;
  padding-right: 10px;
  width: 40%;
}

@media screen and (max-width: 1100px) {
  .program-table .date {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .program-table {
    display: block;
  }
  .program-table li, .program-table span {
    display: block;
  }
  .program-table .date {
    width: 100%;
  }
}

/*
|--------------------------------------------------------------------------
| Images in line
|--------------------------------------------------------------------------
*/
.inline-images {
  margin-bottom: 20px;
}

.inline-images .inline-images__image {
  float: left;
  position: relative;
}

.inline-images .inline-images__image.third {
  width: 32%;
  margin-right: 2%;
}

.inline-images .inline-images__image.half {
  width: 49%;
  margin-right: 2%;
}

.inline-images .inline-images__image.last {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .inline-images .inline-images__image.third,
  .inline-images .inline-images__image.half {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.top-header {
  background: white;
  padding: 10px 0;
}

.top-header .phone {
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
}

.top-header .phone .icon {
  float: left;
  margin-right: 10px;
  color: #0f62b8;
}

.top-header .phone .text {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.top-header .phone .text li {
  margin-left: 20px;
  display: inline-block;
}

.top-header .phone .text li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .top-header .phone .text li:first-child b {
    display: none;
  }
}

.top-header .phone .text li b {
  font-weight: 600;
}

.top-header .phone .text li strong {
  font-weight: 700;
  color: #0f62b8;
}

@media screen and (max-width: 768px) {
  .top-header .phone .text li:nth-child(2) {
    display: none;
  }
}

.top-header .profile {
  float: right;
  position: relative;
  margin-left: 20px;
}

.top-header .profile-trigger {
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 2px;
  font-size: 14px;
  border: 0;
  outline: none;
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .top-header .profile-trigger {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 768px) {
  .top-header .profile-trigger span {
    display: none;
  }
}

.top-header .profile-trigger svg path {
  fill: black;
}

.top-header .profile-trigger svg.profile-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 768px) {
  .top-header .profile-trigger svg.profile-icon {
    margin: 0;
  }
}

.top-header .profile-trigger svg.arrow-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  position: relative;
  top: 0;
}

@media screen and (max-width: 768px) {
  .top-header .profile-trigger svg.arrow-icon {
    display: none;
  }
}

.top-header .profile-trigger:hover, .top-header .profile-trigger.active {
  background: rgba(54, 55, 73, 0.15);
}

.top-header .profile-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  width: 100%;
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media screen and (max-width: 768px) {
  .top-header .profile-menu {
    min-width: 100px;
    right: 0;
    text-align: right;
  }
}

.top-header .profile-menu li a {
  display: block;
  padding: 10px 20px;
  color: black;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .top-header .profile-menu li a {
    padding: 10px;
  }
}

.top-header .profile-menu li a svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 768px) {
  .top-header .profile-menu li a svg {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
}

.top-header .profile-menu li a svg path {
  fill: black;
}

.top-header .profile-menu li a:hover {
  background: rgba(54, 55, 73, 0.15);
}

.top-header .profile-menu.active {
  display: block;
}

.top-header .language {
  float: right;
  position: relative;
}

.top-header .language-trigger {
  border-radius: 2px;
  padding: 0 20px;
  line-height: 35px;
  font-size: 14px;
  border: 0;
  outline: none;
  background: white;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .top-header .language-trigger {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .top-header .language-trigger span {
    display: none;
  }
}

.top-header .language-trigger svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.top-header .language-trigger svg path {
  fill: black;
}

@media screen and (max-width: 768px) {
  .top-header .language-trigger svg {
    margin: 0;
  }
}

.top-header .language-trigger:hover, .top-header .language-trigger.active {
  background: rgba(54, 55, 73, 0.15);
}

.top-header .language-dropdown {
  position: absolute;
  top: 100%;
  border-radius: 2px;
  padding: 0.5rem;
  z-index: 1;
  background: white;
  min-width: 150px;
  right: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  display: none;
}

.top-header .language-dropdown:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
  right: 10px;
  margin: auto;
  z-index: 2;
}

.top-header .language-dropdown:after {
  position: absolute;
  top: -12px;
  right: 10px;
  margin: auto;
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.top-header .language-dropdown li {
  display: table;
  width: 100%;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}

.top-header .language-dropdown li:last-child {
  margin-bottom: 0;
}

.top-header .language-dropdown li span {
  float: left;
}

.top-header .language-dropdown li img {
  float: left;
  position: relative;
  margin: 0 15px 0 10px;
  top: 4px;
}

.top-header .language-dropdown li:hover {
  background: rgba(54, 55, 73, 0.15);
  cursor: pointer;
}

.top-header .language-dropdown.active {
  display: block;
}

.top-header .language.logged .language-dropdown {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  left: 50%;
  right: initial;
}

.top-header .language.logged .language-dropdown:before, .top-header .language.logged .language-dropdown:after {
  left: 0;
  right: 0;
}

.main-header {
  background: #363749;
}

.main-header .logo {
  width: 250px;
}

@media screen and (max-width: 1100px) {
  .main-header .logo {
    width: 200px;
    margin: 25px 0;
  }
}

@media screen and (max-width: 768px) {
  .main-header .logo {
    width: 200px;
    margin: auto;
    display: block;
    float: none;
    padding-top: 10px;
  }
}

.main-header .search {
  float: right;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .main-header .search {
    margin: auto auto 10px;
    float: none;
  }
}

.main-header .search .form-input {
  border-radius: 2px;
  padding: 0 50px 0 20px;
  line-height: 44px;
  font-size: 14px;
  border: 0;
  width: 250px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .main-header .search .form-input {
    width: 100%;
  }
}

.main-header .search .search-button {
  background: none;
  color: #ccc;
}

.main-header .search .search-button:hover {
  color: #0f62b8;
}

.main-header .login-lang {
  display: block;
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .main-header .login-lang {
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
  }
}

.main-header .login-lang .button {
  padding: 10px 20px;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .main-header .login-lang .button {
    float: none;
  }
}

.main-header .login-lang .button:hover {
  background: #116fd0;
  border: 1px solid #0f62b8;
}

.main-header .login-lang .button.outline:hover {
  background: #0f62b8;
}

/*
|--------------------------------------------------------------------------
| Features
|--------------------------------------------------------------------------
*/
.features {
  background: #363749;
  color: #fff;
  padding: 20px 0 0 0;
  font-size: 14px;
}

.features .features-text {
  float: left;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .features {
    font-size: 12px;
  }
  .features .features-text {
    margin-top: 3px;
  }
}

.open-features {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
  outline: none;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.open-features.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .open-features {
    font-size: 14px;
  }
}

.features-content {
  background: #525469;
  padding: 20px 0;
  display: none;
}

.features-content p {
  font-size: 1rem;
}

.features-content.active {
  display: block;
}

.main-footer {
  margin-top: 0;
}

.gray-bg {
  background: #7B7C87;
  padding: 20px;
}

@media screen and (max-width: 1100px) {
  .gray-bg {
    padding: 20px 0;
  }
}

/*
|--------------------------------------------------------------------------
| Footer Logos
|--------------------------------------------------------------------------
*/
.footer-logos {
  background: #222327;
  padding: 40px;
}

.footer-logos .table {
  display: table;
  width: 100%;
}

.footer-logos .td {
  display: table-cell;
  text-align: center;
  padding: 10px;
}

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

@media screen and (max-width: 768px) {
  .footer-logos .table, .footer-logos .td {
    display: block;
  }
  .footer-logos img {
    max-width: 100px;
  }
}

/*
|--------------------------------------------------------------------------
| Footer menu
|--------------------------------------------------------------------------
*/
.footer-menu-info {
  background: #222327;
}

.footer-menu {
  padding: 20px 10px;
  border-bottom: 1px solid #26272c;
  border-top: 1px solid #26272c;
}

.footer-menu li {
  float: left;
  font-size: 14px;
  width: 12.5%;
  text-align: center;
}

.footer-menu a {
  color: #fff;
}

@media screen and (max-width: 1350px) {
  .footer-menu {
    padding: 20px 0;
    text-align: center;
  }
  .footer-menu li {
    float: none;
    display: inline-block;
    width: auto;
    margin-right: 0.8333333333%;
  }
  .footer-menu a {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu li {
    float: left;
    margin-right: 0;
    width: 50%;
    padding: 10px 0;
  }
}

.info {
  padding: 40px 0;
  color: #fff;
  font-size: 14px;
}

.info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}

.info li {
  display: table-cell;
}

.info .icon, .info .text {
  display: inline-block;
  vertical-align: middle;
}

.info .icon {
  font-size: 2.125rem;
  color: #0f62b8;
  margin-right: 10px;
}

.info .address, .info .mail {
  width: 1%;
  white-space: nowrap;
}

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

@media screen and (max-width: 1100px) {
  .info ul, .info li, .info .table {
    display: block;
  }
  .info li, .info .address, .info .mail {
    float: left;
    width: 30%;
    margin: 0 1.6666%;
    text-align: center;
    padding: 0 20px;
    white-space: normal;
  }
  .info .icon, .info .text {
    display: block;
  }
  .info .phone span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .info li, .info .address, .info .mail, .info .phone {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  .info .icon {
    margin-right: 0;
  }
}

.copy-wrap {
  padding: 20px 0;
  font-size: 14px;
}

.copy-wrap .table {
  display: table;
}

.copy-wrap .copy,
.copy-wrap .copy-info {
  display: table-cell;
  vertical-align: middle;
}

.copy-wrap .copy img,
.copy-wrap .copy span {
  display: inline-block;
  float: left;
}

.copy-wrap .copy-info {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}

.copy-wrap .gauss-logo {
  display: inline-block;
  margin: 0 0 0 10px;
  position: relative;
}

.copy-wrap .gauss-logo img {
  display: block;
  width: 20px;
}

@media screen and (max-width: 1350px) {
  .copy-wrap .table,
  .copy-wrap .copy,
  .copy-wrap .copy-info {
    display: block;
    text-align: center;
  }
  .copy-wrap .table span,
  .copy-wrap .copy span,
  .copy-wrap .copy-info span {
    float: none;
  }
  .copy-wrap .copy {
    margin-bottom: 10px;
  }
  .copy-wrap .gauss-logo {
    height: 20px;
  }
  .copy-wrap .gauss-logo img {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .copy-wrap .copy-info {
    width: 100%;
    white-space: normal;
  }
  .copy-wrap .copy-info span {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .copy-wrap .copy-info {
    font-size: 12px;
  }
}

.separator {
  background: #282828;
  height: 140px;
}

/* Layouts */
.content-area {
  background: #f4f4f4;
  padding: 20px 0;
}

.main-content {
  width: 79.1666666667%;
}

@media screen and (max-width: 1100px) {
  .main-content {
    width: 100%;
    margin-top: 20px;
  }
}

.latest-events-banner {
  margin-top: 20px;
}

.latest-events {
  width: 60%;
}

@media screen and (max-width: 1100px) {
  .latest-events {
    width: 100%;
    float: none;
  }
}

.banner {
  width: 40%;
}

@media screen and (max-width: 1100px) {
  .banner {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .banner img {
    display: inline-block;
    width: 50%;
  }
}

.featured-services {
  margin-top: 20px;
}

.featured-box {
  width: 19.1666666667%;
}

.services-box {
  width: 79.1666666667%;
  margin-bottom: 40px;
}

/*
|--------------------------------------------------------------------------
| Analize i publikacije
|--------------------------------------------------------------------------
*/
.analize-publikacije .l-left {
  width: 66.8539325843%;
}

.analize-publikacije .l-right {
  width: 25.8426966292%;
}

/*
|--------------------------------------------------------------------------
| Vijesti
|--------------------------------------------------------------------------
*/
.post__title {
  border-bottom: none;
  font-size: 24px;
  margin-bottom: 10px;
}

.post__date {
  font-size: 13px;
}

.post__date span {
  color: #0f62b8;
  font-size: 15px;
  margin-right: 10px;
}

.post__featured-image .image {
  position: relative;
}

.post__featured-image .overtitle {
  background: #0f62b8;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
}

.post__featured-image .img-author-source {
  position: absolute;
  color: #fff;
  bottom: 15px;
  right: 15px;
  font-size: 14px;
}

.post__featured-image .image-caption {
  font-size: 14px;
}

.post__event-date {
  margin-top: 20px;
  color: #0f62b8;
  font-weight: 600;
  font-size: 16px;
}

.post__intro p {
  font-size: 1.125rem;
  font-weight: 600;
}

.post__agenda {
  margin-top: 60px;
}

.post__agenda h4 {
  text-transform: uppercase;
}

.post__agenda ul {
  list-style: none;
  padding: 20px;
  border: 1px solid #EAEAEA;
  font-size: 14px;
}

.post__agenda li {
  padding: 5px 0;
}

.post__categories {
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
}

.post__categories li {
  float: left;
}

.post__categories a {
  display: block;
  font-size: 13px;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 4px;
  border: 1px solid #0f62b8;
}

.post__categories a:hover {
  background: #0f62b8;
  color: #fff;
}

.post__tags {
  margin-top: 60px;
  color: #0f62b8;
  font-size: 14px;
}

.post__tags span {
  margin-right: 10px;
}

.post__share {
  padding: 20px 60px;
  border-top: 1px solid #E1E1E1;
}

.organizatori .table {
  display: table;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.organizatori .td {
  display: table-cell;
  vertical-align: middle;
}

.organizatori .logo {
  width: 22.4719101124%;
  text-align: center;
}

.organizatori .logo img {
  max-width: 100%;
  display: block;
}

.organizatori .text {
  padding: 0 11.5942028986% 0 5.7971014493%;
}

.organizatori span {
  display: block;
}

.organizatori .title {
  font-size: 16px;
  color: #000;
}

.organizatori .subtitle {
  font-style: italic;
  font-size: 14px;
}

/* Pages */
.celni-ljudi__item {
  border-bottom: 1px solid #E5E5E5;
  margin-top: 30px;
  display: table;
  width: 100%;
}

.celni-ljudi__item .text,
.celni-ljudi__item .image {
  display: table-cell;
}

.celni-ljudi__item .text {
  width: 54.0449438202%;
  padding-right: 2%;
  font-size: 14px;
}

.celni-ljudi__item .name-function {
  font-style: italic;
}

.celni-ljudi__item .name-function span {
  font-style: normal;
  text-transform: uppercase;
  color: #0f62b8;
  font-weight: 700;
  display: block;
}

.celni-ljudi__item .image {
  width: 41.5730337079%;
  padding-left: 9%;
  padding-right: 9%;
  position: relative;
  vertical-align: bottom;
}

.celni-ljudi__item .image img {
  display: block;
}

.celni-ljudi__item.predsjednik {
  margin-top: 0;
}

.celni-ljudi__item.predsjednik .image {
  width: 41.5730337079%;
  padding-left: 0;
  vertical-align: bottom;
}

.celni-ljudi__item .tekstovi-komentari {
  list-style: none;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 40px;
}

.celni-ljudi__item .tekstovi-komentari li {
  float: left;
  margin-right: 40px;
}

.celni-ljudi__item .tekstovi-komentari a {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}

.celni-ljudi__item .tekstovi-komentari a span {
  color: #0f62b8;
}

.celni-ljudi__item .tekstovi-komentari a:hover {
  color: #0f62b8;
}

.sud {
  width: 30%;
  float: left;
  position: relative;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow .5s ease;
  margin-right: 5%;
}

.sud p {
  font-size: 13px;
}

.sud:hover {
  box-shadow: 0 0 1px #ccc;
}

.sud.last {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .sud {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.page404 {
  background: #fff;
  padding: 20px 100px 100px;
  position: relative;
  border-top: 10px solid #ff0000;
  border-bottom: 10px solid #ff0000;
}

.page404 h1 {
  font-size: 4.6875rem;
  font-weight: 300;
}

.page404 h2 {
  font-size: 3rem;
  font-weight: 300;
  color: #7B7C87;
}

@media screen and (max-width: 768px) {
  .page404 {
    padding: 20px;
  }
  .page404 h1 {
    font-size: 36px;
  }
  .page404 h2 {
    font-size: 24px;
  }
}

.profile .select2-container .select2-selection--single {
  background: #F2F2F2;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px;
  display: block;
  height: 53px;
  font-size: 1rem;
  color: #0f62b8;
  outline: none;
}

.profile .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 53px;
  padding: 0 10px;
}

.profile .select2-container .select2-selection--single .select2-selection__arrow {
  height: 53px;
}

.profile .select2-container .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 10px 0 10px !important;
  margin-left: -20px !important;
}

.profile .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 10px 10px 10px !important;
}

.profile .select2-container--default .select2-selection--multiple {
  background: #F2F2F2;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 4px;
  display: block;
  min-height: 53px;
  font-size: 1rem;
  color: #0f62b8;
  outline: none;
}

.profile .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0f62b8;
  border: 1px solid #0f62b8;
  margin-right: 5px;
  margin-top: 10px;
  padding: 5px 8px;
  color: white;
  font-size: 13px;
}

.profile .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #fff;
}

.profile .select2-container--default .select2-selection--multiple .select2-search__field {
  margin-top: 15px;
}

.profile .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 10px;
}

.profile .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #999 1px;
  outline: 0;
}

.profile .nest {
  margin: -2px auto 0;
  background: #f2f2f2;
  border: 1px solid #ccc;
}

.profile .nest ul {
  padding: 0;
  margin: 0;
}

.profile .nest ul li {
  display: table;
  width: 100%;
  display: block;
  cursor: pointer;
  color: #717780;
  border-bottom: 1px dashed #B0B9C5;
  padding: 15px;
  margin: 0;
}

.profile .nest ul li input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}

.profile .nest ul li ul {
  padding-left: 15px;
}

.profile .nest ul li ul li {
  padding: 8px 0;
}

.profile .nest ul li ul li .mb-15 {
  margin: 0;
}

.profile .nest ul li:last-child {
  border-bottom: 0;
}

/* Select2 */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Dropzone */

/*# sourceMappingURL=style.css.map */
