/*
Theme Name: Julianus
Theme URI:
Author: Novot Agentuur
Author URI:
Version: 1.0
*/


/* =WordPress Core
-------------------------------------------------------------- */

a:focus,
a:hover {
  color: #A6BBCE;
  text-decoration: underline;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}


/*MAIN STYLES*/

@font-face {
  font-family: 'Montserrat-Regular';
  src:  url('../fonts/Montserrat-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Montserrat-Regular',sans-serif, Arial;
  font-size: 16px;
  color: #315470;
}


/* darb blue 07346d
dark gray 36393e
light gray 9f9f9f */

a,
a:visited,
a:focus {
  outline: none;
}


/*GENERAL*/

.no-padding {
  padding: 0;
}

.no-r-padding {
  padding-right: 0;
}

.no-l-padding {
  padding-left: 0;
}

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

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.wrap {
  position: relative;
}


/*.content {
padding-bottom:421px;
}
footer {
width:100%;
height:421px;
position:absolute;
bottom:0;
left:0;
}*/

textarea:focus,
input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

.gallery {
  margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

header a,
header a:hover {
  text-decoration: none;
}

footer a {
  color: #315470;
}

blockquote {
  text-align: center;
  padding: 35px 100px;
  background: transparent;
  position: relative;
  border-left: 0;
  margin-bottom: 15px;
  display: inline-block;
  color: #315470;
  font-weight: bold;
  font-size: 22px;
}

.sidebar-wrap {
  position: relative;
}


/*#goTop {
background: url('images/gotop-v2.svg');
padding:5px;
position:fixed;
bottom:-130px;
right:10px;
color: #fff;
cursor: pointer;
height: 55px;
width: 55px;
text-align: center;
text-indent: -9999px;
z-index: 99999;
}
#goTop:hover {
background: url('images/gotop.svg');
}*/


/* blockquote::before {
  font-family: FontAwesome;
  content: '\f10e';
  color: black;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 70px;
}

blockquote::after {
  font-family: FontAwesome;
  content: '\f10d';
  color: black;
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 70px;
} */

@media (min-width: 1600px) {
  .container {
    max-width: 1570px;
    width: 100%;
  }
}

.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
}

.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
  border: 0 none;
  border-bottom: 5px solid #ff7276;
  margin-bottom: 30px;
  padding: 15px 0;
  background: transparent;
  color: white;
}

.wpcf7 textarea {
  width: 100%;
  height: 100px;
  resize: none;
}


/* .home .aboutus-inner,
.flex_area {
    text-align: justify;
    text-justify: inter-word;
} */

header {
  box-shadow: 4px 6px 6px #00000029;
  position: relative;
  z-index: 99999;
  height: 123px;
}

header>div {
  position: fixed;
  width: 100%;
  background-color: white;
  max-width: 100% !important;
}

.main-menu {
  margin: 10px 0 0 0;
}

.main-menu li {
  float: left;
}

a.tausta_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}


/* .main-menu:hover li a {
    opacity: 0.5;
    transition: all .2s;
} */

.main-menu:hover li:hover a {
  opacity: 1;
  transition: all .2s;
}

.main-menu li a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #315470;
  padding: 15px 30px;
  font-family: 'Montserrat-Regular',sans-serif, Arial;
  font-weight: 400;
}

header .main-menu>li>a,
header .main-menu>li>a {
  padding: 22px 0 23px 0;
  margin: 0 30px 0 30px;
}

header.header-default ul.main-menu>.current-menu-item>a {
  border-bottom: 6px solid #315470;
}

.scrolled .top.clearfix,
.scrolled .top.row {
  display: none;
}

.scrolled .top-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.scrolled .top-logo img {
  max-width: 175px;
  width: 100%;
}


/* .dark .main-menu li.current-menu-item a {
    color: #315470;
} */

.light .top-children-menu li.current_page_parent a,
.light .top-children-menu li.current_page_item a {
  border-bottom: 6px solid #98A4AE;
}

.j-button {
  color: white;
  padding: 13px 35px;
  transform: skew(-20deg);
  display: inline-block;
}

.j-button span {
  transform: skew(20deg);
  display: inline-block;
  text-transform: uppercase;
}

header .j-button {
  padding: 10px 35px;
}

.top-extra .j-button span {
  transform: skew(20deg);
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  display: block;
}

.top-extra .j-button span:after {
  content: "";
  background: url(images/julianus-sisene-white.svg) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  right: -30px;
}

.button-l-blue {
  background-color: #008fbe;
  transition: all .2s;
}

.button-l-blue:hover {
  background-color: #01a6dc;
  color: white;
}

.dark .button-l-blue {
  background-color: #BACC5A;
}

.dark .button-l-blue:hover {
  background-color: #BACC5A;
}

.button-def-blue {
  background-color: #315470;
  transition: all .2s;
}

.button-def-green {
  background-color: #BACC5A;
  transition: all .2s;
}

.button-def-green:hover {
  background-color: #BACC5A;
}

a.button-def-green:hover {
  color: white;
  background-color: rgb(166, 187, 206);
}

.button-def-blue:hover {
  background-color: #3d688a;
  color: white;
}

.button-def-gray {
  background-color: #a6bbce;
  transition: all .2s;
}

.button-def-gray:hover {
  background-color: #adc6dc;
  color: white;
}

.top-extra {
  padding-top: 20px;
  padding-right: 30px;
  float: right;
}

.top-extra .j-button {
  float: right;
  margin-left: 10px;
}

.top-searchform label input {
  border: 0 none;
  background: transparent;
  font-weight: 300;
  width: 100%;
  font-size: 13px;
}

.top-searchform label {
  max-width: 75%;
  margin-top: 5px;
  margin-bottom: 0;
}

.ctheme .top-searchform label input {
  color: white;
}

.top-searchform {
  border-bottom: 1px solid #315470;
  transition: all .4s;
  border-bottom: 1px solid rgb(49, 84, 112);
  border-bottom: 1px solid rgba(49, 84, 112, .7);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.light .top-searchform {
  border-bottom: 1px solid white;
  transition: all .4s;
  border-bottom: 1px solid white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

.dark .top-searchform {
  border-bottom: 1px solid #A6BBCE;
  transition: all .4s;
}

.dark .top-searchform:hover {
  border-color: white;
}

.light .top-searchform:hover {
  border-color: white;
}

.dark.ctheme .top-searchform input[type=submit] {
  background: url(images/search-regular-light-d-blue.png) no-repeat center;
}

.top-searchform input[type=submit] {
  background: url(images/search-regular-light-d-blue.png) no-repeat center;
  border: 0 none;
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  background-size: 15px;
  opacity: 0.7;
  transition: all .3s;
  float: right;
}

.top-searchform:hover input[type=submit] {
  opacity: 1;
}

.top-searchform {
  float: right;
  margin-top: 10px;
  max-width: 120px;
}

.top-searchform ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #315470;
  opacity: 0.7;
  /* Firefox */
}

.top-searchform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #315470;
  opacity: 0.7;
}

.top-searchform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #315470;
  opacity: 0.7;
}

.ctheme .top-searchform ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.3;
  /* Firefox */
}

.ctheme .top-searchform :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  opacity: 0.3;
}

.ctheme .top-searchform ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
  opacity: 0.3;
}

.split-item-content {
  position: relative;
}

.fr-split-item:nth-child(even) .split-item-content {
  margin-bottom: 400px;
}

.fr-split-item:nth-child(even) .split-bottom .inner:before {
  background-color: #315470;
  columns: white;
}

.fr-split-item:nth-child(odd) .split-item-content {
  margin-top: 334px;
}

.split-bottom {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding-top: 50px;
  background: white;
  background: -moz-linear-gradient(205deg, transparent 65px, white 0);
  background: -webkit-linear-gradient(205deg, transparent 65px, white 0);
  background: linear-gradient(205deg, transparent 65px, white 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.fr-split-item:nth-child(even) .split-item-content .split-bottom {
  background: #315470;
  background: -moz-linear-gradient(25deg, transparent 65px, #315470 0);
  background: -webkit-linear-gradient(25deg, transparent 65px, #315470 0);
  background: linear-gradient(25deg, transparent 65px, #315470 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#315470", endColorstr="#315470", GradientType=1);
}

.home-intro-wrap.container-fluid {
  max-width: 100%;
}

.split-bottom .inner {
  position: relative;
  z-index: 1;
  padding: 45px;
}

.split-top {
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 30px;
}

.fr-split-item:nth-child(even) .split-top {
  position: absolute;
  bottom: -85px;
  z-index: 1999;
  width: 100%;
  margin-bottom: 0;
}

.fr-split-item:nth-child(even) .button-l-blue {
  background-color: #A6BBCE;
}

.fr-split-item:nth-child(even) .button-l-blue:hover {
  background-color: #315470;
}

.split-top h1 {
  font-size: 41px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  float: left;
  margin: 0;
  text-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2);
}

.split-top a {
  float: right;
  font-size: 18px;
  font-weight: 300;
  margin-right: 0;
}

.element {
  text-align: center;
}

.element img {
  width: 40px;
  display: inline-block;
}

.element span {
  display: block;
  color: #315470;
  font-size: 17px;
  line-height: 17px;
  font-weight: 300;
  margin-top: 25px;
}

.fr-split-item:nth-child(even) .element span {
  color: white;
}

.home .about-us {
  padding: 100px 100px 180px;
}

.home .aboutus-inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
  height: 100%;
}

.home .aboutus-inner {
  display: inline-block;
  position: relative;
  max-width: 700px;
  background: rgba(255, 255, 255, .9);
  background: -moz-linear-gradient(205deg, transparent 65px, rgba(255, 255, 255, .9) 0);
  background: -webkit-linear-gradient(205deg, transparent 65px, rgba(255, 255, 255, .9) 0);
  background: linear-gradient(205deg, transparent 65px, rgba(255, 255, 255, .9) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  padding: 60px;
  color: #315470;
  line-height: 26px;
}

.home .about-us h2 {
  margin: 0 0 20px 0;
  color: #315470;
  text-transform: uppercase;
  font-weight: 799;
  font-size: 36px;
}

footer .inner {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(205deg, transparent 65px, rgba(255, 255, 255, 1) 0);
  background: -webkit-linear-gradient(205deg, transparent 65px, rgba(255, 255, 255, 1) 0);
  background: linear-gradient(205deg, transparent 65px, rgba(255, 255, 255, 1) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  padding: 30px 60px;
}

.home footer .inner {
  margin-top: -80px;
}

.footer-logo {
  text-align: right;
  padding-top: 60px;
}

.footer-logo img {
  max-width: 300px;
  width: 100%;
}

footer {
  color: #315470;
  clear: both;
  box-shadow: 6px 6px 25px #A6BBCE4A;
}

footer h3 {
  color: #315470;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}

footer ul {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: #315470;
}

footer ul li {
  list-style: none;
  line-height: 28px;
}

footer ul a {
  color: #315470;
}

footer .bottom-row>div {
  border-top: 1px solid #315470;
  margin-top: 15px;
  padding-top: 15px;
  text-transform: uppercase;
}

footer .bottom-inner div {
  float: left;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

footer .bottom-inner div::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}

footer .bottom-inner div:last-child::after {
  content: "";
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

.top-banner {
  height: 435px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.top-big-news {
  margin-top: -370px;
  margin-bottom: 60px;
  display: flex;
}

.featured_news_img img {
  display: none;
}

.top-news-content {
  text-align: right;
  color: white;
  padding-right: 40px;
}

.top-news-content .button-def-gray {
  margin-right: 10px;
}

#breadcrumbs a {
  color: #a6bbce;
}

#breadcrumbs {
  color: #a6bbce;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin: 40px 0 20px;
  letter-spacing: 0.5px;
}

p#breadcrumbs.left {
  text-align: left;
}

#breadcrumbs span span a,
#breadcrumbs span span span {
  display: inline-block;
  margin: 0 5px;
}

.top-news-content h1 {
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 55px;
}

.top-news-content h2 {
  letter-spacing: 1.5px;
  font-size: 32px;
  position: absolute;
  bottom: 75px;
  display: block;
  width: 100%;
}

.top-news-content h2:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid white;
  width: 50%;
  bottom: 0;
  right: 0;
  bottom: -25px;
}

.top-big-h-block {
  margin-bottom: 180px;
}

.top-big-h-block #breadcrumbs {
  text-align: right;
}

.top-big-t-block {
  color: #315470;
  margin-top: 50px;
  font-size: 17px;
  font-weight: 300;
}

.top-big-m-block {
  position: relative;
}

span.big-date {
  display: inline-block;
  padding-top: 0;
  margin-bottom: 10px;
  font-weight: 200;
}

.news-item-image {
  position: relative;
}

.news-item-image-coveritem {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 50px;
  overflow: hidden;
  padding-top: 50px;
  background: white;
  background: -moz-linear-gradient(205deg, transparent 40px, white 0);
  background: -webkit-linear-gradient(205deg, transparent 40px, white 0);
  background: linear-gradient(205deg, transparent 40px, white 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.news-grid-item-inner {
  -webkit-box-shadow: 6px 6px 25px 0px rgba(166, 187, 206, 0.3);
  -moz-box-shadow: 6px 6px 25px 0px rgba(166, 187, 206, 0.3);
  box-shadow: 6px 6px 25px 0px rgba(166, 187, 206, 0.3);
  margin-bottom: 60px;
  /* margin: 0 30px 60px; */
  margin: 0 0px 60px;
  position: relative;
  margin-right: 30px;
  width: 100%;
}

.slick-slider .news-grid-item-inner {
  margin-right: 0px;
}

.news-grid-item-inner a:hover {
  text-decoration: none;
}

.news-item-content {
  padding: 0 30px 30px;
}

.news-item-content h2 {
  font-size: 25px;
  color: #315470;
  line-height: 30px;
  margin: 0;
  margin-bottom: 25px;
}

.news-item-content {
  font-weight: 300;
  color: #315470;
  font-size: 18px;
}

.news-item-content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

.news-item-content p {
  font-weight: 300;
}

.news-grid-item-inner.hover:hover div {
  background: #315470;
  color: white;
}

.light .news-grid-item-inner.hover:hover div {
  background: #008FBE;
  color: white;
}

.news-grid-item-inner.hover:hover h2 {
  color: white;
}

.news-grid-item-inner.hover:hover .news-item-image-coveritem {
  background: #315470;
  background: -moz-linear-gradient(205deg, transparent 40px, #315470 0);
  background: -webkit-linear-gradient(205deg, transparent 40px, #315470 0);
  background: linear-gradient(205deg, transparent 40px, #315470 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#315470", endColorstr="#315470", GradientType=1);
}

.light .news-grid-item-inner.hover:hover .news-item-image-coveritem {
  background: #008FBE;
  background: -moz-linear-gradient(205deg, transparent 40px, #008FBE 0);
  background: -webkit-linear-gradient(205deg, transparent 40px, #008FBE 0);
  background: linear-gradient(205deg, transparent 40px, #008FBE 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#008FBE", endColorstr="#008FBE", GradientType=1);
}

.news-item-content .small-date {
  border-bottom: 1px solid #DDE4EA;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}

.news-grid-item-inner.hover:hover .small-date {
  border-bottom: 1px solid white;
}


/* COLOR SCHEMA */

.ctheme header {
  padding-top: 0;
}

.light header,
.light header>div {
  background: #008fbe;
  transition: all .2s;
}

.light .main-menu li a {
  color: white;
}

.light header .button-l-blue {
  background-color: #BACC5A;
}

.light header .button-l-blue:hover {
  background-color: #BACC5A;
}

.dark header,
.dark header>div {
  background: #315470;
  transition: all .2s;
}

.dark .main-menu li a {
  color: white;
}

.top-logo {
  padding-top: 50px;
}

.top-logo img {
  width: 195px;
}

.list-unstyled ul {
  margin: 0;
  padding: 0;
}

.wpml-ls-legacy-list-horizontal {
  padding: 15px 7px 0;
}

.top-children-menu a {
  color: white;
}

.top-advanced-menu {
  margin-right: 30px;
  float: right;
}

.top-advanced-menu ul {
  margin: 0;
  float: right;
}

.top-advanced-menu ul.main-menu li a {
  font-size: 16px;
  text-transform: none;
  padding: 21px 20px 0 20px;
  margin: 0;
  font-weight: 300;
}

.top-advanced-menu ul.main-menu li:last-child a {
  padding-right: 0;
}

.top-advanced-menu ul.main-menu li.current-page-ancestor a,
.top-advanced-menu ul.main-menu li.current-menu-item a {
  font-weight: 400;
}

.top-children-menu ul li a {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 0 30px 0;
  margin: 0 30px 0 30px;
  font-family: 'Montserrat-Regular',sans-serif, Arial;
  font-weight: 400;
}

.top-children-menu li.current_page_parent a,
.top-children-menu li.current_page_item a {
  border-bottom: 6px solid #a6bbce;
}

.top-children-menu ul {
  margin: 10px 0 0 0;
}

.top-children-menu ul li {
  float: left;
}

.banner {
  display: none;
}

.banner.slick-initialized {
  display: block;
}

.banner .slide-item {
  height: 685px;
  display: block !important;
  background-size: cover;
}

.banner.banner-small .slide-item {
  height: 350px;
}

.slide-item>div {
  height: 100%;
}

.banner .slide-item>div>div {
  position: absolute;
  bottom: 400px;
  color: white;
  text-shadow: 0 4px 15px #00000059;
}

.banner.banner-small .slide-item>div>div,
.dark.ctheme .banner.banner-small .slide-item>div>div {
  position: relative;
  bottom: auto;
  text-align: right;
  height: 100%;
  max-width: 70%;
  right: 0;
  float: right;
  padding-top: 100px;
}

.banner.banner-small h1 {
  font-size: 55px;
}

.banner.banner-small {
  font-size: 45px;
}

.banner.banner-small strong {
  font-weight: 500;
}

.content_iblocks .i-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.i-block .inner {
  height: 200px;
  margin-right: 20px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 143, 190, 0.9);
  background: -moz-linear-gradient(205deg, transparent 45px, rgba(0, 143, 190, 0.9) 0);
  background: -webkit-linear-gradient(205deg, transparent 45px, rgba(0, 143, 190, 0.9) 0);
  background: linear-gradient(205deg, transparent 45px, rgba(0, 143, 190, 0.9) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(0, 143, 190, 0.9)", endColorstr="rgba(0, 143, 190, 0.9)", GradientType=1);
  transition: all .3s;
}

.i-block:last-child .inner {
  margin-right: 0;
}

.content_iblocks .i-block .inner {
  height: 140px;
}

.content_iblocks .i-block .inner:hover {
  background: rgba(152, 164, 174, 0.9);
  background: -moz-linear-gradient(205deg, transparent 45px, rgba(152, 164, 174, 0.9) 0);
  background: -webkit-linear-gradient(205deg, transparent 45px, rgba(152, 164, 174, 0.9) 0);
  background: linear-gradient(205deg, transparent 45px, rgba(152, 164, 174, 0.9) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(152, 164, 174, 0.9)", endColorstr="rgba(152, 164, 174, 0.9)", GradientType=1);
  transition: all .3s;
}

.content_iblocks .i-block-img,
.b_iblocks .i-block-img {
  width: 30%;
  float: left;
  text-align: center;
}

.i-block-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.content_iblocks .i-block-img img,
.content_iblocks .i-block-img svg {
  width: 55px;
}

.i-block svg path {
  fill: #a6bbce;
  transition: all .2s;
}

.i-block:hover svg path {
  fill: white;
}

.content_iblocks .i-block-text,
.b_iblocks .i-block-text {
  width: 70%;
  float: left;
}

.content_iblocks .i-block-text {
  width: 60%;
  margin-right: 10%;
  float: left;
}

.i-block-text h2 {
  margin: 0;
  font-size: 24px;
}

.b_iblocks {
  position: relative;
}

.b_iblocks .inner.row {
  position: absolute;
  bottom: 75px;
  width: 100%;
}

.i-block {
  color: white;
}

.flex_area .i-block-text p {
  max-height: 0px;
  overflow: hidden;
  transition: all .5s;
  margin: 0;
}

.i-block a {
  color: white;
}

.flex_area .i-block:hover .i-block-text p {
  max-height: 50px;
  overflow: hidden;
  padding-top: 10px;
}

.i-block:hover .i-block-text a {
  text-decoration: none;
}

.banner h1,
.banner {
  font-weight: 200;
}

.banner h1 {
  font-size: 44px;
}

.banner h1 strong {
  font-weight: 500;
}


/* .small_entry_teaser .inner {
    max-width: 1200px;
    margin: 0 auto;
} */

.small_entry_teaser.dark-blue {
  background: rgb(219, 228, 235);
  color: white;
}

.small_entry_teaser.dark-blue h2,
.small_entry_teaser.dark-blue p {
  color: white;
}

.dark.ctheme .small_entry_teaser.dark-blue h2,
.dark.ctheme .small_entry_teaser.dark-blue p {
  color: #315470;
}

.small_entry_teaser.wide .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.small_entry_teaser h2 {
  margin: 0;
  line-height: 48px;
  font-size: 30px;
  font-weight: 600;
}

.textalignright {
  text-align: right;
  padding-right: 60px;
}

.teaser_extra_description {
  margin-top: 15px;
}

.teaser_extra_description p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.small_entry_teaser {
  padding: 20px 45px;
}

.light .small_entry_teaser h2,
.light .teaser_extra_description p {
  color: #008fbe;
}

.kkk-intro-wrap .inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

.kkk-intro-wrap .inner-wrap {
  background-color: rgba(0, 143, 190, 0.8);
}

.kkk-intro-wrap h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 50px;
}

.kkk-intro-wrap {
  padding: 0px 0 80px;
  background-size: cover;
  background-position: top;
  min-height: 900px;
}

.infobubble_wrap {
  margin-top: 40px;
  display: flex;
}

.clearfix.infobubble_wrap>div>div {
  height: 100%;
  width: 100%;
  max-width: 450px;
}

.visible-xs.mobile-teaser-button {
  margin-top: 30px;
}

.inf-bbl-inner {
  background-color: white;
  color: #008fbe;
  font-size: 33px;
  font-weight: 100;
  padding: 40px 20px;
  line-height: 35px;
  position: relative;
}

.ru .inf-bbl-inner {
  font-size: 26px;
  line-height: 28px;
}

.ru.page-template-template-kontakt .h3,
.ru.page-template-template-kontakt h3 {
  font-size: 18px;
}

.inf-bbl-inner a:hover {
  text-decoration: none;
}

.kkk-intro-wrap .button-l-blue {
  font-size: 22px;
  background-color: #98A4AE;
  font-weight: 300;
}

.kkk-intro-wrap .button-l-blue:hover {
  background-color: #A6BBCE;
}

.row.infobubble_wrap>div:nth-child(2) {
  margin-top: 90px;
}

.row.infobubble_wrap>div:nth-child(3) {
  margin-top: 40px;
}

.row.infobubble_wrap>div:nth-child(3) .inf-bbl-inner span {
  font-size: 90px;
  line-height: 30px;
  padding-bottom: 40px;
  display: block;
}

.dark .i-block .inner {
  background: rgba(49, 84, 112, 0.9);
  background: -moz-linear-gradient(205deg, transparent 45px, rgba(49, 84, 112, 0.9) 0);
  background: -webkit-linear-gradient(205deg, transparent 45px, rgba(49, 84, 112, 0.9) 0);
  background: linear-gradient(205deg, transparent 45px, rgba(49, 84, 112, 0.9) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(49, 84, 112,  0.9)", endColorstr="rgba(49, 84, 112, 0.9)", GradientType=1);
  transition: all .3s;
}

.dark .content_iblocks .i-block .inner:hover,
.b_iblocks .i-block .inner:hover {
  background: rgba(166, 187, 206, 0.9);
  background: -moz-linear-gradient(205deg, transparent 45px, rgba(166, 187, 206, 0.9) 0);
  background: -webkit-linear-gradient(205deg, transparent 45px, rgba(166, 187, 206, 0.9) 0);
  background: linear-gradient(205deg, transparent 45px, rgba(166, 187, 206, 0.9) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(166, 187, 206, 0.9)", endColorstr="rgba(166, 187, 206, 0.9)", GradientType=1);
  transition: all .3s;
}


/* .dark .small_entry_teaser .button-l-blue {
    background-color: rgba(49, 84, 112, 1);
} */

.content_iblocks {
  padding: 60px 15px;
}

.flex_area.content_iblocks {
  padding: 0px 15px;
}

.reference-grid .h1,
.reference-grid h1 {
  font-size: 39px;
  text-transform: uppercase;
  color: #315470;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}


/* .dark .reference-grid .news-grid-item-inner:hover div {
    background: rgba(49, 84, 112, 1);
} */

.news-grid-item-inner:hover .news-item-image-coveritem,
.page-template-template-tuletoole .news-grid-item-inner .news-item-image-coveritem {
  background: rgba(49, 84, 112, 1);
  background: -moz-linear-gradient(205deg, transparent 40px, rgba(49, 84, 112, 1) 0);
  background: -webkit-linear-gradient(205deg, transparent 40px, rgba(49, 84, 112, 1) 0);
  background: linear-gradient(205deg, transparent 40px, rgba(49, 84, 112, 1) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(49, 84, 112, 1)", endColorstr="rgba(49, 84, 112, 1)", GradientType=1);
}

.reference-grid .news-grid-item-inner:hover .news-item-content {
  background: rgba(49, 84, 112, 1);
  color: white;
}

.news-grid-item-inner:hover .news-item-content,
.news-grid-item-inner:hover,
.page-template-template-tuletoole .news-grid-item-inner,
.page-template-template-tuletoole .news-item-image-coveritem,
.page-template-template-tuletoole .reference-items .news-item-content {
  background: rgba(49, 84, 112, 1);
  color: white;
}

.page-template-template-tuletoole .news-item-content h2 {
  color: white;
}

.page-template-template-tuletoole .news-grid-item-inner {
  box-shadow: none;
}

.news-grid-item-inner:hover h1,
.news-grid-item-inner:hover h2 {
  color: white;
}

.reference-grid .news-grid-item-inner h1 {
  text-align: left;
}

.container.reference-grid {
  max-width: 1630px;
  width: 100%;
  margin-top: 60px;
}

.sidebar-left-menu {
  background: rgba(49, 84, 112, 0.7);
}

.sidebar-left-menu.fixed-sidebar {
  position: absolute;
  left: 0;
  max-width: 200px;
  background: rgba(49, 84, 112, 0.7);
  /* padding: 30px 30px 30px 30px; */
  z-index: 9;
}

.light .sidebar-left-menu {
  background: rgba(0, 143, 190, 1);
}

.page-template-template-page-with-sidebar .container.regular-content {
  max-width: 1470px;
}

a.current-arch {
  font-weight: bold !important;
}

.sidebar-left-menu div.sidebar-news-item,
.sidebar-left-menu .leftsidebarmenu li,
.sidebar-left-menu ul.sidebar-work-items li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 200;
  margin: 20px 0;
  border-left: 10px solid transparent;
}

.sidebar-left-menu div.sidebar-news-item.current_page_item,
.sidebar-left-menu .leftsidebarmenu li.current_page_item {
  border-left: 10px solid #a6bbce;
}

.sidebar-left-menu .archive-list a {
  padding-right: 20px;
  display: inline-block;
  float: left;
}

.sidebar-left-menu ul {
  margin: 0;
  padding: 0;
}

.sidebar-left-menu,
.sidebar-left-menu a {
  color: white;
}

.sidebar-left-menu a {
  display: block;
}

.sidebar-left-menu a:hover {
  text-decoration: none;
}

.sidebar-left-menu h3 {
  margin-bottom: 25px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 30px 30px 0 30px;
}

.sidebar-left-menu div.sidebar-news-item.current_page_item,
.sidebar-left-menu .leftsidebarmenu li.current_page_item {
  font-weight: 400;
}

.regular_content_iblocks .i-block .inner {
  padding-top: 55px;
  padding-bottom: 45px;
  padding-left: 30px;
  height: auto;
  padding-right: 30px;
}

.regular_content_iblocks .i-block-text.wide {
  display: flex;
  flex-direction: column;
}

.regular_content_iblocks .i-block-text h2 {
  margin: 0;
  font-weight: 200;
  font-size: 24px;
  text-transform: uppercase;
}

.regular_content_iblocks .iblock_title {
  margin-bottom: 50px;
}

.regular_content_iblocks i.fa {
  font-size: 22px;
}

.regular_content_iblocks i.fa.fa-phone {
  font-size: 24px;
}

.regular_content_iblocks .iblock-data {
  font-weight: 200;
  line-height: 32px;
  font-size: 18px;
}

.regular_content_iblocks .fa-ul>li {
  position: relative;
  padding-left: 15px;
}

.regular_content_iblocks h1 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

.regular_content_iblocks h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
}

.top-title-area {
  margin-bottom: 60px;
}

.map iframe {
  width: 100%;
  height: 450px;
}

.map {
  margin-top: 80px;
}

.contact-us-section {
  padding: 45px 0 145px;
}

.contact-us-section {
  background: rgba(219, 228, 235, 1);
  background: -moz-linear-gradient(150deg, transparent 125px, rgba(219, 228, 235, 1) 0);
  background: -webkit-linear-gradient(150deg, transparent 125px, rgba(219, 228, 235, 1) 0);
  background: linear-gradient(150deg, transparent 125px, rgba(219, 228, 235, 1) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(219, 228, 235, 1)", endColorstr="rgba(219, 228, 235, 1)", GradientType=1);
  color: rgba(49, 84, 112, 1);
}

.dark .contact-us-section.cutcornerdark {
  background: rgba(49, 84, 112, 1);
  background: -moz-linear-gradient(150deg, transparent 125px, rgba(49, 84, 112, 1) 0);
  background: -webkit-linear-gradient(150deg, transparent 125px, rgba(49, 84, 112, 1) 0);
  background: linear-gradient(150deg, transparent 125px, rgba(49, 84, 112, 1) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(49, 84, 112, 1)", endColorstr="rgba(49, 84, 112, 1)", GradientType=1);
}

.dark .contact-us-section.cutcornerdark .inner {
  color: rgba(49, 84, 112, 1);
}

.dark .contact-us-section .item .inner {
  background: white;
  background: -moz-linear-gradient(205deg, transparent 60px, white 0);
  background: -webkit-linear-gradient(205deg, transparent 60px, white 0);
  background: linear-gradient(205deg, transparent 60px, white 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="white", endColorstr="white", GradientType=1);
}

.light .contact-us-section .item .inner {
  background: rgba(0, 143, 190, 1);
  background: -moz-linear-gradient(205deg, transparent 60px, rgba(0, 143, 190, 1) 0);
  background: -webkit-linear-gradient(205deg, transparent 60px, rgba(0, 143, 190, 1) 0);
  background: linear-gradient(205deg, transparent 60px, rgba(0, 143, 190, 1) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(0, 143, 190, 1)", endColorstr="rgba(0, 143, 190, 1)", GradientType=1);
  padding: 70px;
  font-weight: 300;
  font-size: 18px;
  margin: 30px;
  color: white;
}

.c-row-items {
  display: flex;
}

.c-row-items .item .inner {
  height: 100%;
}

.contact-us-section .item .inner {
  background: #315470;
  background: -moz-linear-gradient(205deg, transparent 60px, rgb(49, 84, 112) 0);
  background: -webkit-linear-gradient(205deg, transparent 60px, rgb(49, 84, 112) 0);
  background: linear-gradient(205deg, transparent 60px, rgb(49, 84, 112) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgb(49, 84, 112)", endColorstr="rgb(49, 84, 112)", GradientType=1);
  padding: 60px;
  font-weight: 300;
  font-size: 18px;
  margin: 30px;
  color: white;
}

.contact-us-section h2 {
  font-size: 30px;
  display: block;
  font-weight: 300;
  margin-bottom: 30px;
}

.contact-us-section h3 {
  font-size: 25px;
  display: block;
  font-weight: 300;
  margin: 0;
}

.contact-us-section i.fa.fa-phone {
  font-size: 24px;
}

.contact-us-section i.fa {
  font-size: 22px;
}

.contact-us-section .fa-ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-us-section .fa-ul>li {
  position: relative;
  padding-left: 0;
  line-height: 35px;
}

.contact-us-section .fa-ul a {
  color: white;
}

.dark .contact-us-section .fa-ul a {
  color: rgba(49, 84, 112, 1);
}

.contact-us-top h1 {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.dark .contact-us-top {
  color: white;
}

.contact-us-top {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 30px;
  color: rgba(49, 84, 112, 1);
  text-align: center;
}

.page-template-template-vola-kontakt .banner.banner-small .slide-item {
  height: auto;
}

.page-template-template-vola-kontakt .banner.banner-small .slide-item>div>div {
  height: auto;
  padding-top: 150px;
  padding-bottom: 40px;
}

.page-template-template-vola-kontakt .banner.banner-small {
  font-size: 30px;
}

.news-section {
  padding: 110px 0;
}

.newsblockinner {
  padding: 60px 90px;
  min-height: 60%;
}

.leftitem .newsblockinner {
  background: rgba(219, 228, 235, 1);
  background: -moz-linear-gradient(25deg, transparent 90px, rgba(219, 228, 235, 1) 0);
  background: -webkit-linear-gradient(25deg, transparent 90px, rgba(219, 228, 235, 1) 0);
  background: linear-gradient(25deg, transparent 90px, rgba(219, 228, 235, 1) 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(219, 228, 235, 1)", endColorstr="rgba(219, 228, 235, 1)", GradientType=1);
}

.rightitem .newsblockinner {
  background: white;
  background: -moz-linear-gradient(205deg, transparent 90px, white 0);
  background: -webkit-linear-gradient(205deg, transparent 90px, white 0);
  background: linear-gradient(205deg, transparent 90px, white 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.newsblockinner h3 {
  color: #315470;
  font-size: 28px;
  margin-bottom: 20px;
}

.aditem {
  margin-bottom: 50px;
}

span.jobsection {
  color: rgba(49, 84, 112, 1);
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}

span.jobname {
  font-size: 18px;
  color: rgba(49, 84, 112, 1);
  display: block;
  border-top: 1px solid white;
  padding-top: 10px;
  margin-top: 10px;
}

.job_intro {
  margin-bottom: 30px;
}

.rightitem span.jobname {
  border-top: 1px solid #DDE4EA;
}

.newsblockinner a.j-button {
  float: right;
}

.leftitem .imgwrap {
  margin-top: -100px;
  height: 400px;
  z-index: -1;
  position: relative;
}

.rightitem .imgwrap {
  margin-bottom: -100px;
  height: 400px;
  z-index: -1;
  position: relative;
}

.news-section.flex_area>div>div {
  display: flex;
}

.news-section .inner {
  box-shadow: 8px 8px 25px rgba(49, 84, 112, 0.16);
  -webkit-box-shadow: 8px 8px 25px rgba(49, 84, 112, 0.16);
  -moz-box-shadow: 8px 8px 25px rgba(49, 84, 112, 0.16);
  margin-left: 30px;
  margin-right: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 500px;
  background-position: bottom;
}

.news-section .rightitem .inner {
  background-repeat: no-repeat;
  background-size: auto 500px;
  background-position: top;
}

.header-default .main-menu ul.sub-menu,
.main-menu ul.children {
  position: absolute;
  background: white;
  /* opacity: 0; */
  /* z-index: 999; */
  max-height: 0;
  overflow: hidden;
  transition: all .4s;
}

.dark.ctheme .main-menu ul.children {
  background: #315470;
}

.light.ctheme .main-menu ul.children {
  background: #008fbe
}

.header-default .main-menu ul.sub-menu li {
  float: none;
  list-style: none;
}

ul.sub-menu {
  z-index: -1;
}

.main-menu li.menu-item-has-children:hover ul.sub-menu {
  max-height: 500px;
  padding: 20px 0;
}

.main-menu li.page_item_has_children:hover ul.children {
  max-height: 500px;
  padding: 20px 0;
}

body .bottom-inner img {
  margin-top: 0;
  max-width: 30px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
}

body .bottom-inner {
  line-height: 34px;
}

.main-menu ul.sub-menu li a,
.main-menu ul.children li a {
  font-size: 15px;
  text-transform: none;
  padding: 5px 30px;
  font-weight: 300;
}

.dark.ctheme .banner .slide-item>div>div {
  max-width: 550px;
}

.b_iblocks .i-block-img img {
  width: 60px;
}

.last-rowitem {
  margin-bottom: 100px;
}

.page-template-template-page-with-sidebar #breadcrumbs {
  text-align: left;
}

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

.equal_height_elements .inner {
  height: 100%;
}

.eq_item_img .inner {
  background-position: top;
}

.flex_area {
  margin-bottom: 60px;
}


/* .row.flex_area.dividedequal {
    margin-top: 60px;
} */

.content_iblocks.flex_area {
  margin-top: 60px;
  margin-bottom: 60px;
}

.slick-dots li button::before {
  background-color: #315470;
  content: "";
  width: 10px;
  height: 10px;
  line-height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.dividedequal>div:nth-child(1),
.equal_height_elements>div:nth-child(1) {
  padding-right: 60px;
}

.dividedequal>div:nth-child(2),
.equal_height_elements>div:nth-child(2) {
  padding-left: 60px;
}


/* .flex_area.content_iblocks .i-block .inner {
    margin: 0 30px;
} */

.page-template-template-ettevottest .contact-us-section.divided_two {
  background: #315470;
  margin-bottom: 40px;
}

.page-template-template-ettevottest .contact-us-section.divided_two .item .inner {
  background: #ffffff;
  background: -moz-linear-gradient(205deg, transparent 60px, #ffffff 0);
  background: -webkit-linear-gradient(205deg, transparent 60px, #ffffff 0);
  background: linear-gradient(205deg, transparent 60px, #ffffff 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  color: #315470;
  padding: 50px 70px;
}

.page-template-template-ettevottest .contact-us-section.divided_two ul {
  clear: both;
  padding: 0;
  /* display: inline; */
  /* float: none; */
  margin: 0;
}

.page-template-template-ettevottest .contact-us-section.divided_two ul li {
  list-style: none;
  position: relative;
  /* float: left; */
  padding: 0 20px 0 0;
  margin-right: 15px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

.page-template-template-ettevottest .contact-us-section.divided_two ul li:after {
  content: "|";
  position: absolute;
  right: 0;
}

.page-template-template-ettevottest .contact-us-section.divided_two ul li:last-child:after {
  display: none;
}

.page-template-template-ettevottest .contact-us-section .item p {
  font-weight: 300;
  letter-spacing: 0.5px;
}

.contact-us-section.divided_two {
  padding: 45px 0 45px;
}

.julianus-number-item {
  margin-bottom: 30px;
  margin-top: 30px;
}

.julianus-numbrites>div>div>div {
  width: 20%;
  text-align: center !important;
}

.julianus-numbrites.flex_area>div>div {
  display: flex;
  flex-flow: wrap;
}

.julianus-numbrites {
  text-align: center;
  background: url('images/va-muster.svg') #315470 repeat-x 0 0;
  padding: 75px 0 125px 0;
  color: white;
  font-weight: 200;
  position: relative;
  margin-bottom: 40px;
}

.julianus-numbrites:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 235px 120px 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  background: transparent;
  display: block;
  width: 0;
}

.julianus-numbrites .circle-top {
  border-radius: 100%;
  background-color: #315470;
  padding: 0;
  border: 1px solid white;
  text-align: center;
  width: 194px;
  height: 194px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 0px 0px 45px #FFFFFF;
  transition: all .3s;
}

.julianus-numbrites .julianus-number-item:hover .circle-top {
  background-color: #fff;
  color: #315470;
}

.julianus-numbrites .circle-bottom {
  font-size: 19px;
  letter-spacing: 0.6px;
  font-weight: 300;
  background-color: #315470;
  padding: 0 30px;
}

.julianus-numbrites h3 {
  font-size: 36px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
  background-color: #315470;
  display: inline-block;
}

.miks-julianus {
  background: url(images/julianus-va-miks-valida-meid.svg) #315470 repeat 0 0;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.miks-julianus img {
  max-height: 350px;
  display: inline-block;
}

.home-intro-wrap>.row {
  display: flex;
}

.miks-julianus-top {
  color: white;
  margin-bottom: 90px;
}

.slide-title {
  color: #A6BBCE;
  display: block;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 23px;
  margin-top: 60px;
}

.miks-julianus h3 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 34px;
  margin-bottom: 30px;
}

.miks-julianus p {
  font-size: 20px;
  font-weight: 200;
}

@media (min-width: 1600px) {
  .page-template-template-page-with-sidebar .container {
    max-width: 1370px;
    width: 100%;
  }
}

.miks-julianus-karussell .pager__item {
  padding: 0 12px;
  display: block;
  text-transform: uppercase;
  color: #A6BBCE;
  font-weight: 100;
  font-size: 13px;
  letter-spacing: 4px;
}

.miks-julianus-karussell li.slick-active .pager__item {
  color: white;
}

.miks-julianus-karussell .slick-dots li {
  width: auto;
}

.miks-julianus-karussell .slick-dots {
  position: relative;
}

.search footer .inner {
  margin-top: 0;
}

.top-big-news #breadcrumbs {
  font-weight: 200;
  font-size: 12px;
  letter-spacing: 1px;
}

.small_entry_teaser .container {
  width: 100%;
  max-width: 900px;
}

.page-template-template-referentsid .top-big-m-block {
  padding-top: 35px;
}

.reference-items .news-item-image {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-bottom: 50px;
}

.reference-items .news-item-image img {
  max-width: 250px;
  width: 100%;
}

.reference-items .news-item-content h1 {
  font-size: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #A3B9CB;
  margin-bottom: 15px;
}

.reference-items .news-item-content h2 {
  font-size: 22px;
  margin: 0;
}

.reference-items .news-item-content p {
  margin-top: 20px;
  font-size: 16px;
}

.news-item-image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.reference-items .news-grid-item-inner .news-item-image {
  background: #beceda;
}


/* .page-template-template-referentsid .news-item-image-coveritem {
    background: #A3B9CB;
    background: -moz-linear-gradient(205deg, transparent 40px, #A3B9CB 0);
    background: -webkit-linear-gradient(205deg, transparent 40px, #A3B9CB 0);
    background: linear-gradient(205deg, transparent 40px, #A3B9CB 0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#A3B9CB", endColorstr="#A3B9CB", GradientType=1);
} */

.reference-items .news-item-content {
  background: white;
  min-height: 250px;
}

.reference-items .news-item-content h3 {
  font-size: 18px;
  font-weight: 300;
}

.reference-archive-item {
  display: flex;
}

.ctheme h3.widget-title {
  color: white;
  padding-left: 40px;
}

.panel-body {
  display: none;
  padding: 30px 65px;
  background: white;
  -webkit-box-shadow: 6px 6px 25px 0px rgba(62, 145, 184, 0.3);
  -moz-box-shadow: 6px 6px 25px 0px rgba(62, 145, 184, 0.3);
  box-shadow: 6px 6px 25px 0px rgba(62, 145, 184, 0.3);
}

.panel.anchorlinked.active .panel-body {
  display: block;
}

.panel-title {
  font-size: 20px;
  font-weight: 300;
}

.panel-heading {
  padding: 20px 65px;
  -webkit-box-shadow: 6px 6px 25px 0px rgba(62, 145, 184, 0.3);
  -moz-box-shadow: 6px 6px 25px 0px rgba(62, 145, 184, 0.3);
  box-shadow: 6px 6px 25px 0px rgba(62, 145, 184, 0.3);
  cursor: pointer;
}

.light .regular-content h1,
.light .panel h2,
.light .panel h3 {
  color: #008fbe;
}

.light .panel p,
.light .panel li {
  font-weight: 300;
}

.light .panel a {
  color: #008fbe;
  font-weight: 400;
}

.panel-heading h3 {
  position: relative;
  padding-right: 35px;
}

.panel-heading h3:after {
  font-family: FontAwesome;
  content: "\f0d7";
  right: 0;
  position: absolute;
  font-size: 30px;
  top: -5px;
}

.panel.active .panel-heading h3:after {
  content: "\f0d8";
  color: #98A4AD;
}


/* content:"\f0d7";
content:"\f0d8"; */

.date .sidebar-left-menu,
.single-post .sidebar-left-menu,
.single-tuletoole .sidebar-left-menu {
  background: white;
  box-shadow: 6px 6px 25px #00000029;
  margin-bottom: 100px;
}

.date h3.widget-title,
.single-post h3.widget-title,
.single-tuletoole h3.widget-title {
  color: #315470;
}

.date .sidebar-left-menu a,
.single-post .sidebar-left-menu a,
.single-tuletoole .sidebar-left-menu a {
  color: #315470;
  font-weight: 300;
  line-height: 16px;
}

.sidebar-date {
  color: #7a8a96;
  border-bottom: 1px solid #315470;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.date .sidebar-left-menu li,
.single-post .sidebar-left-menu li,
.single-tuletoole .sidebar-left-menu li {
  margin-bottom: 50px;
}

.date .sidebar-left-menu .archive_wrap li,
.single-post .sidebar-left-menu .archive_wrap li,
.single-tuletoole .sidebar-left-menu .archive_wrap li {
  margin-bottom: 0;
}

.archive-list {
  padding: 0 30px;
  margin-bottom: 30px;
}


/* .single-post .sidebar-left-menu li.current a {
    font-weight: bold;
} */

.sidebar-left-menu div.sidebar-news-item.current,
.sidebar-left-menu li.sidebar-news-item.current,
.sidebar-left-menu ul.sidebar-work-items li.current {
  border-left: 10px solid #315470;
}

.single #breadcrumbs {
  text-align: left;
}

.single-post .col-md-8,
.single-tuletoole .col-md-8 {
  padding-left: 60px;
}

.single h1 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid;
}

.single .sidebar-left-menu h3 {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
}

.single h2 {
  margin-bottom: 20px;
}

.tablepress tfoot th,
.tablepress thead th {
  background-color: transparent;
  font-weight: 700;
  vertical-align: middle;
}

.tablepress tbody td,
.tablepress tfoot th {
  border: 1px solid #ddd;
}

.regular-content ul {
  padding-left: 25px;
}

.regular-content li {
  list-style: none;
  position: relative;
}

.regular-content li:before {
  content: "/";
  position: absolute;
  left: -15px;
}

.regular-content footer li:before {
  display: none;
}

.regular-content footer ul {
  padding-left: 0;
}

.regular-content .slick-dots li:before {
  display: none;
}

.regular-content .slick-dots {
  padding-left: 0;
}

.news-items.row {
  display: flex;
  flex-flow: wrap;
}

.triangle-bottom {
  width: 0;
  height: 0;
  border-top: 50px solid white;
  border-right: 100px solid transparent;
  position: absolute;
  top: 99%;
  right: 0;
}

h1.section-title {
  margin: 40px 0;
}

.search h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.search .regular-content .container a {
  color: #315470;
}

.search-result-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #A6BBCE;
  padding-bottom: 30px;
}

.search-no-results .no-results {
  margin-bottom: 20%;
}

.page-template-template-vola-kontakt .wide-content_area {
  margin-bottom: 60px;
}

.page-template-template-vola-kontakt .wide-content_area h1 {
  font-size: 45px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

.page-template-template-vola-kontakt .wide-content_area h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
}

ul.fa-ul,
.page-template-template-ettevottest .contact-us-section.divided_two ul {
  padding: 0;
}

ul.fa-ul li:before,
.page-template-template-ettevottest .contact-us-section.divided_two ul li:before {
  display: none;
}

header ul.children {
  display: none;
}

.page-template-template-page-with-sidebar header ul.children {
  display: none;
  position: absolute;
  background: #315470;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-template-template-page-with-sidebar header li.page_item_has_children:hover ul.children {
  display: block;
}

.page-template-template-page-with-sidebar header li.page_item_has_children ul.children li {
  float: none;
  list-style: none;
}

.page-template-template-page-with-sidebar header .top-children-menu li ul.children li a {
  border-bottom: 0 none;
  padding: 10px 0;
  font-size: 16px;
}

.page-template-template-page-with-sidebar header .top-children-menu li.current_page_item a {
  color: #BACC5A;
}

.split-tip {
  background: #0092BC;
  background: -moz-linear-gradient(205deg, transparent 65px, #0092BC 0);
  background: -webkit-linear-gradient(205deg, transparent 65px, #0092BC 0);
  background: linear-gradient(205deg, transparent 65px, #0092BC 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0092BC", endColorstr="#0092BC", GradientType=1);
}

.split-tip:nth-child(2) {
  background: #315470;
  background: -moz-linear-gradient(156deg, transparent 65px, #315470 0);
  background: -webkit-linear-gradient(156deg, transparent 65px, #315470 0);
  background: linear-gradient(156deg, transparent 65px, #315470 0);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#315470", endColorstr="#315470", GradientType=1);
}

.split-tip {
  color: white;
  padding: 100px;
}

.contact-split-wrap {
  margin-top: -100px;
  display: flex;
}

.contact-split-wrap .split-tip:nth-child(2) .button-def-blue {
  background-color: #0092BC;
}

.page-template-template-kontakt iframe {
  width: 100%;
  height: 400px;
}

.split-tip h1 {
  font-weight: 300;
  text-transform: uppercase;
}

.split-tip a {
  color: white;
}

.split-tip h3 {
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 30px;
}

.contact-item-row,
.contact-item-row p {
  font-weight: 200;
}

.contact-item-row.firstrow {
  margin-bottom: 40px;
}

.row.contact-item-row {
  display: flex;
  flex-flow: row;
  margin-bottom: 30px;
}

.page-template-template-kontakt .contact-us-section {
  background: transparent;
}

li.wpml-ls-current-language a {
  font-weight: bold;
}

.wpml-ls {
  float: right;
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
  color: #315470;
}

.light .wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
  color: white;
}

.dark .wpml-ls-legacy-list-horizontal a span {
  color: #fff;
}

.wpml-ls-legacy-list-horizontal {
  clear: none;
}

.page-template-template-referentsid .top-big-news,
.page-template-template-tuletoole .top-big-news {
  margin-top: 0;
}

.page-template-template-referentsid .top-big-h-block,
.page-template-template-tuletoole .top-big-h-block {
  margin-bottom: 0;
}

.page-template-template-referentsid .top-news-content,
.page-template-template-tuletoole .top-news-content {
  text-align: center;
  color: inherit;
  padding-right: 0;
}

.page-template-template-referentsid .top-big-h-block #breadcrumbs,
.page-template-template-tuletoole .top-big-h-block #breadcrumbs {
  text-align: center;
}

.page-template-template-referentsid .top-news-content h2,
.page-template-template-tuletoole .top-news-content h2 {
  position: relative;
  bottom: 0;
}

.page-template-template-referentsid .top-big-t-block,
.page-template-template-tuletoole .top-big-t-block {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 16px;
}

.page-template-template-referentsid .top-banner,
.page-template-template-tuletoole .top-banner {
  height: 300px;
}

.cn-button.wp-default {
  background-color: #008fbe;
}

.page-template-template-tuletoole .reference-items .news-item-image {
  height: 50px;
  background-color: white;
}

.page-template-template-tuletoole .reference-items .news-item-content h1 {
  padding-top: 10px;
  border-bottom: 0 none;
  border-top: 1px solid #A3B9CB;
  margin-top: 5px;
  margin-bottom: 25px;
  padding-bottom: 0;
}

span.job_category {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 200;
  letter-spacing: 1px;
}

.contact-us-section .c-row-items .item {
  margin: 0 auto;
}

.page-template-template-ettevottest .contact-us-section .item .inner,
.page-template-template-kontakt .contact-us-section .item .inner {
  background: transparent;
  padding: 0;
  margin: 0;
  color: rgb(49, 84, 112);
  text-align: center;
}

.page-template-template-ettevottest .contact-us-section .fa-ul a,
.page-template-template-kontakt .fa-ul a {
  color: rgb(49, 84, 112);
}

.page-template-template-kontakt .split-tip .fa-ul a {
  color: white;
}

.page-template-template-ettevottest .contact-us-section .fa-ul,
.page-template-template-kontakt .fa-ul {
  margin: 0;
}

.page-template-template-ettevottest .fa-li,
.page-template-template-kontakt .fa-li {
  position: relative;
  left: 0;
  text-align: center;
  margin-right: 15px;
}

.sidebar-left-menu a {
  line-height: 17px;
}

section.content-wide .col-md-9 {
  padding-left: 30px;
}

.latest-archive-post h1 {
  margin-bottom: 30px;
}

.latest-archive-post h2 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 24px;
}

.paginate-pagination ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.paginate-pagination ul:after {
  content: ' ';
  display: table;
  clear: both;
}

.paginate-pagination ul>li {
  float: none;
  margin-right: 3px;
  display: inline-block;
  cursor: pointer;
}

.paginate-pagination ul>li>a.page {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: center;
  color: #2a3036;
}

.paginate-pagination ul>li>a.page:hover {
  opacity: 0.3;
}

.paginate-pagination ul>li>a.page.active {
  opacity: 1;
  cursor: default;
  color: #008fbe;
  font-weight: bold;
}

.paginate-pagination ul>li>a.page-next.deactive,
.paginate-pagination ul>li>a.page-prev.deactive {
  opacity: 0.3;
  cursor: default;
}


/*
nav.paginate-pagination li:first-child a,
nav.paginate-pagination li:last-child a {
  color: #f9f9f9;
  opacity: 0 !important;
}
 */

nav.paginate-pagination li:first-child {
  float: left;
  left: -30px;
  position: relative;
}

nav.paginate-pagination li:last-child {
  float: right;
  position: relative;
  right: -30px;
}

nav.paginate-pagination li:first-child .deactive {
  opacity: 0.3;
}

nav.paginate-pagination.paginate-pagination-0 {
  padding: 0 60px;
}

.page-template-template-votmeisikud .reference-items .news-item-image {
  height: 400px;
}

.page-template-template-votmeisikud h1.page-title {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 45px;
  font-weight: 300;
}

.page-template-template-votmeisikud .news-item-content a {
  position: relative;
  top: unset;
  left: unset;
  width: auto;
  height: auto;
  text-indent: unset;
}

span.jobtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

.page-template-template-votmeisikud .news-item-content a {
  color: #315470;
  font-weight: 400;
  font-size: 15px;
}

.page-template-template-votmeisikud .news-grid-item-inner:hover a,
.page-template-template-votmeisikud .news-grid-item-inner:hover a {
  color: white;
}

.page-template-template-votmeisikud .fa-ul>li {
  position: relative;
  margin-bottom: 15px;
}

.page-template-template-votmeisikud .reference-items .news-item-content h1 {
  border-bottom: 1px solid #e1ebf3;
}
.page-template-template-votmeisikud .reference-items .news-item-content {
    min-height: 1px;
}
.page-template-template-votmeisikud .reference-archive-item {
  margin-bottom: 30px;
}
/*
.page-template-template-votmeisikud .news-grid-item-inner:hover,
.page-template-template-votmeisikud .news-grid-item-inner:hover .news-item-content,
.page-template-template-votmeisikud .news-grid-item-inner:hover,
.page-template-template-votmeisikud .news-grid-item-inner:hover .news-item-image-coveritem,
.page-template-template-votmeisikud .page-template-template-tuletoole .news-grid-item-inner .news-item-image-coveritem {
  background: white;
} */



@media all and (max-width: 1900px) {
  .sidebar-left-menu.fixed-sidebar {
    display: none;
  }

  .row.contact-item-row.firstrow>div {
    width: auto;
  }

  header .main-menu>li>a,
  header .main-menu>li>a {
    margin: 0 20px 0 20px;
  }

  .split-top h1 {
    font-size: 32px;
    line-height: 51px;
  }
}

@media all and (max-width: 1700px) {

  header .main-menu>li>a,
  header .main-menu>li>a {
    margin: 0 15px 0 15px;
  }

}

@media all and (max-width: 1600px) {

  .home .main-menu>li>a,
  .header-default .main-menu>li>a {
    margin: 0 15px;
  }

  .split-top h1 {
    font-size: 30px;
    line-height: 51px;
  }

  .split-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .split-bottom .inner {
    padding: 45px 15px;
  }

  .b_iblocks {
    width: 100%;
  }

  .top-menu,
  .top-extra {
    width: auto;
  }

  .contact-us-section.cutcornerdark>.container {
    width: 100%;
  }
}

@media all and (max-width: 1440px) {
  nav.paginate-pagination li:first-child {
    display: none;
  }

  nav.paginate-pagination li:last-child {
    display: none;
  }

  nav.paginate-pagination.paginate-pagination-0 {
    padding: 0 15px;
  }

  .sidebar-left-menu li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-advanced-menu ul.main-menu li a {
    padding: 10px 25px 0 25px;
  }

  .home .main-menu>li>a,
  .header-default .main-menu>li>a {
    margin: 0 10px;
  }

  .ctheme .contact-us-section .item .inner {
    padding: 75px 30px 0px;
  }

  .contact-us-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .banner.banner-small .slide-item>div>div,
  .dark.ctheme .banner.banner-small .slide-item>div>div {
    max-width: 90%;
  }

  .banner.banner-small {
    font-size: 35px;
  }

  .page-template-template-ettevottest .contact-us-section.divided_two .item .inner {
    padding: 60px 40px 40px;
  }

  .newsblockinner,
  .contact-us-section .item .inner {
    padding: 40px 40px 30px;
  }

  .contact-us-section .item .inner {
    margin: 15px;
  }

  .rightitem .newsblockinner {
    background: white;
    background: -moz-linear-gradient(205deg, transparent 60px, white 0);
    background: -webkit-linear-gradient(205deg, transparent 60px, white 0);
    background: linear-gradient(205deg, transparent 60px, white 0);
  }

  .leftitem .newsblockinner {
    background: rgba(219, 228, 235, 1);
    background: -moz-linear-gradient(25deg, transparent 60px, rgba(219, 228, 235, 1) 0);
    background: -webkit-linear-gradient(25deg, transparent 60px, rgba(219, 228, 235, 1) 0);
    background: linear-gradient(25deg, transparent 60px, rgba(219, 228, 235, 1) 0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(219, 228, 235, 1)", endColorstr="rgba(219, 228, 235, 1)", GradientType=1);
  }

  .news-item-content h2 {
    font-size: 19px;
    line-height: 24px;
  }

  .news-item-content p {
    font-weight: 300;
    font-size: 16px;
  }

  /* .container {
        width: auto;
    } */
  .top-news-content h2 {
    font-size: 26px;
  }

  .top-news-content h1 {
    font-size: 45px;
  }

  .top-big-t-block {
    font-size: 15px;
  }

  .reference-items .news-item-image img {
    padding: 40px;
  }

  .julianus-numbrites .circle-bottom {
    font-size: 14px;
    padding: 5px 15px;
  }

  .contact-us-section h3 {
    font-size: 22px;
  }

  .contact-us-section {
    background: rgba(219, 228, 235, 1);
    background: -moz-linear-gradient(150deg, transparent 60px, rgba(219, 228, 235, 1) 0);
    background: -webkit-linear-gradient(150deg, transparent 60px, rgba(219, 228, 235, 1) 0);
    background: linear-gradient(150deg, transparent 60px, rgba(219, 228, 235, 1) 0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(219, 228, 235, 1)", endColorstr="rgba(219, 228, 235, 1)", GradientType=1);
    color: rgba(49, 84, 112, 1);
  }

  .dark .contact-us-section.cutcornerdark {
    background: rgba(49, 84, 112, 1);
    background: -moz-linear-gradient(150deg, transparent 60px, rgba(49, 84, 112, 1) 0);
    background: -webkit-linear-gradient(150deg, transparent 60px, rgba(49, 84, 112, 1) 0);
    background: linear-gradient(150deg, transparent 60px, rgba(49, 84, 112, 1) 0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(49, 84, 112, 1)", endColorstr="rgba(49, 84, 112, 1)", GradientType=1);
  }

  .miks-julianus img {
    max-height: 200px;
  }

  .split-top a {
    margin-right: 0;
  }

  .element span {
    font-size: 15px;
  }

  .regular-content .container {
    width: auto;
  }

  .dividedequal>div:nth-child(1),
  .equal_height_elements>div:nth-child(1) {
    padding-right: 15px;
  }

  .dividedequal>div:nth-child(2),
  .equal_height_elements>div:nth-child(2) {
    padding-left: 15px;
  }

  .split-tip {
    color: white;
    padding: 100px 50px;
  }

  .contact-split-wrap .split-tip .button-def-blue {
    float: right;
  }

  .split-tip h1 {
    font-size: 25px;
    line-height: 48px;
  }

  .split-tip h3 {
    font-size: 18px;
  }
}

@media all and (max-width: 1366px) {
  .main-menu li a {
    font-size: 16px;
  }

  .top-extra .j-button {
    padding: 13px 30px 13px 20px;
    font-size: 12px;
  }
}

@media all and (max-width: 1280px) {
  .light .contact-us-section .item .inner {
    margin: 30px 0 0 0;
  }

  .top-extra .j-button span:after {
    width: 15px;
    height: 15px;
  }

  .home .main-menu>li>a,
  .header-default .main-menu>li>a {
    margin: 0 10px;
  }

  .inf-bbl-inner {
    font-size: 25px;
  }

  .regular-content .container {
    width: auto;
  }

  .i-block .inner {
    flex-flow: column;
    height: 100%;
    margin-right: 0;
    padding: 30px 0;
  }

  .i-block-img {
    margin-bottom: 30px;
  }

  .content_iblocks .i-block-text,
  .b_iblocks .i-block-text {
    width: 100%;
    float: none;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }

  .i-block-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .b_iblocks .inner.row {
    bottom: 15px;
    display: flex;
  }

  .banner .slide-item>div>div {
    bottom: 450px;
  }

  .content_iblocks .i-block .inner {
    height: 200px;
  }

  .dividedequal>div:nth-child(1),
  .equal_height_elements>div:nth-child(1) {
    padding-right: 30px;
  }

  .dividedequal>div:nth-child(2),
  .equal_height_elements>div:nth-child(2) {
    padding-left: 30px;
  }

  .single .col-md-9 {
    padding-left: 30px;
  }

  .element span {
    font-size: 15px;
    font-weight: 200;
  }

  .home .about-us {
    padding: 40px 20px 120px;
  }

  .contact-us-section {
    padding: 45px 0 45px;
  }

  .contact-us-top {
    margin-bottom: 0;
  }

  .split-tip {
    color: white;
    padding: 100px 30px 30px 30px;
  }
}

@media all and (max-width: 1200px) {
  nav.paginate-pagination.paginate-pagination-0 {
    padding: 0;
  }

  .sidebar-left-menu li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .paginate-pagination ul>li {
    margin-right: 0;
  }

  .julianus-numbrites.flex_area>div>div {
    display: block;
    flex-flow: unset;
  }

  .julianus-numbrites>div>div>div {
    width: inherit;
  }

  .scrolled .top-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-extra .button-l-blue {
    background-color: transparent;
    transition: all .2s;
  }

  .wpml-ls-legacy-list-horizontal a {
    padding-left: 0;
  }

  .wpml-ls-legacy-list-horizontal {
    padding: 0;
  }

  .wpml-ls {
    float: none;
  }

  .top-extra {
    float: none;
  }

  .top-extra .j-button {
    float: none;
    margin-left: 0;
    transform: skew(0);
    padding: 0;
  }

  .top-extra .j-button span {
    transform: skew(0);
  }

  header {
    height: 92px;
  }

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

  .top.row,
  .top.clearfix {
    display: none;
  }

  .top-extra a {
    display: none;
  }

  .wpml-ls-legacy-list-horizontal a span {
    color: white;
  }

  .side-menu .wpml-ls ul li a {
    font-size: 16px;
    margin-right: 10px;
  }

  .side-menu .wpml-ls {
    margin-top: 30px;
  }

  .side-menu .top-extra a {
    display: block;
  }

  .split-tip h1 {
    font-size: 21px;
    line-height: 48px;
  }

  header {
    padding-top: 0;
  }

  .top-logo img {
    width: 200px;
    margin: 15px;
  }

  .nav-icon4 {
    width: 40px;
    height: 35px;
    position: relative;
    margin: 9px 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999999;
    margin-left: 35px;
  }

  .nav-icon4 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .nav-icon4 span {
    background: white;
  }

  .header-default .nav-icon4 span {
    background: #315470;
  }

  .nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .nav-icon4 span:nth-child(2) {
    top: 13px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .nav-icon4 span:nth-child(3) {
    top: 27px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  .nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }

  .nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  .nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
    left: 8px;
  }

  .top-extra {
    padding-right: 15px;
  }

  .side-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    float: right;
    background: #315470;
    z-index: 999999;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    transition: all .2s;
    max-width: 300px;
    width: 100%;
  }

  .side-menu.active {
    right: 0;
    overflow-y: auto;
  }

  div.nav-icon4.open span {
    background: white;
  }

  .side-menu a {
    color: white;
  }

  .side-menu .nav-icon4 {
    margin-bottom: 30px;
  }

  .side-menu ul.sub-menu {
    padding-left: 20px;
  }

  .side-menu ul li {
    position: relative;
    margin-bottom: 10px;
  }

  .side-menu ul li a {
    font-size: 20px;
    margin-right: 30px;
  }

  .side-menu ul li ul li a {
    font-size: 16px;
  }

  .side-menu ul.sub-menu {
    display: none;
    margin: 20px 0;
  }

  .menu-item-has-children:before {
    font-family: FontAwesome;
    content: "\f0d7";
    right: 0;
    position: absolute;
    font-size: 20px;
    transition: all .3s;
    top: 0;
    padding: 0 15px;
    color: white;
    cursor: pointer;
  }

  .side-menu .j-button {
    margin-top: 20px;
  }

  .wrap {
    overflow: hidden;
  }

  .current-page-ancestor ul.sub-menu,
  .current-page-parent ul.sub-menu {
    display: block;
  }
}

@media all and (max-width: 992px) {
  .reference-archive-item {
    display: block;
  }

  .news-grid-item-inner {
    margin-bottom: 0;
  }

  .page-template-template-referentsid .top-news-content,
  .page-template-template-tuletoole .top-news-content {
    padding-right: 15px;
  }

  .c-row-items {
    display: block;
  }

  .contact-us-section .fa-ul {
    margin-bottom: 0;
  }

  .contact-us-section .c-row-items .item {
    margin-bottom: 15px;
  }

  .dividedequal>div:nth-child(2),
  .equal_height_elements>div:nth-child(2) {
    padding-left: 15px;
  }

  .dividedequal>div:nth-child(1),
  .equal_height_elements>div:nth-child(1) {
    padding-right: 15px;
  }

  .julianus-numbrites .slick-dots li button::before {
    background-color: white;
  }

  .news-section.flex_area>div>div {
    display: block;
  }

  .i-block .inner {
    min-height: 155px;
  }

  .infobubble_wrap>div {
    margin-top: 15px;
  }

  .i-block {
    margin-top: 10px;
  }

  .home-intro-wrap>.row {
    display: block;
  }

  .fr-split-item:nth-child(odd) .split-item-content {
    padding-top: 100px;
    margin-top: 0;
  }

  .fr-split-item:nth-child(even) .split-item-content {
    padding-top: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .fr-split-item:nth-child(even) .split-top {
    bottom: 0px;
    margin-bottom: 25px;
    position: relative;
  }

  .split-bottom {
    height: auto;
    padding-top: 0;
    background: white;
  }

  .fr-split-item:nth-child(even) .split-item-content .split-bottom {
    background: #315470;
  }

  footer .inner {
    background: white;
  }

  .home footer .inner {
    margin-top: 0;
  }

  .home .about-us {
    padding: 40px 20px;
  }

  .footer-logo {
    text-align: left;
    padding: 30px 0;
  }

  .i-block .inner {
    background: rgba(0, 143, 190, 0.9);
  }

  .b_iblocks .inner.row {
    bottom: 15px;
    display: block;
  }

  .infobubble_wrap {
    margin-top: 40px;
    display: block;
  }

  .triangle-bottom {
    display: none;
  }

  .row.infobubble_wrap>div:nth-child(2) {
    margin-top: 15px;
  }

  .row.infobubble_wrap>div:nth-child(3) {
    margin-top: 15px;
  }

  .inf-bbl-inner {
    padding: 20px 30px;
    line-height: 35px;
    display: inline-block;
  }

  .row.infobubble_wrap>div:nth-child(3) .inf-bbl-inner span {
    font-size: 60px;
    line-height: 15px;
    padding-bottom: 20px;
    display: inline-table;
  }

  .sidebar-body {
    display: none;
    padding-bottom: 10px;
  }

  .ctheme h3.widget-title,
  .single .sidebar-left-menu h3 {
    margin-bottom: 0;
    padding: 30px 30px;
  }

  h3.widget-title:after {
    font-family: FontAwesome;
    content: "\f0d7";
    right: 30px;
    position: absolute;
    font-size: 30px;
    transition: all .3s;
  }

  .widget-title.active:after {
    content: "\f0d8";
  }

  .banner.banner-small .slide-item {
    min-height: 150px;
    height: auto;
  }

  .sidebar-left-menu li {
    margin: 10px 0;
  }

  .dark .contact-us-section .item .inner {
    background: white;
  }

  .contact-us-section {
    background: rgba(219, 228, 235, 1);
  }

  .light .contact-us-section .item .inner {
    background: rgba(0, 143, 190, 1);
    margin: 0;
  }

  .ctheme .contact-us-section .item .inner {
    padding: 30px;
  }

  .map {
    margin-top: 0;
    padding: 15px 0;
  }

  .dark .i-block .inner,
  .dark .contact-us-section.cutcornerdark {
    background: rgba(49, 84, 112, 0.9);
  }

  .i-block .inner {
    padding: 15px 0;
  }

  .dark .content_iblocks .i-block .inner:hover,
  .dark .b_iblocks .i-block .inner:hover {
    background: rgba(166, 187, 206, 0.9);
  }

  .contact-us-section .item .inner {
    margin: 0;
  }

  .contact-us-top {
    margin-bottom: 30px;
  }

  .julianus-numbrites:before {
    display: none;
  }

  .julianus-numbrites {
    padding: 30px 0;
  }

  .julianus-number-item {
    display: inline-block;
    margin: 30px 0;
  }

  .page-template-template-ettevottest .contact-us-section.divided_two .item .inner {
    background: white;
  }

  .divided_two .item {
    margin: 15px 0;
  }

  .page-template-template-ettevottest .contact-us-section.divided_two .item .inner {
    padding: 30px;
  }

  .contact-us-section.divided_two {
    padding: 15px 10px;
  }

  .news-section {
    padding: 10px 0 0 0;
  }

  .news-section .inner {
    margin-left: 10px;
    margin-right: 10px;
  }

  .leftitem .newsblockinner {
    background: rgba(219, 228, 235, 1);
  }

  .rightitem .newsblockinner {
    background: white;
  }

  .news-section .rightitem .inner {
    display: flex;
    flex-flow: column-reverse;
  }

  .news-section .rightitem {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .page-template-template-ettevottest .contact-us-section.divided_two {
    margin-bottom: 20px;
  }

  .contact-us-section .item .inner {
    background: #315470;
  }

  .top-banner {
    height: 150px;
  }

  .top-big-news {
    margin-top: 0;
    margin-bottom: 0;
  }

  .top-big-h-block {
    margin-bottom: 0;
  }

  .top-news-content {
    text-align: left;
    color: #315470;
    padding-right: 0;
  }

  .page-template-template-referentsid .top-big-m-block {
    padding-top: 0;
  }

  .top-news-content h2 {
    position: relative;
    bottom: 0;
  }

  .top-big-t-block {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .top-big-h-block #breadcrumbs {
    text-align: left;
  }

  .top-news-content h2:after {
    display: none;
  }

  .single-post .sidebar-left-menu,
  .single-tuletoole .sidebar-left-menu {
    margin-bottom: 0px;
  }

  .news-item-image-coveritem {
    display: none;
  }

  .news-item-content {
    padding-top: 20px;
  }

  .top-news-content h1 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .split-tip {
    color: white;
    padding: 30px;
  }

  .contact-split-wrap.clearfix {
    margin-top: 0;
  }

  .split-tip {
    background: #0092BC;
  }

  .split-tip:nth-child(2) {
    background: #315470;
  }

  .row.contact-item-row {
    display: block;
    flex-flow: unset;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 768px) {
.page-template-template-votmeisikud .news-items.row {
    display: block;
    flex-flow: unset;
}
  .date .sidebar-left-menu,
  .single-post .sidebar-left-menu,
  .single-tuletoole .sidebar-left-menu {
    margin-bottom: 30px;
  }

  .element {
    width: 49%;
  }

  blockquote {
    padding: 35px 10px;
  }

  .reference-archive-item {
    display: block;
  }

  footer {
    text-align: center;
  }

  footer .bottom-inner div {
    float: none;
  }

  footer .bottom-inner div::after {
    display: none;
  }

  .fr-split-item .split-bottom>div>div {
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .fr-split-item .split-bottom>div>div .element span {
    margin-bottom: 20px;
  }

  .top-searchform {
    display: none;
  }

  .tablepress {
    width: 100%;
    overflow: scroll;
    max-width: 100%;
    display: block;
  }

  footer .inner {
    padding: 30px;
  }

  footer h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .home .about-us {
    padding: 0;
  }

  .home .aboutus-inner {
    max-width: 100%;
    background: rgba(255, 255, 255, .9);
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .banner .slide-item {
    height: 300px;
  }

  .banner .slide-item>div>div {
    bottom: 0;
    position: relative;
  }

  .b_iblocks .inner.row {
    bottom: 0;
    display: block;
    position: relative;
    margin-top: 30px;
  }

  .slide-item>div {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .b_iblocks .inner.row {
    width: auto;
  }

  .infobubble_wrap>div {
    margin-bottom: 30px;
  }

  .kkk-intro-wrap h2 {
    font-size: 30px;
  }

  .c-row-items {
    display: block;
  }

  .c-row-items .item {
    margin-bottom: 15px;
  }

  .i-block {
    margin-bottom: 30px;
  }

  .i-block-img {
    margin-bottom: 10px;
  }

  .flex_area .i-block-text p {
    font-size: 14px;
    line-height: 16px;
  }

  .content_iblocks .i-block-img img,
  .content_iblocks .i-block-img svg {
    width: 45px;
  }

  .banner.banner-small .slide-item>div>div,
  .dark.ctheme .banner.banner-small .slide-item>div>div {
    max-width: 100%;
  }

  .banner.banner-small .slide-item>div>div,
  .dark.ctheme .banner.banner-small .slide-item>div>div {
    position: relative;
    bottom: auto;
    text-align: left;
    height: auto;
    right: 0;
    float: none;
    padding-top: 20px;
  }

  #breadcrumbs {
    margin: 20px 0 20px;
  }

  .dividedequal>div:nth-child(2),
  .equal_height_elements>div:nth-child(2) {
    padding-left: 15px;
  }

  .dividedequal>div:nth-child(1),
  .equal_height_elements>div:nth-child(1) {
    padding-right: 15px;
  }

  .contact-split-wrap.clearfix {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .split-bottom .inner>div {
    display: flex;
    flex-flow: wrap;
  }

  .split-bottom .inner>div .element {
    margin-bottom: 30px;
  }

  .split-top h1 {
    display: block;
    width: 100%;
  }

  .split-top a {
    float: none;
  }

  .fr-split-item {
    background-position: top right !important;
    background-size: 100% !important;
  }

  .scrolled .top-logo img {
    max-width: 125px;
    width: 100%;
  }

  .scrolled .top-extra {
    padding-top: 8px;
  }
}

@media all and (max-width: 400px) {
  .last-rowitem {
    margin-bottom: 20px;
  }

  .container.reference-grid {
    margin-top: 20px;
  }

  .flex_area.dividedequal h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .flex_area.dividedequal hr {
    margin-top: 10px;
  }

  .flex_area.dividedequal h3 {
    margin-top: 30px;
    font-size: 20px;
  }

  .element {
    width: 100%;
  }

  .page-template-template-tuletoole .top-banner,
  .page-template-template-referentsid .top-banner {
    display: none;
  }

  .page-template-template-referentsid .top-news-content,
  .page-template-template-tuletoole .top-news-content {
    padding-right: 15px;
  }

  .banner.banner-small {
    font-size: 28px;
    line-height: 32px;
  }

  .small_entry_teaser h2 {
    font-size: 26px;
  }

  .top-logo img {
    margin: 15px 0;
  }

  .split-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .split-top a {
    float: none;
    margin-right: 0;
  }

  .element {
    margin: 15px 0;
  }

  .split-bottom>div>div {
    display: flex;
    flex-grow: 2;
    flex-wrap: wrap;
  }

  .split-bottom .inner {
    padding: 15px;
  }

  .home .about-us h2 {
    margin: 0 0 20px 0;
    color: #315470;
    text-transform: uppercase;
    font-weight: 799;
    font-size: 26px;
  }

  .home .aboutus-inner p {
    font-size: 14px;
  }

  footer .inner {
    padding: 30px 5px;
  }

  footer>div>div>div>div {
    margin-bottom: 30px;
  }

  footer>div>div>div>div:last-child {
    margin-bottom: 0px;
  }

  .small_entry_teaser {
    padding: 15px;
  }

  #breadcrumbs span span a,
  #breadcrumbs span span span {
    display: inline;
  }

  .h1,
  h1 {
    font-size: 26px;
  }

  .flex_area {
    margin-bottom: 30px;
  }

  .panel-heading,
  .panel-body {
    padding: 15px;
  }

  .panel-title {
    font-size: 15px;
  }

  .panel-body {
    font-size: 14px;
  }

  .mobile-teaser-button {
    margin-top: 30px;
  }

  .small_entry_teaser h2 {
    line-height: 32px;
  }

  .contact-us-top h1 {
    font-size: 30px;
  }

  .banner h1 {
    font-size: 32px;
  }

  .j-button,
  .j-button span {
    transform: skew(0deg);
  }

  .textalignright {
    text-align: left;
    padding-right: 15px;
  }

  .page-template-template-vola-kontakt .wide-content_area h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .page-template-template-vola-kontakt .wide-content_area h3 {
    font-size: 18px;
  }

  .contact-us-top {
    font-size: 17px;
  }

  .newsblockinner,
  .contact-us-section .item .inner {
    padding: 15px;
  }

  .news-grid-item-inner {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .news-item-content {
    padding: 15px 20px;
  }

  .reference-items .news-item-image {
    height: 200px;
    padding-bottom: 0;
  }

  .single .col-md-9 {
    padding-left: 15px;
  }
}

.volaprotsess {
  position: relative;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 120px;
  min-height: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 500px;
}

.el1 {
  position: relative;
  color: #676767;
}

.el2,
.el3,
.el4,
.el5,
.el6,
.el7 {
  position: relative;
  color: white;
}

.el1 .mull,
.el2 .mull,
.el3 .mull,
.el4 .mull,
.el5 .mull,
.el6 .mull,
.el7 .mull {
  width: 150px;
  height: 150px;
  background-color: #00000029;
  background: url(images/shadow_1.svg) #d3d3d3 no-repeat bottom left / 96%;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px;
  position: relative;
  border-radius: 200px;
}

.el4 .mull {
  font-size: 17px;
  font-weight: 300;
}

.el5 .mull {
  font-size: 18px;
  font-weight: 300;
}

.el6 .mull {
  font-size: 19px;
  font-weight: 300;
}

.el7 .mull {
  font-size: 20px;
  font-weight: 300;
}

.el1 .mull {
  position: absolute;
}

.el2 .mull {
  position: absolute;
  width: 175px;
  height: 175px;
  background-color: #969696;
  top: 80px;
  left: 185px;
  background: url(images/shadow_1.svg) #b2b2b2 no-repeat bottom left / 96%;
}

.el3 .mull {
  position: absolute;
  width: 185px;
  height: 185px;
  top: 180px;
  left: 399px;
  background-color: #676767;
  background: url(images/shadow_1.svg) #828282 no-repeat bottom left / 96%;
}

.el4 .mull {
  position: absolute;
  width: 195px;
  height: 195px;
  background-color: #587282;
  background: url(images/shadow_1.svg) #658396 no-repeat bottom left / 96%;
  top: 290px;
  left: 185px;
}

.el5 .mull {
  position: absolute;
  width: 205px;
  height: 205px;
  background-color: #416983;
  background: url(images/shadow_1.svg) #497592 no-repeat bottom left / 96%;
  top: 390px;
  left: -40px;
}

.el6 .mull {
  position: absolute;
  width: 215px;
  height: 215px;
  background-color: #355871;
  background: url(images/shadow_1.svg) #3c6480 no-repeat bottom left / 96%;
  top: 505px;
  left: 170px;
}

.el7 .mull {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 620px;
  left: 400px;
  background-color: #233e52;
  background: url(images/shadow_1.svg) #294860 no-repeat bottom left / 96%;
}

.mulli-lisatekst {
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  text-transform: none;
  color: #2F536F;
  font-weight: 400;
}

.el1 .mulli-lisatekst {
  right: 0;
  width: 200px;
  right: 110%;
}

.el2 .mulli-lisatekst {
  width: 350px;
  text-align: left;
  left: 110%;
  margin-bottom: 60px;
}

.el3 .mulli-lisatekst {
  width: 250px;
  left: 110%;
  text-align: left;
}

.el4 .mulli-lisatekst {
  width: 250px;
  left: 110%;
  text-align: left;
  margin-top: 40px;
}

.el5 .mulli-lisatekst {
  width: 400px;
  right: 110%;
  text-align: right;
}

.el6 .mulli-lisatekst {
  width: 500px;
  right: 110%;
  text-align: right;
  margin-top: 60px;
  color: white;
}

.el7 .mulli-lisatekst {
  width: 250px;
  left: 110%;
  text-align: left;
  color: white;
}

.el1 .mulli-lisatekst {
  text-align: right;
}

.lisatekst {
  position: absolute;
}

.top-title {
  position: relative;
}

.top-title .inner {
  font-size: 45px;
  line-height: 49px;
  color: #2F536F;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: 300;
  position: absolute;
  top: 100px;
  padding: 0 30px;
  max-width: 600px;
}

.bottom-title {
  position: relative;
}

.bottom-title .inner {
  font-size: 45px;
  line-height: 49px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: 300;
  background: #008fbe;
  padding: 40px 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -325px;
  height: 325px;
  z-index: -1;
}

.bottom-title .innerinner {
  max-width: 500px;
}

.lisatekst {
  color: #98A4AD;
  position: absolute;
  text-align: left;
  right: -100%;
}

.el3 .lisatekst {
  top: 275px;
  left: 0;
  width: 110%;
}

.el3 .lisatekst span {
  float: right;
  position: relative;
  background: white;
  display: inline-block;
  z-index: 1;
  padding-left: 15px;
}


/* .el3 .lisatekst span:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
  position: absolute;
  right: 100%;
  margin-right: 15px;
  top: 21px;
  z-index: -1;
} */

.el5 .lisatekst {
  top: 500px;
  left: 0;
  width: 110%;
}

.el5 .lisatekst span {
  float: right;
  position: relative;
  background: white;
  display: inline-block;
  z-index: 1;
  padding-left: 15px;
}


/* .el5 .lisatekst span:before {
  content: "";
  width: 300%;
  height: 1px;
  background-color: #D5D5D5;
  position: absolute;
  right: 100%;
  margin-right: 15px;
  top: 21px;
  z-index: -1;
} */

.el3 .lisatekst:after {
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  background: #D5D5D5;
  right: 0;
  top: 21px;
  z-index: -1;
}

.el5 .lisatekst:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #D5D5D5;
  right: 0;
  top: 21px;
  z-index: -1;
}

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

.svg-desktop img {
  max-width: 1300px;
  width: 100%;
  z-index: 1;
  position: relative;
}

.svg-desktop {
  position: relative;
  z-index: -1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.svg-desktop:after {
  content: "";
  background: #008fbe;
  width: 100%;
  height: 260px;
  left: 0;
  position: absolute;
  bottom: 0;
}

.bottom-title {
  position: relative;
  margin-top: -270px;
  padding-bottom: 100px;
}

.bottom-title .inner {
  font-size: 45px;
  line-height: 49px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1.35px;
  font-weight: 300;
  background: transparent;
  padding: 40px 30px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  z-index: -1;
}

.ru .top-title .inner,
.ru .bottom-title .inner {
  font-size: 30px;
  line-height: 35px;
}

.en .top-title .inner,
.en .bottom-title .inner {
  font-size: 35px;
  line-height: 40px;
}

@media all and (max-width: 1850px) {
  .top-title .inner {
    position: relative;
    top: 0;
    padding-top: 30px;
    padding-bottom: 0;
    max-width: 11000px;
  }

  .svg-desktop {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .svg-desktop:after {
    height: 215px;
  }

  .bottom-title {
    margin-top: -65px;
    padding-bottom: 52px;
  }

  .bottom-title .inner {
    padding: 0px 30px 40px 30px;
  }

  .bottom-title .innerinner {
    max-width: 10000px;
  }
}

@media all and (max-width: 1700px) {
  .bottom-title {
    margin-top: 0;
    padding-bottom: 0;
  }

  .bottom-title .inner {
    background: #008fbe;
  }
}

@media all and (max-width: 1300px) {
  .svg-desktop:after {
    display: none;
  }

  .svg-desktop {
    position: relative;
    z-index: 1;
  }

  .bottom-title {
    margin-top: -17%;
    padding-bottom: 0;
    z-index: -1;
    position: relative;
  }

  .bottom-title .inner {
    background: #008fbe;
    padding-top: 150px;
  }

  .svg-mob img {
    width: 100%;
  }
}